@salesforce/lds-adapters-analytics-app-framework 1.412.0 → 1.413.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { UserRepresentation as UserRepresentation_UserRepresentation } from './UserRepresentation';
|
|
2
|
-
import { AppScheduleRepresentation as AppScheduleRepresentation_AppScheduleRepresentation } from './AppScheduleRepresentation';
|
|
3
2
|
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
3
|
export declare const TTL = 5000;
|
|
5
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "e0929aeaae1c5564782753a4f729c815";
|
|
6
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
6
|
export declare const RepresentationType: string;
|
|
8
7
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -28,6 +27,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
28
27
|
export interface AppRepresentationNormalized {
|
|
29
28
|
/** Url to get collection of most recent installation activities */
|
|
30
29
|
activitiesUrl: string;
|
|
30
|
+
/** The asset version of the template used to create this app. */
|
|
31
|
+
appAssetVersion: number | null;
|
|
31
32
|
/** The status of this app. */
|
|
32
33
|
applicationStatus: string;
|
|
33
34
|
/** A link to the App Assets. */
|
|
@@ -52,8 +53,6 @@ export interface AppRepresentationNormalized {
|
|
|
52
53
|
name: string;
|
|
53
54
|
/** A link to rerun the Data Assets and refresh the data */
|
|
54
55
|
refreshUrl: string;
|
|
55
|
-
/** The refresh schedule for this app. */
|
|
56
|
-
schedule: AppScheduleRepresentation_AppScheduleRepresentation | null;
|
|
57
56
|
/** The ID od the template used to create this app. */
|
|
58
57
|
templateSourceId: string | null;
|
|
59
58
|
/** The subtype of the template used to create the app. */
|
|
@@ -79,6 +78,7 @@ export interface AppRepresentationNormalized {
|
|
|
79
78
|
*/
|
|
80
79
|
export interface AppRepresentation {
|
|
81
80
|
activitiesUrl: string;
|
|
81
|
+
appAssetVersion: number | null;
|
|
82
82
|
applicationStatus: string;
|
|
83
83
|
assetUrl: string;
|
|
84
84
|
createdBy: UserRepresentation_UserRepresentation;
|
|
@@ -92,7 +92,6 @@ export interface AppRepresentation {
|
|
|
92
92
|
latestActivityUrl: string;
|
|
93
93
|
name: string;
|
|
94
94
|
refreshUrl: string;
|
|
95
|
-
schedule: AppScheduleRepresentation_AppScheduleRepresentation | null;
|
|
96
95
|
templateSourceId: string | null;
|
|
97
96
|
templateSubtype: string | null;
|
|
98
97
|
templateType: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-app-framework",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.413.0",
|
|
4
4
|
"description": "APIs for the app-framework",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/analytics-app-framework.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.413.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.413.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|