@salesforce/lds-adapters-analytics-wave 1.360.1 → 1.362.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 +16 -16
- package/package.json +4 -4
- package/sfdc/index.js +17 -17
|
@@ -6380,7 +6380,7 @@ function validate$22(obj, path = 'RecipeRepresentation') {
|
|
|
6380
6380
|
}
|
|
6381
6381
|
const obj_scheduleAttributes = obj.scheduleAttributes;
|
|
6382
6382
|
const path_scheduleAttributes = path + '.scheduleAttributes';
|
|
6383
|
-
if (typeof obj_scheduleAttributes !== 'object') {
|
|
6383
|
+
if (typeof obj_scheduleAttributes !== 'object' || Array.isArray(obj_scheduleAttributes)) {
|
|
6384
6384
|
return new TypeError('Expected "object" but received "' + typeof obj_scheduleAttributes + '" (at "' + path_scheduleAttributes + '")');
|
|
6385
6385
|
}
|
|
6386
6386
|
if (obj.scheduleType !== undefined) {
|
|
@@ -8796,7 +8796,7 @@ function validate$1T(obj, path = 'DataflowCollectionRepresentation') {
|
|
|
8796
8796
|
for (let i = 0; i < obj_dataflows.length; i++) {
|
|
8797
8797
|
const obj_dataflows_item = obj_dataflows[i];
|
|
8798
8798
|
const path_dataflows_item = path_dataflows + '[' + i + ']';
|
|
8799
|
-
if (typeof obj_dataflows_item !== 'object') {
|
|
8799
|
+
if (typeof obj_dataflows_item !== 'object' || Array.isArray(obj_dataflows_item)) {
|
|
8800
8800
|
return new TypeError('Expected "object" but received "' + typeof obj_dataflows_item + '" (at "' + path_dataflows_item + '")');
|
|
8801
8801
|
}
|
|
8802
8802
|
}
|
|
@@ -9068,7 +9068,7 @@ function validate$1S(obj, path = 'DataflowJobRepresentation') {
|
|
|
9068
9068
|
}
|
|
9069
9069
|
const obj_syncDataflows = obj.syncDataflows;
|
|
9070
9070
|
const path_syncDataflows = path + '.syncDataflows';
|
|
9071
|
-
if (typeof obj_syncDataflows !== 'object') {
|
|
9071
|
+
if (typeof obj_syncDataflows !== 'object' || Array.isArray(obj_syncDataflows)) {
|
|
9072
9072
|
return new TypeError('Expected "object" but received "' + typeof obj_syncDataflows + '" (at "' + path_syncDataflows + '")');
|
|
9073
9073
|
}
|
|
9074
9074
|
if (obj.transformNodes !== undefined) {
|
|
@@ -10636,7 +10636,7 @@ function validate$1M(obj, path = 'DataConnectorRepresentation') {
|
|
|
10636
10636
|
}
|
|
10637
10637
|
const obj_ingestionSchedule = obj.ingestionSchedule;
|
|
10638
10638
|
const path_ingestionSchedule = path + '.ingestionSchedule';
|
|
10639
|
-
if (typeof obj_ingestionSchedule !== 'object') {
|
|
10639
|
+
if (typeof obj_ingestionSchedule !== 'object' || Array.isArray(obj_ingestionSchedule)) {
|
|
10640
10640
|
return new TypeError('Expected "object" but received "' + typeof obj_ingestionSchedule + '" (at "' + path_ingestionSchedule + '")');
|
|
10641
10641
|
}
|
|
10642
10642
|
if (obj.targetConnector !== undefined) {
|
|
@@ -10821,7 +10821,7 @@ function validate$1L(obj, path = 'DataConnectorCollectionRepresentation') {
|
|
|
10821
10821
|
for (let i = 0; i < obj_dataConnectors.length; i++) {
|
|
10822
10822
|
const obj_dataConnectors_item = obj_dataConnectors[i];
|
|
10823
10823
|
const path_dataConnectors_item = path_dataConnectors + '[' + i + ']';
|
|
10824
|
-
if (typeof obj_dataConnectors_item !== 'object') {
|
|
10824
|
+
if (typeof obj_dataConnectors_item !== 'object' || Array.isArray(obj_dataConnectors_item)) {
|
|
10825
10825
|
return new TypeError('Expected "object" but received "' + typeof obj_dataConnectors_item + '" (at "' + path_dataConnectors_item + '")');
|
|
10826
10826
|
}
|
|
10827
10827
|
}
|
|
@@ -11796,7 +11796,7 @@ function validate$1H(obj, path = 'SourceObjectCollectionRepresentation') {
|
|
|
11796
11796
|
for (let i = 0; i < obj_sourceObjects.length; i++) {
|
|
11797
11797
|
const obj_sourceObjects_item = obj_sourceObjects[i];
|
|
11798
11798
|
const path_sourceObjects_item = path_sourceObjects + '[' + i + ']';
|
|
11799
|
-
if (typeof obj_sourceObjects_item !== 'object') {
|
|
11799
|
+
if (typeof obj_sourceObjects_item !== 'object' || Array.isArray(obj_sourceObjects_item)) {
|
|
11800
11800
|
return new TypeError('Expected "object" but received "' + typeof obj_sourceObjects_item + '" (at "' + path_sourceObjects_item + '")');
|
|
11801
11801
|
}
|
|
11802
11802
|
}
|
|
@@ -14565,7 +14565,7 @@ function validate$1t(obj, path = 'DataflowJobCollectionRepresentation') {
|
|
|
14565
14565
|
for (let i = 0; i < obj_dataflowJobs.length; i++) {
|
|
14566
14566
|
const obj_dataflowJobs_item = obj_dataflowJobs[i];
|
|
14567
14567
|
const path_dataflowJobs_item = path_dataflowJobs + '[' + i + ']';
|
|
14568
|
-
if (typeof obj_dataflowJobs_item !== 'object') {
|
|
14568
|
+
if (typeof obj_dataflowJobs_item !== 'object' || Array.isArray(obj_dataflowJobs_item)) {
|
|
14569
14569
|
return new TypeError('Expected "object" but received "' + typeof obj_dataflowJobs_item + '" (at "' + path_dataflowJobs_item + '")');
|
|
14570
14570
|
}
|
|
14571
14571
|
}
|
|
@@ -15264,7 +15264,7 @@ function validate$1r(obj, path = 'DataflowJobNodeCollectionRepresentation') {
|
|
|
15264
15264
|
for (let i = 0; i < obj_nodes.length; i++) {
|
|
15265
15265
|
const obj_nodes_item = obj_nodes[i];
|
|
15266
15266
|
const path_nodes_item = path_nodes + '[' + i + ']';
|
|
15267
|
-
if (typeof obj_nodes_item !== 'object') {
|
|
15267
|
+
if (typeof obj_nodes_item !== 'object' || Array.isArray(obj_nodes_item)) {
|
|
15268
15268
|
return new TypeError('Expected "object" but received "' + typeof obj_nodes_item + '" (at "' + path_nodes_item + '")');
|
|
15269
15269
|
}
|
|
15270
15270
|
}
|
|
@@ -15653,7 +15653,7 @@ function validate$1q(obj, path = 'DatasetCollectionRepresentation') {
|
|
|
15653
15653
|
for (let i = 0; i < obj_datasets.length; i++) {
|
|
15654
15654
|
const obj_datasets_item = obj_datasets[i];
|
|
15655
15655
|
const path_datasets_item = path_datasets + '[' + i + ']';
|
|
15656
|
-
if (typeof obj_datasets_item !== 'object') {
|
|
15656
|
+
if (typeof obj_datasets_item !== 'object' || Array.isArray(obj_datasets_item)) {
|
|
15657
15657
|
return new TypeError('Expected "object" but received "' + typeof obj_datasets_item + '" (at "' + path_datasets_item + '")');
|
|
15658
15658
|
}
|
|
15659
15659
|
}
|
|
@@ -17683,7 +17683,7 @@ function validate$10(obj, path = 'DatasetVersionCollectionRepresentation') {
|
|
|
17683
17683
|
for (let i = 0; i < obj_versions.length; i++) {
|
|
17684
17684
|
const obj_versions_item = obj_versions[i];
|
|
17685
17685
|
const path_versions_item = path_versions + '[' + i + ']';
|
|
17686
|
-
if (typeof obj_versions_item !== 'object') {
|
|
17686
|
+
if (typeof obj_versions_item !== 'object' || Array.isArray(obj_versions_item)) {
|
|
17687
17687
|
return new TypeError('Expected "object" but received "' + typeof obj_versions_item + '" (at "' + path_versions_item + '")');
|
|
17688
17688
|
}
|
|
17689
17689
|
}
|
|
@@ -19575,7 +19575,7 @@ function validate$W(obj, path = 'WaveFolderCollectionRepresentation') {
|
|
|
19575
19575
|
for (let i = 0; i < obj_folders.length; i++) {
|
|
19576
19576
|
const obj_folders_item = obj_folders[i];
|
|
19577
19577
|
const path_folders_item = path_folders + '[' + i + ']';
|
|
19578
|
-
if (typeof obj_folders_item !== 'object') {
|
|
19578
|
+
if (typeof obj_folders_item !== 'object' || Array.isArray(obj_folders_item)) {
|
|
19579
19579
|
return new TypeError('Expected "object" but received "' + typeof obj_folders_item + '" (at "' + path_folders_item + '")');
|
|
19580
19580
|
}
|
|
19581
19581
|
}
|
|
@@ -20953,7 +20953,7 @@ function validate$O(obj, path = 'SaqlQueryResultRepresentation') {
|
|
|
20953
20953
|
}
|
|
20954
20954
|
const obj_results = obj.results;
|
|
20955
20955
|
const path_results = path + '.results';
|
|
20956
|
-
if (typeof obj_results !== 'object') {
|
|
20956
|
+
if (typeof obj_results !== 'object' || Array.isArray(obj_results)) {
|
|
20957
20957
|
return new TypeError('Expected "object" but received "' + typeof obj_results + '" (at "' + path_results + '")');
|
|
20958
20958
|
}
|
|
20959
20959
|
})();
|
|
@@ -22920,7 +22920,7 @@ function validate$x(obj, path = 'ReplicatedDatasetConnectorRepresentation') {
|
|
|
22920
22920
|
}
|
|
22921
22921
|
const obj_ingestionSchedule = obj.ingestionSchedule;
|
|
22922
22922
|
const path_ingestionSchedule = path + '.ingestionSchedule';
|
|
22923
|
-
if (typeof obj_ingestionSchedule !== 'object') {
|
|
22923
|
+
if (typeof obj_ingestionSchedule !== 'object' || Array.isArray(obj_ingestionSchedule)) {
|
|
22924
22924
|
return new TypeError('Expected "object" but received "' + typeof obj_ingestionSchedule + '" (at "' + path_ingestionSchedule + '")');
|
|
22925
22925
|
}
|
|
22926
22926
|
if (obj.label !== undefined) {
|
|
@@ -23525,7 +23525,7 @@ function validate$w(obj, path = 'ReplicatedDatasetRepresentation') {
|
|
|
23525
23525
|
}
|
|
23526
23526
|
const obj_connector = obj.connector;
|
|
23527
23527
|
const path_connector = path + '.connector';
|
|
23528
|
-
if (typeof obj_connector !== 'object') {
|
|
23528
|
+
if (typeof obj_connector !== 'object' || Array.isArray(obj_connector)) {
|
|
23529
23529
|
return new TypeError('Expected "object" but received "' + typeof obj_connector + '" (at "' + path_connector + '")');
|
|
23530
23530
|
}
|
|
23531
23531
|
if (obj.createdBy !== undefined) {
|
|
@@ -24441,7 +24441,7 @@ function validate$v(obj, path = 'ReplicatedDatasetCollectionRepresentation') {
|
|
|
24441
24441
|
for (let i = 0; i < obj_replicatedDatasets.length; i++) {
|
|
24442
24442
|
const obj_replicatedDatasets_item = obj_replicatedDatasets[i];
|
|
24443
24443
|
const path_replicatedDatasets_item = path_replicatedDatasets + '[' + i + ']';
|
|
24444
|
-
if (typeof obj_replicatedDatasets_item !== 'object') {
|
|
24444
|
+
if (typeof obj_replicatedDatasets_item !== 'object' || Array.isArray(obj_replicatedDatasets_item)) {
|
|
24445
24445
|
return new TypeError('Expected "object" but received "' + typeof obj_replicatedDatasets_item + '" (at "' + path_replicatedDatasets_item + '")');
|
|
24446
24446
|
}
|
|
24447
24447
|
}
|
|
@@ -27397,7 +27397,7 @@ function validate$e(obj, path = 'TemplateCollectionRepresentation') {
|
|
|
27397
27397
|
for (let i = 0; i < obj_templates.length; i++) {
|
|
27398
27398
|
const obj_templates_item = obj_templates[i];
|
|
27399
27399
|
const path_templates_item = path_templates + '[' + i + ']';
|
|
27400
|
-
if (typeof obj_templates_item !== 'object') {
|
|
27400
|
+
if (typeof obj_templates_item !== 'object' || Array.isArray(obj_templates_item)) {
|
|
27401
27401
|
return new TypeError('Expected "object" but received "' + typeof obj_templates_item + '" (at "' + path_templates_item + '")');
|
|
27402
27402
|
}
|
|
27403
27403
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-analytics-wave",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.362.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",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@salesforce/lds-bindings": "^1.
|
|
69
|
+
"@salesforce/lds-bindings": "^1.362.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
73
|
-
"@salesforce/lds-karma": "^1.
|
|
72
|
+
"@salesforce/lds-compiler-plugins": "^1.362.0",
|
|
73
|
+
"@salesforce/lds-karma": "^1.362.0"
|
|
74
74
|
},
|
|
75
75
|
"volta": {
|
|
76
76
|
"extends": "../../package.json"
|
package/sfdc/index.js
CHANGED
|
@@ -5885,7 +5885,7 @@ function validate$23(obj, path = 'RecipeRepresentation') {
|
|
|
5885
5885
|
}
|
|
5886
5886
|
const obj_scheduleAttributes = obj.scheduleAttributes;
|
|
5887
5887
|
const path_scheduleAttributes = path + '.scheduleAttributes';
|
|
5888
|
-
if (typeof obj_scheduleAttributes !== 'object') {
|
|
5888
|
+
if (typeof obj_scheduleAttributes !== 'object' || Array.isArray(obj_scheduleAttributes)) {
|
|
5889
5889
|
return new TypeError('Expected "object" but received "' + typeof obj_scheduleAttributes + '" (at "' + path_scheduleAttributes + '")');
|
|
5890
5890
|
}
|
|
5891
5891
|
if (obj.scheduleType !== undefined) {
|
|
@@ -8301,7 +8301,7 @@ function validate$1U(obj, path = 'DataflowCollectionRepresentation') {
|
|
|
8301
8301
|
for (let i = 0; i < obj_dataflows.length; i++) {
|
|
8302
8302
|
const obj_dataflows_item = obj_dataflows[i];
|
|
8303
8303
|
const path_dataflows_item = path_dataflows + '[' + i + ']';
|
|
8304
|
-
if (typeof obj_dataflows_item !== 'object') {
|
|
8304
|
+
if (typeof obj_dataflows_item !== 'object' || Array.isArray(obj_dataflows_item)) {
|
|
8305
8305
|
return new TypeError('Expected "object" but received "' + typeof obj_dataflows_item + '" (at "' + path_dataflows_item + '")');
|
|
8306
8306
|
}
|
|
8307
8307
|
}
|
|
@@ -8573,7 +8573,7 @@ function validate$1T(obj, path = 'DataflowJobRepresentation') {
|
|
|
8573
8573
|
}
|
|
8574
8574
|
const obj_syncDataflows = obj.syncDataflows;
|
|
8575
8575
|
const path_syncDataflows = path + '.syncDataflows';
|
|
8576
|
-
if (typeof obj_syncDataflows !== 'object') {
|
|
8576
|
+
if (typeof obj_syncDataflows !== 'object' || Array.isArray(obj_syncDataflows)) {
|
|
8577
8577
|
return new TypeError('Expected "object" but received "' + typeof obj_syncDataflows + '" (at "' + path_syncDataflows + '")');
|
|
8578
8578
|
}
|
|
8579
8579
|
if (obj.transformNodes !== undefined) {
|
|
@@ -10141,7 +10141,7 @@ function validate$1N(obj, path = 'DataConnectorRepresentation') {
|
|
|
10141
10141
|
}
|
|
10142
10142
|
const obj_ingestionSchedule = obj.ingestionSchedule;
|
|
10143
10143
|
const path_ingestionSchedule = path + '.ingestionSchedule';
|
|
10144
|
-
if (typeof obj_ingestionSchedule !== 'object') {
|
|
10144
|
+
if (typeof obj_ingestionSchedule !== 'object' || Array.isArray(obj_ingestionSchedule)) {
|
|
10145
10145
|
return new TypeError('Expected "object" but received "' + typeof obj_ingestionSchedule + '" (at "' + path_ingestionSchedule + '")');
|
|
10146
10146
|
}
|
|
10147
10147
|
if (obj.targetConnector !== undefined) {
|
|
@@ -12369,7 +12369,7 @@ function validate$1h(obj, path = 'ReplicatedDatasetConnectorRepresentation') {
|
|
|
12369
12369
|
}
|
|
12370
12370
|
const obj_ingestionSchedule = obj.ingestionSchedule;
|
|
12371
12371
|
const path_ingestionSchedule = path + '.ingestionSchedule';
|
|
12372
|
-
if (typeof obj_ingestionSchedule !== 'object') {
|
|
12372
|
+
if (typeof obj_ingestionSchedule !== 'object' || Array.isArray(obj_ingestionSchedule)) {
|
|
12373
12373
|
return new TypeError('Expected "object" but received "' + typeof obj_ingestionSchedule + '" (at "' + path_ingestionSchedule + '")');
|
|
12374
12374
|
}
|
|
12375
12375
|
if (obj.label !== undefined) {
|
|
@@ -12974,7 +12974,7 @@ function validate$1g(obj, path = 'ReplicatedDatasetRepresentation') {
|
|
|
12974
12974
|
}
|
|
12975
12975
|
const obj_connector = obj.connector;
|
|
12976
12976
|
const path_connector = path + '.connector';
|
|
12977
|
-
if (typeof obj_connector !== 'object') {
|
|
12977
|
+
if (typeof obj_connector !== 'object' || Array.isArray(obj_connector)) {
|
|
12978
12978
|
return new TypeError('Expected "object" but received "' + typeof obj_connector + '" (at "' + path_connector + '")');
|
|
12979
12979
|
}
|
|
12980
12980
|
if (obj.createdBy !== undefined) {
|
|
@@ -14731,7 +14731,7 @@ function validate$1b(obj, path = 'SaqlQueryResultRepresentation') {
|
|
|
14731
14731
|
}
|
|
14732
14732
|
const obj_results = obj.results;
|
|
14733
14733
|
const path_results = path + '.results';
|
|
14734
|
-
if (typeof obj_results !== 'object') {
|
|
14734
|
+
if (typeof obj_results !== 'object' || Array.isArray(obj_results)) {
|
|
14735
14735
|
return new TypeError('Expected "object" but received "' + typeof obj_results + '" (at "' + path_results + '")');
|
|
14736
14736
|
}
|
|
14737
14737
|
})();
|
|
@@ -17278,7 +17278,7 @@ function validate$_(obj, path = 'SourceObjectCollectionRepresentation') {
|
|
|
17278
17278
|
for (let i = 0; i < obj_sourceObjects.length; i++) {
|
|
17279
17279
|
const obj_sourceObjects_item = obj_sourceObjects[i];
|
|
17280
17280
|
const path_sourceObjects_item = path_sourceObjects + '[' + i + ']';
|
|
17281
|
-
if (typeof obj_sourceObjects_item !== 'object') {
|
|
17281
|
+
if (typeof obj_sourceObjects_item !== 'object' || Array.isArray(obj_sourceObjects_item)) {
|
|
17282
17282
|
return new TypeError('Expected "object" but received "' + typeof obj_sourceObjects_item + '" (at "' + path_sourceObjects_item + '")');
|
|
17283
17283
|
}
|
|
17284
17284
|
}
|
|
@@ -18580,7 +18580,7 @@ function validate$U(obj, path = 'DataConnectorCollectionRepresentation') {
|
|
|
18580
18580
|
for (let i = 0; i < obj_dataConnectors.length; i++) {
|
|
18581
18581
|
const obj_dataConnectors_item = obj_dataConnectors[i];
|
|
18582
18582
|
const path_dataConnectors_item = path_dataConnectors + '[' + i + ']';
|
|
18583
|
-
if (typeof obj_dataConnectors_item !== 'object') {
|
|
18583
|
+
if (typeof obj_dataConnectors_item !== 'object' || Array.isArray(obj_dataConnectors_item)) {
|
|
18584
18584
|
return new TypeError('Expected "object" but received "' + typeof obj_dataConnectors_item + '" (at "' + path_dataConnectors_item + '")');
|
|
18585
18585
|
}
|
|
18586
18586
|
}
|
|
@@ -19193,7 +19193,7 @@ function validate$T(obj, path = 'DataflowJobNodeCollectionRepresentation') {
|
|
|
19193
19193
|
for (let i = 0; i < obj_nodes.length; i++) {
|
|
19194
19194
|
const obj_nodes_item = obj_nodes[i];
|
|
19195
19195
|
const path_nodes_item = path_nodes + '[' + i + ']';
|
|
19196
|
-
if (typeof obj_nodes_item !== 'object') {
|
|
19196
|
+
if (typeof obj_nodes_item !== 'object' || Array.isArray(obj_nodes_item)) {
|
|
19197
19197
|
return new TypeError('Expected "object" but received "' + typeof obj_nodes_item + '" (at "' + path_nodes_item + '")');
|
|
19198
19198
|
}
|
|
19199
19199
|
}
|
|
@@ -19441,7 +19441,7 @@ function validate$S(obj, path = 'DataflowJobCollectionRepresentation') {
|
|
|
19441
19441
|
for (let i = 0; i < obj_dataflowJobs.length; i++) {
|
|
19442
19442
|
const obj_dataflowJobs_item = obj_dataflowJobs[i];
|
|
19443
19443
|
const path_dataflowJobs_item = path_dataflowJobs + '[' + i + ']';
|
|
19444
|
-
if (typeof obj_dataflowJobs_item !== 'object') {
|
|
19444
|
+
if (typeof obj_dataflowJobs_item !== 'object' || Array.isArray(obj_dataflowJobs_item)) {
|
|
19445
19445
|
return new TypeError('Expected "object" but received "' + typeof obj_dataflowJobs_item + '" (at "' + path_dataflowJobs_item + '")');
|
|
19446
19446
|
}
|
|
19447
19447
|
}
|
|
@@ -20332,7 +20332,7 @@ function validate$R(obj, path = 'DatasetVersionCollectionRepresentation') {
|
|
|
20332
20332
|
for (let i = 0; i < obj_versions.length; i++) {
|
|
20333
20333
|
const obj_versions_item = obj_versions[i];
|
|
20334
20334
|
const path_versions_item = path_versions + '[' + i + ']';
|
|
20335
|
-
if (typeof obj_versions_item !== 'object') {
|
|
20335
|
+
if (typeof obj_versions_item !== 'object' || Array.isArray(obj_versions_item)) {
|
|
20336
20336
|
return new TypeError('Expected "object" but received "' + typeof obj_versions_item + '" (at "' + path_versions_item + '")');
|
|
20337
20337
|
}
|
|
20338
20338
|
}
|
|
@@ -20575,7 +20575,7 @@ function validate$Q(obj, path = 'DatasetCollectionRepresentation') {
|
|
|
20575
20575
|
for (let i = 0; i < obj_datasets.length; i++) {
|
|
20576
20576
|
const obj_datasets_item = obj_datasets[i];
|
|
20577
20577
|
const path_datasets_item = path_datasets + '[' + i + ']';
|
|
20578
|
-
if (typeof obj_datasets_item !== 'object') {
|
|
20578
|
+
if (typeof obj_datasets_item !== 'object' || Array.isArray(obj_datasets_item)) {
|
|
20579
20579
|
return new TypeError('Expected "object" but received "' + typeof obj_datasets_item + '" (at "' + path_datasets_item + '")');
|
|
20580
20580
|
}
|
|
20581
20581
|
}
|
|
@@ -22412,7 +22412,7 @@ function validate$L(obj, path = 'ReplicatedDatasetCollectionRepresentation') {
|
|
|
22412
22412
|
for (let i = 0; i < obj_replicatedDatasets.length; i++) {
|
|
22413
22413
|
const obj_replicatedDatasets_item = obj_replicatedDatasets[i];
|
|
22414
22414
|
const path_replicatedDatasets_item = path_replicatedDatasets + '[' + i + ']';
|
|
22415
|
-
if (typeof obj_replicatedDatasets_item !== 'object') {
|
|
22415
|
+
if (typeof obj_replicatedDatasets_item !== 'object' || Array.isArray(obj_replicatedDatasets_item)) {
|
|
22416
22416
|
return new TypeError('Expected "object" but received "' + typeof obj_replicatedDatasets_item + '" (at "' + path_replicatedDatasets_item + '")');
|
|
22417
22417
|
}
|
|
22418
22418
|
}
|
|
@@ -23988,7 +23988,7 @@ function validate$D(obj, path = 'WaveFolderCollectionRepresentation') {
|
|
|
23988
23988
|
for (let i = 0; i < obj_folders.length; i++) {
|
|
23989
23989
|
const obj_folders_item = obj_folders[i];
|
|
23990
23990
|
const path_folders_item = path_folders + '[' + i + ']';
|
|
23991
|
-
if (typeof obj_folders_item !== 'object') {
|
|
23991
|
+
if (typeof obj_folders_item !== 'object' || Array.isArray(obj_folders_item)) {
|
|
23992
23992
|
return new TypeError('Expected "object" but received "' + typeof obj_folders_item + '" (at "' + path_folders_item + '")');
|
|
23993
23993
|
}
|
|
23994
23994
|
}
|
|
@@ -27438,7 +27438,7 @@ function validate$k(obj, path = 'TemplateCollectionRepresentation') {
|
|
|
27438
27438
|
for (let i = 0; i < obj_templates.length; i++) {
|
|
27439
27439
|
const obj_templates_item = obj_templates[i];
|
|
27440
27440
|
const path_templates_item = path_templates + '[' + i + ']';
|
|
27441
|
-
if (typeof obj_templates_item !== 'object') {
|
|
27441
|
+
if (typeof obj_templates_item !== 'object' || Array.isArray(obj_templates_item)) {
|
|
27442
27442
|
return new TypeError('Expected "object" but received "' + typeof obj_templates_item + '" (at "' + path_templates_item + '")');
|
|
27443
27443
|
}
|
|
27444
27444
|
}
|
|
@@ -30975,4 +30975,4 @@ withDefaultLuvio((luvio) => {
|
|
|
30975
30975
|
});
|
|
30976
30976
|
|
|
30977
30977
|
export { createDataConnector, createDataflowJob, createDataset, createDatasetVersion, createReplicatedDataset, createWaveFolder, deleteDataConnector, deleteDataset, deleteRecipe, deleteReplicatedDataset, deleteWaveFolder, executeQuery, executeQuery_imperative, getActions, getActions_imperative, getAnalyticsLimits, getAnalyticsLimits_imperative, getDataConnector, getDataConnectorNotifyChange, getDataConnectorSourceFields, getDataConnectorSourceFieldsNotifyChange, getDataConnectorSourceFields_imperative, getDataConnectorSourceObject, getDataConnectorSourceObjectDataPreviewWithFields, getDataConnectorSourceObjectDataPreviewWithFields_imperative, getDataConnectorSourceObjectNotifyChange, getDataConnectorSourceObject_imperative, getDataConnectorSourceObjects, getDataConnectorSourceObjects_imperative, getDataConnectorStatus, getDataConnectorStatus_imperative, getDataConnectorTypes, getDataConnectorTypes_imperative, getDataConnector_imperative, getDataConnectors, getDataConnectors_imperative, getDataflowJob, getDataflowJobNode, getDataflowJobNodeNotifyChange, getDataflowJobNode_imperative, getDataflowJobNodes, getDataflowJobNodes_imperative, getDataflowJobNotifyChange, getDataflowJob_imperative, getDataflowJobs, getDataflowJobs_imperative, getDataflows, getDataflows_imperative, getDataset, getDatasetNotifyChange, getDatasetVersion, getDatasetVersionNotifyChange, getDatasetVersion_imperative, getDatasetVersions, getDatasetVersions_imperative, getDataset_imperative, getDatasets, getDatasets_imperative, getDependencies, getDependencies_imperative, getRecipe, getRecipeNotification, getRecipeNotificationNotifyChange, getRecipeNotification_imperative, getRecipeNotifyChange, getRecipe_imperative, getRecipes, getRecipes_imperative, getReplicatedDataset, getReplicatedDatasetNotifyChange, getReplicatedDataset_imperative, getReplicatedDatasets, getReplicatedDatasets_imperative, getReplicatedFields, getReplicatedFieldsNotifyChange, getReplicatedFields_imperative, getSchedule, getScheduleNotifyChange, getSchedule_imperative, getSecurityCoverageDatasetVersion, getSecurityCoverageDatasetVersion_imperative, getWaveFolder, getWaveFolderNotifyChange, getWaveFolder_imperative, getWaveFolders, getWaveFolders_imperative, getWaveTemplate, getWaveTemplateConfig, getWaveTemplateConfigNotifyChange, getWaveTemplateConfig_imperative, getWaveTemplateNotifyChange, getWaveTemplateReleaseNotes, getWaveTemplateReleaseNotesNotifyChange, getWaveTemplateReleaseNotes_imperative, getWaveTemplate_imperative, getWaveTemplates, getWaveTemplates_imperative, getXmd, getXmd_imperative, ingestDataConnector, updateDataConnector, updateDataflowJob, updateDataset, updateDatasetVersion, updatePartialWaveFolder, updateRecipe, updateRecipeNotification, updateReplicatedDataset, updateReplicatedFields, updateSchedule, updateWaveFolder, updateXmd, validateWaveTemplate };
|
|
30978
|
-
// version: 1.
|
|
30978
|
+
// version: 1.362.0-d2e818ae61
|