@salesforce/lds-adapters-platform-admin-success-guidance 0.131.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/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-admin-success-guidance.js +4189 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/evaluateStep.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistant.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistantInfoList.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistantList.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistantTarget.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuestionnaire.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuestionnaires.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/initialize.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/saveAssistant.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/saveAssistantList.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/saveQuestionnaire.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getAssistantPlatformByAssistantName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAssistantPlatformInfoByAssistantTarget.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAssistantPlatformListByAssistantTarget.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAssistantPlatformListInfoByAssistantTarget.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAssistantPlatformQuestionnaireByQuestionnaireName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAssistantPlatformQuestionnairesByAssistantName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchAssistantPlatformByAssistantName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchAssistantPlatformListByAssistantTarget.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchAssistantPlatformQuestionnaireByQuestionnaireName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchAssistantPlatformStepByStepName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/putAssistantPlatformInitializeByAssistantTarget.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/types/AbstractLightningAssistantActionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AssistantData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantAnswerDataInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantCategoryRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantChoiceRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantCustomActionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInfoListRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInfoRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInitializationRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantItemInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLayoutNodeRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLinkActionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLinkRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantListInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantListRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLsfActionRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantNoActionRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionnaireInputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionnaireListRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionnaireRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantRepresentation.d.ts +99 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantStepRepresentation.d.ts +76 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantTargetRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantTrailheadActionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantUpdateInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantVideoActionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantWalkthroughActionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/QuestionnaireData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/UpdateAssistantData.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/package.json +70 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4489 -0
- package/src/raml/api.raml +736 -0
- package/src/raml/luvio.raml +98 -0
package/dist/es/es2018/types/src/generated/resources/patchAssistantPlatformStepByStepName.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
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 { LightningAssistantStepRepresentation as types_LightningAssistantStepRepresentation_LightningAssistantStepRepresentation } from '../types/LightningAssistantStepRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
stepName: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_LightningAssistantStepRepresentation_LightningAssistantStepRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LightningAssistantStepRepresentation_LightningAssistantStepRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_LightningAssistantStepRepresentation_LightningAssistantStepRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_LightningAssistantStepRepresentation_LightningAssistantStepRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_LightningAssistantStepRepresentation_LightningAssistantStepRepresentation, any>;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,12 @@
|
|
|
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 { LightningAssistantInitializationRepresentation as types_LightningAssistantInitializationRepresentation_LightningAssistantInitializationRepresentation } from '../types/LightningAssistantInitializationRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
assistantTarget: string;
|
|
6
|
+
};
|
|
7
|
+
}
|
|
8
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
9
|
+
export declare function getResponseCacheKeys(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_LightningAssistantInitializationRepresentation_LightningAssistantInitializationRepresentation): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
10
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_LightningAssistantInitializationRepresentation_LightningAssistantInitializationRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_LightningAssistantInitializationRepresentation_LightningAssistantInitializationRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_LightningAssistantInitializationRepresentation_LightningAssistantInitializationRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_LightningAssistantInitializationRepresentation_LightningAssistantInitializationRepresentation, any>;
|
|
11
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
12
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/types/AbstractLightningAssistantActionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
|
|
3
|
+
Link = "Link",
|
|
4
|
+
Custom = "Custom",
|
|
5
|
+
NoAction = "NoAction",
|
|
6
|
+
Lsf = "Lsf",
|
|
7
|
+
Video = "Video",
|
|
8
|
+
Walkthrough = "Walkthrough",
|
|
9
|
+
TlxModule = "TlxModule"
|
|
10
|
+
}
|
|
11
|
+
export declare const VERSION = "ee8eb1dcdc27527e958bea3bc608ab0c";
|
|
12
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
13
|
+
export declare const RepresentationType: string;
|
|
14
|
+
export declare function normalize(input: AbstractLightningAssistantActionRepresentation, existing: AbstractLightningAssistantActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AbstractLightningAssistantActionRepresentationNormalized;
|
|
15
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: AbstractLightningAssistantActionRepresentationNormalized, incoming: AbstractLightningAssistantActionRepresentationNormalized): boolean;
|
|
18
|
+
export declare function deepFreeze(input: AbstractLightningAssistantActionRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AbstractLightningAssistantActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* The action collection
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AbstractLightningAssistantActionRepresentationNormalized {
|
|
29
|
+
/** The action type */
|
|
30
|
+
actionType: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* The action collection
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface AbstractLightningAssistantActionRepresentation {
|
|
39
|
+
actionType: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { LightningAssistantListInputRepresentation as LightningAssistantListInputRepresentation_LightningAssistantListInputRepresentation } from './LightningAssistantListInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "8bed6ef6777b11f91fb3d89ba999f3dd";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: AssistantData, existing: AssistantDataNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssistantDataNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: AssistantDataNormalized, incoming: AssistantDataNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: AssistantData): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: AssistantData, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A Wrapper around the LightningAssistantListInputRepresentation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AssistantDataNormalized {
|
|
19
|
+
/** The Oas Body Name for Assistant Data. */
|
|
20
|
+
assistantData: LightningAssistantListInputRepresentation_LightningAssistantListInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* A Wrapper around the LightningAssistantListInputRepresentation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AssistantData {
|
|
29
|
+
assistantData: LightningAssistantListInputRepresentation_LightningAssistantListInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 = "d0b4aad5e7a3e56c73f33921508a3318";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantAnswerDataInputRepresentation, existing: LightningAssistantAnswerDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantAnswerDataInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantAnswerDataInputRepresentationNormalized, incoming: LightningAssistantAnswerDataInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LightningAssistantAnswerDataInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantAnswerDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* An Input Representation for a question to answer mapping within a Lightning Assistant questionnaire.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantAnswerDataInputRepresentationNormalized {
|
|
18
|
+
/** Input id for an answer to a question. */
|
|
19
|
+
answerId: string;
|
|
20
|
+
/** Input date of when the question was answered. */
|
|
21
|
+
whenAnswered: string;
|
|
22
|
+
/** Input date of when the question was seen. */
|
|
23
|
+
whenSeen: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* An Input Representation for a question to answer mapping within a Lightning Assistant questionnaire.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface LightningAssistantAnswerDataInputRepresentation {
|
|
32
|
+
answerId: string;
|
|
33
|
+
whenAnswered: string;
|
|
34
|
+
whenSeen: string;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantCategoryRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
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 = "107898f86df2248eab831be29f7e7205";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantCategoryRepresentation, existing: LightningAssistantCategoryRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantCategoryRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantCategoryRepresentationNormalized, incoming: LightningAssistantCategoryRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LightningAssistantCategoryRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantCategoryRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Lightning Assistant Category
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantCategoryRepresentationNormalized {
|
|
18
|
+
/** The developerName of the category */
|
|
19
|
+
developerName: string;
|
|
20
|
+
/** The state (true/false) if this category is recommended */
|
|
21
|
+
recommended: boolean;
|
|
22
|
+
/** The localized title for this category */
|
|
23
|
+
title: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Lightning Assistant Category
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface LightningAssistantCategoryRepresentation {
|
|
32
|
+
developerName: string;
|
|
33
|
+
recommended: boolean;
|
|
34
|
+
title: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 = "fec1ea773d37039808d8d9e4e4d7c085";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantChoiceRepresentation, existing: LightningAssistantChoiceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantChoiceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantChoiceRepresentationNormalized, incoming: LightningAssistantChoiceRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LightningAssistantChoiceRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantChoiceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* An question choice within a Lightning Assistant questionnaire
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantChoiceRepresentationNormalized {
|
|
18
|
+
/** The localized description for this choice */
|
|
19
|
+
description?: string;
|
|
20
|
+
/** The developerName of this choice */
|
|
21
|
+
developerName: string;
|
|
22
|
+
/** The id of the follow up question to be displayed */
|
|
23
|
+
next: string;
|
|
24
|
+
/** The localized title for this choice */
|
|
25
|
+
title: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* An question choice within a Lightning Assistant questionnaire
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface LightningAssistantChoiceRepresentation {
|
|
34
|
+
description?: string;
|
|
35
|
+
developerName: string;
|
|
36
|
+
next: string;
|
|
37
|
+
title: string;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantCustomActionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { AbstractLightningAssistantActionRepresentation as AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation } from './AbstractLightningAssistantActionRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "c2fb7ece6f9eba9ca7b25608a670310a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LightningAssistantCustomActionRepresentation, existing: LightningAssistantCustomActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantCustomActionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LightningAssistantCustomActionRepresentationNormalized, incoming: LightningAssistantCustomActionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: LightningAssistantCustomActionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantCustomActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A Custom Action Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface LightningAssistantCustomActionRepresentationNormalized extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
19
|
+
/** The action component id for the custom action */
|
|
20
|
+
actionComponent: string;
|
|
21
|
+
/** The custom data for the custom action */
|
|
22
|
+
customData: {
|
|
23
|
+
[key: string]: string;
|
|
24
|
+
};
|
|
25
|
+
/** The name of the icon displayed for the custom action */
|
|
26
|
+
iconName?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* A Custom Action Representation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface LightningAssistantCustomActionRepresentation extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
35
|
+
actionComponent: string;
|
|
36
|
+
customData: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
iconName?: string;
|
|
40
|
+
actionType: 'Custom';
|
|
41
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantInfoListRepresentation.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { LightningAssistantInfoRepresentation as LightningAssistantInfoRepresentation_LightningAssistantInfoRepresentation } from './LightningAssistantInfoRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "d3f2957d23e995fb380f62e85e1d26ea";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
assistant_target: string;
|
|
8
|
+
}
|
|
9
|
+
export type LightningAssistantInfoListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialLightningAssistantInfoListRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LightningAssistantInfoListRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantInfoListRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantInfoListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: LightningAssistantInfoListRepresentation, existing: LightningAssistantInfoListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantInfoListRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: LightningAssistantInfoListRepresentationNormalized, incoming: LightningAssistantInfoListRepresentationNormalized): boolean;
|
|
18
|
+
export declare function deepFreeze(input: LightningAssistantInfoListRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantInfoListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
|
+
/**
|
|
22
|
+
* List of Assistant Infos
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* assistant_target (string): assistantTarget
|
|
26
|
+
*/
|
|
27
|
+
export interface LightningAssistantInfoListRepresentationNormalized {
|
|
28
|
+
/** List of assistant info */
|
|
29
|
+
assistantInfoList: Array<LightningAssistantInfoRepresentation_LightningAssistantInfoRepresentation>;
|
|
30
|
+
/** The Lightning Assistant target */
|
|
31
|
+
assistantTarget: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* List of Assistant Infos
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* assistant_target (string): assistantTarget
|
|
38
|
+
*/
|
|
39
|
+
export interface LightningAssistantInfoListRepresentation {
|
|
40
|
+
assistantInfoList: Array<LightningAssistantInfoRepresentation_LightningAssistantInfoRepresentation>;
|
|
41
|
+
assistantTarget: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 = "60c238eb770e68fa40b048eee3d01775";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantInfoRepresentation, existing: LightningAssistantInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantInfoRepresentationNormalized, incoming: LightningAssistantInfoRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LightningAssistantInfoRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* The Info of a Lightning Assistant
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantInfoRepresentationNormalized {
|
|
18
|
+
/** The Lightning Assistant group this Assistant belongs in */
|
|
19
|
+
assistantTarget: string;
|
|
20
|
+
/** The category of the assistant */
|
|
21
|
+
category?: string;
|
|
22
|
+
/** The category name of the assistant */
|
|
23
|
+
categoryName?: string;
|
|
24
|
+
/** The content version of the assistant */
|
|
25
|
+
contentVersion: string;
|
|
26
|
+
/** Is the guidance center in debug mode */
|
|
27
|
+
debugModeEnabled: boolean;
|
|
28
|
+
/** The localized description for the assistant */
|
|
29
|
+
description: string;
|
|
30
|
+
/** The Lightning Assistant developer name */
|
|
31
|
+
developerName: string;
|
|
32
|
+
/** The URL for the icon for the assistant */
|
|
33
|
+
icon: string;
|
|
34
|
+
/** Whether the assistant is being previewed or not */
|
|
35
|
+
isPreview: boolean;
|
|
36
|
+
/** The localized title for the assistant */
|
|
37
|
+
title: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* The Info of a Lightning Assistant
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* (none)
|
|
44
|
+
*/
|
|
45
|
+
export interface LightningAssistantInfoRepresentation {
|
|
46
|
+
assistantTarget: string;
|
|
47
|
+
category?: string;
|
|
48
|
+
categoryName?: string;
|
|
49
|
+
contentVersion: string;
|
|
50
|
+
debugModeEnabled: boolean;
|
|
51
|
+
description: string;
|
|
52
|
+
developerName: string;
|
|
53
|
+
icon: string;
|
|
54
|
+
isPreview: boolean;
|
|
55
|
+
title: string;
|
|
56
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantInitializationRepresentation.d.ts
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "f2e480ff95d6a6b46f4a4b00d2d40a04";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
6
|
+
is_initialized: boolean;
|
|
7
|
+
assistant_target: string;
|
|
8
|
+
}
|
|
9
|
+
export type LightningAssistantInitializationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialLightningAssistantInitializationRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LightningAssistantInitializationRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantInitializationRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantInitializationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: LightningAssistantInitializationRepresentation, existing: LightningAssistantInitializationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantInitializationRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: LightningAssistantInitializationRepresentationNormalized, incoming: LightningAssistantInitializationRepresentationNormalized): boolean;
|
|
18
|
+
export declare function deepFreeze(input: LightningAssistantInitializationRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantInitializationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates if Guidance Center initialization was successful
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* is_initialized (boolean): isInitialized
|
|
26
|
+
* assistant_target (string): assistantTarget
|
|
27
|
+
*/
|
|
28
|
+
export interface LightningAssistantInitializationRepresentationNormalized {
|
|
29
|
+
/** The Lightning Assistant target */
|
|
30
|
+
assistantTarget: string;
|
|
31
|
+
/** Indicates whether LEAP's async initialization has been kick-started */
|
|
32
|
+
isInitialized: boolean;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Indicates if Guidance Center initialization was successful
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* is_initialized (boolean): isInitialized
|
|
39
|
+
* assistant_target (string): assistantTarget
|
|
40
|
+
*/
|
|
41
|
+
export interface LightningAssistantInitializationRepresentation {
|
|
42
|
+
assistantTarget: string;
|
|
43
|
+
isInitialized: boolean;
|
|
44
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 = "2746ae5c70ae47d781b8631af1a5cfe3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantInputRepresentation, existing: LightningAssistantInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantInputRepresentationNormalized, incoming: LightningAssistantInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LightningAssistantInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* An Input Representation for a Lightning Assistant.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantInputRepresentationNormalized {
|
|
18
|
+
/** Input current archive value when interacting with an assistant. */
|
|
19
|
+
isArchived: boolean;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* An Input Representation for a Lightning Assistant.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface LightningAssistantInputRepresentation {
|
|
28
|
+
isArchived: boolean;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantItemInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
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 = "1d4c51ef300811a3f9ba89df11fe41b5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantItemInputRepresentation, existing: LightningAssistantItemInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantItemInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantItemInputRepresentationNormalized, incoming: LightningAssistantItemInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LightningAssistantItemInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantItemInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* An Input Representation for the Lightning Assistant Item or Step Updates.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantItemInputRepresentationNormalized {
|
|
18
|
+
/** Label Path to the step. */
|
|
19
|
+
pathToStep?: string;
|
|
20
|
+
/** Input status for a Lightning Assistant item or step. */
|
|
21
|
+
status: string;
|
|
22
|
+
/** Input date of when the item or step was completed. */
|
|
23
|
+
whenPerformed: string;
|
|
24
|
+
/** Input date of when the item or step was seen. */
|
|
25
|
+
whenSeen: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* An Input Representation for the Lightning Assistant Item or Step Updates.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface LightningAssistantItemInputRepresentation {
|
|
34
|
+
pathToStep?: string;
|
|
35
|
+
status: string;
|
|
36
|
+
whenPerformed: string;
|
|
37
|
+
whenSeen: string;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantLayoutNodeRepresentation.d.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { LightningAssistantStepRepresentation as LightningAssistantStepRepresentation_LightningAssistantStepRepresentation } from './LightningAssistantStepRepresentation';
|
|
3
|
+
export declare const VERSION = "bc99d93cdafe8300d6f09b735c390bcd";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LightningAssistantLayoutNodeRepresentation, existing: LightningAssistantLayoutNodeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantLayoutNodeRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
step: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LightningAssistantLayoutNodeRepresentation, existing: LightningAssistantLayoutNodeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LightningAssistantLayoutNodeRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
step?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: LightningAssistantLayoutNodeRepresentationNormalized, incoming: LightningAssistantLayoutNodeRepresentationNormalized): boolean;
|
|
17
|
+
export declare function deepFreeze(input: LightningAssistantLayoutNodeRepresentation): void;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantLayoutNodeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* An item for use in the Lightning Assistant
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface LightningAssistantLayoutNodeRepresentationNormalized {
|
|
28
|
+
/** The list of children for this node */
|
|
29
|
+
children: Array<unknown>;
|
|
30
|
+
/** The localized description for this node */
|
|
31
|
+
description: string | null;
|
|
32
|
+
/** The status for this node */
|
|
33
|
+
status: string | null;
|
|
34
|
+
/** The list of substeps for an node */
|
|
35
|
+
step: $64$luvio_engine_StoreLink | null;
|
|
36
|
+
/** Tags associated with this node */
|
|
37
|
+
tags: Array<string>;
|
|
38
|
+
/** The localized title for this node */
|
|
39
|
+
title: string | null;
|
|
40
|
+
/** The type for this node */
|
|
41
|
+
type: string;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* An item for use in the Lightning Assistant
|
|
45
|
+
*
|
|
46
|
+
* Keys:
|
|
47
|
+
* (none)
|
|
48
|
+
*/
|
|
49
|
+
export interface LightningAssistantLayoutNodeRepresentation {
|
|
50
|
+
children: Array<unknown>;
|
|
51
|
+
description: string | null;
|
|
52
|
+
status: string | null;
|
|
53
|
+
step: LightningAssistantStepRepresentation_LightningAssistantStepRepresentation | null;
|
|
54
|
+
tags: Array<string>;
|
|
55
|
+
title: string | null;
|
|
56
|
+
type: string;
|
|
57
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantLinkActionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AbstractLightningAssistantActionRepresentation as AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation } from './AbstractLightningAssistantActionRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "a9a46e0cf983e314934e0703d28f75bf";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LightningAssistantLinkActionRepresentation, existing: LightningAssistantLinkActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantLinkActionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LightningAssistantLinkActionRepresentationNormalized, incoming: LightningAssistantLinkActionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: LightningAssistantLinkActionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantLinkActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* A Link Action representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface LightningAssistantLinkActionRepresentationNormalized extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
19
|
+
/** The icon name for the link action */
|
|
20
|
+
iconName?: string;
|
|
21
|
+
/** The localized link label */
|
|
22
|
+
label?: string;
|
|
23
|
+
/** The localized link url */
|
|
24
|
+
url: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A Link Action representation
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface LightningAssistantLinkActionRepresentation extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
33
|
+
iconName?: string;
|
|
34
|
+
label?: string;
|
|
35
|
+
url: string;
|
|
36
|
+
actionType: 'Link';
|
|
37
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 = "545ec40aff7b3db184e84760ae732370";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantLinkRepresentation, existing: LightningAssistantLinkRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantLinkRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantLinkRepresentationNormalized, incoming: LightningAssistantLinkRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LightningAssistantLinkRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LightningAssistantLinkRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* A link representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantLinkRepresentationNormalized {
|
|
18
|
+
/** The localized link label */
|
|
19
|
+
label: string;
|
|
20
|
+
/** The localized link url */
|
|
21
|
+
url: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A link representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface LightningAssistantLinkRepresentation {
|
|
30
|
+
label: string;
|
|
31
|
+
url: string;
|
|
32
|
+
}
|