@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.
Files changed (114) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/analytics-app-framework.js +7908 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createApp.d.ts +28 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createAppAsset.d.ts +22 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createTemplate.d.ts +37 -0
  7. package/dist/es/es2018/types/src/generated/adapters/deleteApp.d.ts +14 -0
  8. package/dist/es/es2018/types/src/generated/adapters/deleteAppAsset.d.ts +15 -0
  9. package/dist/es/es2018/types/src/generated/adapters/deleteTemplate.d.ts +14 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getApp.d.ts +28 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getAppActivities.d.ts +28 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getAppActivity.d.ts +29 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getAppAsset.d.ts +28 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getAppAssets.d.ts +30 -0
  15. package/dist/es/es2018/types/src/generated/adapters/getApps.d.ts +29 -0
  16. package/dist/es/es2018/types/src/generated/adapters/getInstalledAssets.d.ts +28 -0
  17. package/dist/es/es2018/types/src/generated/adapters/getTags.d.ts +28 -0
  18. package/dist/es/es2018/types/src/generated/adapters/getTemplate.d.ts +28 -0
  19. package/dist/es/es2018/types/src/generated/adapters/getTemplateAssets.d.ts +27 -0
  20. package/dist/es/es2018/types/src/generated/adapters/getTemplateConfig.d.ts +28 -0
  21. package/dist/es/es2018/types/src/generated/adapters/getTemplates.d.ts +28 -0
  22. package/dist/es/es2018/types/src/generated/adapters/readinessCheck.d.ts +19 -0
  23. package/dist/es/es2018/types/src/generated/adapters/setTags.d.ts +18 -0
  24. package/dist/es/es2018/types/src/generated/adapters/updateApp.d.ts +21 -0
  25. package/dist/es/es2018/types/src/generated/adapters/updateAppAsset.d.ts +23 -0
  26. package/dist/es/es2018/types/src/generated/adapters/updateBasicApp.d.ts +16 -0
  27. package/dist/es/es2018/types/src/generated/adapters/updateTemplate.d.ts +21 -0
  28. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +24 -0
  29. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +44 -0
  30. package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +13 -0
  31. package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkAppsByAppIdOrApiName.d.ts +12 -0
  32. package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +12 -0
  33. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkApps.d.ts +17 -0
  34. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsActivitiesByAppIdOrApiName.d.ts +16 -0
  35. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsActivitiesByAppIdOrApiNameAndId.d.ts +17 -0
  36. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsAssetsByAppIdOrApiName.d.ts +20 -0
  37. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +16 -0
  38. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsByAppIdOrApiName.d.ts +16 -0
  39. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkInstalledAssets.d.ts +16 -0
  40. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplates.d.ts +16 -0
  41. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesAssetsByTemplateIdOrApiName.d.ts +15 -0
  42. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +16 -0
  43. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesConfigurationByTemplateIdOrApiName.d.ts +16 -0
  44. package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesTagsByTemplateIdOrApiName.d.ts +16 -0
  45. package/dist/es/es2018/types/src/generated/resources/patchAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +22 -0
  46. package/dist/es/es2018/types/src/generated/resources/patchAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +20 -0
  47. package/dist/es/es2018/types/src/generated/resources/postAppFrameworkApps.d.ts +25 -0
  48. package/dist/es/es2018/types/src/generated/resources/postAppFrameworkAppsAssetsByAppIdOrApiName.d.ts +21 -0
  49. package/dist/es/es2018/types/src/generated/resources/postAppFrameworkAppsUpdateBasicAppByAppIdOrApiName.d.ts +15 -0
  50. package/dist/es/es2018/types/src/generated/resources/postAppFrameworkTemplates.d.ts +34 -0
  51. package/dist/es/es2018/types/src/generated/resources/postAppFrameworkTemplatesReadinessByTemplateIdOrApiName.d.ts +18 -0
  52. package/dist/es/es2018/types/src/generated/resources/putAppFrameworkAppsByAppIdOrApiName.d.ts +20 -0
  53. package/dist/es/es2018/types/src/generated/resources/putAppFrameworkTemplatesTagsByTemplateIdOrApiName.d.ts +17 -0
  54. package/dist/es/es2018/types/src/generated/types/AppActivityCollectionRepresentation.d.ts +51 -0
  55. package/dist/es/es2018/types/src/generated/types/AppActivityItemInputRepresentation.d.ts +37 -0
  56. package/dist/es/es2018/types/src/generated/types/AppActivityItemRepresentation.d.ts +57 -0
  57. package/dist/es/es2018/types/src/generated/types/AppCollectionRepresentation.d.ts +39 -0
  58. package/dist/es/es2018/types/src/generated/types/AppDetailsRepresentation.d.ts +31 -0
  59. package/dist/es/es2018/types/src/generated/types/AppInputRepresentation.d.ts +65 -0
  60. package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +102 -0
  61. package/dist/es/es2018/types/src/generated/types/AppResultRepresentation.d.ts +61 -0
  62. package/dist/es/es2018/types/src/generated/types/AppScheduleRepresentation.d.ts +35 -0
  63. package/dist/es/es2018/types/src/generated/types/AppUpdateRepresentation.d.ts +41 -0
  64. package/dist/es/es2018/types/src/generated/types/AssetCollectionRepresentation.d.ts +51 -0
  65. package/dist/es/es2018/types/src/generated/types/AssetInputRepresentation.d.ts +46 -0
  66. package/dist/es/es2018/types/src/generated/types/AssetRepresentation.d.ts +59 -0
  67. package/dist/es/es2018/types/src/generated/types/BasicAppUpdateRepresentation.d.ts +28 -0
  68. package/dist/es/es2018/types/src/generated/types/ChainDefinitionInputRepresentation.d.ts +34 -0
  69. package/dist/es/es2018/types/src/generated/types/ChainDefinitionRepresentation.d.ts +37 -0
  70. package/dist/es/es2018/types/src/generated/types/DailyScheduledItemRepresentation.d.ts +26 -0
  71. package/dist/es/es2018/types/src/generated/types/GuidancePanelRepresentation.d.ts +34 -0
  72. package/dist/es/es2018/types/src/generated/types/HourlyScheduledItemRepresentation.d.ts +33 -0
  73. package/dist/es/es2018/types/src/generated/types/ImageReferenceRepresentation.d.ts +40 -0
  74. package/dist/es/es2018/types/src/generated/types/InstalledAssetCollectionRepresentation.d.ts +39 -0
  75. package/dist/es/es2018/types/src/generated/types/NavigationPanelRepresentation.d.ts +28 -0
  76. package/dist/es/es2018/types/src/generated/types/PageNavigationInfoRepresentation.d.ts +31 -0
  77. package/dist/es/es2018/types/src/generated/types/ReleaseInfoInputRepresentation.d.ts +31 -0
  78. package/dist/es/es2018/types/src/generated/types/ReleaseInfoRepresentation.d.ts +31 -0
  79. package/dist/es/es2018/types/src/generated/types/RuleInfoInputRepresentation.d.ts +31 -0
  80. package/dist/es/es2018/types/src/generated/types/RuleInfoRepresentation.d.ts +31 -0
  81. package/dist/es/es2018/types/src/generated/types/ScheduledItemRepresentation.d.ts +41 -0
  82. package/dist/es/es2018/types/src/generated/types/ScheduledTimeRepresentation.d.ts +34 -0
  83. package/dist/es/es2018/types/src/generated/types/ScheduledTimezoneRepresentation.d.ts +34 -0
  84. package/dist/es/es2018/types/src/generated/types/StaticResourceReferenceRepresentation.d.ts +40 -0
  85. package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +39 -0
  86. package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +52 -0
  87. package/dist/es/es2018/types/src/generated/types/TemplateIconsInputRepresentation.d.ts +33 -0
  88. package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +35 -0
  89. package/dist/es/es2018/types/src/generated/types/TemplateImageInputRepresentation.d.ts +31 -0
  90. package/dist/es/es2018/types/src/generated/types/TemplateImageRepresentation.d.ts +34 -0
  91. package/dist/es/es2018/types/src/generated/types/TemplateInputRepresentation.d.ts +84 -0
  92. package/dist/es/es2018/types/src/generated/types/TemplateReadinessInputRepresentation.d.ts +35 -0
  93. package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +37 -0
  94. package/dist/es/es2018/types/src/generated/types/TemplateReadinessRepresentation.d.ts +58 -0
  95. package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +112 -0
  96. package/dist/es/es2018/types/src/generated/types/TemplateTagCollectionInputRepresentation.d.ts +32 -0
  97. package/dist/es/es2018/types/src/generated/types/TemplateTagCollectionRepresentation.d.ts +45 -0
  98. package/dist/es/es2018/types/src/generated/types/TemplateUpdateRepresentation.d.ts +41 -0
  99. package/dist/es/es2018/types/src/generated/types/TemplatedAssetCollectionRepresentation.d.ts +39 -0
  100. package/dist/es/es2018/types/src/generated/types/TemplatedAssetRepresentation.d.ts +53 -0
  101. package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +37 -0
  102. package/dist/es/es2018/types/src/generated/types/UserRepresentation.d.ts +34 -0
  103. package/dist/es/es2018/types/src/generated/types/WeeklyScheduledItemRepresentation.d.ts +30 -0
  104. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  105. package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
  106. package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/onFetchResponseError.d.ts +4 -0
  107. package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/onFetchResponseSuccess.d.ts +5 -0
  108. package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
  109. package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
  110. package/package.json +76 -0
  111. package/sfdc/index.d.ts +1 -0
  112. package/sfdc/index.js +8391 -0
  113. package/src/raml/api.raml +1503 -0
  114. package/src/raml/luvio.raml +179 -0
