@salesforce/lds-adapters-analytics-app-framework 1.330.0 → 1.332.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.
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "bb4d09952a56bda54a748540e67434bf";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: StaticResourceReferenceRepresentation, existing: StaticResourceReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): StaticResourceReferenceRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: StaticResourceReferenceRepresentationNormalized, incoming: StaticResourceReferenceRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: StaticResourceReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Static Resource reference representation.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface StaticResourceReferenceRepresentationNormalized {
17
+ /** The 18 character ID of the asset. */
18
+ id?: string;
19
+ /** The asset label. */
20
+ label?: string;
21
+ /** The asset developer name. */
22
+ name?: string;
23
+ /** The namespace that qualifies the asset name */
24
+ namespace?: string;
25
+ /** The asset URL. */
26
+ url?: string;
27
+ }
28
+ /**
29
+ * Static Resource reference representation.
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface StaticResourceReferenceRepresentation {
35
+ id?: string;
36
+ label?: string;
37
+ name?: string;
38
+ namespace?: string;
39
+ url?: string;
40
+ }
@@ -1,7 +1,7 @@
1
- import { NamespacedReferenceRepresentation as NamespacedReferenceRepresentation_NamespacedReferenceRepresentation } from './NamespacedReferenceRepresentation';
1
+ import { ImageReferenceRepresentation as ImageReferenceRepresentation_ImageReferenceRepresentation } from './ImageReferenceRepresentation';
2
2
  import { TemplatePreviewRepresentation as TemplatePreviewRepresentation_TemplatePreviewRepresentation } from './TemplatePreviewRepresentation';
3
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 = "4362781f3ea62156ea92762775a5f94a";
4
+ export declare const VERSION = "60cbf330de3d87a0dfeedb031eb8751c";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export declare function normalize(input: TemplateIconsRepresentation, existing: TemplateIconsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateIconsRepresentationNormalized;
@@ -17,9 +17,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
17
17
  */
18
18
  export interface TemplateIconsRepresentationNormalized {
19
19
  /** The app badge. */
20
- appBadge: NamespacedReferenceRepresentation_NamespacedReferenceRepresentation | null;
20
+ appBadge: ImageReferenceRepresentation_ImageReferenceRepresentation | null;
21
21
  /** The template badge. */
22
- templateBadge: NamespacedReferenceRepresentation_NamespacedReferenceRepresentation | null;
22
+ templateBadge: ImageReferenceRepresentation_ImageReferenceRepresentation | null;
23
23
  /** The template previews. */
24
24
  templatePreviews: Array<TemplatePreviewRepresentation_TemplatePreviewRepresentation>;
25
25
  }
@@ -30,7 +30,7 @@ export interface TemplateIconsRepresentationNormalized {
30
30
  * (none)
31
31
  */
32
32
  export interface TemplateIconsRepresentation {
33
- appBadge: NamespacedReferenceRepresentation_NamespacedReferenceRepresentation | null;
34
- templateBadge: NamespacedReferenceRepresentation_NamespacedReferenceRepresentation | null;
33
+ appBadge: ImageReferenceRepresentation_ImageReferenceRepresentation | null;
34
+ templateBadge: ImageReferenceRepresentation_ImageReferenceRepresentation | null;
35
35
  templatePreviews: Array<TemplatePreviewRepresentation_TemplatePreviewRepresentation>;
36
36
  }
@@ -1,5 +1,5 @@
1
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 = "2210e4833cb0a44ff2a9b6d5473091d4";
2
+ export declare const VERSION = "03654b29de6009c4d1dd92d0cd14994f";
3
3
  export declare function validate(obj: any, path?: string): TypeError | null;
4
4
  export declare const RepresentationType: string;
5
5
  export declare function normalize(input: TemplatePreviewRepresentation, existing: TemplatePreviewRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplatePreviewRepresentationNormalized;
@@ -16,12 +16,16 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
16
  export interface TemplatePreviewRepresentationNormalized {
17
17
  /** The preview description. */
18
18
  description: string | null;
19
- /** The preview label. */
19
+ /** The 18 character ID of the asset. */
20
+ id: string | null;
21
+ /** The asset label. */
20
22
  label: string | null;
21
- /** The preview name. */
22
- name: string;
23
- /** The preview namespace. */
23
+ /** The asset developer name. */
24
+ name: string | null;
25
+ /** The namespace that qualifies the asset name */
24
26
  namespace: string | null;
27
+ /** The asset URL. */
28
+ url: string | null;
25
29
  }
26
30
  /**
27
31
  * template preview.
@@ -31,7 +35,9 @@ export interface TemplatePreviewRepresentationNormalized {
31
35
  */
32
36
  export interface TemplatePreviewRepresentation {
33
37
  description: string | null;
38
+ id: string | null;
34
39
  label: string | null;
35
- name: string;
40
+ name: string | null;
36
41
  namespace: string | null;
42
+ url: string | null;
37
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-app-framework",
3
- "version": "1.330.0",
3
+ "version": "1.332.0-dev1",
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.330.0"
43
+ "@salesforce/lds-bindings": "^1.332.0-dev1"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.330.0"
46
+ "@salesforce/lds-compiler-plugins": "^1.332.0-dev1"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {