@salesforce/lds-adapters-platform-interaction-orchestrator 1.124.2 → 1.124.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. package/dist/es/es2018/platform-interaction-orchestrator.js +1066 -1066
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/getOrchestrationInstanceCollection.d.ts +27 -27
  4. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +1 -1
  5. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +3 -3
  6. package/dist/{types → es/es2018/types}/src/generated/resources/getConnectInteractionOrchestrationInstances.d.ts +16 -16
  7. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationInstanceCollectionRepresentation.d.ts +31 -31
  8. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationInstanceRepresentation.d.ts +48 -48
  9. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationStageInstanceRepresentation.d.ts +42 -42
  10. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationStepInstanceRepresentation.d.ts +45 -45
  11. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationWorkAssignmentRepresentation.d.ts +26 -26
  12. package/dist/{types → es/es2018/types}/src/generated/types/FlowOrchestrationWorkItemRepresentation.d.ts +53 -53
  13. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  14. package/package.json +5 -5
  15. package/sfdc/index.d.ts +1 -1
  16. package/sfdc/index.js +1086 -1086
  17. package/dist/umd/es2018/platform-interaction-orchestrator.js +0 -1101
  18. package/dist/umd/es5/platform-interaction-orchestrator.js +0 -1106
@@ -1,26 +1,26 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "985f4771e87efceea3364e5e2d064bcb";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: FlowOrchestrationWorkAssignmentRepresentation, existing: FlowOrchestrationWorkAssignmentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowOrchestrationWorkAssignmentRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: FlowOrchestrationWorkAssignmentRepresentationNormalized, incoming: FlowOrchestrationWorkAssignmentRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: FlowOrchestrationWorkAssignmentRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowOrchestrationWorkAssignmentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Information about an Orchestration work assignment.
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface FlowOrchestrationWorkAssignmentRepresentationNormalized {
18
- }
19
- /**
20
- * Information about an Orchestration work assignment.
21
- *
22
- * Keys:
23
- * (none)
24
- */
25
- export interface FlowOrchestrationWorkAssignmentRepresentation {
26
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "985f4771e87efceea3364e5e2d064bcb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FlowOrchestrationWorkAssignmentRepresentation, existing: FlowOrchestrationWorkAssignmentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowOrchestrationWorkAssignmentRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FlowOrchestrationWorkAssignmentRepresentationNormalized, incoming: FlowOrchestrationWorkAssignmentRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: FlowOrchestrationWorkAssignmentRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowOrchestrationWorkAssignmentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about an Orchestration work assignment.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FlowOrchestrationWorkAssignmentRepresentationNormalized {
18
+ }
19
+ /**
20
+ * Information about an Orchestration work assignment.
21
+ *
22
+ * Keys:
23
+ * (none)
24
+ */
25
+ export interface FlowOrchestrationWorkAssignmentRepresentation {
26
+ }
@@ -1,53 +1,53 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "ab05f41c9070286098c01e14dc5587f6";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: FlowOrchestrationWorkItemRepresentation, existing: FlowOrchestrationWorkItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowOrchestrationWorkItemRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: FlowOrchestrationWorkItemRepresentationNormalized, incoming: FlowOrchestrationWorkItemRepresentationNormalized): boolean;
8
- export declare function deepFreeze(input: FlowOrchestrationWorkItemRepresentation): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowOrchestrationWorkItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Information about an Orchestration work item.
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface FlowOrchestrationWorkItemRepresentationNormalized {
18
- /** The assignee for this Orchestrator work item */
19
- assigneeId: string;
20
- /** Description for this Orchestration work item */
21
- description: string | null;
22
- /** Orchestration work item id */
23
- id: string;
24
- /** Label key for this work item */
25
- label: string | null;
26
- /** The record this work item is related to */
27
- relatedRecordId: string | null;
28
- /** Developer name of the screen flow to start when assignees work on this work item */
29
- screenFlowDeveloperName: string;
30
- /** Id of the screen flow to start when assignees work on this work item */
31
- screenFlowId: string;
32
- /** Input parameters for the screen flow */
33
- screenFlowInputs: string;
34
- /** This work item status */
35
- status: string;
36
- }
37
- /**
38
- * Information about an Orchestration work item.
39
- *
40
- * Keys:
41
- * (none)
42
- */
43
- export interface FlowOrchestrationWorkItemRepresentation {
44
- assigneeId: string;
45
- description: string | null;
46
- id: string;
47
- label: string | null;
48
- relatedRecordId: string | null;
49
- screenFlowDeveloperName: string;
50
- screenFlowId: string;
51
- screenFlowInputs: string;
52
- status: string;
53
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "ab05f41c9070286098c01e14dc5587f6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FlowOrchestrationWorkItemRepresentation, existing: FlowOrchestrationWorkItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FlowOrchestrationWorkItemRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FlowOrchestrationWorkItemRepresentationNormalized, incoming: FlowOrchestrationWorkItemRepresentationNormalized): boolean;
8
+ export declare function deepFreeze(input: FlowOrchestrationWorkItemRepresentation): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FlowOrchestrationWorkItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Information about an Orchestration work item.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FlowOrchestrationWorkItemRepresentationNormalized {
18
+ /** The assignee for this Orchestrator work item */
19
+ assigneeId: string;
20
+ /** Description for this Orchestration work item */
21
+ description: string | null;
22
+ /** Orchestration work item id */
23
+ id: string;
24
+ /** Label key for this work item */
25
+ label: string | null;
26
+ /** The record this work item is related to */
27
+ relatedRecordId: string | null;
28
+ /** Developer name of the screen flow to start when assignees work on this work item */
29
+ screenFlowDeveloperName: string;
30
+ /** Id of the screen flow to start when assignees work on this work item */
31
+ screenFlowId: string;
32
+ /** Input parameters for the screen flow */
33
+ screenFlowInputs: string;
34
+ /** This work item status */
35
+ status: string;
36
+ }
37
+ /**
38
+ * Information about an Orchestration work item.
39
+ *
40
+ * Keys:
41
+ * (none)
42
+ */
43
+ export interface FlowOrchestrationWorkItemRepresentation {
44
+ assigneeId: string;
45
+ description: string | null;
46
+ id: string;
47
+ label: string | null;
48
+ relatedRecordId: string | null;
49
+ screenFlowDeveloperName: string;
50
+ screenFlowId: string;
51
+ screenFlowInputs: string;
52
+ status: string;
53
+ }
@@ -1,39 +1,39 @@
1
- import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
- export declare const ObjectFreeze: {
3
- <T extends Function>(f: T): T;
4
- <T_1 extends {
5
- [idx: string]: object | U | null | undefined;
6
- }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
7
- <T_2>(o: T_2): Readonly<T_2>;
8
- }, ObjectKeys: {
9
- (o: object): string[];
10
- (o: {}): string[];
11
- }, ObjectCreate: {
12
- (o: object | null): any;
13
- (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
14
- }, ObjectAssign: {
15
- <T extends {}, U>(target: T, source: U): T & U;
16
- <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
17
- <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
18
- (target: object, ...sources: any[]): any;
19
- };
20
- export declare const ArrayIsArray: (arg: any) => arg is any[];
21
- export declare const JSONStringify: {
22
- (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
23
- (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
24
- };
25
- type AllowedPrimitives = boolean | string | number | Date | null;
26
- type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
27
- export type RecursivePartial<T> = null | {
28
- [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
29
- };
30
- export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
31
- export declare function equalsObject<U, V extends {
32
- [key: string]: U;
33
- }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
34
- export declare function deepFreeze(value: any): void;
35
- export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
36
- __ref: string;
37
- };
38
- export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
39
- export {};
1
+ import { NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const ObjectFreeze: {
3
+ <T extends Function>(f: T): T;
4
+ <T_1 extends {
5
+ [idx: string]: object | U | null | undefined;
6
+ }, U extends string | number | bigint | boolean | symbol>(o: T_1): Readonly<T_1>;
7
+ <T_2>(o: T_2): Readonly<T_2>;
8
+ }, ObjectKeys: {
9
+ (o: object): string[];
10
+ (o: {}): string[];
11
+ }, ObjectCreate: {
12
+ (o: object | null): any;
13
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
14
+ }, ObjectAssign: {
15
+ <T extends {}, U>(target: T, source: U): T & U;
16
+ <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
17
+ <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
18
+ (target: object, ...sources: any[]): any;
19
+ };
20
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
21
+ export declare const JSONStringify: {
22
+ (value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string;
23
+ (value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string;
24
+ };
25
+ type AllowedPrimitives = boolean | string | number | Date | null;
26
+ type Value<T> = T extends AllowedPrimitives ? T : RecursivePartial<T>;
27
+ export type RecursivePartial<T> = null | {
28
+ [P in keyof T]?: T[P] extends Array<infer U> ? Array<Value<U>> | null : Value<T[P]> | null;
29
+ };
30
+ export declare function equalsArray<U, V extends U[]>(a: V, b: V, equalsItem: (itemA: U, itemB: U) => boolean | void): boolean;
31
+ export declare function equalsObject<U, V extends {
32
+ [key: string]: U;
33
+ }>(a: V, b: V, equalsProp: (propA: U, propB: U) => boolean | void): boolean;
34
+ export declare function deepFreeze(value: any): void;
35
+ export declare function createLink(ref: string | $64$luvio_engine_NormalizedKeyMetadata): {
36
+ __ref: string;
37
+ };
38
+ export declare function assignMetadataLink(entry: any, metadataKey: string | $64$luvio_engine_NormalizedKeyMetadata): void;
39
+ export {};
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-platform-interaction-orchestrator",
3
- "version": "1.124.2",
3
+ "version": "1.124.3",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Interaction Orchestrator APIs",
6
- "main": "dist/umd/es2018/platform-interaction-orchestrator.js",
6
+ "main": "dist/es/es2018/platform-interaction-orchestrator.js",
7
7
  "module": "dist/es/es2018/platform-interaction-orchestrator.js",
8
- "types": "dist/types/src/generated/artifacts/main.d.ts",
8
+ "types": "dist/es/es2018/types/src/generated/artifacts/main.d.ts",
9
9
  "files": [
10
10
  "dist",
11
11
  "sfdc",
@@ -14,8 +14,8 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "import": "./dist/es/es2018/platform-interaction-orchestrator.js",
17
- "require": "./dist/umd/es2018/platform-interaction-orchestrator.js",
18
- "types": "./dist/types/src/generated/artifacts/main.d.ts"
17
+ "require": "./dist/es/es2018/platform-interaction-orchestrator.js",
18
+ "types": "./dist/es/es2018/types/src/generated/artifacts/main.d.ts"
19
19
  },
20
20
  "./sfdc": {
21
21
  "import": "./sfdc/index.js",
package/sfdc/index.d.ts CHANGED
@@ -1 +1 @@
1
- export * from '../dist/types/src/generated/artifacts/sfdc';
1
+ export * from '../dist/es/es2018/types/src/generated/artifacts/sfdc';