@@ -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,41 @@
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 = "c60ada873315c00fdc12402337ca6dd7";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AppUpdateRepresentation, existing: AppUpdateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppUpdateRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AppUpdateRepresentationNormalized, incoming: AppUpdateRepresentationNormalized): 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: AppUpdateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for updating/reconfiguring an app from a template.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AppUpdateRepresentationNormalized {
17
+ /** Specifies the runtime logging level for debug. */
18
+ logLevel?: string;
19
+ /** The runtime method async or sync */
20
+ runtimeMethod?: string;
21
+ /** Template Id from which the app was created from. */
22
+ templateSourceId: string;
23
+ /** The runtime template values to use during application upgrade */
24
+ templateValues?: {
25
+ [key: string]: unknown;
26
+ };
27
+ }
28
+ /**
29
+ * Input representation for updating/reconfiguring an app from a template.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface AppUpdateRepresentation {
35
+ logLevel?: string;
36
+ runtimeMethod?: string;
37
+ templateSourceId: string;
38
+ templateValues?: {
39
+ [key: string]: unknown;
40
+ };
41
+ }
@@ -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 = "1a10175fcc2ad43823e47bfbbdf917f6";
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
+ appId: 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
+ * appId (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
+ * appId (string): appId
47
+ */
48
+ export interface AssetCollectionRepresentation {
49
+ appId: string;
50
+ assets: Array<AssetRepresentation_AssetRepresentation>;
51
+ }
@@ -0,0 +1,46 @@
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 = "4e4d3b83f954476dcc4a4dfdeec4644e";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: AssetInputRepresentation, existing: AssetInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AssetInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: AssetInputRepresentationNormalized, incoming: AssetInputRepresentationNormalized): 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: AssetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for creating library assets from a template.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface AssetInputRepresentationNormalized {
17
+ /** App Id this asset belongs to */
18
+ appId?: string;
19
+ /** Primary Id or devname of the asset */
20
+ assetIdOrName1: string;
21
+ /** Secondary Id or devname of the asset */
22
+ assetIdOrName2?: string | null;
23
+ /** tertiary Id or devname of the asset. */
24
+ assetIdOrName3?: string | null;
25
+ /** Template Asset name associated with this asset */
26
+ templateAssetSourceName?: string | null;
27
+ /** App or Component Template Id where this asset was created from */
28
+ templateSourceId?: string | null;
29
+ /** Asset Type */
30
+ type?: string | null;
31
+ }
32
+ /**
33
+ * Input representation for creating library assets from a template.
34
+ *
35
+ * Keys:
36
+ * (none)
37
+ */
38
+ export interface AssetInputRepresentation {
39
+ appId?: string;
40
+ assetIdOrName1: string;
41
+ assetIdOrName2?: string | null;
42
+ assetIdOrName3?: string | null;
43
+ templateAssetSourceName?: string | null;
44
+ templateSourceId?: string | null;
45
+ type?: string | null;
46
+ }
@@ -0,0 +1,59 @@
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 = "b91a35834fb34f4f6cede2d5dc29dc5d";
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 App ID associated with this */
28
+ appId: string;
29
+ /** The primary ID or Name of the asset */
30
+ assetIdOrName: string;
31
+ /** The secondary ID or Name of the asset */
32
+ assetIdOrName2: string | null;
33
+ /** The tertiary ID or Name of the asset */
34
+ assetIdOrName3: string | null;
35
+ /** The ID of the asset association. */
36
+ id: string;
37
+ /** The template asset name this asset was created from. */
38
+ templateAssetSourceName: string | null;
39
+ /** The template this asset was created from */
40
+ templateSourceId: string | null;
41
+ /** The asset type. */
42
+ type: string | null;
43
+ }
44
+ /**
45
+ * Representation for a single template.
46
+ *
47
+ * Keys:
48
+ * id (string): id
49
+ */
50
+ export interface AssetRepresentation {
51
+ appId: string;
52
+ assetIdOrName: string;
53
+ assetIdOrName2: string | null;
54
+ assetIdOrName3: string | null;
55
+ id: string;
56
+ templateAssetSourceName: string | null;
57
+ templateSourceId: string | null;
58
+ type: string | null;
59
+ }
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "7b30279fce0b076509a0a8cca011e85c";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: BasicAppUpdateRepresentation, existing: BasicAppUpdateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): BasicAppUpdateRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: BasicAppUpdateRepresentationNormalized, incoming: BasicAppUpdateRepresentationNormalized): 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: BasicAppUpdateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for updating a basic app from a list of asset ids.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface BasicAppUpdateRepresentationNormalized {
17
+ /** The asset Ids to associate with the app. */
18
+ assetIds: Array<string>;
19
+ }
20
+ /**
21
+ * Input representation for updating a basic app from a list of asset ids.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface BasicAppUpdateRepresentation {
27
+ assetIds: Array<string>;
28
+ }
@@ -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,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 = "37cd2df78831b62dfcd672b30f4ca0eb";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ChainDefinitionRepresentation, existing: ChainDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ChainDefinitionRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ChainDefinitionRepresentationNormalized, incoming: ChainDefinitionRepresentationNormalized): 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: ChainDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * chain definition.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ChainDefinitionRepresentationNormalized {
17
+ /** The domino chain id. */
18
+ dominoChainId: string | null;
19
+ /** The file. */
20
+ file: string;
21
+ /** The name. */
22
+ name: string | null;
23
+ /** The chain type. */
24
+ type: string;
25
+ }
26
+ /**
27
+ * chain definition.
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface ChainDefinitionRepresentation {
33
+ dominoChainId: string | null;
34
+ file: string;
35
+ name: string | null;
36
+ type: string;
37
+ }
@@ -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,34 @@
1
+ import { ImageReferenceRepresentation as ImageReferenceRepresentation_ImageReferenceRepresentation } from './ImageReferenceRepresentation';
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 = "86de998fed5be771d0024e692d48ea17";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: GuidancePanelRepresentation, existing: GuidancePanelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): GuidancePanelRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: GuidancePanelRepresentationNormalized, incoming: GuidancePanelRepresentationNormalized): 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: GuidancePanelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Configuration for the guidance panel on wizard pages
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface GuidancePanelRepresentationNormalized {
18
+ backgroundImage?: ImageReferenceRepresentation_ImageReferenceRepresentation;
19
+ /** The items to display in the guidance panel. */
20
+ items: Array<unknown>;
21
+ /** The top title for the guidance panel. */
22
+ title: string | null;
23
+ }
24
+ /**
25
+ * Configuration for the guidance panel on wizard pages
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface GuidancePanelRepresentation {
31
+ backgroundImage?: ImageReferenceRepresentation_ImageReferenceRepresentation;
32
+ items: Array<unknown>;
33
+ title: string | null;
34
+ }
@@ -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,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 = "c0e40695f975d64bf46ee8f48e2b5f38";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ImageReferenceRepresentation, existing: ImageReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ImageReferenceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ImageReferenceRepresentationNormalized, incoming: ImageReferenceRepresentationNormalized): 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: ImageReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Image reference representation.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ImageReferenceRepresentationNormalized {
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
+ * Image reference representation.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface ImageReferenceRepresentation {
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 { AssetRepresentation as AssetRepresentation_AssetRepresentation } from './AssetRepresentation';
3
+ export declare const TTL = 5000;
4
+ export declare const VERSION = "4b0d1bee319e31459f529b802621d6b8";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: InstalledAssetCollectionRepresentation, existing: InstalledAssetCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InstalledAssetCollectionRepresentationNormalized;
8
+ export interface DynamicIngestParams {
9
+ assets: $64$luvio_engine_ResourceIngest;
10
+ }
11
+ export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: InstalledAssetCollectionRepresentation, existing: InstalledAssetCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => InstalledAssetCollectionRepresentationNormalized;
12
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
13
+ export interface DynamicSelectParams {
14
+ assets?: $64$luvio_engine_LinkSelection;
15
+ }
16
+ export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
17
+ export declare function equals(existing: InstalledAssetCollectionRepresentationNormalized, incoming: InstalledAssetCollectionRepresentationNormalized): 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: InstalledAssetCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
20
+ export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
21
+ /**
22
+ * Representation list of assets associated with an app
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface InstalledAssetCollectionRepresentationNormalized {
28
+ /** The collection of assets associated with an app - may or may not be created from template */
29
+ assets: Array<$64$luvio_engine_StoreLink>;
30
+ }
31
+ /**
32
+ * Representation list of assets associated with an app
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface InstalledAssetCollectionRepresentation {
38
+ assets: Array<AssetRepresentation_AssetRepresentation>;
39
+ }
@@ -0,0 +1,28 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "7079de4d1fb30194c876bf96bc3a9bd6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NavigationPanelRepresentation, existing: NavigationPanelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NavigationPanelRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NavigationPanelRepresentationNormalized, incoming: NavigationPanelRepresentationNormalized): 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: NavigationPanelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Configuration for the navigation panel in the wizard
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface NavigationPanelRepresentationNormalized {
17
+ /** The title to display in the pane. */
18
+ title: string;
19
+ }
20
+ /**
21
+ * Configuration for the navigation panel in the wizard
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface NavigationPanelRepresentation {
27
+ title: string;
28
+ }
@@ -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 = "2b610c7d0fed9bdeadbaf55f22f4bfff";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: PageNavigationInfoRepresentation, existing: PageNavigationInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PageNavigationInfoRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: PageNavigationInfoRepresentationNormalized, incoming: PageNavigationInfoRepresentationNormalized): 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: PageNavigationInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Configuration for how a page appears in the navigation panel
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface PageNavigationInfoRepresentationNormalized {
17
+ /** The label to display for the pane in the navigation panel. */
18
+ label?: string;
19
+ /** The label for the parent node of this page in the navigation panel. */
20
+ parentLabel?: string;
21
+ }
22
+ /**
23
+ * Configuration for how a page appears in the navigation panel
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface PageNavigationInfoRepresentation {
29
+ label?: string;
30
+ parentLabel?: 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
+ }