@salesforce/lds-adapters-analytics-app-framework 1.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-app-framework.js +2886 -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 +23 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteApp.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/getAppAssets.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getApps.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplate.d.ts +28 -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 +26 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkAppsByAppIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkApps.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsAssetsByAppIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsByAppIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplates.d.ts +12 -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/postAppFrameworkApps.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/types/AppCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AppInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/AppResultRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/AppScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AssetCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/AssetRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ChainDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DailyScheduledItemRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/HourlyScheduledItemRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/NamespacedReferenceInputRepresentation.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/RuleInfoInputRepresentation.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/TemplateCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsInputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/TemplateInputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/TemplatePreviewInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +56 -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/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +3150 -0
- package/src/raml/api.raml +601 -0
- package/src/raml/luvio.raml +80 -0
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { UserRepresentation as UserRepresentation_UserRepresentation } from './UserRepresentation';
|
|
2
|
+
import { AppScheduleRepresentation as AppScheduleRepresentation_AppScheduleRepresentation } from './AppScheduleRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare const TTL = 5000;
|
|
5
|
+
export declare const VERSION = "27f4629fb5003a11b4c23a2bfb40ee60";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
9
|
+
id: string;
|
|
10
|
+
}
|
|
11
|
+
export type AppRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export type PartialAppRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): AppRepresentationNormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AppRepresentation): string;
|
|
16
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AppRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function normalize(input: AppRepresentation, existing: AppRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppRepresentationNormalized;
|
|
18
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
19
|
+
export declare function equals(existing: AppRepresentationNormalized, incoming: AppRepresentationNormalized): boolean;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
22
|
+
/**
|
|
23
|
+
* Representation for a single app.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* id (string): id
|
|
27
|
+
*/
|
|
28
|
+
export interface AppRepresentationNormalized {
|
|
29
|
+
/** The status of this app. */
|
|
30
|
+
applicationStatus: string;
|
|
31
|
+
/** A link to the App Assets. */
|
|
32
|
+
assetUrl: string;
|
|
33
|
+
createdBy: UserRepresentation_UserRepresentation;
|
|
34
|
+
/** When this app was created. */
|
|
35
|
+
createdDate: string;
|
|
36
|
+
/** The description of this app. */
|
|
37
|
+
description: string | null;
|
|
38
|
+
/** The ID or fully qualified API name of this app. */
|
|
39
|
+
id: string;
|
|
40
|
+
/** A link to the App History Setup Page. */
|
|
41
|
+
installationHistoryUrl: string;
|
|
42
|
+
/** The label of this app. */
|
|
43
|
+
label: string;
|
|
44
|
+
lastModifiedBy: UserRepresentation_UserRepresentation;
|
|
45
|
+
/** When this app was last modified. */
|
|
46
|
+
lastModifiedDate: string;
|
|
47
|
+
/** The dev name of this app. */
|
|
48
|
+
name: string;
|
|
49
|
+
/** The refresh scedhule for this app. */
|
|
50
|
+
schedule: AppScheduleRepresentation_AppScheduleRepresentation | null;
|
|
51
|
+
/** The ID od the template used to create this app. */
|
|
52
|
+
templateSourceId: string;
|
|
53
|
+
/** The Variable Values (Answers to Questions) used to customize the app install. */
|
|
54
|
+
templateValues: {
|
|
55
|
+
[key: string]: unknown;
|
|
56
|
+
};
|
|
57
|
+
/** The version of the template used to create the app. */
|
|
58
|
+
templateVersion: string;
|
|
59
|
+
/** A self link to this App */
|
|
60
|
+
url: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Representation for a single app.
|
|
64
|
+
*
|
|
65
|
+
* Keys:
|
|
66
|
+
* id (string): id
|
|
67
|
+
*/
|
|
68
|
+
export interface AppRepresentation {
|
|
69
|
+
applicationStatus: string;
|
|
70
|
+
assetUrl: string;
|
|
71
|
+
createdBy: UserRepresentation_UserRepresentation;
|
|
72
|
+
createdDate: string;
|
|
73
|
+
description: string | null;
|
|
74
|
+
id: string;
|
|
75
|
+
installationHistoryUrl: string;
|
|
76
|
+
label: string;
|
|
77
|
+
lastModifiedBy: UserRepresentation_UserRepresentation;
|
|
78
|
+
lastModifiedDate: string;
|
|
79
|
+
name: string;
|
|
80
|
+
schedule: AppScheduleRepresentation_AppScheduleRepresentation | null;
|
|
81
|
+
templateSourceId: string;
|
|
82
|
+
templateValues: {
|
|
83
|
+
[key: string]: unknown;
|
|
84
|
+
};
|
|
85
|
+
templateVersion: string;
|
|
86
|
+
url: string;
|
|
87
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { AppRepresentation as AppRepresentation_AppRepresentation } from './AppRepresentation';
|
|
3
|
+
export declare const TTL = 5000;
|
|
4
|
+
export declare const VERSION = "e7a1233115fcb9b27ee13367015ae7e0";
|
|
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 AppResultRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialAppResultRepresentationNormalizedKeyMetadata = 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): AppResultRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AppResultRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AppResultRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: AppResultRepresentation, existing: AppResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppResultRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
app: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: AppResultRepresentation, existing: AppResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => AppResultRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
app?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: AppResultRepresentationNormalized, incoming: AppResultRepresentationNormalized): boolean;
|
|
27
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for the results of an app creation.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): app.id
|
|
35
|
+
*/
|
|
36
|
+
export interface AppResultRepresentationNormalized {
|
|
37
|
+
/** The App. */
|
|
38
|
+
app: $64$luvio_engine_StoreLink;
|
|
39
|
+
/** The Domino Runtime Request. */
|
|
40
|
+
runtimeRequestId: string;
|
|
41
|
+
/** The State. */
|
|
42
|
+
state: {
|
|
43
|
+
[key: string]: unknown;
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Representation for the results of an app creation.
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* id (string): app.id
|
|
51
|
+
*/
|
|
52
|
+
export interface AppResultRepresentation {
|
|
53
|
+
app: AppRepresentation_AppRepresentation;
|
|
54
|
+
runtimeRequestId: string;
|
|
55
|
+
state: {
|
|
56
|
+
[key: string]: unknown;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ScheduledItemRepresentation as ScheduledItemRepresentation_ScheduledItemRepresentation } from './ScheduledItemRepresentation';
|
|
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
|
+
import { HourlyScheduledItemRepresentation as HourlyScheduledItemRepresentation_HourlyScheduledItemRepresentation } from './HourlyScheduledItemRepresentation';
|
|
4
|
+
import { WeeklyScheduledItemRepresentation as WeeklyScheduledItemRepresentation_WeeklyScheduledItemRepresentation } from './WeeklyScheduledItemRepresentation';
|
|
5
|
+
import { DailyScheduledItemRepresentation as DailyScheduledItemRepresentation_DailyScheduledItemRepresentation } from './DailyScheduledItemRepresentation';
|
|
6
|
+
export declare const VERSION = "06b5da5162febff2692d819c9b718be5";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: AppScheduleRepresentation, existing: AppScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppScheduleRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: AppScheduleRepresentationNormalized, incoming: AppScheduleRepresentationNormalized): 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: AppScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Representaiton for an App Data Refresh schedule
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface AppScheduleRepresentationNormalized {
|
|
21
|
+
/** Recurring schedule for performing data refreshes. */
|
|
22
|
+
dataRefreshSchedule: ScheduledItemRepresentation_ScheduledItemRepresentation | null;
|
|
23
|
+
/** Url to scheduling attributes of a folder. */
|
|
24
|
+
url: string | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Representaiton for an App Data Refresh schedule
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface AppScheduleRepresentation {
|
|
33
|
+
dataRefreshSchedule: HourlyScheduledItemRepresentation_HourlyScheduledItemRepresentation | WeeklyScheduledItemRepresentation_WeeklyScheduledItemRepresentation | DailyScheduledItemRepresentation_DailyScheduledItemRepresentation | null;
|
|
34
|
+
url: string | null;
|
|
35
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
import { AssetRepresentation as AssetRepresentation_AssetRepresentation } from './AssetRepresentation';
|
|
3
|
+
export declare const TTL = 5000;
|
|
4
|
+
export declare const VERSION = "484e47e46cb53f96b32bb3c8c9de8053";
|
|
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 AssetCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialAssetCollectionRepresentationNormalizedKeyMetadata = 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): AssetCollectionRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AssetCollectionRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AssetCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: AssetCollectionRepresentation, existing: AssetCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssetCollectionRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
assets: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: AssetCollectionRepresentation, existing: AssetCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => AssetCollectionRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
assets?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: AssetCollectionRepresentationNormalized, incoming: AssetCollectionRepresentationNormalized): boolean;
|
|
27
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
28
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AssetCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
|
+
/**
|
|
31
|
+
* Representation list of assets created from a template.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): appId
|
|
35
|
+
*/
|
|
36
|
+
export interface AssetCollectionRepresentationNormalized {
|
|
37
|
+
/** The ID or fully qualified API name of the app to which these assets belong. */
|
|
38
|
+
appId: string;
|
|
39
|
+
/** The collection of assets created from the template. */
|
|
40
|
+
assets: Array<$64$luvio_engine_StoreLink>;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Representation list of assets created from a template.
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* id (string): appId
|
|
47
|
+
*/
|
|
48
|
+
export interface AssetCollectionRepresentation {
|
|
49
|
+
appId: string;
|
|
50
|
+
assets: Array<AssetRepresentation_AssetRepresentation>;
|
|
51
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 = 5000;
|
|
3
|
+
export declare const VERSION = "522326f05ee6a404b50ed781361a75b1";
|
|
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
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type AssetRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialAssetRepresentationNormalizedKeyMetadata = 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): AssetRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AssetRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AssetRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: AssetRepresentation, existing: AssetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssetRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: AssetRepresentationNormalized, incoming: AssetRepresentationNormalized): 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: AssetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Representation for a single template.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface AssetRepresentationNormalized {
|
|
27
|
+
/** The primary ID or Name of the asset */
|
|
28
|
+
assetIdOrName: string;
|
|
29
|
+
/** The secondary ID or Name of the asset */
|
|
30
|
+
assetIdOrName2: string | null;
|
|
31
|
+
/** The tertiary ID or Name of the asset */
|
|
32
|
+
assetIdOrName3: string | null;
|
|
33
|
+
/** The ID of the asset association. */
|
|
34
|
+
id: string;
|
|
35
|
+
/** The template asset name this asset was created from. */
|
|
36
|
+
templateAssetSourceName: string | null;
|
|
37
|
+
/** The asset type. */
|
|
38
|
+
type: string | null;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Representation for a single template.
|
|
42
|
+
*
|
|
43
|
+
* Keys:
|
|
44
|
+
* id (string): id
|
|
45
|
+
*/
|
|
46
|
+
export interface AssetRepresentation {
|
|
47
|
+
assetIdOrName: string;
|
|
48
|
+
assetIdOrName2: string | null;
|
|
49
|
+
assetIdOrName3: string | null;
|
|
50
|
+
id: string;
|
|
51
|
+
templateAssetSourceName: string | null;
|
|
52
|
+
type: string | null;
|
|
53
|
+
}
|
|
@@ -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 = "92d6e0704557b778639ac25bdf4d59d0";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ChainDefinitionInputRepresentation, existing: ChainDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ChainDefinitionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ChainDefinitionInputRepresentationNormalized, incoming: ChainDefinitionInputRepresentationNormalized): 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: ChainDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for a domino chain definition.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ChainDefinitionInputRepresentationNormalized {
|
|
17
|
+
/** The this file reference to the chain */
|
|
18
|
+
file: string;
|
|
19
|
+
/** The name of the chain. */
|
|
20
|
+
name?: string;
|
|
21
|
+
/** The type of chain. */
|
|
22
|
+
type: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation for a domino chain definition.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface ChainDefinitionInputRepresentation {
|
|
31
|
+
file: string;
|
|
32
|
+
name?: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { ScheduledItemRepresentation as ScheduledItemRepresentation_ScheduledItemRepresentation } from './ScheduledItemRepresentation';
|
|
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 = "dcda6d015a01d9acde5fac241448cfe4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DailyScheduledItemRepresentation, existing: DailyScheduledItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DailyScheduledItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DailyScheduledItemRepresentationNormalized, incoming: DailyScheduledItemRepresentationNormalized): 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: DailyScheduledItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for a scheduled item.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DailyScheduledItemRepresentationNormalized extends ScheduledItemRepresentation_ScheduledItemRepresentation {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Representation for a scheduled item.
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* (none)
|
|
24
|
+
*/
|
|
25
|
+
export interface DailyScheduledItemRepresentation extends ScheduledItemRepresentation_ScheduledItemRepresentation {
|
|
26
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ScheduledItemRepresentation as ScheduledItemRepresentation_ScheduledItemRepresentation } from './ScheduledItemRepresentation';
|
|
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 = "91838b86aa135ce828af6242b11ae888";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: HourlyScheduledItemRepresentation, existing: HourlyScheduledItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): HourlyScheduledItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: HourlyScheduledItemRepresentationNormalized, incoming: HourlyScheduledItemRepresentationNormalized): 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: HourlyScheduledItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for an hourly scheduled item.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface HourlyScheduledItemRepresentationNormalized extends ScheduledItemRepresentation_ScheduledItemRepresentation {
|
|
18
|
+
/** Collection of days of week for schedule. */
|
|
19
|
+
daysOfWeek: Array<string>;
|
|
20
|
+
/** Collection of days of week for schedule. */
|
|
21
|
+
hourlyInterval: number;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation for an hourly scheduled item.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface HourlyScheduledItemRepresentation extends ScheduledItemRepresentation_ScheduledItemRepresentation {
|
|
30
|
+
daysOfWeek: Array<string>;
|
|
31
|
+
hourlyInterval: number;
|
|
32
|
+
frequency: 'Hourly';
|
|
33
|
+
}
|
|
@@ -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 = "7a0521e026c535af240c214f54093288";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: NamespacedReferenceInputRepresentation, existing: NamespacedReferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NamespacedReferenceInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: NamespacedReferenceInputRepresentationNormalized, incoming: NamespacedReferenceInputRepresentationNormalized): 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: NamespacedReferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Namespaced reference to resource.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface NamespacedReferenceInputRepresentationNormalized {
|
|
17
|
+
/** Developer Name. */
|
|
18
|
+
name: string;
|
|
19
|
+
/** Developer Namespace */
|
|
20
|
+
namespace: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Namespaced reference to resource.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface NamespacedReferenceInputRepresentation {
|
|
29
|
+
name: string;
|
|
30
|
+
namespace: 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 = "93008726ee79b970cfd31dad31e2a64f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ReleaseInfoInputRepresentation, existing: ReleaseInfoInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReleaseInfoInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ReleaseInfoInputRepresentationNormalized, incoming: ReleaseInfoInputRepresentationNormalized): 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: ReleaseInfoInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for release notes and version.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ReleaseInfoInputRepresentationNormalized {
|
|
17
|
+
/** Template release notes. */
|
|
18
|
+
notesFile?: string;
|
|
19
|
+
/** Template version. */
|
|
20
|
+
templateVersion: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for release notes and version.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ReleaseInfoInputRepresentation {
|
|
29
|
+
notesFile?: string;
|
|
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,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,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
|
+
}
|