@salesforce/lds-adapters-analytics-app-framework 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/analytics-app-framework.js +7908 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createApp.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/createAppAsset.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/createTemplate.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteApp.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteAppAsset.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteTemplate.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getApp.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppActivities.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppActivity.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppAsset.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppAssets.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getApps.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getInstalledAssets.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTags.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplate.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplateAssets.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplateConfig.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplates.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/readinessCheck.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/setTags.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/updateApp.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateAppAsset.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/updateBasicApp.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateTemplate.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkAppsByAppIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkApps.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsActivitiesByAppIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsActivitiesByAppIdOrApiNameAndId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsAssetsByAppIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsByAppIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkInstalledAssets.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplates.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesAssetsByTemplateIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesConfigurationByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesTagsByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkApps.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkAppsAssetsByAppIdOrApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkAppsUpdateBasicAppByAppIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkTemplates.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkTemplatesReadinessByTemplateIdOrApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/putAppFrameworkAppsByAppIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/putAppFrameworkTemplatesTagsByTemplateIdOrApiName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/AppActivityCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/AppActivityItemInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppActivityItemRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/AppCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AppDetailsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppInputRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/AppResultRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/AppScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AppUpdateRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/AssetCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/AssetInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/AssetRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/BasicAppUpdateRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ChainDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ChainDefinitionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/DailyScheduledItemRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/GuidancePanelRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/HourlyScheduledItemRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ImageReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/InstalledAssetCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/NavigationPanelRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PageNavigationInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ReleaseInfoInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ReleaseInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RuleInfoInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RuleInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ScheduledItemRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ScheduledTimeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ScheduledTimezoneRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/StaticResourceReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TemplateImageInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TemplateImageRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TemplateInputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +112 -0
- package/dist/es/es2018/types/src/generated/types/TemplateTagCollectionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateTagCollectionRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/TemplateUpdateRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TemplatedAssetCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/TemplatedAssetRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/UserRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WeeklyScheduledItemRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +8391 -0
- package/src/raml/api.raml +1503 -0
- package/src/raml/luvio.raml +179 -0
|
@@ -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 = "3fc4320afdc399fc752a2e482573a828";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ReleaseInfoRepresentation, existing: ReleaseInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReleaseInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ReleaseInfoRepresentationNormalized, incoming: ReleaseInfoRepresentationNormalized): 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: ReleaseInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* release info.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ReleaseInfoRepresentationNormalized {
|
|
17
|
+
/** The notes file of this template. */
|
|
18
|
+
notesFile: string | null;
|
|
19
|
+
/** The template version of this template. */
|
|
20
|
+
templateVersion: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* release info.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ReleaseInfoRepresentation {
|
|
29
|
+
notesFile: string | null;
|
|
30
|
+
templateVersion: string;
|
|
31
|
+
}
|
|
@@ -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 = "4613dcb4519fdef92b06f5b0f2095b1c";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RuleInfoInputRepresentation, existing: RuleInfoInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleInfoInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RuleInfoInputRepresentationNormalized, incoming: RuleInfoInputRepresentationNormalized): 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: RuleInfoInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for rules.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RuleInfoInputRepresentationNormalized {
|
|
17
|
+
/** The JSON file holding the rules. */
|
|
18
|
+
file: string;
|
|
19
|
+
/** The type of rules. */
|
|
20
|
+
type: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for rules.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface RuleInfoInputRepresentation {
|
|
29
|
+
file: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}
|
|
@@ -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 = "11e304d2f006486e36c7ceadcc930fca";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: RuleInfoRepresentation, existing: RuleInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): RuleInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: RuleInfoRepresentationNormalized, incoming: RuleInfoRepresentationNormalized): 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: RuleInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* output representation for rules.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface RuleInfoRepresentationNormalized {
|
|
17
|
+
/** The file. */
|
|
18
|
+
file: string;
|
|
19
|
+
/** The rule type. */
|
|
20
|
+
type: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* output representation for rules.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface RuleInfoRepresentation {
|
|
29
|
+
file: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { ScheduledTimeRepresentation as ScheduledTimeRepresentation_ScheduledTimeRepresentation } from './ScheduledTimeRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare enum DiscriminatorValues {
|
|
4
|
+
Hourly = "Hourly",
|
|
5
|
+
Weekly = "Weekly",
|
|
6
|
+
Daily = "Daily"
|
|
7
|
+
}
|
|
8
|
+
export declare const VERSION = "193484b4261ca5840b61caaab3dea067";
|
|
9
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
|
+
export declare const RepresentationType: string;
|
|
11
|
+
export declare function normalize(input: ScheduledItemRepresentation, existing: ScheduledItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduledItemRepresentationNormalized;
|
|
12
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
13
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
14
|
+
export declare function equals(existing: ScheduledItemRepresentationNormalized, incoming: ScheduledItemRepresentationNormalized): boolean;
|
|
15
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
16
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
17
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ScheduledItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
18
|
+
/**
|
|
19
|
+
* Representation for a scheduled item.
|
|
20
|
+
*
|
|
21
|
+
* Keys:
|
|
22
|
+
* (none)
|
|
23
|
+
*/
|
|
24
|
+
export interface ScheduledItemRepresentationNormalized {
|
|
25
|
+
/** The frequency of this scheduled item. */
|
|
26
|
+
frequency: string;
|
|
27
|
+
/** The next scheduled runtime. */
|
|
28
|
+
nextScheduledRun: string;
|
|
29
|
+
time: ScheduledTimeRepresentation_ScheduledTimeRepresentation;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Representation for a scheduled item.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface ScheduledItemRepresentation {
|
|
38
|
+
frequency: string;
|
|
39
|
+
nextScheduledRun: string;
|
|
40
|
+
time: ScheduledTimeRepresentation_ScheduledTimeRepresentation;
|
|
41
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ScheduledTimezoneRepresentation as ScheduledTimezoneRepresentation_ScheduledTimezoneRepresentation } from './ScheduledTimezoneRepresentation';
|
|
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 = "d96bf6818be64d5924beaaad8e684221";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ScheduledTimeRepresentation, existing: ScheduledTimeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduledTimeRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ScheduledTimeRepresentationNormalized, incoming: ScheduledTimeRepresentationNormalized): 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: ScheduledTimeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for a scheduled time of day.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduledTimeRepresentationNormalized {
|
|
18
|
+
/** Hour of day. */
|
|
19
|
+
hour: number;
|
|
20
|
+
/** Minute of hour. */
|
|
21
|
+
minute: number;
|
|
22
|
+
timezone: ScheduledTimezoneRepresentation_ScheduledTimezoneRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation for a scheduled time of day.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ScheduledTimeRepresentation {
|
|
31
|
+
hour: number;
|
|
32
|
+
minute: number;
|
|
33
|
+
timezone: ScheduledTimezoneRepresentation_ScheduledTimezoneRepresentation;
|
|
34
|
+
}
|
|
@@ -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 = "74662b770f974cec987197380f2580ea";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ScheduledTimezoneRepresentation, existing: ScheduledTimezoneRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduledTimezoneRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ScheduledTimezoneRepresentationNormalized, incoming: ScheduledTimezoneRepresentationNormalized): 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: ScheduledTimezoneRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Information about a time zone.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ScheduledTimezoneRepresentationNormalized {
|
|
17
|
+
/** The signed offset, in hours, from GMT. */
|
|
18
|
+
gmtOffset: number;
|
|
19
|
+
/** The display name of this time zone. */
|
|
20
|
+
name: string;
|
|
21
|
+
/** The zone ID of this time zone. */
|
|
22
|
+
zoneId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Information about a time zone.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ScheduledTimezoneRepresentation {
|
|
31
|
+
gmtOffset: number;
|
|
32
|
+
name: string;
|
|
33
|
+
zoneId: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 = "bb4d09952a56bda54a748540e67434bf";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: StaticResourceReferenceRepresentation, existing: StaticResourceReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): StaticResourceReferenceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: StaticResourceReferenceRepresentationNormalized, incoming: StaticResourceReferenceRepresentationNormalized): 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: StaticResourceReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Static Resource reference representation.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface StaticResourceReferenceRepresentationNormalized {
|
|
17
|
+
/** The 18 character ID of the asset. */
|
|
18
|
+
id?: string;
|
|
19
|
+
/** The asset label. */
|
|
20
|
+
label?: string;
|
|
21
|
+
/** The asset developer name. */
|
|
22
|
+
name?: string;
|
|
23
|
+
/** The namespace that qualifies the asset name */
|
|
24
|
+
namespace?: string;
|
|
25
|
+
/** The asset URL. */
|
|
26
|
+
url?: string;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Static Resource reference representation.
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface StaticResourceReferenceRepresentation {
|
|
35
|
+
id?: string;
|
|
36
|
+
label?: string;
|
|
37
|
+
name?: string;
|
|
38
|
+
namespace?: string;
|
|
39
|
+
url?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { TemplateRepresentation as TemplateRepresentation_TemplateRepresentation } from './TemplateRepresentation';
|
|
3
|
+
export declare const TTL = 5000;
|
|
4
|
+
export declare const VERSION = "4d3fc84707ae344f06fb99bd22e68f46";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TemplateCollectionRepresentation, existing: TemplateCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateCollectionRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
templates: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: TemplateCollectionRepresentation, existing: TemplateCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => TemplateCollectionRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
templates?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: TemplateCollectionRepresentationNormalized, incoming: TemplateCollectionRepresentationNormalized): 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: TemplateCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* Representation for Next Gen application templates.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface TemplateCollectionRepresentationNormalized {
|
|
28
|
+
/** The collection of application templates available within this organization. */
|
|
29
|
+
templates: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Representation for Next Gen application templates.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface TemplateCollectionRepresentation {
|
|
38
|
+
templates: Array<TemplateRepresentation_TemplateRepresentation>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { UiLayoutDefinitionRepresentation as UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation } from './UiLayoutDefinitionRepresentation';
|
|
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 TTL = 5000;
|
|
4
|
+
export declare const VERSION = "c07e968f66f650c10edd3acd41aa8675";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type TemplateConfigurationRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialTemplateConfigurationRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TemplateConfigurationRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TemplateConfigurationRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TemplateConfigurationRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: TemplateConfigurationRepresentation, existing: TemplateConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateConfigurationRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: TemplateConfigurationRepresentationNormalized, incoming: TemplateConfigurationRepresentationNormalized): 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: TemplateConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Representation for app template configuration.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface TemplateConfigurationRepresentationNormalized {
|
|
28
|
+
/** The ID or fully qualified API name of this template. */
|
|
29
|
+
id: string;
|
|
30
|
+
/** The layout interface definition for the template. */
|
|
31
|
+
layout: UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation | null;
|
|
32
|
+
/** The local API name of the template. */
|
|
33
|
+
name: string;
|
|
34
|
+
/** The defined set of variables for this Wave template. */
|
|
35
|
+
variables: {
|
|
36
|
+
[key: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Representation for app template configuration.
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* id (string): id
|
|
44
|
+
*/
|
|
45
|
+
export interface TemplateConfigurationRepresentation {
|
|
46
|
+
id: string;
|
|
47
|
+
layout: UiLayoutDefinitionRepresentation_UiLayoutDefinitionRepresentation | null;
|
|
48
|
+
name: string;
|
|
49
|
+
variables: {
|
|
50
|
+
[key: string]: unknown;
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { TemplateImageInputRepresentation as TemplateImageInputRepresentation_TemplateImageInputRepresentation } from './TemplateImageInputRepresentation';
|
|
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 = "8de9802b2f27ac0c68b35bca8da65c31";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TemplateIconsInputRepresentation, existing: TemplateIconsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateIconsInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TemplateIconsInputRepresentationNormalized, incoming: TemplateIconsInputRepresentationNormalized): 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: TemplateIconsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation template Icons.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateIconsInputRepresentationNormalized {
|
|
18
|
+
appBadge: TemplateImageInputRepresentation_TemplateImageInputRepresentation;
|
|
19
|
+
templateBadge: TemplateImageInputRepresentation_TemplateImageInputRepresentation;
|
|
20
|
+
/** Previews images an description of template */
|
|
21
|
+
templatePreviews: Array<TemplateImageInputRepresentation_TemplateImageInputRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation template Icons.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TemplateIconsInputRepresentation {
|
|
30
|
+
appBadge: TemplateImageInputRepresentation_TemplateImageInputRepresentation;
|
|
31
|
+
templateBadge: TemplateImageInputRepresentation_TemplateImageInputRepresentation;
|
|
32
|
+
templatePreviews: Array<TemplateImageInputRepresentation_TemplateImageInputRepresentation>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { TemplateImageRepresentation as TemplateImageRepresentation_TemplateImageRepresentation } from './TemplateImageRepresentation';
|
|
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 = "d3949dd1d6f86bd2faba882f02bed307";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TemplateIconsRepresentation, existing: TemplateIconsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateIconsRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TemplateIconsRepresentationNormalized, incoming: TemplateIconsRepresentationNormalized): 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: TemplateIconsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* template icons.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateIconsRepresentationNormalized {
|
|
18
|
+
/** The app badge. */
|
|
19
|
+
appBadge: TemplateImageRepresentation_TemplateImageRepresentation | null;
|
|
20
|
+
/** The template badge. */
|
|
21
|
+
templateBadge: TemplateImageRepresentation_TemplateImageRepresentation | null;
|
|
22
|
+
/** The template previews. */
|
|
23
|
+
templatePreviews: Array<TemplateImageRepresentation_TemplateImageRepresentation>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* template icons.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TemplateIconsRepresentation {
|
|
32
|
+
appBadge: TemplateImageRepresentation_TemplateImageRepresentation | null;
|
|
33
|
+
templateBadge: TemplateImageRepresentation_TemplateImageRepresentation | null;
|
|
34
|
+
templatePreviews: Array<TemplateImageRepresentation_TemplateImageRepresentation>;
|
|
35
|
+
}
|
|
@@ -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 = "50b2d1dd29686a219a77f09d2e6343a3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TemplateImageInputRepresentation, existing: TemplateImageInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateImageInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TemplateImageInputRepresentationNormalized, incoming: TemplateImageInputRepresentationNormalized): 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: TemplateImageInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for Template Images.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TemplateImageInputRepresentationNormalized {
|
|
17
|
+
/** Image file */
|
|
18
|
+
file: string;
|
|
19
|
+
/** Image Name. */
|
|
20
|
+
name?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for Template Images.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TemplateImageInputRepresentation {
|
|
29
|
+
file: string;
|
|
30
|
+
name?: string;
|
|
31
|
+
}
|
|
@@ -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 = "6edb78368a9283c1d755574e7b7d6c4a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TemplateImageRepresentation, existing: TemplateImageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateImageRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TemplateImageRepresentationNormalized, incoming: TemplateImageRepresentationNormalized): 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: TemplateImageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Template image representation.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TemplateImageRepresentationNormalized {
|
|
17
|
+
/** The file that qualifies the image */
|
|
18
|
+
file?: string;
|
|
19
|
+
/** The image name. */
|
|
20
|
+
name?: string;
|
|
21
|
+
/** The image URL. */
|
|
22
|
+
url: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Template image representation.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TemplateImageRepresentation {
|
|
31
|
+
file?: string;
|
|
32
|
+
name?: string;
|
|
33
|
+
url: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { ChainDefinitionInputRepresentation as ChainDefinitionInputRepresentation_ChainDefinitionInputRepresentation } from './ChainDefinitionInputRepresentation';
|
|
2
|
+
import { TemplateIconsInputRepresentation as TemplateIconsInputRepresentation_TemplateIconsInputRepresentation } from './TemplateIconsInputRepresentation';
|
|
3
|
+
import { ReleaseInfoInputRepresentation as ReleaseInfoInputRepresentation_ReleaseInfoInputRepresentation } from './ReleaseInfoInputRepresentation';
|
|
4
|
+
import { RuleInfoInputRepresentation as RuleInfoInputRepresentation_RuleInfoInputRepresentation } from './RuleInfoInputRepresentation';
|
|
5
|
+
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';
|
|
6
|
+
export declare const VERSION = "66f4984fcb21b06a28f2e4fb8039c3c2";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: TemplateInputRepresentation, existing: TemplateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateInputRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: TemplateInputRepresentationNormalized, incoming: TemplateInputRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Input representation for Template Info.
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface TemplateInputRepresentationNormalized {
|
|
21
|
+
/** The Template application source */
|
|
22
|
+
applicationSourceId?: string;
|
|
23
|
+
/** The version of the Template assets. */
|
|
24
|
+
assetVersion?: number;
|
|
25
|
+
/** The Template chain definitions */
|
|
26
|
+
chainDefinitions?: Array<ChainDefinitionInputRepresentation_ChainDefinitionInputRepresentation>;
|
|
27
|
+
/** The Template description. */
|
|
28
|
+
description?: string;
|
|
29
|
+
/** The Template icons. */
|
|
30
|
+
icons?: TemplateIconsInputRepresentation_TemplateIconsInputRepresentation;
|
|
31
|
+
/** The Template Id. */
|
|
32
|
+
id?: string;
|
|
33
|
+
/** The Template label. */
|
|
34
|
+
label: string;
|
|
35
|
+
/** The Template layout definition file. */
|
|
36
|
+
layoutDefinition?: string;
|
|
37
|
+
/** The maximum number of apps that can be creatd from this template. */
|
|
38
|
+
maxAppCount?: number;
|
|
39
|
+
/** The Template name. */
|
|
40
|
+
name: string;
|
|
41
|
+
/** The Template developer namespace. */
|
|
42
|
+
namespace?: string;
|
|
43
|
+
/** The Template release notes */
|
|
44
|
+
releaseInfo?: ReleaseInfoInputRepresentation_ReleaseInfoInputRepresentation;
|
|
45
|
+
/** The Template rules file */
|
|
46
|
+
rules?: Array<RuleInfoInputRepresentation_RuleInfoInputRepresentation>;
|
|
47
|
+
/** The Template Tags. */
|
|
48
|
+
tags?: {
|
|
49
|
+
[key: string]: unknown;
|
|
50
|
+
};
|
|
51
|
+
/** The Template Subtype. */
|
|
52
|
+
templateSubtype?: string;
|
|
53
|
+
/** The Template Type. */
|
|
54
|
+
templateType: string;
|
|
55
|
+
/** The Template variables file */
|
|
56
|
+
variableDefinition?: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Input representation for Template Info.
|
|
60
|
+
*
|
|
61
|
+
* Keys:
|
|
62
|
+
* (none)
|
|
63
|
+
*/
|
|
64
|
+
export interface TemplateInputRepresentation {
|
|
65
|
+
applicationSourceId?: string;
|
|
66
|
+
assetVersion?: number;
|
|
67
|
+
chainDefinitions?: Array<ChainDefinitionInputRepresentation_ChainDefinitionInputRepresentation>;
|
|
68
|
+
description?: string;
|
|
69
|
+
icons?: TemplateIconsInputRepresentation_TemplateIconsInputRepresentation;
|
|
70
|
+
id?: string;
|
|
71
|
+
label: string;
|
|
72
|
+
layoutDefinition?: string;
|
|
73
|
+
maxAppCount?: number;
|
|
74
|
+
name: string;
|
|
75
|
+
namespace?: string;
|
|
76
|
+
releaseInfo?: ReleaseInfoInputRepresentation_ReleaseInfoInputRepresentation;
|
|
77
|
+
rules?: Array<RuleInfoInputRepresentation_RuleInfoInputRepresentation>;
|
|
78
|
+
tags?: {
|
|
79
|
+
[key: string]: unknown;
|
|
80
|
+
};
|
|
81
|
+
templateSubtype?: string;
|
|
82
|
+
templateType: string;
|
|
83
|
+
variableDefinition?: string;
|
|
84
|
+
}
|
|
@@ -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 = "e81dd9240e39c7b25cef734691b4b4d3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TemplateReadinessInputRepresentation, existing: TemplateReadinessInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateReadinessInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TemplateReadinessInputRepresentationNormalized, incoming: TemplateReadinessInputRepresentationNormalized): 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: TemplateReadinessInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for performing org readiness check on a template
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TemplateReadinessInputRepresentationNormalized {
|
|
17
|
+
/** Specifies the runtime logging level for debug. */
|
|
18
|
+
logLevel?: string;
|
|
19
|
+
/** The runtime template values user to control conditions in the chain. */
|
|
20
|
+
templateValues?: {
|
|
21
|
+
[key: string]: unknown;
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation for performing org readiness check on a template
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TemplateReadinessInputRepresentation {
|
|
31
|
+
logLevel?: string;
|
|
32
|
+
templateValues?: {
|
|
33
|
+
[key: string]: unknown;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
@@ -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 = "72a8bf88556dc266e0366b35fb280616";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TemplateReadinessItemRepresentation, existing: TemplateReadinessItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateReadinessItemRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TemplateReadinessItemRepresentationNormalized, incoming: TemplateReadinessItemRepresentationNormalized): 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: TemplateReadinessItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Results for individual validation task
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TemplateReadinessItemRepresentationNormalized {
|
|
17
|
+
/** The task specific message. */
|
|
18
|
+
message: string | null;
|
|
19
|
+
/** The status for the readiness task */
|
|
20
|
+
readinessStatus: string | null;
|
|
21
|
+
/** The collection of tags describing the purpose of the validation. */
|
|
22
|
+
tags: Array<string>;
|
|
23
|
+
/** The task specific type, associated with readiness check type. */
|
|
24
|
+
type: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Results for individual validation task
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface TemplateReadinessItemRepresentation {
|
|
33
|
+
message: string | null;
|
|
34
|
+
readinessStatus: string | null;
|
|
35
|
+
tags: Array<string>;
|
|
36
|
+
type: string;
|
|
37
|
+
}
|