@membranehq/sdk 0.11.1 → 0.11.3
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.
- package/dist/bundle.d.ts +4492 -4487
- package/dist/bundle.js +1 -0
- package/dist/bundle.js.map +1 -1
- package/dist/dts/alerts/types.d.ts +0 -8
- package/dist/dts/async-requests/index.d.ts +1 -0
- package/dist/dts/async-requests/types.d.ts +20 -0
- package/dist/dts/index.browser.d.ts +1 -0
- package/dist/dts/orgs/types.d.ts +28 -2
- package/dist/dts/workspace-elements/api/actions-api.d.ts +19 -19
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +12 -9
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +3 -2
- package/dist/dts/workspace-elements/api/connections-api.d.ts +11 -12
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +5 -4
- package/dist/dts/workspace-elements/api/external-apps-api.d.ts +0 -2
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +3 -2
- package/dist/dts/workspace-elements/api/packages-api.d.ts +5 -5
- package/dist/dts/workspace-elements/types.d.ts +5 -5
- package/dist/dts/workspaces/types.d.ts +33 -5
- package/dist/index.browser.d.mts +129 -60
- package/dist/index.browser.d.ts +129 -60
- package/dist/index.browser.js +158 -24
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +156 -25
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +129 -60
- package/dist/index.node.d.ts +129 -60
- package/dist/index.node.js +158 -24
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs +156 -25
- package/dist/index.node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.browser.d.mts
CHANGED
|
@@ -266,11 +266,6 @@ declare const IntegrationLevelMembraneInterfaceSelectorQuery: z.ZodObject<{
|
|
|
266
266
|
}, z.core.$strip>;
|
|
267
267
|
type IntegrationLevelMembraneInterfaceSelectorQuery = z.infer<typeof IntegrationLevelMembraneInterfaceSelectorQuery>;
|
|
268
268
|
declare const FindIntegrationLevelMembraneInterfaceQuery: z.ZodObject<{
|
|
269
|
-
layer: z.ZodOptional<z.ZodEnum<{
|
|
270
|
-
connection: "connection";
|
|
271
|
-
integration: "integration";
|
|
272
|
-
universal: "universal";
|
|
273
|
-
}>>;
|
|
274
269
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
275
270
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
276
271
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
@@ -284,6 +279,11 @@ declare const FindIntegrationLevelMembraneInterfaceQuery: z.ZodObject<{
|
|
|
284
279
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
285
280
|
userId: z.ZodOptional<z.ZodString>;
|
|
286
281
|
isUniversal: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
282
|
+
layer: z.ZodOptional<z.ZodEnum<{
|
|
283
|
+
connection: "connection";
|
|
284
|
+
integration: "integration";
|
|
285
|
+
universal: "universal";
|
|
286
|
+
}>>;
|
|
287
287
|
}, z.core.$strip>;
|
|
288
288
|
type FindIntegrationLevelMembraneInterfaceQuery = z.infer<typeof FindIntegrationLevelMembraneInterfaceQuery>;
|
|
289
289
|
declare const BaseIntegrationLevelMembraneInterface: z.ZodObject<{
|
|
@@ -9276,14 +9276,13 @@ declare const FindConnectionsQuery: z.ZodObject<{
|
|
|
9276
9276
|
cursor: z.ZodOptional<z.ZodString>;
|
|
9277
9277
|
search: z.ZodOptional<z.ZodString>;
|
|
9278
9278
|
includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
9279
|
+
tenantId: z.ZodOptional<z.ZodString>;
|
|
9280
|
+
integrationId: z.ZodOptional<z.ZodString>;
|
|
9279
9281
|
connectorId: z.ZodOptional<z.ZodString>;
|
|
9280
|
-
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
9281
|
-
id: z.ZodOptional<z.ZodString>;
|
|
9282
|
-
userId: z.ZodOptional<z.ZodString>;
|
|
9283
|
-
name: z.ZodOptional<z.ZodString>;
|
|
9284
|
-
isTest: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
9285
9282
|
disconnected: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
9286
|
-
|
|
9283
|
+
isTest: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
9284
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
9285
|
+
connectorVersion: z.ZodOptional<z.ZodString>;
|
|
9287
9286
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
9288
9287
|
includeSecrets: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
9289
9288
|
}, z.core.$strip>;
|
|
@@ -12752,11 +12751,6 @@ declare const PackageElementApi: z.ZodObject<{
|
|
|
12752
12751
|
}, z.core.$strip>;
|
|
12753
12752
|
type PackageElementApi = z.infer<typeof PackageElementApi>;
|
|
12754
12753
|
declare const FindPackagesQuery: z.ZodObject<{
|
|
12755
|
-
layer: z.ZodOptional<z.ZodEnum<{
|
|
12756
|
-
connection: "connection";
|
|
12757
|
-
integration: "integration";
|
|
12758
|
-
universal: "universal";
|
|
12759
|
-
}>>;
|
|
12760
12754
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
12761
12755
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
12762
12756
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
@@ -12770,6 +12764,11 @@ declare const FindPackagesQuery: z.ZodObject<{
|
|
|
12770
12764
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
12771
12765
|
userId: z.ZodOptional<z.ZodString>;
|
|
12772
12766
|
isUniversal: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
12767
|
+
layer: z.ZodOptional<z.ZodEnum<{
|
|
12768
|
+
connection: "connection";
|
|
12769
|
+
integration: "integration";
|
|
12770
|
+
universal: "universal";
|
|
12771
|
+
}>>;
|
|
12773
12772
|
externalAppId: z.ZodOptional<z.ZodString>;
|
|
12774
12773
|
}, z.core.$strip>;
|
|
12775
12774
|
type FindPackagesQuery = z.infer<typeof FindPackagesQuery>;
|
|
@@ -13076,6 +13075,7 @@ declare const FindDataLinkTableInstancesQuery: z.ZodObject<{
|
|
|
13076
13075
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13077
13076
|
cursor: z.ZodOptional<z.ZodString>;
|
|
13078
13077
|
id: z.ZodOptional<z.ZodString>;
|
|
13078
|
+
tenantId: z.ZodOptional<z.ZodString>;
|
|
13079
13079
|
userId: z.ZodOptional<z.ZodString>;
|
|
13080
13080
|
dataLinkTableId: z.ZodOptional<z.ZodString>;
|
|
13081
13081
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13304,6 +13304,7 @@ declare const FindAppEventSubscriptionsQuery: z.ZodObject<{
|
|
|
13304
13304
|
search: z.ZodOptional<z.ZodString>;
|
|
13305
13305
|
includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
13306
13306
|
id: z.ZodOptional<z.ZodString>;
|
|
13307
|
+
tenantId: z.ZodOptional<z.ZodString>;
|
|
13307
13308
|
userId: z.ZodOptional<z.ZodString>;
|
|
13308
13309
|
appEventTypeId: z.ZodOptional<z.ZodString>;
|
|
13309
13310
|
isSubscribed: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
@@ -13412,12 +13413,16 @@ declare class AppDataSchemaAccessor extends ElementAccessor<BaseAppDataSchema, U
|
|
|
13412
13413
|
constructor(client: MembraneApiClient, idOrKey: string);
|
|
13413
13414
|
}
|
|
13414
13415
|
|
|
13415
|
-
|
|
13416
|
-
|
|
13417
|
-
|
|
13418
|
-
|
|
13419
|
-
|
|
13420
|
-
|
|
13416
|
+
declare const FindAppDataSchemaInstancesQuery: z.ZodObject<{
|
|
13417
|
+
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13418
|
+
cursor: z.ZodOptional<z.ZodString>;
|
|
13419
|
+
id: z.ZodOptional<z.ZodString>;
|
|
13420
|
+
tenantId: z.ZodOptional<z.ZodString>;
|
|
13421
|
+
userId: z.ZodOptional<z.ZodString>;
|
|
13422
|
+
appDataSchemaId: z.ZodOptional<z.ZodString>;
|
|
13423
|
+
instanceKey: z.ZodOptional<z.ZodString>;
|
|
13424
|
+
}, z.core.$strip>;
|
|
13425
|
+
type FindAppDataSchemaInstancesQuery = z.infer<typeof FindAppDataSchemaInstancesQuery>;
|
|
13421
13426
|
interface AppDataSchemaInstanceSelector {
|
|
13422
13427
|
id?: string;
|
|
13423
13428
|
appDataSchemaKey?: string;
|
|
@@ -13499,6 +13504,7 @@ declare const ListExternalEventSubscriptionsQuery: z.ZodObject<{
|
|
|
13499
13504
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
13500
13505
|
cursor: z.ZodOptional<z.ZodString>;
|
|
13501
13506
|
includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
13507
|
+
tenantId: z.ZodOptional<z.ZodString>;
|
|
13502
13508
|
userId: z.ZodOptional<z.ZodString>;
|
|
13503
13509
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
13504
13510
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
@@ -13986,11 +13992,6 @@ declare const ActionApiResponse: z.ZodObject<{
|
|
|
13986
13992
|
type ActionApiResponse = z.infer<typeof ActionApiResponse>;
|
|
13987
13993
|
type Action = ActionApiResponse;
|
|
13988
13994
|
declare const FindActionsQuery: z.ZodObject<{
|
|
13989
|
-
layer: z.ZodOptional<z.ZodEnum<{
|
|
13990
|
-
connection: "connection";
|
|
13991
|
-
integration: "integration";
|
|
13992
|
-
universal: "universal";
|
|
13993
|
-
}>>;
|
|
13994
13995
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
13995
13996
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
13996
13997
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
@@ -13999,12 +14000,17 @@ declare const FindActionsQuery: z.ZodObject<{
|
|
|
13999
14000
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
14000
14001
|
cursor: z.ZodOptional<z.ZodString>;
|
|
14001
14002
|
includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14002
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
14003
|
-
universalParentId: z.ZodOptional<z.ZodString>;
|
|
14004
14003
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
14005
14004
|
userId: z.ZodOptional<z.ZodString>;
|
|
14006
14005
|
isUniversal: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14007
14006
|
externalAppId: z.ZodOptional<z.ZodString>;
|
|
14007
|
+
layer: z.ZodOptional<z.ZodEnum<{
|
|
14008
|
+
connection: "connection";
|
|
14009
|
+
integration: "integration";
|
|
14010
|
+
universal: "universal";
|
|
14011
|
+
}>>;
|
|
14012
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
14013
|
+
universalParentId: z.ZodOptional<z.ZodString>;
|
|
14008
14014
|
}, z.core.$strip>;
|
|
14009
14015
|
type FindActionsQuery = z.infer<typeof FindActionsQuery>;
|
|
14010
14016
|
declare const CreateActionRequest: z.ZodObject<{
|
|
@@ -14303,11 +14309,6 @@ type ActionInstance = ActionInstanceApiResponse;
|
|
|
14303
14309
|
interface ActionInstanceSelector extends ConnectionSelector, ElementInstanceSelector {
|
|
14304
14310
|
}
|
|
14305
14311
|
declare const ListActionInstancesForConnectionQuery: z.ZodObject<{
|
|
14306
|
-
layer: z.ZodOptional<z.ZodEnum<{
|
|
14307
|
-
connection: "connection";
|
|
14308
|
-
integration: "integration";
|
|
14309
|
-
universal: "universal";
|
|
14310
|
-
}>>;
|
|
14311
14312
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
14312
14313
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
14313
14314
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14316,20 +14317,20 @@ declare const ListActionInstancesForConnectionQuery: z.ZodObject<{
|
|
|
14316
14317
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
14317
14318
|
cursor: z.ZodOptional<z.ZodString>;
|
|
14318
14319
|
includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14319
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
14320
|
-
universalParentId: z.ZodOptional<z.ZodString>;
|
|
14321
14320
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
14322
14321
|
userId: z.ZodOptional<z.ZodString>;
|
|
14323
14322
|
isUniversal: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14324
14323
|
externalAppId: z.ZodOptional<z.ZodString>;
|
|
14325
|
-
}, z.core.$strip>;
|
|
14326
|
-
type ListActionInstancesForConnectionQuery = FindActionsQuery;
|
|
14327
|
-
declare const FindActionInstancesQuery: z.ZodObject<{
|
|
14328
14324
|
layer: z.ZodOptional<z.ZodEnum<{
|
|
14329
14325
|
connection: "connection";
|
|
14330
14326
|
integration: "integration";
|
|
14331
14327
|
universal: "universal";
|
|
14332
14328
|
}>>;
|
|
14329
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
14330
|
+
universalParentId: z.ZodOptional<z.ZodString>;
|
|
14331
|
+
}, z.core.$strip>;
|
|
14332
|
+
type ListActionInstancesForConnectionQuery = FindActionsQuery;
|
|
14333
|
+
declare const FindActionInstancesQuery: z.ZodObject<{
|
|
14333
14334
|
integrationKey: z.ZodOptional<z.ZodString>;
|
|
14334
14335
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
14335
14336
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
@@ -14338,12 +14339,17 @@ declare const FindActionInstancesQuery: z.ZodObject<{
|
|
|
14338
14339
|
limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
|
|
14339
14340
|
cursor: z.ZodOptional<z.ZodString>;
|
|
14340
14341
|
includeArchived: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14341
|
-
parentId: z.ZodOptional<z.ZodString>;
|
|
14342
|
-
universalParentId: z.ZodOptional<z.ZodString>;
|
|
14343
14342
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
14344
14343
|
userId: z.ZodOptional<z.ZodString>;
|
|
14345
14344
|
isUniversal: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14346
14345
|
externalAppId: z.ZodOptional<z.ZodString>;
|
|
14346
|
+
layer: z.ZodOptional<z.ZodEnum<{
|
|
14347
|
+
connection: "connection";
|
|
14348
|
+
integration: "integration";
|
|
14349
|
+
universal: "universal";
|
|
14350
|
+
}>>;
|
|
14351
|
+
parentId: z.ZodOptional<z.ZodString>;
|
|
14352
|
+
universalParentId: z.ZodOptional<z.ZodString>;
|
|
14347
14353
|
}, z.core.$strip>;
|
|
14348
14354
|
type FindActionInstancesQuery = FindActionsQuery;
|
|
14349
14355
|
interface ActionSelector extends IntegrationSpecificElementSelector {
|
|
@@ -14702,8 +14708,6 @@ declare const ListExternalAppsQuery: z.ZodObject<{
|
|
|
14702
14708
|
cursor: z.ZodOptional<z.ZodString>;
|
|
14703
14709
|
search: z.ZodOptional<z.ZodString>;
|
|
14704
14710
|
category: z.ZodOptional<z.ZodString>;
|
|
14705
|
-
hasAuth: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14706
|
-
hasData: z.ZodOptional<z.ZodPipe<z.ZodTransform<boolean, unknown>, z.ZodBoolean>>;
|
|
14707
14711
|
}, z.core.$strip>;
|
|
14708
14712
|
type ListExternalAppsQuery = z.infer<typeof ListExternalAppsQuery>;
|
|
14709
14713
|
|
|
@@ -15395,8 +15399,6 @@ declare enum AlertType {
|
|
|
15395
15399
|
apiRequestsPerCustomerPerHour = "apiRequestsPerCustomerPerHour",
|
|
15396
15400
|
webhookRequestsPerCustomerPerSecond = "webhookRequestsPerCustomerPerSecond",
|
|
15397
15401
|
webhookRequestsPerCustomerPerHour = "webhookRequestsPerCustomerPerHour",
|
|
15398
|
-
totalUsagePerDay = "totalUsagePerDay",
|
|
15399
|
-
totalUsagePer30Days = "totalUsagePer30Days",
|
|
15400
15402
|
testAlert = "testAlert"
|
|
15401
15403
|
}
|
|
15402
15404
|
declare enum AlertCategory {
|
|
@@ -15418,8 +15420,6 @@ declare const ALERT_TYPE_CATEGORIES: {
|
|
|
15418
15420
|
readonly apiRequestsPerCustomerPerHour: AlertCategory.CUSTOMER_RATE_LIMIT;
|
|
15419
15421
|
readonly webhookRequestsPerCustomerPerSecond: AlertCategory.CUSTOMER_RATE_LIMIT;
|
|
15420
15422
|
readonly webhookRequestsPerCustomerPerHour: AlertCategory.CUSTOMER_RATE_LIMIT;
|
|
15421
|
-
readonly totalUsagePerDay: AlertCategory.USAGE;
|
|
15422
|
-
readonly totalUsagePer30Days: AlertCategory.USAGE;
|
|
15423
15423
|
readonly testAlert: AlertCategory.TEST;
|
|
15424
15424
|
};
|
|
15425
15425
|
type AlertsByCategory<C extends AlertCategory> = {
|
|
@@ -15449,8 +15449,6 @@ declare const AlertSchema: z.ZodObject<{
|
|
|
15449
15449
|
apiRequestsPerCustomerPerHour: AlertType.apiRequestsPerCustomerPerHour;
|
|
15450
15450
|
webhookRequestsPerCustomerPerSecond: AlertType.webhookRequestsPerCustomerPerSecond;
|
|
15451
15451
|
webhookRequestsPerCustomerPerHour: AlertType.webhookRequestsPerCustomerPerHour;
|
|
15452
|
-
totalUsagePerDay: AlertType.totalUsagePerDay;
|
|
15453
|
-
totalUsagePer30Days: AlertType.totalUsagePer30Days;
|
|
15454
15452
|
testAlert: AlertType.testAlert;
|
|
15455
15453
|
}>;
|
|
15456
15454
|
workspaceId: z.ZodString;
|
|
@@ -15496,8 +15494,6 @@ declare const AlertDeliverySettingsSchema: z.ZodObject<{
|
|
|
15496
15494
|
apiRequestsPerCustomerPerHour: AlertType.apiRequestsPerCustomerPerHour;
|
|
15497
15495
|
webhookRequestsPerCustomerPerSecond: AlertType.webhookRequestsPerCustomerPerSecond;
|
|
15498
15496
|
webhookRequestsPerCustomerPerHour: AlertType.webhookRequestsPerCustomerPerHour;
|
|
15499
|
-
totalUsagePerDay: AlertType.totalUsagePerDay;
|
|
15500
|
-
totalUsagePer30Days: AlertType.totalUsagePer30Days;
|
|
15501
15497
|
testAlert: AlertType.testAlert;
|
|
15502
15498
|
}>, z.ZodOptional<z.ZodObject<{
|
|
15503
15499
|
internal: z.ZodLiteral<true>;
|
|
@@ -15552,7 +15548,8 @@ declare enum ParallelExecutionLimits {
|
|
|
15552
15548
|
ParallelEventLogs = "parallelEventLogs",
|
|
15553
15549
|
ParallelEventLogsPerConnection = "parallelEventLogsPerConnection",
|
|
15554
15550
|
ParallelPathfinderAgentSessions = "parallelPathfinderAgentSessions",
|
|
15555
|
-
ParallelInstantTasksActiveJobs = "parallelInstantTasksActiveJobs"
|
|
15551
|
+
ParallelInstantTasksActiveJobs = "parallelInstantTasksActiveJobs",
|
|
15552
|
+
ParallelCustomCodeRuns = "parallelCustomCodeRuns"
|
|
15556
15553
|
}
|
|
15557
15554
|
declare enum RateLimits {
|
|
15558
15555
|
fileUploadsMbPerHour = "fileUploadsMbPerHour",
|
|
@@ -15574,6 +15571,7 @@ declare enum WorkspaceSizeLimits {
|
|
|
15574
15571
|
declare enum CustomerLimits {
|
|
15575
15572
|
ParallelApiRequestsPerCustomer = "parallelApiRequestsPerCustomer",
|
|
15576
15573
|
ParallelBackgroundJobsPerCustomer = "parallelBackgroundJobsPerCustomer",
|
|
15574
|
+
ParallelCustomCodeRunsPerCustomer = "parallelCustomCodeRunsPerCustomer",
|
|
15577
15575
|
ApiRequestsPerCustomerPerSecond = "apiRequestsPerCustomerPerSecond",
|
|
15578
15576
|
ApiRequestsPerCustomerPerHour = "apiRequestsPerCustomerPerHour",
|
|
15579
15577
|
WebhookRequestsPerCustomerPerSecond = "webhookRequestsPerCustomerPerSecond",
|
|
@@ -15662,6 +15660,11 @@ declare const WorkspaceLimitsSchema: z$1.ZodObject<{
|
|
|
15662
15660
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15663
15661
|
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15664
15662
|
}, z$1.core.$strip>>;
|
|
15663
|
+
parallelCustomCodeRuns: z$1.ZodOptional<z$1.ZodObject<{
|
|
15664
|
+
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15665
|
+
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15666
|
+
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15667
|
+
}, z$1.core.$strip>>;
|
|
15665
15668
|
ParallelWriteDatabaseRequests: z$1.ZodOptional<z$1.ZodObject<{
|
|
15666
15669
|
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15667
15670
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -15742,6 +15745,11 @@ declare const WorkspaceLimitsSchema: z$1.ZodObject<{
|
|
|
15742
15745
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15743
15746
|
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15744
15747
|
}, z$1.core.$strip>>;
|
|
15748
|
+
parallelCustomCodeRunsPerCustomer: z$1.ZodOptional<z$1.ZodObject<{
|
|
15749
|
+
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15750
|
+
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15751
|
+
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15752
|
+
}, z$1.core.$strip>>;
|
|
15745
15753
|
apiRequestsPerCustomerPerSecond: z$1.ZodOptional<z$1.ZodObject<{
|
|
15746
15754
|
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15747
15755
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -15895,6 +15903,11 @@ declare const AppSchema: z$1.ZodObject<{
|
|
|
15895
15903
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15896
15904
|
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15897
15905
|
}, z$1.core.$strip>>;
|
|
15906
|
+
parallelCustomCodeRuns: z$1.ZodOptional<z$1.ZodObject<{
|
|
15907
|
+
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15908
|
+
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15909
|
+
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15910
|
+
}, z$1.core.$strip>>;
|
|
15898
15911
|
ParallelWriteDatabaseRequests: z$1.ZodOptional<z$1.ZodObject<{
|
|
15899
15912
|
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15900
15913
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -15975,6 +15988,11 @@ declare const AppSchema: z$1.ZodObject<{
|
|
|
15975
15988
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15976
15989
|
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15977
15990
|
}, z$1.core.$strip>>;
|
|
15991
|
+
parallelCustomCodeRunsPerCustomer: z$1.ZodOptional<z$1.ZodObject<{
|
|
15992
|
+
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15993
|
+
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15994
|
+
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
15995
|
+
}, z$1.core.$strip>>;
|
|
15978
15996
|
apiRequestsPerCustomerPerSecond: z$1.ZodOptional<z$1.ZodObject<{
|
|
15979
15997
|
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
15980
15998
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -16037,8 +16055,6 @@ declare const AppSchema: z$1.ZodObject<{
|
|
|
16037
16055
|
apiRequestsPerCustomerPerHour: AlertType.apiRequestsPerCustomerPerHour;
|
|
16038
16056
|
webhookRequestsPerCustomerPerSecond: AlertType.webhookRequestsPerCustomerPerSecond;
|
|
16039
16057
|
webhookRequestsPerCustomerPerHour: AlertType.webhookRequestsPerCustomerPerHour;
|
|
16040
|
-
totalUsagePerDay: AlertType.totalUsagePerDay;
|
|
16041
|
-
totalUsagePer30Days: AlertType.totalUsagePer30Days;
|
|
16042
16058
|
testAlert: AlertType.testAlert;
|
|
16043
16059
|
}>, z$1.ZodOptional<z$1.ZodObject<{
|
|
16044
16060
|
internal: z$1.ZodLiteral<true>;
|
|
@@ -16141,6 +16157,11 @@ declare const Workspace: z$1.ZodObject<{
|
|
|
16141
16157
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16142
16158
|
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
16143
16159
|
}, z$1.core.$strip>>;
|
|
16160
|
+
parallelCustomCodeRuns: z$1.ZodOptional<z$1.ZodObject<{
|
|
16161
|
+
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16162
|
+
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16163
|
+
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
16164
|
+
}, z$1.core.$strip>>;
|
|
16144
16165
|
ParallelWriteDatabaseRequests: z$1.ZodOptional<z$1.ZodObject<{
|
|
16145
16166
|
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16146
16167
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -16221,6 +16242,11 @@ declare const Workspace: z$1.ZodObject<{
|
|
|
16221
16242
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16222
16243
|
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
16223
16244
|
}, z$1.core.$strip>>;
|
|
16245
|
+
parallelCustomCodeRunsPerCustomer: z$1.ZodOptional<z$1.ZodObject<{
|
|
16246
|
+
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16247
|
+
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16248
|
+
unit: z$1.ZodEnum<typeof LimitUnits>;
|
|
16249
|
+
}, z$1.core.$strip>>;
|
|
16224
16250
|
apiRequestsPerCustomerPerSecond: z$1.ZodOptional<z$1.ZodObject<{
|
|
16225
16251
|
value: z$1.ZodOptional<z$1.ZodNumber>;
|
|
16226
16252
|
defaultValue: z$1.ZodOptional<z$1.ZodNumber>;
|
|
@@ -16283,8 +16309,6 @@ declare const Workspace: z$1.ZodObject<{
|
|
|
16283
16309
|
apiRequestsPerCustomerPerHour: AlertType.apiRequestsPerCustomerPerHour;
|
|
16284
16310
|
webhookRequestsPerCustomerPerSecond: AlertType.webhookRequestsPerCustomerPerSecond;
|
|
16285
16311
|
webhookRequestsPerCustomerPerHour: AlertType.webhookRequestsPerCustomerPerHour;
|
|
16286
|
-
totalUsagePerDay: AlertType.totalUsagePerDay;
|
|
16287
|
-
totalUsagePer30Days: AlertType.totalUsagePer30Days;
|
|
16288
16312
|
testAlert: AlertType.testAlert;
|
|
16289
16313
|
}>, z$1.ZodOptional<z$1.ZodObject<{
|
|
16290
16314
|
internal: z$1.ZodLiteral<true>;
|
|
@@ -16522,6 +16546,24 @@ declare const OrgSchema: z.ZodObject<{
|
|
|
16522
16546
|
infraAutoChargeMonthlyLimit: z.ZodOptional<z.ZodNumber>;
|
|
16523
16547
|
effectiveFeatureFlags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodBoolean>>;
|
|
16524
16548
|
}, z.core.$strip>;
|
|
16549
|
+
declare const EngineCreditsProjectionResponse: z.ZodObject<{
|
|
16550
|
+
averageDailyUsage: z.ZodNumber;
|
|
16551
|
+
daysRemainingInMonth: z.ZodNumber;
|
|
16552
|
+
totalBudget: z.ZodNumber;
|
|
16553
|
+
budgetBreakdown: z.ZodObject<{
|
|
16554
|
+
currentCredits: z.ZodNumber;
|
|
16555
|
+
freeMonthlyRefill: z.ZodNumber;
|
|
16556
|
+
autoPurchaseBudget: z.ZodNumber;
|
|
16557
|
+
}, z.core.$strip>;
|
|
16558
|
+
dailyProjections: z.ZodArray<z.ZodObject<{
|
|
16559
|
+
date: z.ZodString;
|
|
16560
|
+
projectedUsage: z.ZodNumber;
|
|
16561
|
+
projectedBalance: z.ZodNumber;
|
|
16562
|
+
}, z.core.$strip>>;
|
|
16563
|
+
daysUntilExhaustion: z.ZodNullable<z.ZodNumber>;
|
|
16564
|
+
willRunOut: z.ZodBoolean;
|
|
16565
|
+
}, z.core.$strip>;
|
|
16566
|
+
type EngineCreditsProjection = z.infer<typeof EngineCreditsProjectionResponse>;
|
|
16525
16567
|
declare const AccountResponse: z.ZodObject<{
|
|
16526
16568
|
user: z.ZodOptional<z.ZodObject<{
|
|
16527
16569
|
id: z.ZodString;
|
|
@@ -16689,6 +16731,11 @@ declare const AccountResponse: z.ZodObject<{
|
|
|
16689
16731
|
defaultValue: z.ZodOptional<z.ZodNumber>;
|
|
16690
16732
|
unit: z.ZodEnum<typeof LimitUnits>;
|
|
16691
16733
|
}, z.core.$strip>>;
|
|
16734
|
+
parallelCustomCodeRuns: z.ZodOptional<z.ZodObject<{
|
|
16735
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
16736
|
+
defaultValue: z.ZodOptional<z.ZodNumber>;
|
|
16737
|
+
unit: z.ZodEnum<typeof LimitUnits>;
|
|
16738
|
+
}, z.core.$strip>>;
|
|
16692
16739
|
ParallelWriteDatabaseRequests: z.ZodOptional<z.ZodObject<{
|
|
16693
16740
|
value: z.ZodOptional<z.ZodNumber>;
|
|
16694
16741
|
defaultValue: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16769,6 +16816,11 @@ declare const AccountResponse: z.ZodObject<{
|
|
|
16769
16816
|
defaultValue: z.ZodOptional<z.ZodNumber>;
|
|
16770
16817
|
unit: z.ZodEnum<typeof LimitUnits>;
|
|
16771
16818
|
}, z.core.$strip>>;
|
|
16819
|
+
parallelCustomCodeRunsPerCustomer: z.ZodOptional<z.ZodObject<{
|
|
16820
|
+
value: z.ZodOptional<z.ZodNumber>;
|
|
16821
|
+
defaultValue: z.ZodOptional<z.ZodNumber>;
|
|
16822
|
+
unit: z.ZodEnum<typeof LimitUnits>;
|
|
16823
|
+
}, z.core.$strip>>;
|
|
16772
16824
|
apiRequestsPerCustomerPerSecond: z.ZodOptional<z.ZodObject<{
|
|
16773
16825
|
value: z.ZodOptional<z.ZodNumber>;
|
|
16774
16826
|
defaultValue: z.ZodOptional<z.ZodNumber>;
|
|
@@ -16831,8 +16883,6 @@ declare const AccountResponse: z.ZodObject<{
|
|
|
16831
16883
|
apiRequestsPerCustomerPerHour: AlertType.apiRequestsPerCustomerPerHour;
|
|
16832
16884
|
webhookRequestsPerCustomerPerSecond: AlertType.webhookRequestsPerCustomerPerSecond;
|
|
16833
16885
|
webhookRequestsPerCustomerPerHour: AlertType.webhookRequestsPerCustomerPerHour;
|
|
16834
|
-
totalUsagePerDay: AlertType.totalUsagePerDay;
|
|
16835
|
-
totalUsagePer30Days: AlertType.totalUsagePer30Days;
|
|
16836
16886
|
testAlert: AlertType.testAlert;
|
|
16837
16887
|
}>, z.ZodOptional<z.ZodObject<{
|
|
16838
16888
|
internal: z.ZodLiteral<true>;
|
|
@@ -18244,6 +18294,25 @@ type FunctionDefinition = z.infer<typeof FunctionDefinition>;
|
|
|
18244
18294
|
declare function addUndefinedWriteableProperties<T extends z.ZodTypeAny>(value: Record<string, unknown>, schema: T): z.infer<T>;
|
|
18245
18295
|
declare function lenientParseWithSchema<T extends z.ZodTypeAny>(data: unknown, schema: T): z.infer<T>;
|
|
18246
18296
|
|
|
18297
|
+
declare enum AsyncRequestStatus {
|
|
18298
|
+
PENDING = "pending",
|
|
18299
|
+
ACTIVE = "active",
|
|
18300
|
+
COMPLETED = "completed",
|
|
18301
|
+
FAILED = "failed"
|
|
18302
|
+
}
|
|
18303
|
+
type AsyncRequestStatusResponse<T = Record<string, any>> = {
|
|
18304
|
+
id: string;
|
|
18305
|
+
status: AsyncRequestStatus;
|
|
18306
|
+
progress?: number;
|
|
18307
|
+
result?: T;
|
|
18308
|
+
error?: z.infer<typeof ErrorDataSchema>;
|
|
18309
|
+
};
|
|
18310
|
+
declare const AsyncRequestTriggerResponse: z.ZodObject<{
|
|
18311
|
+
jobId: z.ZodString;
|
|
18312
|
+
accessKey: z.ZodString;
|
|
18313
|
+
}, z.core.$strip>;
|
|
18314
|
+
type AsyncRequestTriggerResponse = z.infer<typeof AsyncRequestTriggerResponse>;
|
|
18315
|
+
|
|
18247
18316
|
interface OpenMembraneConfigurationOptions extends OpenConfigurationOptions {
|
|
18248
18317
|
}
|
|
18249
18318
|
declare class MembraneClient extends MembraneApiClient {
|
|
@@ -18296,5 +18365,5 @@ declare class MembraneClient extends MembraneApiClient {
|
|
|
18296
18365
|
connectionRequest(connectionId: string, uri: string, data?: any): Promise<any>;
|
|
18297
18366
|
}
|
|
18298
18367
|
|
|
18299
|
-
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, ActivityStatsQuery, AgentName, AgentSession, AgentSessionInputSchema, AgentSessionState, AgentSessionStatus, 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, BackwardCompatibleDataSourceEditableProperties, BadRequestError, BadRequestErrorKey, BaseAction, BaseActionInstance, BaseActionRunLogRecord, BaseAppDataSchema, BaseAppDataSchemaInstance, BaseAppEventSubscription, BaseAppEventType, 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, BasePackage, BaseScreen, BaseWorkspaceElement, 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, CommonFindElementsQuery, CommonFindInstancesQuery, CommonInstancesListQuery, CommonIntegrationOrConnectionQuery, CommonListElementsQuery, ConcurrencyError, ConcurrencyErrorKey, ConfigurationError, ConfigurationState, ConnectionAccessor, ConnectionApiResponse, ConnectionApiResponseWithSecrets, ConnectionDataCollectionAccessor, ConnectionError, ConnectionErrorKey, ConnectionLevelActionAccessor, ConnectionLevelActionsAccessor, ConnectionLevelDataSourceAccessor, ConnectionLevelDataSourcesAccessor, ConnectionLevelFieldMappingAccessor, ConnectionLevelFieldMappingsAccessor, ConnectionLevelFlowAccessor, ConnectionLevelFlowsAccessor, ConnectionMessagePayload, ConnectionOperationAccessor, ConnectionProxy, ConnectionRequest, ConnectionSelector, ConnectionSpec, ConnectionsAccessor, Connector, ConnectorAuth, ConnectorAuthClientCredentials, ConnectorAuthHandlerBase, ConnectorAuthIntegrationAppToken, ConnectorAuthMembraneToken, ConnectorAuthMethodTypes, ConnectorAuthOAuth1, ConnectorAuthOAuth2, ConnectorAuthProxy, ConnectorAuthSpec, 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, CreateConnectionRequest, CreateConnectorRequest, CreateCustomerRequest, CreateDataLinkTableRequest, CreateDataSourceInstanceRequest, CreateDataSourceRequest, CreateFieldMappingRequest, CreateFlowNodeRequest, CreateFlowRequest, CreateFlowRunRequest, CreateIntegrationRequest, CreatePackageRequest, 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, DataLinkTablesAccessor, DataLocationMethodImplementationTypes, DataLocationPointer, DataLocationTypeCollection, DataLocatorStep, DataLocatorStepArrayItem, DataLocatorStepObjectProperty, DataLocatorStepType, DataRecordSchema, DataSchema, DataSourceAccessor, DataSourceApiResponse, DataSourceEditableProperties, DataSourceExportProperties, DataSourceInstanceAccessor, DataSourceInstanceApiResponse, DataSourceInstancesAccessor, DataSourceUnitConfig, DataSourcesAccessor, DependencyError, DownstreamFlowNodeRunSchema, EDITABLE_LIMITS, ElementAccessor, ElementInstanceAccessor, ElementInstanceListAccessor, ElementListAccessor, ElementsExportFields, EngineWorkspaceSettingsSchema, ErrorData, ErrorDataSchema, ErrorType, 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, FindAppEventSubscriptionsQuery, FindAppEventTypesQuery, FindAppEventsQuery, FindConnectionsQuery, FindConnectionsResponse, FindCustomersQuery, FindDataLinkTableInstanceLinksQuery, FindDataLinkTableInstancesQuery, FindDataLinkTablesQuery, FindDataLinksInTableQuery, FindDataLinksQuery, FindDataLinksResponse, FindDataSourceEventsQuery, FindDataSourceInstanceQuery, FindDataSourceInstanceSyncsQuery, FindDataSourceInstancesQuery, FindDataSourceSyncsQuery, FindDataSourcesQuery, FindExternalEventPullsQuery, FindFieldMappingsQuery, FindFlowInstancesQuery, FindFlowRunsQuery, FindFlowRunsResponse, FindFlowsQuery, FindIntegrationLevelMembraneInterfaceQuery, FindIntegrationsQuery, FindPackagesQuery, FindScreensQuery, FlowAccessor, FlowApiResponse, FlowEditableProperties, FlowExportProperties, FlowInstanceAccessor, FlowInstanceApiResponse, FlowInstanceNode, FlowInstanceNodeState, FlowInstanceSetupError, FlowInstancesAccessor, FlowNode, FlowNodeLink, FlowNodeRunOutputMetadataSchema, FlowNodeRunOutputSchema, FlowNodeRunOutputWithoutDownstreamRunsSchema, FlowNodeRunParametersSchema, FlowNodeRunRecordSchema, FlowNodeRunRecordWithoutOutputsDataSchema, FlowNodeRunResultSchema, FlowNodeRunStatus, FlowNodeSpec, FlowNodeType, FlowRunAccessor, FlowRunApiResponse, FlowRunError, FlowRunLaunchedBy, FlowRunLaunchedByApi, FlowRunLaunchedByTrigger, FlowRunNode, FlowRunNodeState, FlowRunState, FlowRunsAccessor, FlowRunsStatsQuery, FlowsAccessor, Formula, FullPlatformUser, FunctionDefinition, FunctionType, GenerateOptionsRequest, GeneratedConnectorOption, GenericFunctionDefinition, GraphQLApiMappingSchema, GraphQLFieldMappingSchema, GraphqlApiMappingFunction, HTTP_REQUEST_SCHEMA, HandyScenarioTemplateElement, HttpRequestMethod, HttpRequestSpec, IncludeArchivedQuery, 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, ListDataSourceInstancesForConnectionQuery, ListExternalAppsQuery, ListExternalEventLogRecordsQuery, ListExternalEventPullsQuery, ListExternalEventSubscriptionsQuery, ListFlowInstancesForConnectionQuery, ListPublicConnectorsQuery, ListPublicPackagesQuery, LogRecordType, 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, OpenapiMappingSchema, OperationMappingFunction, OperationMappingSchema, OrgFeatureFlagsSchema, OrgLimits, OrgLimitsType, OrgPlan, OrgSchema, OrgUserRole, OrgUserStatus, OrgWorkspaceSchema, 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, PlatformUserSchema, RATE_LIMITS, REFERENCE_ELEMENT_TYPE_SELF, RateLimitExceededError, RateLimits, RequestMappingSchema, ResetFlowInstanceOptions, RestApiMappingFunction, RestApiMappingSchema, RunActionRequest, RunFlowApiRequest, ScenarioAccessor, ScenarioTemplate, ScenarioTemplateCategory, ScenarioTemplateElements, ScenariosAccessor, ScreenAccessor, ScreenApiResponse, ScreenBlock, ScreenBlockType, ScreenType, ScreensAccessor, SearchQuery, SelfAccessor, StatsFilterQuery, UDM, UNIFIED_DATA_MODELS, UnitRunError, UpdateActionInstanceRequest, UpdateActionRequest, UpdateConnectionRequest, UpdateConnectorRequest, UpdateCustomerRequest, UpdateDataLinkTableRequest, UpdateDataSourceInstanceRequest, UpdateDataSourceRequest, UpdateFieldMappingRequest, UpdateFlowRequest, UpdateIntegrationRequest, UpdatePackageRequest, UpstreamFlowNodeRunSchema, UsageType, UserAccessor, UsersAccessor, WORKSPACE_SIZE_LIMITS, WebhookTypeEnum, Workspace, WorkspaceElementChangeType, WorkspaceElementDependencyType, WorkspaceElementSearchQuery, WorkspaceElementSearchResult, WorkspaceElementSpecs, WorkspaceElementState, WorkspaceElementType, WorkspaceEventType, WorkspaceLimitsSchema, WorkspaceNotificationType, WorkspaceOnboardingStep, 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, getDataCollectionCreateFields, getDataCollectionUpdateFields, getDataLocationMethodPath, getDownstreamNodeKeys, 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, 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, isSameDataLocation, isSchemaEmpty, isStream, isValidAlertType, isValidLocator, 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 };
|
|
18300
|
-
export type { Action, ActionInstance, ActionInstanceSelector, ActionRunLogRecord, ActionSelector, ActionSpec, AgentSessionInput, Alert, AlertDeliveryMethod, AlertDeliverySettings, AlertTypeDeliverySettings, App, AppCategory, AppDataSchema, AppDataSchemaInstance, AppDataSchemaInstanceSelector, AppEvent, AppEventSubscription, AppEventSubscriptionCreateRequest, AppEventSubscriptionSelector, AppEventSubscriptionUpdateRequest, AppEventType, BaseElementInstance, CaseFormulaValue, CaseFormulaValueItem, ConfigurationStateResult, Connection, ConnectionUiSpec, ConnectorApiType, ConnectorAuthOAuth1Config, ConnectorAuthOAuth2Config, ConnectorAuthOAuthConfig, ConnectorAuthType, ConnectorDataCollection, ConnectorDataCollectionBase, ConnectorDataCollectionEvent, ConnectorDataCollectionEventCustomPull, ConnectorDataCollectionEventFullScan, ConnectorDataCollectionEventImplementationTypeKey, ConnectorDataCollectionEventPullLatestRecords, ConnectorDataCollectionEventType, ConnectorDataCollectionEventWebhook, ConnectorDataCollectionMethod, ConnectorEventGlobalWebhookGetEventSelectorResponse, ConnectorEventHandler, ConnectorEventListItem, ConnectorEventSpec, ConnectorFunctionSpec, ConnectorGlobalWebhookHandleRequest, ConnectorGlobalWebhookHandleResponse, ConnectorGlobalWebhookHandler, ConnectorGlobalWebhookListItem, ConnectorGlobalWebhookSpec, ConnectorOperationHandler, ConnectorOperationMethod, CopilotActivityNotificationData, CreateAppDataSchemaInstanceRequest, CreateAppDataSchemaRequest, CreateAppEventSubscriptionRequest, CreateAppEventTypeRequest, CreateDataLinkRequest, CreateDataLinkTableInstanceRequest, CreateFieldMappingInstanceRequest, CreateFlowInstanceRequest, CreateScenarioTemplateRequest, CreateScreenRequest, 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, DataSourceInstance, DataSourceInstanceSelector, DataSourceSelector, DeleteDataLinkRequest, DownstreamFlowNodeRun, ElementInstanceFields, ElementInstanceSelector, ElementTemplateFields, EngineWorkspace, EngineWorkspaceSettings, EngineWorkspaceWithOrgData, ErrorConstructorArg, EvalOperator, ExternalEventApiResponse, ExternalEventCustomPullCollectEventsRequest, ExternalEventCustomPullCollectEventsResponse, ExternalEventCustomPullSubscribeResponse, ExternalEventLogRecord, ExternalEventPull, ExternalEventSubscription, ExternalEventWebhookHandleRequest, ExternalEventWebhookHandleResponse, ExternalEventWebhookRefreshRequest, ExternalEventWebhookRefreshResponse, ExternalEventWebhookSubscribeRequest, ExternalEventWebhookSubscribeResponse, ExternalEventWebhookUnsubscribeRequest, FieldMapping, FieldMappingInstance, FieldMappingInstanceSelector, FieldMappingSelector, FieldValueOption, FilterFieldMeta,
|
|
18368
|
+
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, ActivityStatsQuery, AgentName, AgentSession, AgentSessionInputSchema, AgentSessionState, AgentSessionStatus, 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, BackwardCompatibleDataSourceEditableProperties, BadRequestError, BadRequestErrorKey, BaseAction, BaseActionInstance, BaseActionRunLogRecord, BaseAppDataSchema, BaseAppDataSchemaInstance, BaseAppEventSubscription, BaseAppEventType, 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, BasePackage, BaseScreen, BaseWorkspaceElement, 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, CommonFindElementsQuery, CommonFindInstancesQuery, CommonInstancesListQuery, CommonIntegrationOrConnectionQuery, CommonListElementsQuery, ConcurrencyError, ConcurrencyErrorKey, ConfigurationError, ConfigurationState, ConnectionAccessor, ConnectionApiResponse, ConnectionApiResponseWithSecrets, ConnectionDataCollectionAccessor, ConnectionError, ConnectionErrorKey, ConnectionLevelActionAccessor, ConnectionLevelActionsAccessor, ConnectionLevelDataSourceAccessor, ConnectionLevelDataSourcesAccessor, ConnectionLevelFieldMappingAccessor, ConnectionLevelFieldMappingsAccessor, ConnectionLevelFlowAccessor, ConnectionLevelFlowsAccessor, ConnectionMessagePayload, ConnectionOperationAccessor, ConnectionProxy, ConnectionRequest, ConnectionSelector, ConnectionSpec, ConnectionsAccessor, Connector, ConnectorAuth, ConnectorAuthClientCredentials, ConnectorAuthHandlerBase, ConnectorAuthIntegrationAppToken, ConnectorAuthMembraneToken, ConnectorAuthMethodTypes, ConnectorAuthOAuth1, ConnectorAuthOAuth2, ConnectorAuthProxy, ConnectorAuthSpec, 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, CreateConnectionRequest, CreateConnectorRequest, CreateCustomerRequest, CreateDataLinkTableRequest, CreateDataSourceInstanceRequest, CreateDataSourceRequest, CreateFieldMappingRequest, CreateFlowNodeRequest, CreateFlowRequest, CreateFlowRunRequest, CreateIntegrationRequest, CreatePackageRequest, 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, DataLinkTablesAccessor, DataLocationMethodImplementationTypes, DataLocationPointer, DataLocationTypeCollection, DataLocatorStep, DataLocatorStepArrayItem, DataLocatorStepObjectProperty, DataLocatorStepType, DataRecordSchema, DataSchema, DataSourceAccessor, DataSourceApiResponse, DataSourceEditableProperties, DataSourceExportProperties, DataSourceInstanceAccessor, DataSourceInstanceApiResponse, DataSourceInstancesAccessor, DataSourceUnitConfig, DataSourcesAccessor, DependencyError, DownstreamFlowNodeRunSchema, EDITABLE_LIMITS, ElementAccessor, ElementInstanceAccessor, ElementInstanceListAccessor, ElementListAccessor, ElementsExportFields, EngineCreditsProjectionResponse, EngineWorkspaceSettingsSchema, ErrorData, ErrorDataSchema, ErrorType, 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, FindAppDataSchemaInstancesQuery, FindAppEventSubscriptionsQuery, FindAppEventTypesQuery, FindAppEventsQuery, FindConnectionsQuery, FindConnectionsResponse, FindCustomersQuery, FindDataLinkTableInstanceLinksQuery, FindDataLinkTableInstancesQuery, FindDataLinkTablesQuery, FindDataLinksInTableQuery, FindDataLinksQuery, FindDataLinksResponse, FindDataSourceEventsQuery, FindDataSourceInstanceQuery, FindDataSourceInstanceSyncsQuery, FindDataSourceInstancesQuery, FindDataSourceSyncsQuery, FindDataSourcesQuery, FindExternalEventPullsQuery, FindFieldMappingsQuery, FindFlowInstancesQuery, FindFlowRunsQuery, FindFlowRunsResponse, FindFlowsQuery, FindIntegrationLevelMembraneInterfaceQuery, FindIntegrationsQuery, FindPackagesQuery, FindScreensQuery, FlowAccessor, FlowApiResponse, FlowEditableProperties, FlowExportProperties, FlowInstanceAccessor, FlowInstanceApiResponse, FlowInstanceNode, FlowInstanceNodeState, FlowInstanceSetupError, FlowInstancesAccessor, FlowNode, FlowNodeLink, FlowNodeRunOutputMetadataSchema, FlowNodeRunOutputSchema, FlowNodeRunOutputWithoutDownstreamRunsSchema, FlowNodeRunParametersSchema, FlowNodeRunRecordSchema, FlowNodeRunRecordWithoutOutputsDataSchema, FlowNodeRunResultSchema, FlowNodeRunStatus, FlowNodeSpec, FlowNodeType, FlowRunAccessor, FlowRunApiResponse, FlowRunError, FlowRunLaunchedBy, FlowRunLaunchedByApi, FlowRunLaunchedByTrigger, FlowRunNode, FlowRunNodeState, FlowRunState, FlowRunsAccessor, FlowRunsStatsQuery, FlowsAccessor, Formula, FullPlatformUser, FunctionDefinition, FunctionType, GenerateOptionsRequest, GeneratedConnectorOption, GenericFunctionDefinition, GraphQLApiMappingSchema, GraphQLFieldMappingSchema, GraphqlApiMappingFunction, HTTP_REQUEST_SCHEMA, HandyScenarioTemplateElement, HttpRequestMethod, HttpRequestSpec, IncludeArchivedQuery, 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, ListDataSourceInstancesForConnectionQuery, ListExternalAppsQuery, ListExternalEventLogRecordsQuery, ListExternalEventPullsQuery, ListExternalEventSubscriptionsQuery, ListFlowInstancesForConnectionQuery, ListPublicConnectorsQuery, ListPublicPackagesQuery, LogRecordType, 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, OpenapiMappingSchema, OperationMappingFunction, OperationMappingSchema, OrgFeatureFlagsSchema, OrgLimits, OrgLimitsType, OrgPlan, OrgSchema, OrgUserRole, OrgUserStatus, OrgWorkspaceSchema, 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, PlatformUserSchema, RATE_LIMITS, REFERENCE_ELEMENT_TYPE_SELF, RateLimitExceededError, RateLimits, RequestMappingSchema, ResetFlowInstanceOptions, RestApiMappingFunction, RestApiMappingSchema, RunActionRequest, RunFlowApiRequest, ScenarioAccessor, ScenarioTemplate, ScenarioTemplateCategory, ScenarioTemplateElements, ScenariosAccessor, ScreenAccessor, ScreenApiResponse, ScreenBlock, ScreenBlockType, ScreenType, ScreensAccessor, SearchQuery, SelfAccessor, StatsFilterQuery, UDM, UNIFIED_DATA_MODELS, UnitRunError, UpdateActionInstanceRequest, UpdateActionRequest, UpdateConnectionRequest, UpdateConnectorRequest, UpdateCustomerRequest, UpdateDataLinkTableRequest, UpdateDataSourceInstanceRequest, UpdateDataSourceRequest, UpdateFieldMappingRequest, UpdateFlowRequest, UpdateIntegrationRequest, UpdatePackageRequest, UpstreamFlowNodeRunSchema, UsageType, UserAccessor, UsersAccessor, WORKSPACE_SIZE_LIMITS, WebhookTypeEnum, Workspace, WorkspaceElementChangeType, WorkspaceElementDependencyType, WorkspaceElementSearchQuery, WorkspaceElementSearchResult, WorkspaceElementSpecs, WorkspaceElementState, WorkspaceElementType, WorkspaceEventType, WorkspaceLimitsSchema, WorkspaceNotificationType, WorkspaceOnboardingStep, 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, getDataCollectionCreateFields, getDataCollectionUpdateFields, getDataLocationMethodPath, getDownstreamNodeKeys, 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, 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, isSameDataLocation, isSchemaEmpty, isStream, isValidAlertType, isValidLocator, 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 };
|
|
18369
|
+
export type { Action, ActionInstance, ActionInstanceSelector, ActionRunLogRecord, ActionSelector, ActionSpec, AgentSessionInput, Alert, AlertDeliveryMethod, AlertDeliverySettings, AlertTypeDeliverySettings, App, AppCategory, AppDataSchema, AppDataSchemaInstance, AppDataSchemaInstanceSelector, AppEvent, AppEventSubscription, AppEventSubscriptionCreateRequest, AppEventSubscriptionSelector, AppEventSubscriptionUpdateRequest, AppEventType, AsyncRequestStatusResponse, BaseElementInstance, CaseFormulaValue, CaseFormulaValueItem, ConfigurationStateResult, Connection, ConnectionUiSpec, ConnectorApiType, ConnectorAuthOAuth1Config, ConnectorAuthOAuth2Config, ConnectorAuthOAuthConfig, ConnectorAuthType, ConnectorDataCollection, ConnectorDataCollectionBase, ConnectorDataCollectionEvent, ConnectorDataCollectionEventCustomPull, ConnectorDataCollectionEventFullScan, ConnectorDataCollectionEventImplementationTypeKey, ConnectorDataCollectionEventPullLatestRecords, ConnectorDataCollectionEventType, ConnectorDataCollectionEventWebhook, ConnectorDataCollectionMethod, ConnectorEventGlobalWebhookGetEventSelectorResponse, ConnectorEventHandler, ConnectorEventListItem, ConnectorEventSpec, ConnectorFunctionSpec, ConnectorGlobalWebhookHandleRequest, ConnectorGlobalWebhookHandleResponse, ConnectorGlobalWebhookHandler, ConnectorGlobalWebhookListItem, ConnectorGlobalWebhookSpec, ConnectorOperationHandler, ConnectorOperationMethod, CopilotActivityNotificationData, CreateAppDataSchemaInstanceRequest, CreateAppDataSchemaRequest, CreateAppEventSubscriptionRequest, CreateAppEventTypeRequest, CreateDataLinkRequest, CreateDataLinkTableInstanceRequest, CreateFieldMappingInstanceRequest, CreateFlowInstanceRequest, CreateScenarioTemplateRequest, CreateScreenRequest, 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, DataSourceInstance, DataSourceInstanceSelector, DataSourceSelector, 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, FieldMappingInstance, FieldMappingInstanceSelector, FieldMappingSelector, FieldValueOption, FilterFieldMeta, FindAppDataSchemasQuery, FindDataLinkQuery, FindDataSourceInstancesResponse, FindExternalEventLogsQuery, FindExternalEventSubscriptionsQuery, FindFieldMappingInstancesQuery, 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, OpenActionConfigurationOptions, OpenDataSourceConfigurationOptions, OpenFieldMappingInstanceConfigurationOptions, OpenFlowInstanceConfigurationOptions, OpenFlowInstanceEditorOptions, OpenFlowRunEditorOptions, OpenNewConnectionOptions, OpenapiMapping, OperationListItem, OperationMapping, OperationRunRequest, OperationRunResponse, OperationSpec, Org, OrgFeatureFlags, OrgUser, OrgWorkspace, Package, PatchAgentSession, PatchSchemaOption, PlatformUser, PullLatestRecordsEventOutput, RateLimitAlerts, ResolveFormulaParams, RestApiClientConstructorOptions, RestApiClientInput, RestApiClientOptions, RestApiClientOutput, RestApiClientOverride, RestApiClientResponseHandler, RestApiMapping, RunFlowOptions, Scenario, ScenarioTemplateElementOverride, ScenarioTemplateElementsApi, ScenarioTemplateIntegration, ScenarioTemplateKeyCollision, Screen, ScreenBlockApi, ScreenSelector, Self, TestAlerts, UnifiedDataModel, UpdateAppDataSchemaInstanceRequest, UpdateAppDataSchemaRequest, UpdateAppEventSubscriptionRequest, UpdateAppEventTypeRequest, UpdateDataLinkTableInstanceRequest, UpdateFieldMappingInstanceRequest, UpdateFlowInstanceRequest, UpdateScenarioTemplateRequest, UpdateScreenRequest, UpdateUserRequest, UpstreamFlowNodeRun, UsageAlerts, UsageEntry, UsageWithCredits, User, UserSelector, UserWorkspaceSettings, ValueToSchemaOptions, Webhook, WebhookType, WithExecutionLogs, WorkspaceElementCalculateStateResult, WorkspaceElementChange, WorkspaceElementDependency, WorkspaceElementReference, WorkspaceElementSpec, WorkspaceElements, WorkspaceExport, WorkspaceExportComparison, WorkspaceExportComparisonOptions, WorkspaceExportComparisonResult, WorkspaceLimit, WorkspaceLimits, WorkspaceNotification, WorkspaceSettings, WorkspaceSyncEvent, WorkspaceUpdate, WorkspaceUser };
|