@membranehq/sdk 0.17.4 → 0.17.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/dist/bundle.d.ts +27 -7
  2. package/dist/bundle.js +5247 -5235
  3. package/dist/bundle.js.map +1 -1
  4. package/dist/dts/accessors/action-instances-accessors.d.ts +1 -1
  5. package/dist/dts/accessors/actions-accessors.d.ts +1 -1
  6. package/dist/dts/accessors/app-data-schema-instances-accessors.d.ts +1 -1
  7. package/dist/dts/accessors/app-data-schemas-accessors.d.ts +1 -1
  8. package/dist/dts/accessors/app-event-subscriptions-accessors.d.ts +1 -1
  9. package/dist/dts/accessors/app-event-types-accessors.d.ts +1 -1
  10. package/dist/dts/accessors/connections-accessors.d.ts +6 -5
  11. package/dist/dts/accessors/customers-accessors.d.ts +1 -1
  12. package/dist/dts/accessors/data-link-table-instances-accessors.d.ts +1 -1
  13. package/dist/dts/accessors/data-link-tables-accessors.d.ts +1 -1
  14. package/dist/dts/accessors/data-sources-accessors.d.ts +1 -1
  15. package/dist/dts/accessors/external-event-subscriptions-accessors.d.ts +1 -1
  16. package/dist/dts/accessors/field-mapping-instances-accessors.d.ts +1 -1
  17. package/dist/dts/accessors/field-mappings-accessors.d.ts +1 -1
  18. package/dist/dts/accessors/flow-instances-accessors.d.ts +1 -1
  19. package/dist/dts/accessors/flows-accessors.d.ts +1 -1
  20. package/dist/dts/accessors/integrations-accessors.d.ts +6 -5
  21. package/dist/dts/accessors/scenarios-accessors.d.ts +1 -1
  22. package/dist/dts/accessors/screens-accessors.d.ts +1 -1
  23. package/dist/dts/agent/worker-contracts.d.ts +1 -0
  24. package/dist/dts/alerts/utils.d.ts +1 -1
  25. package/dist/dts/client.d.ts +1 -1
  26. package/dist/dts/data-filter/index.d.ts +1 -1
  27. package/dist/dts/formulas/base.d.ts +1 -1
  28. package/dist/dts/formulas/eval.d.ts +1 -1
  29. package/dist/dts/formulas/findAppRecordId.d.ts +1 -1
  30. package/dist/dts/formulas/findExternalRecordId.d.ts +1 -1
  31. package/dist/dts/formulas/index.d.ts +26 -4
  32. package/dist/dts/formulas/record.d.ts +1 -1
  33. package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +2 -0
  34. package/dist/dts/workspace-elements/api/actions-api.d.ts +1 -1
  35. package/dist/dts/workspace-elements/api/connections-api.d.ts +17 -1
  36. package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +2 -1
  37. package/dist/dts/workspace-elements/api/data-sources-api.d.ts +4 -2
  38. package/dist/dts/workspace-elements/api/external-api-logs-api.d.ts +1 -0
  39. package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +1 -0
  40. package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +1 -0
  41. package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +1 -0
  42. package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +1 -1
  43. package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +3 -1
  44. package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +2 -0
  45. package/dist/dts/workspace-elements/api/flows-api.d.ts +3 -1
  46. package/dist/dts/workspace-elements/api/incoming-webhooks-api.d.ts +1 -0
  47. package/dist/dts/workspace-elements/api/integrations-api.d.ts +1 -0
  48. package/dist/dts/workspace-elements/base/actions/index.d.ts +2 -2
  49. package/dist/dts/workspace-elements/base/connection-requests/index.d.ts +2 -0
  50. package/dist/dts/workspace-elements/base/connections/index.d.ts +3 -0
  51. package/dist/dts/workspace-elements/base/connectors/auth.d.ts +1 -1
  52. package/dist/dts/workspace-elements/base/connectors/functions.d.ts +1 -1
  53. package/dist/dts/workspace-elements/base/connectors/operations/handlers.d.ts +1 -1
  54. package/dist/dts/workspace-elements/base/data-collections/data-locations/collections/events/methods.d.ts +1 -1
  55. package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +1 -1
  56. package/dist/dts/workspace-elements/base/data-collections/udm/index.d.ts +1 -1
  57. package/dist/dts/workspace-elements/base/data-collections/utils.d.ts +1 -1
  58. package/dist/dts/workspace-elements-catalog/index.d.ts +1 -0
  59. package/dist/dts/workspaces/compare.d.ts +1 -1
  60. package/dist/index.browser.d.mts +733 -691
  61. package/dist/index.browser.d.ts +733 -691
  62. package/dist/index.browser.js +1157 -1113
  63. package/dist/index.browser.js.map +1 -1
  64. package/dist/index.browser.mjs +1132 -1114
  65. package/dist/index.browser.mjs.map +1 -1
  66. package/dist/index.node.d.mts +733 -691
  67. package/dist/index.node.d.ts +733 -691
  68. package/dist/index.node.js +1157 -1113
  69. package/dist/index.node.js.map +1 -1
  70. package/dist/index.node.mjs +1132 -1114
  71. package/dist/index.node.mjs.map +1 -1
  72. package/package.json +1 -1
@@ -661,8 +661,8 @@ declare const ActionExportProperties: z.ZodObject<{
661
661
  parentUuid: z.ZodOptional<z.ZodString>;
662
662
  isUniversal: z.ZodOptional<z.ZodBoolean>;
663
663
  isCustomized: z.ZodOptional<z.ZodBoolean>;
664
- inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
665
664
  outputMapping: z.ZodOptional<z.ZodAny>;
665
+ inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
666
666
  customOutputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
667
667
  }, z.core.$strip>;
668
668
  type ActionExportProperties = z.infer<typeof ActionExportProperties>;
