@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.node.mjs
CHANGED
|
@@ -3386,6 +3386,7 @@ const zodBooleanCoercion = () => z.preprocess((val) => {
|
|
|
3386
3386
|
return Boolean(val);
|
|
3387
3387
|
return Boolean(val);
|
|
3388
3388
|
}, z.boolean());
|
|
3389
|
+
|
|
3389
3390
|
const IncludeArchivedQuery = z.object({
|
|
3390
3391
|
includeArchived: zodBooleanCoercion().optional(),
|
|
3391
3392
|
});
|
|
@@ -3440,7 +3441,6 @@ var WorkspaceElementType;
|
|
|
3440
3441
|
WorkspaceElementType["ExternalEventSubscription"] = "external-event-subscription";
|
|
3441
3442
|
WorkspaceElementType["ExternalEventLogRecord"] = "external-event-log-record";
|
|
3442
3443
|
WorkspaceElementType["ExternalEventPull"] = "external-event-pull";
|
|
3443
|
-
WorkspaceElementType["DataCollection"] = "data-collection";
|
|
3444
3444
|
WorkspaceElementType["Screen"] = "screen";
|
|
3445
3445
|
WorkspaceElementType["ActionRunLogRecord"] = "action-run-log-record";
|
|
3446
3446
|
})(WorkspaceElementType || (WorkspaceElementType = {}));
|
|
@@ -3472,9 +3472,9 @@ const BaseWorkspaceElement = z.object({
|
|
|
3472
3472
|
name: z.string(),
|
|
3473
3473
|
});
|
|
3474
3474
|
const BaseMembraneInterfaceEditableProperties = z.object({
|
|
3475
|
+
uuid: z.string().optional(),
|
|
3475
3476
|
key: z.string().optional(),
|
|
3476
3477
|
name: z.string().optional(),
|
|
3477
|
-
uuid: z.string().optional(),
|
|
3478
3478
|
description: z.string().optional(),
|
|
3479
3479
|
meta: z.record(z.string(), z.any()).optional(),
|
|
3480
3480
|
});
|
|
@@ -3491,19 +3491,27 @@ const BaseMembraneInterfaceReadOnlyProperties = z.object({
|
|
|
3491
3491
|
const BaseMembraneInterface = BaseWorkspaceElement.merge(BaseMembraneInterfaceEditableProperties).merge(BaseMembraneInterfaceReadOnlyProperties);
|
|
3492
3492
|
const BaseIntegrationLevelMembraneInterfaceEditableProperties = BaseMembraneInterfaceEditableProperties.extend({
|
|
3493
3493
|
integrationId: z.string().optional(),
|
|
3494
|
+
integrationUuid: z.string().optional(),
|
|
3494
3495
|
parentId: z.string().optional(),
|
|
3496
|
+
parentUuid: z.string().optional(),
|
|
3497
|
+
connectionId: z.string().optional(),
|
|
3498
|
+
instanceKey: z.string().optional(),
|
|
3495
3499
|
});
|
|
3496
3500
|
const BaseIntegrationLevelMembraneInterfaceReadOnlyProperties = BaseMembraneInterfaceReadOnlyProperties.extend({
|
|
3497
3501
|
isCustomized: z.boolean().optional(),
|
|
3498
3502
|
});
|
|
3503
|
+
const BaseIntegrationLevelMembraneInterfaceExportProperties = BaseMembraneInterfaceEditableProperties.extend({
|
|
3504
|
+
integrationUuid: z.string().optional(),
|
|
3505
|
+
parentUuid: z.string().optional(),
|
|
3506
|
+
});
|
|
3499
3507
|
const IntegrationLevelMembraneInterfaceSelectorQuery = z.object({
|
|
3508
|
+
layer: z.enum(['universal', 'integration', 'connection']).optional(),
|
|
3500
3509
|
integrationKey: z.string().optional(),
|
|
3510
|
+
integrationId: z.string().optional(),
|
|
3501
3511
|
connectionId: z.string().optional(),
|
|
3502
3512
|
instanceKey: z.string().optional(),
|
|
3503
3513
|
});
|
|
3504
3514
|
const FindIntegrationLevelMembraneInterfaceQuery = IntegrationLevelMembraneInterfaceSelectorQuery.extend(CommonListElementsQuery.shape).extend({
|
|
3505
|
-
layer: z.enum(['universal', 'integration', 'connection']).optional(),
|
|
3506
|
-
integrationId: z.string().optional(),
|
|
3507
3515
|
parentId: z.string().optional(),
|
|
3508
3516
|
universalParentId: z.string().optional(),
|
|
3509
3517
|
userId: z.string().optional(),
|
|
@@ -3546,12 +3554,11 @@ var FieldMappingDirection;
|
|
|
3546
3554
|
FieldMappingDirection["EXPORT"] = "export";
|
|
3547
3555
|
FieldMappingDirection["BOTH"] = "both";
|
|
3548
3556
|
})(FieldMappingDirection || (FieldMappingDirection = {}));
|
|
3549
|
-
const
|
|
3550
|
-
|
|
3551
|
-
|
|
3557
|
+
const FieldMappingSpecificProperties = z.object({
|
|
3558
|
+
connectionId: z.string().optional(),
|
|
3559
|
+
fieldMappingId: z.string().optional(),
|
|
3552
3560
|
universalFieldMappingId: z.string().optional(),
|
|
3553
3561
|
dataSourceKey: z.string().optional(),
|
|
3554
|
-
dataSourceId: z.string().optional(),
|
|
3555
3562
|
appSchema: DataSchema.optional(),
|
|
3556
3563
|
direction: z.enum(FieldMappingDirection).optional(),
|
|
3557
3564
|
defaultImportValue: z.any().optional(),
|
|
@@ -3562,6 +3569,14 @@ const FieldMappingEditableProperties = BaseIntegrationLevelMembraneInterfaceEdit
|
|
|
3562
3569
|
frozenExportFields: z.any().optional(),
|
|
3563
3570
|
frozenUnifiedExportFields: z.any().optional(),
|
|
3564
3571
|
});
|
|
3572
|
+
const FieldMappingEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.omit({
|
|
3573
|
+
parentId: true,
|
|
3574
|
+
}).extend(FieldMappingSpecificProperties.shape);
|
|
3575
|
+
const FieldMappingExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(FieldMappingSpecificProperties.shape).omit({
|
|
3576
|
+
connectionId: true,
|
|
3577
|
+
fieldMappingId: true,
|
|
3578
|
+
universalFieldMappingId: true,
|
|
3579
|
+
});
|
|
3565
3580
|
const FieldMappingReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
3566
3581
|
universalFieldMappingRevision: z.string().optional(),
|
|
3567
3582
|
});
|
|
@@ -3685,17 +3700,19 @@ const ActionDependency = z.object({
|
|
|
3685
3700
|
key: z.string(),
|
|
3686
3701
|
element: z.any().optional(),
|
|
3687
3702
|
});
|
|
3688
|
-
const
|
|
3689
|
-
integrationId: z.string().optional(),
|
|
3703
|
+
const ActionSpecificProperties = z.object({
|
|
3690
3704
|
connectionId: z.string().optional(),
|
|
3691
|
-
parentId: z.string().optional(),
|
|
3692
3705
|
instanceKey: z.string().optional(),
|
|
3693
3706
|
inputSchema: DataSchema.optional(),
|
|
3694
3707
|
type: z.enum(ActionType).optional(),
|
|
3695
|
-
config: z.
|
|
3708
|
+
config: z.object({}).loose().optional(),
|
|
3696
3709
|
outputMapping: z.any().optional(),
|
|
3697
3710
|
customOutputSchema: DataSchema.optional(),
|
|
3698
3711
|
});
|
|
3712
|
+
const ActionEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.extend(ActionSpecificProperties.shape);
|
|
3713
|
+
const ActionExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(ActionSpecificProperties.shape).omit({
|
|
3714
|
+
connectionId: true,
|
|
3715
|
+
});
|
|
3699
3716
|
const ActionReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
3700
3717
|
universalParentId: z.string().optional(),
|
|
3701
3718
|
userId: z.string().optional(),
|
|
@@ -8404,9 +8421,9 @@ const DEFAULT_PULL_UPDATES_INTERVAL_SECONDS = 60 * 5;
|
|
|
8404
8421
|
const DEFAULT_FULL_SYNC_INTERVAL_SECONDS = 60 * 60 * 3;
|
|
8405
8422
|
const MIN_FULL_SYNC_INTERVAL_SECONDS = 1 * 60;
|
|
8406
8423
|
const MIN_PULL_UPDATES_INTERVAL_SECONDS = 1 * 60;
|
|
8407
|
-
const
|
|
8408
|
-
|
|
8409
|
-
|
|
8424
|
+
const DataSourceSpecificProperties = z.object({
|
|
8425
|
+
connectionId: z.string().optional(),
|
|
8426
|
+
dataSourceId: z.string().optional(),
|
|
8410
8427
|
universalDataSourceId: z.string().optional(),
|
|
8411
8428
|
udm: z.string().optional(),
|
|
8412
8429
|
pullUpdatesIntervalSeconds: z.number().optional(),
|
|
@@ -8415,18 +8432,27 @@ const DataSourceEditableProperties = BaseIntegrationLevelMembraneInterfaceEditab
|
|
|
8415
8432
|
collectionParameters: z.any().optional(),
|
|
8416
8433
|
defaultPath: z.string().optional(),
|
|
8417
8434
|
});
|
|
8435
|
+
const DataSourceEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.omit({
|
|
8436
|
+
parentId: true,
|
|
8437
|
+
}).extend(DataSourceSpecificProperties.shape);
|
|
8438
|
+
const DataSourceExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(DataSourceSpecificProperties.shape).omit({
|
|
8439
|
+
connectionId: true,
|
|
8440
|
+
dataSourceId: true,
|
|
8441
|
+
universalDataSourceId: true,
|
|
8442
|
+
});
|
|
8418
8443
|
const DataSourceReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
8419
8444
|
universalDataSourceRevision: z.string().optional(),
|
|
8420
8445
|
});
|
|
8421
8446
|
const BaseDataSource = BaseMembraneInterface.merge(DataSourceEditableProperties).merge(DataSourceReadOnlyProperties);
|
|
8422
8447
|
const DataSourceUnitConfig = z.object({
|
|
8423
|
-
key: z.
|
|
8448
|
+
key: z.any().optional(),
|
|
8424
8449
|
collectionKey: z.any().optional(),
|
|
8425
8450
|
collectionParameters: z.any().optional(),
|
|
8426
8451
|
udm: z.any().optional(),
|
|
8427
|
-
path: z.string().optional(),
|
|
8428
8452
|
pullUpdatesIntervalSeconds: z.number().optional(),
|
|
8429
8453
|
fullSyncIntervalSeconds: z.number().optional(),
|
|
8454
|
+
path: z.any().optional(),
|
|
8455
|
+
defaultPath: z.any().optional(),
|
|
8430
8456
|
});
|
|
8431
8457
|
|
|
8432
8458
|
const BaseDataSourceInstance = BaseMembraneInterface.extend({
|
|
@@ -8893,15 +8919,22 @@ const FLOW_NODE_SPECS = {
|
|
|
8893
8919
|
[FlowNodeType.RunAction]: RunAction,
|
|
8894
8920
|
};
|
|
8895
8921
|
|
|
8896
|
-
const
|
|
8897
|
-
|
|
8898
|
-
}).extend({
|
|
8899
|
-
integrationId: z.string().optional(),
|
|
8922
|
+
const FlowSpecificProperties = z.object({
|
|
8923
|
+
flowId: z.string().optional(),
|
|
8900
8924
|
universalFlowId: z.string().optional(),
|
|
8901
8925
|
parametersSchema: DataSchema.optional(),
|
|
8926
|
+
parameters: z.any().optional(),
|
|
8927
|
+
enabled: z.boolean().optional(),
|
|
8902
8928
|
nodes: z.record(z.string(), FlowNode).optional(),
|
|
8903
8929
|
autoCreateInstances: z.boolean().optional(),
|
|
8904
8930
|
});
|
|
8931
|
+
const FlowEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.omit({
|
|
8932
|
+
parentId: true,
|
|
8933
|
+
}).extend(FlowSpecificProperties.shape);
|
|
8934
|
+
const FlowExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend(FlowSpecificProperties.shape).omit({
|
|
8935
|
+
flowId: true,
|
|
8936
|
+
universalFlowId: true,
|
|
8937
|
+
});
|
|
8905
8938
|
const FlowReadOnlyProperties = BaseIntegrationLevelMembraneInterfaceReadOnlyProperties.extend({
|
|
8906
8939
|
universalFlowRevision: z.string().optional(),
|
|
8907
8940
|
});
|
|
@@ -8929,6 +8962,14 @@ const BaseIntegration = BaseMembraneInterface.extend({
|
|
|
8929
8962
|
isDeactivated: z.boolean().optional(),
|
|
8930
8963
|
authType: z.enum(CONNECTOR_AUTH_TYPES).optional(),
|
|
8931
8964
|
});
|
|
8965
|
+
const IntegrationExportProperties = BaseMembraneInterfaceEditableProperties.extend({
|
|
8966
|
+
logoUri: z.string(),
|
|
8967
|
+
connectorUuid: z.string().optional(),
|
|
8968
|
+
connectorVersion: z.string().optional(),
|
|
8969
|
+
oAuthCallbackUri: z.string().optional(),
|
|
8970
|
+
parameters: z.any().optional(),
|
|
8971
|
+
appUuid: z.string().optional(),
|
|
8972
|
+
});
|
|
8932
8973
|
const AppliedToIntegrations = (elementSchema) => z.array(z.object({
|
|
8933
8974
|
element: elementSchema,
|
|
8934
8975
|
integration: BaseIntegration,
|
|
@@ -8959,11 +9000,17 @@ const PackageElement = z.object({
|
|
|
8959
9000
|
type: z.enum(IntegrationElementType),
|
|
8960
9001
|
element: z.any().optional(),
|
|
8961
9002
|
});
|
|
8962
|
-
const
|
|
9003
|
+
const PackageElementExport = z.object({
|
|
9004
|
+
uuid: z.string(),
|
|
9005
|
+
type: z.enum(IntegrationElementType),
|
|
9006
|
+
element: z.any().optional(),
|
|
9007
|
+
});
|
|
9008
|
+
const PackageEditableProperties = BaseIntegrationLevelMembraneInterfaceEditableProperties.extend({
|
|
8963
9009
|
scenarioTemplateId: z.string().optional(),
|
|
8964
9010
|
elements: z.array(PackageElement).optional(),
|
|
8965
|
-
|
|
8966
|
-
|
|
9011
|
+
});
|
|
9012
|
+
const PackageExportProperties = BaseIntegrationLevelMembraneInterfaceExportProperties.extend({
|
|
9013
|
+
elements: z.array(PackageElementExport).optional(),
|
|
8967
9014
|
});
|
|
8968
9015
|
const PackageCalculatedProperties = z.object({
|
|
8969
9016
|
key: z.string(),
|
|
@@ -9197,6 +9244,7 @@ const BaseAppEventType = BaseMembraneInterface.extend({
|
|
|
9197
9244
|
example: z.any().optional(),
|
|
9198
9245
|
schema: DataSchema.optional(),
|
|
9199
9246
|
globalWebhookUri: z.string(),
|
|
9247
|
+
tenantIdFormula: z.any().optional(),
|
|
9200
9248
|
userIdFormula: z.any().optional(),
|
|
9201
9249
|
});
|
|
9202
9250
|
|
|
@@ -9419,12 +9467,9 @@ const DataSourceApiResponse = BaseDataSource.extend({
|
|
|
9419
9467
|
integration: BaseIntegration.optional(),
|
|
9420
9468
|
appliedToIntegrations: AppliedToIntegrations(BaseDataSource).optional(),
|
|
9421
9469
|
});
|
|
9422
|
-
const FindDataSourcesQuery =
|
|
9423
|
-
|
|
9424
|
-
integrationKey: z.string().optional(),
|
|
9470
|
+
const FindDataSourcesQuery = FindIntegrationLevelMembraneInterfaceQuery.omit({ parentId: true }).extend({
|
|
9471
|
+
dataSourceId: z.string().optional(),
|
|
9425
9472
|
universalDataSourceId: z.string().optional(),
|
|
9426
|
-
search: z.string().optional(),
|
|
9427
|
-
includeArchived: zodBooleanCoercion().optional(),
|
|
9428
9473
|
});
|
|
9429
9474
|
const CreateDataSourceRequest = DataSourceEditableProperties;
|
|
9430
9475
|
const UpdateDataSourceRequest = CreateDataSourceRequest.extend({}).partial();
|
|
@@ -9509,12 +9554,9 @@ const FlowApiResponse = BaseFlow.extend({
|
|
|
9509
9554
|
})).optional(),
|
|
9510
9555
|
dependencies: z.array(z.any()).optional(),
|
|
9511
9556
|
});
|
|
9512
|
-
const FindFlowsQuery =
|
|
9513
|
-
|
|
9514
|
-
integrationKey: z.string().optional(),
|
|
9557
|
+
const FindFlowsQuery = FindIntegrationLevelMembraneInterfaceQuery.omit({ parentId: true }).extend({
|
|
9558
|
+
flowId: z.string().optional(),
|
|
9515
9559
|
universalFlowId: z.string().optional(),
|
|
9516
|
-
search: z.string().optional(),
|
|
9517
|
-
includeArchived: zodBooleanCoercion().optional(),
|
|
9518
9560
|
});
|
|
9519
9561
|
const CreateFlowRequest = FlowEditableProperties;
|
|
9520
9562
|
const UpdateFlowRequest = CreateFlowRequest.extend({}).partial();
|
|
@@ -9531,6 +9573,10 @@ const ResetFlowInstanceOptions = z.object({
|
|
|
9531
9573
|
nodes: z.record(z.string(), z.boolean()).optional(),
|
|
9532
9574
|
allNodes: z.boolean().optional(),
|
|
9533
9575
|
});
|
|
9576
|
+
const RunFlowApiRequest = z.object({
|
|
9577
|
+
nodeKey: z.string().optional(),
|
|
9578
|
+
input: z.any().optional(),
|
|
9579
|
+
});
|
|
9534
9580
|
const FlowInstanceApiResponse = BaseFlowInstance.extend({
|
|
9535
9581
|
user: z.lazy(() => z.any()).optional(),
|
|
9536
9582
|
connection: z.lazy(() => z.any()).optional(),
|
|
@@ -9612,15 +9658,9 @@ const PackageElementApi = z.object({
|
|
|
9612
9658
|
type: z.enum(IntegrationElementType),
|
|
9613
9659
|
element: z.any().optional(),
|
|
9614
9660
|
});
|
|
9615
|
-
const FindPackagesQuery =
|
|
9616
|
-
|
|
9617
|
-
|
|
9618
|
-
integrationKey: z.string().optional(),
|
|
9619
|
-
parentId: z.string().optional(),
|
|
9620
|
-
})
|
|
9621
|
-
.extend(SearchQuery.shape)
|
|
9622
|
-
.extend(PaginationQuery.shape)
|
|
9623
|
-
.extend(IncludeArchivedQuery.shape);
|
|
9661
|
+
const FindPackagesQuery = FindIntegrationLevelMembraneInterfaceQuery;
|
|
9662
|
+
const CreatePackageRequest = PackageEditableProperties;
|
|
9663
|
+
const UpdatePackageRequest = CreatePackageRequest.extend({}).partial();
|
|
9624
9664
|
const PackageApiResponse = BasePackage.extend({
|
|
9625
9665
|
appliedToIntegrations: AppliedToIntegrations(BasePackage).optional(),
|
|
9626
9666
|
});
|
|
@@ -9652,12 +9692,9 @@ const FieldMappingApiResponse = BaseFieldMapping.extend({
|
|
|
9652
9692
|
integration: BaseIntegration.optional(),
|
|
9653
9693
|
appliedToIntegrations: AppliedToIntegrations(BaseFieldMapping).optional(),
|
|
9654
9694
|
});
|
|
9655
|
-
const FindFieldMappingsQuery =
|
|
9656
|
-
|
|
9657
|
-
integrationKey: z.string().optional(),
|
|
9695
|
+
const FindFieldMappingsQuery = FindIntegrationLevelMembraneInterfaceQuery.omit({ parentId: true }).extend({
|
|
9696
|
+
fieldMappingId: z.string().optional(),
|
|
9658
9697
|
universalFieldMappingId: z.string().optional(),
|
|
9659
|
-
search: z.string().optional(),
|
|
9660
|
-
includeArchived: zodBooleanCoercion().optional(),
|
|
9661
9698
|
});
|
|
9662
9699
|
const CreateFieldMappingRequest = FieldMappingEditableProperties;
|
|
9663
9700
|
const UpdateFieldMappingRequest = CreateFieldMappingRequest.extend({}).partial();
|
|
@@ -9890,6 +9927,7 @@ const WorkspaceElementSpecs = {
|
|
|
9890
9927
|
apiPath: 'integrations',
|
|
9891
9928
|
name: 'Integration',
|
|
9892
9929
|
namePlural: 'Integrations',
|
|
9930
|
+
exportPropertiesSchema: IntegrationExportProperties,
|
|
9893
9931
|
},
|
|
9894
9932
|
[WorkspaceElementType.Connector]: {
|
|
9895
9933
|
type: WorkspaceElementType.Connector,
|
|
@@ -9909,6 +9947,7 @@ const WorkspaceElementSpecs = {
|
|
|
9909
9947
|
name: 'Package',
|
|
9910
9948
|
namePlural: 'Packages',
|
|
9911
9949
|
editablePropertiesSchema: PackageEditableProperties,
|
|
9950
|
+
exportPropertiesSchema: PackageExportProperties,
|
|
9912
9951
|
apiResponseSchema: PackageApiResponse,
|
|
9913
9952
|
findQuerySchema: FindPackagesQuery,
|
|
9914
9953
|
isMembraneInterface: true,
|
|
@@ -9927,6 +9966,7 @@ const WorkspaceElementSpecs = {
|
|
|
9927
9966
|
name: 'Action',
|
|
9928
9967
|
namePlural: 'Actions',
|
|
9929
9968
|
editablePropertiesSchema: ActionEditableProperties,
|
|
9969
|
+
exportPropertiesSchema: ActionExportProperties,
|
|
9930
9970
|
apiResponseSchema: ActionApiResponse,
|
|
9931
9971
|
findQuerySchema: FindActionsQuery,
|
|
9932
9972
|
isMembraneInterface: true,
|
|
@@ -9944,6 +9984,10 @@ const WorkspaceElementSpecs = {
|
|
|
9944
9984
|
name: 'Flow',
|
|
9945
9985
|
namePlural: 'Flows',
|
|
9946
9986
|
parentFieldKey: 'universalFlowId',
|
|
9987
|
+
editablePropertiesSchema: FlowEditableProperties,
|
|
9988
|
+
exportPropertiesSchema: FlowExportProperties,
|
|
9989
|
+
apiResponseSchema: FlowApiResponse,
|
|
9990
|
+
findQuerySchema: FindFlowsQuery,
|
|
9947
9991
|
isMembraneInterface: true,
|
|
9948
9992
|
isIntegrationLevel: true,
|
|
9949
9993
|
},
|
|
@@ -9955,6 +9999,7 @@ const WorkspaceElementSpecs = {
|
|
|
9955
9999
|
name: 'Flow',
|
|
9956
10000
|
namePlural: 'Flows',
|
|
9957
10001
|
parentFieldKey: 'flowId',
|
|
10002
|
+
universalParentFieldKey: 'universalFlowId',
|
|
9958
10003
|
isMembraneInterface: true,
|
|
9959
10004
|
},
|
|
9960
10005
|
[WorkspaceElementType.FlowRun]: {
|
|
@@ -9969,6 +10014,10 @@ const WorkspaceElementSpecs = {
|
|
|
9969
10014
|
name: 'Field Mapping',
|
|
9970
10015
|
namePlural: 'Field Mappings',
|
|
9971
10016
|
parentFieldKey: 'universalFieldMappingId',
|
|
10017
|
+
editablePropertiesSchema: FieldMappingEditableProperties,
|
|
10018
|
+
exportPropertiesSchema: FieldMappingExportProperties,
|
|
10019
|
+
apiResponseSchema: FieldMappingApiResponse,
|
|
10020
|
+
findQuerySchema: FindFieldMappingsQuery,
|
|
9972
10021
|
isMembraneInterface: true,
|
|
9973
10022
|
isIntegrationLevel: true,
|
|
9974
10023
|
},
|
|
@@ -9978,20 +10027,19 @@ const WorkspaceElementSpecs = {
|
|
|
9978
10027
|
name: 'Field Mapping Instance',
|
|
9979
10028
|
namePlural: 'Field Mapping Instances',
|
|
9980
10029
|
parentFieldKey: 'fieldMappingId',
|
|
10030
|
+
universalParentFieldKey: 'universalFieldMappingId',
|
|
9981
10031
|
isMembraneInterface: true,
|
|
9982
10032
|
},
|
|
9983
|
-
[WorkspaceElementType.DataCollection]: {
|
|
9984
|
-
type: WorkspaceElementType.DataCollection,
|
|
9985
|
-
apiPath: 'data-collections',
|
|
9986
|
-
name: 'Data Collection',
|
|
9987
|
-
namePlural: 'Data Collections',
|
|
9988
|
-
},
|
|
9989
10033
|
[WorkspaceElementType.DataSource]: {
|
|
9990
10034
|
type: WorkspaceElementType.DataSource,
|
|
9991
10035
|
apiPath: 'data-sources',
|
|
9992
10036
|
name: 'Data Source',
|
|
9993
10037
|
namePlural: 'Data Sources',
|
|
9994
10038
|
parentFieldKey: 'universalDataSourceId',
|
|
10039
|
+
editablePropertiesSchema: DataSourceEditableProperties,
|
|
10040
|
+
exportPropertiesSchema: DataSourceExportProperties,
|
|
10041
|
+
apiResponseSchema: DataSourceApiResponse,
|
|
10042
|
+
findQuerySchema: FindDataSourcesQuery,
|
|
9995
10043
|
isMembraneInterface: true,
|
|
9996
10044
|
isIntegrationLevel: true,
|
|
9997
10045
|
},
|
|
@@ -10001,6 +10049,7 @@ const WorkspaceElementSpecs = {
|
|
|
10001
10049
|
name: 'Data Source Instance',
|
|
10002
10050
|
namePlural: 'Data Source Instances',
|
|
10003
10051
|
parentFieldKey: 'dataSourceId',
|
|
10052
|
+
universalParentFieldKey: 'universalDataSourceId',
|
|
10004
10053
|
isMembraneInterface: true,
|
|
10005
10054
|
},
|
|
10006
10055
|
[WorkspaceElementType.DataLinkTable]: {
|
|
@@ -10081,6 +10130,44 @@ const WorkspaceElementSpecs = {
|
|
|
10081
10130
|
},
|
|
10082
10131
|
};
|
|
10083
10132
|
|
|
10133
|
+
const MEMBRANE_ELEMENT_CONFIG_FILE_NAME = 'spec.yaml';
|
|
10134
|
+
function getMembraneElementPath(elementType, elementKey, integrationKey) {
|
|
10135
|
+
const elementTypePath = WorkspaceElementSpecs[elementType].apiPath;
|
|
10136
|
+
if (!integrationKey) {
|
|
10137
|
+
return `${elementTypePath}/${elementKey}/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}`;
|
|
10138
|
+
}
|
|
10139
|
+
const integrationTypePath = WorkspaceElementSpecs[WorkspaceElementType.Integration].apiPath;
|
|
10140
|
+
return `${integrationTypePath}/${integrationKey}/${elementTypePath}/${elementKey}/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}`;
|
|
10141
|
+
}
|
|
10142
|
+
function parseMembraneElementPath(relativePath) {
|
|
10143
|
+
const typeByApiPath = new Map();
|
|
10144
|
+
for (const spec of Object.values(WorkspaceElementSpecs)) {
|
|
10145
|
+
typeByApiPath.set(spec.apiPath, spec.type);
|
|
10146
|
+
}
|
|
10147
|
+
const elementTypes = Object.values(WorkspaceElementSpecs)
|
|
10148
|
+
.map((spec) => spec.apiPath)
|
|
10149
|
+
.join('|');
|
|
10150
|
+
const universalPattern = new RegExp(`^(?<elementType>${elementTypes})/(?<elementKey>[^/]+)/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}$`);
|
|
10151
|
+
const universalMatch = relativePath.match(universalPattern);
|
|
10152
|
+
if (universalMatch === null || universalMatch === void 0 ? void 0 : universalMatch.groups) {
|
|
10153
|
+
const { elementType: elementTypePath, elementKey } = universalMatch.groups;
|
|
10154
|
+
const elementType = typeByApiPath.get(elementTypePath);
|
|
10155
|
+
if (elementType) {
|
|
10156
|
+
return { type: elementType, key: elementKey };
|
|
10157
|
+
}
|
|
10158
|
+
}
|
|
10159
|
+
const integrationLevelPattern = new RegExp(`^integrations/(?<integrationKey>[^/]+)/(?<elementType>${elementTypes})/(?<elementKey>[^/]+)/${MEMBRANE_ELEMENT_CONFIG_FILE_NAME}$`);
|
|
10160
|
+
const integrationLevelMatch = relativePath.match(integrationLevelPattern);
|
|
10161
|
+
if (integrationLevelMatch === null || integrationLevelMatch === void 0 ? void 0 : integrationLevelMatch.groups) {
|
|
10162
|
+
const { integrationKey, elementType: elementTypePath, elementKey } = integrationLevelMatch.groups;
|
|
10163
|
+
const elementType = typeByApiPath.get(elementTypePath);
|
|
10164
|
+
if (elementType) {
|
|
10165
|
+
return { type: elementType, key: elementKey, integrationKey };
|
|
10166
|
+
}
|
|
10167
|
+
}
|
|
10168
|
+
return undefined;
|
|
10169
|
+
}
|
|
10170
|
+
|
|
10084
10171
|
class SelfAccessor {
|
|
10085
10172
|
constructor(client) {
|
|
10086
10173
|
this.client = client;
|
|
@@ -10093,136 +10180,6 @@ class SelfAccessor {
|
|
|
10093
10180
|
}
|
|
10094
10181
|
}
|
|
10095
10182
|
|
|
10096
|
-
var ConnectorCopilotSuggestionType;
|
|
10097
|
-
(function (ConnectorCopilotSuggestionType) {
|
|
10098
|
-
ConnectorCopilotSuggestionType["AuthType"] = "auth-type";
|
|
10099
|
-
ConnectorCopilotSuggestionType["AuthImplementation"] = "auth-implementation";
|
|
10100
|
-
ConnectorCopilotSuggestionType["AuthConnectionParameters"] = "auth-connection-parameters";
|
|
10101
|
-
ConnectorCopilotSuggestionType["AuthApiClient"] = "auth-api-client";
|
|
10102
|
-
ConnectorCopilotSuggestionType["DataCollection"] = "data-collection";
|
|
10103
|
-
ConnectorCopilotSuggestionType["DataCollectionOperationApiRequests"] = "data-location-operation-api-requests";
|
|
10104
|
-
ConnectorCopilotSuggestionType["DataCollectionOperationApiRequestMapping"] = "data-location-operation-api-request-mapping";
|
|
10105
|
-
ConnectorCopilotSuggestionType["DataCollectionFieldsSchema"] = "data-location-fields-schema";
|
|
10106
|
-
ConnectorCopilotSuggestionType["UdmList"] = "udm-list";
|
|
10107
|
-
ConnectorCopilotSuggestionType["UdmFieldsMapping"] = "udm-fields-mapping";
|
|
10108
|
-
ConnectorCopilotSuggestionType["UdmFieldsMappingToCollection"] = "udm-fields-mapping-to-collection";
|
|
10109
|
-
ConnectorCopilotSuggestionType["UdmFieldsMappingFromCollection"] = "udm-fields-mapping-from-collection";
|
|
10110
|
-
})(ConnectorCopilotSuggestionType || (ConnectorCopilotSuggestionType = {}));
|
|
10111
|
-
var ConnectorCopilotFileChunkTopicKey;
|
|
10112
|
-
(function (ConnectorCopilotFileChunkTopicKey) {
|
|
10113
|
-
ConnectorCopilotFileChunkTopicKey["AuthType"] = "auth-type";
|
|
10114
|
-
ConnectorCopilotFileChunkTopicKey["AuthImplementation"] = "auth-implementation";
|
|
10115
|
-
ConnectorCopilotFileChunkTopicKey["AuthConnectionParameters"] = "auth-connection-parameters";
|
|
10116
|
-
ConnectorCopilotFileChunkTopicKey["AuthApiClient"] = "auth-api-client";
|
|
10117
|
-
})(ConnectorCopilotFileChunkTopicKey || (ConnectorCopilotFileChunkTopicKey = {}));
|
|
10118
|
-
var CopilotTaskType;
|
|
10119
|
-
(function (CopilotTaskType) {
|
|
10120
|
-
CopilotTaskType["GenerateAuthType"] = "generate-auth-type";
|
|
10121
|
-
CopilotTaskType["GenerateOAuthConfiguration"] = "generate-oauth-configuration";
|
|
10122
|
-
CopilotTaskType["GenerateAuthConnectionParameters"] = "generate-auth-connection-parameters";
|
|
10123
|
-
CopilotTaskType["GenerateAuthApiClient"] = "generate-auth-api-client";
|
|
10124
|
-
CopilotTaskType["GenerateDataCollections"] = "generate-data-collections";
|
|
10125
|
-
CopilotTaskType["GenerateDataCollectionRecordFromFields"] = "generate-data-collection-record-from-fields";
|
|
10126
|
-
CopilotTaskType["GenerateDataCollectionOperationApiRequests"] = "generate-data-collection-operation-api-requests";
|
|
10127
|
-
CopilotTaskType["GenerateDataCollectionOperationApiRequestMapping"] = "generate-data-collection-operation-api-request-mapping";
|
|
10128
|
-
CopilotTaskType["GenerateDataCollectionFieldsSchema"] = "generate-data-collection-fields-schema";
|
|
10129
|
-
CopilotTaskType["GenerateUdmList"] = "generate-udm-list";
|
|
10130
|
-
CopilotTaskType["GenerateUdmFieldsMapping"] = "generate-udm-fields-mapping";
|
|
10131
|
-
})(CopilotTaskType || (CopilotTaskType = {}));
|
|
10132
|
-
var CopilotTaskStatus;
|
|
10133
|
-
(function (CopilotTaskStatus) {
|
|
10134
|
-
CopilotTaskStatus["Pending"] = "pending";
|
|
10135
|
-
CopilotTaskStatus["Running"] = "running";
|
|
10136
|
-
CopilotTaskStatus["Completed"] = "completed";
|
|
10137
|
-
CopilotTaskStatus["Failed"] = "failed";
|
|
10138
|
-
})(CopilotTaskStatus || (CopilotTaskStatus = {}));
|
|
10139
|
-
var CopilotActionType;
|
|
10140
|
-
(function (CopilotActionType) {
|
|
10141
|
-
CopilotActionType["PatchConnectorFile"] = "patch";
|
|
10142
|
-
CopilotActionType["PutConnectorFile"] = "put";
|
|
10143
|
-
CopilotActionType["PatchConnectorDataSchema"] = "patch-data-schema";
|
|
10144
|
-
CopilotActionType["PatchConnectorFieldMapping"] = "patch-field-mapping";
|
|
10145
|
-
CopilotActionType["SetConnectorAuthType"] = "set-connector-auth-type";
|
|
10146
|
-
})(CopilotActionType || (CopilotActionType = {}));
|
|
10147
|
-
var CopilotActionStatus;
|
|
10148
|
-
(function (CopilotActionStatus) {
|
|
10149
|
-
CopilotActionStatus["Suggested"] = "suggested";
|
|
10150
|
-
CopilotActionStatus["Executed"] = "executed";
|
|
10151
|
-
CopilotActionStatus["Rejected"] = "rejected";
|
|
10152
|
-
})(CopilotActionStatus || (CopilotActionStatus = {}));
|
|
10153
|
-
var CopilotActivityType;
|
|
10154
|
-
(function (CopilotActivityType) {
|
|
10155
|
-
CopilotActivityType["Task"] = "task";
|
|
10156
|
-
})(CopilotActivityType || (CopilotActivityType = {}));
|
|
10157
|
-
const CopilotActivityScope = {
|
|
10158
|
-
connector: (connectorId) => new CopilotActivityScopeConnector(connectorId),
|
|
10159
|
-
};
|
|
10160
|
-
class CopilotActivityScopeConnector {
|
|
10161
|
-
constructor(connectorId) {
|
|
10162
|
-
this.connectorId = connectorId;
|
|
10163
|
-
this.auth = () => new CopilotActivityScopeConnectorAuth(this);
|
|
10164
|
-
this.data = (key) => new CopilotActivityScopeConnectorData(this, key);
|
|
10165
|
-
this.udm = (key) => new CopilotActivityScopeConnectorUdm(this, key);
|
|
10166
|
-
}
|
|
10167
|
-
toString() {
|
|
10168
|
-
return `connectors/${this.connectorId}`;
|
|
10169
|
-
}
|
|
10170
|
-
}
|
|
10171
|
-
class CopilotActivityScopeConnectorAuth {
|
|
10172
|
-
constructor(connectorScope) {
|
|
10173
|
-
this.connectorScope = connectorScope;
|
|
10174
|
-
}
|
|
10175
|
-
toString() {
|
|
10176
|
-
return `${this.connectorScope.toString()}/auth`;
|
|
10177
|
-
}
|
|
10178
|
-
}
|
|
10179
|
-
class CopilotActivityScopeConnectorData {
|
|
10180
|
-
constructor(connectorScope, dataCollectionKey) {
|
|
10181
|
-
this.connectorScope = connectorScope;
|
|
10182
|
-
this.dataCollectionKey = dataCollectionKey;
|
|
10183
|
-
this.method = (key) => new CopilotActivityScopeConnectorDataMethod(this, key);
|
|
10184
|
-
}
|
|
10185
|
-
toString() {
|
|
10186
|
-
let scope = `${this.connectorScope.toString()}/data`;
|
|
10187
|
-
if (this.dataCollectionKey) {
|
|
10188
|
-
scope += `/${this.dataCollectionKey}`;
|
|
10189
|
-
}
|
|
10190
|
-
return scope;
|
|
10191
|
-
}
|
|
10192
|
-
}
|
|
10193
|
-
class CopilotActivityScopeConnectorDataMethod {
|
|
10194
|
-
constructor(collectionScope, methodKey) {
|
|
10195
|
-
this.collectionScope = collectionScope;
|
|
10196
|
-
this.methodKey = methodKey;
|
|
10197
|
-
}
|
|
10198
|
-
toString() {
|
|
10199
|
-
return `${this.collectionScope.toString()}/methods/${this.methodKey}`;
|
|
10200
|
-
}
|
|
10201
|
-
}
|
|
10202
|
-
class CopilotActivityScopeConnectorUdm {
|
|
10203
|
-
constructor(connectorScope, key) {
|
|
10204
|
-
this.connectorScope = connectorScope;
|
|
10205
|
-
this.key = key;
|
|
10206
|
-
this.collection = (key) => new CopilotActivityScopeConnectorUdmCollection(this, key);
|
|
10207
|
-
}
|
|
10208
|
-
toString() {
|
|
10209
|
-
let scope = `${this.connectorScope.toString()}/udm`;
|
|
10210
|
-
if (this.key) {
|
|
10211
|
-
scope += `/${this.key}`;
|
|
10212
|
-
}
|
|
10213
|
-
return scope;
|
|
10214
|
-
}
|
|
10215
|
-
}
|
|
10216
|
-
class CopilotActivityScopeConnectorUdmCollection {
|
|
10217
|
-
constructor(udmScope, key) {
|
|
10218
|
-
this.udmScope = udmScope;
|
|
10219
|
-
this.key = key;
|
|
10220
|
-
}
|
|
10221
|
-
toString() {
|
|
10222
|
-
return `${this.udmScope.toString()}/collection/${this.key}`;
|
|
10223
|
-
}
|
|
10224
|
-
}
|
|
10225
|
-
|
|
10226
10183
|
var LogRecordType;
|
|
10227
10184
|
(function (LogRecordType) {
|
|
10228
10185
|
LogRecordType["MSG"] = "message";
|
|
@@ -10496,6 +10453,7 @@ var UsageType;
|
|
|
10496
10453
|
UsageType["FILES_UPLOAD_NUMBER"] = "files-upload-number";
|
|
10497
10454
|
UsageType["FILES_UPLOAD_SIZE"] = "files-upload-size";
|
|
10498
10455
|
UsageType["CUSTOM_CODE_RUNTIME_DURATION"] = "custom-code-runtime-duration";
|
|
10456
|
+
UsageType["MEMBRANE_AGENT"] = "membrane-agent";
|
|
10499
10457
|
})(UsageType || (UsageType = {}));
|
|
10500
10458
|
|
|
10501
10459
|
function getNodeInputSchema(flow, nodeKey) {
|
|
@@ -10638,7 +10596,6 @@ const PARALLEL_EXECUTION_LIMITS = [
|
|
|
10638
10596
|
'parallelBackgroundJobs',
|
|
10639
10597
|
'parallelEventLogs',
|
|
10640
10598
|
'parallelEventLogsPerConnection',
|
|
10641
|
-
'parallelWriteDatabaseRequests',
|
|
10642
10599
|
'parallelPathfinderAgentSessions',
|
|
10643
10600
|
];
|
|
10644
10601
|
const RATE_LIMITS = [
|
|
@@ -10649,7 +10606,6 @@ const RATE_LIMITS = [
|
|
|
10649
10606
|
'webhookRequestsPerHour',
|
|
10650
10607
|
'workspaceElementCreationsPerHour',
|
|
10651
10608
|
'workspaceElementCreationsPerSecond',
|
|
10652
|
-
'createDatabaseRequestsPerSecond',
|
|
10653
10609
|
];
|
|
10654
10610
|
const WORKSPACE_SIZE_LIMITS = [
|
|
10655
10611
|
'totalNumberOfCustomers',
|
|
@@ -10665,9 +10621,6 @@ const EDITABLE_LIMITS = [
|
|
|
10665
10621
|
'webhookRequestsPerCustomerPerSecond',
|
|
10666
10622
|
'webhookRequestsPerCustomerPerHour',
|
|
10667
10623
|
'parallelFlowRunsPerConnection',
|
|
10668
|
-
'parallelWriteDatabaseRequestsPerCustomer',
|
|
10669
|
-
'createDatabaseRequestsPerCustomerPerSecond',
|
|
10670
|
-
'updateDatabaseRequestsPerCustomerPerSecond',
|
|
10671
10624
|
];
|
|
10672
10625
|
|
|
10673
10626
|
var OrgLimitsType;
|
|
@@ -10675,6 +10628,8 @@ var OrgLimitsType;
|
|
|
10675
10628
|
OrgLimitsType["NUMBER_OF_WORKSPACES"] = "numberOfWorkspaces";
|
|
10676
10629
|
OrgLimitsType["TODAY_USAGE"] = "todayUsage";
|
|
10677
10630
|
OrgLimitsType["LAST_THIRTY_DAY_USAGE"] = "lastThirtyDayUsage";
|
|
10631
|
+
OrgLimitsType["MEMBRANE_EXPERT_CREDITS_CAP"] = "membraneExpertCreditsCapPerMonth";
|
|
10632
|
+
OrgLimitsType["MEMBRANE_AGENT_LAST_THIRTY_DAYS_USAGE"] = "membraneAgentLastThirtyDaysUsage";
|
|
10678
10633
|
})(OrgLimitsType || (OrgLimitsType = {}));
|
|
10679
10634
|
var OrgUserRole;
|
|
10680
10635
|
(function (OrgUserRole) {
|
|
@@ -10712,6 +10667,7 @@ var AlertType;
|
|
|
10712
10667
|
AlertType["externalEventsPerCustomerPerDay"] = "externalEventsPerCustomerPerDay";
|
|
10713
10668
|
AlertType["totalUsagePerDay"] = "totalUsagePerDay";
|
|
10714
10669
|
AlertType["totalUsagePer30Days"] = "totalUsagePer30Days";
|
|
10670
|
+
AlertType["membraneAgentUsagePer30Days"] = "membraneAgentUsagePer30Days";
|
|
10715
10671
|
})(AlertType || (AlertType = {}));
|
|
10716
10672
|
|
|
10717
10673
|
class ElementAccessor {
|
|
@@ -10845,6 +10801,55 @@ class ElementInstanceAccessor {
|
|
|
10845
10801
|
}
|
|
10846
10802
|
}
|
|
10847
10803
|
|
|
10804
|
+
class ConnectionLevelElementAccessor {
|
|
10805
|
+
constructor(client, connectionSelector, selector, elementKey, query) {
|
|
10806
|
+
this.client = client;
|
|
10807
|
+
this.connectionSelector = connectionSelector;
|
|
10808
|
+
this.selector = selector;
|
|
10809
|
+
this.elementKey = elementKey;
|
|
10810
|
+
this.query = query;
|
|
10811
|
+
this.endpoint = `/connections/${this.connectionSelector}/${elementKey}/${selector}`;
|
|
10812
|
+
}
|
|
10813
|
+
uri(path = '', query = {}) {
|
|
10814
|
+
return this.endpoint + path + '?' + qs.stringify({ ...this.query, ...query });
|
|
10815
|
+
}
|
|
10816
|
+
getUniqueIdentifier() {
|
|
10817
|
+
return this.endpoint;
|
|
10818
|
+
}
|
|
10819
|
+
async get(query = {}) {
|
|
10820
|
+
return this.client.get(this.uri('', query));
|
|
10821
|
+
}
|
|
10822
|
+
async create() {
|
|
10823
|
+
return this.client.put(this.uri());
|
|
10824
|
+
}
|
|
10825
|
+
async patch(data) {
|
|
10826
|
+
return this.client.patch(this.uri(), data);
|
|
10827
|
+
}
|
|
10828
|
+
async put(data) {
|
|
10829
|
+
return this.client.put(this.uri(), data);
|
|
10830
|
+
}
|
|
10831
|
+
async archive() {
|
|
10832
|
+
return this.client.delete(this.uri());
|
|
10833
|
+
}
|
|
10834
|
+
async reset() {
|
|
10835
|
+
return this.client.post(this.uri('/reset'));
|
|
10836
|
+
}
|
|
10837
|
+
async setup() {
|
|
10838
|
+
return this.client.post(this.uri('/setup'));
|
|
10839
|
+
}
|
|
10840
|
+
}
|
|
10841
|
+
class ConnectionLevelElementsListAccessor {
|
|
10842
|
+
constructor(client, connectionSelector, elementKey) {
|
|
10843
|
+
this.client = client;
|
|
10844
|
+
this.connectionSelector = connectionSelector;
|
|
10845
|
+
this.elementKey = elementKey;
|
|
10846
|
+
}
|
|
10847
|
+
async list(query) {
|
|
10848
|
+
const endpoint = `/connections/${this.connectionSelector}/${this.elementKey}?${qs.stringify(query !== null && query !== void 0 ? query : {})}`;
|
|
10849
|
+
return this.client.get(endpoint);
|
|
10850
|
+
}
|
|
10851
|
+
}
|
|
10852
|
+
|
|
10848
10853
|
class IntegrationLevelElementAccessor {
|
|
10849
10854
|
constructor(client, integrationSelector, elementSelector, elementKey) {
|
|
10850
10855
|
this.client = client;
|
|
@@ -10903,6 +10908,15 @@ class ActionAccessor extends ElementAccessor {
|
|
|
10903
10908
|
async reset() {
|
|
10904
10909
|
return await this.options.client.post(this.getPath('reset'));
|
|
10905
10910
|
}
|
|
10911
|
+
async run(input, options) {
|
|
10912
|
+
const queryParams = options
|
|
10913
|
+
? {
|
|
10914
|
+
integrationKey: options.integrationKey,
|
|
10915
|
+
connectionId: options.connectionId,
|
|
10916
|
+
}
|
|
10917
|
+
: {};
|
|
10918
|
+
return this.options.client.post(this.getPath('run'), { input }, { params: queryParams });
|
|
10919
|
+
}
|
|
10906
10920
|
}
|
|
10907
10921
|
class IntegrationLevelActionAccessor extends IntegrationLevelElementAccessor {
|
|
10908
10922
|
constructor(client, integrationSelector, actionSelector) {
|
|
@@ -10919,6 +10933,25 @@ class IntegrationLevelActionsListAccessor extends IntegrationLevelElementsListAc
|
|
|
10919
10933
|
this.integrationSelector = integrationSelector;
|
|
10920
10934
|
}
|
|
10921
10935
|
}
|
|
10936
|
+
class ConnectionLevelActionAccessor extends ConnectionLevelElementAccessor {
|
|
10937
|
+
constructor(client, connectionSelector, actionSelector, query) {
|
|
10938
|
+
super(client, connectionSelector, actionSelector, 'actions', query);
|
|
10939
|
+
this.client = client;
|
|
10940
|
+
this.connectionSelector = connectionSelector;
|
|
10941
|
+
this.actionSelector = actionSelector;
|
|
10942
|
+
this.query = query;
|
|
10943
|
+
}
|
|
10944
|
+
async run(input) {
|
|
10945
|
+
return this.client.post(this.uri('/run'), input);
|
|
10946
|
+
}
|
|
10947
|
+
}
|
|
10948
|
+
class ConnectionLevelActionsAccessor extends ConnectionLevelElementsListAccessor {
|
|
10949
|
+
constructor(client, connectionSelector) {
|
|
10950
|
+
super(client, connectionSelector, 'actions');
|
|
10951
|
+
this.client = client;
|
|
10952
|
+
this.connectionSelector = connectionSelector;
|
|
10953
|
+
}
|
|
10954
|
+
}
|
|
10922
10955
|
|
|
10923
10956
|
const POPUP_ELEMENT_ID = '__integration-app-popup';
|
|
10924
10957
|
const CONTAINER_ELEMENT_ID = '__integration-app-container';
|
|
@@ -11145,104 +11178,6 @@ function handleIframeUnmount(iframe) {
|
|
|
11145
11178
|
}
|
|
11146
11179
|
}
|
|
11147
11180
|
|
|
11148
|
-
class ConnectionLevelElementAccessor {
|
|
11149
|
-
constructor(client, connectionSelector, selector, elementKey, query) {
|
|
11150
|
-
this.client = client;
|
|
11151
|
-
this.connectionSelector = connectionSelector;
|
|
11152
|
-
this.selector = selector;
|
|
11153
|
-
this.elementKey = elementKey;
|
|
11154
|
-
this.query = query;
|
|
11155
|
-
this.endpoint = `/connections/${this.connectionSelector}/${elementKey}/${selector}`;
|
|
11156
|
-
}
|
|
11157
|
-
uri(path = '', query = {}) {
|
|
11158
|
-
return this.endpoint + path + '?' + qs.stringify({ ...this.query, ...query });
|
|
11159
|
-
}
|
|
11160
|
-
getUniqueIdentifier() {
|
|
11161
|
-
return this.endpoint;
|
|
11162
|
-
}
|
|
11163
|
-
async get(query = {}) {
|
|
11164
|
-
return this.client.get(this.uri('', query));
|
|
11165
|
-
}
|
|
11166
|
-
async create() {
|
|
11167
|
-
return this.client.put(this.uri());
|
|
11168
|
-
}
|
|
11169
|
-
async patch(data) {
|
|
11170
|
-
return this.client.patch(this.uri(), data);
|
|
11171
|
-
}
|
|
11172
|
-
async put(data) {
|
|
11173
|
-
return this.client.put(this.uri(), data);
|
|
11174
|
-
}
|
|
11175
|
-
async archive() {
|
|
11176
|
-
return this.client.delete(this.uri());
|
|
11177
|
-
}
|
|
11178
|
-
async reset() {
|
|
11179
|
-
return this.client.post(this.uri('/reset'));
|
|
11180
|
-
}
|
|
11181
|
-
async setup() {
|
|
11182
|
-
return this.client.post(this.uri('/setup'));
|
|
11183
|
-
}
|
|
11184
|
-
}
|
|
11185
|
-
class ConnectionLevelElementsListAccessor {
|
|
11186
|
-
constructor(client, connectionSelector, elementKey) {
|
|
11187
|
-
this.client = client;
|
|
11188
|
-
this.connectionSelector = connectionSelector;
|
|
11189
|
-
this.elementKey = elementKey;
|
|
11190
|
-
}
|
|
11191
|
-
async list(query) {
|
|
11192
|
-
const endpoint = `/connections/${this.connectionSelector}/${this.elementKey}?${qs.stringify(query !== null && query !== void 0 ? query : {})}`;
|
|
11193
|
-
return this.client.get(endpoint);
|
|
11194
|
-
}
|
|
11195
|
-
}
|
|
11196
|
-
|
|
11197
|
-
class ActionInstancesAccessor extends ElementInstanceListAccessor {
|
|
11198
|
-
constructor(client) {
|
|
11199
|
-
super(client, 'action-instances');
|
|
11200
|
-
}
|
|
11201
|
-
}
|
|
11202
|
-
class ActionInstanceAccessor extends ElementInstanceAccessor {
|
|
11203
|
-
constructor(client, selector) {
|
|
11204
|
-
super({
|
|
11205
|
-
client,
|
|
11206
|
-
instancePath: 'action-instance',
|
|
11207
|
-
selector,
|
|
11208
|
-
});
|
|
11209
|
-
this.client = client;
|
|
11210
|
-
}
|
|
11211
|
-
async setup() {
|
|
11212
|
-
await this.client.post(this.getPath('setup'));
|
|
11213
|
-
}
|
|
11214
|
-
async reset() {
|
|
11215
|
-
await this.client.post(this.getPath('reset'));
|
|
11216
|
-
}
|
|
11217
|
-
async run(input) {
|
|
11218
|
-
return this.client.post(this.getPath('run'), input);
|
|
11219
|
-
}
|
|
11220
|
-
async open({ onClose = () => { } } = {}) {
|
|
11221
|
-
const id = await this.getId();
|
|
11222
|
-
const uri = await this.client.getEmbedUri(`action-instances/${id}/configuration`);
|
|
11223
|
-
return openIframe(uri, { onClose });
|
|
11224
|
-
}
|
|
11225
|
-
}
|
|
11226
|
-
class ConnectionLevelActionAccessor extends ConnectionLevelElementAccessor {
|
|
11227
|
-
constructor(client, connectionSelector, actionSelector, query) {
|
|
11228
|
-
super(client, connectionSelector, actionSelector, 'actions', query);
|
|
11229
|
-
this.client = client;
|
|
11230
|
-
this.connectionSelector = connectionSelector;
|
|
11231
|
-
this.actionSelector = actionSelector;
|
|
11232
|
-
this.query = query;
|
|
11233
|
-
}
|
|
11234
|
-
async run(input) {
|
|
11235
|
-
return this.client.post(this.uri('/run'), input);
|
|
11236
|
-
}
|
|
11237
|
-
}
|
|
11238
|
-
class ConnectionLevelActionsAccessor extends ConnectionLevelElementsListAccessor {
|
|
11239
|
-
constructor(client, connectionSelector) {
|
|
11240
|
-
super(client, connectionSelector, 'actions');
|
|
11241
|
-
this.client = client;
|
|
11242
|
-
this.connectionSelector = connectionSelector;
|
|
11243
|
-
}
|
|
11244
|
-
}
|
|
11245
|
-
|
|
11246
11181
|
class DataSourcesAccessor extends ElementListAccessor {
|
|
11247
11182
|
constructor(client) {
|
|
11248
11183
|
super(client, 'data-sources');
|
|
@@ -12212,6 +12147,36 @@ class UserAccessor extends CustomerAccessor {
|
|
|
12212
12147
|
}
|
|
12213
12148
|
}
|
|
12214
12149
|
|
|
12150
|
+
class ActionInstancesAccessor extends ElementInstanceListAccessor {
|
|
12151
|
+
constructor(client) {
|
|
12152
|
+
super(client, 'action-instances');
|
|
12153
|
+
}
|
|
12154
|
+
}
|
|
12155
|
+
class ActionInstanceAccessor extends ElementInstanceAccessor {
|
|
12156
|
+
constructor(client, selector) {
|
|
12157
|
+
super({
|
|
12158
|
+
client,
|
|
12159
|
+
instancePath: 'action-instance',
|
|
12160
|
+
selector,
|
|
12161
|
+
});
|
|
12162
|
+
this.client = client;
|
|
12163
|
+
}
|
|
12164
|
+
async setup() {
|
|
12165
|
+
await this.client.post(this.getPath('setup'));
|
|
12166
|
+
}
|
|
12167
|
+
async reset() {
|
|
12168
|
+
await this.client.post(this.getPath('reset'));
|
|
12169
|
+
}
|
|
12170
|
+
async run(input) {
|
|
12171
|
+
return this.client.post(this.getPath('run'), input);
|
|
12172
|
+
}
|
|
12173
|
+
async open({ onClose = () => { } } = {}) {
|
|
12174
|
+
const id = await this.getId();
|
|
12175
|
+
const uri = await this.client.getEmbedUri(`action-instances/${id}/configuration`);
|
|
12176
|
+
return openIframe(uri, { onClose });
|
|
12177
|
+
}
|
|
12178
|
+
}
|
|
12179
|
+
|
|
12215
12180
|
class DataLinkTablesAccessor extends ElementListAccessor {
|
|
12216
12181
|
constructor(client) {
|
|
12217
12182
|
super(client, 'data-link-tables');
|
|
@@ -12413,6 +12378,43 @@ const ScenarioTemplate = z.object({
|
|
|
12413
12378
|
handyElements: z.array(HandyScenarioTemplateElement).optional(),
|
|
12414
12379
|
});
|
|
12415
12380
|
|
|
12381
|
+
var AgentSessionStatus;
|
|
12382
|
+
(function (AgentSessionStatus) {
|
|
12383
|
+
AgentSessionStatus["QUEUED"] = "queued";
|
|
12384
|
+
AgentSessionStatus["STARTING"] = "starting";
|
|
12385
|
+
AgentSessionStatus["RUNNING"] = "running";
|
|
12386
|
+
AgentSessionStatus["COMPLETED"] = "completed";
|
|
12387
|
+
AgentSessionStatus["FAILED"] = "failed";
|
|
12388
|
+
AgentSessionStatus["CANCELLED"] = "cancelled";
|
|
12389
|
+
})(AgentSessionStatus || (AgentSessionStatus = {}));
|
|
12390
|
+
const AgentSession = z.object({
|
|
12391
|
+
id: z.string(),
|
|
12392
|
+
workspaceId: z.string(),
|
|
12393
|
+
workspaceElementType: z.enum(WorkspaceElementType),
|
|
12394
|
+
workspaceElementId: z.string(),
|
|
12395
|
+
type: z.string(),
|
|
12396
|
+
status: z.enum(AgentSessionStatus),
|
|
12397
|
+
workerId: z.string().optional(),
|
|
12398
|
+
workerUrl: z.string().url().optional(),
|
|
12399
|
+
prompt: z.string(),
|
|
12400
|
+
error: ErrorDataSchema.optional(),
|
|
12401
|
+
createdBy: z.string(),
|
|
12402
|
+
lastActivityAt: z.iso.datetime(),
|
|
12403
|
+
createdAt: z.iso.datetime(),
|
|
12404
|
+
updatedAt: z.iso.datetime(),
|
|
12405
|
+
storedMessagesUri: z.string().url().optional(),
|
|
12406
|
+
sessionFilesZipUri: z.string().url().optional(),
|
|
12407
|
+
logs: z.array(z.any()).optional(),
|
|
12408
|
+
});
|
|
12409
|
+
const CreateAgentSession = z.object({
|
|
12410
|
+
workspaceElementType: z.enum(WorkspaceElementType),
|
|
12411
|
+
workspaceElementId: z.string().min(1),
|
|
12412
|
+
prompt: z.string().min(1),
|
|
12413
|
+
});
|
|
12414
|
+
const AgentSessionInputSchema = z.object({
|
|
12415
|
+
input: z.string().optional(),
|
|
12416
|
+
});
|
|
12417
|
+
|
|
12416
12418
|
function decodeJWT(token) {
|
|
12417
12419
|
if (typeof token !== 'string') {
|
|
12418
12420
|
return undefined;
|
|
@@ -12445,6 +12447,9 @@ const DEFAULT_API_URI = 'https://api.integration.app';
|
|
|
12445
12447
|
const DEFAULT_UI_URI = 'https://ui.integration.app';
|
|
12446
12448
|
const REFETCH_EXPIRATION_THRESHOLD = 10 * 1000;
|
|
12447
12449
|
function decodeToken(token) {
|
|
12450
|
+
if (token.startsWith('pat-')) {
|
|
12451
|
+
return null;
|
|
12452
|
+
}
|
|
12448
12453
|
const payload = decodeJWT(token);
|
|
12449
12454
|
if (!payload) {
|
|
12450
12455
|
throw new Error('Access token should be a valid JWT token.');
|
|
@@ -12474,7 +12479,7 @@ class MembraneApiClient {
|
|
|
12474
12479
|
}
|
|
12475
12480
|
else {
|
|
12476
12481
|
const payload = decodeToken(this.token);
|
|
12477
|
-
if (payload.exp) {
|
|
12482
|
+
if (payload === null || payload === void 0 ? void 0 : payload.exp) {
|
|
12478
12483
|
const willExpireSoon = new Date(payload.exp * 1000).getTime() - new Date().getTime() < REFETCH_EXPIRATION_THRESHOLD;
|
|
12479
12484
|
if (willExpireSoon) {
|
|
12480
12485
|
this.token = await this.fetchToken();
|
|
@@ -12872,5 +12877,5 @@ function hasMembraneCredentials(cwd) {
|
|
|
12872
12877
|
return getDefaultMembraneConfigLoader().hasWorkspaceCredentials();
|
|
12873
12878
|
}
|
|
12874
12879
|
|
|
12875
|
-
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, CONFIG_FILE_NAME, 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, MembraneConfigLoader, 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, getDefaultMembraneConfigLoader, 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, hasMembraneCredentials, injectFormulaCatalog, isBusinessDay, isDataActionType, isDataLocationMethodSupported, isFormula$1 as isFormula, isFormula as isFormula_internalDoNotUse, isMembraneError, isObject, isSameDataLocation, isSchemaEmpty, isStream, isValidLocator, loadMembraneConfig, locatorToField, locatorToSteps, locatorToString, makeDataLocationOperationPath, makeDataLocationPath, makeDataRecordSchema, makeObjectPropertyLocator, makeSchemaForLocator, membraneConfigSchema, 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 };
|
|
12880
|
+
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, CONFIG_FILE_NAME, 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, MembraneConfigLoader, 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, getDefaultMembraneConfigLoader, 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, hasMembraneCredentials, injectFormulaCatalog, isBusinessDay, isDataActionType, isDataLocationMethodSupported, isFormula$1 as isFormula, isFormula as isFormula_internalDoNotUse, isMembraneError, isObject, isSameDataLocation, isSchemaEmpty, isStream, isValidLocator, loadMembraneConfig, locatorToField, locatorToSteps, locatorToString, makeDataLocationOperationPath, makeDataLocationPath, makeDataRecordSchema, makeObjectPropertyLocator, makeSchemaForLocator, membraneConfigSchema, 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 };
|
|
12876
12881
|
//# sourceMappingURL=index.node.mjs.map
|