@salesforce/lds-adapters-platform-admin-success-guidance 0.1.0-dev1
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 +3843 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/evaluateStep.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistant.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistantInfoList.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistantList.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssistantTarget.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuestionnaire.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getQuestionnaires.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/initialize.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/saveAssistant.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/saveAssistantList.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/saveQuestionnaire.d.ts +17 -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 +39 -0
- package/dist/es/es2018/types/src/generated/types/AssistantData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantAnswerDataInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantCategoryRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantChoiceRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantCustomActionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInfoListRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInfoRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInitializationRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantItemInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLayoutNodeRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLinkActionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLinkRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantListInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantListRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantLsfActionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantNoActionRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionnaireInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionnaireListRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionnaireRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantRepresentation.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantStepRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantTargetRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantTrailheadActionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantUpdateInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantVideoActionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/LightningAssistantWalkthroughActionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/QuestionnaireData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UpdateAssistantData.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +77 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +4169 -0
- package/src/raml/api.raml +736 -0
- package/src/raml/luvio.raml +98 -0
package/dist/es/es2018/types/src/generated/types/LightningAssistantListInputRepresentation.d.ts
ADDED
|
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "31208d05df8370daf3ddd7d34750bbcd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantListInputRepresentation, existing: LightningAssistantListInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantListInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantListInputRepresentationNormalized, incoming: LightningAssistantListInputRepresentationNormalized): 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: LightningAssistantListInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* An Input Representation for a Lightning Assistant List.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LightningAssistantListInputRepresentationNormalized {
|
|
17
|
+
/** Input List for Lightning Assistant List */
|
|
18
|
+
assistantList: {
|
|
19
|
+
[key: string]: {};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* An Input Representation for a Lightning Assistant List.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface LightningAssistantListInputRepresentation {
|
|
29
|
+
assistantList: {
|
|
30
|
+
[key: string]: {};
|
|
31
|
+
};
|
|
32
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { LightningAssistantRepresentation as LightningAssistantRepresentation_LightningAssistantRepresentation } from './LightningAssistantRepresentation';
|
|
3
|
+
export declare const VERSION = "86eec990f47f496e2991fb9e5ccf0802";
|
|
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 LightningAssistantListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialLightningAssistantListRepresentationNormalizedKeyMetadata = 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): LightningAssistantListRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantListRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: LightningAssistantListRepresentation, existing: LightningAssistantListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantListRepresentationNormalized;
|
|
16
|
+
export interface DynamicIngestParams {
|
|
17
|
+
assistantList: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
}
|
|
19
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LightningAssistantListRepresentation, existing: LightningAssistantListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LightningAssistantListRepresentationNormalized;
|
|
20
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
21
|
+
export interface DynamicSelectParams {
|
|
22
|
+
assistantList?: $64$luvio_engine_LinkSelection;
|
|
23
|
+
}
|
|
24
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
25
|
+
export declare function equals(existing: LightningAssistantListRepresentationNormalized, incoming: LightningAssistantListRepresentationNormalized): boolean;
|
|
26
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
27
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LightningAssistantListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
28
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
29
|
+
/**
|
|
30
|
+
* List of Assistants for the Lightning Assistant
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* assistant_target (string): assistantTarget
|
|
34
|
+
*/
|
|
35
|
+
export interface LightningAssistantListRepresentationNormalized {
|
|
36
|
+
/** List of assistants */
|
|
37
|
+
assistantList: Array<$64$luvio_engine_StoreLink>;
|
|
38
|
+
/** The Lightning Assistant target */
|
|
39
|
+
assistantTarget: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* List of Assistants for the Lightning Assistant
|
|
43
|
+
*
|
|
44
|
+
* Keys:
|
|
45
|
+
* assistant_target (string): assistantTarget
|
|
46
|
+
*/
|
|
47
|
+
export interface LightningAssistantListRepresentation {
|
|
48
|
+
assistantList: Array<LightningAssistantRepresentation_LightningAssistantRepresentation>;
|
|
49
|
+
assistantTarget: string;
|
|
50
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantLsfActionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "2e0cc24f5c0ab2bbf7b6dade0eecb17e";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LightningAssistantLsfActionRepresentation, existing: LightningAssistantLsfActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantLsfActionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LightningAssistantLsfActionRepresentationNormalized, incoming: LightningAssistantLsfActionRepresentationNormalized): 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: LightningAssistantLsfActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* An LSF Action representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantLsfActionRepresentationNormalized extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
18
|
+
/** Custom data to be used when creating the LSF */
|
|
19
|
+
customData?: {
|
|
20
|
+
[key: string]: string;
|
|
21
|
+
};
|
|
22
|
+
/** The icon name for the link action */
|
|
23
|
+
iconName?: string;
|
|
24
|
+
/** The label for the button */
|
|
25
|
+
label?: string;
|
|
26
|
+
/** The LSF component ref */
|
|
27
|
+
lsf: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* An LSF Action representation
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface LightningAssistantLsfActionRepresentation extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
36
|
+
customData?: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
iconName?: string;
|
|
40
|
+
label?: string;
|
|
41
|
+
lsf: string;
|
|
42
|
+
actionType: 'Lsf';
|
|
43
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantNoActionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "376fdaae939e8f46021d153816e03c56";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LightningAssistantNoActionRepresentation, existing: LightningAssistantNoActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantNoActionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LightningAssistantNoActionRepresentationNormalized, incoming: LightningAssistantNoActionRepresentationNormalized): 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: LightningAssistantNoActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* A NoAction Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantNoActionRepresentationNormalized extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* A NoAction Representation
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* (none)
|
|
24
|
+
*/
|
|
25
|
+
export interface LightningAssistantNoActionRepresentation extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
26
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { LightningAssistantChoiceRepresentation as LightningAssistantChoiceRepresentation_LightningAssistantChoiceRepresentation } from './LightningAssistantChoiceRepresentation';
|
|
2
|
+
import { LightningAssistantLinkRepresentation as LightningAssistantLinkRepresentation_LightningAssistantLinkRepresentation } from './LightningAssistantLinkRepresentation';
|
|
3
|
+
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "33d491734169be0180f670c757b53a34";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: LightningAssistantQuestionRepresentation, existing: LightningAssistantQuestionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantQuestionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: LightningAssistantQuestionRepresentationNormalized, incoming: LightningAssistantQuestionRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LightningAssistantQuestionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* A queston from a Lightning Assistant questionnaire
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface LightningAssistantQuestionRepresentationNormalized {
|
|
19
|
+
/** The choices that can be selected to answer this question */
|
|
20
|
+
choices: Array<LightningAssistantChoiceRepresentation_LightningAssistantChoiceRepresentation>;
|
|
21
|
+
/** The localized description for this question */
|
|
22
|
+
description?: string;
|
|
23
|
+
/** The developer name of this question */
|
|
24
|
+
developerName: string;
|
|
25
|
+
/** A localized help link for this question */
|
|
26
|
+
link?: LightningAssistantLinkRepresentation_LightningAssistantLinkRepresentation | null;
|
|
27
|
+
/** The localized title for this question */
|
|
28
|
+
title: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A queston from a Lightning Assistant questionnaire
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface LightningAssistantQuestionRepresentation {
|
|
37
|
+
choices: Array<LightningAssistantChoiceRepresentation_LightningAssistantChoiceRepresentation>;
|
|
38
|
+
description?: string;
|
|
39
|
+
developerName: string;
|
|
40
|
+
link?: LightningAssistantLinkRepresentation_LightningAssistantLinkRepresentation | null;
|
|
41
|
+
title: string;
|
|
42
|
+
}
|
|
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "cc6acb13bd45dfadb6ffc298c6858c2b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantQuestionnaireInputRepresentation, existing: LightningAssistantQuestionnaireInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantQuestionnaireInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantQuestionnaireInputRepresentationNormalized, incoming: LightningAssistantQuestionnaireInputRepresentationNormalized): 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: LightningAssistantQuestionnaireInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* An Input Representation for an answer to question from a Lightning Assistant questionnaire.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LightningAssistantQuestionnaireInputRepresentationNormalized {
|
|
17
|
+
/** Input mapping of questions to answer data. */
|
|
18
|
+
questionToAnswer: {
|
|
19
|
+
[key: string]: {};
|
|
20
|
+
};
|
|
21
|
+
/** Input current status when completing a questionnaire. */
|
|
22
|
+
status: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* An Input Representation for an answer to question from a Lightning Assistant questionnaire.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface LightningAssistantQuestionnaireInputRepresentation {
|
|
31
|
+
questionToAnswer: {
|
|
32
|
+
[key: string]: {};
|
|
33
|
+
};
|
|
34
|
+
status: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 = "042081dc16ad8bafa711efc0ff696bde";
|
|
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
|
+
assistant_name: string;
|
|
7
|
+
}
|
|
8
|
+
export type LightningAssistantQuestionnaireListRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export type PartialLightningAssistantQuestionnaireListRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
11
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LightningAssistantQuestionnaireListRepresentationNormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantQuestionnaireListRepresentation): string;
|
|
13
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantQuestionnaireListRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function normalize(input: LightningAssistantQuestionnaireListRepresentation, existing: LightningAssistantQuestionnaireListRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantQuestionnaireListRepresentationNormalized;
|
|
15
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: LightningAssistantQuestionnaireListRepresentationNormalized, incoming: LightningAssistantQuestionnaireListRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LightningAssistantQuestionnaireListRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
/**
|
|
20
|
+
* List of Questionnaires for the Lightning Assistant
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* assistant_name (string): assistantName
|
|
24
|
+
*/
|
|
25
|
+
export interface LightningAssistantQuestionnaireListRepresentationNormalized {
|
|
26
|
+
/** The Lightning Assistant name for this questionnaire list */
|
|
27
|
+
assistantName: string;
|
|
28
|
+
/** List of questionnaire names */
|
|
29
|
+
questionnaireNames: Array<string>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* List of Questionnaires for the Lightning Assistant
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* assistant_name (string): assistantName
|
|
36
|
+
*/
|
|
37
|
+
export interface LightningAssistantQuestionnaireListRepresentation {
|
|
38
|
+
assistantName: string;
|
|
39
|
+
questionnaireNames: Array<string>;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantQuestionnaireRepresentation.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { LightningAssistantQuestionRepresentation as LightningAssistantQuestionRepresentation_LightningAssistantQuestionRepresentation } from './LightningAssistantQuestionRepresentation';
|
|
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 = "defc7152bc133ff8e890226cd2092bf0";
|
|
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
|
+
questionnaire_name: string;
|
|
8
|
+
}
|
|
9
|
+
export type LightningAssistantQuestionnaireRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialLightningAssistantQuestionnaireRepresentationNormalizedKeyMetadata = 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): LightningAssistantQuestionnaireRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantQuestionnaireRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantQuestionnaireRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: LightningAssistantQuestionnaireRepresentation, existing: LightningAssistantQuestionnaireRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantQuestionnaireRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: LightningAssistantQuestionnaireRepresentationNormalized, incoming: LightningAssistantQuestionnaireRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LightningAssistantQuestionnaireRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* A Lightning Assistant Questionnaire
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* questionnaire_name (string): developerName
|
|
25
|
+
*/
|
|
26
|
+
export interface LightningAssistantQuestionnaireRepresentationNormalized {
|
|
27
|
+
/** The Lightning Assistant target this questionnaire belongs in */
|
|
28
|
+
assistantTarget: string;
|
|
29
|
+
/** The localized description for this questionnaire */
|
|
30
|
+
description?: string;
|
|
31
|
+
/** The developer name of a questionnaire that can be displayed */
|
|
32
|
+
developerName: string;
|
|
33
|
+
/** The list of questions for this questionnaire */
|
|
34
|
+
questions: Array<LightningAssistantQuestionRepresentation_LightningAssistantQuestionRepresentation>;
|
|
35
|
+
/** The status for the questionnaire */
|
|
36
|
+
status: string;
|
|
37
|
+
/** The localized title for this questionnaire */
|
|
38
|
+
title: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* A Lightning Assistant Questionnaire
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* questionnaire_name (string): developerName
|
|
45
|
+
*/
|
|
46
|
+
export interface LightningAssistantQuestionnaireRepresentation {
|
|
47
|
+
assistantTarget: string;
|
|
48
|
+
description?: string;
|
|
49
|
+
developerName: string;
|
|
50
|
+
questions: Array<LightningAssistantQuestionRepresentation_LightningAssistantQuestionRepresentation>;
|
|
51
|
+
status: string;
|
|
52
|
+
title: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
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, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { LightningAssistantLayoutNodeRepresentation as LightningAssistantLayoutNodeRepresentation_LightningAssistantLayoutNodeRepresentation } from './LightningAssistantLayoutNodeRepresentation';
|
|
3
|
+
export declare const VERSION = "596a25b0bee0b1db5495fe57dd7bd025";
|
|
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_name: string;
|
|
8
|
+
}
|
|
9
|
+
export type LightningAssistantRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialLightningAssistantRepresentationNormalizedKeyMetadata = 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): LightningAssistantRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: LightningAssistantRepresentation, existing: LightningAssistantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantRepresentationNormalized;
|
|
16
|
+
export interface DynamicIngestParams {
|
|
17
|
+
layout: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
}
|
|
19
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: LightningAssistantRepresentation, existing: LightningAssistantRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => LightningAssistantRepresentationNormalized;
|
|
20
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
21
|
+
export interface DynamicSelectParams {
|
|
22
|
+
layout?: $64$luvio_engine_LinkSelection;
|
|
23
|
+
}
|
|
24
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
25
|
+
export declare function equals(existing: LightningAssistantRepresentationNormalized, incoming: LightningAssistantRepresentationNormalized): boolean;
|
|
26
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
27
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LightningAssistantRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
28
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
29
|
+
/**
|
|
30
|
+
* Lightning Assistant
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* assistant_name (string): developerName
|
|
34
|
+
*/
|
|
35
|
+
export interface LightningAssistantRepresentationNormalized {
|
|
36
|
+
/** The Lightning Assistant group this Assistant belongs in */
|
|
37
|
+
assistantTarget: string;
|
|
38
|
+
/** The category of the assistant */
|
|
39
|
+
category?: string;
|
|
40
|
+
/** The category name of the assistant */
|
|
41
|
+
categoryName?: string;
|
|
42
|
+
/** The completion date for the assistant */
|
|
43
|
+
completionDate?: string;
|
|
44
|
+
/** The content version of the assistant */
|
|
45
|
+
contentVersion: string;
|
|
46
|
+
/** Is the guidance center in debug mode */
|
|
47
|
+
debugModeEnabled: boolean;
|
|
48
|
+
/** The localized description for the assistant */
|
|
49
|
+
description?: string;
|
|
50
|
+
/** The Lightning Assistant developer name */
|
|
51
|
+
developerName: string;
|
|
52
|
+
/** The estimated minutes to complete of the assistant */
|
|
53
|
+
estimatedMinutesToComplete?: number;
|
|
54
|
+
/** The URL for the icon for the assistant */
|
|
55
|
+
icon: string;
|
|
56
|
+
/** Whether the assistant is archived or not */
|
|
57
|
+
isArchived: boolean;
|
|
58
|
+
/** Whether the assistant is being previewed or not */
|
|
59
|
+
isPreview: boolean;
|
|
60
|
+
/** Lightning Assistant Layout */
|
|
61
|
+
layout: $64$luvio_engine_StoreLink;
|
|
62
|
+
/** Number of steps in the assistant */
|
|
63
|
+
numberOfSteps: number;
|
|
64
|
+
/** The % of steps completed for the assistant */
|
|
65
|
+
progress: number;
|
|
66
|
+
/** The list of questionnaire Ids for this assistant */
|
|
67
|
+
questionnaireIds: Array<string>;
|
|
68
|
+
/** The completion status for the assistant */
|
|
69
|
+
status: string;
|
|
70
|
+
/** The localized title for the assistant */
|
|
71
|
+
title: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Lightning Assistant
|
|
75
|
+
*
|
|
76
|
+
* Keys:
|
|
77
|
+
* assistant_name (string): developerName
|
|
78
|
+
*/
|
|
79
|
+
export interface LightningAssistantRepresentation {
|
|
80
|
+
assistantTarget: string;
|
|
81
|
+
category?: string;
|
|
82
|
+
categoryName?: string;
|
|
83
|
+
completionDate?: string;
|
|
84
|
+
contentVersion: string;
|
|
85
|
+
debugModeEnabled: boolean;
|
|
86
|
+
description?: string;
|
|
87
|
+
developerName: string;
|
|
88
|
+
estimatedMinutesToComplete?: number;
|
|
89
|
+
icon: string;
|
|
90
|
+
isArchived: boolean;
|
|
91
|
+
isPreview: boolean;
|
|
92
|
+
layout: LightningAssistantLayoutNodeRepresentation_LightningAssistantLayoutNodeRepresentation;
|
|
93
|
+
numberOfSteps: number;
|
|
94
|
+
progress: number;
|
|
95
|
+
questionnaireIds: Array<string>;
|
|
96
|
+
status: string;
|
|
97
|
+
title: string;
|
|
98
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { AbstractLightningAssistantActionRepresentation as AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation } from './AbstractLightningAssistantActionRepresentation';
|
|
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
|
+
import { LightningAssistantLinkActionRepresentation as LightningAssistantLinkActionRepresentation_LightningAssistantLinkActionRepresentation } from './LightningAssistantLinkActionRepresentation';
|
|
4
|
+
import { LightningAssistantCustomActionRepresentation as LightningAssistantCustomActionRepresentation_LightningAssistantCustomActionRepresentation } from './LightningAssistantCustomActionRepresentation';
|
|
5
|
+
import { LightningAssistantNoActionRepresentation as LightningAssistantNoActionRepresentation_LightningAssistantNoActionRepresentation } from './LightningAssistantNoActionRepresentation';
|
|
6
|
+
import { LightningAssistantLsfActionRepresentation as LightningAssistantLsfActionRepresentation_LightningAssistantLsfActionRepresentation } from './LightningAssistantLsfActionRepresentation';
|
|
7
|
+
import { LightningAssistantVideoActionRepresentation as LightningAssistantVideoActionRepresentation_LightningAssistantVideoActionRepresentation } from './LightningAssistantVideoActionRepresentation';
|
|
8
|
+
import { LightningAssistantWalkthroughActionRepresentation as LightningAssistantWalkthroughActionRepresentation_LightningAssistantWalkthroughActionRepresentation } from './LightningAssistantWalkthroughActionRepresentation';
|
|
9
|
+
import { LightningAssistantTrailheadActionRepresentation as LightningAssistantTrailheadActionRepresentation_LightningAssistantTrailheadActionRepresentation } from './LightningAssistantTrailheadActionRepresentation';
|
|
10
|
+
export declare const VERSION = "28b96e40cf73e94d0650007d61c3214a";
|
|
11
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
|
+
export declare const RepresentationType: string;
|
|
13
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
14
|
+
step_id: string;
|
|
15
|
+
}
|
|
16
|
+
export type LightningAssistantStepRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export type PartialLightningAssistantStepRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): LightningAssistantStepRepresentationNormalizedKeyMetadata;
|
|
20
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantStepRepresentation): string;
|
|
21
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantStepRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
22
|
+
export declare function normalize(input: LightningAssistantStepRepresentation, existing: LightningAssistantStepRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantStepRepresentationNormalized;
|
|
23
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
24
|
+
export declare function equals(existing: LightningAssistantStepRepresentationNormalized, incoming: LightningAssistantStepRepresentationNormalized): boolean;
|
|
25
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
26
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LightningAssistantStepRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
27
|
+
/**
|
|
28
|
+
* Lightning Assistant Item Step
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* step_id (string): id
|
|
32
|
+
*/
|
|
33
|
+
export interface LightningAssistantStepRepresentationNormalized {
|
|
34
|
+
/** The action that will occur when an step is selected */
|
|
35
|
+
action: AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation;
|
|
36
|
+
/** The localized description for this step */
|
|
37
|
+
description?: string;
|
|
38
|
+
/** The id of the component used to display this step's figure */
|
|
39
|
+
figureComponent?: string;
|
|
40
|
+
/** Date when this step was first seen */
|
|
41
|
+
firstSeenTime?: string;
|
|
42
|
+
/** The id of the item */
|
|
43
|
+
id: string;
|
|
44
|
+
/** Whether this step has a completedWhen or not */
|
|
45
|
+
isManaged: boolean;
|
|
46
|
+
/** The status for this step */
|
|
47
|
+
status: string;
|
|
48
|
+
/** The id of the component used to display this step */
|
|
49
|
+
stepComponent?: string;
|
|
50
|
+
/** Tags associated with this item */
|
|
51
|
+
tags: Array<string>;
|
|
52
|
+
/** The localized title for this step */
|
|
53
|
+
title: string;
|
|
54
|
+
/** When isManaged is true, use this value to determine how to update the status */
|
|
55
|
+
updateStrategy: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Lightning Assistant Item Step
|
|
59
|
+
*
|
|
60
|
+
* Keys:
|
|
61
|
+
* step_id (string): id
|
|
62
|
+
*/
|
|
63
|
+
export interface LightningAssistantStepRepresentation {
|
|
64
|
+
action: LightningAssistantLinkActionRepresentation_LightningAssistantLinkActionRepresentation | LightningAssistantCustomActionRepresentation_LightningAssistantCustomActionRepresentation | LightningAssistantNoActionRepresentation_LightningAssistantNoActionRepresentation | LightningAssistantLsfActionRepresentation_LightningAssistantLsfActionRepresentation | LightningAssistantVideoActionRepresentation_LightningAssistantVideoActionRepresentation | LightningAssistantWalkthroughActionRepresentation_LightningAssistantWalkthroughActionRepresentation | LightningAssistantTrailheadActionRepresentation_LightningAssistantTrailheadActionRepresentation;
|
|
65
|
+
description?: string;
|
|
66
|
+
figureComponent?: string;
|
|
67
|
+
firstSeenTime?: string;
|
|
68
|
+
id: string;
|
|
69
|
+
isManaged: boolean;
|
|
70
|
+
status: string;
|
|
71
|
+
stepComponent?: string;
|
|
72
|
+
tags: Array<string>;
|
|
73
|
+
title: string;
|
|
74
|
+
updateStrategy: string;
|
|
75
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { LightningAssistantCategoryRepresentation as LightningAssistantCategoryRepresentation_LightningAssistantCategoryRepresentation } from './LightningAssistantCategoryRepresentation';
|
|
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 = "f629b70d652ad385840baede1ec16739";
|
|
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 LightningAssistantTargetRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialLightningAssistantTargetRepresentationNormalizedKeyMetadata = 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): LightningAssistantTargetRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: LightningAssistantTargetRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: LightningAssistantTargetRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: LightningAssistantTargetRepresentation, existing: LightningAssistantTargetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantTargetRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: LightningAssistantTargetRepresentationNormalized, incoming: LightningAssistantTargetRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: LightningAssistantTargetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Assistant Target definition for Lightning Assistant Framework
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* assistant_target (string): developerName
|
|
25
|
+
*/
|
|
26
|
+
export interface LightningAssistantTargetRepresentationNormalized {
|
|
27
|
+
/** The list of categories (in order) for this assistant target */
|
|
28
|
+
categoryList: Array<LightningAssistantCategoryRepresentation_LightningAssistantCategoryRepresentation>;
|
|
29
|
+
/** The developer name of this assistant target */
|
|
30
|
+
developerName: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Assistant Target definition for Lightning Assistant Framework
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* assistant_target (string): developerName
|
|
37
|
+
*/
|
|
38
|
+
export interface LightningAssistantTargetRepresentation {
|
|
39
|
+
categoryList: Array<LightningAssistantCategoryRepresentation_LightningAssistantCategoryRepresentation>;
|
|
40
|
+
developerName: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "2abd7cd970bb200649e8944e43b72de5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: LightningAssistantTrailheadActionRepresentation, existing: LightningAssistantTrailheadActionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantTrailheadActionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: LightningAssistantTrailheadActionRepresentationNormalized, incoming: LightningAssistantTrailheadActionRepresentationNormalized): 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: LightningAssistantTrailheadActionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* A Trailhead Action Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LightningAssistantTrailheadActionRepresentationNormalized extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
18
|
+
/** The icon name for the Trailhead action */
|
|
19
|
+
iconName?: string;
|
|
20
|
+
/** The module id for the Trailhead in LEX module */
|
|
21
|
+
moduleId: string | null;
|
|
22
|
+
/** The url for the Trailhead module */
|
|
23
|
+
url: string | null;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A Trailhead Action Representation
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface LightningAssistantTrailheadActionRepresentation extends AbstractLightningAssistantActionRepresentation_AbstractLightningAssistantActionRepresentation {
|
|
32
|
+
iconName?: string;
|
|
33
|
+
moduleId: string | null;
|
|
34
|
+
url: string | null;
|
|
35
|
+
actionType: 'TlxModule';
|
|
36
|
+
}
|
package/dist/es/es2018/types/src/generated/types/LightningAssistantUpdateInputRepresentation.d.ts
ADDED
|
@@ -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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "0ed7af9f1bf170031a89a9db69d201ba";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LightningAssistantUpdateInputRepresentation, existing: LightningAssistantUpdateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LightningAssistantUpdateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LightningAssistantUpdateInputRepresentationNormalized, incoming: LightningAssistantUpdateInputRepresentationNormalized): 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: LightningAssistantUpdateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* An Input Representation for the Lightning Assistant Updates.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface LightningAssistantUpdateInputRepresentationNormalized {
|
|
17
|
+
/** Input id for a Lightning Assistant item or step. */
|
|
18
|
+
items: {
|
|
19
|
+
[key: string]: {};
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* An Input Representation for the Lightning Assistant Updates.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface LightningAssistantUpdateInputRepresentation {
|
|
29
|
+
items: {
|
|
30
|
+
[key: string]: {};
|
|
31
|
+
};
|
|
32
|
+
}
|