@salesforce/lds-adapters-service-serviceplan 1.348.1 → 1.350.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.
Files changed (19) hide show
  1. package/dist/es/es2018/service-serviceplan.js +46 -649
  2. package/dist/es/es2018/types/src/generated/adapters/generateServicePlan.d.ts +1 -0
  3. package/dist/es/es2018/types/src/generated/resources/postConnectServicePlanGenerationRequests.d.ts +1 -0
  4. package/dist/es/es2018/types/src/generated/types/ServicePlanDetailsRepresentation.d.ts +5 -2
  5. package/dist/es/es2018/types/src/generated/types/ServicePlanGenerationOutputRepresentation.d.ts +2 -21
  6. package/dist/es/es2018/types/src/generated/types/ServicePlanStepDetailsRepresentation.d.ts +4 -1
  7. package/package.json +3 -3
  8. package/sfdc/index.js +47 -650
  9. package/src/raml/api.raml +70 -211
  10. package/src/raml/luvio.raml +0 -16
  11. package/dist/es/es2018/types/src/generated/resources/getConnectServicePlanExecuteByPlanOrStepId.d.ts +0 -15
  12. package/dist/es/es2018/types/src/generated/types/ServicePlanDataInputRepresentation.d.ts +0 -28
  13. package/dist/es/es2018/types/src/generated/types/ServicePlanDataOutputRepresentation.d.ts +0 -28
  14. package/dist/es/es2018/types/src/generated/types/ServicePlanExecutionSummaryRepresentation.d.ts +0 -35
  15. package/dist/es/es2018/types/src/generated/types/ServicePlanGenerationSessionInformationOutputRepresentation.d.ts +0 -37
  16. package/dist/es/es2018/types/src/generated/types/ServicePlanOutputRepresentation.d.ts +0 -57
  17. package/dist/es/es2018/types/src/generated/types/ServicePlanRepresentation.d.ts +0 -44
  18. package/dist/es/es2018/types/src/generated/types/ServicePlanStepExecutionSummaryRepresentation.d.ts +0 -31
  19. package/dist/es/es2018/types/src/generated/types/ServicePlanStepRepresentation.d.ts +0 -37
@@ -1,44 +0,0 @@
1
- import { ServicePlanGenerationSessionInformationOutputRepresentation as ServicePlanGenerationSessionInformationOutputRepresentation_ServicePlanGenerationSessionInformationOutputRepresentation } from './ServicePlanGenerationSessionInformationOutputRepresentation';
2
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "2ed0b44159ae6a1ffedfe9486d53cc1f";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: ServicePlanRepresentation, existing: ServicePlanRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServicePlanRepresentationNormalized;
7
- export declare const select: () => $64$luvio_engine_BaseFragment;
8
- export declare function equals(existing: ServicePlanRepresentationNormalized, incoming: ServicePlanRepresentationNormalized): boolean;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServicePlanRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
- /**
12
- * Service Plan representation
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface ServicePlanRepresentationNormalized {
18
- /** Copilot */
19
- copilot: string;
20
- /** Feedback Id */
21
- feedbackId: string;
22
- /** Plan Id */
23
- generatedPlanId: string;
24
- /** Session details */
25
- sessionInformation: $64$luvio_engine_StoreLink;
26
- /** Topic Name */
27
- topic: string;
28
- /** Topic Description */
29
- topicDescription: string;
30
- }
31
- /**
32
- * Service Plan representation
33
- *
34
- * Keys:
35
- * (none)
36
- */
37
- export interface ServicePlanRepresentation {
38
- copilot: string;
39
- feedbackId: string;
40
- generatedPlanId: string;
41
- sessionInformation: ServicePlanGenerationSessionInformationOutputRepresentation_ServicePlanGenerationSessionInformationOutputRepresentation;
42
- topic: string;
43
- topicDescription: string;
44
- }
@@ -1,31 +0,0 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
- export declare const VERSION = "49ecad43516b5e32603856ae2fd27e4c";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: ServicePlanStepExecutionSummaryRepresentation, existing: ServicePlanStepExecutionSummaryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServicePlanStepExecutionSummaryRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_BaseFragment;
7
- export declare function equals(existing: ServicePlanStepExecutionSummaryRepresentationNormalized, incoming: ServicePlanStepExecutionSummaryRepresentationNormalized): boolean;
8
- export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServicePlanStepExecutionSummaryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
- /**
11
- * Represents the execution summary of a Service Plan Step
12
- *
13
- * Keys:
14
- * (none)
15
- */
16
- export interface ServicePlanStepExecutionSummaryRepresentationNormalized {
17
- /** Message */
18
- message: string;
19
- /** Status */
20
- status: string;
21
- }
22
- /**
23
- * Represents the execution summary of a Service Plan Step
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface ServicePlanStepExecutionSummaryRepresentation {
29
- message: string;
30
- status: string;
31
- }
@@ -1,37 +0,0 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
- export declare const VERSION = "35bfcd3696ac4963b29fe5c6a9efd404";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: ServicePlanStepRepresentation, existing: ServicePlanStepRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ServicePlanStepRepresentationNormalized;
6
- export declare const select: () => $64$luvio_engine_BaseFragment;
7
- export declare function equals(existing: ServicePlanStepRepresentationNormalized, incoming: ServicePlanStepRepresentationNormalized): boolean;
8
- export declare const ingest: $64$luvio_engine_ResourceIngest;
9
- export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ServicePlanStepRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
- /**
11
- * Represent a step of a generated Service Plan
12
- *
13
- * Keys:
14
- * (none)
15
- */
16
- export interface ServicePlanStepRepresentationNormalized {
17
- /** The group name of service plan step */
18
- groupName: string | null;
19
- /** Generated Plan Step ID */
20
- id: string;
21
- /** The name of service plan step */
22
- name: string | null;
23
- /** Order in which this action will be executed */
24
- order: number;
25
- }
26
- /**
27
- * Represent a step of a generated Service Plan
28
- *
29
- * Keys:
30
- * (none)
31
- */
32
- export interface ServicePlanStepRepresentation {
33
- groupName: string | null;
34
- id: string;
35
- name: string | null;
36
- order: number;
37
- }