@salesforce/lds-adapters-analytics-wave 1.135.0 → 1.136.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 +43 -11
- package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasets.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCollectionRepresentation.d.ts +3 -3
- package/package.json +1 -1
- package/sfdc/index.js +44 -12
|
@@ -16475,7 +16475,7 @@ const getDataflowJobNodeAdapterFactory = (luvio) => function WAVE__getDataflowJo
|
|
|
16475
16475
|
};
|
|
16476
16476
|
|
|
16477
16477
|
const TTL$g = 300;
|
|
16478
|
-
const VERSION$K = "
|
|
16478
|
+
const VERSION$K = "da46e1d61215f82374d4f58f9a9458bd";
|
|
16479
16479
|
function validate$1n(obj, path = 'DatasetCollectionRepresentation') {
|
|
16480
16480
|
const v_error = (() => {
|
|
16481
16481
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -16526,8 +16526,29 @@ function validate$1n(obj, path = 'DatasetCollectionRepresentation') {
|
|
|
16526
16526
|
}
|
|
16527
16527
|
const obj_url = obj.url;
|
|
16528
16528
|
const path_url = path + '.url';
|
|
16529
|
-
|
|
16530
|
-
|
|
16529
|
+
let obj_url_union0 = null;
|
|
16530
|
+
const obj_url_union0_error = (() => {
|
|
16531
|
+
if (typeof obj_url !== 'string') {
|
|
16532
|
+
return new TypeError('Expected "string" but received "' + typeof obj_url + '" (at "' + path_url + '")');
|
|
16533
|
+
}
|
|
16534
|
+
})();
|
|
16535
|
+
if (obj_url_union0_error != null) {
|
|
16536
|
+
obj_url_union0 = obj_url_union0_error.message;
|
|
16537
|
+
}
|
|
16538
|
+
let obj_url_union1 = null;
|
|
16539
|
+
const obj_url_union1_error = (() => {
|
|
16540
|
+
if (obj_url !== null) {
|
|
16541
|
+
return new TypeError('Expected "null" but received "' + typeof obj_url + '" (at "' + path_url + '")');
|
|
16542
|
+
}
|
|
16543
|
+
})();
|
|
16544
|
+
if (obj_url_union1_error != null) {
|
|
16545
|
+
obj_url_union1 = obj_url_union1_error.message;
|
|
16546
|
+
}
|
|
16547
|
+
if (obj_url_union0 && obj_url_union1) {
|
|
16548
|
+
let message = 'Object doesn\'t match union (at "' + path_url + '")';
|
|
16549
|
+
message += '\n' + obj_url_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
16550
|
+
message += '\n' + obj_url_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
16551
|
+
return new TypeError(message);
|
|
16531
16552
|
}
|
|
16532
16553
|
})();
|
|
16533
16554
|
return v_error === undefined ? null : v_error;
|
|
@@ -16585,11 +16606,6 @@ function equals$H(existing, incoming) {
|
|
|
16585
16606
|
if (!(existing_totalSize === incoming_totalSize)) {
|
|
16586
16607
|
return false;
|
|
16587
16608
|
}
|
|
16588
|
-
const existing_url = existing.url;
|
|
16589
|
-
const incoming_url = incoming.url;
|
|
16590
|
-
if (!(existing_url === incoming_url)) {
|
|
16591
|
-
return false;
|
|
16592
|
-
}
|
|
16593
16609
|
const existing_datasets = existing.datasets;
|
|
16594
16610
|
const incoming_datasets = incoming.datasets;
|
|
16595
16611
|
const equals_datasets_items = equalsArray(existing_datasets, incoming_datasets, (existing_datasets_item, incoming_datasets_item) => {
|
|
@@ -16605,6 +16621,11 @@ function equals$H(existing, incoming) {
|
|
|
16605
16621
|
if (!(existing_nextPageUrl === incoming_nextPageUrl)) {
|
|
16606
16622
|
return false;
|
|
16607
16623
|
}
|
|
16624
|
+
const existing_url = existing.url;
|
|
16625
|
+
const incoming_url = incoming.url;
|
|
16626
|
+
if (!(existing_url === incoming_url)) {
|
|
16627
|
+
return false;
|
|
16628
|
+
}
|
|
16608
16629
|
return true;
|
|
16609
16630
|
}
|
|
16610
16631
|
const ingest$j = function DatasetCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
@@ -16657,7 +16678,7 @@ function select$1c(luvio, params) {
|
|
|
16657
16678
|
return select$1d();
|
|
16658
16679
|
}
|
|
16659
16680
|
function keyBuilder$N(luvio, params) {
|
|
16660
|
-
return keyPrefix + '::DatasetCollectionRepresentation:(' + 'createdAfter:' + params.queryParams.createdAfter + ',' + 'createdBefore:' + params.queryParams.createdBefore + ',' + 'datasetTypes:' + params.queryParams.datasetTypes + ',' + 'folderId:' + params.queryParams.folderId + ',' + 'hasCurrentOnly:' + params.queryParams.hasCurrentOnly + ',' + 'includeCurrentVersion:' + params.queryParams.includeCurrentVersion + ',' + 'lastQueriedAfter:' + params.queryParams.lastQueriedAfter + ',' + 'lastQueriedBefore:' + params.queryParams.lastQueriedBefore + ',' + 'licenseType:' + params.queryParams.licenseType + ',' + 'order:' + params.queryParams.order + ',' + 'page:' + params.queryParams.page + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'q:' + params.queryParams.q + ',' + 'scope:' + params.queryParams.scope + ',' + 'sort:' + params.queryParams.sort + ')';
|
|
16681
|
+
return keyPrefix + '::DatasetCollectionRepresentation:(' + 'createdAfter:' + params.queryParams.createdAfter + ',' + 'createdBefore:' + params.queryParams.createdBefore + ',' + 'datasetTypes:' + params.queryParams.datasetTypes + ',' + 'folderId:' + params.queryParams.folderId + ',' + 'hasCurrentOnly:' + params.queryParams.hasCurrentOnly + ',' + 'ids:' + params.queryParams.ids + ',' + 'includeCurrentVersion:' + params.queryParams.includeCurrentVersion + ',' + 'lastQueriedAfter:' + params.queryParams.lastQueriedAfter + ',' + 'lastQueriedBefore:' + params.queryParams.lastQueriedBefore + ',' + 'licenseType:' + params.queryParams.licenseType + ',' + 'order:' + params.queryParams.order + ',' + 'page:' + params.queryParams.page + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'q:' + params.queryParams.q + ',' + 'scope:' + params.queryParams.scope + ',' + 'sort:' + params.queryParams.sort + ')';
|
|
16661
16682
|
}
|
|
16662
16683
|
function getResponseCacheKeys$x(luvio, resourceParams, response) {
|
|
16663
16684
|
return getTypeCacheKeys$j(luvio, response, () => keyBuilder$N(luvio, resourceParams));
|
|
@@ -16709,13 +16730,13 @@ const getDatasets_ConfigPropertyNames = {
|
|
|
16709
16730
|
displayName: 'getDatasets',
|
|
16710
16731
|
parameters: {
|
|
16711
16732
|
required: [],
|
|
16712
|
-
optional: ['createdAfter', 'createdBefore', 'datasetTypes', 'folderId', 'hasCurrentOnly', 'includeCurrentVersion', 'lastQueriedAfter', 'lastQueriedBefore', 'licenseType', 'order', 'page', 'pageSize', 'q', 'scope', 'sort']
|
|
16733
|
+
optional: ['createdAfter', 'createdBefore', 'datasetTypes', 'folderId', 'hasCurrentOnly', 'ids', 'includeCurrentVersion', 'lastQueriedAfter', 'lastQueriedBefore', 'licenseType', 'order', 'page', 'pageSize', 'q', 'scope', 'sort']
|
|
16713
16734
|
}
|
|
16714
16735
|
};
|
|
16715
16736
|
function createResourceParams$x(config) {
|
|
16716
16737
|
const resourceParams = {
|
|
16717
16738
|
queryParams: {
|
|
16718
|
-
createdAfter: config.createdAfter, createdBefore: config.createdBefore, datasetTypes: config.datasetTypes, folderId: config.folderId, hasCurrentOnly: config.hasCurrentOnly, includeCurrentVersion: config.includeCurrentVersion, lastQueriedAfter: config.lastQueriedAfter, lastQueriedBefore: config.lastQueriedBefore, licenseType: config.licenseType, order: config.order, page: config.page, pageSize: config.pageSize, q: config.q, scope: config.scope, sort: config.sort
|
|
16739
|
+
createdAfter: config.createdAfter, createdBefore: config.createdBefore, datasetTypes: config.datasetTypes, folderId: config.folderId, hasCurrentOnly: config.hasCurrentOnly, ids: config.ids, includeCurrentVersion: config.includeCurrentVersion, lastQueriedAfter: config.lastQueriedAfter, lastQueriedBefore: config.lastQueriedBefore, licenseType: config.licenseType, order: config.order, page: config.page, pageSize: config.pageSize, q: config.q, scope: config.scope, sort: config.sort
|
|
16719
16740
|
}
|
|
16720
16741
|
};
|
|
16721
16742
|
return resourceParams;
|
|
@@ -16753,6 +16774,17 @@ function typeCheckConfig$x(untrustedConfig) {
|
|
|
16753
16774
|
if (typeof untrustedConfig_hasCurrentOnly === 'boolean') {
|
|
16754
16775
|
config.hasCurrentOnly = untrustedConfig_hasCurrentOnly;
|
|
16755
16776
|
}
|
|
16777
|
+
const untrustedConfig_ids = untrustedConfig.ids;
|
|
16778
|
+
if (ArrayIsArray$1(untrustedConfig_ids)) {
|
|
16779
|
+
const untrustedConfig_ids_array = [];
|
|
16780
|
+
for (let i = 0, arrayLength = untrustedConfig_ids.length; i < arrayLength; i++) {
|
|
16781
|
+
const untrustedConfig_ids_item = untrustedConfig_ids[i];
|
|
16782
|
+
if (typeof untrustedConfig_ids_item === 'string') {
|
|
16783
|
+
untrustedConfig_ids_array.push(untrustedConfig_ids_item);
|
|
16784
|
+
}
|
|
16785
|
+
}
|
|
16786
|
+
config.ids = untrustedConfig_ids_array;
|
|
16787
|
+
}
|
|
16756
16788
|
const untrustedConfig_includeCurrentVersion = untrustedConfig.includeCurrentVersion;
|
|
16757
16789
|
if (typeof untrustedConfig_includeCurrentVersion === 'boolean') {
|
|
16758
16790
|
config.includeCurrentVersion = untrustedConfig_includeCurrentVersion;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, 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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
2
|
import { DatasetRepresentation as DatasetRepresentation_DatasetRepresentation } from './DatasetRepresentation';
|
|
3
3
|
export declare const TTL = 300;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "da46e1d61215f82374d4f58f9a9458bd";
|
|
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: DatasetCollectionRepresentation, existing: DatasetCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetCollectionRepresentationNormalized;
|
|
@@ -32,7 +32,7 @@ export interface DatasetCollectionRepresentationNormalized {
|
|
|
32
32
|
/** Gets the total count of the elements in the collection irrespective of the page. */
|
|
33
33
|
totalSize: number;
|
|
34
34
|
/** URL to get the collection. */
|
|
35
|
-
url: string;
|
|
35
|
+
url: string | null;
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
38
|
* A collection of Wave Datasets.
|
|
@@ -44,5 +44,5 @@ export interface DatasetCollectionRepresentation {
|
|
|
44
44
|
datasets: Array<DatasetRepresentation_DatasetRepresentation>;
|
|
45
45
|
nextPageUrl: string | null;
|
|
46
46
|
totalSize: number;
|
|
47
|
-
url: string;
|
|
47
|
+
url: string | null;
|
|
48
48
|
}
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -21376,7 +21376,7 @@ const getDatasetVersionsAdapterFactory = (luvio) => function WAVE__getDatasetVer
|
|
|
21376
21376
|
};
|
|
21377
21377
|
|
|
21378
21378
|
const TTL$d = 300;
|
|
21379
|
-
const VERSION$B = "
|
|
21379
|
+
const VERSION$B = "da46e1d61215f82374d4f58f9a9458bd";
|
|
21380
21380
|
function validate$O(obj, path = 'DatasetCollectionRepresentation') {
|
|
21381
21381
|
const v_error = (() => {
|
|
21382
21382
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -21427,8 +21427,29 @@ function validate$O(obj, path = 'DatasetCollectionRepresentation') {
|
|
|
21427
21427
|
}
|
|
21428
21428
|
const obj_url = obj.url;
|
|
21429
21429
|
const path_url = path + '.url';
|
|
21430
|
-
|
|
21431
|
-
|
|
21430
|
+
let obj_url_union0 = null;
|
|
21431
|
+
const obj_url_union0_error = (() => {
|
|
21432
|
+
if (typeof obj_url !== 'string') {
|
|
21433
|
+
return new TypeError('Expected "string" but received "' + typeof obj_url + '" (at "' + path_url + '")');
|
|
21434
|
+
}
|
|
21435
|
+
})();
|
|
21436
|
+
if (obj_url_union0_error != null) {
|
|
21437
|
+
obj_url_union0 = obj_url_union0_error.message;
|
|
21438
|
+
}
|
|
21439
|
+
let obj_url_union1 = null;
|
|
21440
|
+
const obj_url_union1_error = (() => {
|
|
21441
|
+
if (obj_url !== null) {
|
|
21442
|
+
return new TypeError('Expected "null" but received "' + typeof obj_url + '" (at "' + path_url + '")');
|
|
21443
|
+
}
|
|
21444
|
+
})();
|
|
21445
|
+
if (obj_url_union1_error != null) {
|
|
21446
|
+
obj_url_union1 = obj_url_union1_error.message;
|
|
21447
|
+
}
|
|
21448
|
+
if (obj_url_union0 && obj_url_union1) {
|
|
21449
|
+
let message = 'Object doesn\'t match union (at "' + path_url + '")';
|
|
21450
|
+
message += '\n' + obj_url_union0.split('\n').map((line) => '\t' + line).join('\n');
|
|
21451
|
+
message += '\n' + obj_url_union1.split('\n').map((line) => '\t' + line).join('\n');
|
|
21452
|
+
return new TypeError(message);
|
|
21432
21453
|
}
|
|
21433
21454
|
})();
|
|
21434
21455
|
return v_error === undefined ? null : v_error;
|
|
@@ -21486,11 +21507,6 @@ function equals$y(existing, incoming) {
|
|
|
21486
21507
|
if (!(existing_totalSize === incoming_totalSize)) {
|
|
21487
21508
|
return false;
|
|
21488
21509
|
}
|
|
21489
|
-
const existing_url = existing.url;
|
|
21490
|
-
const incoming_url = incoming.url;
|
|
21491
|
-
if (!(existing_url === incoming_url)) {
|
|
21492
|
-
return false;
|
|
21493
|
-
}
|
|
21494
21510
|
const existing_datasets = existing.datasets;
|
|
21495
21511
|
const incoming_datasets = incoming.datasets;
|
|
21496
21512
|
const equals_datasets_items = equalsArray(existing_datasets, incoming_datasets, (existing_datasets_item, incoming_datasets_item) => {
|
|
@@ -21506,6 +21522,11 @@ function equals$y(existing, incoming) {
|
|
|
21506
21522
|
if (!(existing_nextPageUrl === incoming_nextPageUrl)) {
|
|
21507
21523
|
return false;
|
|
21508
21524
|
}
|
|
21525
|
+
const existing_url = existing.url;
|
|
21526
|
+
const incoming_url = incoming.url;
|
|
21527
|
+
if (!(existing_url === incoming_url)) {
|
|
21528
|
+
return false;
|
|
21529
|
+
}
|
|
21509
21530
|
return true;
|
|
21510
21531
|
}
|
|
21511
21532
|
const ingest$d = function DatasetCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
@@ -21558,7 +21579,7 @@ function select$10(luvio, params) {
|
|
|
21558
21579
|
return select$11();
|
|
21559
21580
|
}
|
|
21560
21581
|
function keyBuilder$B(luvio, params) {
|
|
21561
|
-
return keyPrefix + '::DatasetCollectionRepresentation:(' + 'createdAfter:' + params.queryParams.createdAfter + ',' + 'createdBefore:' + params.queryParams.createdBefore + ',' + 'datasetTypes:' + params.queryParams.datasetTypes + ',' + 'folderId:' + params.queryParams.folderId + ',' + 'hasCurrentOnly:' + params.queryParams.hasCurrentOnly + ',' + 'includeCurrentVersion:' + params.queryParams.includeCurrentVersion + ',' + 'lastQueriedAfter:' + params.queryParams.lastQueriedAfter + ',' + 'lastQueriedBefore:' + params.queryParams.lastQueriedBefore + ',' + 'licenseType:' + params.queryParams.licenseType + ',' + 'order:' + params.queryParams.order + ',' + 'page:' + params.queryParams.page + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'q:' + params.queryParams.q + ',' + 'scope:' + params.queryParams.scope + ',' + 'sort:' + params.queryParams.sort + ')';
|
|
21582
|
+
return keyPrefix + '::DatasetCollectionRepresentation:(' + 'createdAfter:' + params.queryParams.createdAfter + ',' + 'createdBefore:' + params.queryParams.createdBefore + ',' + 'datasetTypes:' + params.queryParams.datasetTypes + ',' + 'folderId:' + params.queryParams.folderId + ',' + 'hasCurrentOnly:' + params.queryParams.hasCurrentOnly + ',' + 'ids:' + params.queryParams.ids + ',' + 'includeCurrentVersion:' + params.queryParams.includeCurrentVersion + ',' + 'lastQueriedAfter:' + params.queryParams.lastQueriedAfter + ',' + 'lastQueriedBefore:' + params.queryParams.lastQueriedBefore + ',' + 'licenseType:' + params.queryParams.licenseType + ',' + 'order:' + params.queryParams.order + ',' + 'page:' + params.queryParams.page + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'q:' + params.queryParams.q + ',' + 'scope:' + params.queryParams.scope + ',' + 'sort:' + params.queryParams.sort + ')';
|
|
21562
21583
|
}
|
|
21563
21584
|
function getResponseCacheKeys$r(luvio, resourceParams, response) {
|
|
21564
21585
|
return getTypeCacheKeys$d(luvio, response, () => keyBuilder$B(luvio, resourceParams));
|
|
@@ -21610,13 +21631,13 @@ const getDatasets_ConfigPropertyNames = {
|
|
|
21610
21631
|
displayName: 'getDatasets',
|
|
21611
21632
|
parameters: {
|
|
21612
21633
|
required: [],
|
|
21613
|
-
optional: ['createdAfter', 'createdBefore', 'datasetTypes', 'folderId', 'hasCurrentOnly', 'includeCurrentVersion', 'lastQueriedAfter', 'lastQueriedBefore', 'licenseType', 'order', 'page', 'pageSize', 'q', 'scope', 'sort']
|
|
21634
|
+
optional: ['createdAfter', 'createdBefore', 'datasetTypes', 'folderId', 'hasCurrentOnly', 'ids', 'includeCurrentVersion', 'lastQueriedAfter', 'lastQueriedBefore', 'licenseType', 'order', 'page', 'pageSize', 'q', 'scope', 'sort']
|
|
21614
21635
|
}
|
|
21615
21636
|
};
|
|
21616
21637
|
function createResourceParams$r(config) {
|
|
21617
21638
|
const resourceParams = {
|
|
21618
21639
|
queryParams: {
|
|
21619
|
-
createdAfter: config.createdAfter, createdBefore: config.createdBefore, datasetTypes: config.datasetTypes, folderId: config.folderId, hasCurrentOnly: config.hasCurrentOnly, includeCurrentVersion: config.includeCurrentVersion, lastQueriedAfter: config.lastQueriedAfter, lastQueriedBefore: config.lastQueriedBefore, licenseType: config.licenseType, order: config.order, page: config.page, pageSize: config.pageSize, q: config.q, scope: config.scope, sort: config.sort
|
|
21640
|
+
createdAfter: config.createdAfter, createdBefore: config.createdBefore, datasetTypes: config.datasetTypes, folderId: config.folderId, hasCurrentOnly: config.hasCurrentOnly, ids: config.ids, includeCurrentVersion: config.includeCurrentVersion, lastQueriedAfter: config.lastQueriedAfter, lastQueriedBefore: config.lastQueriedBefore, licenseType: config.licenseType, order: config.order, page: config.page, pageSize: config.pageSize, q: config.q, scope: config.scope, sort: config.sort
|
|
21620
21641
|
}
|
|
21621
21642
|
};
|
|
21622
21643
|
return resourceParams;
|
|
@@ -21654,6 +21675,17 @@ function typeCheckConfig$r(untrustedConfig) {
|
|
|
21654
21675
|
if (typeof untrustedConfig_hasCurrentOnly === 'boolean') {
|
|
21655
21676
|
config.hasCurrentOnly = untrustedConfig_hasCurrentOnly;
|
|
21656
21677
|
}
|
|
21678
|
+
const untrustedConfig_ids = untrustedConfig.ids;
|
|
21679
|
+
if (ArrayIsArray$1(untrustedConfig_ids)) {
|
|
21680
|
+
const untrustedConfig_ids_array = [];
|
|
21681
|
+
for (let i = 0, arrayLength = untrustedConfig_ids.length; i < arrayLength; i++) {
|
|
21682
|
+
const untrustedConfig_ids_item = untrustedConfig_ids[i];
|
|
21683
|
+
if (typeof untrustedConfig_ids_item === 'string') {
|
|
21684
|
+
untrustedConfig_ids_array.push(untrustedConfig_ids_item);
|
|
21685
|
+
}
|
|
21686
|
+
}
|
|
21687
|
+
config.ids = untrustedConfig_ids_array;
|
|
21688
|
+
}
|
|
21657
21689
|
const untrustedConfig_includeCurrentVersion = untrustedConfig.includeCurrentVersion;
|
|
21658
21690
|
if (typeof untrustedConfig_includeCurrentVersion === 'boolean') {
|
|
21659
21691
|
config.includeCurrentVersion = untrustedConfig_includeCurrentVersion;
|
|
@@ -32343,4 +32375,4 @@ withDefaultLuvio((luvio) => {
|
|
|
32343
32375
|
});
|
|
32344
32376
|
|
|
32345
32377
|
export { createDataConnector, createDataflowJob, createDataset, createDatasetVersion, createReplicatedDataset, deleteDataConnector, deleteDataset, deleteRecipe, deleteReplicatedDataset, 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, 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, updateRecipe, updateRecipeNotification, updateReplicatedDataset, updateReplicatedFields, updateSchedule, updateXmd, validateWaveTemplate };
|
|
32346
|
-
// version: 1.
|
|
32378
|
+
// version: 1.136.0-00f6ce321
|