@salesforce/lds-adapters-analytics-app-framework 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-app-framework.js +7908 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createApp.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/createAppAsset.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/createTemplate.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteApp.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteAppAsset.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteTemplate.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/getApp.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppActivities.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppActivity.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppAsset.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getAppAssets.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getApps.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getInstalledAssets.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTags.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplate.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplateAssets.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplateConfig.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getTemplates.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/readinessCheck.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/setTags.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/updateApp.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/adapters/updateAppAsset.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/updateBasicApp.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateTemplate.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkAppsByAppIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkApps.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsActivitiesByAppIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsActivitiesByAppIdOrApiNameAndId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsAssetsByAppIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkAppsByAppIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkInstalledAssets.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplates.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesAssetsByTemplateIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesConfigurationByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getAppFrameworkTemplatesTagsByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchAppFrameworkAppsAssetsByAppIdOrApiNameAndAppAssetId.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/patchAppFrameworkTemplatesByTemplateIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkApps.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkAppsAssetsByAppIdOrApiName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkAppsUpdateBasicAppByAppIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkTemplates.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/resources/postAppFrameworkTemplatesReadinessByTemplateIdOrApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/putAppFrameworkAppsByAppIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/putAppFrameworkTemplatesTagsByTemplateIdOrApiName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/types/AppActivityCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/AppActivityItemInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AppActivityItemRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/AppCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AppDetailsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppInputRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/AppRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/AppResultRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/AppScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/AppUpdateRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/AssetCollectionRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/AssetInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/AssetRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/BasicAppUpdateRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ChainDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ChainDefinitionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/DailyScheduledItemRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/GuidancePanelRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/HourlyScheduledItemRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ImageReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/InstalledAssetCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/NavigationPanelRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PageNavigationInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ReleaseInfoInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ReleaseInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RuleInfoInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RuleInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ScheduledItemRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ScheduledTimeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ScheduledTimezoneRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/StaticResourceReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TemplateImageInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TemplateImageRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TemplateInputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +112 -0
- package/dist/es/es2018/types/src/generated/types/TemplateTagCollectionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateTagCollectionRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/TemplateUpdateRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TemplatedAssetCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/TemplatedAssetRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/UserRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WeeklyScheduledItemRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getTemplate/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +8391 -0
- package/src/raml/api.raml +1503 -0
- package/src/raml/luvio.raml +179 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { AppResultRepresentation as types_AppResultRepresentation_AppResultRepresentation } from '../types/AppResultRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
body: {
|
|
5
|
+
assetIcon?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
label: string;
|
|
8
|
+
logLevel?: string;
|
|
9
|
+
name: string;
|
|
10
|
+
runtimeMethod?: string;
|
|
11
|
+
templateSourceId?: string;
|
|
12
|
+
templateSubtype?: string;
|
|
13
|
+
templateType?: string;
|
|
14
|
+
templateValues?: {
|
|
15
|
+
[key: string]: unknown;
|
|
16
|
+
};
|
|
17
|
+
templateVersion?: string;
|
|
18
|
+
assetIds?: Array<string>;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
22
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AppResultRepresentation_AppResultRepresentation): void;
|
|
23
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppResultRepresentation_AppResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AppResultRepresentation_AppResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AppResultRepresentation_AppResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AppResultRepresentation_AppResultRepresentation, any>;
|
|
24
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
25
|
+
export default createResourceRequest;
|
package/dist/es/es2018/types/src/generated/resources/postAppFrameworkAppsAssetsByAppIdOrApiName.d.ts
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { AssetRepresentation as types_AssetRepresentation_AssetRepresentation } from '../types/AssetRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
appIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
appId?: string;
|
|
9
|
+
assetIdOrName1: string;
|
|
10
|
+
assetIdOrName2?: string | null;
|
|
11
|
+
assetIdOrName3?: string | null;
|
|
12
|
+
templateAssetSourceName?: string | null;
|
|
13
|
+
templateSourceId?: string | null;
|
|
14
|
+
type?: string | null;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AssetRepresentation_AssetRepresentation): void;
|
|
19
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AssetRepresentation_AssetRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AssetRepresentation_AssetRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AssetRepresentation_AssetRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AssetRepresentation_AssetRepresentation, any>;
|
|
20
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
21
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { AppResultRepresentation as types_AppResultRepresentation_AppResultRepresentation } from '../types/AppResultRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
appIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
assetIds: Array<string>;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
12
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AppResultRepresentation_AppResultRepresentation): void;
|
|
13
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppResultRepresentation_AppResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AppResultRepresentation_AppResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AppResultRepresentation_AppResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AppResultRepresentation_AppResultRepresentation, any>;
|
|
14
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
15
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { ChainDefinitionInputRepresentation as types_ChainDefinitionInputRepresentation_ChainDefinitionInputRepresentation } from '../types/ChainDefinitionInputRepresentation';
|
|
2
|
+
import { TemplateIconsInputRepresentation as types_TemplateIconsInputRepresentation_TemplateIconsInputRepresentation } from '../types/TemplateIconsInputRepresentation';
|
|
3
|
+
import { ReleaseInfoInputRepresentation as types_ReleaseInfoInputRepresentation_ReleaseInfoInputRepresentation } from '../types/ReleaseInfoInputRepresentation';
|
|
4
|
+
import { RuleInfoInputRepresentation as types_RuleInfoInputRepresentation_RuleInfoInputRepresentation } from '../types/RuleInfoInputRepresentation';
|
|
5
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
6
|
+
import { TemplateRepresentation as types_TemplateRepresentation_TemplateRepresentation } from '../types/TemplateRepresentation';
|
|
7
|
+
export interface ResourceRequestConfig {
|
|
8
|
+
body: {
|
|
9
|
+
applicationSourceId?: string;
|
|
10
|
+
assetVersion?: number;
|
|
11
|
+
chainDefinitions?: Array<types_ChainDefinitionInputRepresentation_ChainDefinitionInputRepresentation>;
|
|
12
|
+
description?: string;
|
|
13
|
+
icons?: types_TemplateIconsInputRepresentation_TemplateIconsInputRepresentation;
|
|
14
|
+
id?: string;
|
|
15
|
+
label: string;
|
|
16
|
+
layoutDefinition?: string;
|
|
17
|
+
maxAppCount?: number;
|
|
18
|
+
name: string;
|
|
19
|
+
namespace?: string;
|
|
20
|
+
releaseInfo?: types_ReleaseInfoInputRepresentation_ReleaseInfoInputRepresentation;
|
|
21
|
+
rules?: Array<types_RuleInfoInputRepresentation_RuleInfoInputRepresentation>;
|
|
22
|
+
tags?: {
|
|
23
|
+
[key: string]: unknown;
|
|
24
|
+
};
|
|
25
|
+
templateSubtype?: string;
|
|
26
|
+
templateType: string;
|
|
27
|
+
variableDefinition?: string;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
31
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TemplateRepresentation_TemplateRepresentation): void;
|
|
32
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TemplateRepresentation_TemplateRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_TemplateRepresentation_TemplateRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_TemplateRepresentation_TemplateRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_TemplateRepresentation_TemplateRepresentation, any>;
|
|
33
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
34
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { TemplateReadinessRepresentation as types_TemplateReadinessRepresentation_TemplateReadinessRepresentation } from '../types/TemplateReadinessRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
templateIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
logLevel?: string;
|
|
9
|
+
templateValues?: {
|
|
10
|
+
[key: string]: unknown;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
15
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TemplateReadinessRepresentation_TemplateReadinessRepresentation): void;
|
|
16
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TemplateReadinessRepresentation_TemplateReadinessRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_TemplateReadinessRepresentation_TemplateReadinessRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_TemplateReadinessRepresentation_TemplateReadinessRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_TemplateReadinessRepresentation_TemplateReadinessRepresentation, any>;
|
|
17
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
18
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { AppResultRepresentation as types_AppResultRepresentation_AppResultRepresentation } from '../types/AppResultRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
appIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
logLevel?: string;
|
|
9
|
+
runtimeMethod?: string;
|
|
10
|
+
templateSourceId: string;
|
|
11
|
+
templateValues?: {
|
|
12
|
+
[key: string]: unknown;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_AppResultRepresentation_AppResultRepresentation): void;
|
|
18
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_AppResultRepresentation_AppResultRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_AppResultRepresentation_AppResultRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_AppResultRepresentation_AppResultRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_AppResultRepresentation_AppResultRepresentation, any>;
|
|
19
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
20
|
+
export default createResourceRequest;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
|
|
2
|
+
import { TemplateTagCollectionRepresentation as types_TemplateTagCollectionRepresentation_TemplateTagCollectionRepresentation } from '../types/TemplateTagCollectionRepresentation';
|
|
3
|
+
export interface ResourceRequestConfig {
|
|
4
|
+
urlParams: {
|
|
5
|
+
templateIdOrApiName: string;
|
|
6
|
+
};
|
|
7
|
+
body: {
|
|
8
|
+
tags?: {
|
|
9
|
+
[key: string]: unknown;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
|
|
14
|
+
export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_TemplateTagCollectionRepresentation_TemplateTagCollectionRepresentation): void;
|
|
15
|
+
export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TemplateTagCollectionRepresentation_TemplateTagCollectionRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_TemplateTagCollectionRepresentation_TemplateTagCollectionRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_TemplateTagCollectionRepresentation_TemplateTagCollectionRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_TemplateTagCollectionRepresentation_TemplateTagCollectionRepresentation, any>;
|
|
16
|
+
export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
|
|
17
|
+
export default createResourceRequest;
|
|
@@ -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 { AppActivityItemRepresentation as AppActivityItemRepresentation_AppActivityItemRepresentation } from './AppActivityItemRepresentation';
|
|
3
|
+
export declare const TTL = 5000;
|
|
4
|
+
export declare const VERSION = "e0f049ec23678e696fb7c592c9641c65";
|
|
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 AppActivityCollectionRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialAppActivityCollectionRepresentationNormalizedKeyMetadata = 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): AppActivityCollectionRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AppActivityCollectionRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AppActivityCollectionRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: AppActivityCollectionRepresentation, existing: AppActivityCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppActivityCollectionRepresentationNormalized;
|
|
17
|
+
export interface DynamicIngestParams {
|
|
18
|
+
items: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
}
|
|
20
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: AppActivityCollectionRepresentation, existing: AppActivityCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => AppActivityCollectionRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
22
|
+
export interface DynamicSelectParams {
|
|
23
|
+
items?: $64$luvio_engine_LinkSelection;
|
|
24
|
+
}
|
|
25
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
26
|
+
export declare function equals(existing: AppActivityCollectionRepresentationNormalized, incoming: AppActivityCollectionRepresentationNormalized): 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: AppActivityCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
29
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for an app's activity or history records.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* appId (string): appId
|
|
35
|
+
*/
|
|
36
|
+
export interface AppActivityCollectionRepresentationNormalized {
|
|
37
|
+
/** The ID or fully qualified API name of the app to which these activities belong. */
|
|
38
|
+
appId: string;
|
|
39
|
+
/** The collection of app activity records. */
|
|
40
|
+
items: Array<$64$luvio_engine_StoreLink>;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Representation for an app's activity or history records.
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* appId (string): appId
|
|
47
|
+
*/
|
|
48
|
+
export interface AppActivityCollectionRepresentation {
|
|
49
|
+
appId: string;
|
|
50
|
+
items: Array<AppActivityItemRepresentation_AppActivityItemRepresentation>;
|
|
51
|
+
}
|
|
@@ -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 = "cbf2012245894c6661adce6764e21db8";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppActivityItemInputRepresentation, existing: AppActivityItemInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppActivityItemInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppActivityItemInputRepresentationNormalized, incoming: AppActivityItemInputRepresentationNormalized): 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: AppActivityItemInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for creating an app activity record.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppActivityItemInputRepresentationNormalized {
|
|
17
|
+
/** The type of application activity. */
|
|
18
|
+
activityType: string;
|
|
19
|
+
/** The application id. */
|
|
20
|
+
appId: string;
|
|
21
|
+
/** The associated domino runtime request id. */
|
|
22
|
+
dominoRuntimeRequestId: string;
|
|
23
|
+
/** Id of the application activity. */
|
|
24
|
+
id: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation for creating an app activity record.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface AppActivityItemInputRepresentation {
|
|
33
|
+
activityType: string;
|
|
34
|
+
appId: string;
|
|
35
|
+
dominoRuntimeRequestId: string;
|
|
36
|
+
id: string;
|
|
37
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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 = "b8e879a936b5069ec247355c66198ca7";
|
|
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
|
+
appId: string;
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type AppActivityItemRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialAppActivityItemRepresentationNormalizedKeyMetadata = 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): AppActivityItemRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: AppActivityItemRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: AppActivityItemRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: AppActivityItemRepresentation, existing: AppActivityItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppActivityItemRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: AppActivityItemRepresentationNormalized, incoming: AppActivityItemRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppActivityItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Representation for a single app activity record.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* appId (string): appId
|
|
26
|
+
* id (string): id
|
|
27
|
+
*/
|
|
28
|
+
export interface AppActivityItemRepresentationNormalized {
|
|
29
|
+
/** The type of the app activity item. */
|
|
30
|
+
activityType: string;
|
|
31
|
+
/** The application id of the activity record. */
|
|
32
|
+
appId: string;
|
|
33
|
+
/** The ID of the app activity item record. */
|
|
34
|
+
id: string;
|
|
35
|
+
/** The associated domino runtime request associated with the app activity item record. */
|
|
36
|
+
runtimeRequest: {
|
|
37
|
+
[key: string]: unknown;
|
|
38
|
+
};
|
|
39
|
+
/** The url for the app activity item. */
|
|
40
|
+
url: string;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Representation for a single app activity record.
|
|
44
|
+
*
|
|
45
|
+
* Keys:
|
|
46
|
+
* appId (string): appId
|
|
47
|
+
* id (string): id
|
|
48
|
+
*/
|
|
49
|
+
export interface AppActivityItemRepresentation {
|
|
50
|
+
activityType: string;
|
|
51
|
+
appId: string;
|
|
52
|
+
id: string;
|
|
53
|
+
runtimeRequest: {
|
|
54
|
+
[key: string]: unknown;
|
|
55
|
+
};
|
|
56
|
+
url: string;
|
|
57
|
+
}
|
|
@@ -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 { AppRepresentation as AppRepresentation_AppRepresentation } from './AppRepresentation';
|
|
3
|
+
export declare const TTL = 5000;
|
|
4
|
+
export declare const VERSION = "2dd7266897d8b84ea0207582ca533d29";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AppCollectionRepresentation, existing: AppCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppCollectionRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
apps: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: AppCollectionRepresentation, existing: AppCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => AppCollectionRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
apps?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: AppCollectionRepresentationNormalized, incoming: AppCollectionRepresentationNormalized): 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: AppCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* Representation for Next Gen applications.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface AppCollectionRepresentationNormalized {
|
|
28
|
+
/** The collection of applications available within this organization. */
|
|
29
|
+
apps: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Representation for Next Gen applications.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface AppCollectionRepresentation {
|
|
38
|
+
apps: Array<AppRepresentation_AppRepresentation>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { GuidancePanelRepresentation as GuidancePanelRepresentation_GuidancePanelRepresentation } from './GuidancePanelRepresentation';
|
|
2
|
+
import { PageNavigationInfoRepresentation as PageNavigationInfoRepresentation_PageNavigationInfoRepresentation } from './PageNavigationInfoRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "716884173ba0941453219096e1a56dc9";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: AppDetailsRepresentation, existing: AppDetailsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppDetailsRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: AppDetailsRepresentationNormalized, incoming: AppDetailsRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: AppDetailsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Configuration for the app details page in the wizard
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface AppDetailsRepresentationNormalized {
|
|
19
|
+
guidancePanel?: GuidancePanelRepresentation_GuidancePanelRepresentation;
|
|
20
|
+
navigation?: PageNavigationInfoRepresentation_PageNavigationInfoRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Configuration for the app details page in the wizard
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface AppDetailsRepresentation {
|
|
29
|
+
guidancePanel?: GuidancePanelRepresentation_GuidancePanelRepresentation;
|
|
30
|
+
navigation?: PageNavigationInfoRepresentation_PageNavigationInfoRepresentation;
|
|
31
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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 = "1223827db48a6f6d70303143ea958773";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: AppInputRepresentation, existing: AppInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): AppInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: AppInputRepresentationNormalized, incoming: AppInputRepresentationNormalized): 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: AppInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for creating an app from a template.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface AppInputRepresentationNormalized {
|
|
17
|
+
/** The icon enumeration that best represents the new application. Valid values are 1.png through 20.png. */
|
|
18
|
+
assetIcon?: string;
|
|
19
|
+
/** The asset Ids to associate with the app. */
|
|
20
|
+
assetIds?: Array<string>;
|
|
21
|
+
/** The description of the new application. */
|
|
22
|
+
description?: string;
|
|
23
|
+
/** The user-facing name of the new folder or application. */
|
|
24
|
+
label: string;
|
|
25
|
+
/** Specifies the runtime logging level for debug. */
|
|
26
|
+
logLevel?: string;
|
|
27
|
+
/** The internal api name of the new application. */
|
|
28
|
+
name: string;
|
|
29
|
+
/** The runtime method async or sync */
|
|
30
|
+
runtimeMethod?: string;
|
|
31
|
+
/** Template Id from which to create the app. */
|
|
32
|
+
templateSourceId?: string;
|
|
33
|
+
/** The subtype of the template this app was created from */
|
|
34
|
+
templateSubtype?: string;
|
|
35
|
+
/** The type of the template this app was created from */
|
|
36
|
+
templateType?: string;
|
|
37
|
+
/** The runtime template values to use during application creation, as specified by the individual template. */
|
|
38
|
+
templateValues?: {
|
|
39
|
+
[key: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
/** The version of the template this app was created from */
|
|
42
|
+
templateVersion?: string;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Input representation for creating an app from a template.
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* (none)
|
|
49
|
+
*/
|
|
50
|
+
export interface AppInputRepresentation {
|
|
51
|
+
assetIcon?: string;
|
|
52
|
+
assetIds?: Array<string>;
|
|
53
|
+
description?: string;
|
|
54
|
+
label: string;
|
|
55
|
+
logLevel?: string;
|
|
56
|
+
name: string;
|
|
57
|
+
runtimeMethod?: string;
|
|
58
|
+
templateSourceId?: string;
|
|
59
|
+
templateSubtype?: string;
|
|
60
|
+
templateType?: string;
|
|
61
|
+
templateValues?: {
|
|
62
|
+
[key: string]: unknown;
|
|
63
|
+
};
|
|
64
|
+
templateVersion?: string;
|
|
65
|
+
}
|
|
@@ -0,0 +1,102 @@
|
|
|
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 = "83db5eb45b2ef59314498ac2065f8703";
|
|
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
|
+
/** Url to get collection of most recent installation activities */
|
|
30
|
+
activitiesUrl: string;
|
|
31
|
+
/** The status of this app. */
|
|
32
|
+
applicationStatus: string;
|
|
33
|
+
/** A link to the App Assets. */
|
|
34
|
+
assetUrl: string;
|
|
35
|
+
createdBy: UserRepresentation_UserRepresentation;
|
|
36
|
+
/** When this app was created. */
|
|
37
|
+
createdDate: string;
|
|
38
|
+
/** The description of this app. */
|
|
39
|
+
description: string | null;
|
|
40
|
+
/** The ID or fully qualified API name of this app. */
|
|
41
|
+
id: string;
|
|
42
|
+
/** A link to the App History Setup Page. */
|
|
43
|
+
installationHistoryUrl: string;
|
|
44
|
+
/** The label of this app. */
|
|
45
|
+
label: string;
|
|
46
|
+
lastModifiedBy: UserRepresentation_UserRepresentation;
|
|
47
|
+
/** When this app was last modified. */
|
|
48
|
+
lastModifiedDate: string;
|
|
49
|
+
/** Url to get the most recent activity. */
|
|
50
|
+
latestActivityUrl: string;
|
|
51
|
+
/** The dev name of this app. */
|
|
52
|
+
name: string;
|
|
53
|
+
/** A link to rerun the Data Assets and refresh the data */
|
|
54
|
+
refreshUrl: string;
|
|
55
|
+
/** The refresh schedule for this app. */
|
|
56
|
+
schedule: AppScheduleRepresentation_AppScheduleRepresentation | null;
|
|
57
|
+
/** The ID od the template used to create this app. */
|
|
58
|
+
templateSourceId: string | null;
|
|
59
|
+
/** The subtype of the template used to create the app. */
|
|
60
|
+
templateSubtype: string | null;
|
|
61
|
+
/** The type of the template used to create the app. */
|
|
62
|
+
templateType: string;
|
|
63
|
+
/** The Variable Values (Answers to Questions) used to customize the app install. */
|
|
64
|
+
templateValues: {
|
|
65
|
+
[key: string]: unknown;
|
|
66
|
+
};
|
|
67
|
+
/** The version of the template used to create the app. */
|
|
68
|
+
templateVersion: string | null;
|
|
69
|
+
/** A self link to this App */
|
|
70
|
+
url: string;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Representation for a single app.
|
|
74
|
+
*
|
|
75
|
+
* Keys:
|
|
76
|
+
* id (string): id
|
|
77
|
+
*/
|
|
78
|
+
export interface AppRepresentation {
|
|
79
|
+
activitiesUrl: string;
|
|
80
|
+
applicationStatus: string;
|
|
81
|
+
assetUrl: string;
|
|
82
|
+
createdBy: UserRepresentation_UserRepresentation;
|
|
83
|
+
createdDate: string;
|
|
84
|
+
description: string | null;
|
|
85
|
+
id: string;
|
|
86
|
+
installationHistoryUrl: string;
|
|
87
|
+
label: string;
|
|
88
|
+
lastModifiedBy: UserRepresentation_UserRepresentation;
|
|
89
|
+
lastModifiedDate: string;
|
|
90
|
+
latestActivityUrl: string;
|
|
91
|
+
name: string;
|
|
92
|
+
refreshUrl: string;
|
|
93
|
+
schedule: AppScheduleRepresentation_AppScheduleRepresentation | null;
|
|
94
|
+
templateSourceId: string | null;
|
|
95
|
+
templateSubtype: string | null;
|
|
96
|
+
templateType: string;
|
|
97
|
+
templateValues: {
|
|
98
|
+
[key: string]: unknown;
|
|
99
|
+
};
|
|
100
|
+
templateVersion: string | null;
|
|
101
|
+
url: string;
|
|
102
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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 = "3cd3a4ce44c5f52cad5f810dd8ef6467";
|
|
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 Failure message if the app has failed. If this app was created Async it may not have completed yet. */
|
|
40
|
+
failureMessage: string | null;
|
|
41
|
+
/** The Domino Runtime Request. */
|
|
42
|
+
runtimeRequestId: string | null;
|
|
43
|
+
/** The State. */
|
|
44
|
+
state: {
|
|
45
|
+
[key: string]: unknown;
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Representation for the results of an app creation.
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* id (string): app.id
|
|
53
|
+
*/
|
|
54
|
+
export interface AppResultRepresentation {
|
|
55
|
+
app: AppRepresentation_AppRepresentation;
|
|
56
|
+
failureMessage: string | null;
|
|
57
|
+
runtimeRequestId: string | null;
|
|
58
|
+
state: {
|
|
59
|
+
[key: string]: unknown;
|
|
60
|
+
};
|
|
61
|
+
}
|