Membrane SDK - v0.9.1
Console
React Lib
REST API
Preparing search index...
FieldMappingsAccessor
Class FieldMappingsAccessor
Hierarchy (
View Summary
)
ElementListAccessor
<
FieldMapping
,
FindFieldMappingsQuery
,
CreateFieldMappingRequest
,
>
FieldMappingsAccessor
Index
Constructors
constructor
Methods
find
find
All
create
Constructors
constructor
new
FieldMappingsAccessor
(
client
:
MembraneApiClient
)
:
FieldMappingsAccessor
Parameters
client
:
MembraneApiClient
Returns
FieldMappingsAccessor
Methods
find
find
(
query
?:
{
includeArchived
?:
boolean
;
search
?:
string
;
limit
?:
number
;
cursor
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
layer
?:
"connection"
|
"integration"
|
"universal"
;
integrationKey
?:
string
;
integrationId
?:
string
;
connectionId
?:
string
;
instanceKey
?:
string
;
universalParentId
?:
string
;
userId
?:
string
;
}
,
)
:
Promise
<
PaginationResponse
<
{
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
appliedToIntegrations
?:
{
element
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
;
integration
:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
}
[]
;
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
,
>
,
>
Parameters
Optional
query
:
{
includeArchived
?:
boolean
;
search
?:
string
;
limit
?:
number
;
cursor
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
layer
?:
"connection"
|
"integration"
|
"universal"
;
integrationKey
?:
string
;
integrationId
?:
string
;
connectionId
?:
string
;
instanceKey
?:
string
;
universalParentId
?:
string
;
userId
?:
string
;
}
Returns
Promise
<
PaginationResponse
<
{
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
appliedToIntegrations
?:
{
element
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
;
integration
:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
}
[]
;
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
,
>
,
>
find
All
findAll
(
query
?:
Omit
<
{
includeArchived
?:
boolean
;
search
?:
string
;
limit
?:
number
;
cursor
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
layer
?:
"connection"
|
"integration"
|
"universal"
;
integrationKey
?:
string
;
integrationId
?:
string
;
connectionId
?:
string
;
instanceKey
?:
string
;
universalParentId
?:
string
;
userId
?:
string
;
}
,
"limit"
,
>
,
)
:
Promise
<
{
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
appliedToIntegrations
?:
{
element
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
;
integration
:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
}
[]
;
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
[]
,
>
Parameters
Optional
query
:
Omit
<
{
includeArchived
?:
boolean
;
search
?:
string
;
limit
?:
number
;
cursor
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
layer
?:
"connection"
|
"integration"
|
"universal"
;
integrationKey
?:
string
;
integrationId
?:
string
;
connectionId
?:
string
;
instanceKey
?:
string
;
universalParentId
?:
string
;
userId
?:
string
;
}
,
"limit"
,
>
Returns
Promise
<
{
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
appliedToIntegrations
?:
{
element
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
;
integration
:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
}
[]
;
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
[]
,
>
create
create
(
data
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
uuid
?:
string
;
key
?:
string
;
name
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
}
,
)
:
Promise
<
{
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
appliedToIntegrations
?:
{
element
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
;
integration
:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
}
[]
;
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
,
>
Parameters
data
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
uuid
?:
string
;
key
?:
string
;
name
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
}
Returns
Promise
<
{
integration
?:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
appliedToIntegrations
?:
{
element
:
{
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
;
integration
:
{
logoUri
:
string
;
connectorId
?:
string
;
connectorVersion
?:
string
;
oAuthCallbackUri
?:
string
;
parameters
?:
any
;
archivedAt
?:
string
;
hasMissingParameters
?:
boolean
;
hasDocumentation
?:
boolean
;
hasOperations
?:
boolean
;
operationsCount
?:
number
;
hasData
?:
boolean
;
dataCollectionsCount
?:
number
;
hasEvents
?:
boolean
;
eventsCount
?:
number
;
hasGlobalWebhooks
?:
boolean
;
hasUdm
?:
boolean
;
isTest
?:
boolean
;
appUuid
?:
string
;
isDeactivated
?:
boolean
;
authType
?:
|
"proxy"
|
"integration-app-token"
|
"membrane-token"
|
"oauth2"
|
"oauth1"
|
"client-credentials"
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
}
;
}
[]
;
connectionId
?:
string
;
fieldMappingId
?:
string
;
universalFieldMappingId
?:
string
;
dataSourceKey
?:
string
;
appSchema
?:
DataSchema
;
direction
?:
IMPORT
|
EXPORT
|
BOTH
;
defaultImportValue
?:
any
;
defaultExportValue
?:
any
;
importValue
?:
any
;
exportValue
?:
any
;
frozenImportFields
?:
any
;
frozenExportFields
?:
any
;
frozenUnifiedExportFields
?:
any
;
universalFieldMappingRevision
?:
string
;
id
:
string
;
uuid
?:
string
;
key
?:
string
;
description
?:
string
;
meta
?:
Record
<
string
,
any
>
;
name
:
string
;
state
?:
CONFIGURATION_ERROR
|
SETUP_FAILED
|
READY
;
errors
?:
ErrorDataSchema
[]
;
revision
?:
string
;
createdAt
?:
string
;
updatedAt
?:
string
;
archivedAt
?:
string
;
isDeactivated
?:
boolean
;
integrationId
?:
string
;
integrationUuid
?:
string
;
parentUuid
?:
string
;
instanceKey
?:
string
;
isCustomized
?:
boolean
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
find
All
create
Console
React Lib
REST API
Membrane SDK - v0.9.1
Loading...