@membranehq/sdk 0.8.3 → 0.8.5
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 +430 -293
- package/dist/bundle.js +123 -103
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/action-instances-accessors.d.ts +1 -16
- package/dist/dts/accessors/actions-accessors.d.ts +26 -7
- package/dist/dts/accessors/actions-accessors.test.d.ts +1 -0
- package/dist/dts/accessors/connections-accessors.d.ts +5 -5
- package/dist/dts/accessors/integrations-accessors.d.ts +5 -5
- package/dist/dts/agent/session.d.ts +41 -0
- package/dist/dts/alerts/types.d.ts +2 -1
- package/dist/dts/entity-repository.d.ts +0 -1
- package/dist/dts/formulas/dataSchemaRef.d.ts +3 -3
- package/dist/dts/index.browser.d.ts +3 -1
- package/dist/dts/orgs/types.d.ts +10 -1
- package/dist/dts/usage/types.d.ts +4 -2
- package/dist/dts/validation/types.d.ts +2 -0
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +12 -10
- package/dist/dts/workspace-elements/api/actions-api.d.ts +85 -63
- package/dist/dts/workspace-elements/api/app-data-schema-instances-api.d.ts +5 -5
- package/dist/dts/workspace-elements/api/app-data-schemas-api.d.ts +2 -2
- package/dist/dts/workspace-elements/api/app-event-log-records-api.d.ts +9 -8
- package/dist/dts/workspace-elements/api/app-event-subscriptions-api.d.ts +9 -8
- package/dist/dts/workspace-elements/api/app-event-types-api.d.ts +3 -2
- package/dist/dts/workspace-elements/api/connections-api.d.ts +3 -3
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +7 -7
- package/dist/dts/workspace-elements/api/data-link-tables-api.d.ts +2 -2
- package/dist/dts/workspace-elements/api/data-source-instances-api.d.ts +13 -8
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +42 -12
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +8 -7
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +8 -7
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +7 -6
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +8 -6
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +28 -19
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +46 -20
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +14 -14
- package/dist/dts/workspace-elements/api/flows-api.d.ts +83 -40
- package/dist/dts/workspace-elements/api/integrations-api.d.ts +3 -3
- package/dist/dts/workspace-elements/api/packages-api.d.ts +70 -13
- package/dist/dts/workspace-elements/base/action-instances/types.d.ts +8 -6
- package/dist/dts/workspace-elements/base/actions/index.d.ts +33 -11
- package/dist/dts/workspace-elements/base/app-data-schema-instances/types.d.ts +1 -1
- package/dist/dts/workspace-elements/base/app-data-schemas/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/app-event-subscriptions/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/app-event-types/types.d.ts +3 -2
- package/dist/dts/workspace-elements/base/connectors/types.d.ts +2 -0
- package/dist/dts/workspace-elements/base/data-link-table-instances/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/data-link-tables/types.d.ts +2 -2
- package/dist/dts/workspace-elements/base/data-source-instances/types.d.ts +3 -3
- package/dist/dts/workspace-elements/base/data-sources/index.d.ts +30 -3
- package/dist/dts/workspace-elements/base/external-event-subscriptions/types.d.ts +6 -4
- package/dist/dts/workspace-elements/base/external-events/types.d.ts +6 -4
- package/dist/dts/workspace-elements/base/field-mapping-instances/types.d.ts +1 -1
- package/dist/dts/workspace-elements/base/field-mappings/index.d.ts +31 -3
- package/dist/dts/workspace-elements/base/flow-instances/types.d.ts +1 -1
- package/dist/dts/workspace-elements/base/flows/index.d.ts +53 -3
- package/dist/dts/workspace-elements/base/integrations/types.d.ts +18 -4
- package/dist/dts/workspace-elements/base/packages/index.d.ts +35 -6
- package/dist/dts/workspace-elements/paths.d.ts +8 -0
- package/dist/dts/workspace-elements/paths.test.d.ts +1 -0
- package/dist/dts/workspace-elements/types.d.ts +33 -11
- package/dist/dts/workspace-elements-catalog/index.d.ts +2 -0
- package/dist/dts/workspaces/types.d.ts +0 -1
- package/dist/index.browser.d.mts +6690 -6383
- package/dist/index.browser.d.ts +6690 -6383
- package/dist/index.browser.js +310 -289
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +294 -289
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +8742 -8435
- package/dist/index.node.d.ts +8742 -8435
- package/dist/index.node.js +310 -289
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs +294 -289
- package/dist/index.node.mjs.map +1 -1
- package/package.json +2 -1
- package/dist/dts/connector-copilot/types.d.ts +0 -160
- package/dist/dts/index.d.ts +0 -33
- /package/dist/dts/{connector-copilot → validation}/index.d.ts +0 -0
package/dist/index.browser.mjs
CHANGED
|
@@ -3383,6 +3383,7 @@ const zodBooleanCoercion = () => z.preprocess((val) => {
|
|
|
3383
3383
|
return Boolean(val);
|
|
3384
3384
|
return Boolean(val);
|
|
3385
3385
|
}, z.boolean());
|
|
3386
|
+
|
|
3386
3387
|
const IncludeArchivedQuery = z.object({
|
|
3387
3388
|
includeArchived: zodBooleanCoercion().optional(),
|
|
3388
3389
|
});
|
|
@@ -3437,7 +3438,6 @@ var WorkspaceElementType;
|
|
|
3437
3438
|
WorkspaceElementType["ExternalEventSubscription"] = "external-event-subscription";
|
|
3438
3439
|
WorkspaceElementType["ExternalEventLogRecord"] = "external-event-log-record";
|
|
3439
3440
|
WorkspaceElementType["ExternalEventPull"] = "external-event-pull";
|
|
3440
|
-
WorkspaceElementType["DataCollection"] = "data-collection";
|
|
3441
3441
|
WorkspaceElementType["Screen"] = "screen";
|
|
3442
3442
|
WorkspaceElementType["ActionRunLogRecord"] = "action-run-log-record";
|
|
3443
3443
|
})(WorkspaceElementType || (WorkspaceElementType = {}));
|
|
@@ -3469,9 +3469,9 @@ const BaseWorkspaceElement = z.object({
|
|
|
3469
3469
|
name: z.string(),
|
|
3470
3470
|
});
|
|
3471
3471
|
const BaseMembraneInterfaceEditableProperties = z.object({
|
|
3472
|
+
uuid: z.string().optional(),
|
|
3472
3473
|
key: z.string().optional(),
|
|
3473
3474
|
name: z.string().optional(),
|
|
3474
|
-
uuid: z.string().optional(),
|
|
3475
3475
|
description: z.string().optional(),
|
|
3476
3476
|
meta: z.record(z.string(), z.any()).optional(),
|
|
3477
3477
|
});
|
|
@@ -3488,19 +3488,27 @@ const BaseMembraneInterfaceReadOnlyProperties = z.object({
|
|
|
3488
3488
|
const BaseMembraneInterface = BaseWorkspaceElement.merge(BaseMembraneInterfaceEditableProperties).merge(BaseMembraneInterfaceReadOnlyProperties);
|
|
3489
3489
|
const BaseIntegrationLevelMembraneInterfaceEditableProperties = BaseMembraneInterfaceEditableProperties.extend({
|
|
3490
3490
|
integrationId: z.string().optional(),
|
|
3491
|
+
integrationUuid: z.string().optional(),
|
|
3491
3492
|
parentId: z.string().optional(),
|
|
3493
|
+
parentUuid: z.string().optional(),
|
|
3494
|
+
connectionId: z.string().optional(),
|
|
3495
|
+
instanceKey: z.string().optional(),
|
|
3492
3496
|
});
|
|
3493
3497
|
const BaseIntegrationLevelMembraneInterfaceReadOnlyProperties = BaseMembraneInterfaceReadOnlyProperties.extend({
|
|
3494
3498
|
isCustomized: z.boolean().optional(),
|
|
3495
3499
|
});
|
|
3500
|
+
const BaseIntegrationLevelMembraneInterfaceExportProperties = BaseMembraneInterfaceEditableProperties.extend({
|
|
3501
|
+
integrationUuid: z.string().optional(),
|
|
3502
|
+
parentUuid: z.string().optional(),
|
|
3503
|
+
});
|
|
3496
3504
|
const IntegrationLevelMembraneInterfaceSelectorQuery = z.object({
|
|
3505
|
+
layer: z.enum(['universal', 'integration', 'connection']).optional(),
|
|
3497
3506
|
integrationKey: z.string().optional(),
|
|
3507
|
+
integrationId: z.string().optional(),
|
|
3498
3508
|
connectionId: z.string().optional(),
|
|
3499
3509
|
instanceKey: z.string().optional(),
|
|
3500
3510
|
});
|
|
3501
3511
|
const FindIntegrationLevelMembraneInterfaceQuery = IntegrationLevelMembraneInterfaceSelectorQuery.extend(CommonListElementsQuery.shape).extend({
|
|
3502
|
-
layer: z.enum(['universal', 'integration', 'connection']).optional(),
|
|
3503
|
-
integrationId: z.string().optional(),
|
|
3504
3512
|
parentId: z.string().optional(),
|
|
3505
3513
|
universalParentId: z.string().optional(),
|
|
3506
3514
|
userId: z.string().optional(),
|
|
@@ -3543,12 +3551,11 @@ var FieldMappingDirection;
|
|
|
3543
3551
|
FieldMappingDirection["EXPORT"] = "export";
|
|
3544
3552
|
FieldMappingDirection["BOTH"] = "both";
|
|
3545
3553
|
})(FieldMappingDirection || (FieldMappingDirection = {}));
|
|
3546
|
-
const
|
|
3547
|
-
|
|
3548
|
-
|
|
3554
|
+
const FieldMappingSpecificProperties = z.object({
|
|
3555
|
+
connectionId: z.string().optional(),
|
|
3556
|
+
fieldMappingId: z.string().optional(),
|
|
3549
3557
|
universalFieldMappingId: z.string().optional(),
|
|
3550
3558
|
dataSourceKey: z.string().optional(),
|
|
3551
|
-
dataSourceId: z.string().optional(),
|
|
3552
3559
|
appSchema: DataSchema.optional(),
|
|
3553
3560
|
direction: z.enum(FieldMappingDirection).optional(),
|
|
3554
3561
|
defaultImportValue: z.any().optional(),
|
|
@@ -3559,6 +3566,14 @@ const FieldMappingEditableProperties = BaseIntegrationLevelMembraneInterfaceEdit
|
|
|
3559
3566
|
frozenExportFields: z.any().optional(),
|
|
3560
3567
|
frozenUnifiedExportFields: z.any().optional(),
|
|
3561
3568
|
});
|
|
3569
|
+
const FieldMappingEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.omit({
|
|
3570
|
+
parentId: true,
|
|
3571
|
+
}).extend(FieldMappingSpecificProperties.shape);
|
|
3572
|
+
const FieldMappingExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(FieldMappingSpecificProperties.shape).omit({
|
|
3573
|
+
connectionId: true,
|
|
3574
|
+
fieldMappingId: true,
|
|
3575
|
+
universalFieldMappingId: true,
|
|
3576
|
+
});
|
|
3562
3577
|
const FieldMappingReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
3563
3578
|
universalFieldMappingRevision: z.string().optional(),
|
|
3564
3579
|
});
|
|
@@ -3682,17 +3697,19 @@ const ActionDependency = z.object({
|
|
|
3682
3697
|
key: z.string(),
|
|
3683
3698
|
element: z.any().optional(),
|
|
3684
3699
|
});
|
|
3685
|
-
const
|
|
3686
|
-
integrationId: z.string().optional(),
|
|
3700
|
+
const ActionSpecificProperties = z.object({
|
|
3687
3701
|
connectionId: z.string().optional(),
|
|
3688
|
-
parentId: z.string().optional(),
|
|
3689
3702
|
instanceKey: z.string().optional(),
|
|
3690
3703
|
inputSchema: DataSchema.optional(),
|
|
3691
3704
|
type: z.enum(ActionType).optional(),
|
|
3692
|
-
config: z.
|
|
3705
|
+
config: z.object({}).loose().optional(),
|
|
3693
3706
|
outputMapping: z.any().optional(),
|
|
3694
3707
|
customOutputSchema: DataSchema.optional(),
|
|
3695
3708
|
});
|
|
3709
|
+
const ActionEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.extend(ActionSpecificProperties.shape);
|
|
3710
|
+
const ActionExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(ActionSpecificProperties.shape).omit({
|
|
3711
|
+
connectionId: true,
|
|
3712
|
+
});
|
|
3696
3713
|
const ActionReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
3697
3714
|
universalParentId: z.string().optional(),
|
|
3698
3715
|
userId: z.string().optional(),
|
|
@@ -8401,9 +8418,9 @@ const DEFAULT_PULL_UPDATES_INTERVAL_SECONDS = 60 * 5;
|
|
|
8401
8418
|
const DEFAULT_FULL_SYNC_INTERVAL_SECONDS = 60 * 60 * 3;
|
|
8402
8419
|
const MIN_FULL_SYNC_INTERVAL_SECONDS = 1 * 60;
|
|
8403
8420
|
const MIN_PULL_UPDATES_INTERVAL_SECONDS = 1 * 60;
|
|
8404
|
-
const
|
|
8405
|
-
|
|
8406
|
-
|
|
8421
|
+
const DataSourceSpecificProperties = z.object({
|
|
8422
|
+
connectionId: z.string().optional(),
|
|
8423
|
+
dataSourceId: z.string().optional(),
|
|
8407
8424
|
universalDataSourceId: z.string().optional(),
|
|
8408
8425
|
udm: z.string().optional(),
|
|
8409
8426
|
pullUpdatesIntervalSeconds: z.number().optional(),
|
|
@@ -8412,18 +8429,27 @@ const DataSourceEditableProperties = BaseIntegrationLevelMembraneInterfaceEditab
|
|
|
8412
8429
|
collectionParameters: z.any().optional(),
|
|
8413
8430
|
defaultPath: z.string().optional(),
|
|
8414
8431
|
});
|
|
8432
|
+
const DataSourceEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.omit({
|
|
8433
|
+
parentId: true,
|
|
8434
|
+
}).extend(DataSourceSpecificProperties.shape);
|
|
8435
|
+
const DataSourceExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(DataSourceSpecificProperties.shape).omit({
|
|
8436
|
+
connectionId: true,
|
|
8437
|
+
dataSourceId: true,
|
|
8438
|
+
universalDataSourceId: true,
|
|
8439
|
+
});
|
|
8415
8440
|
const DataSourceReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
8416
8441
|
universalDataSourceRevision: z.string().optional(),
|
|
8417
8442
|
});
|
|
8418
8443
|
const BaseDataSource = BaseMembraneInterface.merge(DataSourceEditableProperties).merge(DataSourceReadOnlyProperties);
|
|
8419
8444
|
const DataSourceUnitConfig = z.object({
|
|
8420
|
-
key: z.
|
|
8445
|
+
key: z.any().optional(),
|
|
8421
8446
|
collectionKey: z.any().optional(),
|
|
8422
8447
|
collectionParameters: z.any().optional(),
|
|
8423
8448
|
udm: z.any().optional(),
|
|
8424
|
-
path: z.string().optional(),
|
|
8425
8449
|
pullUpdatesIntervalSeconds: z.number().optional(),
|
|
8426
8450
|
fullSyncIntervalSeconds: z.number().optional(),
|
|
8451
|
+
path: z.any().optional(),
|
|
8452
|
+
defaultPath: z.any().optional(),
|
|
8427
8453
|
});
|
|
8428
8454
|
|
|
8429
8455
|
const BaseDataSourceInstance = BaseMembraneInterface.extend({
|
|
@@ -8890,15 +8916,22 @@ const FLOW_NODE_SPECS = {
|
|
|
8890
8916
|
[FlowNodeType.RunAction]: RunAction,
|
|
8891
8917
|
};
|
|
8892
8918
|
|
|
8893
|
-
const
|
|
8894
|
-
|
|
8895
|
-
}).extend({
|
|
8896
|
-
integrationId: z.string().optional(),
|
|
8919
|
+
const FlowSpecificProperties = z.object({
|
|
8920
|
+
flowId: z.string().optional(),
|
|
8897
8921
|
universalFlowId: z.string().optional(),
|
|
8898
8922
|
parametersSchema: DataSchema.optional(),
|
|
8923
|
+
parameters: z.any().optional(),
|
|
8924
|
+
enabled: z.boolean().optional(),
|
|
8899
8925
|
nodes: z.record(z.string(), FlowNode).optional(),
|
|
8900
8926
|
autoCreateInstances: z.boolean().optional(),
|
|
8901
8927
|
});
|
|
8928
|
+
const FlowEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.omit({
|
|
8929
|
+
parentId: true,
|
|
8930
|
+
}).extend(FlowSpecificProperties.shape);
|
|
8931
|
+
const FlowExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(FlowSpecificProperties.shape).omit({
|
|
8932
|
+
flowId: true,
|
|
8933
|
+
universalFlowId: true,
|
|
8934
|
+
});
|
|
8902
8935
|
const FlowReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
8903
8936
|
universalFlowRevision: z.string().optional(),
|
|
8904
8937
|
});
|
|
@@ -8926,6 +8959,14 @@ const BaseIntegration = BaseMembraneInterface.extend({
|
|
|
8926
8959
|
isDeactivated: z.boolean().optional(),
|
|
8927
8960
|
authType: z.enum(CONNECTOR_AUTH_TYPES).optional(),
|
|
8928
8961
|
});
|
|
8962
|
+
const IntegrationExportProperties = BaseMembraneInterfaceEditableProperties.extend({
|
|
8963
|
+
logoUri: z.string(),
|
|
8964
|
+
connectorUuid: z.string().optional(),
|
|
8965
|
+
connectorVersion: z.string().optional(),
|
|
8966
|
+
oAuthCallbackUri: z.string().optional(),
|
|
8967
|
+
parameters: z.any().optional(),
|
|
8968
|
+
appUuid: z.string().optional(),
|
|
8969
|
+
});
|
|
8929
8970
|
const AppliedToIntegrations = (elementSchema) => z.array(z.object({
|
|
8930
8971
|
element: elementSchema,
|
|
8931
8972
|
integration: BaseIntegration,
|
|
@@ -8956,11 +8997,17 @@ const PackageElement = z.object({
|
|
|
8956
8997
|
type: z.enum(IntegrationElementType),
|
|
8957
8998
|
element: z.any().optional(),
|
|
8958
8999
|
});
|
|
8959
|
-
const
|
|
9000
|
+
const PackageElementExport = z.object({
|
|
9001
|
+
uuid: z.string(),
|
|
9002
|
+
type: z.enum(IntegrationElementType),
|
|
9003
|
+
element: z.any().optional(),
|
|
9004
|
+
});
|
|
9005
|
+
const PackageEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.extend({
|
|
8960
9006
|
scenarioTemplateId: z.string().optional(),
|
|
8961
9007
|
elements: z.array(PackageElement).optional(),
|
|
8962
|
-
|
|
8963
|
-
|
|
9008
|
+
});
|
|
9009
|
+
const PackageExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend({
|
|
9010
|
+
elements: z.array(PackageElementExport).optional(),
|
|
8964
9011
|
});
|
|
8965
9012
|
const PackageCalculatedProperties = z.object({
|
|
8966
9013
|
key: z.string(),
|
|
@@ -9194,6 +9241,7 @@ const BaseAppEventType = BaseMembraneInterface.extend({
|
|
|
9194
9241
|
example: z.any().optional(),
|
|
9195
9242
|
schema: DataSchema.optional(),
|
|
9196
9243
|
globalWebhookUri: z.string(),
|
|
9244
|
+
tenantIdFormula: z.any().optional(),
|
|
9197
9245
|
userIdFormula: z.any().optional(),
|
|
9198
9246
|
});
|
|
9199
9247
|
|
|
@@ -9416,12 +9464,9 @@ const DataSourceApiResponse = BaseDataSource.extend({
|
|
|
9416
9464
|
integration: BaseIntegration.optional(),
|
|
9417
9465
|
appliedToIntegrations: AppliedToIntegrations(BaseDataSource).optional(),
|
|
9418
9466
|
});
|
|
9419
|
-
const FindDataSourcesQuery =
|
|
9420
|
-
|
|
9421
|
-
integrationKey: z.string().optional(),
|
|
9467
|
+
const FindDataSourcesQuery = FindIntegrationLevelMembraneInterfaceQuery.omit({ parentId: true }).extend({
|
|
9468
|
+
dataSourceId: z.string().optional(),
|
|
9422
9469
|
universalDataSourceId: z.string().optional(),
|
|
9423
|
-
search: z.string().optional(),
|
|
9424
|
-
includeArchived: zodBooleanCoercion().optional(),
|
|
9425
9470
|
});
|
|
9426
9471
|
const CreateDataSourceRequest = DataSourceEditableProperties;
|
|
9427
9472
|
const UpdateDataSourceRequest = CreateDataSourceRequest.extend({}).partial();
|
|
@@ -9506,12 +9551,9 @@ const FlowApiResponse = BaseFlow.extend({
|
|
|
9506
9551
|
})).optional(),
|
|
9507
9552
|
dependencies: z.array(z.any()).optional(),
|
|
9508
9553
|
});
|
|
9509
|
-
const FindFlowsQuery =
|
|
9510
|
-
|
|
9511
|
-
integrationKey: z.string().optional(),
|
|
9554
|
+
const FindFlowsQuery = FindIntegrationLevelMembraneInterfaceQuery.omit({ parentId: true }).extend({
|
|
9555
|
+
flowId: z.string().optional(),
|
|
9512
9556
|
universalFlowId: z.string().optional(),
|
|
9513
|
-
search: z.string().optional(),
|
|
9514
|
-
includeArchived: zodBooleanCoercion().optional(),
|
|
9515
9557
|
});
|
|
9516
9558
|
const CreateFlowRequest = FlowEditableProperties;
|
|
9517
9559
|
const UpdateFlowRequest = CreateFlowRequest.extend({}).partial();
|
|
@@ -9528,6 +9570,10 @@ const ResetFlowInstanceOptions = z.object({
|
|
|
9528
9570
|
nodes: z.record(z.string(), z.boolean()).optional(),
|
|
9529
9571
|
allNodes: z.boolean().optional(),
|
|
9530
9572
|
});
|
|
9573
|
+
const RunFlowApiRequest = z.object({
|
|
9574
|
+
nodeKey: z.string().optional(),
|
|
9575
|
+
input: z.any().optional(),
|
|
9576
|
+
});
|
|
9531
9577
|
const FlowInstanceApiResponse = BaseFlowInstance.extend({
|
|
9532
9578
|
user: z.lazy(() => z.any()).optional(),
|
|
9533
9579
|
connection: z.lazy(() => z.any()).optional(),
|
|
@@ -9609,15 +9655,9 @@ const PackageElementApi = z.object({
|
|
|
9609
9655
|
type: z.enum(IntegrationElementType),
|
|
9610
9656
|
element: z.any().optional(),
|
|
9611
9657
|
});
|
|
9612
|
-
const FindPackagesQuery =
|
|
9613
|
-
|
|
9614
|
-
|
|
9615
|
-
integrationKey: z.string().optional(),
|
|
9616
|
-
parentId: z.string().optional(),
|
|
9617
|
-
})
|
|
9618
|
-
.extend(SearchQuery.shape)
|
|
9619
|
-
.extend(PaginationQuery.shape)
|
|
9620
|
-
.extend(IncludeArchivedQuery.shape);
|
|
9658
|
+
const FindPackagesQuery = FindIntegrationLevelMembraneInterfaceQuery;
|
|
9659
|
+
const CreatePackageRequest = PackageEditableProperties;
|
|
9660
|
+
const UpdatePackageRequest = CreatePackageRequest.extend({}).partial();
|
|
9621
9661
|
const PackageApiResponse = BasePackage.extend({
|
|
9622
9662
|
appliedToIntegrations: AppliedToIntegrations(BasePackage).optional(),
|
|
9623
9663
|
});
|
|
@@ -9649,12 +9689,9 @@ const FieldMappingApiResponse = BaseFieldMapping.extend({
|
|
|
9649
9689
|
integration: BaseIntegration.optional(),
|
|
9650
9690
|
appliedToIntegrations: AppliedToIntegrations(BaseFieldMapping).optional(),
|
|
9651
9691
|
});
|
|
9652
|
-
const FindFieldMappingsQuery =
|
|
9653
|
-
|
|
9654
|
-
integrationKey: z.string().optional(),
|
|
9692
|
+
const FindFieldMappingsQuery = FindIntegrationLevelMembraneInterfaceQuery.omit({ parentId: true }).extend({
|
|
9693
|
+
fieldMappingId: z.string().optional(),
|
|
9655
9694
|
universalFieldMappingId: z.string().optional(),
|
|
9656
|
-
search: z.string().optional(),
|
|
9657
|
-
includeArchived: zodBooleanCoercion().optional(),
|
|
9658
9695
|
});
|
|
9659
9696
|
const CreateFieldMappingRequest = FieldMappingEditableProperties;
|
|
9660
9697
|
const UpdateFieldMappingRequest = CreateFieldMappingRequest.extend({}).partial();
|
|
@@ -9887,6 +9924,7 @@ const WorkspaceElementSpecs = {
|
|
|
9887
9924
|
apiPath: 'integrations',
|
|
9888
9925
|
name: 'Integration',
|
|
9889
9926
|
namePlural: 'Integrations',
|
|
9927
|
+
exportPropertiesSchema: IntegrationExportProperties,
|
|
9890
9928
|
},
|
|
9891
9929
|
[WorkspaceElementType.Connector]: {
|
|
9892
9930
|
type: WorkspaceElementType.Connector,
|
|
@@ -9906,6 +9944,7 @@ const WorkspaceElementSpecs = {
|
|
|
9906
9944
|
name: 'Package',
|
|
9907
9945
|
namePlural: 'Packages',
|
|
9908
9946
|
editablePropertiesSchema: PackageEditableProperties,
|
|
9947
|
+
exportPropertiesSchema: PackageExportProperties,
|
|
9909
9948
|
apiResponseSchema: PackageApiResponse,
|
|
9910
9949
|
findQuerySchema: FindPackagesQuery,
|
|
9911
9950
|
isMembraneInterface: true,
|
|
@@ -9924,6 +9963,7 @@ const WorkspaceElementSpecs = {
|
|
|
9924
9963
|
name: 'Action',
|
|
9925
9964
|
namePlural: 'Actions',
|
|
9926
9965
|
editablePropertiesSchema: ActionEditableProperties,
|
|
9966
|
+
exportPropertiesSchema: ActionExportProperties,
|
|
9927
9967
|
apiResponseSchema: ActionApiResponse,
|
|
9928
9968
|
findQuerySchema: FindActionsQuery,
|
|
9929
9969
|
isMembraneInterface: true,
|
|
@@ -9941,6 +9981,10 @@ const WorkspaceElementSpecs = {
|
|
|
9941
9981
|
name: 'Flow',
|
|
9942
9982
|
namePlural: 'Flows',
|
|
9943
9983
|
parentFieldKey: 'universalFlowId',
|
|
9984
|
+
editablePropertiesSchema: FlowEditableProperties,
|
|
9985
|
+
exportPropertiesSchema: FlowExportProperties,
|
|
9986
|
+
apiResponseSchema: FlowApiResponse,
|
|
9987
|
+
findQuerySchema: FindFlowsQuery,
|
|
9944
9988
|
isMembraneInterface: true,
|
|
9945
9989
|
isIntegrationLevel: true,
|
|
9946
9990
|
},
|
|
@@ -9952,6 +9996,7 @@ const WorkspaceElementSpecs = {
|
|
|
9952
9996
|
name: 'Flow',
|
|
9953
9997
|
namePlural: 'Flows',
|
|
9954
9998
|
parentFieldKey: 'flowId',
|
|
9999
|
+
universalParentFieldKey: 'universalFlowId',
|
|
9955
10000
|
isMembraneInterface: true,
|
|
9956
10001
|
},
|
|
9957
10002
|
[WorkspaceElementType.FlowRun]: {
|
|
@@ -9966,6 +10011,10 @@ const WorkspaceElementSpecs = {
|
|
|
9966
10011
|
name: 'Field Mapping',
|
|
9967
10012
|
namePlural: 'Field Mappings',
|
|
9968
10013
|
parentFieldKey: 'universalFieldMappingId',
|
|
10014
|
+
editablePropertiesSchema: FieldMappingEditableProperties,
|
|
10015
|
+
exportPropertiesSchema: FieldMappingExportProperties,
|
|
10016
|
+
apiResponseSchema: FieldMappingApiResponse,
|
|
10017
|
+
findQuerySchema: FindFieldMappingsQuery,
|
|
9969
10018
|
isMembraneInterface: true,
|
|
9970
10019
|
isIntegrationLevel: true,
|
|
9971
10020
|
},
|
|
@@ -9975,20 +10024,19 @@ const WorkspaceElementSpecs = {
|
|
|
9975
10024
|
name: 'Field Mapping Instance',
|
|
9976
10025
|
namePlural: 'Field Mapping Instances',
|
|
9977
10026
|
parentFieldKey: 'fieldMappingId',
|
|
10027
|
+
universalParentFieldKey: 'universalFieldMappingId',
|
|
9978
10028
|
isMembraneInterface: true,
|
|
9979
10029
|
},
|
|
9980
|
-
[WorkspaceElementType.DataCollection]: {
|
|
9981
|
-
type: WorkspaceElementType.DataCollection,
|
|
9982
|
-
apiPath: 'data-collections',
|
|
9983
|
-
name: 'Data Collection',
|
|
9984
|
-
namePlural: 'Data Collections',
|
|
9985
|
-
},
|
|
9986
10030
|
[WorkspaceElementType.DataSource]: {
|
|
9987
10031
|
type: WorkspaceElementType.DataSource,
|
|
9988
10032
|
apiPath: 'data-sources',
|
|
9989
10033
|
name: 'Data Source',
|
|
9990
10034
|
namePlural: 'Data Sources',
|
|
9991
10035
|
parentFieldKey: 'universalDataSourceId',
|
|
10036
|
+
editablePropertiesSchema: DataSourceEditableProperties,
|
|
10037
|
+
exportPropertiesSchema: DataSourceExportProperties,
|
|
10038
|
+
apiResponseSchema: DataSourceApiResponse,
|
|
10039
|
+
findQuerySchema: FindDataSourcesQuery,
|
|
9992
10040
|
isMembraneInterface: true,
|
|
9993
10041
|
isIntegrationLevel: true,
|
|
9994
10042
|
},
|
|
@@ -9998,6 +10046,7 @@ const WorkspaceElementSpecs = {
|
|
|
9998
10046
|
name: 'Data Source Instance',
|
|
9999
10047
|
namePlural: 'Data Source Instances',
|
|
10000
10048
|
parentFieldKey: 'dataSourceId',
|
|
10049
|
+
universalParentFieldKey: 'universalDataSourceId',
|
|
10001
10050
|
isMembraneInterface: true,
|
|
10002
10051
|
},
|
|
10003
10052
|
[WorkspaceElementType.DataLinkTable]: {
|
|
@@ -10078,6 +10127,44 @@ const WorkspaceElementSpecs = {
|
|
|
10078
10127
|
},
|
|
10079
10128
|
};
|
|
10080
10129
|
|
|
10130
|
+
const MEMBRANE_ELEMENT_CONFIG_FILE_NAME = 'spec.yaml';
|
|
10131
|
+
function getMembraneElementPath(elementType, elementKey, integrationKey) {
|
|
10132
|
+
const elementTypePath = WorkspaceElementSpecs[elementType].apiPath;
|
|
10133
|
+
if (!integrationKey) {
|
|
10134
|
+
return `${elementTypePath}/${elementKey}/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}`;
|
|
10135
|
+
}
|
|
10136
|
+
const integrationTypePath = WorkspaceElementSpecs[WorkspaceElementType.Integration].apiPath;
|
|
10137
|
+
return `${integrationTypePath}/${integrationKey}/${elementTypePath}/${elementKey}/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}`;
|
|
10138
|
+
}
|
|
10139
|
+
function parseMembraneElementPath(relativePath) {
|
|
10140
|
+
const typeByApiPath = new Map();
|
|
10141
|
+
for (const spec of Object.values(WorkspaceElementSpecs)) {
|
|
10142
|
+
typeByApiPath.set(spec.apiPath, spec.type);
|
|
10143
|
+
}
|
|
10144
|
+
const elementTypes = Object.values(WorkspaceElementSpecs)
|
|
10145
|
+
.map((spec) => spec.apiPath)
|
|
10146
|
+
.join('|');
|
|
10147
|
+
const universalPattern = new RegExp(`^(?<elementType>${elementTypes})/(?<elementKey>[^/]+)/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}$`);
|
|
10148
|
+
const universalMatch = relativePath.match(universalPattern);
|
|
10149
|
+
if (universalMatch === null || universalMatch === void 0 ? void 0 : universalMatch.groups) {
|
|
10150
|
+
const { elementType: elementTypePath, elementKey } = universalMatch.groups;
|
|
10151
|
+
const elementType = typeByApiPath.get(elementTypePath);
|
|
10152
|
+
if (elementType) {
|
|
10153
|
+
return { type: elementType, key: elementKey };
|
|
10154
|
+
}
|
|
10155
|
+
}
|
|
10156
|
+
const integrationLevelPattern = new RegExp(`^integrations/(?<integrationKey>[^/]+)/(?<elementType>${elementTypes})/(?<elementKey>[^/]+)/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}$`);
|
|
10157
|
+
const integrationLevelMatch = relativePath.match(integrationLevelPattern);
|
|
10158
|
+
if (integrationLevelMatch === null || integrationLevelMatch === void 0 ? void 0 : integrationLevelMatch.groups) {
|
|
10159
|
+
const { integrationKey, elementType: elementTypePath, elementKey } = integrationLevelMatch.groups;
|
|
10160
|
+
const elementType = typeByApiPath.get(elementTypePath);
|
|
10161
|
+
if (elementType) {
|
|
10162
|
+
return { type: elementType, key: elementKey, integrationKey };
|
|
10163
|
+
}
|
|
10164
|
+
}
|
|
10165
|
+
return undefined;
|
|
10166
|
+
}
|
|
10167
|
+
|
|
10081
10168
|
class SelfAccessor {
|
|
10082
10169
|
constructor(client) {
|
|
10083
10170
|
this.client = client;
|
|
@@ -10090,136 +10177,6 @@ class SelfAccessor {
|
|
|
10090
10177
|
}
|
|
10091
10178
|
}
|
|
10092
10179
|
|
|
10093
|
-
var ConnectorCopilotSuggestionType;
|
|
10094
|
-
(function (ConnectorCopilotSuggestionType) {
|
|
10095
|
-
ConnectorCopilotSuggestionType["AuthType"] = "auth-type";
|
|
10096
|
-
ConnectorCopilotSuggestionType["AuthImplementation"] = "auth-implementation";
|
|
10097
|
-
ConnectorCopilotSuggestionType["AuthConnectionParameters"] = "auth-connection-parameters";
|
|
10098
|
-
ConnectorCopilotSuggestionType["AuthApiClient"] = "auth-api-client";
|
|
10099
|
-
ConnectorCopilotSuggestionType["DataCollection"] = "data-collection";
|
|
10100
|
-
ConnectorCopilotSuggestionType["DataCollectionOperationApiRequests"] = "data-location-operation-api-requests";
|
|
10101
|
-
ConnectorCopilotSuggestionType["DataCollectionOperationApiRequestMapping"] = "data-location-operation-api-request-mapping";
|
|
10102
|
-
ConnectorCopilotSuggestionType["DataCollectionFieldsSchema"] = "data-location-fields-schema";
|
|
10103
|
-
ConnectorCopilotSuggestionType["UdmList"] = "udm-list";
|
|
10104
|
-
ConnectorCopilotSuggestionType["UdmFieldsMapping"] = "udm-fields-mapping";
|
|
10105
|
-
ConnectorCopilotSuggestionType["UdmFieldsMappingToCollection"] = "udm-fields-mapping-to-collection";
|
|
10106
|
-
ConnectorCopilotSuggestionType["UdmFieldsMappingFromCollection"] = "udm-fields-mapping-from-collection";
|
|
10107
|
-
})(ConnectorCopilotSuggestionType || (ConnectorCopilotSuggestionType = {}));
|
|
10108
|
-
var ConnectorCopilotFileChunkTopicKey;
|
|
10109
|
-
(function (ConnectorCopilotFileChunkTopicKey) {
|
|
10110
|
-
ConnectorCopilotFileChunkTopicKey["AuthType"] = "auth-type";
|
|
10111
|
-
ConnectorCopilotFileChunkTopicKey["AuthImplementation"] = "auth-implementation";
|
|
10112
|
-
ConnectorCopilotFileChunkTopicKey["AuthConnectionParameters"] = "auth-connection-parameters";
|
|
10113
|
-
ConnectorCopilotFileChunkTopicKey["AuthApiClient"] = "auth-api-client";
|
|
10114
|
-
})(ConnectorCopilotFileChunkTopicKey || (ConnectorCopilotFileChunkTopicKey = {}));
|
|
10115
|
-
var CopilotTaskType;
|
|
10116
|
-
(function (CopilotTaskType) {
|
|
10117
|
-
CopilotTaskType["GenerateAuthType"] = "generate-auth-type";
|
|
10118
|
-
CopilotTaskType["GenerateOAuthConfiguration"] = "generate-oauth-configuration";
|
|
10119
|
-
CopilotTaskType["GenerateAuthConnectionParameters"] = "generate-auth-connection-parameters";
|
|
10120
|
-
CopilotTaskType["GenerateAuthApiClient"] = "generate-auth-api-client";
|
|
10121
|
-
CopilotTaskType["GenerateDataCollections"] = "generate-data-collections";
|
|
10122
|
-
CopilotTaskType["GenerateDataCollectionRecordFromFields"] = "generate-data-collection-record-from-fields";
|
|
10123
|
-
CopilotTaskType["GenerateDataCollectionOperationApiRequests"] = "generate-data-collection-operation-api-requests";
|
|
10124
|
-
CopilotTaskType["GenerateDataCollectionOperationApiRequestMapping"] = "generate-data-collection-operation-api-request-mapping";
|
|
10125
|
-
CopilotTaskType["GenerateDataCollectionFieldsSchema"] = "generate-data-collection-fields-schema";
|
|
10126
|
-
CopilotTaskType["GenerateUdmList"] = "generate-udm-list";
|
|
10127
|
-
CopilotTaskType["GenerateUdmFieldsMapping"] = "generate-udm-fields-mapping";
|
|
10128
|
-
})(CopilotTaskType || (CopilotTaskType = {}));
|
|
10129
|
-
var CopilotTaskStatus;
|
|
10130
|
-
(function (CopilotTaskStatus) {
|
|
10131
|
-
CopilotTaskStatus["Pending"] = "pending";
|
|
10132
|
-
CopilotTaskStatus["Running"] = "running";
|
|
10133
|
-
CopilotTaskStatus["Completed"] = "completed";
|
|
10134
|
-
CopilotTaskStatus["Failed"] = "failed";
|
|
10135
|
-
})(CopilotTaskStatus || (CopilotTaskStatus = {}));
|
|
10136
|
-
var CopilotActionType;
|
|
10137
|
-
(function (CopilotActionType) {
|
|
10138
|
-
CopilotActionType["PatchConnectorFile"] = "patch";
|
|
10139
|
-
CopilotActionType["PutConnectorFile"] = "put";
|
|
10140
|
-
CopilotActionType["PatchConnectorDataSchema"] = "patch-data-schema";
|
|
10141
|
-
CopilotActionType["PatchConnectorFieldMapping"] = "patch-field-mapping";
|
|
10142
|
-
CopilotActionType["SetConnectorAuthType"] = "set-connector-auth-type";
|
|
10143
|
-
})(CopilotActionType || (CopilotActionType = {}));
|
|
10144
|
-
var CopilotActionStatus;
|
|
10145
|
-
(function (CopilotActionStatus) {
|
|
10146
|
-
CopilotActionStatus["Suggested"] = "suggested";
|
|
10147
|
-
CopilotActionStatus["Executed"] = "executed";
|
|
10148
|
-
CopilotActionStatus["Rejected"] = "rejected";
|
|
10149
|
-
})(CopilotActionStatus || (CopilotActionStatus = {}));
|
|
10150
|
-
var CopilotActivityType;
|
|
10151
|
-
(function (CopilotActivityType) {
|
|
10152
|
-
CopilotActivityType["Task"] = "task";
|
|
10153
|
-
})(CopilotActivityType || (CopilotActivityType = {}));
|
|
10154
|
-
const CopilotActivityScope = {
|
|
10155
|
-
connector: (connectorId) => new CopilotActivityScopeConnector(connectorId),
|
|
10156
|
-
};
|
|
10157
|
-
class CopilotActivityScopeConnector {
|
|
10158
|
-
constructor(connectorId) {
|
|
10159
|
-
this.connectorId = connectorId;
|
|
10160
|
-
this.auth = () => new CopilotActivityScopeConnectorAuth(this);
|
|
10161
|
-
this.data = (key) => new CopilotActivityScopeConnectorData(this, key);
|
|
10162
|
-
this.udm = (key) => new CopilotActivityScopeConnectorUdm(this, key);
|
|
10163
|
-
}
|
|
10164
|
-
toString() {
|
|
10165
|
-
return `connectors/${this.connectorId}`;
|
|
10166
|
-
}
|
|
10167
|
-
}
|
|
10168
|
-
class CopilotActivityScopeConnectorAuth {
|
|
10169
|
-
constructor(connectorScope) {
|
|
10170
|
-
this.connectorScope = connectorScope;
|
|
10171
|
-
}
|
|
10172
|
-
toString() {
|
|
10173
|
-
return `${this.connectorScope.toString()}/auth`;
|
|
10174
|
-
}
|
|
10175
|
-
}
|
|
10176
|
-
class CopilotActivityScopeConnectorData {
|
|
10177
|
-
constructor(connectorScope, dataCollectionKey) {
|
|
10178
|
-
this.connectorScope = connectorScope;
|
|
10179
|
-
this.dataCollectionKey = dataCollectionKey;
|
|
10180
|
-
this.method = (key) => new CopilotActivityScopeConnectorDataMethod(this, key);
|
|
10181
|
-
}
|
|
10182
|
-
toString() {
|
|
10183
|
-
let scope = `${this.connectorScope.toString()}/data`;
|
|
10184
|
-
if (this.dataCollectionKey) {
|
|
10185
|
-
scope += `/${this.dataCollectionKey}`;
|
|
10186
|
-
}
|
|
10187
|
-
return scope;
|
|
10188
|
-
}
|
|
10189
|
-
}
|
|
10190
|
-
class CopilotActivityScopeConnectorDataMethod {
|
|
10191
|
-
constructor(collectionScope, methodKey) {
|
|
10192
|
-
this.collectionScope = collectionScope;
|
|
10193
|
-
this.methodKey = methodKey;
|
|
10194
|
-
}
|
|
10195
|
-
toString() {
|
|
10196
|
-
return `${this.collectionScope.toString()}/methods/${this.methodKey}`;
|
|
10197
|
-
}
|
|
10198
|
-
}
|
|
10199
|
-
class CopilotActivityScopeConnectorUdm {
|
|
10200
|
-
constructor(connectorScope, key) {
|
|
10201
|
-
this.connectorScope = connectorScope;
|
|
10202
|
-
this.key = key;
|
|
10203
|
-
this.collection = (key) => new CopilotActivityScopeConnectorUdmCollection(this, key);
|
|
10204
|
-
}
|
|
10205
|
-
toString() {
|
|
10206
|
-
let scope = `${this.connectorScope.toString()}/udm`;
|
|
10207
|
-
if (this.key) {
|
|
10208
|
-
scope += `/${this.key}`;
|
|
10209
|
-
}
|
|
10210
|
-
return scope;
|
|
10211
|
-
}
|
|
10212
|
-
}
|
|
10213
|
-
class CopilotActivityScopeConnectorUdmCollection {
|
|
10214
|
-
constructor(udmScope, key) {
|
|
10215
|
-
this.udmScope = udmScope;
|
|
10216
|
-
this.key = key;
|
|
10217
|
-
}
|
|
10218
|
-
toString() {
|
|
10219
|
-
return `${this.udmScope.toString()}/collection/${this.key}`;
|
|
10220
|
-
}
|
|
10221
|
-
}
|
|
10222
|
-
|
|
10223
10180
|
var LogRecordType;
|
|
10224
10181
|
(function (LogRecordType) {
|
|
10225
10182
|
LogRecordType["MSG"] = "message";
|
|
@@ -10493,6 +10450,7 @@ var UsageType;
|
|
|
10493
10450
|
UsageType["FILES_UPLOAD_NUMBER"] = "files-upload-number";
|
|
10494
10451
|
UsageType["FILES_UPLOAD_SIZE"] = "files-upload-size";
|
|
10495
10452
|
UsageType["CUSTOM_CODE_RUNTIME_DURATION"] = "custom-code-runtime-duration";
|
|
10453
|
+
UsageType["MEMBRANE_AGENT"] = "membrane-agent";
|
|
10496
10454
|
})(UsageType || (UsageType = {}));
|
|
10497
10455
|
|
|
10498
10456
|
function getNodeInputSchema(flow, nodeKey) {
|
|
@@ -10635,7 +10593,6 @@ const PARALLEL_EXECUTION_LIMITS = [
|
|
|
10635
10593
|
'parallelBackgroundJobs',
|
|
10636
10594
|
'parallelEventLogs',
|
|
10637
10595
|
'parallelEventLogsPerConnection',
|
|
10638
|
-
'parallelWriteDatabaseRequests',
|
|
10639
10596
|
'parallelPathfinderAgentSessions',
|
|
10640
10597
|
];
|
|
10641
10598
|
const RATE_LIMITS = [
|
|
@@ -10646,7 +10603,6 @@ const RATE_LIMITS = [
|
|
|
10646
10603
|
'webhookRequestsPerHour',
|
|
10647
10604
|
'workspaceElementCreationsPerHour',
|
|
10648
10605
|
'workspaceElementCreationsPerSecond',
|
|
10649
|
-
'createDatabaseRequestsPerSecond',
|
|
10650
10606
|
];
|
|
10651
10607
|
const WORKSPACE_SIZE_LIMITS = [
|
|
10652
10608
|
'totalNumberOfCustomers',
|
|
@@ -10662,9 +10618,6 @@ const EDITABLE_LIMITS = [
|
|
|
10662
10618
|
'webhookRequestsPerCustomerPerSecond',
|
|
10663
10619
|
'webhookRequestsPerCustomerPerHour',
|
|
10664
10620
|
'parallelFlowRunsPerConnection',
|
|
10665
|
-
'parallelWriteDatabaseRequestsPerCustomer',
|
|
10666
|
-
'createDatabaseRequestsPerCustomerPerSecond',
|
|
10667
|
-
'updateDatabaseRequestsPerCustomerPerSecond',
|
|
10668
10621
|
];
|
|
10669
10622
|
|
|
10670
10623
|
var OrgLimitsType;
|
|
@@ -10672,6 +10625,8 @@ var OrgLimitsType;
|
|
|
10672
10625
|
OrgLimitsType["NUMBER_OF_WORKSPACES"] = "numberOfWorkspaces";
|
|
10673
10626
|
OrgLimitsType["TODAY_USAGE"] = "todayUsage";
|
|
10674
10627
|
OrgLimitsType["LAST_THIRTY_DAY_USAGE"] = "lastThirtyDayUsage";
|
|
10628
|
+
OrgLimitsType["MEMBRANE_EXPERT_CREDITS_CAP"] = "membraneExpertCreditsCapPerMonth";
|
|
10629
|
+
OrgLimitsType["MEMBRANE_AGENT_LAST_THIRTY_DAYS_USAGE"] = "membraneAgentLastThirtyDaysUsage";
|
|
10675
10630
|
})(OrgLimitsType || (OrgLimitsType = {}));
|
|
10676
10631
|
var OrgUserRole;
|
|
10677
10632
|
(function (OrgUserRole) {
|
|
@@ -10709,6 +10664,7 @@ var AlertType;
|
|
|
10709
10664
|
AlertType["externalEventsPerCustomerPerDay"] = "externalEventsPerCustomerPerDay";
|
|
10710
10665
|
AlertType["totalUsagePerDay"] = "totalUsagePerDay";
|
|
10711
10666
|
AlertType["totalUsagePer30Days"] = "totalUsagePer30Days";
|
|
10667
|
+
AlertType["membraneAgentUsagePer30Days"] = "membraneAgentUsagePer30Days";
|
|
10712
10668
|
})(AlertType || (AlertType = {}));
|
|
10713
10669
|
|
|
10714
10670
|
class ElementAccessor {
|
|
@@ -10842,6 +10798,55 @@ class ElementInstanceAccessor {
|
|
|
10842
10798
|
}
|
|
10843
10799
|
}
|
|
10844
10800
|
|
|
10801
|
+
class ConnectionLevelElementAccessor {
|
|
10802
|
+
constructor(client, connectionSelector, selector, elementKey, query) {
|
|
10803
|
+
this.client = client;
|
|
10804
|
+
this.connectionSelector = connectionSelector;
|
|
10805
|
+
this.selector = selector;
|
|
10806
|
+
this.elementKey = elementKey;
|
|
10807
|
+
this.query = query;
|
|
10808
|
+
this.endpoint = `/connections/${this.connectionSelector}/${elementKey}/${selector}`;
|
|
10809
|
+
}
|
|
10810
|
+
uri(path = '', query = {}) {
|
|
10811
|
+
return this.endpoint + path + '?' + qs.stringify({ ...this.query, ...query });
|
|
10812
|
+
}
|
|
10813
|
+
getUniqueIdentifier() {
|
|
10814
|
+
return this.endpoint;
|
|
10815
|
+
}
|
|
10816
|
+
async get(query = {}) {
|
|
10817
|
+
return this.client.get(this.uri('', query));
|
|
10818
|
+
}
|
|
10819
|
+
async create() {
|
|
10820
|
+
return this.client.put(this.uri());
|
|
10821
|
+
}
|
|
10822
|
+
async patch(data) {
|
|
10823
|
+
return this.client.patch(this.uri(), data);
|
|
10824
|
+
}
|
|
10825
|
+
async put(data) {
|
|
10826
|
+
return this.client.put(this.uri(), data);
|
|
10827
|
+
}
|
|
10828
|
+
async archive() {
|
|
10829
|
+
return this.client.delete(this.uri());
|
|
10830
|
+
}
|
|
10831
|
+
async reset() {
|
|
10832
|
+
return this.client.post(this.uri('/reset'));
|
|
10833
|
+
}
|
|
10834
|
+
async setup() {
|
|
10835
|
+
return this.client.post(this.uri('/setup'));
|
|
10836
|
+
}
|
|
10837
|
+
}
|
|
10838
|
+
class ConnectionLevelElementsListAccessor {
|
|
10839
|
+
constructor(client, connectionSelector, elementKey) {
|
|
10840
|
+
this.client = client;
|
|
10841
|
+
this.connectionSelector = connectionSelector;
|
|
10842
|
+
this.elementKey = elementKey;
|
|
10843
|
+
}
|
|
10844
|
+
async list(query) {
|
|
10845
|
+
const endpoint = `/connections/${this.connectionSelector}/${this.elementKey}?${qs.stringify(query !== null && query !== void 0 ? query : {})}`;
|
|
10846
|
+
return this.client.get(endpoint);
|
|
10847
|
+
}
|
|
10848
|
+
}
|
|
10849
|
+
|
|
10845
10850
|
class IntegrationLevelElementAccessor {
|
|
10846
10851
|
constructor(client, integrationSelector, elementSelector, elementKey) {
|
|
10847
10852
|
this.client = client;
|
|
@@ -10900,6 +10905,15 @@ class ActionAccessor extends ElementAccessor {
|
|
|
10900
10905
|
async reset() {
|
|
10901
10906
|
return await this.options.client.post(this.getPath('reset'));
|
|
10902
10907
|
}
|
|
10908
|
+
async run(input, options) {
|
|
10909
|
+
const queryParams = options
|
|
10910
|
+
? {
|
|
10911
|
+
integrationKey: options.integrationKey,
|
|
10912
|
+
connectionId: options.connectionId,
|
|
10913
|
+
}
|
|
10914
|
+
: {};
|
|
10915
|
+
return this.options.client.post(this.getPath('run'), { input }, { params: queryParams });
|
|
10916
|
+
}
|
|
10903
10917
|
}
|
|
10904
10918
|
class IntegrationLevelActionAccessor extends IntegrationLevelElementAccessor {
|
|
10905
10919
|
constructor(client, integrationSelector, actionSelector) {
|
|
@@ -10916,6 +10930,25 @@ class IntegrationLevelActionsListAccessor extends IntegrationLevelElementsListAc
|
|
|
10916
10930
|
this.integrationSelector = integrationSelector;
|
|
10917
10931
|
}
|
|
10918
10932
|
}
|
|
10933
|
+
class ConnectionLevelActionAccessor extends ConnectionLevelElementAccessor {
|
|
10934
|
+
constructor(client, connectionSelector, actionSelector, query) {
|
|
10935
|
+
super(client, connectionSelector, actionSelector, 'actions', query);
|
|
10936
|
+
this.client = client;
|
|
10937
|
+
this.connectionSelector = connectionSelector;
|
|
10938
|
+
this.actionSelector = actionSelector;
|
|
10939
|
+
this.query = query;
|
|
10940
|
+
}
|
|
10941
|
+
async run(input) {
|
|
10942
|
+
return this.client.post(this.uri('/run'), input);
|
|
10943
|
+
}
|
|
10944
|
+
}
|
|
10945
|
+
class ConnectionLevelActionsAccessor extends ConnectionLevelElementsListAccessor {
|
|
10946
|
+
constructor(client, connectionSelector) {
|
|
10947
|
+
super(client, connectionSelector, 'actions');
|
|
10948
|
+
this.client = client;
|
|
10949
|
+
this.connectionSelector = connectionSelector;
|
|
10950
|
+
}
|
|
10951
|
+
}
|
|
10919
10952
|
|
|
10920
10953
|
const POPUP_ELEMENT_ID = '__integration-app-popup';
|
|
10921
10954
|
const CONTAINER_ELEMENT_ID = '__integration-app-container';
|
|
@@ -11142,104 +11175,6 @@ function handleIframeUnmount(iframe) {
|
|
|
11142
11175
|
}
|
|
11143
11176
|
}
|
|
11144
11177
|
|
|
11145
|
-
class ConnectionLevelElementAccessor {
|
|
11146
|
-
constructor(client, connectionSelector, selector, elementKey, query) {
|
|
11147
|
-
this.client = client;
|
|
11148
|
-
this.connectionSelector = connectionSelector;
|
|
11149
|
-
this.selector = selector;
|
|
11150
|
-
this.elementKey = elementKey;
|
|
11151
|
-
this.query = query;
|
|
11152
|
-
this.endpoint = `/connections/${this.connectionSelector}/${elementKey}/${selector}`;
|
|
11153
|
-
}
|
|
11154
|
-
uri(path = '', query = {}) {
|
|
11155
|
-
return this.endpoint + path + '?' + qs.stringify({ ...this.query, ...query });
|
|
11156
|
-
}
|
|
11157
|
-
getUniqueIdentifier() {
|
|
11158
|
-
return this.endpoint;
|
|
11159
|
-
}
|
|
11160
|
-
async get(query = {}) {
|
|
11161
|
-
return this.client.get(this.uri('', query));
|
|
11162
|
-
}
|
|
11163
|
-
async create() {
|
|
11164
|
-
return this.client.put(this.uri());
|
|
11165
|
-
}
|
|
11166
|
-
async patch(data) {
|
|
11167
|
-
return this.client.patch(this.uri(), data);
|
|
11168
|
-
}
|
|
11169
|
-
async put(data) {
|
|
11170
|
-
return this.client.put(this.uri(), data);
|
|
11171
|
-
}
|
|
11172
|
-
async archive() {
|
|
11173
|
-
return this.client.delete(this.uri());
|
|
11174
|
-
}
|
|
11175
|
-
async reset() {
|
|
11176
|
-
return this.client.post(this.uri('/reset'));
|
|
11177
|
-
}
|
|
11178
|
-
async setup() {
|
|
11179
|
-
return this.client.post(this.uri('/setup'));
|
|
11180
|
-
}
|
|
11181
|
-
}
|
|
11182
|
-
class ConnectionLevelElementsListAccessor {
|
|
11183
|
-
constructor(client, connectionSelector, elementKey) {
|
|
11184
|
-
this.client = client;
|
|
11185
|
-
this.connectionSelector = connectionSelector;
|
|
11186
|
-
this.elementKey = elementKey;
|
|
11187
|
-
}
|
|
11188
|
-
async list(query) {
|
|
11189
|
-
const endpoint = `/connections/${this.connectionSelector}/${this.elementKey}?${qs.stringify(query !== null && query !== void 0 ? query : {})}`;
|
|
11190
|
-
return this.client.get(endpoint);
|
|
11191
|
-
}
|
|
11192
|
-
}
|
|
11193
|
-
|
|
11194
|
-
class ActionInstancesAccessor extends ElementInstanceListAccessor {
|
|
11195
|
-
constructor(client) {
|
|
11196
|
-
super(client, 'action-instances');
|
|
11197
|
-
}
|
|
11198
|
-
}
|
|
11199
|
-
class ActionInstanceAccessor extends ElementInstanceAccessor {
|
|
11200
|
-
constructor(client, selector) {
|
|
11201
|
-
super({
|
|
11202
|
-
client,
|
|
11203
|
-
instancePath: 'action-instance',
|
|
11204
|
-
selector,
|
|
11205
|
-
});
|
|
11206
|
-
this.client = client;
|
|
11207
|
-
}
|
|
11208
|
-
async setup() {
|
|
11209
|
-
await this.client.post(this.getPath('setup'));
|
|
11210
|
-
}
|
|
11211
|
-
async reset() {
|
|
11212
|
-
await this.client.post(this.getPath('reset'));
|
|
11213
|
-
}
|
|
11214
|
-
async run(input) {
|
|
11215
|
-
return this.client.post(this.getPath('run'), input);
|
|
11216
|
-
}
|
|
11217
|
-
async open({ onClose = () => { } } = {}) {
|
|
11218
|
-
const id = await this.getId();
|
|
11219
|
-
const uri = await this.client.getEmbedUri(`action-instances/${id}/configuration`);
|
|
11220
|
-
return openIframe(uri, { onClose });
|
|
11221
|
-
}
|
|
11222
|
-
}
|
|
11223
|
-
class ConnectionLevelActionAccessor extends ConnectionLevelElementAccessor {
|
|
11224
|
-
constructor(client, connectionSelector, actionSelector, query) {
|
|
11225
|
-
super(client, connectionSelector, actionSelector, 'actions', query);
|
|
11226
|
-
this.client = client;
|
|
11227
|
-
this.connectionSelector = connectionSelector;
|
|
11228
|
-
this.actionSelector = actionSelector;
|
|
11229
|
-
this.query = query;
|
|
11230
|
-
}
|
|
11231
|
-
async run(input) {
|
|
11232
|
-
return this.client.post(this.uri('/run'), input);
|
|
11233
|
-
}
|
|
11234
|
-
}
|
|
11235
|
-
class ConnectionLevelActionsAccessor extends ConnectionLevelElementsListAccessor {
|
|
11236
|
-
constructor(client, connectionSelector) {
|
|
11237
|
-
super(client, connectionSelector, 'actions');
|
|
11238
|
-
this.client = client;
|
|
11239
|
-
this.connectionSelector = connectionSelector;
|
|
11240
|
-
}
|
|
11241
|
-
}
|
|
11242
|
-
|
|
11243
11178
|
class DataSourcesAccessor extends ElementListAccessor {
|
|
11244
11179
|
constructor(client) {
|
|
11245
11180
|
super(client, 'data-sources');
|
|
@@ -12209,6 +12144,36 @@ class UserAccessor extends CustomerAccessor {
|
|
|
12209
12144
|
}
|
|
12210
12145
|
}
|
|
12211
12146
|
|
|
12147
|
+
class ActionInstancesAccessor extends ElementInstanceListAccessor {
|
|
12148
|
+
constructor(client) {
|
|
12149
|
+
super(client, 'action-instances');
|
|
12150
|
+
}
|
|
12151
|
+
}
|
|
12152
|
+
class ActionInstanceAccessor extends ElementInstanceAccessor {
|
|
12153
|
+
constructor(client, selector) {
|
|
12154
|
+
super({
|
|
12155
|
+
client,
|
|
12156
|
+
instancePath: 'action-instance',
|
|
12157
|
+
selector,
|
|
12158
|
+
});
|
|
12159
|
+
this.client = client;
|
|
12160
|
+
}
|
|
12161
|
+
async setup() {
|
|
12162
|
+
await this.client.post(this.getPath('setup'));
|
|
12163
|
+
}
|
|
12164
|
+
async reset() {
|
|
12165
|
+
await this.client.post(this.getPath('reset'));
|
|
12166
|
+
}
|
|
12167
|
+
async run(input) {
|
|
12168
|
+
return this.client.post(this.getPath('run'), input);
|
|
12169
|
+
}
|
|
12170
|
+
async open({ onClose = () => { } } = {}) {
|
|
12171
|
+
const id = await this.getId();
|
|
12172
|
+
const uri = await this.client.getEmbedUri(`action-instances/${id}/configuration`);
|
|
12173
|
+
return openIframe(uri, { onClose });
|
|
12174
|
+
}
|
|
12175
|
+
}
|
|
12176
|
+
|
|
12212
12177
|
class DataLinkTablesAccessor extends ElementListAccessor {
|
|
12213
12178
|
constructor(client) {
|
|
12214
12179
|
super(client, 'data-link-tables');
|
|
@@ -12410,6 +12375,43 @@ const ScenarioTemplate = z.object({
|
|
|
12410
12375
|
handyElements: z.array(HandyScenarioTemplateElement).optional(),
|
|
12411
12376
|
});
|
|
12412
12377
|
|
|
12378
|
+
var AgentSessionStatus;
|
|
12379
|
+
(function (AgentSessionStatus) {
|
|
12380
|
+
AgentSessionStatus["QUEUED"] = "queued";
|
|
12381
|
+
AgentSessionStatus["STARTING"] = "starting";
|
|
12382
|
+
AgentSessionStatus["RUNNING"] = "running";
|
|
12383
|
+
AgentSessionStatus["COMPLETED"] = "completed";
|
|
12384
|
+
AgentSessionStatus["FAILED"] = "failed";
|
|
12385
|
+
AgentSessionStatus["CANCELLED"] = "cancelled";
|
|
12386
|
+
})(AgentSessionStatus || (AgentSessionStatus = {}));
|
|
12387
|
+
const AgentSession = z.object({
|
|
12388
|
+
id: z.string(),
|
|
12389
|
+
workspaceId: z.string(),
|
|
12390
|
+
workspaceElementType: z.enum(WorkspaceElementType),
|
|
12391
|
+
workspaceElementId: z.string(),
|
|
12392
|
+
type: z.string(),
|
|
12393
|
+
status: z.enum(AgentSessionStatus),
|
|
12394
|
+
workerId: z.string().optional(),
|
|
12395
|
+
workerUrl: z.string().url().optional(),
|
|
12396
|
+
prompt: z.string(),
|
|
12397
|
+
error: ErrorDataSchema.optional(),
|
|
12398
|
+
createdBy: z.string(),
|
|
12399
|
+
lastActivityAt: z.iso.datetime(),
|
|
12400
|
+
createdAt: z.iso.datetime(),
|
|
12401
|
+
updatedAt: z.iso.datetime(),
|
|
12402
|
+
storedMessagesUri: z.string().url().optional(),
|
|
12403
|
+
sessionFilesZipUri: z.string().url().optional(),
|
|
12404
|
+
logs: z.array(z.any()).optional(),
|
|
12405
|
+
});
|
|
12406
|
+
const CreateAgentSession = z.object({
|
|
12407
|
+
workspaceElementType: z.enum(WorkspaceElementType),
|
|
12408
|
+
workspaceElementId: z.string().min(1),
|
|
12409
|
+
prompt: z.string().min(1),
|
|
12410
|
+
});
|
|
12411
|
+
const AgentSessionInputSchema = z.object({
|
|
12412
|
+
input: z.string().optional(),
|
|
12413
|
+
});
|
|
12414
|
+
|
|
12413
12415
|
function decodeJWT(token) {
|
|
12414
12416
|
if (typeof token !== 'string') {
|
|
12415
12417
|
return undefined;
|
|
@@ -12442,6 +12444,9 @@ const DEFAULT_API_URI = 'https://api.integration.app';
|
|
|
12442
12444
|
const DEFAULT_UI_URI = 'https://ui.integration.app';
|
|
12443
12445
|
const REFETCH_EXPIRATION_THRESHOLD = 10 * 1000;
|
|
12444
12446
|
function decodeToken(token) {
|
|
12447
|
+
if (token.startsWith('pat-')) {
|
|
12448
|
+
return null;
|
|
12449
|
+
}
|
|
12445
12450
|
const payload = decodeJWT(token);
|
|
12446
12451
|
if (!payload) {
|
|
12447
12452
|
throw new Error('Access token should be a valid JWT token.');
|
|
@@ -12471,7 +12476,7 @@ class MembraneApiClient {
|
|
|
12471
12476
|
}
|
|
12472
12477
|
else {
|
|
12473
12478
|
const payload = decodeToken(this.token);
|
|
12474
|
-
if (payload.exp) {
|
|
12479
|
+
if (payload === null || payload === void 0 ? void 0 : payload.exp) {
|
|
12475
12480
|
const willExpireSoon = new Date(payload.exp * 1000).getTime() - new Date().getTime() < REFETCH_EXPIRATION_THRESHOLD;
|
|
12476
12481
|
if (willExpireSoon) {
|
|
12477
12482
|
this.token = await this.fetchToken();
|
|
@@ -12703,5 +12708,5 @@ class MembraneClient extends MembraneApiClient {
|
|
|
12703
12708
|
|
|
12704
12709
|
injectFormulaCatalog(getFormula, isFormula, hasFormulas);
|
|
12705
12710
|
|
|
12706
|
-
export { ACTIONS, AccessDeniedError, ActionAccessor, ActionApiResponse, ActionDependency, ActionDependencyType, ActionEditableProperties, ActionInstanceAccessor, ActionInstanceApiResponse, ActionInstanceSetupError, ActionInstancesAccessor, ActionRunError, ActionRunLogRecordApiResponse, ActionRunLogStatus, ActionRunResponse, ActionType, ActionsAccessor, AlertSeverity, AlertStatus, AlertType, ApiRequestSpec, AppDataSchemaAccessor, AppDataSchemaApiResponse, AppDataSchemaInstanceAccessor, AppDataSchemaInstanceApiResponse, AppDataSchemaInstancesAccessor, AppDataSchemasAccessor, AppEventLogRecordApiResponse, AppEventSubscriptionAccessor, AppEventSubscriptionApiResponse, AppEventSubscriptionsAccessor, AppEventTypeAccessor, AppEventTypeApiResponse, AppEventTypesAccessor, AppliedToIntegrations, BadRequestError, BadRequestErrorKey, BaseAction, BaseActionInstance, BaseActionRunLogRecord, BaseAppDataSchema, BaseAppDataSchemaInstance, BaseAppEventSubscription, BaseAppEventType, BaseConnection, BaseCustomer, BaseDataLinkTable, BaseDataLinkTableInstance, BaseDataSource, BaseDataSourceInstance, BaseExternalEvent, BaseExternalEventLogRecord, BaseExternalEventPull, BaseExternalEventSubscription, BaseFieldMapping, BaseFieldMappingInstance, BaseFlow, BaseFlowInstance, BaseFlowRun, BaseIntegration, BaseIntegrationLevelMembraneInterface, BaseIntegrationLevelMembraneInterfaceEditableProperties, 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, 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, ConnectorAuthMethodTypes, ConnectorCopilotFileChunkTopicKey, ConnectorCopilotSuggestionType, ConnectorDataCollectionEventImplementationType, ConnectorDataCollectionMethodKeys, ConnectorDataLocationTypes, ConnectorEventHandlerMethods, ConnectorEventImplementationType, ConnectorFileUpdateType, ConnectorMethodImplementationType, ConnectorOperationMethodImplementationTypes, ConnectorStatus, CopilotActionStatus, CopilotActionType, CopilotActivityScope, CopilotActivityType, CopilotTaskStatus, CopilotTaskType, CreateActionInstanceRequest, CreateActionRequest, CreateConnectionRequest, CreateCustomerRequest, CreateDataSourceInstanceRequest, CreateDataSourceRequest, CreateFieldMappingRequest, CreateFlowNodeRequest, CreateFlowRequest, CreateFlowRunRequest, CreateIntegrationRequest, CustomCodeError, CustomerAccessor, CustomerApiResponse, CustomerSelector, CustomersAccessor, DATA_RECORD_SCHEMA, 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, DataLinkTableInstanceAccessor, DataLinkTableInstanceApiResponse, DataLinkTableInstancesAccessor, DataLinkTablesAccessor, DataLocationMethodImplementationTypes, DataLocationTypeCollection, DataLocatorStep, DataLocatorStepArrayItem, DataLocatorStepObjectProperty, DataLocatorStepType, DataRecordSchema, DataSchema, DataSourceAccessor, DataSourceApiResponse, DataSourceEditableProperties, DataSourceInstanceAccessor, DataSourceInstanceApiResponse, DataSourceInstancesAccessor, DataSourceUnitConfig, DataSourcesAccessor, DependencyError, DownstreamFlowNodeRunSchema, EDITABLE_LIMITS, ElementAccessor, ElementInstanceAccessor, ElementInstanceListAccessor, ElementListAccessor, ElementsExportFields, ErrorData, ErrorDataSchema, ErrorType, ExternalEvent, ExternalEventLogRecordApiResponse, ExternalEventLogStatus, ExternalEventPullApiResponse, ExternalEventPullStatus, ExternalEventSubscriptionAccessor, ExternalEventSubscriptionApiResponse, ExternalEventSubscriptionConfig, ExternalEventSubscriptionStatus, ExternalEventSubscriptionType, ExternalEventSubscriptionsAccessor, ExternalEventType, ExternalEventUnitConfig, FLOW_NODE_SPECS, FieldMappingAccessor, FieldMappingApiResponse, FieldMappingDirection, FieldMappingEditableProperties, FieldMappingInstanceAccessor, FieldMappingInstanceApiResponse, FieldMappingInstancesAccessor, FieldMappingUnitConfig, FieldMappingsAccessor, FindActionInstancesQuery, FindActionsQuery, FindConnectionsQuery, FindConnectionsResponse, FindCustomersQuery, FindDataSourceEventsQuery, FindDataSourceInstanceSyncsQuery, FindDataSourceInstancesQuery, FindDataSourceSyncsQuery, FindDataSourcesQuery, FindFieldMappingsQuery, FindFlowInstancesQuery, FindFlowRunsQuery, FindFlowRunsResponse, FindFlowsQuery, FindIntegrationLevelMembraneInterfaceQuery, FindIntegrationsQuery, FindPackagesQuery, FlowAccessor, FlowApiResponse, FlowEditableProperties, 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, FlowsAccessor, Formula, HTTP_REQUEST_SCHEMA, HandyScenarioTemplateElement, HttpRequestMethod, HttpRequestSpec, IncludeArchivedQuery, IncomingWebhooksState, IntegrationAccessor, IntegrationApiResponse, MembraneClient as IntegrationAppClient, IntegrationAuthOption, IntegrationAuthUi, IntegrationElementLevel, IntegrationElementType, IntegrationLevelActionAccessor, IntegrationLevelActionsListAccessor, IntegrationLevelDataSourceAccessor, IntegrationLevelDataSourcesListAccessor, IntegrationLevelFieldMappingAccessor, IntegrationLevelFieldMappingsListAccessor, IntegrationLevelFlowAccessor, IntegrationLevelFlowsListAccessor, IntegrationLevelMembraneInterfaceSelectorQuery, IntegrationsAccessor, InternalError, InvalidLocatorError, LimitUnits, ListActionInstancesForConnectionQuery, ListDataSourceInstancesForConnectionQuery, ListExternalEventLogRecordsQuery, ListExternalEventPullsQuery, ListFlowInstancesForConnectionQuery, LogRecordType, MIN_FULL_SYNC_INTERVAL_SECONDS, MIN_PULL_UPDATES_INTERVAL_SECONDS, axios as MembraneAxiosInstance, MembraneClient, MembraneError, MinimalConnector, NotAuthenticatedError, NotFoundError, OAUTH1_CONFIG_SCHEMA, OAUTH_CONFIG_SCHEMA, OrgLimitsType, OrgUserRole, OrgUserStatus, PARALLEL_EXECUTION_LIMITS, PackageAccessor, PackageApiResponse, PackageCalculatedProperties, PackageEditableProperties, PackageElement, PackageElementApi, PackagesAccessor, PaginationQuery, PaginationResponse, RATE_LIMITS, RateLimitExceededError, ResetFlowInstanceOptions, RunActionRequest, ScenarioAccessor, ScenarioTemplate, ScenarioTemplateCategory, ScenarioTemplateElements, ScenariosAccessor, ScreenAccessor, ScreenApiResponse, ScreenBlock, ScreenBlockType, ScreenType, ScreensAccessor, SearchQuery, SelfAccessor, UDM, UNIFIED_DATA_MODELS, UnitRunError, UpdateActionInstanceRequest, UpdateActionRequest, UpdateConnectionRequest, UpdateCustomerRequest, UpdateDataSourceInstanceRequest, UpdateDataSourceRequest, UpdateFieldMappingRequest, UpdateFlowRequest, UpdateIntegrationRequest, UpstreamFlowNodeRunSchema, UsageType, UserAccessor, UsersAccessor, WORKSPACE_SIZE_LIMITS, WebhookTypeEnum, WorkspaceElementDependencyType, WorkspaceElementSpecs, WorkspaceElementState, WorkspaceElementType, WorkspaceEventType, WorkspaceNotificationType, WorkspaceOnboardingStep, WorkspaceSyncEventType, WorkspaceType, __resolveValue, addRequiredFieldsToSchema, addUdmFallbackFields, backwardCompatibleFilterMatch, buildData, buildDataSchema, buildValue, compressDataSchema, createCompoundSchema, createFlowInstanceSchema, createObjectFromLocators, createOrUpdateConnection, createSchema, dataCollectionEventTypeToExternalEventType, dataLocationParametersMatch, doesMatchFilter, excludeFieldsFromSchema, excludeFieldsFromValue, excludeReadOnlyFieldsFromSchema, excludeWriteOnlyFieldsFromSchema, externalEventTypeToDataCollectionEventType, extractFieldLocator, extractMembraneErrorData, findUdmCollectionMapping, findUdmDefaultCollection, findUdmRootLocation, findValueLocators, generateExampleFromSchema, getActionInstanceVariableSchema, getActionRunTimeVariablesSchema, getAllEventMethodFilePaths, getBusinessDaysBetween, getChildNodeKeys, getDataCollectionCreateFields, getDataCollectionUpdateFields, getDataLocationMethodPath, getDownstreamNodeKeys, getErrorFromData, getEventMethodFileKey, getFilterFieldValuesByLocator, getFlowInstanceNodeDependency, getFlowNode, getFlowNodeConfigTimeVariablesSchema, getFlowNodeDescription, getFlowNodeRunTimeVariablesSchema, getFlowNodeSpec, getFlowNodeTitle, getFormula$1 as getFormula, getFormulaLocators, getFormula as getFormula_internalDoNotUse, getFullNameForLocator, getFullTitleForLocator, getIconUriForLocator, getLocatorsFromData, getLocatorsFromSchema, 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, isBusinessDay, isDataActionType, isDataLocationMethodSupported, isFormula$1 as isFormula, isFormula as isFormula_internalDoNotUse, isMembraneError, isObject, isSameDataLocation, isSchemaEmpty, isStream, isValidLocator, locatorToField, locatorToSteps, locatorToString, makeDataLocationOperationPath, makeDataLocationPath, makeDataRecordSchema, makeObjectPropertyLocator, makeSchemaForLocator, mergeSchemas, mergeWithFormulas, nonEmptyObjectProperties, parseDataLocationPath, parseDate, patchSchema, pickFieldsFromSchema, pickFieldsFromValue, populateSchemaTitles, processCopy, removeNonExistentVars, removeRequiredFieldsFromSchema, resolveFormulas, schemaAllowsCustomValue, schemaHasFixedValues, schemaHasProperties, schemaIsNumber, schemaIsScalar, schemaTypeFromValue, schemaWithTitle, setSchemaAtLocator, setValueAtLocator, stepsToLocator, streamToString, transformVariablesWith, transformVars, truncateData, unwrapSchema, unwrapSchemas, updateFlowInstanceSchema, updateImpliedSchema, valueToSchema, valueToString, walkSchema, wrapAnyOfSchema, zodBooleanCoercion };
|
|
12711
|
+
export { ACTIONS, AccessDeniedError, ActionAccessor, ActionApiResponse, ActionDependency, ActionDependencyType, ActionEditableProperties, ActionExportProperties, ActionInstanceAccessor, ActionInstanceApiResponse, ActionInstanceSetupError, ActionInstancesAccessor, ActionRunError, ActionRunLogRecordApiResponse, ActionRunLogStatus, ActionRunResponse, ActionType, ActionsAccessor, AgentSession, AgentSessionInputSchema, AgentSessionStatus, AlertSeverity, AlertStatus, AlertType, ApiRequestSpec, AppDataSchemaAccessor, AppDataSchemaApiResponse, AppDataSchemaInstanceAccessor, AppDataSchemaInstanceApiResponse, AppDataSchemaInstancesAccessor, AppDataSchemasAccessor, AppEventLogRecordApiResponse, AppEventSubscriptionAccessor, AppEventSubscriptionApiResponse, AppEventSubscriptionsAccessor, AppEventTypeAccessor, AppEventTypeApiResponse, AppEventTypesAccessor, AppliedToIntegrations, BadRequestError, BadRequestErrorKey, BaseAction, BaseActionInstance, BaseActionRunLogRecord, BaseAppDataSchema, BaseAppDataSchemaInstance, BaseAppEventSubscription, BaseAppEventType, BaseConnection, BaseCustomer, BaseDataLinkTable, BaseDataLinkTableInstance, BaseDataSource, BaseDataSourceInstance, BaseExternalEvent, BaseExternalEventLogRecord, BaseExternalEventPull, BaseExternalEventSubscription, BaseFieldMapping, BaseFieldMappingInstance, BaseFlow, BaseFlowInstance, BaseFlowRun, 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, 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, ConnectorAuthMethodTypes, ConnectorDataCollectionEventImplementationType, ConnectorDataCollectionMethodKeys, ConnectorDataLocationTypes, ConnectorEventHandlerMethods, ConnectorEventImplementationType, ConnectorFileUpdateType, ConnectorMethodImplementationType, ConnectorOperationMethodImplementationTypes, ConnectorStatus, CreateActionInstanceRequest, CreateActionRequest, CreateAgentSession, CreateConnectionRequest, CreateCustomerRequest, CreateDataSourceInstanceRequest, CreateDataSourceRequest, CreateFieldMappingRequest, CreateFlowNodeRequest, CreateFlowRequest, CreateFlowRunRequest, CreateIntegrationRequest, CreatePackageRequest, CustomCodeError, CustomerAccessor, CustomerApiResponse, CustomerSelector, CustomersAccessor, DATA_RECORD_SCHEMA, 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, DataLinkTableInstanceAccessor, DataLinkTableInstanceApiResponse, DataLinkTableInstancesAccessor, DataLinkTablesAccessor, DataLocationMethodImplementationTypes, 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, 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, FindActionsQuery, FindConnectionsQuery, FindConnectionsResponse, FindCustomersQuery, FindDataSourceEventsQuery, FindDataSourceInstanceSyncsQuery, FindDataSourceInstancesQuery, FindDataSourceSyncsQuery, FindDataSourcesQuery, FindFieldMappingsQuery, FindFlowInstancesQuery, FindFlowRunsQuery, FindFlowRunsResponse, FindFlowsQuery, FindIntegrationLevelMembraneInterfaceQuery, FindIntegrationsQuery, FindPackagesQuery, 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, FlowsAccessor, Formula, HTTP_REQUEST_SCHEMA, HandyScenarioTemplateElement, HttpRequestMethod, HttpRequestSpec, IncludeArchivedQuery, IncomingWebhooksState, IntegrationAccessor, IntegrationApiResponse, MembraneClient as IntegrationAppClient, IntegrationAuthOption, IntegrationAuthUi, IntegrationElementLevel, IntegrationElementType, IntegrationExportProperties, IntegrationLevelActionAccessor, IntegrationLevelActionsListAccessor, IntegrationLevelDataSourceAccessor, IntegrationLevelDataSourcesListAccessor, IntegrationLevelFieldMappingAccessor, IntegrationLevelFieldMappingsListAccessor, IntegrationLevelFlowAccessor, IntegrationLevelFlowsListAccessor, IntegrationLevelMembraneInterfaceSelectorQuery, IntegrationsAccessor, InternalError, InvalidLocatorError, LimitUnits, ListActionInstancesForConnectionQuery, ListDataSourceInstancesForConnectionQuery, ListExternalEventLogRecordsQuery, ListExternalEventPullsQuery, ListFlowInstancesForConnectionQuery, LogRecordType, MEMBRANE_ELEMENT_CONFIG_FILE_NAME, MIN_FULL_SYNC_INTERVAL_SECONDS, MIN_PULL_UPDATES_INTERVAL_SECONDS, axios as MembraneAxiosInstance, MembraneClient, MembraneError, MinimalConnector, NotAuthenticatedError, NotFoundError, OAUTH1_CONFIG_SCHEMA, OAUTH_CONFIG_SCHEMA, OrgLimitsType, OrgUserRole, OrgUserStatus, PARALLEL_EXECUTION_LIMITS, PackageAccessor, PackageApiResponse, PackageCalculatedProperties, PackageEditableProperties, PackageElement, PackageElementApi, PackageElementExport, PackageExportProperties, PackagesAccessor, PaginationQuery, PaginationResponse, RATE_LIMITS, RateLimitExceededError, ResetFlowInstanceOptions, RunActionRequest, RunFlowApiRequest, ScenarioAccessor, ScenarioTemplate, ScenarioTemplateCategory, ScenarioTemplateElements, ScenariosAccessor, ScreenAccessor, ScreenApiResponse, ScreenBlock, ScreenBlockType, ScreenType, ScreensAccessor, SearchQuery, SelfAccessor, UDM, UNIFIED_DATA_MODELS, UnitRunError, UpdateActionInstanceRequest, UpdateActionRequest, UpdateConnectionRequest, UpdateCustomerRequest, UpdateDataSourceInstanceRequest, UpdateDataSourceRequest, UpdateFieldMappingRequest, UpdateFlowRequest, UpdateIntegrationRequest, UpdatePackageRequest, UpstreamFlowNodeRunSchema, UsageType, UserAccessor, UsersAccessor, WORKSPACE_SIZE_LIMITS, WebhookTypeEnum, WorkspaceElementDependencyType, WorkspaceElementSpecs, WorkspaceElementState, WorkspaceElementType, WorkspaceEventType, WorkspaceNotificationType, WorkspaceOnboardingStep, WorkspaceSyncEventType, WorkspaceType, __resolveValue, addRequiredFieldsToSchema, addUdmFallbackFields, backwardCompatibleFilterMatch, buildData, buildDataSchema, buildValue, compressDataSchema, createCompoundSchema, createFlowInstanceSchema, createObjectFromLocators, createOrUpdateConnection, createSchema, dataCollectionEventTypeToExternalEventType, dataLocationParametersMatch, doesMatchFilter, excludeFieldsFromSchema, excludeFieldsFromValue, excludeReadOnlyFieldsFromSchema, excludeWriteOnlyFieldsFromSchema, externalEventTypeToDataCollectionEventType, extractFieldLocator, extractMembraneErrorData, findUdmCollectionMapping, findUdmDefaultCollection, findUdmRootLocation, findValueLocators, generateExampleFromSchema, getActionInstanceVariableSchema, getActionRunTimeVariablesSchema, getAllEventMethodFilePaths, getBusinessDaysBetween, getChildNodeKeys, getDataCollectionCreateFields, getDataCollectionUpdateFields, getDataLocationMethodPath, getDownstreamNodeKeys, getErrorFromData, getEventMethodFileKey, 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, isBusinessDay, isDataActionType, isDataLocationMethodSupported, isFormula$1 as isFormula, isFormula as isFormula_internalDoNotUse, isMembraneError, isObject, isSameDataLocation, isSchemaEmpty, isStream, isValidLocator, 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, setSchemaAtLocator, setValueAtLocator, stepsToLocator, streamToString, transformVariablesWith, transformVars, truncateData, unwrapSchema, unwrapSchemas, updateFlowInstanceSchema, updateImpliedSchema, valueToSchema, valueToString, walkSchema, wrapAnyOfSchema, zodBooleanCoercion };
|
|
12707
12712
|
//# sourceMappingURL=index.browser.mjs.map
|