@membranehq/sdk 0.17.5 → 0.18.0
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 +21 -10
- package/dist/bundle.js +5198 -5182
- package/dist/bundle.js.map +1 -1
- package/dist/dts/accessors/action-instances-accessors.d.ts +1 -1
- package/dist/dts/accessors/actions-accessors.d.ts +1 -1
- package/dist/dts/accessors/app-data-schema-instances-accessors.d.ts +1 -1
- package/dist/dts/accessors/app-data-schemas-accessors.d.ts +1 -1
- package/dist/dts/accessors/app-event-subscriptions-accessors.d.ts +1 -1
- package/dist/dts/accessors/app-event-types-accessors.d.ts +1 -1
- package/dist/dts/accessors/connections-accessors.d.ts +5 -5
- package/dist/dts/accessors/customers-accessors.d.ts +1 -1
- package/dist/dts/accessors/data-link-table-instances-accessors.d.ts +1 -1
- package/dist/dts/accessors/data-link-tables-accessors.d.ts +1 -1
- package/dist/dts/accessors/data-sources-accessors.d.ts +1 -1
- package/dist/dts/accessors/external-event-subscriptions-accessors.d.ts +1 -1
- package/dist/dts/accessors/field-mapping-instances-accessors.d.ts +1 -1
- package/dist/dts/accessors/field-mappings-accessors.d.ts +1 -1
- package/dist/dts/accessors/flow-instances-accessors.d.ts +1 -1
- package/dist/dts/accessors/flows-accessors.d.ts +1 -1
- package/dist/dts/accessors/integrations-accessors.d.ts +5 -5
- package/dist/dts/accessors/scenarios-accessors.d.ts +1 -1
- package/dist/dts/accessors/screens-accessors.d.ts +1 -1
- package/dist/dts/agent/session.d.ts +2 -0
- package/dist/dts/alerts/utils.d.ts +1 -1
- package/dist/dts/client-tokens/types.d.ts +5 -5
- package/dist/dts/client.d.ts +1 -1
- package/dist/dts/data-filter/index.d.ts +1 -1
- package/dist/dts/formulas/base.d.ts +1 -1
- package/dist/dts/formulas/eval.d.ts +1 -1
- package/dist/dts/formulas/findAppRecordId.d.ts +1 -1
- package/dist/dts/formulas/findExternalRecordId.d.ts +1 -1
- package/dist/dts/formulas/record.d.ts +1 -1
- package/dist/dts/stats/index.d.ts +8 -5
- package/dist/dts/ui.d.ts +5 -0
- package/dist/dts/workspace-elements/api/action-run-log-records-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/actions-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/connected-products-api.d.ts +2 -1
- package/dist/dts/workspace-elements/api/connections-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/data-link-table-instances-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/data-sources-api.d.ts +4 -4
- package/dist/dts/workspace-elements/api/external-api-logs-api.d.ts +2 -0
- package/dist/dts/workspace-elements/api/external-event-log-records-api.d.ts +2 -0
- package/dist/dts/workspace-elements/api/external-event-pulls-api.d.ts +2 -0
- package/dist/dts/workspace-elements/api/external-event-subscriptions-api.d.ts +1 -0
- package/dist/dts/workspace-elements/api/external-events-api.d.ts +1 -0
- package/dist/dts/workspace-elements/api/field-mapping-instances-api.d.ts +1 -1
- package/dist/dts/workspace-elements/api/field-mappings-api.d.ts +3 -3
- package/dist/dts/workspace-elements/api/flow-runs-api.d.ts +3 -0
- package/dist/dts/workspace-elements/api/flows-api.d.ts +2 -2
- package/dist/dts/workspace-elements/api/incoming-webhooks-api.d.ts +2 -0
- package/dist/dts/workspace-elements/base/action-run-log-records/index.d.ts +1 -0
- package/dist/dts/workspace-elements/base/actions/index.d.ts +2 -2
- package/dist/dts/workspace-elements/base/connectors/auth.d.ts +1 -1
- package/dist/dts/workspace-elements/base/connectors/functions.d.ts +1 -1
- package/dist/dts/workspace-elements/base/connectors/index.d.ts +1 -0
- package/dist/dts/workspace-elements/base/connectors/operations/handlers.d.ts +1 -1
- package/dist/dts/workspace-elements/base/data-collections/data-locations/collections/events/methods.d.ts +1 -1
- package/dist/dts/workspace-elements/base/data-collections/schemas.d.ts +1 -1
- package/dist/dts/workspace-elements/base/data-collections/udm/index.d.ts +1 -1
- package/dist/dts/workspace-elements/base/data-collections/utils.d.ts +1 -1
- package/dist/dts/workspace-elements/base/external-event-log-records/index.d.ts +1 -0
- package/dist/dts/workspace-elements/base/external-event-pulls/index.d.ts +1 -0
- package/dist/dts/workspace-elements/base/flow-runs/index.d.ts +1 -0
- package/dist/dts/workspace-elements/types.d.ts +3 -0
- package/dist/dts/workspace-elements-catalog/index.d.ts +3 -0
- package/dist/dts/workspaces/compare.d.ts +1 -1
- package/dist/index.browser.d.mts +731 -694
- package/dist/index.browser.d.ts +731 -694
- package/dist/index.browser.js +1247 -1076
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +1247 -1076
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.d.mts +731 -694
- package/dist/index.node.d.ts +731 -694
- package/dist/index.node.js +1247 -1076
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.mjs +1247 -1076
- package/dist/index.node.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { ElementInstanceSelector } from '../../accessors';
|
|
1
2
|
import { ConnectionSelector } from './connections-api';
|
|
2
3
|
import { FlowInstanceSelector } from './flows-api';
|
|
3
|
-
import { ElementInstanceSelector } from '../../accessors';
|
|
4
4
|
export { FieldMappingInstanceApiResponse, CreateFieldMappingInstanceRequest, UpdateFieldMappingInstanceRequest, FindFieldMappingInstancesQuery, ListFieldMappingInstancesForConnectionQuery, } from './field-mappings-api';
|
|
5
5
|
export type FieldMappingInstance = import('./field-mappings-api').FieldMappingInstanceApiResponse;
|
|
6
6
|
export interface FieldMappingInstanceSelector extends ConnectionSelector, FlowInstanceSelector, ElementInstanceSelector {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { ElementInstanceSelector, IntegrationSpecificElementSelector } from '../../accessors';
|
|
3
|
-
import { ConnectionSelector } from './connections-api';
|
|
4
3
|
import { FieldMappingDirection } from '../base/field-mappings';
|
|
4
|
+
import { ConnectionSelector } from './connections-api';
|
|
5
5
|
import { FlowInstanceSelector } from './flows-api';
|
|
6
6
|
export declare const FieldMappingApiResponse: z.ZodObject<{
|
|
7
7
|
id: z.ZodString;
|
|
@@ -582,9 +582,9 @@ export declare const FindFieldMappingsQuery: z.ZodObject<{
|
|
|
582
582
|
}>>;
|
|
583
583
|
universalParentId: z.ZodOptional<z.ZodString>;
|
|
584
584
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
585
|
-
externalAppId: z.ZodOptional<z.ZodString>;
|
|
586
585
|
fieldMappingId: z.ZodOptional<z.ZodString>;
|
|
587
586
|
universalFieldMappingId: z.ZodOptional<z.ZodString>;
|
|
587
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
588
588
|
}, z.core.$strip>;
|
|
589
589
|
export type FindFieldMappingsQuery = z.infer<typeof FindFieldMappingsQuery>;
|
|
590
590
|
export declare const FindFieldMappingInstancesQuery: z.ZodObject<{
|
|
@@ -605,9 +605,9 @@ export declare const FindFieldMappingInstancesQuery: z.ZodObject<{
|
|
|
605
605
|
}>>;
|
|
606
606
|
universalParentId: z.ZodOptional<z.ZodString>;
|
|
607
607
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
608
|
-
externalAppId: z.ZodOptional<z.ZodString>;
|
|
609
608
|
fieldMappingId: z.ZodOptional<z.ZodString>;
|
|
610
609
|
universalFieldMappingId: z.ZodOptional<z.ZodString>;
|
|
610
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
611
611
|
}, z.core.$strip>;
|
|
612
612
|
export type FindFieldMappingInstancesQuery = FindFieldMappingsQuery;
|
|
613
613
|
export declare const CreateFieldMappingRequest: z.ZodObject<{
|
|
@@ -20,6 +20,7 @@ export declare const FindFlowRunsQuery: z.ZodObject<{
|
|
|
20
20
|
state: z.ZodOptional<z.ZodEnum<typeof FlowRunState>>;
|
|
21
21
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
22
22
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
23
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
23
24
|
from: z.ZodOptional<z.ZodString>;
|
|
24
25
|
to: z.ZodOptional<z.ZodString>;
|
|
25
26
|
}, z.core.$strip>;
|
|
@@ -35,6 +36,7 @@ export declare const FlowRunApiResponse: z.ZodObject<{
|
|
|
35
36
|
id: z.ZodString;
|
|
36
37
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
37
38
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
39
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
38
40
|
name: z.ZodOptional<z.ZodString>;
|
|
39
41
|
connectionFlowId: z.ZodString;
|
|
40
42
|
integrationFlowId: z.ZodOptional<z.ZodString>;
|
|
@@ -221,6 +223,7 @@ export declare const FindFlowRunsResponse: z.ZodObject<{
|
|
|
221
223
|
id: z.ZodString;
|
|
222
224
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
223
225
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
226
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
224
227
|
name: z.ZodOptional<z.ZodString>;
|
|
225
228
|
connectionFlowId: z.ZodString;
|
|
226
229
|
integrationFlowId: z.ZodOptional<z.ZodString>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
+
import { ElementInstanceSelector, IntegrationSpecificElementSelector } from '../../accessors/base-accessors';
|
|
2
3
|
import { ConnectionSelector } from './connections-api';
|
|
3
4
|
import { FlowRunApiResponse } from './flow-runs-api';
|
|
4
|
-
import { ElementInstanceSelector, IntegrationSpecificElementSelector } from '../../accessors/base-accessors';
|
|
5
5
|
export declare const FlowApiResponse: z.ZodObject<{
|
|
6
6
|
id: z.ZodString;
|
|
7
7
|
key: z.ZodOptional<z.ZodString>;
|
|
@@ -696,9 +696,9 @@ export declare const FindFlowsQuery: z.ZodObject<{
|
|
|
696
696
|
}>>;
|
|
697
697
|
universalParentId: z.ZodOptional<z.ZodString>;
|
|
698
698
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
699
|
-
externalAppId: z.ZodOptional<z.ZodString>;
|
|
700
699
|
flowId: z.ZodOptional<z.ZodString>;
|
|
701
700
|
universalFlowId: z.ZodOptional<z.ZodString>;
|
|
701
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
702
702
|
}, z.core.$strip>;
|
|
703
703
|
export type FindFlowsQuery = z.infer<typeof FindFlowsQuery>;
|
|
704
704
|
export declare const CreateFlowRequest: z.ZodObject<{
|
|
@@ -7,6 +7,7 @@ export declare const ListIncomingWebhooksQuery: z.ZodObject<{
|
|
|
7
7
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
8
8
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
9
9
|
status: z.ZodOptional<z.ZodEnum<typeof IncomingWebhooksState>>;
|
|
10
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
10
11
|
from: z.ZodOptional<z.ZodString>;
|
|
11
12
|
to: z.ZodOptional<z.ZodString>;
|
|
12
13
|
}, z.core.$strip>;
|
|
@@ -18,6 +19,7 @@ export declare const IncomingWebhookApiResponse: z.ZodObject<{
|
|
|
18
19
|
customerId: z.ZodString;
|
|
19
20
|
integrationId: z.ZodString;
|
|
20
21
|
connectionId: z.ZodString;
|
|
22
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
21
23
|
subscriptionId: z.ZodString;
|
|
22
24
|
userId: z.ZodString;
|
|
23
25
|
uuid: z.ZodString;
|
|
@@ -8,6 +8,7 @@ export declare const BaseActionRunLogRecord: z.ZodObject<{
|
|
|
8
8
|
userId: z.ZodString;
|
|
9
9
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
10
10
|
id: z.ZodString;
|
|
11
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
11
12
|
name: z.ZodString;
|
|
12
13
|
universalActionId: z.ZodOptional<z.ZodString>;
|
|
13
14
|
integrationActionId: z.ZodString;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ActionType } from './action-types';
|
|
3
2
|
import { DataSchema } from '../../../data-schema';
|
|
3
|
+
import { ActionType } from './action-types';
|
|
4
4
|
export { ActionType } from './action-types';
|
|
5
5
|
export * from './action-types';
|
|
6
6
|
export declare enum ActionDependencyType {
|
|
@@ -48,8 +48,8 @@ export declare const ActionExportProperties: z.ZodObject<{
|
|
|
48
48
|
parentUuid: z.ZodOptional<z.ZodString>;
|
|
49
49
|
isUniversal: z.ZodOptional<z.ZodBoolean>;
|
|
50
50
|
isCustomized: z.ZodOptional<z.ZodBoolean>;
|
|
51
|
-
inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
|
|
52
51
|
outputMapping: z.ZodOptional<z.ZodAny>;
|
|
52
|
+
inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
|
|
53
53
|
customOutputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
|
|
54
54
|
}, z.core.$strip>;
|
|
55
55
|
export type ActionExportProperties = z.infer<typeof ActionExportProperties>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { ConnectorMethodImplementationType } from './methods';
|
|
3
2
|
import { ConnectorSpec } from '.';
|
|
4
3
|
import { DataSchema } from '../../../data-schema';
|
|
4
|
+
import { ConnectorMethodImplementationType } from './methods';
|
|
5
5
|
export declare const CONNECTOR_AUTH_TYPES: readonly ["integration-app-token", "membrane-token", "oauth2", "oauth1", "client-credentials", "proxy"];
|
|
6
6
|
export type ConnectorAuthType = (typeof CONNECTOR_AUTH_TYPES)[number];
|
|
7
7
|
export declare const ConnectorAuthSpec: z.ZodObject<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ConnectorAuthType } from './auth';
|
|
2
1
|
import { Connector, ConnectorAuthWithFunctions, ConnectorOption } from '.';
|
|
3
2
|
import { DataSchema } from '../../../data-schema';
|
|
4
3
|
import { FunctionType } from '../../../functions/base';
|
|
4
|
+
import { ConnectorAuthType } from './auth';
|
|
5
5
|
export declare function getEffectiveConnectorOption(connector: Connector, optionKey: string): ConnectorOption;
|
|
6
6
|
export interface ConnectorFunctionSpec {
|
|
7
7
|
authTypes?: ConnectorAuthType[];
|
|
@@ -2179,6 +2179,7 @@ export declare const GeneratedConnectorOption: z.ZodObject<{
|
|
|
2179
2179
|
description: z.ZodOptional<z.ZodString>;
|
|
2180
2180
|
inputSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
|
|
2181
2181
|
connectorParametersSchema: z.ZodOptional<z.ZodType<DataSchema, unknown, z.core.$ZodTypeInternals<DataSchema, unknown>>>;
|
|
2182
|
+
oAuthCallbackUri: z.ZodOptional<z.ZodString>;
|
|
2182
2183
|
}, z.core.$strip>;
|
|
2183
2184
|
export type GeneratedConnectorOption = z.infer<typeof GeneratedConnectorOption>;
|
|
2184
2185
|
export declare const ConnectorOptions: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ConnectorMethodImplementation, ConnectorMethodImplementationBase, ConnectorMethodImplementationType } from '../methods';
|
|
2
1
|
import { OperationSpec } from '.';
|
|
2
|
+
import { ConnectorMethodImplementation, ConnectorMethodImplementationBase, ConnectorMethodImplementationType } from '../methods';
|
|
3
3
|
export type ConnectorOperationMethod<ImplementationFields extends ConnectorMethodImplementation | ConnectorMethodImplementationBase = ConnectorMethodImplementationBase> = {
|
|
4
4
|
isIncomplete?: boolean;
|
|
5
5
|
} & ImplementationFields;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { ConnectorDataCollectionEvent } from '.';
|
|
1
2
|
import { ConnectorDataCollection } from '..';
|
|
2
3
|
import { DataSchema } from '../../../../../../data-schema';
|
|
3
4
|
import { ConnectorMethodImplementationType } from '../../../../connectors/methods';
|
|
4
|
-
import { ConnectorDataCollectionEvent } from '.';
|
|
5
5
|
interface ConnectorDataCollectionEventMethodTypeArgs<ImplementationFields = unknown> {
|
|
6
6
|
event: ConnectorDataCollectionEvent<ImplementationFields>;
|
|
7
7
|
collection: ConnectorDataCollection;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
import { DataCollectionEvent } from './types';
|
|
3
2
|
import { DataSchema } from '../../../data-schema';
|
|
3
|
+
import { DataCollectionEvent } from './types';
|
|
4
4
|
export declare const ApiRequestSpec: z.ZodObject<{
|
|
5
5
|
path: z.ZodUnknown;
|
|
6
6
|
method: z.ZodUnknown;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UnifiedDataModel } from './base';
|
|
2
1
|
import { ConnectorSpec } from '../../connectors';
|
|
3
2
|
import { DataLocationPointer } from '../schemas';
|
|
3
|
+
import { UnifiedDataModel } from './base';
|
|
4
4
|
export { UnifiedDataModel } from './base';
|
|
5
5
|
export declare enum UDM {
|
|
6
6
|
ACTIVITIES = "activities",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { DataSchema } from '../../../data-schema';
|
|
1
2
|
import { ConnectorDataCollection } from './data-locations';
|
|
2
3
|
import { DataCollectionSpec, DataLocationPointer } from './schemas';
|
|
3
|
-
import { DataSchema } from '../../../data-schema';
|
|
4
4
|
export declare function getDataLocationMethodPath(locationKey: any, methodKey: any): string;
|
|
5
5
|
export declare function dataLocationParametersMatch({ locationParameters, targetParameters, }: {
|
|
6
6
|
locationParameters: Record<string, any>;
|
|
@@ -9,6 +9,7 @@ export declare const BaseExternalEventLogRecord: z.ZodObject<{
|
|
|
9
9
|
userId: z.ZodString;
|
|
10
10
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
11
11
|
id: z.ZodString;
|
|
12
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
12
13
|
name: z.ZodOptional<z.ZodString>;
|
|
13
14
|
externalEventSubscriptionId: z.ZodString;
|
|
14
15
|
integrationId: z.ZodString;
|
|
@@ -10,6 +10,7 @@ export declare const BaseExternalEventPull: z.ZodObject<{
|
|
|
10
10
|
userId: z.ZodString;
|
|
11
11
|
tenantId: z.ZodOptional<z.ZodString>;
|
|
12
12
|
id: z.ZodString;
|
|
13
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
13
14
|
name: z.ZodOptional<z.ZodString>;
|
|
14
15
|
externalEventSubscriptionId: z.ZodString;
|
|
15
16
|
integrationId: z.ZodString;
|
|
@@ -38,6 +38,7 @@ export declare const BaseFlowRun: z.ZodObject<{
|
|
|
38
38
|
id: z.ZodString;
|
|
39
39
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
40
40
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
41
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
41
42
|
name: z.ZodOptional<z.ZodString>;
|
|
42
43
|
connectionFlowId: z.ZodString;
|
|
43
44
|
integrationFlowId: z.ZodOptional<z.ZodString>;
|
|
@@ -37,6 +37,8 @@ export declare enum WorkspaceElementType {
|
|
|
37
37
|
ExternalEventPull = "external-event-pull",
|
|
38
38
|
Screen = "screen",
|
|
39
39
|
ActionRunLogRecord = "action-run-log-record",
|
|
40
|
+
ExternalApiLogRecord = "external-api-log-record",
|
|
41
|
+
IncomingWebhookLogRecord = "incoming-webhook-log-record",
|
|
40
42
|
ConnectedProduct = "connected-product"
|
|
41
43
|
}
|
|
42
44
|
export declare enum WorkspaceEventType {
|
|
@@ -224,6 +226,7 @@ export declare const ActivityLogRecord: z.ZodObject<{
|
|
|
224
226
|
id: z.ZodString;
|
|
225
227
|
integrationId: z.ZodOptional<z.ZodString>;
|
|
226
228
|
connectionId: z.ZodOptional<z.ZodString>;
|
|
229
|
+
externalAppId: z.ZodOptional<z.ZodString>;
|
|
227
230
|
}, z.core.$strip>;
|
|
228
231
|
export type ActivityLogRecord = z.infer<typeof ActivityLogRecord>;
|
|
229
232
|
export interface WorkspaceElementReference {
|
|
@@ -24,6 +24,9 @@ export interface WorkspaceElementSpec {
|
|
|
24
24
|
hasUuid?: boolean;
|
|
25
25
|
hasPublicLayer?: boolean;
|
|
26
26
|
isProOnly?: boolean;
|
|
27
|
+
statsKey?: string;
|
|
28
|
+
relatedIntegrationLayerElements?: WorkspaceElementType[];
|
|
29
|
+
relatedActivityLogElements?: WorkspaceElementType[];
|
|
27
30
|
}
|
|
28
31
|
export interface WorkspaceElements {
|
|
29
32
|
flows?: Record<string, CreateFlowRequest>;
|