@salesforce/lds-adapters-analytics-unifiedanalytics 1.447.1 → 1.449.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.
@@ -21,6 +21,7 @@ export interface CreateDataAlertConfig {
21
21
  thresholds?: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
22
22
  utterance: string;
23
23
  agent?: string | null;
24
+ isEnabled?: boolean;
24
25
  }
25
26
  export declare const createResourceParams: (config: CreateDataAlertConfig) => resources_postTableauDataAlerts_ResourceRequestConfig;
26
27
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateDataAlertConfig>): adapter$45$utils_Untrusted<CreateDataAlertConfig>;
@@ -22,6 +22,7 @@ export interface UpdateDataAlertConfig {
22
22
  thresholds?: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
23
23
  utterance: string;
24
24
  agent?: string | null;
25
+ isEnabled?: boolean;
25
26
  }
26
27
  export declare const createResourceParams: (config: UpdateDataAlertConfig) => resources_putTableauDataAlertsByDataAlertId_ResourceRequestConfig;
27
28
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateDataAlertConfig>): adapter$45$utils_Untrusted<UpdateDataAlertConfig>;
@@ -19,6 +19,7 @@ export interface ResourceRequestConfig {
19
19
  thresholds?: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
20
20
  utterance: string;
21
21
  agent?: string | null;
22
+ isEnabled?: boolean;
22
23
  };
23
24
  }
24
25
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -22,6 +22,7 @@ export interface ResourceRequestConfig {
22
22
  thresholds?: types_DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
23
23
  utterance: string;
24
24
  agent?: string | null;
25
+ isEnabled?: boolean;
25
26
  };
26
27
  }
27
28
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -1,6 +1,6 @@
1
1
  import { DataAlertContentInputRepresentation as DataAlertContentInputRepresentation_DataAlertContentInputRepresentation } from './DataAlertContentInputRepresentation';
2
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 = "abfe1c7969bd63fdfc12876ac4e8a8e4";
3
+ export declare const VERSION = "b821566b07418176dbc333e09bdca052";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: DataAlertBriefContentInputRepresentation, existing: DataAlertBriefContentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertBriefContentInputRepresentationNormalized;
@@ -15,6 +15,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  * (none)
16
16
  */
17
17
  export interface DataAlertBriefContentInputRepresentationNormalized extends DataAlertContentInputRepresentation_DataAlertContentInputRepresentation {
18
+ /** Ids or API names of the semantic data models used to generate the brief */
19
+ modelApiNameOrIdList?: Array<string>;
18
20
  /** Skill instruction for the brief content */
19
21
  skillInstruction: string;
20
22
  }
@@ -25,6 +27,7 @@ export interface DataAlertBriefContentInputRepresentationNormalized extends Data
25
27
  * (none)
26
28
  */
27
29
  export interface DataAlertBriefContentInputRepresentation extends DataAlertContentInputRepresentation_DataAlertContentInputRepresentation {
30
+ modelApiNameOrIdList?: Array<string>;
28
31
  skillInstruction: string;
29
32
  type: 'Brief';
30
33
  }
@@ -1,6 +1,6 @@
1
1
  import { DataAlertContentRepresentation as DataAlertContentRepresentation_DataAlertContentRepresentation } from './DataAlertContentRepresentation';
2
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 = "760e7ed9ffcdd364861d28707262bebd";
3
+ export declare const VERSION = "76e4755a7e9893e795ae6a76025894cc";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: DataAlertBriefContentRepresentation, existing: DataAlertBriefContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertBriefContentRepresentationNormalized;
@@ -15,6 +15,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  * (none)
16
16
  */
17
17
  export interface DataAlertBriefContentRepresentationNormalized extends DataAlertContentRepresentation_DataAlertContentRepresentation {
18
+ /** Ids or API names of the semantic data models used to generate the brief */
19
+ modelApiNameOrIdList?: Array<string>;
18
20
  /** Skill instruction for the brief content */
19
21
  skillInstruction: string;
20
22
  }
@@ -25,5 +27,6 @@ export interface DataAlertBriefContentRepresentationNormalized extends DataAlert
25
27
  * (none)
26
28
  */
27
29
  export interface DataAlertBriefContentRepresentation extends DataAlertContentRepresentation_DataAlertContentRepresentation {
30
+ modelApiNameOrIdList?: Array<string>;
28
31
  skillInstruction: string;
29
32
  }