@@ -750,6 +750,7 @@ declare const CreateConnectionRequestPayload: z.ZodObject<{
750
750
  integrationId: z.ZodOptional<z.ZodString>;
751
751
  integrationKey: z.ZodOptional<z.ZodString>;
752
752
  connectorId: z.ZodOptional<z.ZodString>;
753
+ connectorKey: z.ZodOptional<z.ZodString>;
753
754
  connectorVersion: z.ZodOptional<z.ZodString>;
754
755
  connectionId: z.ZodOptional<z.ZodString>;
755
756
  name: z.ZodOptional<z.ZodString>;
@@ -764,6 +765,7 @@ declare const ConnectionRequest: z.ZodObject<{
764
765
  integrationId: z.ZodOptional<z.ZodString>;
765
766
  integrationKey: z.ZodOptional<z.ZodString>;
766
767
  connectorId: z.ZodOptional<z.ZodString>;
768
+ connectorKey: z.ZodOptional<z.ZodString>;
767
769
  connectorVersion: z.ZodOptional<z.ZodString>;
768
770
  connectionId: z.ZodOptional<z.ZodString>;
769
771
  name: z.ZodOptional<z.ZodString>;
@@ -9349,6 +9351,8 @@ declare const ConnectionEditableProperties: z.ZodObject<{
9349
9351
  name: z.ZodOptional<z.ZodString>;
9350
9352
  meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
9351
9353
  authOptionKey: z.ZodOptional<z.ZodString>;
9354
+ externalAppId: z.ZodOptional<z.ZodString>;
9355
+ externalAppUuid: z.ZodOptional<z.ZodString>;
9352
9356
  credentials: z.ZodOptional<z.ZodUnknown>;
9353
9357
  connectorParameters: z.ZodOptional<z.ZodUnknown>;
9354
9358
  input: z.ZodOptional<z.ZodUnknown>;
@@ -9364,6 +9368,7 @@ declare const BaseConnection: z.ZodObject<{
9364
9368
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
9365
9369
  integrationId: z.ZodOptional<z.ZodString>;
9366
9370
  connectorId: z.ZodOptional<z.ZodString>;
9371
+ externalAppId: z.ZodOptional<z.ZodString>;
9367
9372
  connectorVersion: z.ZodOptional<z.ZodString>;
9368
9373
  authOptionKey: z.ZodOptional<z.ZodString>;
9369
9374
  createdAt: z.ZodString;
@@ -12069,418 +12074,13 @@ declare const CommonIntegrationOrConnectionQuery: z.ZodObject<{
12069
12074
  }, z.core.$strip>;
12070
12075
  type CommonIntegrationOrConnectionQuery = z.infer<typeof CommonIntegrationOrConnectionQuery>;
12071
12076
 
12072
- declare const FindConnectionsQuery: z.ZodObject<{
12073
- limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12074
- cursor: z.ZodOptional<z.ZodString>;
12075
- search: z.ZodOptional<z.ZodString>;
12076
- includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12077
- tenantId: z.ZodOptional<z.ZodString>;
12078
- integrationId: z.ZodOptional<z.ZodString>;
12079
- connectorId: z.ZodOptional<z.ZodString>;
12080
- disconnected: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12081
- isTest: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12082
- userId: z.ZodOptional<z.ZodString>;
12083
- connectorVersion: z.ZodOptional<z.ZodString>;
12084
- integrationKey: z.ZodOptional<z.ZodString>;
12085
- includeSecrets: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12086
- }, z.core.$strip>;
12087
- type FindConnectionsQuery = z.infer<typeof FindConnectionsQuery>;
12088
- declare const CreateConnectionRequest: z.ZodObject<{
12089
- name: z.ZodOptional<z.ZodString>;
12090
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12091
- authOptionKey: z.ZodOptional<z.ZodString>;
12092
- credentials: z.ZodOptional<z.ZodUnknown>;
12093
- connectorParameters: z.ZodOptional<z.ZodUnknown>;
12094
- input: z.ZodOptional<z.ZodUnknown>;
12095
- integrationId: z.ZodOptional<z.ZodString>;
12096
- connectorId: z.ZodOptional<z.ZodString>;
12097
- connectorVersion: z.ZodOptional<z.ZodString>;
12098
- externalAppId: z.ZodOptional<z.ZodString>;
12099
- }, z.core.$strip>;
12100
- type CreateConnectionRequest = z.infer<typeof CreateConnectionRequest>;
12101
- declare const UpdateConnectionRequest: z.ZodObject<{
12102
- name: z.ZodOptional<z.ZodString>;
12103
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12104
- authOptionKey: z.ZodOptional<z.ZodString>;
12105
- credentials: z.ZodOptional<z.ZodUnknown>;
12106
- connectorParameters: z.ZodOptional<z.ZodUnknown>;
12107
- input: z.ZodOptional<z.ZodUnknown>;
12108
- }, z.core.$strip>;
12109
- type UpdateConnectionRequest = z.infer<typeof UpdateConnectionRequest>;
12110
- declare const ConnectionExportProperties: z.ZodObject<{
12111
- name: z.ZodOptional<z.ZodString>;
12112
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12113
- authOptionKey: z.ZodOptional<z.ZodString>;
12114
- }, z.core.$strip>;
12115
- type ConnectionExportProperties = z.infer<typeof ConnectionExportProperties>;
12116
- declare const ConnectionTestResponse: z.ZodObject<{
12117
- success: z.ZodBoolean;
12118
- }, z.core.$strip>;
12119
- type ConnectionTestResponse = z.infer<typeof ConnectionTestResponse>;
12120
- declare const ConnectionProxyRequest: z.ZodObject<{
12121
- path: z.ZodString;
12122
- method: z.ZodPipe<z.ZodString, z.ZodEnum<typeof HttpRequestMethod>>;
12123
- pathParameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
12124
- data: z.ZodOptional<z.ZodAny>;
12125
- query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
12126
- headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
12127
- }, z.core.$strip>;
12128
- type ConnectionProxyRequest = z.infer<typeof ConnectionProxyRequest>;
12129
- declare const ConnectionOperationRunInput: z.ZodObject<{
12130
- input: z.ZodOptional<z.ZodAny>;
12131
- }, z.core.$strip>;
12132
- type ConnectionOperationRunInput = z.infer<typeof ConnectionOperationRunInput>;
12133
- declare const ConnectionOperationRunResponse: z.ZodObject<{
12134
- executionLogs: z.ZodOptional<z.ZodArray<z.ZodAny>>;
12135
- output: z.ZodOptional<z.ZodAny>;
12136
- }, z.core.$strip>;
12137
- type ConnectionOperationRunResponse = z.infer<typeof ConnectionOperationRunResponse>;
12138
- declare class FindConnectionsResponse extends PaginationResponse<Connection> {
12139
- }
12140
- declare const ConnectionSelector: z.ZodObject<{
12141
- id: z.ZodOptional<z.ZodString>;
12142
- integrationKey: z.ZodOptional<z.ZodString>;
12143
- integrationId: z.ZodOptional<z.ZodString>;
12144
- connectionId: z.ZodOptional<z.ZodString>;
12145
- }, z.core.$strip>;
12146
- type ConnectionSelector = z.infer<typeof ConnectionSelector>;
12147
- declare const ConnectionApiResponse: z.ZodObject<{
12148
- id: z.ZodString;
12149
- name: z.ZodString;
12150
- isTest: z.ZodOptional<z.ZodBoolean>;
12151
- disconnected: z.ZodOptional<z.ZodBoolean>;
12152
- isDefunct: z.ZodOptional<z.ZodBoolean>;
12153
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12154
- error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12155
- integrationId: z.ZodOptional<z.ZodString>;
12156
- connectorId: z.ZodOptional<z.ZodString>;
12157
- connectorVersion: z.ZodOptional<z.ZodString>;
12158
- authOptionKey: z.ZodOptional<z.ZodString>;
12159
- createdAt: z.ZodString;
12160
- updatedAt: z.ZodString;
12161
- lastActiveAt: z.ZodOptional<z.ZodString>;
12162
- nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
12163
- nextRetryTimestamp: z.ZodOptional<z.ZodString>;
12164
- retryAttempts: z.ZodOptional<z.ZodNumber>;
12165
- canTest: z.ZodOptional<z.ZodBoolean>;
12166
- canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
12167
- archivedAt: z.ZodOptional<z.ZodString>;
12168
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
12169
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12170
- userId: z.ZodString;
12171
- tenantId: z.ZodOptional<z.ZodString>;
12172
- user: z.ZodOptional<z.ZodObject<{
12173
- id: z.ZodString;
12174
- name: z.ZodString;
12175
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12176
- internalId: z.ZodString;
12177
- fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12178
- credentials: z.ZodOptional<z.ZodAny>;
12179
- lastActiveAt: z.ZodOptional<z.ZodString>;
12180
- isTest: z.ZodOptional<z.ZodBoolean>;
12181
- isBillable: z.ZodOptional<z.ZodBoolean>;
12182
- isActive: z.ZodOptional<z.ZodBoolean>;
12183
- createdAt: z.ZodOptional<z.ZodString>;
12184
- archivedAt: z.ZodOptional<z.ZodString>;
12185
- }, z.core.$strip>>;
12186
- integration: z.ZodOptional<z.ZodObject<{
12187
- id: z.ZodString;
12188
- uuid: z.ZodOptional<z.ZodString>;
12189
- key: z.ZodOptional<z.ZodString>;
12190
- description: z.ZodOptional<z.ZodString>;
12191
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12192
- name: z.ZodString;
12193
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12194
- errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
12195
- revision: z.ZodOptional<z.ZodString>;
12196
- createdAt: z.ZodOptional<z.ZodString>;
12197
- updatedAt: z.ZodOptional<z.ZodString>;
12198
- isReadOnly: z.ZodOptional<z.ZodBoolean>;
12199
- logoUri: z.ZodString;
12200
- connectorId: z.ZodOptional<z.ZodString>;
12201
- connectorVersion: z.ZodOptional<z.ZodString>;
12202
- oAuthCallbackUri: z.ZodOptional<z.ZodString>;
12203
- parameters: z.ZodOptional<z.ZodAny>;
12204
- archivedAt: z.ZodOptional<z.ZodString>;
12205
- hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
12206
- hasDocumentation: z.ZodOptional<z.ZodBoolean>;
12207
- hasOperations: z.ZodOptional<z.ZodBoolean>;
12208
- operationsCount: z.ZodOptional<z.ZodNumber>;
12209
- hasData: z.ZodOptional<z.ZodBoolean>;
12210
- dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
12211
- hasEvents: z.ZodOptional<z.ZodBoolean>;
12212
- eventsCount: z.ZodOptional<z.ZodNumber>;
12213
- hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
12214
- hasUdm: z.ZodOptional<z.ZodBoolean>;
12215
- isTest: z.ZodOptional<z.ZodBoolean>;
12216
- externalAppId: z.ZodOptional<z.ZodString>;
12217
- appUuid: z.ZodOptional<z.ZodString>;
12218
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
12219
- authType: z.ZodOptional<z.ZodEnum<{
12220
- proxy: "proxy";
12221
- "integration-app-token": "integration-app-token";
12222
- "membrane-token": "membrane-token";
12223
- oauth2: "oauth2";
12224
- oauth1: "oauth1";
12225
- "client-credentials": "client-credentials";
12226
- }>>;
12227
- optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
12228
- disabled: z.ZodOptional<z.ZodBoolean>;
12229
- parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12230
- }, z.core.$strip>>>;
12231
- }, z.core.$strip>>;
12232
- }, z.core.$strip>;
12233
- type ConnectionApiResponse = z.infer<typeof ConnectionApiResponse>;
12234
- declare const ConnectionApiResponseWithSecrets: z.ZodObject<{
12235
- id: z.ZodString;
12236
- name: z.ZodString;
12237
- isTest: z.ZodOptional<z.ZodBoolean>;
12238
- disconnected: z.ZodOptional<z.ZodBoolean>;
12239
- isDefunct: z.ZodOptional<z.ZodBoolean>;
12240
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12241
- error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12242
- integrationId: z.ZodOptional<z.ZodString>;
12243
- connectorId: z.ZodOptional<z.ZodString>;
12244
- connectorVersion: z.ZodOptional<z.ZodString>;
12245
- authOptionKey: z.ZodOptional<z.ZodString>;
12246
- createdAt: z.ZodString;
12247
- updatedAt: z.ZodString;
12248
- lastActiveAt: z.ZodOptional<z.ZodString>;
12249
- nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
12250
- nextRetryTimestamp: z.ZodOptional<z.ZodString>;
12251
- retryAttempts: z.ZodOptional<z.ZodNumber>;
12252
- canTest: z.ZodOptional<z.ZodBoolean>;
12253
- canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
12254
- archivedAt: z.ZodOptional<z.ZodString>;
12255
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
12256
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12257
- userId: z.ZodString;
12258
- tenantId: z.ZodOptional<z.ZodString>;
12259
- user: z.ZodOptional<z.ZodObject<{
12260
- id: z.ZodString;
12261
- name: z.ZodString;
12262
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12263
- internalId: z.ZodString;
12264
- fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12265
- credentials: z.ZodOptional<z.ZodAny>;
12266
- lastActiveAt: z.ZodOptional<z.ZodString>;
12267
- isTest: z.ZodOptional<z.ZodBoolean>;
12268
- isBillable: z.ZodOptional<z.ZodBoolean>;
12269
- isActive: z.ZodOptional<z.ZodBoolean>;
12270
- createdAt: z.ZodOptional<z.ZodString>;
12271
- archivedAt: z.ZodOptional<z.ZodString>;
12272
- }, z.core.$strip>>;
12273
- integration: z.ZodOptional<z.ZodObject<{
12274
- id: z.ZodString;
12275
- uuid: z.ZodOptional<z.ZodString>;
12276
- key: z.ZodOptional<z.ZodString>;
12277
- description: z.ZodOptional<z.ZodString>;
12278
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12279
- name: z.ZodString;
12280
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12281
- errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
12282
- revision: z.ZodOptional<z.ZodString>;
12283
- createdAt: z.ZodOptional<z.ZodString>;
12284
- updatedAt: z.ZodOptional<z.ZodString>;
12285
- isReadOnly: z.ZodOptional<z.ZodBoolean>;
12286
- logoUri: z.ZodString;
12287
- connectorId: z.ZodOptional<z.ZodString>;
12288
- connectorVersion: z.ZodOptional<z.ZodString>;
12289
- oAuthCallbackUri: z.ZodOptional<z.ZodString>;
12290
- parameters: z.ZodOptional<z.ZodAny>;
12291
- archivedAt: z.ZodOptional<z.ZodString>;
12292
- hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
12293
- hasDocumentation: z.ZodOptional<z.ZodBoolean>;
12294
- hasOperations: z.ZodOptional<z.ZodBoolean>;
12295
- operationsCount: z.ZodOptional<z.ZodNumber>;
12296
- hasData: z.ZodOptional<z.ZodBoolean>;
12297
- dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
12298
- hasEvents: z.ZodOptional<z.ZodBoolean>;
12299
- eventsCount: z.ZodOptional<z.ZodNumber>;
12300
- hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
12301
- hasUdm: z.ZodOptional<z.ZodBoolean>;
12302
- isTest: z.ZodOptional<z.ZodBoolean>;
12303
- externalAppId: z.ZodOptional<z.ZodString>;
12304
- appUuid: z.ZodOptional<z.ZodString>;
12305
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
12306
- authType: z.ZodOptional<z.ZodEnum<{
12307
- proxy: "proxy";
12308
- "integration-app-token": "integration-app-token";
12309
- "membrane-token": "membrane-token";
12310
- oauth2: "oauth2";
12311
- oauth1: "oauth1";
12312
- "client-credentials": "client-credentials";
12313
- }>>;
12314
- optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
12315
- disabled: z.ZodOptional<z.ZodBoolean>;
12316
- parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12317
- }, z.core.$strip>>>;
12318
- }, z.core.$strip>>;
12319
- credentials: z.ZodOptional<z.ZodUnknown>;
12320
- input: z.ZodOptional<z.ZodUnknown>;
12321
- connectorParameters: z.ZodOptional<z.ZodUnknown>;
12322
- }, z.core.$strip>;
12323
- type ConnectionApiResponseWithSecrets = z.infer<typeof ConnectionApiResponseWithSecrets>;
12324
- type Connection = ConnectionApiResponse;
12325
- declare const ConnectionMessagePayload: z.ZodDiscriminatedUnion<[z.ZodObject<{
12326
- source: z.ZodString;
12327
- requestId: z.ZodString;
12328
- type: z.ZodLiteral<"newConnectionCreated">;
12329
- connection: z.ZodObject<{
12330
- id: z.ZodString;
12331
- name: z.ZodString;
12332
- isTest: z.ZodOptional<z.ZodBoolean>;
12333
- disconnected: z.ZodOptional<z.ZodBoolean>;
12334
- isDefunct: z.ZodOptional<z.ZodBoolean>;
12335
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12336
- error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12337
- integrationId: z.ZodOptional<z.ZodString>;
12338
- connectorId: z.ZodOptional<z.ZodString>;
12339
- connectorVersion: z.ZodOptional<z.ZodString>;
12340
- authOptionKey: z.ZodOptional<z.ZodString>;
12341
- createdAt: z.ZodString;
12342
- updatedAt: z.ZodString;
12343
- lastActiveAt: z.ZodOptional<z.ZodString>;
12344
- nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
12345
- nextRetryTimestamp: z.ZodOptional<z.ZodString>;
12346
- retryAttempts: z.ZodOptional<z.ZodNumber>;
12347
- canTest: z.ZodOptional<z.ZodBoolean>;
12348
- canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
12349
- archivedAt: z.ZodOptional<z.ZodString>;
12350
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
12351
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12352
- userId: z.ZodString;
12353
- tenantId: z.ZodOptional<z.ZodString>;
12354
- user: z.ZodOptional<z.ZodObject<{
12355
- id: z.ZodString;
12356
- name: z.ZodString;
12357
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12358
- internalId: z.ZodString;
12359
- fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12360
- credentials: z.ZodOptional<z.ZodAny>;
12361
- lastActiveAt: z.ZodOptional<z.ZodString>;
12362
- isTest: z.ZodOptional<z.ZodBoolean>;
12363
- isBillable: z.ZodOptional<z.ZodBoolean>;
12364
- isActive: z.ZodOptional<z.ZodBoolean>;
12365
- createdAt: z.ZodOptional<z.ZodString>;
12366
- archivedAt: z.ZodOptional<z.ZodString>;
12367
- }, z.core.$strip>>;
12368
- integration: z.ZodOptional<z.ZodObject<{
12369
- id: z.ZodString;
12370
- uuid: z.ZodOptional<z.ZodString>;
12371
- key: z.ZodOptional<z.ZodString>;
12372
- description: z.ZodOptional<z.ZodString>;
12373
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12374
- name: z.ZodString;
12375
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12376
- errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
12377
- revision: z.ZodOptional<z.ZodString>;
12378
- createdAt: z.ZodOptional<z.ZodString>;
12379
- updatedAt: z.ZodOptional<z.ZodString>;
12380
- isReadOnly: z.ZodOptional<z.ZodBoolean>;
12381
- logoUri: z.ZodString;
12382
- connectorId: z.ZodOptional<z.ZodString>;
12383
- connectorVersion: z.ZodOptional<z.ZodString>;
12384
- oAuthCallbackUri: z.ZodOptional<z.ZodString>;
12385
- parameters: z.ZodOptional<z.ZodAny>;
12386
- archivedAt: z.ZodOptional<z.ZodString>;
12387
- hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
12388
- hasDocumentation: z.ZodOptional<z.ZodBoolean>;
12389
- hasOperations: z.ZodOptional<z.ZodBoolean>;
12390
- operationsCount: z.ZodOptional<z.ZodNumber>;
12391
- hasData: z.ZodOptional<z.ZodBoolean>;
12392
- dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
12393
- hasEvents: z.ZodOptional<z.ZodBoolean>;
12394
- eventsCount: z.ZodOptional<z.ZodNumber>;
12395
- hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
12396
- hasUdm: z.ZodOptional<z.ZodBoolean>;
12397
- isTest: z.ZodOptional<z.ZodBoolean>;
12398
- externalAppId: z.ZodOptional<z.ZodString>;
12399
- appUuid: z.ZodOptional<z.ZodString>;
12400
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
12401
- authType: z.ZodOptional<z.ZodEnum<{
12402
- proxy: "proxy";
12403
- "integration-app-token": "integration-app-token";
12404
- "membrane-token": "membrane-token";
12405
- oauth2: "oauth2";
12406
- oauth1: "oauth1";
12407
- "client-credentials": "client-credentials";
12408
- }>>;
12409
- optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
12410
- disabled: z.ZodOptional<z.ZodBoolean>;
12411
- parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12412
- }, z.core.$strip>>>;
12413
- }, z.core.$strip>>;
12414
- }, z.core.$strip>;
12415
- }, z.core.$strip>, z.ZodObject<{
12416
- source: z.ZodString;
12417
- requestId: z.ZodString;
12418
- type: z.ZodLiteral<"newConnectionFailure">;
12419
- error: z.ZodString;
12420
- errorData: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12421
- connectionId: z.ZodOptional<z.ZodString>;
12422
- }, z.core.$strip>], "type">;
12423
- type ConnectionMessagePayload = z.infer<typeof ConnectionMessagePayload>;
12424
- declare const GenerateOptionsRequest: z.ZodObject<{
12425
- integrationId: z.ZodOptional<z.ZodString>;
12426
- integrationKey: z.ZodOptional<z.ZodString>;
12427
- connectorId: z.ZodOptional<z.ZodString>;
12428
- connectionId: z.ZodOptional<z.ZodString>;
12429
- connectorParameters: z.ZodOptional<z.ZodAny>;
12430
- connectorVersion: z.ZodOptional<z.ZodString>;
12431
- }, z.core.$strip>;
12432
- type GenerateOptionsRequest = z.infer<typeof GenerateOptionsRequest>;
12433
- declare const ConnectPayload: z.ZodObject<{
12434
- requestId: z.ZodOptional<z.ZodString>;
12435
- integrationKey: z.ZodOptional<z.ZodString>;
12436
- integrationId: z.ZodOptional<z.ZodString>;
12437
- connectorId: z.ZodOptional<z.ZodString>;
12438
- connectorVersion: z.ZodOptional<z.ZodString>;
12439
- connectionId: z.ZodOptional<z.ZodString>;
12440
- name: z.ZodOptional<z.ZodString>;
12441
- input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12442
- connectionParameters: z.ZodOptional<z.ZodAny>;
12443
- connectorParameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12444
- authOptionKey: z.ZodOptional<z.ZodString>;
12445
- allowMultipleConnections: z.ZodOptional<z.ZodBoolean>;
12446
- redirectUri: z.ZodOptional<z.ZodString>;
12447
- customState: z.ZodOptional<z.ZodString>;
12448
- connectionRequestId: z.ZodOptional<z.ZodString>;
12449
- }, z.core.$strip>;
12450
- type ConnectPayload = z.infer<typeof ConnectPayload>;
12451
- declare const ConnectUIOptions: z.ZodObject<{
12452
- connectionId: z.ZodOptional<z.ZodString>;
12453
- integrationId: z.ZodOptional<z.ZodString>;
12454
- integrationKey: z.ZodOptional<z.ZodString>;
12455
- name: z.ZodOptional<z.ZodString>;
12456
- authOptionKey: z.ZodOptional<z.ZodString>;
12457
- connectorParameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12458
- connectorId: z.ZodOptional<z.ZodString>;
12459
- connectorVersion: z.ZodOptional<z.ZodString>;
12460
- requestId: z.ZodOptional<z.ZodString>;
12461
- connectionParameters: z.ZodOptional<z.ZodAny>;
12462
- allowMultipleConnections: z.ZodOptional<z.ZodBoolean>;
12463
- customState: z.ZodOptional<z.ZodString>;
12464
- connectionRequestId: z.ZodOptional<z.ZodString>;
12465
- theme: z.ZodOptional<z.ZodEnum<{
12466
- light: "light";
12467
- dark: "dark";
12468
- auto: "auto";
12469
- }>>;
12470
- }, z.core.$strip>;
12471
- type ConnectUIOptions = z.infer<typeof ConnectUIOptions>;
12472
- type ConnectOptions = ConnectPayload & {
12473
- onPopupClosed?: () => void;
12474
- sameWindow?: boolean;
12475
- };
12476
-
12477
- declare enum LogRecordType {
12478
- MSG = "message",
12479
- TEXT = "text",
12480
- ERR = "error",
12481
- DATA = "data",
12482
- COMP = "compare",
12483
- API = "api-request"
12077
+ declare enum LogRecordType {
12078
+ MSG = "message",
12079
+ TEXT = "text",
12080
+ ERR = "error",
12081
+ DATA = "data",
12082
+ COMP = "compare",
12083
+ API = "api-request"
12484
12084
  }
12485
12085
  interface LogRecord {
12486
12086
  type?: LogRecordType;
@@ -12632,99 +12232,520 @@ type InstanceKeyQuery = {
12632
12232
  instanceKey?: string;
12633
12233
  };
12634
12234
 
12635
- declare class ConnectionLevelElementAccessor<Element, UpdateElement> {
12636
- protected client: MembraneApiClient;
12637
- protected connectionSelector: string;
12638
- protected selector: string;
12639
- protected elementKey: string;
12640
- protected query: Record<string, any>;
12641
- protected endpoint: string;
12642
- constructor(client: MembraneApiClient, connectionSelector: string, selector: string, elementKey: string, query: Record<string, any>);
12643
- protected uri(path?: string, query?: {}): string;
12644
- getUniqueIdentifier(): string;
12645
- get(query?: {
12646
- autoCreate?: boolean;
12647
- }): Promise<Element>;
12648
- create(): Promise<Element>;
12649
- patch(data: Partial<UpdateElement>): Promise<Element>;
12650
- put(data: UpdateElement): Promise<Element>;
12651
- archive(): Promise<void>;
12652
- reset(): Promise<Element>;
12653
- setup(): Promise<Element>;
12654
- }
12655
- declare class ConnectionLevelElementsListAccessor<Element, Query> {
12656
- protected client: MembraneApiClient;
12657
- protected connectionSelector: string;
12658
- protected elementKey: string;
12659
- constructor(client: MembraneApiClient, connectionSelector: string, elementKey: string);
12660
- list(query?: Query): Promise<PaginationResponse<Element[]>>;
12661
- }
12662
-
12663
- declare class IntegrationLevelElementAccessor<Element, UpdateElementData> {
12664
- protected client: MembraneApiClient;
12665
- protected integrationSelector: string;
12666
- protected elementSelector: string;
12667
- protected elementKey: string;
12668
- protected endpoint: string;
12669
- constructor(client: MembraneApiClient, integrationSelector: string, elementSelector: string, elementKey: string);
12670
- getUniqueIdentifier(): string;
12671
- get(): Promise<Element>;
12672
- patch(data: Partial<UpdateElementData>): Promise<Element>;
12673
- put(data: UpdateElementData): Promise<Element>;
12674
- archive(): Promise<void>;
12675
- reset(): Promise<Element>;
12676
- }
12677
- declare class IntegrationLevelElementsListAccessor<Element, Query, CreateElementData> {
12678
- protected client: MembraneApiClient;
12679
- protected integrationSelector: string;
12680
- protected elementKey: string;
12681
- protected endpoint: string;
12682
- constructor(client: MembraneApiClient, integrationSelector: string, elementKey: string);
12683
- list(query?: Query): Promise<PaginationResponse<Element>>;
12684
- create(data: CreateElementData): Promise<Element>;
12685
- }
12686
-
12687
- declare class ActionsAccessor extends ElementListAccessor<ActionApiResponse, FindActionsQuery, CreateActionRequest> {
12688
- constructor(client: MembraneApiClient);
12689
- }
12690
- declare class ActionAccessor<RunInput = any, RunOutput = any> extends ElementAccessor<ActionApiResponse, UpdateActionRequest, IntegrationSpecificElementSelector> {
12691
- constructor(client: MembraneApiClient, selector: IntegrationSpecificElementSelector | string);
12692
- reset(): Promise<any>;
12693
- run(input?: RunInput, options?: {
12694
- integrationKey?: string;
12695
- connectionId?: string;
12696
- }): Promise<ActionRunResponse<RunOutput>>;
12697
- }
12698
- declare class IntegrationLevelActionAccessor extends IntegrationLevelElementAccessor<ActionApiResponse, UpdateActionRequest> {
12699
- client: MembraneApiClient;
12700
- integrationSelector: string;
12701
- actionSelector: string;
12702
- constructor(client: MembraneApiClient, integrationSelector: string, actionSelector: string);
12703
- }
12704
- declare class IntegrationLevelActionsListAccessor extends IntegrationLevelElementsListAccessor<ActionApiResponse, Omit<FindActionsQuery, 'integrationId'>, Omit<CreateActionRequest, 'integrationId'>> {
12705
- client: MembraneApiClient;
12706
- integrationSelector: string;
12707
- constructor(client: MembraneApiClient, integrationSelector: string);
12708
- }
12709
- declare class ConnectionLevelActionAccessor<RunInput = any, RunOutput = any> extends ConnectionLevelElementAccessor<ActionApiResponse, UpdateActionInstanceRequest> {
12710
- client: MembraneApiClient;
12711
- connectionSelector: string;
12712
- actionSelector: string;
12713
- query: InstanceKeyQuery;
12714
- constructor(client: MembraneApiClient, connectionSelector: string, actionSelector: string, query: InstanceKeyQuery);
12715
- run(input?: RunInput): Promise<ActionRunResponse<RunOutput>>;
12716
- }
12717
- declare class ConnectionLevelActionsAccessor extends ConnectionLevelElementsListAccessor<ActionApiResponse, FindActionsQuery> {
12718
- client: MembraneApiClient;
12719
- connectionSelector: string;
12720
- constructor(client: MembraneApiClient, connectionSelector: string);
12721
- }
12722
-
12723
- interface OpenConfigurationOptions {
12724
- onClose?: (...args: any[]) => void;
12725
- showPoweredBy?: boolean;
12726
- }
12727
-
12235
+ declare class ConnectionLevelElementAccessor<Element, UpdateElement> {
12236
+ protected client: MembraneApiClient;
12237
+ protected connectionSelector: string;
12238
+ protected selector: string;
12239
+ protected elementKey: string;
12240
+ protected query: Record<string, any>;
12241
+ protected endpoint: string;
12242
+ constructor(client: MembraneApiClient, connectionSelector: string, selector: string, elementKey: string, query: Record<string, any>);
12243
+ protected uri(path?: string, query?: {}): string;
12244
+ getUniqueIdentifier(): string;
12245
+ get(query?: {
12246
+ autoCreate?: boolean;
12247
+ }): Promise<Element>;
12248
+ create(): Promise<Element>;
12249
+ patch(data: Partial<UpdateElement>): Promise<Element>;
12250
+ put(data: UpdateElement): Promise<Element>;
12251
+ archive(): Promise<void>;
12252
+ reset(): Promise<Element>;
12253
+ setup(): Promise<Element>;
12254
+ }
12255
+ declare class ConnectionLevelElementsListAccessor<Element, Query> {
12256
+ protected client: MembraneApiClient;
12257
+ protected connectionSelector: string;
12258
+ protected elementKey: string;
12259
+ constructor(client: MembraneApiClient, connectionSelector: string, elementKey: string);
12260
+ list(query?: Query): Promise<PaginationResponse<Element[]>>;
12261
+ }
12262
+
12263
+ declare class IntegrationLevelElementAccessor<Element, UpdateElementData> {
12264
+ protected client: MembraneApiClient;
12265
+ protected integrationSelector: string;
12266
+ protected elementSelector: string;
12267
+ protected elementKey: string;
12268
+ protected endpoint: string;
12269
+ constructor(client: MembraneApiClient, integrationSelector: string, elementSelector: string, elementKey: string);
12270
+ getUniqueIdentifier(): string;
12271
+ get(): Promise<Element>;
12272
+ patch(data: Partial<UpdateElementData>): Promise<Element>;
12273
+ put(data: UpdateElementData): Promise<Element>;
12274
+ archive(): Promise<void>;
12275
+ reset(): Promise<Element>;
12276
+ }
12277
+ declare class IntegrationLevelElementsListAccessor<Element, Query, CreateElementData> {
12278
+ protected client: MembraneApiClient;
12279
+ protected integrationSelector: string;
12280
+ protected elementKey: string;
12281
+ protected endpoint: string;
12282
+ constructor(client: MembraneApiClient, integrationSelector: string, elementKey: string);
12283
+ list(query?: Query): Promise<PaginationResponse<Element>>;
12284
+ create(data: CreateElementData): Promise<Element>;
12285
+ }
12286
+
12287
+ declare class ActionsAccessor extends ElementListAccessor<ActionApiResponse, FindActionsQuery, CreateActionRequest> {
12288
+ constructor(client: MembraneApiClient);
12289
+ }
12290
+ declare class ActionAccessor<RunInput = any, RunOutput = any> extends ElementAccessor<ActionApiResponse, UpdateActionRequest, IntegrationSpecificElementSelector> {
12291
+ constructor(client: MembraneApiClient, selector: IntegrationSpecificElementSelector | string);
12292
+ reset(): Promise<any>;
12293
+ run(input?: RunInput, options?: {
12294
+ integrationKey?: string;
12295
+ connectionId?: string;
12296
+ }): Promise<ActionRunResponse<RunOutput>>;
12297
+ }
12298
+ declare class IntegrationLevelActionAccessor extends IntegrationLevelElementAccessor<ActionApiResponse, UpdateActionRequest> {
12299
+ client: MembraneApiClient;
12300
+ integrationSelector: string;
12301
+ actionSelector: string;
12302
+ constructor(client: MembraneApiClient, integrationSelector: string, actionSelector: string);
12303
+ }
12304
+ declare class IntegrationLevelActionsListAccessor extends IntegrationLevelElementsListAccessor<ActionApiResponse, Omit<FindActionsQuery, 'integrationId'>, Omit<CreateActionRequest, 'integrationId'>> {
12305
+ client: MembraneApiClient;
12306
+ integrationSelector: string;
12307
+ constructor(client: MembraneApiClient, integrationSelector: string);
12308
+ }
12309
+ declare class ConnectionLevelActionAccessor<RunInput = any, RunOutput = any> extends ConnectionLevelElementAccessor<ActionApiResponse, UpdateActionInstanceRequest> {
12310
+ client: MembraneApiClient;
12311
+ connectionSelector: string;
12312
+ actionSelector: string;
12313
+ query: InstanceKeyQuery;
12314
+ constructor(client: MembraneApiClient, connectionSelector: string, actionSelector: string, query: InstanceKeyQuery);
12315
+ run(input?: RunInput): Promise<ActionRunResponse<RunOutput>>;
12316
+ }
12317
+ declare class ConnectionLevelActionsAccessor extends ConnectionLevelElementsListAccessor<ActionApiResponse, FindActionsQuery> {
12318
+ client: MembraneApiClient;
12319
+ connectionSelector: string;
12320
+ constructor(client: MembraneApiClient, connectionSelector: string);
12321
+ }
12322
+
12323
+ interface OpenConfigurationOptions {
12324
+ onClose?: (...args: any[]) => void;
12325
+ showPoweredBy?: boolean;
12326
+ }
12327
+
12328
+ declare const FindConnectionsQuery: z.ZodObject<{
12329
+ limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
12330
+ cursor: z.ZodOptional<z.ZodString>;
12331
+ search: z.ZodOptional<z.ZodString>;
12332
+ includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12333
+ tenantId: z.ZodOptional<z.ZodString>;
12334
+ integrationId: z.ZodOptional<z.ZodString>;
12335
+ connectorId: z.ZodOptional<z.ZodString>;
12336
+ disconnected: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12337
+ isTest: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12338
+ userId: z.ZodOptional<z.ZodString>;
12339
+ connectorVersion: z.ZodOptional<z.ZodString>;
12340
+ externalAppId: z.ZodOptional<z.ZodString>;
12341
+ integrationKey: z.ZodOptional<z.ZodString>;
12342
+ includeSecrets: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
12343
+ }, z.core.$strip>;
12344
+ type FindConnectionsQuery = z.infer<typeof FindConnectionsQuery>;
12345
+ declare const CreateConnectionRequest: z.ZodObject<{
12346
+ name: z.ZodOptional<z.ZodString>;
12347
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12348
+ authOptionKey: z.ZodOptional<z.ZodString>;
12349
+ externalAppId: z.ZodOptional<z.ZodString>;
12350
+ externalAppUuid: z.ZodOptional<z.ZodString>;
12351
+ credentials: z.ZodOptional<z.ZodUnknown>;
12352
+ connectorParameters: z.ZodOptional<z.ZodUnknown>;
12353
+ input: z.ZodOptional<z.ZodUnknown>;
12354
+ integrationId: z.ZodOptional<z.ZodString>;
12355
+ integrationUuid: z.ZodOptional<z.ZodString>;
12356
+ integrationKey: z.ZodOptional<z.ZodString>;
12357
+ connectorId: z.ZodOptional<z.ZodString>;
12358
+ connectorUuid: z.ZodOptional<z.ZodString>;
12359
+ connectorKey: z.ZodOptional<z.ZodString>;
12360
+ connectorVersion: z.ZodOptional<z.ZodString>;
12361
+ }, z.core.$strip>;
12362
+ type CreateConnectionRequest = z.infer<typeof CreateConnectionRequest>;
12363
+ declare const UpdateConnectionRequest: z.ZodObject<{
12364
+ name: z.ZodOptional<z.ZodString>;
12365
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12366
+ authOptionKey: z.ZodOptional<z.ZodString>;
12367
+ externalAppId: z.ZodOptional<z.ZodString>;
12368
+ externalAppUuid: z.ZodOptional<z.ZodString>;
12369
+ credentials: z.ZodOptional<z.ZodUnknown>;
12370
+ connectorParameters: z.ZodOptional<z.ZodUnknown>;
12371
+ input: z.ZodOptional<z.ZodUnknown>;
12372
+ }, z.core.$strip>;
12373
+ type UpdateConnectionRequest = z.infer<typeof UpdateConnectionRequest>;
12374
+ declare const ConnectionExportProperties: z.ZodObject<{
12375
+ name: z.ZodOptional<z.ZodString>;
12376
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12377
+ externalAppId: z.ZodOptional<z.ZodString>;
12378
+ authOptionKey: z.ZodOptional<z.ZodString>;
12379
+ externalAppUuid: z.ZodOptional<z.ZodString>;
12380
+ }, z.core.$strip>;
12381
+ type ConnectionExportProperties = z.infer<typeof ConnectionExportProperties>;
12382
+ declare const ConnectionTestResponse: z.ZodObject<{
12383
+ success: z.ZodBoolean;
12384
+ }, z.core.$strip>;
12385
+ type ConnectionTestResponse = z.infer<typeof ConnectionTestResponse>;
12386
+ declare const ConnectionProxyRequest: z.ZodObject<{
12387
+ path: z.ZodString;
12388
+ method: z.ZodPipe<z.ZodString, z.ZodEnum<typeof HttpRequestMethod>>;
12389
+ pathParameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
12390
+ data: z.ZodOptional<z.ZodAny>;
12391
+ query: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
12392
+ headers: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
12393
+ }, z.core.$strip>;
12394
+ type ConnectionProxyRequest = z.infer<typeof ConnectionProxyRequest>;
12395
+ declare const ConnectionOperationRunInput: z.ZodObject<{
12396
+ input: z.ZodOptional<z.ZodAny>;
12397
+ }, z.core.$strip>;
12398
+ type ConnectionOperationRunInput = z.infer<typeof ConnectionOperationRunInput>;
12399
+ declare const ConnectionOperationRunResponse: z.ZodObject<{
12400
+ executionLogs: z.ZodOptional<z.ZodArray<z.ZodAny>>;
12401
+ output: z.ZodOptional<z.ZodAny>;
12402
+ }, z.core.$strip>;
12403
+ type ConnectionOperationRunResponse = z.infer<typeof ConnectionOperationRunResponse>;
12404
+ declare class FindConnectionsResponse extends PaginationResponse<Connection> {
12405
+ }
12406
+ declare const ConnectionSelector: z.ZodObject<{
12407
+ id: z.ZodOptional<z.ZodString>;
12408
+ integrationKey: z.ZodOptional<z.ZodString>;
12409
+ integrationId: z.ZodOptional<z.ZodString>;
12410
+ connectionId: z.ZodOptional<z.ZodString>;
12411
+ }, z.core.$strip>;
12412
+ type ConnectionSelector = z.infer<typeof ConnectionSelector>;
12413
+ declare const ConnectionApiResponse: z.ZodObject<{
12414
+ id: z.ZodString;
12415
+ name: z.ZodString;
12416
+ isTest: z.ZodOptional<z.ZodBoolean>;
12417
+ disconnected: z.ZodOptional<z.ZodBoolean>;
12418
+ isDefunct: z.ZodOptional<z.ZodBoolean>;
12419
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12420
+ error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12421
+ integrationId: z.ZodOptional<z.ZodString>;
12422
+ connectorId: z.ZodOptional<z.ZodString>;
12423
+ externalAppId: z.ZodOptional<z.ZodString>;
12424
+ connectorVersion: z.ZodOptional<z.ZodString>;
12425
+ authOptionKey: z.ZodOptional<z.ZodString>;
12426
+ createdAt: z.ZodString;
12427
+ updatedAt: z.ZodString;
12428
+ lastActiveAt: z.ZodOptional<z.ZodString>;
12429
+ nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
12430
+ nextRetryTimestamp: z.ZodOptional<z.ZodString>;
12431
+ retryAttempts: z.ZodOptional<z.ZodNumber>;
12432
+ canTest: z.ZodOptional<z.ZodBoolean>;
12433
+ canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
12434
+ archivedAt: z.ZodOptional<z.ZodString>;
12435
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
12436
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12437
+ userId: z.ZodString;
12438
+ tenantId: z.ZodOptional<z.ZodString>;
12439
+ user: z.ZodOptional<z.ZodObject<{
12440
+ id: z.ZodString;
12441
+ name: z.ZodString;
12442
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12443
+ internalId: z.ZodString;
12444
+ fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12445
+ credentials: z.ZodOptional<z.ZodAny>;
12446
+ lastActiveAt: z.ZodOptional<z.ZodString>;
12447
+ isTest: z.ZodOptional<z.ZodBoolean>;
12448
+ isBillable: z.ZodOptional<z.ZodBoolean>;
12449
+ isActive: z.ZodOptional<z.ZodBoolean>;
12450
+ createdAt: z.ZodOptional<z.ZodString>;
12451
+ archivedAt: z.ZodOptional<z.ZodString>;
12452
+ }, z.core.$strip>>;
12453
+ integration: z.ZodOptional<z.ZodObject<{
12454
+ id: z.ZodString;
12455
+ uuid: z.ZodOptional<z.ZodString>;
12456
+ key: z.ZodOptional<z.ZodString>;
12457
+ description: z.ZodOptional<z.ZodString>;
12458
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12459
+ name: z.ZodString;
12460
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12461
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
12462
+ revision: z.ZodOptional<z.ZodString>;
12463
+ createdAt: z.ZodOptional<z.ZodString>;
12464
+ updatedAt: z.ZodOptional<z.ZodString>;
12465
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
12466
+ logoUri: z.ZodString;
12467
+ connectorId: z.ZodOptional<z.ZodString>;
12468
+ connectorVersion: z.ZodOptional<z.ZodString>;
12469
+ oAuthCallbackUri: z.ZodOptional<z.ZodString>;
12470
+ parameters: z.ZodOptional<z.ZodAny>;
12471
+ archivedAt: z.ZodOptional<z.ZodString>;
12472
+ hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
12473
+ hasDocumentation: z.ZodOptional<z.ZodBoolean>;
12474
+ hasOperations: z.ZodOptional<z.ZodBoolean>;
12475
+ operationsCount: z.ZodOptional<z.ZodNumber>;
12476
+ hasData: z.ZodOptional<z.ZodBoolean>;
12477
+ dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
12478
+ hasEvents: z.ZodOptional<z.ZodBoolean>;
12479
+ eventsCount: z.ZodOptional<z.ZodNumber>;
12480
+ hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
12481
+ hasUdm: z.ZodOptional<z.ZodBoolean>;
12482
+ isTest: z.ZodOptional<z.ZodBoolean>;
12483
+ externalAppId: z.ZodOptional<z.ZodString>;
12484
+ appUuid: z.ZodOptional<z.ZodString>;
12485
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
12486
+ authType: z.ZodOptional<z.ZodEnum<{
12487
+ proxy: "proxy";
12488
+ "integration-app-token": "integration-app-token";
12489
+ "membrane-token": "membrane-token";
12490
+ oauth2: "oauth2";
12491
+ oauth1: "oauth1";
12492
+ "client-credentials": "client-credentials";
12493
+ }>>;
12494
+ optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
12495
+ disabled: z.ZodOptional<z.ZodBoolean>;
12496
+ parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12497
+ }, z.core.$strip>>>;
12498
+ }, z.core.$strip>>;
12499
+ }, z.core.$strip>;
12500
+ type ConnectionApiResponse = z.infer<typeof ConnectionApiResponse>;
12501
+ declare const ConnectionApiResponseWithSecrets: z.ZodObject<{
12502
+ id: z.ZodString;
12503
+ name: z.ZodString;
12504
+ isTest: z.ZodOptional<z.ZodBoolean>;
12505
+ disconnected: z.ZodOptional<z.ZodBoolean>;
12506
+ isDefunct: z.ZodOptional<z.ZodBoolean>;
12507
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12508
+ error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12509
+ integrationId: z.ZodOptional<z.ZodString>;
12510
+ connectorId: z.ZodOptional<z.ZodString>;
12511
+ externalAppId: z.ZodOptional<z.ZodString>;
12512
+ connectorVersion: z.ZodOptional<z.ZodString>;
12513
+ authOptionKey: z.ZodOptional<z.ZodString>;
12514
+ createdAt: z.ZodString;
12515
+ updatedAt: z.ZodString;
12516
+ lastActiveAt: z.ZodOptional<z.ZodString>;
12517
+ nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
12518
+ nextRetryTimestamp: z.ZodOptional<z.ZodString>;
12519
+ retryAttempts: z.ZodOptional<z.ZodNumber>;
12520
+ canTest: z.ZodOptional<z.ZodBoolean>;
12521
+ canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
12522
+ archivedAt: z.ZodOptional<z.ZodString>;
12523
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
12524
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12525
+ userId: z.ZodString;
12526
+ tenantId: z.ZodOptional<z.ZodString>;
12527
+ user: z.ZodOptional<z.ZodObject<{
12528
+ id: z.ZodString;
12529
+ name: z.ZodString;
12530
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12531
+ internalId: z.ZodString;
12532
+ fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12533
+ credentials: z.ZodOptional<z.ZodAny>;
12534
+ lastActiveAt: z.ZodOptional<z.ZodString>;
12535
+ isTest: z.ZodOptional<z.ZodBoolean>;
12536
+ isBillable: z.ZodOptional<z.ZodBoolean>;
12537
+ isActive: z.ZodOptional<z.ZodBoolean>;
12538
+ createdAt: z.ZodOptional<z.ZodString>;
12539
+ archivedAt: z.ZodOptional<z.ZodString>;
12540
+ }, z.core.$strip>>;
12541
+ integration: z.ZodOptional<z.ZodObject<{
12542
+ id: z.ZodString;
12543
+ uuid: z.ZodOptional<z.ZodString>;
12544
+ key: z.ZodOptional<z.ZodString>;
12545
+ description: z.ZodOptional<z.ZodString>;
12546
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12547
+ name: z.ZodString;
12548
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12549
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
12550
+ revision: z.ZodOptional<z.ZodString>;
12551
+ createdAt: z.ZodOptional<z.ZodString>;
12552
+ updatedAt: z.ZodOptional<z.ZodString>;
12553
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
12554
+ logoUri: z.ZodString;
12555
+ connectorId: z.ZodOptional<z.ZodString>;
12556
+ connectorVersion: z.ZodOptional<z.ZodString>;
12557
+ oAuthCallbackUri: z.ZodOptional<z.ZodString>;
12558
+ parameters: z.ZodOptional<z.ZodAny>;
12559
+ archivedAt: z.ZodOptional<z.ZodString>;
12560
+ hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
12561
+ hasDocumentation: z.ZodOptional<z.ZodBoolean>;
12562
+ hasOperations: z.ZodOptional<z.ZodBoolean>;
12563
+ operationsCount: z.ZodOptional<z.ZodNumber>;
12564
+ hasData: z.ZodOptional<z.ZodBoolean>;
12565
+ dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
12566
+ hasEvents: z.ZodOptional<z.ZodBoolean>;
12567
+ eventsCount: z.ZodOptional<z.ZodNumber>;
12568
+ hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
12569
+ hasUdm: z.ZodOptional<z.ZodBoolean>;
12570
+ isTest: z.ZodOptional<z.ZodBoolean>;
12571
+ externalAppId: z.ZodOptional<z.ZodString>;
12572
+ appUuid: z.ZodOptional<z.ZodString>;
12573
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
12574
+ authType: z.ZodOptional<z.ZodEnum<{
12575
+ proxy: "proxy";
12576
+ "integration-app-token": "integration-app-token";
12577
+ "membrane-token": "membrane-token";
12578
+ oauth2: "oauth2";
12579
+ oauth1: "oauth1";
12580
+ "client-credentials": "client-credentials";
12581
+ }>>;
12582
+ optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
12583
+ disabled: z.ZodOptional<z.ZodBoolean>;
12584
+ parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12585
+ }, z.core.$strip>>>;
12586
+ }, z.core.$strip>>;
12587
+ credentials: z.ZodOptional<z.ZodUnknown>;
12588
+ input: z.ZodOptional<z.ZodUnknown>;
12589
+ connectorParameters: z.ZodOptional<z.ZodUnknown>;
12590
+ }, z.core.$strip>;
12591
+ type ConnectionApiResponseWithSecrets = z.infer<typeof ConnectionApiResponseWithSecrets>;
12592
+ type Connection = ConnectionApiResponse;
12593
+ declare const ConnectionMessagePayload: z.ZodDiscriminatedUnion<[z.ZodObject<{
12594
+ source: z.ZodString;
12595
+ requestId: z.ZodString;
12596
+ type: z.ZodLiteral<"newConnectionCreated">;
12597
+ connection: z.ZodObject<{
12598
+ id: z.ZodString;
12599
+ name: z.ZodString;
12600
+ isTest: z.ZodOptional<z.ZodBoolean>;
12601
+ disconnected: z.ZodOptional<z.ZodBoolean>;
12602
+ isDefunct: z.ZodOptional<z.ZodBoolean>;
12603
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12604
+ error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12605
+ integrationId: z.ZodOptional<z.ZodString>;
12606
+ connectorId: z.ZodOptional<z.ZodString>;
12607
+ externalAppId: z.ZodOptional<z.ZodString>;
12608
+ connectorVersion: z.ZodOptional<z.ZodString>;
12609
+ authOptionKey: z.ZodOptional<z.ZodString>;
12610
+ createdAt: z.ZodString;
12611
+ updatedAt: z.ZodString;
12612
+ lastActiveAt: z.ZodOptional<z.ZodString>;
12613
+ nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
12614
+ nextRetryTimestamp: z.ZodOptional<z.ZodString>;
12615
+ retryAttempts: z.ZodOptional<z.ZodNumber>;
12616
+ canTest: z.ZodOptional<z.ZodBoolean>;
12617
+ canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
12618
+ archivedAt: z.ZodOptional<z.ZodString>;
12619
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
12620
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12621
+ userId: z.ZodString;
12622
+ tenantId: z.ZodOptional<z.ZodString>;
12623
+ user: z.ZodOptional<z.ZodObject<{
12624
+ id: z.ZodString;
12625
+ name: z.ZodString;
12626
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12627
+ internalId: z.ZodString;
12628
+ fields: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12629
+ credentials: z.ZodOptional<z.ZodAny>;
12630
+ lastActiveAt: z.ZodOptional<z.ZodString>;
12631
+ isTest: z.ZodOptional<z.ZodBoolean>;
12632
+ isBillable: z.ZodOptional<z.ZodBoolean>;
12633
+ isActive: z.ZodOptional<z.ZodBoolean>;
12634
+ createdAt: z.ZodOptional<z.ZodString>;
12635
+ archivedAt: z.ZodOptional<z.ZodString>;
12636
+ }, z.core.$strip>>;
12637
+ integration: z.ZodOptional<z.ZodObject<{
12638
+ id: z.ZodString;
12639
+ uuid: z.ZodOptional<z.ZodString>;
12640
+ key: z.ZodOptional<z.ZodString>;
12641
+ description: z.ZodOptional<z.ZodString>;
12642
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12643
+ name: z.ZodString;
12644
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
12645
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
12646
+ revision: z.ZodOptional<z.ZodString>;
12647
+ createdAt: z.ZodOptional<z.ZodString>;
12648
+ updatedAt: z.ZodOptional<z.ZodString>;
12649
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
12650
+ logoUri: z.ZodString;
12651
+ connectorId: z.ZodOptional<z.ZodString>;
12652
+ connectorVersion: z.ZodOptional<z.ZodString>;
12653
+ oAuthCallbackUri: z.ZodOptional<z.ZodString>;
12654
+ parameters: z.ZodOptional<z.ZodAny>;
12655
+ archivedAt: z.ZodOptional<z.ZodString>;
12656
+ hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
12657
+ hasDocumentation: z.ZodOptional<z.ZodBoolean>;
12658
+ hasOperations: z.ZodOptional<z.ZodBoolean>;
12659
+ operationsCount: z.ZodOptional<z.ZodNumber>;
12660
+ hasData: z.ZodOptional<z.ZodBoolean>;
12661
+ dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
12662
+ hasEvents: z.ZodOptional<z.ZodBoolean>;
12663
+ eventsCount: z.ZodOptional<z.ZodNumber>;
12664
+ hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
12665
+ hasUdm: z.ZodOptional<z.ZodBoolean>;
12666
+ isTest: z.ZodOptional<z.ZodBoolean>;
12667
+ externalAppId: z.ZodOptional<z.ZodString>;
12668
+ appUuid: z.ZodOptional<z.ZodString>;
12669
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
12670
+ authType: z.ZodOptional<z.ZodEnum<{
12671
+ proxy: "proxy";
12672
+ "integration-app-token": "integration-app-token";
12673
+ "membrane-token": "membrane-token";
12674
+ oauth2: "oauth2";
12675
+ oauth1: "oauth1";
12676
+ "client-credentials": "client-credentials";
12677
+ }>>;
12678
+ optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
12679
+ disabled: z.ZodOptional<z.ZodBoolean>;
12680
+ parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
12681
+ }, z.core.$strip>>>;
12682
+ }, z.core.$strip>>;
12683
+ }, z.core.$strip>;
12684
+ }, z.core.$strip>, z.ZodObject<{
12685
+ source: z.ZodString;
12686
+ requestId: z.ZodString;
12687
+ type: z.ZodLiteral<"newConnectionFailure">;
12688
+ error: z.ZodString;
12689
+ errorData: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12690
+ connectionId: z.ZodOptional<z.ZodString>;
12691
+ }, z.core.$strip>], "type">;
12692
+ type ConnectionMessagePayload = z.infer<typeof ConnectionMessagePayload>;
12693
+ declare const GenerateOptionsRequest: z.ZodObject<{
12694
+ integrationId: z.ZodOptional<z.ZodString>;
12695
+ integrationKey: z.ZodOptional<z.ZodString>;
12696
+ connectorId: z.ZodOptional<z.ZodString>;
12697
+ connectorKey: z.ZodOptional<z.ZodString>;
12698
+ connectionId: z.ZodOptional<z.ZodString>;
12699
+ connectorParameters: z.ZodOptional<z.ZodAny>;
12700
+ connectorVersion: z.ZodOptional<z.ZodString>;
12701
+ }, z.core.$strip>;
12702
+ type GenerateOptionsRequest = z.infer<typeof GenerateOptionsRequest>;
12703
+ declare const ConnectPayload: z.ZodObject<{
12704
+ requestId: z.ZodOptional<z.ZodString>;
12705
+ integrationKey: z.ZodOptional<z.ZodString>;
12706
+ integrationId: z.ZodOptional<z.ZodString>;
12707
+ connectorId: z.ZodOptional<z.ZodString>;
12708
+ connectorKey: z.ZodOptional<z.ZodString>;
12709
+ connectorVersion: z.ZodOptional<z.ZodString>;
12710
+ connectionId: z.ZodOptional<z.ZodString>;
12711
+ name: z.ZodOptional<z.ZodString>;
12712
+ input: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12713
+ connectionParameters: z.ZodOptional<z.ZodAny>;
12714
+ connectorParameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12715
+ authOptionKey: z.ZodOptional<z.ZodString>;
12716
+ allowMultipleConnections: z.ZodOptional<z.ZodBoolean>;
12717
+ redirectUri: z.ZodOptional<z.ZodString>;
12718
+ customState: z.ZodOptional<z.ZodString>;
12719
+ connectionRequestId: z.ZodOptional<z.ZodString>;
12720
+ }, z.core.$strip>;
12721
+ type ConnectPayload = z.infer<typeof ConnectPayload>;
12722
+ declare const ConnectUIOptions: z.ZodObject<{
12723
+ connectionId: z.ZodOptional<z.ZodString>;
12724
+ integrationId: z.ZodOptional<z.ZodString>;
12725
+ integrationKey: z.ZodOptional<z.ZodString>;
12726
+ name: z.ZodOptional<z.ZodString>;
12727
+ authOptionKey: z.ZodOptional<z.ZodString>;
12728
+ connectorParameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12729
+ connectorId: z.ZodOptional<z.ZodString>;
12730
+ connectorVersion: z.ZodOptional<z.ZodString>;
12731
+ connectorKey: z.ZodOptional<z.ZodString>;
12732
+ requestId: z.ZodOptional<z.ZodString>;
12733
+ connectionParameters: z.ZodOptional<z.ZodAny>;
12734
+ allowMultipleConnections: z.ZodOptional<z.ZodBoolean>;
12735
+ customState: z.ZodOptional<z.ZodString>;
12736
+ connectionRequestId: z.ZodOptional<z.ZodString>;
12737
+ theme: z.ZodOptional<z.ZodEnum<{
12738
+ light: "light";
12739
+ dark: "dark";
12740
+ auto: "auto";
12741
+ }>>;
12742
+ }, z.core.$strip>;
12743
+ type ConnectUIOptions = z.infer<typeof ConnectUIOptions>;
12744
+ type ConnectOptions = ConnectPayload & {
12745
+ onPopupClosed?: () => void;
12746
+ sameWindow?: boolean;
12747
+ };
12748
+
12728
12749
  declare const CreateFlowRunRequest: z.ZodObject<{
12729
12750
  flowInstanceId: z.ZodString;
12730
12751
  startNodeKey: z.ZodOptional<z.ZodString>;
@@ -12860,6 +12881,7 @@ declare const FlowRunApiResponse: z.ZodObject<{
12860
12881
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
12861
12882
  integrationId: z.ZodOptional<z.ZodString>;
12862
12883
  connectorId: z.ZodOptional<z.ZodString>;
12884
+ externalAppId: z.ZodOptional<z.ZodString>;
12863
12885
  connectorVersion: z.ZodOptional<z.ZodString>;
12864
12886
  authOptionKey: z.ZodOptional<z.ZodString>;
12865
12887
  createdAt: z.ZodString;
@@ -13045,6 +13067,7 @@ declare const FindFlowRunsResponse: z.ZodObject<{
13045
13067
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
13046
13068
  integrationId: z.ZodOptional<z.ZodString>;
13047
13069
  connectorId: z.ZodOptional<z.ZodString>;
13070
+ externalAppId: z.ZodOptional<z.ZodString>;
13048
13071
  connectorVersion: z.ZodOptional<z.ZodString>;
13049
13072
  authOptionKey: z.ZodOptional<z.ZodString>;
13050
13073
  createdAt: z.ZodString;
@@ -13378,6 +13401,7 @@ declare const FlowApiResponse: z.ZodObject<{
13378
13401
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
13379
13402
  integrationId: z.ZodOptional<z.ZodString>;
13380
13403
  connectorId: z.ZodOptional<z.ZodString>;
13404
+ externalAppId: z.ZodOptional<z.ZodString>;
13381
13405
  connectorVersion: z.ZodOptional<z.ZodString>;
13382
13406
  authOptionKey: z.ZodOptional<z.ZodString>;
13383
13407
  createdAt: z.ZodString;
@@ -13714,6 +13738,7 @@ declare const FlowInstanceApiResponse: z.ZodObject<{
13714
13738
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
13715
13739
  integrationId: z.ZodOptional<z.ZodString>;
13716
13740
  connectorId: z.ZodOptional<z.ZodString>;
13741
+ externalAppId: z.ZodOptional<z.ZodString>;
13717
13742
  connectorVersion: z.ZodOptional<z.ZodString>;
13718
13743
  authOptionKey: z.ZodOptional<z.ZodString>;
13719
13744
  createdAt: z.ZodString;
@@ -14402,6 +14427,7 @@ declare const DataSourceApiResponse: z.ZodObject<{
14402
14427
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
14403
14428
  integrationId: z.ZodOptional<z.ZodString>;
14404
14429
  connectorId: z.ZodOptional<z.ZodString>;
14430
+ externalAppId: z.ZodOptional<z.ZodString>;
14405
14431
  connectorVersion: z.ZodOptional<z.ZodString>;
14406
14432
  authOptionKey: z.ZodOptional<z.ZodString>;
14407
14433
  createdAt: z.ZodString;
@@ -14983,6 +15009,7 @@ declare const DataSourceInstanceApiResponse: z.ZodObject<{
14983
15009
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
14984
15010
  integrationId: z.ZodOptional<z.ZodString>;
14985
15011
  connectorId: z.ZodOptional<z.ZodString>;
15012
+ externalAppId: z.ZodOptional<z.ZodString>;
14986
15013
  connectorVersion: z.ZodOptional<z.ZodString>;
14987
15014
  authOptionKey: z.ZodOptional<z.ZodString>;
14988
15015
  createdAt: z.ZodString;
@@ -15484,6 +15511,7 @@ declare class ConnectionAccessor {
15484
15511
  error?: ErrorDataSchema | undefined;
15485
15512
  integrationId?: string | undefined;
15486
15513
  connectorId?: string | undefined;
15514
+ externalAppId?: string | undefined;
15487
15515
  connectorVersion?: string | undefined;
15488
15516
  authOptionKey?: string | undefined;
15489
15517
  lastActiveAt?: string | undefined;
@@ -15656,6 +15684,185 @@ declare class FlowRunAccessor {
15656
15684
  } & OpenFlowRunEditorOptions): Promise<void>;
15657
15685
  }
15658
15686
 
15687
+ declare const CreateIntegrationRequest: z.ZodObject<{
15688
+ uuid: z.ZodOptional<z.ZodString>;
15689
+ key: z.ZodOptional<z.ZodString>;
15690
+ name: z.ZodOptional<z.ZodString>;
15691
+ description: z.ZodOptional<z.ZodString>;
15692
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
15693
+ logoUri: z.ZodOptional<z.ZodString>;
15694
+ externalAppId: z.ZodOptional<z.ZodString>;
15695
+ externalAppUuid: z.ZodOptional<z.ZodString>;
15696
+ appUuid: z.ZodOptional<z.ZodString>;
15697
+ oAuthCallbackUri: z.ZodOptional<z.ZodUnion<[z.ZodURL, z.ZodLiteral<"">]>>;
15698
+ logoBase64: z.ZodOptional<z.ZodString>;
15699
+ connectorVersion: z.ZodOptional<z.ZodString>;
15700
+ connectorId: z.ZodOptional<z.ZodString>;
15701
+ connectorUuid: z.ZodOptional<z.ZodString>;
15702
+ connectorKey: z.ZodOptional<z.ZodString>;
15703
+ parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
15704
+ optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
15705
+ disabled: z.ZodOptional<z.ZodBoolean>;
15706
+ parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
15707
+ }, z.core.$strip>>>;
15708
+ }, z.core.$strip>;
15709
+ type CreateIntegrationRequest = z.infer<typeof CreateIntegrationRequest>;
15710
+ declare const UpdateIntegrationRequest: z.ZodObject<{
15711
+ uuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15712
+ key: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15713
+ name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15714
+ description: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15715
+ meta: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
15716
+ logoUri: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15717
+ externalAppId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15718
+ externalAppUuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15719
+ appUuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15720
+ oAuthCallbackUri: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodURL, z.ZodLiteral<"">]>>>;
15721
+ logoBase64: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15722
+ connectorVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15723
+ connectorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15724
+ connectorUuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15725
+ connectorKey: z.ZodOptional<z.ZodOptional<z.ZodString>>;
15726
+ parameters: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
15727
+ optionsConfig: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
15728
+ disabled: z.ZodOptional<z.ZodBoolean>;
15729
+ parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
15730
+ }, z.core.$strip>>>>;
15731
+ }, z.core.$strip>;
15732
+ type UpdateIntegrationRequest = z.infer<typeof UpdateIntegrationRequest>;
15733
+ declare const FindIntegrationsQuery: z.ZodObject<{
15734
+ appUuid: z.ZodOptional<z.ZodString>;
15735
+ limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
15736
+ cursor: z.ZodOptional<z.ZodString>;
15737
+ search: z.ZodOptional<z.ZodString>;
15738
+ }, z.core.$strip>;
15739
+ type FindIntegrationsQuery = z.infer<typeof FindIntegrationsQuery>;
15740
+ interface FindIntegrationsResponse extends PaginationResponse<IntegrationApiResponse> {
15741
+ }
15742
+ interface OpenNewConnectionOptions extends OpenConfigurationOptions {
15743
+ allowMultipleConnections?: boolean;
15744
+ name?: string;
15745
+ connectorParameters?: any;
15746
+ }
15747
+ declare const IntegrationAuthUi: z.ZodObject<{
15748
+ schema: z.ZodOptional<z.ZodAny>;
15749
+ helpUri: z.ZodOptional<z.ZodString>;
15750
+ }, z.core.$strip>;
15751
+ type IntegrationAuthUi = z.infer<typeof IntegrationAuthUi>;
15752
+ declare const IntegrationAuthOption: z.ZodObject<{
15753
+ key: z.ZodString;
15754
+ type: z.ZodEnum<{
15755
+ proxy: "proxy";
15756
+ "integration-app-token": "integration-app-token";
15757
+ "membrane-token": "membrane-token";
15758
+ oauth2: "oauth2";
15759
+ oauth1: "oauth1";
15760
+ "client-credentials": "client-credentials";
15761
+ }>;
15762
+ title: z.ZodOptional<z.ZodString>;
15763
+ description: z.ZodOptional<z.ZodString>;
15764
+ inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
15765
+ ui: z.ZodOptional<z.ZodObject<{
15766
+ schema: z.ZodOptional<z.ZodAny>;
15767
+ helpUri: z.ZodOptional<z.ZodString>;
15768
+ }, z.core.$strip>>;
15769
+ }, z.core.$strip>;
15770
+ type IntegrationAuthOption = z.infer<typeof IntegrationAuthOption>;
15771
+ declare const IntegrationApiResponse: z.ZodObject<{
15772
+ id: z.ZodString;
15773
+ uuid: z.ZodOptional<z.ZodString>;
15774
+ key: z.ZodOptional<z.ZodString>;
15775
+ description: z.ZodOptional<z.ZodString>;
15776
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
15777
+ name: z.ZodString;
15778
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
15779
+ errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
15780
+ revision: z.ZodOptional<z.ZodString>;
15781
+ createdAt: z.ZodOptional<z.ZodString>;
15782
+ updatedAt: z.ZodOptional<z.ZodString>;
15783
+ isReadOnly: z.ZodOptional<z.ZodBoolean>;
15784
+ logoUri: z.ZodString;
15785
+ connectorId: z.ZodOptional<z.ZodString>;
15786
+ connectorVersion: z.ZodOptional<z.ZodString>;
15787
+ oAuthCallbackUri: z.ZodOptional<z.ZodString>;
15788
+ parameters: z.ZodOptional<z.ZodAny>;
15789
+ archivedAt: z.ZodOptional<z.ZodString>;
15790
+ hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
15791
+ hasDocumentation: z.ZodOptional<z.ZodBoolean>;
15792
+ hasOperations: z.ZodOptional<z.ZodBoolean>;
15793
+ operationsCount: z.ZodOptional<z.ZodNumber>;
15794
+ hasData: z.ZodOptional<z.ZodBoolean>;
15795
+ dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
15796
+ hasEvents: z.ZodOptional<z.ZodBoolean>;
15797
+ eventsCount: z.ZodOptional<z.ZodNumber>;
15798
+ hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
15799
+ hasUdm: z.ZodOptional<z.ZodBoolean>;
15800
+ isTest: z.ZodOptional<z.ZodBoolean>;
15801
+ externalAppId: z.ZodOptional<z.ZodString>;
15802
+ appUuid: z.ZodOptional<z.ZodString>;
15803
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
15804
+ authType: z.ZodOptional<z.ZodEnum<{
15805
+ proxy: "proxy";
15806
+ "integration-app-token": "integration-app-token";
15807
+ "membrane-token": "membrane-token";
15808
+ oauth2: "oauth2";
15809
+ oauth1: "oauth1";
15810
+ "client-credentials": "client-credentials";
15811
+ }>>;
15812
+ optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
15813
+ disabled: z.ZodOptional<z.ZodBoolean>;
15814
+ parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
15815
+ }, z.core.$strip>>>;
15816
+ connection: z.ZodOptional<z.ZodObject<{
15817
+ id: z.ZodString;
15818
+ name: z.ZodString;
15819
+ isTest: z.ZodOptional<z.ZodBoolean>;
15820
+ disconnected: z.ZodOptional<z.ZodBoolean>;
15821
+ isDefunct: z.ZodOptional<z.ZodBoolean>;
15822
+ state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
15823
+ error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
15824
+ integrationId: z.ZodOptional<z.ZodString>;
15825
+ connectorId: z.ZodOptional<z.ZodString>;
15826
+ externalAppId: z.ZodOptional<z.ZodString>;
15827
+ connectorVersion: z.ZodOptional<z.ZodString>;
15828
+ authOptionKey: z.ZodOptional<z.ZodString>;
15829
+ createdAt: z.ZodString;
15830
+ updatedAt: z.ZodString;
15831
+ lastActiveAt: z.ZodOptional<z.ZodString>;
15832
+ nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
15833
+ nextRetryTimestamp: z.ZodOptional<z.ZodString>;
15834
+ retryAttempts: z.ZodOptional<z.ZodNumber>;
15835
+ canTest: z.ZodOptional<z.ZodBoolean>;
15836
+ canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
15837
+ archivedAt: z.ZodOptional<z.ZodString>;
15838
+ isDeactivated: z.ZodOptional<z.ZodBoolean>;
15839
+ meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
15840
+ userId: z.ZodString;
15841
+ tenantId: z.ZodOptional<z.ZodString>;
15842
+ }, z.core.$strip>>;
15843
+ spec: z.ZodOptional<z.ZodAny>;
15844
+ authOptions: z.ZodOptional<z.ZodArray<z.ZodObject<{
15845
+ key: z.ZodString;
15846
+ type: z.ZodEnum<{
15847
+ proxy: "proxy";
15848
+ "integration-app-token": "integration-app-token";
15849
+ "membrane-token": "membrane-token";
15850
+ oauth2: "oauth2";
15851
+ oauth1: "oauth1";
15852
+ "client-credentials": "client-credentials";
15853
+ }>;
15854
+ title: z.ZodOptional<z.ZodString>;
15855
+ description: z.ZodOptional<z.ZodString>;
15856
+ inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
15857
+ ui: z.ZodOptional<z.ZodObject<{
15858
+ schema: z.ZodOptional<z.ZodAny>;
15859
+ helpUri: z.ZodOptional<z.ZodString>;
15860
+ }, z.core.$strip>>;
15861
+ }, z.core.$strip>>>;
15862
+ }, z.core.$strip>;
15863
+ type IntegrationApiResponse = z.infer<typeof IntegrationApiResponse>;
15864
+ type Integration = IntegrationApiResponse;
15865
+
15659
15866
  declare const FieldMappingApiResponse: z.ZodObject<{
15660
15867
  id: z.ZodString;
15661
15868
  key: z.ZodOptional<z.ZodString>;
@@ -15869,6 +16076,7 @@ declare const FieldMappingApiResponse: z.ZodObject<{
15869
16076
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
15870
16077
  integrationId: z.ZodOptional<z.ZodString>;
15871
16078
  connectorId: z.ZodOptional<z.ZodString>;
16079
+ externalAppId: z.ZodOptional<z.ZodString>;
15872
16080
  connectorVersion: z.ZodOptional<z.ZodString>;
15873
16081
  authOptionKey: z.ZodOptional<z.ZodString>;
15874
16082
  createdAt: z.ZodString;
@@ -16149,6 +16357,7 @@ declare const FieldMappingInstanceApiResponse: z.ZodObject<{
16149
16357
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
16150
16358
  integrationId: z.ZodOptional<z.ZodString>;
16151
16359
  connectorId: z.ZodOptional<z.ZodString>;
16360
+ externalAppId: z.ZodOptional<z.ZodString>;
16152
16361
  connectorVersion: z.ZodOptional<z.ZodString>;
16153
16362
  authOptionKey: z.ZodOptional<z.ZodString>;
16154
16363
  createdAt: z.ZodString;
@@ -16431,184 +16640,6 @@ declare class IntegrationLevelFieldMappingsListAccessor extends IntegrationLevel
16431
16640
  constructor(client: MembraneApiClient, integrationSelector: string);
16432
16641
  }
16433
16642
 
16434
- declare const CreateIntegrationRequest: z.ZodObject<{
16435
- uuid: z.ZodOptional<z.ZodString>;
16436
- key: z.ZodOptional<z.ZodString>;
16437
- name: z.ZodOptional<z.ZodString>;
16438
- description: z.ZodOptional<z.ZodString>;
16439
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
16440
- logoUri: z.ZodOptional<z.ZodString>;
16441
- externalAppId: z.ZodOptional<z.ZodString>;
16442
- externalAppUuid: z.ZodOptional<z.ZodString>;
16443
- appUuid: z.ZodOptional<z.ZodString>;
16444
- oAuthCallbackUri: z.ZodOptional<z.ZodUnion<[z.ZodURL, z.ZodLiteral<"">]>>;
16445
- logoBase64: z.ZodOptional<z.ZodString>;
16446
- connectorVersion: z.ZodOptional<z.ZodString>;
16447
- connectorId: z.ZodOptional<z.ZodString>;
16448
- connectorUuid: z.ZodOptional<z.ZodString>;
16449
- connectorKey: z.ZodOptional<z.ZodString>;
16450
- parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
16451
- optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
16452
- disabled: z.ZodOptional<z.ZodBoolean>;
16453
- parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
16454
- }, z.core.$strip>>>;
16455
- }, z.core.$strip>;
16456
- type CreateIntegrationRequest = z.infer<typeof CreateIntegrationRequest>;
16457
- declare const UpdateIntegrationRequest: z.ZodObject<{
16458
- uuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16459
- key: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16460
- name: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16461
- description: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16462
- meta: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16463
- logoUri: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16464
- externalAppId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16465
- externalAppUuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16466
- appUuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16467
- oAuthCallbackUri: z.ZodOptional<z.ZodOptional<z.ZodUnion<[z.ZodURL, z.ZodLiteral<"">]>>>;
16468
- logoBase64: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16469
- connectorVersion: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16470
- connectorId: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16471
- connectorUuid: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16472
- connectorKey: z.ZodOptional<z.ZodOptional<z.ZodString>>;
16473
- parameters: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
16474
- optionsConfig: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
16475
- disabled: z.ZodOptional<z.ZodBoolean>;
16476
- parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
16477
- }, z.core.$strip>>>>;
16478
- }, z.core.$strip>;
16479
- type UpdateIntegrationRequest = z.infer<typeof UpdateIntegrationRequest>;
16480
- declare const FindIntegrationsQuery: z.ZodObject<{
16481
- appUuid: z.ZodOptional<z.ZodString>;
16482
- limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
16483
- cursor: z.ZodOptional<z.ZodString>;
16484
- search: z.ZodOptional<z.ZodString>;
16485
- }, z.core.$strip>;
16486
- type FindIntegrationsQuery = z.infer<typeof FindIntegrationsQuery>;
16487
- interface FindIntegrationsResponse extends PaginationResponse<IntegrationApiResponse> {
16488
- }
16489
- interface OpenNewConnectionOptions extends OpenConfigurationOptions {
16490
- allowMultipleConnections?: boolean;
16491
- name?: string;
16492
- connectorParameters?: any;
16493
- }
16494
- declare const IntegrationAuthUi: z.ZodObject<{
16495
- schema: z.ZodOptional<z.ZodAny>;
16496
- helpUri: z.ZodOptional<z.ZodString>;
16497
- }, z.core.$strip>;
16498
- type IntegrationAuthUi = z.infer<typeof IntegrationAuthUi>;
16499
- declare const IntegrationAuthOption: z.ZodObject<{
16500
- key: z.ZodString;
16501
- type: z.ZodEnum<{
16502
- proxy: "proxy";
16503
- "integration-app-token": "integration-app-token";
16504
- "membrane-token": "membrane-token";
16505
- oauth2: "oauth2";
16506
- oauth1: "oauth1";
16507
- "client-credentials": "client-credentials";
16508
- }>;
16509
- title: z.ZodOptional<z.ZodString>;
16510
- description: z.ZodOptional<z.ZodString>;
16511
- inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
16512
- ui: z.ZodOptional<z.ZodObject<{
16513
- schema: z.ZodOptional<z.ZodAny>;
16514
- helpUri: z.ZodOptional<z.ZodString>;
16515
- }, z.core.$strip>>;
16516
- }, z.core.$strip>;
16517
- type IntegrationAuthOption = z.infer<typeof IntegrationAuthOption>;
16518
- declare const IntegrationApiResponse: z.ZodObject<{
16519
- id: z.ZodString;
16520
- uuid: z.ZodOptional<z.ZodString>;
16521
- key: z.ZodOptional<z.ZodString>;
16522
- description: z.ZodOptional<z.ZodString>;
16523
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
16524
- name: z.ZodString;
16525
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
16526
- errors: z.ZodOptional<z.ZodArray<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>>;
16527
- revision: z.ZodOptional<z.ZodString>;
16528
- createdAt: z.ZodOptional<z.ZodString>;
16529
- updatedAt: z.ZodOptional<z.ZodString>;
16530
- isReadOnly: z.ZodOptional<z.ZodBoolean>;
16531
- logoUri: z.ZodString;
16532
- connectorId: z.ZodOptional<z.ZodString>;
16533
- connectorVersion: z.ZodOptional<z.ZodString>;
16534
- oAuthCallbackUri: z.ZodOptional<z.ZodString>;
16535
- parameters: z.ZodOptional<z.ZodAny>;
16536
- archivedAt: z.ZodOptional<z.ZodString>;
16537
- hasMissingParameters: z.ZodOptional<z.ZodBoolean>;
16538
- hasDocumentation: z.ZodOptional<z.ZodBoolean>;
16539
- hasOperations: z.ZodOptional<z.ZodBoolean>;
16540
- operationsCount: z.ZodOptional<z.ZodNumber>;
16541
- hasData: z.ZodOptional<z.ZodBoolean>;
16542
- dataCollectionsCount: z.ZodOptional<z.ZodNumber>;
16543
- hasEvents: z.ZodOptional<z.ZodBoolean>;
16544
- eventsCount: z.ZodOptional<z.ZodNumber>;
16545
- hasGlobalWebhooks: z.ZodOptional<z.ZodBoolean>;
16546
- hasUdm: z.ZodOptional<z.ZodBoolean>;
16547
- isTest: z.ZodOptional<z.ZodBoolean>;
16548
- externalAppId: z.ZodOptional<z.ZodString>;
16549
- appUuid: z.ZodOptional<z.ZodString>;
16550
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
16551
- authType: z.ZodOptional<z.ZodEnum<{
16552
- proxy: "proxy";
16553
- "integration-app-token": "integration-app-token";
16554
- "membrane-token": "membrane-token";
16555
- oauth2: "oauth2";
16556
- oauth1: "oauth1";
16557
- "client-credentials": "client-credentials";
16558
- }>>;
16559
- optionsConfig: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
16560
- disabled: z.ZodOptional<z.ZodBoolean>;
16561
- parameters: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
16562
- }, z.core.$strip>>>;
16563
- connection: z.ZodOptional<z.ZodObject<{
16564
- id: z.ZodString;
16565
- name: z.ZodString;
16566
- isTest: z.ZodOptional<z.ZodBoolean>;
16567
- disconnected: z.ZodOptional<z.ZodBoolean>;
16568
- isDefunct: z.ZodOptional<z.ZodBoolean>;
16569
- state: z.ZodOptional<z.ZodEnum<typeof WorkspaceElementState>>;
16570
- error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
16571
- integrationId: z.ZodOptional<z.ZodString>;
16572
- connectorId: z.ZodOptional<z.ZodString>;
16573
- connectorVersion: z.ZodOptional<z.ZodString>;
16574
- authOptionKey: z.ZodOptional<z.ZodString>;
16575
- createdAt: z.ZodString;
16576
- updatedAt: z.ZodString;
16577
- lastActiveAt: z.ZodOptional<z.ZodString>;
16578
- nextCredentialsRefreshAt: z.ZodOptional<z.ZodString>;
16579
- nextRetryTimestamp: z.ZodOptional<z.ZodString>;
16580
- retryAttempts: z.ZodOptional<z.ZodNumber>;
16581
- canTest: z.ZodOptional<z.ZodBoolean>;
16582
- canRefreshCredentials: z.ZodOptional<z.ZodBoolean>;
16583
- archivedAt: z.ZodOptional<z.ZodString>;
16584
- isDeactivated: z.ZodOptional<z.ZodBoolean>;
16585
- meta: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>;
16586
- userId: z.ZodString;
16587
- tenantId: z.ZodOptional<z.ZodString>;
16588
- }, z.core.$strip>>;
16589
- spec: z.ZodOptional<z.ZodAny>;
16590
- authOptions: z.ZodOptional<z.ZodArray<z.ZodObject<{
16591
- key: z.ZodString;
16592
- type: z.ZodEnum<{
16593
- proxy: "proxy";
16594
- "integration-app-token": "integration-app-token";
16595
- "membrane-token": "membrane-token";
16596
- oauth2: "oauth2";
16597
- oauth1: "oauth1";
16598
- "client-credentials": "client-credentials";
16599
- }>;
16600
- title: z.ZodOptional<z.ZodString>;
16601
- description: z.ZodOptional<z.ZodString>;
16602
- inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
16603
- ui: z.ZodOptional<z.ZodObject<{
16604
- schema: z.ZodOptional<z.ZodAny>;
16605
- helpUri: z.ZodOptional<z.ZodString>;
16606
- }, z.core.$strip>>;
16607
- }, z.core.$strip>>>;
16608
- }, z.core.$strip>;
16609
- type IntegrationApiResponse = z.infer<typeof IntegrationApiResponse>;
16610
- type Integration = IntegrationApiResponse;
16611
-
16612
16643
  interface OpenIntegrationUIIntegrationConfigurationOptions extends OpenConfigurationOptions {
16613
16644
  }
16614
16645
  declare class IntegrationsAccessor extends ElementListAccessor<IntegrationApiResponse, FindIntegrationsQuery, CreateIntegrationRequest> {
@@ -16659,6 +16690,7 @@ declare class IntegrationAccessor extends ElementAccessor<IntegrationApiResponse
16659
16690
  error?: ErrorDataSchema | undefined;
16660
16691
  integrationId?: string | undefined;
16661
16692
  connectorId?: string | undefined;
16693
+ externalAppId?: string | undefined;
16662
16694
  connectorVersion?: string | undefined;
16663
16695
  authOptionKey?: string | undefined;
16664
16696
  lastActiveAt?: string | undefined;
@@ -17319,6 +17351,7 @@ declare const ExternalEventSubscriptionApiResponse: z.ZodObject<{
17319
17351
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
17320
17352
  integrationId: z.ZodOptional<z.ZodString>;
17321
17353
  connectorId: z.ZodOptional<z.ZodString>;
17354
+ externalAppId: z.ZodOptional<z.ZodString>;
17322
17355
  connectorVersion: z.ZodOptional<z.ZodString>;
17323
17356
  authOptionKey: z.ZodOptional<z.ZodString>;
17324
17357
  createdAt: z.ZodString;
@@ -18317,6 +18350,7 @@ declare const ActionRunLogRecordApiResponse: z.ZodObject<{
18317
18350
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
18318
18351
  integrationId: z.ZodOptional<z.ZodString>;
18319
18352
  connectorId: z.ZodOptional<z.ZodString>;
18353
+ externalAppId: z.ZodOptional<z.ZodString>;
18320
18354
  connectorVersion: z.ZodOptional<z.ZodString>;
18321
18355
  authOptionKey: z.ZodOptional<z.ZodString>;
18322
18356
  createdAt: z.ZodString;
@@ -18516,6 +18550,7 @@ declare const FindActionRunLogsResponse: z.ZodObject<{
18516
18550
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
18517
18551
  integrationId: z.ZodOptional<z.ZodString>;
18518
18552
  connectorId: z.ZodOptional<z.ZodString>;
18553
+ externalAppId: z.ZodOptional<z.ZodString>;
18519
18554
  connectorVersion: z.ZodOptional<z.ZodString>;
18520
18555
  authOptionKey: z.ZodOptional<z.ZodString>;
18521
18556
  createdAt: z.ZodString;
@@ -18821,6 +18856,7 @@ declare const DataLinkTableInstanceApiResponse: z.ZodObject<{
18821
18856
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
18822
18857
  integrationId: z.ZodOptional<z.ZodString>;
18823
18858
  connectorId: z.ZodOptional<z.ZodString>;
18859
+ externalAppId: z.ZodOptional<z.ZodString>;
18824
18860
  connectorVersion: z.ZodOptional<z.ZodString>;
18825
18861
  authOptionKey: z.ZodOptional<z.ZodString>;
18826
18862
  createdAt: z.ZodString;
@@ -19242,6 +19278,7 @@ declare const ExternalEventLogRecordApiResponse: z.ZodObject<{
19242
19278
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
19243
19279
  integrationId: z.ZodOptional<z.ZodString>;
19244
19280
  connectorId: z.ZodOptional<z.ZodString>;
19281
+ externalAppId: z.ZodOptional<z.ZodString>;
19245
19282
  connectorVersion: z.ZodOptional<z.ZodString>;
19246
19283
  authOptionKey: z.ZodOptional<z.ZodString>;
19247
19284
  createdAt: z.ZodString;
@@ -19408,6 +19445,7 @@ declare const ExternalEventPullApiResponse: z.ZodObject<{
19408
19445
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
19409
19446
  integrationId: z.ZodOptional<z.ZodString>;
19410
19447
  connectorId: z.ZodOptional<z.ZodString>;
19448
+ externalAppId: z.ZodOptional<z.ZodString>;
19411
19449
  connectorVersion: z.ZodOptional<z.ZodString>;
19412
19450
  authOptionKey: z.ZodOptional<z.ZodString>;
19413
19451
  createdAt: z.ZodString;
@@ -19578,6 +19616,7 @@ declare const ExternalApiLogApiResponse: z.ZodObject<{
19578
19616
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
19579
19617
  integrationId: z.ZodOptional<z.ZodString>;
19580
19618
  connectorId: z.ZodOptional<z.ZodString>;
19619
+ externalAppId: z.ZodOptional<z.ZodString>;
19581
19620
  connectorVersion: z.ZodOptional<z.ZodString>;
19582
19621
  authOptionKey: z.ZodOptional<z.ZodString>;
19583
19622
  createdAt: z.ZodString;
@@ -19691,6 +19730,7 @@ declare const IncomingWebhookApiResponse: z.ZodObject<{
19691
19730
  error: z.ZodOptional<z.ZodType<ErrorDataSchema, unknown, z.core.$ZodTypeInternals<ErrorDataSchema, unknown>>>;
19692
19731
  integrationId: z.ZodOptional<z.ZodString>;
19693
19732
  connectorId: z.ZodOptional<z.ZodString>;
19733
+ externalAppId: z.ZodOptional<z.ZodString>;
19694
19734
  connectorVersion: z.ZodOptional<z.ZodString>;
19695
19735
  authOptionKey: z.ZodOptional<z.ZodString>;
19696
19736
  createdAt: z.ZodString;
@@ -19957,6 +19997,7 @@ interface WorkspaceElementSpec {
19957
19997
  hasParentChildRelationship?: boolean;
19958
19998
  hasKey?: boolean;
19959
19999
  hasUuid?: boolean;
20000
+ hasPublicLayer?: boolean;
19960
20001
  isProOnly?: boolean;
19961
20002
  }
19962
20003
  interface WorkspaceElements {
@@ -22110,12 +22151,6 @@ declare function getVariableLocators(data: any): string[];
22110
22151
  declare function removeNonExistentVars(value: any, schema: DataSchema): any;
22111
22152
  declare function transformVariablesWith(data: any, transformFunction: (locator: string) => string): any;
22112
22153
 
22113
- interface DataFilterOperator {
22114
- type: string;
22115
- name: string;
22116
- operandSchema: any;
22117
- }
22118
-
22119
22154
  declare function makeObjectPropertyLocator(objectLocator: string | undefined, propertyName: string): string;
22120
22155
  declare enum DataLocatorStepType {
22121
22156
  OBJECT_PROPERTY = "object_property",
@@ -22160,6 +22195,12 @@ declare function stepsToLocator(steps: DataLocatorStep[]): string;
22160
22195
  declare function createObjectFromLocators(locators?: string[], placeholderValue?: string): {};
22161
22196
  declare function getFormulaLocators(formulaType: string, data: any): string[];
22162
22197
 
22198
+ interface DataFilterOperator {
22199
+ type: string;
22200
+ name: string;
22201
+ operandSchema: any;
22202
+ }
22203
+
22163
22204
  declare function backwardCompatibleFilterMatch(filter: any, variables: any): any;
22164
22205
  declare function doesMatchFilter(data: any, filter: DataFilter): boolean;
22165
22206
  declare class DataFilterCondition {
@@ -23146,6 +23187,7 @@ interface SessionStatus {
23146
23187
  customerId?: string;
23147
23188
  apiUri?: string;
23148
23189
  opencodeSessionUuid?: string;
23190
+ opencodeServerUri?: string;
23149
23191
  opencodeVersion?: string;
23150
23192
  agentVersion: string;
23151
23193
  }
@@ -23631,5 +23673,5 @@ declare class MembraneClient extends MembraneApiClient {
23631
23673
  connectionRequest(connectionId: string, uri: string, data?: any): Promise<any>;
23632
23674
  }
23633
23675
 
23634
- export { ACTIONS, ALERT_DELIVERY_METHODS, ALERT_TYPE_CATEGORIES, AccessDeniedError, AccountResponse, ActionAccessor, ActionApiResponse, ActionDependency, ActionDependencyType, ActionEditableProperties, ActionExportProperties, ActionInstanceAccessor, ActionInstanceApiResponse, ActionInstanceSetupError, ActionInstancesAccessor, ActionRunError, ActionRunLogRecordApiResponse, ActionRunLogStatus, ActionRunResponse, ActionRunsStatsQuery, ActionType, ActionsAccessor, ActivityLogRecord, ActivityStatsQuery, AgentName, AgentSession, AgentSessionInputSchema, AgentSessionState, AgentSessionStatus, AiAgentAudience, AiAgentParameters, AiAgentType, Alert, AlertCategory, AlertDeliverySettingsSchema, AlertSchema, AlertSeverity, AlertStatus, AlertType, AlertTypeDeliverySettingsSchema, ApiRequestSpec, AppDataSchemaAccessor, AppDataSchemaApiResponse, AppDataSchemaEditableProperties, AppDataSchemaExportProperties, AppDataSchemaInstanceAccessor, AppDataSchemaInstanceApiResponse, AppDataSchemaInstancesAccessor, AppDataSchemasAccessor, AppEventLogRecordApiResponse, AppEventSubscriptionAccessor, AppEventSubscriptionApiResponse, AppEventSubscriptionsAccessor, AppEventTypeAccessor, AppEventTypeApiResponse, AppEventTypeEditableProperties, AppEventTypeExportProperties, AppEventTypesAccessor, AppSchema, AppliedToIntegrations, AsyncRequestStatus, AsyncRequestTriggerResponse, AuthContextPermissionsSchema, BackwardCompatibleDataSourceEditableProperties, BadRequestError, BadRequestErrorKey, BaseAction, BaseActionInstance, BaseActionRunLogRecord, BaseAppDataSchema, BaseAppDataSchemaInstance, BaseAppEventSubscription, BaseAppEventType, BaseConnectedProduct, BaseConnection, BaseConnector, BaseCustomer, BaseDataLinkTable, BaseDataLinkTableInstance, BaseDataSource, BaseDataSourceInstance, BaseExternalEvent, BaseExternalEventLogRecord, BaseExternalEventPull, BaseExternalEventSubscription, BaseFieldMapping, BaseFieldMappingInstance, BaseFlow, BaseFlowInstance, BaseFlowRun, BaseFunctionDefinition, BaseIntegration, BaseIntegrationLevelMembraneInterface, BaseIntegrationLevelMembraneInterfaceEditableProperties, BaseIntegrationLevelMembraneInterfaceExportProperties, BaseIntegrationLevelMembraneInterfaceReadOnlyProperties, BaseMembraneInterface, BaseMembraneInterfaceEditableProperties, BaseMembraneInterfaceReadOnlyProperties, BaseOrgUser, BasePackage, BaseScreen, BaseWorkspaceElement, CLIENT_TOKEN_GRANT_TYPES, CONNECTION_REQUEST_ID_PARAM, CONNECTION_REQUEST_SCREEN_PATH, CONNECTOR_AUTH_TYPES, CONNECTOR_CATEGORIES, CONNECTOR_DATA_DIR, CONNECTOR_DOCS_DIR, CONNECTOR_EVENTS_DIR, CONNECTOR_GLOBAL_WEBHOOKS_DIR, CONNECTOR_METHOD_IMPLEMENTATION_SUFFIXES, CONNECTOR_OPERATIONS_DIR, CONNECTOR_VERSION_DEVELOPMENT, CONNECTOR_VERSION_LATEST, CONSOLE_ACCOUNT_API_TOKEN_PATH, CheckpointApiResponse, CheckpointDiffOperationSchema, CheckpointDiffResponseSchema, ClientToken, ClientTokenGrantType, ClientTokenListResponse, Cluster, CommonFindElementsQuery, CommonFindInstancesQuery, CommonInstancesListQuery, CommonIntegrationOrConnectionQuery, CommonListElementsQuery, ConcurrencyError, ConcurrencyErrorKey, ConfigurationError, ConfigurationState, ConnectPayload, ConnectUIOptions, ConnectedProductApiResponse, ConnectedProductAudience, ConnectedProductType, ConnectionAccessor, ConnectionApiResponse, ConnectionApiResponseWithSecrets, ConnectionDataCollectionAccessor, ConnectionEditableProperties, ConnectionError, ConnectionErrorKey, ConnectionExportProperties, ConnectionLevelActionAccessor, ConnectionLevelActionsAccessor, ConnectionLevelDataSourceAccessor, ConnectionLevelDataSourcesAccessor, ConnectionLevelFieldMappingAccessor, ConnectionLevelFieldMappingsAccessor, ConnectionLevelFlowAccessor, ConnectionLevelFlowsAccessor, ConnectionMessagePayload, ConnectionOperationAccessor, ConnectionOperationRunInput, ConnectionOperationRunResponse, ConnectionProxy, ConnectionProxyRequest, ConnectionRequest, ConnectionSelector, ConnectionSpec, ConnectionTestResponse, ConnectionsAccessor, Connector, ConnectorAuth, ConnectorAuthClientCredentials, ConnectorAuthHandlerBase, ConnectorAuthIntegrationAppToken, ConnectorAuthMembraneToken, ConnectorAuthMethodTypes, ConnectorAuthOAuth1, ConnectorAuthOAuth2, ConnectorAuthProxy, ConnectorAuthSpec, ConnectorAuthSuccessRecord, ConnectorAuthWithFunctions, ConnectorDataCollectionEventImplementationType, ConnectorDataCollectionMethodKeys, ConnectorDataLocationTypes, ConnectorEventHandlerMethods, ConnectorEventImplementationType$1 as ConnectorEventImplementationType, ConnectorExportProperties, ConnectorFileUpdateType, ConnectorFunctionSpecs, ConnectorMethodImplementation, ConnectorMethodImplementationBase, ConnectorMethodImplementationGraphqlApiMapping, ConnectorMethodImplementationJavascript, ConnectorMethodImplementationMapping, ConnectorMethodImplementationNotSupported, ConnectorMethodImplementationOperationMapping, ConnectorMethodImplementationRestApiMapping, ConnectorMethodImplementationType, ConnectorOperationMethodImplementationTypes, ConnectorOption, ConnectorOptions, ConnectorSpec, ConnectorStatus, ConnectorStatusValues, ConnectorUdmCollectionMapping, ConnectorUdmListItem, ConnectorUdmSpec, ConnectorUiSpec, ConnectorVersion, ConnectorVersionData, CreateActionInstanceRequest, CreateActionRequest, CreateAgentSession, CreateAlert, CreateClientTokenRequest, CreateClientTokenResponse, CreateClusterRequest, CreateConnectedProductRequest, CreateConnectionRequest, CreateConnectionRequestPayload, CreateConnectorRequest, CreateCustomerRequest, CreateDataLinkTableRequest, CreateDataSourceInstanceRequest, CreateDataSourceRequest, CreateFieldMappingInstanceRequest, CreateFieldMappingRequest, CreateFlowNodeRequest, CreateFlowRequest, CreateFlowRunRequest, CreateIntegrationRequest, CreateOrgInvitationRequest, CreateOrgRequest, CreateOrgUserRequest, CreatePackageRequest, CreateScreenRequest, CreateSelfHostingTokenRequest, CreateSelfHostingTokenResponse, CustomCodeError, CustomerAccessor, CustomerApiResponse, CustomerLimits, CustomerSelector, CustomersAccessor, DATA_RECORD_SCHEMA, DEFAULT_ALERT_DELIVERY_SETTINGS, DEFAULT_ALERT_TYPE_DELIVERY_SETTINGS, DEFAULT_FULL_SYNC_INTERVAL_SECONDS, DEFAULT_PULL_UPDATES_INTERVAL_SECONDS, DataBuilderFormulaType, DataCollectionCreateRequest, DataCollectionCreateResponse, DataCollectionCreateSpec, DataCollectionDeleteRequest, DataCollectionDeleteResponse, DataCollectionDeleteSpec, DataCollectionEventType, DataCollectionEventTypeSpec, DataCollectionEventsSpec, DataCollectionFindByIdRequest, DataCollectionFindByIdResponse, DataCollectionFindByIdSpec, DataCollectionFindRequest, DataCollectionFindResponse, DataCollectionFindSpec, DataCollectionListRequest, DataCollectionListResponse, DataCollectionListResponseDrilldown, DataCollectionListSpec, DataCollectionMatchRequest, DataCollectionMatchResponse, DataCollectionMatchSpec, DataCollectionMethodRequest, DataCollectionMethodSpec, DataCollectionSearchRequest, DataCollectionSearchResponse, DataCollectionSearchSpec, DataCollectionSpec, DataCollectionUdmSpec, DataCollectionUdmsSpec, DataCollectionUpdateRequest, DataCollectionUpdateResponse, DataCollectionUpdateSpec, DataFilterCondition, DataForm, DataLink, DataLinkDirection, DataLinkTableAccessor, DataLinkTableApiResponse, DataLinkTableConfig, DataLinkTableEditableProperties, DataLinkTableExportProperties, DataLinkTableInstanceAccessor, DataLinkTableInstanceApiResponse, DataLinkTableInstancesAccessor, DataLinkTableLayer, DataLinkTablesAccessor, DataLocationMethodImplementationTypes, DataLocationPointer, DataLocationTypeCollection, DataLocatorStep, DataLocatorStepArrayItem, DataLocatorStepObjectProperty, DataLocatorStepType, DataRecordSchema, DataSchema, DataSourceAccessor, DataSourceApiResponse, DataSourceEditableProperties, DataSourceExportProperties, DataSourceInstanceAccessor, DataSourceInstanceApiResponse, DataSourceInstancesAccessor, DataSourceUnitConfig, DataSourcesAccessor, DbBackedCountsSchema, DependencyError, DownstreamFlowNodeRunSchema, EDITABLE_LIMITS, ElementAccessor, ElementInstanceAccessor, ElementInstanceListAccessor, ElementListAccessor, ElementsExportFields, EngineCreditsProjectionResponse, EngineWorkspaceSettingsSchema, ErrorData, ErrorDataSchema, ErrorType, ExternalApiLogApiResponse, ExternalEvent, ExternalEventLogRecordApiResponse, ExternalEventLogStatus, ExternalEventPullApiResponse, ExternalEventPullStatus, ExternalEventSubscriptionAccessor, ExternalEventSubscriptionApiResponse, ExternalEventSubscriptionConfig, ExternalEventSubscriptionStatus, ExternalEventSubscriptionType, ExternalEventSubscriptionsAccessor, ExternalEventType, ExternalEventUnitConfig, FLOW_NODE_SPECS, FieldMappingAccessor, FieldMappingApiResponse, FieldMappingDirection, FieldMappingEditableProperties, FieldMappingExportProperties, FieldMappingInstanceAccessor, FieldMappingInstanceApiResponse, FieldMappingInstancesAccessor, FieldMappingUnitConfig, FieldMappingsAccessor, FindActionInstancesQuery, FindActionRunLogsQuery, FindActionRunLogsResponse, FindActionsQuery, FindAlertsQuery, FindAppDataSchemaInstancesQuery, FindAppDataSchemasQuery, FindAppEventSubscriptionsQuery, FindAppEventTypesQuery, FindAppEventsQuery, FindConnectedProductsQuery, FindConnectionsQuery, FindConnectionsResponse, FindCustomersQuery, FindDataLinkTableInstanceLinksQuery, FindDataLinkTableInstancesQuery, FindDataLinkTablesQuery, FindDataLinksInTableQuery, FindDataLinksQuery, FindDataLinksResponse, FindDataSourceEventsQuery, FindDataSourceInstanceSyncsQuery, FindDataSourceInstancesQuery, FindDataSourceSyncsQuery, FindDataSourcesQuery, FindExternalEventPullsQuery, FindFieldMappingInstancesQuery, FindFieldMappingsQuery, FindFlowInstancesQuery, FindFlowRunsQuery, FindFlowRunsResponse, FindFlowsQuery, FindIntegrationLevelMembraneInterfaceQuery, FindIntegrationsQuery, FindOrgWorkspacesQuery, FindOrgsQuery, FindPackagesQuery, FindScreensQuery, FlowAccessor, FlowApiResponse, FlowEditableProperties, FlowExportProperties, FlowInstanceAccessor, FlowInstanceApiResponse, FlowInstanceSetupError, FlowInstancesAccessor, FlowNode, FlowNodeLink, FlowNodeRunOutputMetadataSchema, FlowNodeRunOutputSchema, FlowNodeRunOutputWithoutDownstreamRunsSchema, FlowNodeRunParametersSchema, FlowNodeRunRecordSchema, FlowNodeRunRecordWithoutOutputsDataSchema, FlowNodeRunResultSchema, FlowNodeRunStatus, FlowNodeSpec, FlowNodeState, FlowNodeType, FlowRunAccessor, FlowRunApiResponse, FlowRunError, FlowRunLaunchedBy, FlowRunLaunchedByApi, FlowRunLaunchedByTrigger, FlowRunNode, FlowRunNodeState, FlowRunState, FlowRunsAccessor, FlowRunsStatsQuery, FlowsAccessor, Formula, FullOrgUser, FullPlatformUser, FunctionDefinition, FunctionType, GenerateOptionsRequest, GeneratedConnectorOption, GenericFunctionDefinition, GraphQLApiMappingSchema, GraphQLFieldMappingSchema, GraphqlApiMappingFunction, HTTP_REQUEST_SCHEMA, HandyScenarioTemplateElement, HttpRequestMethod, HttpRequestSpec, IncludeArchivedQuery, IncomingWebhookApiResponse, IncomingWebhooksState, InsufficientCreditsError, IntegrationAccessor, IntegrationApiResponse, MembraneClient as IntegrationAppClient, IntegrationAppError, IntegrationAuthOption, IntegrationAuthUi, IntegrationEditableProperties, IntegrationElementLevel, IntegrationElementType, IntegrationExportProperties, IntegrationLayerStatsQuery, IntegrationLevelActionAccessor, IntegrationLevelActionsListAccessor, IntegrationLevelDataSourceAccessor, IntegrationLevelDataSourcesListAccessor, IntegrationLevelFieldMappingAccessor, IntegrationLevelFieldMappingsListAccessor, IntegrationLevelFlowAccessor, IntegrationLevelFlowsListAccessor, IntegrationLevelMembraneInterfaceSelectorQuery, IntegrationOptionConfig, IntegrationOptions, IntegrationSpecificElementSelector, IntegrationsAccessor, InternalError, InvalidLocatorError, JavascriptFunction, LimitUnits, ListActionInstancesForConnectionQuery, ListAppEventLogRecordsQuery, ListClustersQuery, ListDataSourceInstancesForConnectionQuery, ListExternalApiLogsQuery, ListExternalAppsQuery, ListExternalEventLogRecordsQuery, ListExternalEventPullsQuery, ListExternalEventSubscriptionsQuery, ListFlowInstancesForConnectionQuery, ListIncomingWebhooksQuery, ListPublicConnectorsQuery, ListPublicPackagesQuery, LogRecordType, MEMBRANE_CLI_CLIENT_ID, MEMBRANE_ELEMENT_CONFIG_FILE_NAME, MIN_FULL_SYNC_INTERVAL_SECONDS, MIN_PULL_UPDATES_INTERVAL_SECONDS, MappingFunction, MappingSchema, MembraneAgentKey, axios as MembraneAxiosInstance, MembraneClient, MembraneElementLayer, MembraneError, MinimalConnector, NotAuthenticatedError, NotFoundError, OAUTH1_CONFIG_SCHEMA, OAUTH_CONFIG_SCHEMA, OAUTH_SCOPES, OAUTH_SCOPE_PLATFORM_USER, OAUTH_SCOPE_TENANT, OAuthTokenResponse, OpenRouterNotConfiguredError, OpenapiMappingSchema, OperationMappingFunction, OperationMappingSchema, Org, OrgInvitation, OrgLimits, OrgLimitsType, OrgPlan, OrgUserRole, OrgUserStatus, OrgWorkspace, OrgWorkspaceUser, PACKAGE_VERSION_DEVELOPMENT, PACKAGE_VERSION_LATEST, PARALLEL_EXECUTION_LIMITS, PackageAccessor, PackageApiResponse, PackageCalculatedProperties, PackageEditableProperties, PackageElement, PackageElementApi, PackageElementExport, PackageExportProperties, PackageVersionData, PackageVersionListItem, PackagesAccessor, PaginationQuery, PaginationResponse, ParallelExecutionLimits, PatchAgentSessionSchema, PendingQueueCountSchema, PendingTasksSummarySchema, PlatformUser, RATE_LIMITS, REFERENCE_ELEMENT_TYPE_SELF, RateLimitExceededError, RateLimits, RequestMappingSchema, ResetFlowInstanceOptions, RestApiMappingFunction, RestApiMappingSchema, RunActionRequest, RunFieldMappingRequest, RunFieldMappingResponse, RunFlowApiRequest, SYSTEM_FIELDS, ScenarioAccessor, ScenarioTemplate, ScenarioTemplateCategory, ScenarioTemplateElements, ScenariosAccessor, ScreenAccessor, ScreenApiResponse, ScreenBlock, ScreenBlockType, ScreenSelector, ScreenType, ScreensAccessor, SearchQuery, SelfAccessor, SelfHostingToken, SessionCredentials, SessionParameters, StatsFilterQuery, TenantLayerElement, TenantSelfResponse, UDM, UNIFIED_DATA_MODELS, UnitRunError, UpdateActionInstanceRequest, UpdateActionRequest, UpdateConnectedProductRequest, UpdateConnectionRequest, UpdateConnectorRequest, UpdateCustomerRequest, UpdateDataLinkTableRequest, UpdateDataSourceInstanceRequest, UpdateDataSourceRequest, UpdateFieldMappingInstanceRequest, UpdateFieldMappingRequest, UpdateFlowRequest, UpdateIntegrationRequest, UpdateOrgInvitationRequest, UpdateOrgRequest, UpdateOrgUserRequest, UpdatePackageRequest, UpdateScreenRequest, UpdateSelfHostingTokenRequest, UpstreamFlowNodeRunSchema, UsageType, UserAccessor, UsersAccessor, ValidateSelfHostingTokenRequest, ValidateSelfHostingTokenResponse, WORKSPACE_ELEMENTS_STATS_COLLECTIONS, WORKSPACE_SIZE_LIMITS, WebhookTypeEnum, Workspace, WorkspaceElementChangeType, WorkspaceElementDependencyType, WorkspaceElementSearchQuery, WorkspaceElementSearchResult, WorkspaceElementSpecs, WorkspaceElementState, WorkspaceElementType, WorkspaceElementsStatsSchema, WorkspaceEventType, WorkspaceLimitsSchema, WorkspaceNotificationType, WorkspacePublicKey, WorkspaceSettingsSchema, WorkspaceSizeLimits, WorkspaceSyncEventType, WorkspaceType, WritableConnectorVersionData, WritablePackageVersionData, WriteableConnectorFields, WriteableConnectorOption, __resolveValue, addRequiredFieldsToSchema, addUdmFallbackFields, addUndefinedWriteableProperties, backwardCompatibleFilterMatch, buildData, buildDataSchema, buildValue, compareWorkspaceExports, compressDataSchema, createCompoundSchema, createFlowInstanceSchema, createObjectFromLocators, createOrUpdateConnection, createPaginationResponseSchema, createSchema, dataCollectionEventTypeToExternalEventType, dataLocationParametersMatch, doesMatchFilter, excludeFieldsFromSchema, excludeFieldsFromValue, excludeReadOnlyFieldsFromSchema, excludeWriteOnlyFieldsFromSchema, externalEventTypeToDataCollectionEventType, extractFieldLocator, extractMembraneErrorData, findUdmCollectionMapping, findUdmDefaultCollection, findUdmRootLocation, findValueLocators, generateExampleFromSchema, getActionInstanceVariableSchema, getActionRunTimeVariablesSchema, getAlertCategoryDisplayName, getAlertDeliveryMethodLabel, getAlertTypeDisplayName, getAlertTypesByCategory, getAllEventMethodFilePaths, getBusinessDaysBetween, getChildNodeKeys, getConnectionRequestUrl, getConnectorSpecPath, getConnectorVersionPath, getDataCollectionCreateFields, getDataCollectionUpdateFields, getDataLocationMethodPath, getDownstreamNodeKeys, getEditablePathsForElementType, getEditablePathsFromSchema, getEffectiveConnectorOption, getElementSelector, getErrorFromData, getEventMethodFileKey, getFilterFieldMeta, getFilterFieldValuesByLocator, getFlowInstanceNodeDependency, getFlowNode, getFlowNodeConfigTimeVariablesSchema, getFlowNodeDescription, getFlowNodeRunTimeVariablesSchema, getFlowNodeSpec, getFlowNodeTitle, getFormula$1 as getFormula, getFormulaLocators, getFormula as getFormula_internalDoNotUse, getFullNameForLocator, getFullTitleForLocator, getIconUriForLocator, getLocatorsFromData, getLocatorsFromSchema, getMembraneElementPath, getMissingRequiredFields, getNameComponentsForLocator, getNameForLocator, getNodeInputSchema, getOperatorsBySchema, getParentNodeKeys, getReferenceCollectionPathForSchema, getReferenceCollectionPointerForSchema, getRequiredFieldsFromSchema, getRootNodeKeys, getSchemaByLocator, getSchemaDescription, getSchemaFromValue, getUpstreamNodeKeys, getValueAtLocator, getValueByLocator, getVariableLocators, getWritableFieldsSchema, hasCycles, hasFormulas$1 as hasFormulas, hasFormulas as hasFormulas_internalDoNotUse, injectFormulaCatalog, isBlob, isBusinessDay, isDataActionType, isDataLocationMethodSupported, isDeliveryMethodEnabled, isFormula$1 as isFormula, isFormula as isFormula_internalDoNotUse, isMembraneError, isObject, isPathUserEditable, isSameDataLocation, isSchemaEmpty, isStream, isValidAlertType, isValidLocator, jsonPointerToDotPath, lenientParseWithSchema, locatorToField, locatorToSteps, locatorToString, makeDataLocationOperationPath, makeDataLocationPath, makeDataRecordSchema, makeObjectPropertyLocator, makeSchemaForLocator, mergeSchemas, mergeWithFormulas, nonEmptyObjectProperties, parseDataLocationPath, parseDate, parseMembraneElementPath, patchSchema, pickFieldsFromSchema, pickFieldsFromValue, populateSchemaTitles, processCopy, removeNonExistentVars, removeRequiredFieldsFromSchema, resolveFormulas, schemaAllowsCustomValue, schemaHasFixedValues, schemaHasProperties, schemaIsNumber, schemaIsScalar, schemaTypeFromValue, schemaWithTitle, setEditablePropertiesForWorkspaceElement, setSchemaAtLocator, setValueAtLocator, stepsToLocator, streamToString, transformVariablesWith, transformVars, truncateData, unwrapSchema, unwrapSchemas, updateFlowInstanceSchema, updateImpliedSchema, valueToSchema, valueToString, walkSchema, wrapAnyOfSchema, zodBooleanCoercion };
23676
+ export { ACTIONS, ALERT_DELIVERY_METHODS, ALERT_TYPE_CATEGORIES, AccessDeniedError, AccountResponse, ActionAccessor, ActionApiResponse, ActionDependency, ActionDependencyType, ActionEditableProperties, ActionExportProperties, ActionInstanceAccessor, ActionInstanceApiResponse, ActionInstanceSetupError, ActionInstancesAccessor, ActionRunError, ActionRunLogRecordApiResponse, ActionRunLogStatus, ActionRunResponse, ActionRunsStatsQuery, ActionType, ActionsAccessor, ActivityLogRecord, ActivityStatsQuery, AgentName, AgentSession, AgentSessionInputSchema, AgentSessionState, AgentSessionStatus, AiAgentAudience, AiAgentParameters, AiAgentType, Alert, AlertCategory, AlertDeliverySettingsSchema, AlertSchema, AlertSeverity, AlertStatus, AlertType, AlertTypeDeliverySettingsSchema, And, ApiRequestSpec, AppDataSchemaAccessor, AppDataSchemaApiResponse, AppDataSchemaEditableProperties, AppDataSchemaExportProperties, AppDataSchemaInstanceAccessor, AppDataSchemaInstanceApiResponse, AppDataSchemaInstancesAccessor, AppDataSchemasAccessor, AppEventLogRecordApiResponse, AppEventSubscriptionAccessor, AppEventSubscriptionApiResponse, AppEventSubscriptionsAccessor, AppEventTypeAccessor, AppEventTypeApiResponse, AppEventTypeEditableProperties, AppEventTypeExportProperties, AppEventTypesAccessor, AppSchema, AppliedToIntegrations, AsyncRequestStatus, AsyncRequestTriggerResponse, AuthContextPermissionsSchema, BackwardCompatibleDataSourceEditableProperties, BadRequestError, BadRequestErrorKey, BaseAction, BaseActionInstance, BaseActionRunLogRecord, BaseAppDataSchema, BaseAppDataSchemaInstance, BaseAppEventSubscription, BaseAppEventType, BaseConnectedProduct, BaseConnection, BaseConnector, BaseCustomer, BaseDataLinkTable, BaseDataLinkTableInstance, BaseDataSource, BaseDataSourceInstance, BaseExternalEvent, BaseExternalEventLogRecord, BaseExternalEventPull, BaseExternalEventSubscription, BaseFieldMapping, BaseFieldMappingInstance, BaseFlow, BaseFlowInstance, BaseFlowRun, BaseFunctionDefinition, BaseIntegration, BaseIntegrationLevelMembraneInterface, BaseIntegrationLevelMembraneInterfaceEditableProperties, BaseIntegrationLevelMembraneInterfaceExportProperties, BaseIntegrationLevelMembraneInterfaceReadOnlyProperties, BaseMembraneInterface, BaseMembraneInterfaceEditableProperties, BaseMembraneInterfaceReadOnlyProperties, BaseOrgUser, BasePackage, BaseScreen, BaseWorkspaceElement, CLIENT_TOKEN_GRANT_TYPES, CONNECTION_REQUEST_ID_PARAM, CONNECTION_REQUEST_SCREEN_PATH, CONNECTOR_AUTH_TYPES, CONNECTOR_CATEGORIES, CONNECTOR_DATA_DIR, CONNECTOR_DOCS_DIR, CONNECTOR_EVENTS_DIR, CONNECTOR_GLOBAL_WEBHOOKS_DIR, CONNECTOR_METHOD_IMPLEMENTATION_SUFFIXES, CONNECTOR_OPERATIONS_DIR, CONNECTOR_VERSION_DEVELOPMENT, CONNECTOR_VERSION_LATEST, CONSOLE_ACCOUNT_API_TOKEN_PATH, CheckpointApiResponse, CheckpointDiffOperationSchema, CheckpointDiffResponseSchema, ClientToken, ClientTokenGrantType, ClientTokenListResponse, Cluster, CommonFindElementsQuery, CommonFindInstancesQuery, CommonInstancesListQuery, CommonIntegrationOrConnectionQuery, CommonListElementsQuery, ConcurrencyError, ConcurrencyErrorKey, ConfigurationError, ConfigurationState, ConnectPayload, ConnectUIOptions, ConnectedProductApiResponse, ConnectedProductAudience, ConnectedProductType, ConnectionAccessor, ConnectionApiResponse, ConnectionApiResponseWithSecrets, ConnectionDataCollectionAccessor, ConnectionEditableProperties, ConnectionError, ConnectionErrorKey, ConnectionExportProperties, ConnectionLevelActionAccessor, ConnectionLevelActionsAccessor, ConnectionLevelDataSourceAccessor, ConnectionLevelDataSourcesAccessor, ConnectionLevelFieldMappingAccessor, ConnectionLevelFieldMappingsAccessor, ConnectionLevelFlowAccessor, ConnectionLevelFlowsAccessor, ConnectionMessagePayload, ConnectionOperationAccessor, ConnectionOperationRunInput, ConnectionOperationRunResponse, ConnectionProxy, ConnectionProxyRequest, ConnectionRequest, ConnectionSelector, ConnectionSpec, ConnectionTestResponse, ConnectionsAccessor, Connector, ConnectorAuth, ConnectorAuthClientCredentials, ConnectorAuthHandlerBase, ConnectorAuthIntegrationAppToken, ConnectorAuthMembraneToken, ConnectorAuthMethodTypes, ConnectorAuthOAuth1, ConnectorAuthOAuth2, ConnectorAuthProxy, ConnectorAuthSpec, ConnectorAuthSuccessRecord, ConnectorAuthWithFunctions, ConnectorDataCollectionEventImplementationType, ConnectorDataCollectionMethodKeys, ConnectorDataLocationTypes, ConnectorEventHandlerMethods, ConnectorEventImplementationType$1 as ConnectorEventImplementationType, ConnectorExportProperties, ConnectorFileUpdateType, ConnectorFunctionSpecs, ConnectorMethodImplementation, ConnectorMethodImplementationBase, ConnectorMethodImplementationGraphqlApiMapping, ConnectorMethodImplementationJavascript, ConnectorMethodImplementationMapping, ConnectorMethodImplementationNotSupported, ConnectorMethodImplementationOperationMapping, ConnectorMethodImplementationRestApiMapping, ConnectorMethodImplementationType, ConnectorOperationMethodImplementationTypes, ConnectorOption, ConnectorOptions, ConnectorSpec, ConnectorStatus, ConnectorStatusValues, ConnectorUdmCollectionMapping, ConnectorUdmListItem, ConnectorUdmSpec, ConnectorUiSpec, ConnectorVersion, ConnectorVersionData, CreateActionInstanceRequest, CreateActionRequest, CreateAgentSession, CreateAlert, CreateClientTokenRequest, CreateClientTokenResponse, CreateClusterRequest, CreateConnectedProductRequest, CreateConnectionRequest, CreateConnectionRequestPayload, CreateConnectorRequest, CreateCustomerRequest, CreateDataLinkTableRequest, CreateDataSourceInstanceRequest, CreateDataSourceRequest, CreateFieldMappingInstanceRequest, CreateFieldMappingRequest, CreateFlowNodeRequest, CreateFlowRequest, CreateFlowRunRequest, CreateIntegrationRequest, CreateOrgInvitationRequest, CreateOrgRequest, CreateOrgUserRequest, CreatePackageRequest, CreateScreenRequest, CreateSelfHostingTokenRequest, CreateSelfHostingTokenResponse, CustomCodeError, CustomerAccessor, CustomerApiResponse, CustomerLimits, CustomerSelector, CustomersAccessor, DATA_RECORD_SCHEMA, DEFAULT_ALERT_DELIVERY_SETTINGS, DEFAULT_ALERT_TYPE_DELIVERY_SETTINGS, DEFAULT_FULL_SYNC_INTERVAL_SECONDS, DEFAULT_PULL_UPDATES_INTERVAL_SECONDS, DataBuilderFormulaBase, DataBuilderFormulaCase, DataBuilderFormulaConcat, DataBuilderFormulaCopy, DataBuilderFormulaExtractDate, DataBuilderFormulaExtractTime, DataBuilderFormulaFindAppRecordId, DataBuilderFormulaFindExternalRecordId, DataBuilderFormulaFirstName, DataBuilderFormulaIterate, DataBuilderFormulaLastName, DataBuilderFormulaLookup, DataBuilderFormulaMap, DataBuilderFormulaPlain, DataBuilderFormulaRecord, DataBuilderFormulaTpl, DataBuilderFormulaType, DataBuilderFormulaVar, DataCollectionCreateRequest, DataCollectionCreateResponse, DataCollectionCreateSpec, DataCollectionDeleteRequest, DataCollectionDeleteResponse, DataCollectionDeleteSpec, DataCollectionEventType, DataCollectionEventTypeSpec, DataCollectionEventsSpec, DataCollectionFindByIdRequest, DataCollectionFindByIdResponse, DataCollectionFindByIdSpec, DataCollectionFindRequest, DataCollectionFindResponse, DataCollectionFindSpec, DataCollectionListRequest, DataCollectionListResponse, DataCollectionListResponseDrilldown, DataCollectionListSpec, DataCollectionMatchRequest, DataCollectionMatchResponse, DataCollectionMatchSpec, DataCollectionMethodRequest, DataCollectionMethodSpec, DataCollectionSearchRequest, DataCollectionSearchResponse, DataCollectionSearchSpec, DataCollectionSpec, DataCollectionUdmSpec, DataCollectionUdmsSpec, DataCollectionUpdateRequest, DataCollectionUpdateResponse, DataCollectionUpdateSpec, DataFilterCondition, DataForm, DataLink, DataLinkDirection, DataLinkTableAccessor, DataLinkTableApiResponse, DataLinkTableConfig, DataLinkTableEditableProperties, DataLinkTableExportProperties, DataLinkTableInstanceAccessor, DataLinkTableInstanceApiResponse, DataLinkTableInstancesAccessor, DataLinkTableLayer, DataLinkTablesAccessor, DataLocationMethodImplementationTypes, DataLocationPointer, DataLocationTypeCollection, DataLocatorStep, DataLocatorStepArrayItem, DataLocatorStepObjectProperty, DataLocatorStepType, DataRecordSchema, DataSchema, DataSchemaRef, DataSourceAccessor, DataSourceApiResponse, DataSourceEditableProperties, DataSourceExportProperties, DataSourceInstanceAccessor, DataSourceInstanceApiResponse, DataSourceInstancesAccessor, DataSourceUnitConfig, DataSourcesAccessor, DbBackedCountsSchema, DependencyError, DomainFromEmail, DownstreamFlowNodeRunSchema, EDITABLE_LIMITS, ElementAccessor, ElementInstanceAccessor, ElementInstanceListAccessor, ElementListAccessor, ElementsExportFields, EngineCreditsProjectionResponse, EngineWorkspaceSettingsSchema, ErrorData, ErrorDataSchema, ErrorType, Eval, ExternalApiLogApiResponse, ExternalEvent, ExternalEventLogRecordApiResponse, ExternalEventLogStatus, ExternalEventPullApiResponse, ExternalEventPullStatus, ExternalEventSubscriptionAccessor, ExternalEventSubscriptionApiResponse, ExternalEventSubscriptionConfig, ExternalEventSubscriptionStatus, ExternalEventSubscriptionType, ExternalEventSubscriptionsAccessor, ExternalEventType, ExternalEventUnitConfig, FLOW_NODE_SPECS, FieldMappingAccessor, FieldMappingApiResponse, FieldMappingDirection, FieldMappingEditableProperties, FieldMappingExportProperties, FieldMappingInstanceAccessor, FieldMappingInstanceApiResponse, FieldMappingInstancesAccessor, FieldMappingUnitConfig, FieldMappingsAccessor, FindActionInstancesQuery, FindActionRunLogsQuery, FindActionRunLogsResponse, FindActionsQuery, FindAlertsQuery, FindAppDataSchemaInstancesQuery, FindAppDataSchemasQuery, FindAppEventSubscriptionsQuery, FindAppEventTypesQuery, FindAppEventsQuery, FindConnectedProductsQuery, FindConnectionsQuery, FindConnectionsResponse, FindCustomersQuery, FindDataLinkTableInstanceLinksQuery, FindDataLinkTableInstancesQuery, FindDataLinkTablesQuery, FindDataLinksInTableQuery, FindDataLinksQuery, FindDataLinksResponse, FindDataSourceEventsQuery, FindDataSourceInstanceSyncsQuery, FindDataSourceInstancesQuery, FindDataSourceSyncsQuery, FindDataSourcesQuery, FindExternalEventPullsQuery, FindFieldMappingInstancesQuery, FindFieldMappingsQuery, FindFlowInstancesQuery, FindFlowRunsQuery, FindFlowRunsResponse, FindFlowsQuery, FindIntegrationLevelMembraneInterfaceQuery, FindIntegrationsQuery, FindOrgWorkspacesQuery, FindOrgsQuery, FindPackagesQuery, FindScreensQuery, FirstNotEmpty, FlowAccessor, FlowApiResponse, FlowEditableProperties, FlowExportProperties, FlowInstanceAccessor, FlowInstanceApiResponse, FlowInstanceSetupError, FlowInstancesAccessor, FlowNode, FlowNodeLink, FlowNodeRunOutputMetadataSchema, FlowNodeRunOutputSchema, FlowNodeRunOutputWithoutDownstreamRunsSchema, FlowNodeRunParametersSchema, FlowNodeRunRecordSchema, FlowNodeRunRecordWithoutOutputsDataSchema, FlowNodeRunResultSchema, FlowNodeRunStatus, FlowNodeSpec, FlowNodeState, FlowNodeType, FlowRunAccessor, FlowRunApiResponse, FlowRunError, FlowRunLaunchedBy, FlowRunLaunchedByApi, FlowRunLaunchedByTrigger, FlowRunNode, FlowRunNodeState, FlowRunState, FlowRunsAccessor, FlowRunsStatsQuery, FlowsAccessor, Formula, FormulaFormula, FullOrgUser, FullPlatformUser, FunctionDefinition, FunctionType, GenerateOptionsRequest, GeneratedConnectorOption, GenericFunctionDefinition, GraphQLApiMappingSchema, GraphQLFieldMappingSchema, GraphqlApiMappingFunction, HTTP_REQUEST_SCHEMA, HandyScenarioTemplateElement, HttpRequestMethod, HttpRequestSpec, IncludeArchivedQuery, IncomingWebhookApiResponse, IncomingWebhooksState, InsufficientCreditsError, IntegrationAccessor, IntegrationApiResponse, MembraneClient as IntegrationAppClient, IntegrationAppError, IntegrationAuthOption, IntegrationAuthUi, IntegrationEditableProperties, IntegrationElementLevel, IntegrationElementType, IntegrationExportProperties, IntegrationLayerStatsQuery, IntegrationLevelActionAccessor, IntegrationLevelActionsListAccessor, IntegrationLevelDataSourceAccessor, IntegrationLevelDataSourcesListAccessor, IntegrationLevelFieldMappingAccessor, IntegrationLevelFieldMappingsListAccessor, IntegrationLevelFlowAccessor, IntegrationLevelFlowsListAccessor, IntegrationLevelMembraneInterfaceSelectorQuery, IntegrationOptionConfig, IntegrationOptions, IntegrationSpecificElementSelector, IntegrationsAccessor, InternalError, InvalidLocatorError, JavascriptFunction, JsonataFormula, LimitUnits, ListActionInstancesForConnectionQuery, ListAppEventLogRecordsQuery, ListClustersQuery, ListDataSourceInstancesForConnectionQuery, ListExternalApiLogsQuery, ListExternalAppsQuery, ListExternalEventLogRecordsQuery, ListExternalEventPullsQuery, ListExternalEventSubscriptionsQuery, ListFlowInstancesForConnectionQuery, ListIncomingWebhooksQuery, ListPublicConnectorsQuery, ListPublicPackagesQuery, LogRecordType, MEMBRANE_CLI_CLIENT_ID, MEMBRANE_ELEMENT_CONFIG_FILE_NAME, MIN_FULL_SYNC_INTERVAL_SECONDS, MIN_PULL_UPDATES_INTERVAL_SECONDS, MappingFunction, MappingSchema, MembraneAgentKey, axios as MembraneAxiosInstance, MembraneClient, MembraneElementLayer, MembraneError, MergeObjects, MinimalConnector, NotAuthenticatedError, NotFoundError, OAUTH1_CONFIG_SCHEMA, OAUTH_CONFIG_SCHEMA, OAUTH_SCOPES, OAUTH_SCOPE_PLATFORM_USER, OAUTH_SCOPE_TENANT, OAuthTokenResponse, OpenRouterNotConfiguredError, OpenapiMappingSchema, OperationMappingFunction, OperationMappingSchema, Or, Org, OrgInvitation, OrgLimits, OrgLimitsType, OrgPlan, OrgUserRole, OrgUserStatus, OrgWorkspace, OrgWorkspaceUser, PACKAGE_VERSION_DEVELOPMENT, PACKAGE_VERSION_LATEST, PARALLEL_EXECUTION_LIMITS, PackageAccessor, PackageApiResponse, PackageCalculatedProperties, PackageEditableProperties, PackageElement, PackageElementApi, PackageElementExport, PackageExportProperties, PackageVersionData, PackageVersionListItem, PackagesAccessor, PaginationQuery, PaginationResponse, ParallelExecutionLimits, PatchAgentSessionSchema, PendingQueueCountSchema, PendingTasksSummarySchema, PlatformUser, RATE_LIMITS, REFERENCE_ELEMENT_TYPE_SELF, RateLimitExceededError, RateLimits, RequestMappingSchema, ResetFlowInstanceOptions, RestApiMappingFunction, RestApiMappingSchema, RunActionRequest, RunFieldMappingRequest, RunFieldMappingResponse, RunFlowApiRequest, SYSTEM_FIELDS, ScenarioAccessor, ScenarioTemplate, ScenarioTemplateCategory, ScenarioTemplateElements, ScenariosAccessor, ScreenAccessor, ScreenApiResponse, ScreenBlock, ScreenBlockType, ScreenSelector, ScreenType, ScreensAccessor, SearchQuery, SelfAccessor, SelfHostingToken, SessionCredentials, SessionParameters, StatsFilterQuery, TenantLayerElement, TenantSelfResponse, UDM, UNIFIED_DATA_MODELS, UnitRunError, UpdateActionInstanceRequest, UpdateActionRequest, UpdateConnectedProductRequest, UpdateConnectionRequest, UpdateConnectorRequest, UpdateCustomerRequest, UpdateDataLinkTableRequest, UpdateDataSourceInstanceRequest, UpdateDataSourceRequest, UpdateFieldMappingInstanceRequest, UpdateFieldMappingRequest, UpdateFlowRequest, UpdateIntegrationRequest, UpdateOrgInvitationRequest, UpdateOrgRequest, UpdateOrgUserRequest, UpdatePackageRequest, UpdateScreenRequest, UpdateSelfHostingTokenRequest, UpstreamFlowNodeRunSchema, UsageType, UserAccessor, UsersAccessor, ValidateSelfHostingTokenRequest, ValidateSelfHostingTokenResponse, WORKSPACE_ELEMENTS_STATS_COLLECTIONS, WORKSPACE_SIZE_LIMITS, WebhookTypeEnum, Workspace, WorkspaceElementChangeType, WorkspaceElementDependencyType, WorkspaceElementSearchQuery, WorkspaceElementSearchResult, WorkspaceElementSpecs, WorkspaceElementState, WorkspaceElementType, WorkspaceElementsStatsSchema, WorkspaceEventType, WorkspaceLimitsSchema, WorkspaceNotificationType, WorkspacePublicKey, WorkspaceSettingsSchema, WorkspaceSizeLimits, WorkspaceSyncEventType, WorkspaceType, WritableConnectorVersionData, WritablePackageVersionData, WriteableConnectorFields, WriteableConnectorOption, __resolveValue, addRequiredFieldsToSchema, addUdmFallbackFields, addUndefinedWriteableProperties, backwardCompatibleFilterMatch, buildData, buildDataSchema, buildValue, compareWorkspaceExports, compressDataSchema, createCompoundSchema, createFlowInstanceSchema, createObjectFromLocators, createOrUpdateConnection, createPaginationResponseSchema, createSchema, dataCollectionEventTypeToExternalEventType, dataLocationParametersMatch, doesMatchFilter, excludeFieldsFromSchema, excludeFieldsFromValue, excludeReadOnlyFieldsFromSchema, excludeWriteOnlyFieldsFromSchema, externalEventTypeToDataCollectionEventType, extractFieldLocator, extractMembraneErrorData, findUdmCollectionMapping, findUdmDefaultCollection, findUdmRootLocation, findValueLocators, generateExampleFromSchema, getActionInstanceVariableSchema, getActionRunTimeVariablesSchema, getAlertCategoryDisplayName, getAlertDeliveryMethodLabel, getAlertTypeDisplayName, getAlertTypesByCategory, getAllEventMethodFilePaths, getBusinessDaysBetween, getChildNodeKeys, getConnectionRequestUrl, getConnectorSpecPath, getConnectorVersionPath, getDataCollectionCreateFields, getDataCollectionUpdateFields, getDataLocationMethodPath, getDownstreamNodeKeys, getEditablePathsForElementType, getEditablePathsFromSchema, getEffectiveConnectorOption, getElementSelector, getErrorFromData, getEventMethodFileKey, getFilterFieldMeta, getFilterFieldValuesByLocator, getFlowInstanceNodeDependency, getFlowNode, getFlowNodeConfigTimeVariablesSchema, getFlowNodeDescription, getFlowNodeRunTimeVariablesSchema, getFlowNodeSpec, getFlowNodeTitle, getFormula$1 as getFormula, getFormulaLocators, getFormula as getFormula_internalDoNotUse, getFullNameForLocator, getFullTitleForLocator, getIconUriForLocator, getLocatorsFromData, getLocatorsFromSchema, getMembraneElementPath, getMissingRequiredFields, getNameComponentsForLocator, getNameForLocator, getNodeInputSchema, getOperatorsBySchema, getParentNodeKeys, getReferenceCollectionPathForSchema, getReferenceCollectionPointerForSchema, getRequiredFieldsFromSchema, getRootNodeKeys, getSchemaByLocator, getSchemaDescription, getSchemaFromValue, getUpstreamNodeKeys, getValueAtLocator, getValueByLocator, getVariableLocators, getWritableFieldsSchema, hasCycles, hasFormulas$1 as hasFormulas, hasFormulas as hasFormulas_internalDoNotUse, injectFormulaCatalog, isBlob, isBusinessDay, isDataActionType, isDataLocationMethodSupported, isDeliveryMethodEnabled, isFormula$1 as isFormula, isFormula as isFormula_internalDoNotUse, isMembraneError, isObject, isPathUserEditable, isSameDataLocation, isSchemaEmpty, isStream, isValidAlertType, isValidLocator, jsonPointerToDotPath, lenientParseWithSchema, locatorToField, locatorToSteps, locatorToString, makeDataLocationOperationPath, makeDataLocationPath, makeDataRecordSchema, makeObjectPropertyLocator, makeSchemaForLocator, mergeSchemas, mergeWithFormulas, nonEmptyObjectProperties, parseDataLocationPath, parseDate, parseMembraneElementPath, patchSchema, pickFieldsFromSchema, pickFieldsFromValue, populateSchemaTitles, processCopy, removeNonExistentVars, removeRequiredFieldsFromSchema, resolveFormulas, schemaAllowsCustomValue, schemaHasFixedValues, schemaHasProperties, schemaIsNumber, schemaIsScalar, schemaTypeFromValue, schemaWithTitle, setEditablePropertiesForWorkspaceElement, setSchemaAtLocator, setValueAtLocator, stepsToLocator, streamToString, transformVariablesWith, transformVars, truncateData, unwrapSchema, unwrapSchemas, updateFlowInstanceSchema, updateImpliedSchema, valueToSchema, valueToString, walkSchema, wrapAnyOfSchema, zodBooleanCoercion };
23635
23677
  export type { Action, ActionInstance, ActionInstanceSelector, ActionRunLogRecord, ActionSelector, ActionSpec, AgentSessionInput, AlertDeliveryMethod, AlertDeliverySettings, AlertTypeDeliverySettings, App, AppCategory, AppDataSchema, AppDataSchemaInstance, AppDataSchemaInstanceSelector, AppEvent, AppEventSubscription, AppEventSubscriptionCreateRequest, AppEventSubscriptionSelector, AppEventSubscriptionUpdateRequest, AppEventType, AsyncRequestStatusResponse, AuthContextPermissions, BaseElementInstance, CaseFormulaValue, CaseFormulaValueItem, CheckpointDiffOperation, CheckpointDiffResponse, ClusterDto, ConfigurationStateResult, ConnectOptions, Connection, ConnectionUiSpec, ConnectorApiType, ConnectorAuthOAuth1Config, ConnectorAuthOAuth2Config, ConnectorAuthOAuthConfig, ConnectorAuthType, ConnectorDataCollection, ConnectorDataCollectionBase, ConnectorDataCollectionEvent, ConnectorDataCollectionEventCustomPull, ConnectorDataCollectionEventFullScan, ConnectorDataCollectionEventImplementationTypeKey, ConnectorDataCollectionEventPullLatestRecords, ConnectorDataCollectionEventType, ConnectorDataCollectionEventWebhook, ConnectorDataCollectionMethod, ConnectorEventGlobalWebhookGetEventSelectorResponse, ConnectorEventHandler, ConnectorEventListItem, ConnectorEventSpec, ConnectorExport, ConnectorFunctionSpec, ConnectorGlobalWebhookHandleRequest, ConnectorGlobalWebhookHandleResponse, ConnectorGlobalWebhookHandler, ConnectorGlobalWebhookListItem, ConnectorGlobalWebhookSpec, ConnectorOperationHandler, ConnectorOperationMethod, ConnectorVersionExport, CopilotActivityNotificationData, CreateAppDataSchemaInstanceRequest, CreateAppDataSchemaRequest, CreateAppEventSubscriptionRequest, CreateAppEventTypeRequest, CreateDataLinkRequest, CreateDataLinkTableInstanceRequest, CreateFlowInstanceRequest, CreateScenarioTemplateRequest, CreateUserRequest, Customer, CustomerRateLimitAlerts, DataCollectionEvent, DataCollectionEventsRequest, DataCollectionEventsResponse, DataCollectionListItem, DataCollectionMixin, DataCollectionParseUnifiedFieldsRequest, DataCollectionParseUnifiedFieldsResponse, DataCollectionSubscribeRequest, DataCollectionSubscribeResponse, DataCollectionUnsubscribeRequest, DataCollectionUnsubscribeResponse, DataCollectionUpdateSubscriptionRequest, DataCollectionUpdateSubscriptionResponse, DataEventWebhookPayload, DataFilter, DataFormArgs, DataLinkInTableSelector, DataLinkSelector, DataLinkTable, DataLinkTableInstance, DataLinkTableInstanceSelector, DataLocator, DataRecord, DataSource, DataSourceInstanceSelector, DataSourceSelector, DbBackedCounts, DeleteDataLinkRequest, DownstreamFlowNodeRun, ElementInstanceFields, ElementInstanceSelector, ElementTemplateFields, EngineCreditsProjection, EngineWorkspace, EngineWorkspaceSettings, EngineWorkspaceWithOrgData, ErrorConstructorArg, EvalOperator, ExternalEventApiResponse, ExternalEventCustomPullCollectEventsRequest, ExternalEventCustomPullCollectEventsResponse, ExternalEventCustomPullSubscribeResponse, ExternalEventLogRecord, ExternalEventPull, ExternalEventSubscription, ExternalEventWebhookHandleRequest, ExternalEventWebhookHandleResponse, ExternalEventWebhookRefreshRequest, ExternalEventWebhookRefreshResponse, ExternalEventWebhookSubscribeRequest, ExternalEventWebhookSubscribeResponse, ExternalEventWebhookUnsubscribeRequest, FieldMapping, FieldMappingInstanceSelector, FieldMappingSelector, FieldValueOption, FilterFieldMeta, FindDataLinkQuery, FindDataSourceInstancesResponse, FindExternalEventLogsQuery, FindExternalEventSubscriptionsQuery, FindIntegrationsResponse, FindScenarioTemplatesQuery, FindUsersQuery, Flow, FlowInstance, FlowInstanceSelector, FlowNodeHandlerRunResponse, FlowNodeRunOutput, FlowNodeRunOutputMetadata, FlowNodeRunOutputWithoutDownstreamRuns, FlowNodeRunParameters, FlowNodeRunRecord, FlowNodeRunRecordWithoutOutputsData, FlowNodeRunResult, FlowRun, FlowSelector, GraphQLApiMapping, GraphQLFieldMapping, GraphqlApiClientInput, HandyScenarioTemplateElementApi, IWorkspaceUpdate, IneligibilityReason, Integration, IntegrationAuthOptionLegacy, IntegrationElement, IntegrationElementInstance, IntegrationElementInstanceDependency, ListDataSourcesForIntegrationQuery, ListFieldMappingInstancesForConnectionQuery, ListFieldMappingsForIntegrationQuery, ListFlowsForIntegrationQuery, LogRecord, LookupValue, MapFormulaValue, MappingItem, OAuthScope, OpenActionConfigurationOptions, OpenDataSourceConfigurationOptions, OpenFieldMappingInstanceConfigurationOptions, OpenFlowInstanceConfigurationOptions, OpenFlowInstanceEditorOptions, OpenFlowRunEditorOptions, OpenNewConnectionOptions, OpenapiMapping, OperationListItem, OperationMapping, OperationRunRequest, OperationRunResponse, OperationSpec, OrgFeatureFlags, OrgPermissions, OrgUser, Package, PatchAgentSession, PatchSchemaOption, PendingQueueCount, PendingTasksSummary, PlatformUserPermissions, PullLatestRecordsEventOutput, RateLimitAlerts, ResolveFormulaParams, RestApiClientConstructorOptions, RestApiClientInput, RestApiClientOptions, RestApiClientOutput, RestApiClientOverride, RestApiClientResponseHandler, RestApiMapping, RunFlowOptions, Scenario, ScenarioTemplateElementOverride, ScenarioTemplateElementsApi, ScenarioTemplateIntegration, ScenarioTemplateKeyCollision, Screen, ScreenBlockApi, Self, SessionStatus, TenantPermissions, TestAlerts, UnifiedDataModel, UpdateAppDataSchemaInstanceRequest, UpdateAppDataSchemaRequest, UpdateAppEventSubscriptionRequest, UpdateAppEventTypeRequest, UpdateDataLinkTableInstanceRequest, UpdateFlowInstanceRequest, UpdateScenarioTemplateRequest, UpdateUserRequest, UpstreamFlowNodeRun, UsageAlerts, UsageEntry, UsageWithCredits, User, UserSelector, UserWorkspaceSettings, ValueToSchemaOptions, Webhook, WebhookType, WithExecutionLogs, WorkerTypeFilter, WorkspaceElementCalculateStateResult, WorkspaceElementChange, WorkspaceElementChangeInfo, WorkspaceElementDependency, WorkspaceElementReference, WorkspaceElementSpec, WorkspaceElements, WorkspaceElementsStats, WorkspaceExport, WorkspaceExportComparison, WorkspaceExportComparisonOptions, WorkspaceExportComparisonResult, WorkspaceLimit, WorkspaceLimits, WorkspaceNotification, WorkspacePermissions, WorkspaceSettings, WorkspaceSizeAlerts, WorkspaceSyncEvent, WorkspaceUpdate, WorkspaceUser };