@salesforce/lds-adapters-analytics-wave 1.457.0 → 1.458.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.
- package/dist/es/es2018/analytics-wave.js +1699 -1261
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/ReplicatedObjectScheduleRepresentation.d.ts +68 -0
- package/package.json +3 -3
- package/sfdc/index.js +1216 -778
- package/src/raml/api.raml +114 -0
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { AdvancedPropertyValueRepresentation as AdvancedPropertyValueRepresentation_AdvancedPropertyValueRepresentation } from './AdvancedPropertyValueRepresentation';
|
|
2
2
|
import { WaveUserRepresentation as WaveUserRepresentation_WaveUserRepresentation } from './WaveUserRepresentation';
|
|
3
|
+
import { ReplicatedObjectScheduleRepresentation as ReplicatedObjectScheduleRepresentation_ReplicatedObjectScheduleRepresentation } from './ReplicatedObjectScheduleRepresentation';
|
|
3
4
|
import { OutputSourceRepresentation as OutputSourceRepresentation_OutputSourceRepresentation } from './OutputSourceRepresentation';
|
|
4
5
|
import { PermissionsRepresentation as PermissionsRepresentation_PermissionsRepresentation } from './PermissionsRepresentation';
|
|
5
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, 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';
|
|
6
7
|
import { ReplicatedDatasetConnectorRepresentation as ReplicatedDatasetConnectorRepresentation_ReplicatedDatasetConnectorRepresentation } from './ReplicatedDatasetConnectorRepresentation';
|
|
7
8
|
export declare const TTL = 5000;
|
|
8
|
-
export declare const VERSION = "
|
|
9
|
+
export declare const VERSION = "a81c7c46f88505f9ef4a673a58866e56";
|
|
9
10
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
11
|
export declare const RepresentationType: string;
|
|
11
12
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -65,6 +66,7 @@ export interface ReplicatedDatasetRepresentationNormalized {
|
|
|
65
66
|
folderId?: string;
|
|
66
67
|
/** The 18 character asset ID. */
|
|
67
68
|
id: string;
|
|
69
|
+
ingestionSchedule?: ReplicatedObjectScheduleRepresentation_ReplicatedObjectScheduleRepresentation;
|
|
68
70
|
/** The label of the asset. */
|
|
69
71
|
label?: string;
|
|
70
72
|
/** Last time the asset was accessed. */
|
|
@@ -125,6 +127,7 @@ export interface ReplicatedDatasetRepresentation {
|
|
|
125
127
|
filterApplied: boolean;
|
|
126
128
|
folderId?: string;
|
|
127
129
|
id: string;
|
|
130
|
+
ingestionSchedule?: ReplicatedObjectScheduleRepresentation_ReplicatedObjectScheduleRepresentation;
|
|
128
131
|
label?: string;
|
|
129
132
|
lastAccessedDate?: string | null;
|
|
130
133
|
lastModifiedBy?: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { JobEventCollectionRepresentation as JobEventCollectionRepresentation_JobEventCollectionRepresentation } from './JobEventCollectionRepresentation';
|
|
2
|
+
import { TimeRepresentation as TimeRepresentation_TimeRepresentation } from './TimeRepresentation';
|
|
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 = "84ef9262c9068e3ad9540b4ae15e6e34";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ReplicatedObjectScheduleRepresentation, existing: ReplicatedObjectScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ReplicatedObjectScheduleRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ReplicatedObjectScheduleRepresentationNormalized, incoming: ReplicatedObjectScheduleRepresentationNormalized): 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: ReplicatedObjectScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Per-object ingestion schedule for a replicated object (stored inline, not normalized).
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ReplicatedObjectScheduleRepresentationNormalized {
|
|
19
|
+
/** The 18 character ID of the asset. */
|
|
20
|
+
assetId?: string;
|
|
21
|
+
/** Day within a week. */
|
|
22
|
+
dayInWeek?: string;
|
|
23
|
+
/** Days of the month on which the schedule will run (-1, 1-31). */
|
|
24
|
+
daysOfMonth?: Array<number>;
|
|
25
|
+
/** Days of the week on which the schedule will run. */
|
|
26
|
+
daysOfWeek?: Array<string>;
|
|
27
|
+
/** Schedule event information */
|
|
28
|
+
events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
|
|
29
|
+
/** Frequency on which this schedule is run. */
|
|
30
|
+
frequency?: string;
|
|
31
|
+
/** Hours in between each queueing of task. */
|
|
32
|
+
hourlyInterval?: number;
|
|
33
|
+
/** Hour at which schedule stops queueing. */
|
|
34
|
+
lastHour?: number;
|
|
35
|
+
/** Minutes in between each queueing of task. */
|
|
36
|
+
minutelyInterval?: number;
|
|
37
|
+
/** Next scheduled time (in UTC) for this schedule. */
|
|
38
|
+
nextScheduledDate?: string;
|
|
39
|
+
/** Email notification level of dataflow associated with this schedule. */
|
|
40
|
+
notificationLevel?: string;
|
|
41
|
+
time?: TimeRepresentation_TimeRepresentation;
|
|
42
|
+
/** The event based trigger rule that will cause assetId to run. */
|
|
43
|
+
triggerRule?: string;
|
|
44
|
+
/** Week within a month. */
|
|
45
|
+
weekInMonth?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Per-object ingestion schedule for a replicated object (stored inline, not normalized).
|
|
49
|
+
*
|
|
50
|
+
* Keys:
|
|
51
|
+
* (none)
|
|
52
|
+
*/
|
|
53
|
+
export interface ReplicatedObjectScheduleRepresentation {
|
|
54
|
+
assetId?: string;
|
|
55
|
+
dayInWeek?: string;
|
|
56
|
+
daysOfMonth?: Array<number>;
|
|
57
|
+
daysOfWeek?: Array<string>;
|
|
58
|
+
events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
|
|
59
|
+
frequency?: string;
|
|
60
|
+
hourlyInterval?: number;
|
|
61
|
+
lastHour?: number;
|
|
62
|
+
minutelyInterval?: number;
|
|
63
|
+
nextScheduledDate?: string;
|
|
64
|
+
notificationLevel?: string;
|
|
65
|
+
time?: TimeRepresentation_TimeRepresentation;
|
|
66
|
+
triggerRule?: string;
|
|
67
|
+
weekInMonth?: string;
|
|
68
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-wave",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.458.0",
|
|
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",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@salesforce/lds-bindings": "^1.
|
|
61
|
+
"@salesforce/lds-bindings": "^1.458.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
64
|
+
"@salesforce/lds-compiler-plugins": "^1.458.0"
|
|
65
65
|
},
|
|
66
66
|
"volta": {
|
|
67
67
|
"extends": "../../package.json"
|