@salesforce/lds-adapters-service-salesforcejourney 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/service-salesforcejourney.js +3495 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createContactUsLeadRequest.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/getCapabilities.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getCapabilityContentDocument.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getCapabilitySearchResult.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCategoriesMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getInitiatives.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getJourneyMapMetadata.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertCapabilityUserPreference.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/upsertInitiativeUserPreference.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +9 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyCapabilityContentByCapabilityContentId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyCapabilitySearchByCloudOwnership.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyCategoriesByCloudOwnership.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectSalesforceJourneyJourneyMapMetadataByCloudOwnership.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyCapabilitiesByCloudOwnership.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyCapabilityUserPreference.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyContactUs.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyJourneyMapInitiativesByCloudOwnership.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectSalesforceJourneyJourneyMapInitiativesUserPreference.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/types/CapabilitiesCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityContactUsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityContactUsOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityContentOutputRepresentation.d.ts +82 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityOutputRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/CapabilitySearchInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CapabilitySearchResultOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/CapabilityUserPreferenceInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/CategoriesMetadataOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/CategoryTreeNodeOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FilterConditionCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FilterConditionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/InitiativeOutputRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/InitiativeUserPreferenceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/InitiativesCollectionOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/JourneyMapMetadataOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MyCapabilityOutputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/MyInitiativeOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/TermOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +68 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +3593 -0
- package/src/raml/api.raml +554 -0
- package/src/raml/luvio.raml +61 -0
|
@@ -0,0 +1,34 @@
|
|
|
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 = "a0758f0f0c6e4dca02f8b650b9c93819";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CapabilityContactUsInputRepresentation, existing: CapabilityContactUsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CapabilityContactUsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CapabilityContactUsInputRepresentationNormalized, incoming: CapabilityContactUsInputRepresentationNormalized): 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: CapabilityContactUsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents contactus input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CapabilityContactUsInputRepresentationNormalized {
|
|
17
|
+
/** The Capability Id */
|
|
18
|
+
capabilityId: string;
|
|
19
|
+
/** The user notes for contactUs */
|
|
20
|
+
notes: string;
|
|
21
|
+
/** The reason for contactUs */
|
|
22
|
+
reason: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents contactus input
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CapabilityContactUsInputRepresentation {
|
|
31
|
+
capabilityId: string;
|
|
32
|
+
notes: string;
|
|
33
|
+
reason: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 TTL = 100;
|
|
3
|
+
export declare const VERSION = "191aae5d435797bc27fc428e7485cf77";
|
|
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
|
+
isSuccess: boolean;
|
|
8
|
+
}
|
|
9
|
+
export type CapabilityContactUsOutputRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialCapabilityContactUsOutputRepresentationNormalizedKeyMetadata = 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): CapabilityContactUsOutputRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CapabilityContactUsOutputRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CapabilityContactUsOutputRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: CapabilityContactUsOutputRepresentation, existing: CapabilityContactUsOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CapabilityContactUsOutputRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: CapabilityContactUsOutputRepresentationNormalized, incoming: CapabilityContactUsOutputRepresentationNormalized): 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: CapabilityContactUsOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* output representation for contactUs
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* isSuccess (boolean): isSuccess
|
|
25
|
+
*/
|
|
26
|
+
export interface CapabilityContactUsOutputRepresentationNormalized {
|
|
27
|
+
/** ContactUs Result */
|
|
28
|
+
isSuccess: boolean;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* output representation for contactUs
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* isSuccess (boolean): isSuccess
|
|
35
|
+
*/
|
|
36
|
+
export interface CapabilityContactUsOutputRepresentation {
|
|
37
|
+
isSuccess: boolean;
|
|
38
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { TermOutputRepresentation as TermOutputRepresentation_TermOutputRepresentation } from './TermOutputRepresentation';
|
|
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 = "9f13171170f7684474c123b60cb94074";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CapabilityContentOutputRepresentation, existing: CapabilityContentOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CapabilityContentOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CapabilityContentOutputRepresentationNormalized, incoming: CapabilityContentOutputRepresentationNormalized): 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: CapabilityContentOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a capability content
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CapabilityContentOutputRepresentationNormalized {
|
|
18
|
+
/** Indicates whether need a Salesforce add-on for the capability that user should contact Salesforce for the capability */
|
|
19
|
+
addonRequired: boolean | null;
|
|
20
|
+
/** The business goals associated with the capability */
|
|
21
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
22
|
+
/** Indicates whether the capability content is complete */
|
|
23
|
+
complete: boolean;
|
|
24
|
+
/** The capability description */
|
|
25
|
+
description: string;
|
|
26
|
+
/** The implementation best practices associated with the capability */
|
|
27
|
+
implBestPractices: string | null;
|
|
28
|
+
/** The measures associated with the capability */
|
|
29
|
+
measures: string | null;
|
|
30
|
+
/** The minimum edition required for the capability */
|
|
31
|
+
minimumEdition: TermOutputRepresentation_TermOutputRepresentation | null;
|
|
32
|
+
/** The product and licensing information associated with the capability */
|
|
33
|
+
productAndLicensing: string | null;
|
|
34
|
+
/** The release associated with the capability */
|
|
35
|
+
release: string | null;
|
|
36
|
+
/** The resources associated with the capability */
|
|
37
|
+
resources: Array<{
|
|
38
|
+
[key: string]: unknown;
|
|
39
|
+
}>;
|
|
40
|
+
/** The Salesforce cloud associated with the capability */
|
|
41
|
+
salesforceCloud: string | null;
|
|
42
|
+
/** The salesforce Go links associated with the capability */
|
|
43
|
+
salesforceGoLinks: Array<{
|
|
44
|
+
[key: string]: unknown;
|
|
45
|
+
}>;
|
|
46
|
+
/** The tags associated with the capability */
|
|
47
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
48
|
+
/** The capability title */
|
|
49
|
+
title: string;
|
|
50
|
+
/** The usage best practices associated with the capability */
|
|
51
|
+
usageBestPractices: string | null;
|
|
52
|
+
/** The embedded video url associated with the capability */
|
|
53
|
+
videoLink: string | null;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Represents a capability content
|
|
57
|
+
*
|
|
58
|
+
* Keys:
|
|
59
|
+
* (none)
|
|
60
|
+
*/
|
|
61
|
+
export interface CapabilityContentOutputRepresentation {
|
|
62
|
+
addonRequired: boolean | null;
|
|
63
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
64
|
+
complete: boolean;
|
|
65
|
+
description: string;
|
|
66
|
+
implBestPractices: string | null;
|
|
67
|
+
measures: string | null;
|
|
68
|
+
minimumEdition: TermOutputRepresentation_TermOutputRepresentation | null;
|
|
69
|
+
productAndLicensing: string | null;
|
|
70
|
+
release: string | null;
|
|
71
|
+
resources: Array<{
|
|
72
|
+
[key: string]: unknown;
|
|
73
|
+
}>;
|
|
74
|
+
salesforceCloud: string | null;
|
|
75
|
+
salesforceGoLinks: Array<{
|
|
76
|
+
[key: string]: unknown;
|
|
77
|
+
}>;
|
|
78
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
79
|
+
title: string;
|
|
80
|
+
usageBestPractices: string | null;
|
|
81
|
+
videoLink: string | null;
|
|
82
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { TermOutputRepresentation as TermOutputRepresentation_TermOutputRepresentation } from './TermOutputRepresentation';
|
|
2
|
+
import { CategoryTreeNodeOutputRepresentation as CategoryTreeNodeOutputRepresentation_CategoryTreeNodeOutputRepresentation } from './CategoryTreeNodeOutputRepresentation';
|
|
3
|
+
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
import { MyCapabilityOutputRepresentation as MyCapabilityOutputRepresentation_MyCapabilityOutputRepresentation } from './MyCapabilityOutputRepresentation';
|
|
5
|
+
export declare const VERSION = "942087683d30f79257141b2153ac8bbf";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: CapabilityOutputRepresentation, existing: CapabilityOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CapabilityOutputRepresentationNormalized;
|
|
9
|
+
export interface DynamicIngestParams {
|
|
10
|
+
myCapability: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
}
|
|
12
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: CapabilityOutputRepresentation, existing: CapabilityOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => CapabilityOutputRepresentationNormalized;
|
|
13
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
14
|
+
export interface DynamicSelectParams {
|
|
15
|
+
myCapability?: $64$luvio_engine_LinkSelection;
|
|
16
|
+
}
|
|
17
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: CapabilityOutputRepresentationNormalized, incoming: CapabilityOutputRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CapabilityOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
22
|
+
/**
|
|
23
|
+
* Represents a capability info
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CapabilityOutputRepresentationNormalized {
|
|
29
|
+
/** The categories business goals */
|
|
30
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
31
|
+
/** The capability parents */
|
|
32
|
+
categoryParents: Array<CategoryTreeNodeOutputRepresentation_CategoryTreeNodeOutputRepresentation>;
|
|
33
|
+
/** The capability id */
|
|
34
|
+
contentDurableId: string;
|
|
35
|
+
/** The capability description */
|
|
36
|
+
description: string;
|
|
37
|
+
/** The user data for the capability */
|
|
38
|
+
myCapability: $64$luvio_engine_StoreLink | null;
|
|
39
|
+
/** The capability name */
|
|
40
|
+
name: string;
|
|
41
|
+
/** The categories tags */
|
|
42
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Represents a capability info
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* (none)
|
|
49
|
+
*/
|
|
50
|
+
export interface CapabilityOutputRepresentation {
|
|
51
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
52
|
+
categoryParents: Array<CategoryTreeNodeOutputRepresentation_CategoryTreeNodeOutputRepresentation>;
|
|
53
|
+
contentDurableId: string;
|
|
54
|
+
description: string;
|
|
55
|
+
myCapability: MyCapabilityOutputRepresentation_MyCapabilityOutputRepresentation | null;
|
|
56
|
+
name: string;
|
|
57
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 = "8a87a7ec1dd5335a0c6895cf6091aadf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CapabilitySearchInputRepresentation, existing: CapabilitySearchInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CapabilitySearchInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CapabilitySearchInputRepresentationNormalized, incoming: CapabilitySearchInputRepresentationNormalized): 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: CapabilitySearchInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents a search input
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CapabilitySearchInputRepresentationNormalized {
|
|
17
|
+
/** Search Terms */
|
|
18
|
+
searchTerm: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents a search input
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface CapabilitySearchInputRepresentation {
|
|
27
|
+
searchTerm: string;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CapabilitySearchResultOutputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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 = "0aaacbc550970554716e5d15e3ba9550";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CapabilitySearchResultOutputRepresentation, existing: CapabilitySearchResultOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CapabilitySearchResultOutputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CapabilitySearchResultOutputRepresentationNormalized, incoming: CapabilitySearchResultOutputRepresentationNormalized): 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: CapabilitySearchResultOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents a search result (The capabilities IDs that match the search)
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CapabilitySearchResultOutputRepresentationNormalized {
|
|
17
|
+
/** The ID's that match the search */
|
|
18
|
+
contentDurableIds: Array<string>;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents a search result (The capabilities IDs that match the search)
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface CapabilitySearchResultOutputRepresentation {
|
|
27
|
+
contentDurableIds: Array<string>;
|
|
28
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CapabilityUserPreferenceInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
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 = "36a55ff80a2838718f20f351adb54905";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CapabilityUserPreferenceInputRepresentation, existing: CapabilityUserPreferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CapabilityUserPreferenceInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CapabilityUserPreferenceInputRepresentationNormalized, incoming: CapabilityUserPreferenceInputRepresentationNormalized): 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: CapabilityUserPreferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents capability user preference
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CapabilityUserPreferenceInputRepresentationNormalized {
|
|
17
|
+
/** The capability id */
|
|
18
|
+
contentDurableId: string;
|
|
19
|
+
/** The user data id of a capability info */
|
|
20
|
+
id?: string;
|
|
21
|
+
/** The last contact request data time in UTC */
|
|
22
|
+
lastContactRequestDate?: string;
|
|
23
|
+
/** The stage state for capability info user data */
|
|
24
|
+
stage?: string;
|
|
25
|
+
/** The starred state for capability info user data */
|
|
26
|
+
starred?: boolean;
|
|
27
|
+
/** The status state for capability info user data */
|
|
28
|
+
status?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents capability user preference
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface CapabilityUserPreferenceInputRepresentation {
|
|
37
|
+
contentDurableId: string;
|
|
38
|
+
id?: string;
|
|
39
|
+
lastContactRequestDate?: string;
|
|
40
|
+
stage?: string;
|
|
41
|
+
starred?: boolean;
|
|
42
|
+
status?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { TermOutputRepresentation as TermOutputRepresentation_TermOutputRepresentation } from './TermOutputRepresentation';
|
|
2
|
+
import { CategoryTreeNodeOutputRepresentation as CategoryTreeNodeOutputRepresentation_CategoryTreeNodeOutputRepresentation } from './CategoryTreeNodeOutputRepresentation';
|
|
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 = "8d1d823f5c53e9cc5543947a80740ff8";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CategoriesMetadataOutputRepresentation, existing: CategoriesMetadataOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CategoriesMetadataOutputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: CategoriesMetadataOutputRepresentationNormalized, incoming: CategoriesMetadataOutputRepresentationNormalized): 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: CategoriesMetadataOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents the categories metadata
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CategoriesMetadataOutputRepresentationNormalized {
|
|
19
|
+
/** The categories business goals */
|
|
20
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
21
|
+
/** The categories structure */
|
|
22
|
+
categories: Array<CategoryTreeNodeOutputRepresentation_CategoryTreeNodeOutputRepresentation>;
|
|
23
|
+
/** The categories editions */
|
|
24
|
+
editions: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
25
|
+
/** The available stages for a capability */
|
|
26
|
+
stages: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
27
|
+
/** The available statuses for a capability */
|
|
28
|
+
statuses: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
29
|
+
/** The categories tags */
|
|
30
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Represents the categories metadata
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface CategoriesMetadataOutputRepresentation {
|
|
39
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
40
|
+
categories: Array<CategoryTreeNodeOutputRepresentation_CategoryTreeNodeOutputRepresentation>;
|
|
41
|
+
editions: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
42
|
+
stages: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
43
|
+
statuses: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
44
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
45
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { TermOutputRepresentation as TermOutputRepresentation_TermOutputRepresentation } from './TermOutputRepresentation';
|
|
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 = "00ce1551ead91d6323ff2e7e11a457af";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CategoryTreeNodeOutputRepresentation, existing: CategoryTreeNodeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CategoryTreeNodeOutputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CategoryTreeNodeOutputRepresentationNormalized, incoming: CategoryTreeNodeOutputRepresentationNormalized): 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: CategoryTreeNodeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents single category
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CategoryTreeNodeOutputRepresentationNormalized {
|
|
18
|
+
/** Category's children */
|
|
19
|
+
children: Array<unknown>;
|
|
20
|
+
/** Category's parents */
|
|
21
|
+
parents: Array<unknown>;
|
|
22
|
+
term: TermOutputRepresentation_TermOutputRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents single category
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CategoryTreeNodeOutputRepresentation {
|
|
31
|
+
children: Array<unknown>;
|
|
32
|
+
parents: Array<unknown>;
|
|
33
|
+
term: TermOutputRepresentation_TermOutputRepresentation;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/FilterConditionCollectionInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { FilterConditionInputRepresentation as FilterConditionInputRepresentation_FilterConditionInputRepresentation } from './FilterConditionInputRepresentation';
|
|
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 = "34fb949d643cb3fde7ca7ffc6f886b4f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FilterConditionCollectionInputRepresentation, existing: FilterConditionCollectionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FilterConditionCollectionInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FilterConditionCollectionInputRepresentationNormalized, incoming: FilterConditionCollectionInputRepresentationNormalized): 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: FilterConditionCollectionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a collections of filter conditions
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface FilterConditionCollectionInputRepresentationNormalized {
|
|
18
|
+
/** The filter conditions */
|
|
19
|
+
filterConditions: Array<FilterConditionInputRepresentation_FilterConditionInputRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents a collections of filter conditions
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface FilterConditionCollectionInputRepresentation {
|
|
28
|
+
filterConditions: Array<FilterConditionInputRepresentation_FilterConditionInputRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 = "80e12d5c00453c3ff64f02ab6cbd05fa";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: FilterConditionInputRepresentation, existing: FilterConditionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FilterConditionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: FilterConditionInputRepresentationNormalized, incoming: FilterConditionInputRepresentationNormalized): 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: FilterConditionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents a filter conditions
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface FilterConditionInputRepresentationNormalized {
|
|
17
|
+
/** The filter condition type */
|
|
18
|
+
filterType: string;
|
|
19
|
+
/** The filter condition values */
|
|
20
|
+
values: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents a filter conditions
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FilterConditionInputRepresentation {
|
|
29
|
+
filterType: string;
|
|
30
|
+
values: Array<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { TermOutputRepresentation as TermOutputRepresentation_TermOutputRepresentation } from './TermOutputRepresentation';
|
|
2
|
+
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
import { MyInitiativeOutputRepresentation as MyInitiativeOutputRepresentation_MyInitiativeOutputRepresentation } from './MyInitiativeOutputRepresentation';
|
|
4
|
+
export declare const VERSION = "9822c8db7cc8e91ee1d5c02960464232";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: InitiativeOutputRepresentation, existing: InitiativeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InitiativeOutputRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
myInitiative: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: InitiativeOutputRepresentation, existing: InitiativeOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => InitiativeOutputRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
myInitiative?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: InitiativeOutputRepresentationNormalized, incoming: InitiativeOutputRepresentationNormalized): 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: InitiativeOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* Represents an initiative info
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface InitiativeOutputRepresentationNormalized {
|
|
28
|
+
/** The initiative business goals */
|
|
29
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
30
|
+
category: TermOutputRepresentation_TermOutputRepresentation;
|
|
31
|
+
/** The initiative id */
|
|
32
|
+
contentDurableId: string;
|
|
33
|
+
/** The initiative description */
|
|
34
|
+
description: string;
|
|
35
|
+
/** The user data for the initiative */
|
|
36
|
+
myInitiative: $64$luvio_engine_StoreLink | null;
|
|
37
|
+
/** The initiative name */
|
|
38
|
+
name: string;
|
|
39
|
+
/** The initiative related capabilities */
|
|
40
|
+
relatedCapabilities: Array<string>;
|
|
41
|
+
stage: TermOutputRepresentation_TermOutputRepresentation;
|
|
42
|
+
/** The initiative tags */
|
|
43
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Represents an initiative info
|
|
47
|
+
*
|
|
48
|
+
* Keys:
|
|
49
|
+
* (none)
|
|
50
|
+
*/
|
|
51
|
+
export interface InitiativeOutputRepresentation {
|
|
52
|
+
businessGoals: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
53
|
+
category: TermOutputRepresentation_TermOutputRepresentation;
|
|
54
|
+
contentDurableId: string;
|
|
55
|
+
description: string;
|
|
56
|
+
myInitiative: MyInitiativeOutputRepresentation_MyInitiativeOutputRepresentation | null;
|
|
57
|
+
name: string;
|
|
58
|
+
relatedCapabilities: Array<string>;
|
|
59
|
+
stage: TermOutputRepresentation_TermOutputRepresentation;
|
|
60
|
+
tags: Array<TermOutputRepresentation_TermOutputRepresentation>;
|
|
61
|
+
}
|
package/dist/es/es2018/types/src/generated/types/InitiativeUserPreferenceInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
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 = "b0a130bf67289bef119baa17830fab4b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: InitiativeUserPreferenceInputRepresentation, existing: InitiativeUserPreferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InitiativeUserPreferenceInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: InitiativeUserPreferenceInputRepresentationNormalized, incoming: InitiativeUserPreferenceInputRepresentationNormalized): 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: InitiativeUserPreferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents user initiative preference
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface InitiativeUserPreferenceInputRepresentationNormalized {
|
|
17
|
+
/** The initiative id */
|
|
18
|
+
contentDurableId: string;
|
|
19
|
+
/** The user data id of a initiative info */
|
|
20
|
+
id?: string;
|
|
21
|
+
/** The stage state for initiative info user data */
|
|
22
|
+
stage?: string;
|
|
23
|
+
/** The status state for initiative info user data */
|
|
24
|
+
status?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents user initiative preference
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface InitiativeUserPreferenceInputRepresentation {
|
|
33
|
+
contentDurableId: string;
|
|
34
|
+
id?: string;
|
|
35
|
+
stage?: string;
|
|
36
|
+
status?: string;
|
|
37
|
+
}
|
package/dist/es/es2018/types/src/generated/types/InitiativesCollectionOutputRepresentation.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, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { InitiativeOutputRepresentation as InitiativeOutputRepresentation_InitiativeOutputRepresentation } from './InitiativeOutputRepresentation';
|
|
3
|
+
export declare const VERSION = "064238ed9ec6117d936ce2a3b78e93b3";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: InitiativesCollectionOutputRepresentation, existing: InitiativesCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InitiativesCollectionOutputRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
initiatives: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: InitiativesCollectionOutputRepresentation, existing: InitiativesCollectionOutputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => InitiativesCollectionOutputRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
initiatives?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: InitiativesCollectionOutputRepresentationNormalized, incoming: InitiativesCollectionOutputRepresentationNormalized): 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: InitiativesCollectionOutputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Represents a collection of Initiatives
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface InitiativesCollectionOutputRepresentationNormalized {
|
|
27
|
+
/** The initiatives */
|
|
28
|
+
initiatives: Array<$64$luvio_engine_StoreLink>;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Represents a collection of Initiatives
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface InitiativesCollectionOutputRepresentation {
|
|
37
|
+
initiatives: Array<InitiativeOutputRepresentation_InitiativeOutputRepresentation>;
|
|
38
|
+
}
|