@@ -8,7 +8,7 @@ import { DataAlertMetricContentInputRepresentation as DataAlertMetricContentInpu
8
8
  import { DataAlertDailyScheduleInputRepresentation as DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from './DataAlertDailyScheduleInputRepresentation';
9
9
  import { DataAlertWeeklyScheduleInputRepresentation as DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from './DataAlertWeeklyScheduleInputRepresentation';
10
10
  import { DataAlertEveryNMinutesScheduleInputRepresentation as DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation } from './DataAlertEveryNMinutesScheduleInputRepresentation';
11
- export declare const VERSION = "33e3629b5f13032689a915a046f6a5c0";
11
+ export declare const VERSION = "8f196c5299c01756d3dca9c7f46d5e18";
12
12
  export declare function validate(obj: any, path?: string): TypeError | null;
13
13
  export declare const RepresentationType: string;
14
14
  export declare function normalize(input: DataAlertInputRepresentation, existing: DataAlertInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertInputRepresentationNormalized;
@@ -29,6 +29,8 @@ export interface DataAlertInputRepresentationNormalized {
29
29
  /** Type of data alert */
30
30
  dataAlertType: string;
31
31
  deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
32
+ /** Whether this data alert is enabled. Set to false to pause alert execution. */
33
+ isEnabled?: boolean;
32
34
  schedule: DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation;
33
35
  thresholds?: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
34
36
  /** user entered utterance */
@@ -45,6 +47,7 @@ export interface DataAlertInputRepresentation {
45
47
  content: DataAlertBriefContentInputRepresentation_DataAlertBriefContentInputRepresentation | DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
46
48
  dataAlertType: string;
47
49
  deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
50
+ isEnabled?: boolean;
48
51
  schedule: DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation | DataAlertEveryNMinutesScheduleInputRepresentation_DataAlertEveryNMinutesScheduleInputRepresentation;
49
52
  thresholds?: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
50
53
  utterance: string;
@@ -5,7 +5,7 @@ import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_Data
5
5
  import { DataAlertThresholdsRepresentation as DataAlertThresholdsRepresentation_DataAlertThresholdsRepresentation } from './DataAlertThresholdsRepresentation';
6
6
  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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
7
7
  export declare const TTL = 500;
8
- export declare const VERSION = "fd9b49328cf3e15dbe1ba0d295452337";
8
+ export declare const VERSION = "eca891667fbed2132d5c2a32709976c2";
9
9
  export declare function validate(obj: any, path?: string): TypeError | null;
10
10
  export declare const RepresentationType: string;
11
11
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -43,6 +43,8 @@ export interface DataAlertRepresentationNormalized {
43
43
  deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
44
44
  /** ID of the Data Alert */
45
45
  id: string;
46
+ /** Whether this data alert is enabled. False indicates the alert is paused. */
47
+ isEnabled?: boolean;
46
48
  /** Last modified date of the data alert */
47
49
  lastModifiedDate: string;
48
50
  /** Additional properties for the data alert used when sending the query response. */
@@ -64,6 +66,7 @@ export interface DataAlertRepresentation {
64
66
  dataAlertType: string;
65
67
  deliveryConfigurations: DataAlertDeliveryConfigurationRepresentation_DataAlertDeliveryConfigurationRepresentation;
66
68
  id: string;
69
+ isEnabled?: boolean;
67
70
  lastModifiedDate: string;
68
71
  properties?: DataAlertPropertyFilterOutputRepresentation_DataAlertPropertyFilterOutputRepresentation;
69
72
  schedule: DataAlertScheduleRepresentation_DataAlertScheduleRepresentation;
@@ -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 = "f23e8f5ec4185073fef8e3f852b69e88";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: DataAssetRequestDebugInfo, existing: DataAssetRequestDebugInfoNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAssetRequestDebugInfoNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: DataAssetRequestDebugInfoNormalized, incoming: DataAssetRequestDebugInfoNormalized): 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: DataAssetRequestDebugInfo, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * DataAssetRequest Debug Info Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface DataAssetRequestDebugInfoNormalized {
17
+ /** errorCode */
18
+ errorCode?: string;
19
+ /** errorMessage */
20
+ errorMessage?: string;
21
+ }
22
+ /**
23
+ * DataAssetRequest Debug Info Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface DataAssetRequestDebugInfo {
29
+ errorCode?: string;
30
+ errorMessage?: string;
31
+ }
@@ -1,9 +1,10 @@
1
1
  import { AnalyticsUserRepresentation as AnalyticsUserRepresentation_AnalyticsUserRepresentation } from './AnalyticsUserRepresentation';
2
2
  import { DataAssetRequestAdditionalInfoRepresentation as DataAssetRequestAdditionalInfoRepresentation_DataAssetRequestAdditionalInfoRepresentation } from './DataAssetRequestAdditionalInfoRepresentation';
3
+ import { DataAssetRequestDebugInfo as DataAssetRequestDebugInfo_DataAssetRequestDebugInfo } from './DataAssetRequestDebugInfo';
3
4
  import { PromotionContentAssetRepresentation as PromotionContentAssetRepresentation_PromotionContentAssetRepresentation } from './PromotionContentAssetRepresentation';
4
5
  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, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
5
6
  export declare const TTL = 500;
6
- export declare const VERSION = "14c3cbce26bc641b86f45457db9a2331";
7
+ export declare const VERSION = "48af14fd2235b0d2cee575868ca6fb88";
7
8
  export declare function validate(obj: any, path?: string): TypeError | null;
8
9
  export declare const RepresentationType: string;
9
10
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -45,6 +46,8 @@ export interface DataAssetRequestRepresentationNormalized {
45
46
  completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
46
47
  /** Completed date */
47
48
  completedDate: string | null;
49
+ /** debugInfo */
50
+ debugInfo?: DataAssetRequestDebugInfo_DataAssetRequestDebugInfo | null;
48
51
  /** Error Code */
49
52
  errorCode?: string | null;
50
53
  /** Failed date */
@@ -120,6 +123,7 @@ export interface DataAssetRequestRepresentation {
120
123
  cancelledDate: string | null;
121
124
  completedBy: AnalyticsUserRepresentation_AnalyticsUserRepresentation | null;
122
125
  completedDate: string | null;
126
+ debugInfo?: DataAssetRequestDebugInfo_DataAssetRequestDebugInfo | null;
123
127
  errorCode?: string | null;
124
128
  failedDate: string | null;
125
129
  hasUnsupportedDloForGuidedPromotions?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-unifiedanalytics",
3
- "version": "1.447.1",
3
+ "version": "1.449.0",
4
4
  "description": "Tableau Unified Analytics Platform",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "dist/es/es2018/analytics-unifiedanalytics.js",
@@ -40,10 +40,10 @@
40
40
  "test:unit": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@salesforce/lds-bindings": "^1.447.1"
43
+ "@salesforce/lds-bindings": "^1.449.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@salesforce/lds-compiler-plugins": "^1.447.1"
46
+ "@salesforce/lds-compiler-plugins": "^1.449.0"
47
47
  },
48
48
  "nx": {
49
49
  "targets": {