@salesforce/lds-adapters-platform-flow-builder 1.134.2 → 1.134.4
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/package.json +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +65 -64
- package/dist/es/es2018/types/src/generated/resources/postConnectInteractionRuntimeNavigateFlowByFlowDevName.d.ts +0 -22
- package/dist/es/es2018/types/src/generated/resources/postConnectInteractionRuntimeResumeFlowByFlowDevName.d.ts +0 -15
- package/dist/es/es2018/types/src/generated/resources/postConnectInteractionRuntimeStartFlowByFlowDevName.d.ts +0 -19
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
package/src/raml/api.raml
CHANGED
|
@@ -376,67 +376,68 @@ types:
|
|
|
376
376
|
relatedRecordId:
|
|
377
377
|
type: string
|
|
378
378
|
required: false
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
379
|
+
# TODO: Hand rolled
|
|
380
|
+
# /runtime/{flowDevName}:
|
|
381
|
+
# /navigateFlow:
|
|
382
|
+
# post:
|
|
383
|
+
# description: Navigate a flow
|
|
384
|
+
# responses:
|
|
385
|
+
# '200':
|
|
386
|
+
# description: Success
|
|
387
|
+
# body:
|
|
388
|
+
# application/json:
|
|
389
|
+
# type: FlowRuntimeResponseRepresentation
|
|
390
|
+
# body:
|
|
391
|
+
# application/json:
|
|
392
|
+
# type: FlowRuntimeNavigateRequestRepresentation
|
|
393
|
+
# (oas-body-name): request
|
|
394
|
+
# uriParameters:
|
|
395
|
+
# flowDevName:
|
|
396
|
+
# type: string
|
|
397
|
+
# required: true
|
|
398
|
+
# /resumeFlow:
|
|
399
|
+
# post:
|
|
400
|
+
# description: Resume a flow
|
|
401
|
+
# responses:
|
|
402
|
+
# '200':
|
|
403
|
+
# description: Success
|
|
404
|
+
# body:
|
|
405
|
+
# application/json:
|
|
406
|
+
# type: FlowRuntimeResponseRepresentation
|
|
407
|
+
# queryParameters:
|
|
408
|
+
# pausedInterviewId:
|
|
409
|
+
# type: string
|
|
410
|
+
# required: false
|
|
411
|
+
# uriParameters:
|
|
412
|
+
# flowDevName:
|
|
413
|
+
# type: string
|
|
414
|
+
# required: true
|
|
415
|
+
# /startFlow:
|
|
416
|
+
# post:
|
|
417
|
+
# description: Starts a flow
|
|
418
|
+
# responses:
|
|
419
|
+
# '200':
|
|
420
|
+
# description: Success
|
|
421
|
+
# body:
|
|
422
|
+
# application/json:
|
|
423
|
+
# type: FlowRuntimeResponseRepresentation
|
|
424
|
+
# queryParameters:
|
|
425
|
+
# arguments:
|
|
426
|
+
# type: string
|
|
427
|
+
# required: false
|
|
428
|
+
# debugAsUserId:
|
|
429
|
+
# type: string
|
|
430
|
+
# required: false
|
|
431
|
+
# enableRollbackMode:
|
|
432
|
+
# type: boolean
|
|
433
|
+
# required: false
|
|
434
|
+
# enableTrace:
|
|
435
|
+
# type: boolean
|
|
436
|
+
# required: false
|
|
437
|
+
# flowVersionId:
|
|
438
|
+
# type: string
|
|
439
|
+
# required: false
|
|
440
|
+
# uriParameters:
|
|
441
|
+
# flowDevName:
|
|
442
|
+
# type: string
|
|
443
|
+
# required: true
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { FlowRuntimeResponseRepresentation as types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation } from '../types/FlowRuntimeResponseRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
flowDevName: string;
|
|
6
|
-
};
|
|
7
|
-
body: {
|
|
8
|
-
action: string;
|
|
9
|
-
enableTrace: boolean;
|
|
10
|
-
fields: Array<{}>;
|
|
11
|
-
lcErrors: {
|
|
12
|
-
[key: string]: {};
|
|
13
|
-
};
|
|
14
|
-
serializedState: string;
|
|
15
|
-
uiElementVisited: boolean;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
19
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, any>;
|
|
21
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
22
|
-
export default createResourceRequest;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { FlowRuntimeResponseRepresentation as types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation } from '../types/FlowRuntimeResponseRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
flowDevName: string;
|
|
6
|
-
};
|
|
7
|
-
queryParams: {
|
|
8
|
-
pausedInterviewId?: string;
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, any>;
|
|
14
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
-
export default createResourceRequest;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
-
import { FlowRuntimeResponseRepresentation as types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation } from '../types/FlowRuntimeResponseRepresentation';
|
|
3
|
-
export interface ResourceRequestConfig {
|
|
4
|
-
urlParams: {
|
|
5
|
-
flowDevName: string;
|
|
6
|
-
};
|
|
7
|
-
queryParams: {
|
|
8
|
-
arguments?: string;
|
|
9
|
-
debugAsUserId?: string;
|
|
10
|
-
enableRollbackMode?: boolean;
|
|
11
|
-
enableTrace?: boolean;
|
|
12
|
-
flowVersionId?: string;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
15
|
-
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
16
|
-
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
17
|
-
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_FlowRuntimeResponseRepresentation_FlowRuntimeResponseRepresentation, any>;
|
|
18
|
-
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
19
|
-
export default createResourceRequest;
|