@salesforce/lds-adapters-analytics-wave 1.266.0-dev2 → 1.266.0-dev21

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.
@@ -22,6 +22,7 @@ export interface GetDatasetsConfig {
22
22
  q?: string;
23
23
  scope?: string;
24
24
  sort?: string;
25
+ typeOfDataflow?: string;
25
26
  }
26
27
  export declare const createResourceParams: (config: GetDatasetsConfig) => resources_getWaveDatasets_ResourceRequestConfig;
27
28
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDatasetsConfig): string;
@@ -18,6 +18,7 @@ export interface ResourceRequestConfig {
18
18
  q?: string;
19
19
  scope?: string;
20
20
  sort?: string;
21
+ typeOfDataflow?: string;
21
22
  };
22
23
  }
23
24
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -1,3 +1,4 @@
1
+ import { JobEventCollectionRepresentation as JobEventCollectionRepresentation_JobEventCollectionRepresentation } from './JobEventCollectionRepresentation';
1
2
  import { TimeRepresentation as TimeRepresentation_TimeRepresentation } from './TimeRepresentation';
2
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, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
4
  export declare enum DiscriminatorValues {
@@ -10,7 +11,7 @@ export declare enum DiscriminatorValues {
10
11
  daily = "daily",
11
12
  none = "none"
12
13
  }
13
- export declare const VERSION = "e5feb8f04c6e2c41cff26192593b9ee8";
14
+ export declare const VERSION = "224eb51518219855b4532b0c87fd4d2c";
14
15
  export declare function validate(obj: any, path?: string): TypeError | null;
15
16
  export declare const RepresentationType: string;
16
17
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
@@ -38,6 +39,8 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
38
39
  export interface ScheduleRepresentationNormalized {
39
40
  /** The 18 character ID of the asset. */
40
41
  assetId: string;
42
+ /** Schedule event information */
43
+ events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
41
44
  /** Frequency on which this schedule is run. */
42
45
  frequency: string;
43
46
  /** Next scheduled time (in UTC) for this schedule. */
@@ -54,6 +57,7 @@ export interface ScheduleRepresentationNormalized {
54
57
  */
55
58
  export interface ScheduleRepresentation {
56
59
  assetId: string;
60
+ events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
57
61
  frequency: string;
58
62
  nextScheduledDate?: string;
59
63
  notificationLevel?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-wave",
3
- "version": "1.266.0-dev2",
3
+ "version": "1.266.0-dev21",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The Einstein Analytics family of APIs",
6
6
  "main": "dist/es/es2018/analytics-wave.js",
@@ -66,11 +66,11 @@
66
66
  }
67
67
  },
68
68
  "dependencies": {
69
- "@salesforce/lds-bindings": "^1.266.0-dev2"
69
+ "@salesforce/lds-bindings": "^1.266.0-dev21"
70
70
  },
71
71
  "devDependencies": {
72
- "@salesforce/lds-compiler-plugins": "^1.266.0-dev2",
73
- "@salesforce/lds-karma": "^1.266.0-dev2"
72
+ "@salesforce/lds-compiler-plugins": "^1.266.0-dev21",
73
+ "@salesforce/lds-karma": "^1.266.0-dev21"
74
74
  },
75
75
  "volta": {
76
76
  "extends": "../../package.json"