@salesforce/lds-adapters-analytics-wave 1.427.0 → 1.428.0-dev10
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 +922 -766
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceFieldsWithAdvProps.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeStageParentsRepresentation.d.ts +10 -4
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeStageRepresentation.d.ts +10 -4
- package/package.json +4 -4
- package/sfdc/index.js +1209 -992
- package/src/raml/api.raml +12 -0
- package/src/raml/luvio.raml +19 -4
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { serializeStructuredKey, ingestShape, deepFreeze, buildNetworkSnapshotCachePolicy as buildNetworkSnapshotCachePolicy$
|
|
7
|
+
import { serializeStructuredKey, ingestShape, deepFreeze, buildNetworkSnapshotCachePolicy as buildNetworkSnapshotCachePolicy$F, typeCheckConfig as typeCheckConfig$12, StoreKeyMap, createResourceParams as createResourceParams$12 } from '@luvio/engine';
|
|
8
8
|
|
|
9
9
|
const { hasOwnProperty: ObjectPrototypeHasOwnProperty } = Object.prototype;
|
|
10
10
|
const { keys: ObjectKeys$1, create: ObjectCreate$1 } = Object;
|
|
@@ -208,7 +208,7 @@ function validate$2M(obj, path = 'ActionRepresentation') {
|
|
|
208
208
|
})();
|
|
209
209
|
return v_error === undefined ? null : v_error;
|
|
210
210
|
}
|
|
211
|
-
const select$
|
|
211
|
+
const select$2U = function ActionRepresentationSelect() {
|
|
212
212
|
return {
|
|
213
213
|
kind: 'Fragment',
|
|
214
214
|
version: VERSION$1X,
|
|
@@ -322,8 +322,8 @@ const RepresentationType$Q = 'ActionCollectionRepresentation';
|
|
|
322
322
|
function normalize$O(input, existing, path, luvio, store, timestamp) {
|
|
323
323
|
return input;
|
|
324
324
|
}
|
|
325
|
-
const select$
|
|
326
|
-
const { selections: ActionRepresentation__selections, opaque: ActionRepresentation__opaque, } = select$
|
|
325
|
+
const select$2T = function ActionCollectionRepresentationSelect() {
|
|
326
|
+
const { selections: ActionRepresentation__selections, opaque: ActionRepresentation__opaque, } = select$2U();
|
|
327
327
|
return {
|
|
328
328
|
kind: 'Fragment',
|
|
329
329
|
version: VERSION$1W,
|
|
@@ -373,22 +373,22 @@ function getTypeCacheKeys$P(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
373
373
|
});
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
function select$
|
|
377
|
-
return select$
|
|
376
|
+
function select$2S(luvio, params) {
|
|
377
|
+
return select$2T();
|
|
378
378
|
}
|
|
379
|
-
function keyBuilder$
|
|
379
|
+
function keyBuilder$1H(luvio, params) {
|
|
380
380
|
return keyPrefix + '::ActionCollectionRepresentation:(' + 'entityId:' + params.urlParams.entityId + ')';
|
|
381
381
|
}
|
|
382
|
-
function getResponseCacheKeys$
|
|
383
|
-
getTypeCacheKeys$P(storeKeyMap, luvio, response, () => keyBuilder$
|
|
382
|
+
function getResponseCacheKeys$11(storeKeyMap, luvio, resourceParams, response) {
|
|
383
|
+
getTypeCacheKeys$P(storeKeyMap, luvio, response, () => keyBuilder$1H(luvio, resourceParams));
|
|
384
384
|
}
|
|
385
|
-
function ingestSuccess$
|
|
385
|
+
function ingestSuccess$Y(luvio, resourceParams, response, snapshotRefresh) {
|
|
386
386
|
const { body } = response;
|
|
387
|
-
const key = keyBuilder$
|
|
387
|
+
const key = keyBuilder$1H(luvio, resourceParams);
|
|
388
388
|
luvio.storeIngest(key, ingest$P, body);
|
|
389
389
|
const snapshot = luvio.storeLookup({
|
|
390
390
|
recordId: key,
|
|
391
|
-
node: select$
|
|
391
|
+
node: select$2S(),
|
|
392
392
|
variables: {},
|
|
393
393
|
}, snapshotRefresh);
|
|
394
394
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -399,8 +399,8 @@ function ingestSuccess$X(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
399
399
|
deepFreeze(snapshot.data);
|
|
400
400
|
return snapshot;
|
|
401
401
|
}
|
|
402
|
-
function ingestError$
|
|
403
|
-
const key = keyBuilder$
|
|
402
|
+
function ingestError$E(luvio, params, error, snapshotRefresh) {
|
|
403
|
+
const key = keyBuilder$1H(luvio, params);
|
|
404
404
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
405
405
|
const storeMetadataParams = {
|
|
406
406
|
ttl: TTL$B,
|
|
@@ -411,7 +411,7 @@ function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
|
411
411
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
412
412
|
return errorSnapshot;
|
|
413
413
|
}
|
|
414
|
-
function createResourceRequest$
|
|
414
|
+
function createResourceRequest$11(config) {
|
|
415
415
|
const headers = {};
|
|
416
416
|
return {
|
|
417
417
|
baseUri: '/services/data/v67.0',
|
|
@@ -425,90 +425,90 @@ function createResourceRequest$10(config) {
|
|
|
425
425
|
};
|
|
426
426
|
}
|
|
427
427
|
|
|
428
|
-
const adapterName$
|
|
428
|
+
const adapterName$11 = 'getActions';
|
|
429
429
|
const getActions_ConfigPropertyMetadata = [
|
|
430
430
|
generateParamConfigMetadata('entityId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
431
431
|
];
|
|
432
|
-
const getActions_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
433
|
-
const createResourceParams$
|
|
434
|
-
function keyBuilder$
|
|
435
|
-
const resourceParams = createResourceParams$
|
|
436
|
-
return keyBuilder$
|
|
432
|
+
const getActions_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$11, getActions_ConfigPropertyMetadata);
|
|
433
|
+
const createResourceParams$11 = /*#__PURE__*/ createResourceParams$12(getActions_ConfigPropertyMetadata);
|
|
434
|
+
function keyBuilder$1G(luvio, config) {
|
|
435
|
+
const resourceParams = createResourceParams$11(config);
|
|
436
|
+
return keyBuilder$1H(luvio, resourceParams);
|
|
437
437
|
}
|
|
438
|
-
function typeCheckConfig$
|
|
438
|
+
function typeCheckConfig$11(untrustedConfig) {
|
|
439
439
|
const config = {};
|
|
440
|
-
typeCheckConfig$
|
|
440
|
+
typeCheckConfig$12(untrustedConfig, config, getActions_ConfigPropertyMetadata);
|
|
441
441
|
return config;
|
|
442
442
|
}
|
|
443
|
-
function validateAdapterConfig$
|
|
443
|
+
function validateAdapterConfig$11(untrustedConfig, configPropertyNames) {
|
|
444
444
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
445
445
|
return null;
|
|
446
446
|
}
|
|
447
447
|
if (process.env.NODE_ENV !== 'production') {
|
|
448
448
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
449
449
|
}
|
|
450
|
-
const config = typeCheckConfig$
|
|
450
|
+
const config = typeCheckConfig$11(untrustedConfig);
|
|
451
451
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
452
452
|
return null;
|
|
453
453
|
}
|
|
454
454
|
return config;
|
|
455
455
|
}
|
|
456
|
-
function adapterFragment$
|
|
457
|
-
createResourceParams$
|
|
458
|
-
return select$
|
|
456
|
+
function adapterFragment$E(luvio, config) {
|
|
457
|
+
createResourceParams$11(config);
|
|
458
|
+
return select$2S();
|
|
459
459
|
}
|
|
460
|
-
function onFetchResponseSuccess$
|
|
461
|
-
const snapshot = ingestSuccess$
|
|
460
|
+
function onFetchResponseSuccess$I(luvio, config, resourceParams, response) {
|
|
461
|
+
const snapshot = ingestSuccess$Y(luvio, resourceParams, response, {
|
|
462
462
|
config,
|
|
463
|
-
resolve: () => buildNetworkSnapshot$
|
|
463
|
+
resolve: () => buildNetworkSnapshot$12(luvio, config, snapshotRefreshOptions)
|
|
464
464
|
});
|
|
465
465
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
466
466
|
}
|
|
467
|
-
function onFetchResponseError$
|
|
468
|
-
const snapshot = ingestError$
|
|
467
|
+
function onFetchResponseError$I(luvio, config, resourceParams, response) {
|
|
468
|
+
const snapshot = ingestError$E(luvio, resourceParams, response, {
|
|
469
469
|
config,
|
|
470
|
-
resolve: () => buildNetworkSnapshot$
|
|
470
|
+
resolve: () => buildNetworkSnapshot$12(luvio, config, snapshotRefreshOptions)
|
|
471
471
|
});
|
|
472
472
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
473
473
|
}
|
|
474
|
-
function buildNetworkSnapshot$
|
|
475
|
-
const resourceParams = createResourceParams$
|
|
476
|
-
const request = createResourceRequest$
|
|
474
|
+
function buildNetworkSnapshot$12(luvio, config, options) {
|
|
475
|
+
const resourceParams = createResourceParams$11(config);
|
|
476
|
+
const request = createResourceRequest$11(resourceParams);
|
|
477
477
|
return luvio.dispatchResourceRequest(request, options)
|
|
478
478
|
.then((response) => {
|
|
479
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$
|
|
479
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$I(luvio, config, resourceParams, response), () => {
|
|
480
480
|
const cache = new StoreKeyMap();
|
|
481
|
-
getResponseCacheKeys$
|
|
481
|
+
getResponseCacheKeys$11(cache, luvio, resourceParams, response.body);
|
|
482
482
|
return cache;
|
|
483
483
|
});
|
|
484
484
|
}, (response) => {
|
|
485
|
-
return luvio.handleErrorResponse(() => onFetchResponseError$
|
|
485
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$I(luvio, config, resourceParams, response));
|
|
486
486
|
});
|
|
487
487
|
}
|
|
488
|
-
function buildNetworkSnapshotCachePolicy$
|
|
489
|
-
return buildNetworkSnapshotCachePolicy$
|
|
488
|
+
function buildNetworkSnapshotCachePolicy$E(context, coercedAdapterRequestContext) {
|
|
489
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$12, undefined, false);
|
|
490
490
|
}
|
|
491
|
-
function buildCachedSnapshotCachePolicy$
|
|
491
|
+
function buildCachedSnapshotCachePolicy$I(context, storeLookup) {
|
|
492
492
|
const { luvio, config } = context;
|
|
493
493
|
const selector = {
|
|
494
|
-
recordId: keyBuilder$
|
|
495
|
-
node: adapterFragment$
|
|
494
|
+
recordId: keyBuilder$1G(luvio, config),
|
|
495
|
+
node: adapterFragment$E(luvio, config),
|
|
496
496
|
variables: {},
|
|
497
497
|
};
|
|
498
498
|
const cacheSnapshot = storeLookup(selector, {
|
|
499
499
|
config,
|
|
500
|
-
resolve: () => buildNetworkSnapshot$
|
|
500
|
+
resolve: () => buildNetworkSnapshot$12(luvio, config, snapshotRefreshOptions)
|
|
501
501
|
});
|
|
502
502
|
return cacheSnapshot;
|
|
503
503
|
}
|
|
504
504
|
const getActionsAdapterFactory = (luvio) => function WAVE__getActions(untrustedConfig, requestContext) {
|
|
505
|
-
const config = validateAdapterConfig$
|
|
505
|
+
const config = validateAdapterConfig$11(untrustedConfig, getActions_ConfigPropertyNames);
|
|
506
506
|
// Invalid or incomplete config
|
|
507
507
|
if (config === null) {
|
|
508
508
|
return null;
|
|
509
509
|
}
|
|
510
510
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
511
|
-
buildCachedSnapshotCachePolicy$
|
|
511
|
+
buildCachedSnapshotCachePolicy$I, buildNetworkSnapshotCachePolicy$E);
|
|
512
512
|
};
|
|
513
513
|
|
|
514
514
|
const VERSION$1V = "5d123dd51422aa09451217b1e392922f";
|
|
@@ -562,7 +562,7 @@ function validate$2K(obj, path = 'WaveUserRepresentation') {
|
|
|
562
562
|
})();
|
|
563
563
|
return v_error === undefined ? null : v_error;
|
|
564
564
|
}
|
|
565
|
-
const select$
|
|
565
|
+
const select$2R = function WaveUserRepresentationSelect() {
|
|
566
566
|
return {
|
|
567
567
|
kind: 'Fragment',
|
|
568
568
|
version: VERSION$1V,
|
|
@@ -656,8 +656,8 @@ function validate$2J(obj, path = 'JobEventRepresentation') {
|
|
|
656
656
|
})();
|
|
657
657
|
return v_error === undefined ? null : v_error;
|
|
658
658
|
}
|
|
659
|
-
const select$
|
|
660
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
659
|
+
const select$2Q = function JobEventRepresentationSelect() {
|
|
660
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
661
661
|
return {
|
|
662
662
|
kind: 'Fragment',
|
|
663
663
|
version: VERSION$1U,
|
|
@@ -722,8 +722,8 @@ function validate$2I(obj, path = 'JobEventCollectionRepresentation') {
|
|
|
722
722
|
})();
|
|
723
723
|
return v_error === undefined ? null : v_error;
|
|
724
724
|
}
|
|
725
|
-
const select$
|
|
726
|
-
const { selections: JobEventRepresentation__selections, opaque: JobEventRepresentation__opaque, } = select$
|
|
725
|
+
const select$2P = function JobEventCollectionRepresentationSelect() {
|
|
726
|
+
const { selections: JobEventRepresentation__selections, opaque: JobEventRepresentation__opaque, } = select$2Q();
|
|
727
727
|
return {
|
|
728
728
|
kind: 'Fragment',
|
|
729
729
|
version: VERSION$1T,
|
|
@@ -772,7 +772,7 @@ function validate$2H(obj, path = 'TimeZoneRepresentation') {
|
|
|
772
772
|
})();
|
|
773
773
|
return v_error === undefined ? null : v_error;
|
|
774
774
|
}
|
|
775
|
-
const select$
|
|
775
|
+
const select$2O = function TimeZoneRepresentationSelect() {
|
|
776
776
|
return {
|
|
777
777
|
kind: 'Fragment',
|
|
778
778
|
version: VERSION$1S,
|
|
@@ -839,8 +839,8 @@ function validate$2G(obj, path = 'TimeRepresentation') {
|
|
|
839
839
|
})();
|
|
840
840
|
return v_error === undefined ? null : v_error;
|
|
841
841
|
}
|
|
842
|
-
const select$
|
|
843
|
-
const { selections: TimeZoneRepresentation__selections, opaque: TimeZoneRepresentation__opaque, } = select$
|
|
842
|
+
const select$2N = function TimeRepresentationSelect() {
|
|
843
|
+
const { selections: TimeZoneRepresentation__selections, opaque: TimeZoneRepresentation__opaque, } = select$2O();
|
|
844
844
|
return {
|
|
845
845
|
kind: 'Fragment',
|
|
846
846
|
version: VERSION$1R,
|
|
@@ -925,8 +925,8 @@ function keyBuilderFromType$u(luvio, object) {
|
|
|
925
925
|
function normalize$N(input, existing, path, luvio, store, timestamp) {
|
|
926
926
|
return input;
|
|
927
927
|
}
|
|
928
|
-
const select$
|
|
929
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
928
|
+
const select$2M = function HourlyScheduleRepresentationSelect() {
|
|
929
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
930
930
|
return {
|
|
931
931
|
kind: 'Fragment',
|
|
932
932
|
version: VERSION$1Q,
|
|
@@ -1038,8 +1038,8 @@ function keyBuilderFromType$t(luvio, object) {
|
|
|
1038
1038
|
function normalize$M(input, existing, path, luvio, store, timestamp) {
|
|
1039
1039
|
return input;
|
|
1040
1040
|
}
|
|
1041
|
-
const select$
|
|
1042
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1041
|
+
const select$2L = function MonthlySpecificScheduleRepresentationSelect() {
|
|
1042
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
1043
1043
|
return {
|
|
1044
1044
|
kind: 'Fragment',
|
|
1045
1045
|
version: VERSION$1P,
|
|
@@ -1136,8 +1136,8 @@ function keyBuilderFromType$s(luvio, object) {
|
|
|
1136
1136
|
function normalize$L(input, existing, path, luvio, store, timestamp) {
|
|
1137
1137
|
return input;
|
|
1138
1138
|
}
|
|
1139
|
-
const select$
|
|
1140
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1139
|
+
const select$2K = function MinutelyScheduleRepresentationSelect() {
|
|
1140
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
1141
1141
|
return {
|
|
1142
1142
|
kind: 'Fragment',
|
|
1143
1143
|
version: VERSION$1O,
|
|
@@ -1244,8 +1244,8 @@ function keyBuilderFromType$r(luvio, object) {
|
|
|
1244
1244
|
function normalize$K(input, existing, path, luvio, store, timestamp) {
|
|
1245
1245
|
return input;
|
|
1246
1246
|
}
|
|
1247
|
-
const select$
|
|
1248
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1247
|
+
const select$2J = function EventDrivenScheduleRepresentationSelect() {
|
|
1248
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
1249
1249
|
return {
|
|
1250
1250
|
kind: 'Fragment',
|
|
1251
1251
|
version: VERSION$1N,
|
|
@@ -1333,8 +1333,8 @@ function keyBuilderFromType$q(luvio, object) {
|
|
|
1333
1333
|
function normalize$J(input, existing, path, luvio, store, timestamp) {
|
|
1334
1334
|
return input;
|
|
1335
1335
|
}
|
|
1336
|
-
const select$
|
|
1337
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1336
|
+
const select$2I = function WeeklyScheduleRepresentationSelect() {
|
|
1337
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
1338
1338
|
return {
|
|
1339
1339
|
kind: 'Fragment',
|
|
1340
1340
|
version: VERSION$1M,
|
|
@@ -1421,8 +1421,8 @@ function keyBuilderFromType$p(luvio, object) {
|
|
|
1421
1421
|
function normalize$I(input, existing, path, luvio, store, timestamp) {
|
|
1422
1422
|
return input;
|
|
1423
1423
|
}
|
|
1424
|
-
const select$
|
|
1425
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1424
|
+
const select$2H = function MonthlyRelativeScheduleRepresentationSelect() {
|
|
1425
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
1426
1426
|
return {
|
|
1427
1427
|
kind: 'Fragment',
|
|
1428
1428
|
version: VERSION$1L,
|
|
@@ -1516,8 +1516,8 @@ function keyBuilderFromType$o(luvio, object) {
|
|
|
1516
1516
|
function normalize$H(input, existing, path, luvio, store, timestamp) {
|
|
1517
1517
|
return input;
|
|
1518
1518
|
}
|
|
1519
|
-
const select$
|
|
1520
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1519
|
+
const select$2G = function DailyScheduleRepresentationSelect() {
|
|
1520
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
1521
1521
|
return {
|
|
1522
1522
|
kind: 'Fragment',
|
|
1523
1523
|
version: VERSION$1K,
|
|
@@ -1575,8 +1575,8 @@ function keyBuilderFromType$n(luvio, object) {
|
|
|
1575
1575
|
function normalize$G(input, existing, path, luvio, store, timestamp) {
|
|
1576
1576
|
return input;
|
|
1577
1577
|
}
|
|
1578
|
-
const select$
|
|
1579
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1578
|
+
const select$2F = function EmptyScheduleRepresentationSelect() {
|
|
1579
|
+
const { selections: ScheduleRepresentationSelections } = select$2E();
|
|
1580
1580
|
return {
|
|
1581
1581
|
kind: 'Fragment',
|
|
1582
1582
|
version: VERSION$1J,
|
|
@@ -1679,24 +1679,24 @@ function validate$2x(obj, path = 'ScheduleRepresentation') {
|
|
|
1679
1679
|
return v_error === undefined ? null : v_error;
|
|
1680
1680
|
}
|
|
1681
1681
|
const RepresentationType$H = 'ScheduleRepresentation';
|
|
1682
|
-
function keyBuilder$
|
|
1682
|
+
function keyBuilder$1F(luvio, config) {
|
|
1683
1683
|
return keyPrefix + '::' + RepresentationType$H + ':' + config.id;
|
|
1684
1684
|
}
|
|
1685
1685
|
function keyBuilderFromType$m(luvio, object) {
|
|
1686
1686
|
const keyParams = {
|
|
1687
1687
|
id: object.assetId
|
|
1688
1688
|
};
|
|
1689
|
-
return keyBuilder$
|
|
1689
|
+
return keyBuilder$1F(luvio, keyParams);
|
|
1690
1690
|
}
|
|
1691
1691
|
const selectChildren = function ScheduleRepresentationSelectChildren() {
|
|
1692
|
-
const hourlyScheduleRepresentationSelections = select$
|
|
1693
|
-
const monthlySpecificScheduleRepresentationSelections = select$
|
|
1694
|
-
const minutelyScheduleRepresentationSelections = select$
|
|
1695
|
-
const eventDrivenScheduleRepresentationSelections = select$
|
|
1696
|
-
const weeklyScheduleRepresentationSelections = select$
|
|
1697
|
-
const monthlyRelativeScheduleRepresentationSelections = select$
|
|
1698
|
-
const dailyScheduleRepresentationSelections = select$
|
|
1699
|
-
const emptyScheduleRepresentationSelections = select$
|
|
1692
|
+
const hourlyScheduleRepresentationSelections = select$2M();
|
|
1693
|
+
const monthlySpecificScheduleRepresentationSelections = select$2L();
|
|
1694
|
+
const minutelyScheduleRepresentationSelections = select$2K();
|
|
1695
|
+
const eventDrivenScheduleRepresentationSelections = select$2J();
|
|
1696
|
+
const weeklyScheduleRepresentationSelections = select$2I();
|
|
1697
|
+
const monthlyRelativeScheduleRepresentationSelections = select$2H();
|
|
1698
|
+
const dailyScheduleRepresentationSelections = select$2G();
|
|
1699
|
+
const emptyScheduleRepresentationSelections = select$2F();
|
|
1700
1700
|
return {
|
|
1701
1701
|
kind: 'Fragment',
|
|
1702
1702
|
union: true,
|
|
@@ -1713,9 +1713,9 @@ const selectChildren = function ScheduleRepresentationSelectChildren() {
|
|
|
1713
1713
|
}
|
|
1714
1714
|
};
|
|
1715
1715
|
};
|
|
1716
|
-
const select$
|
|
1717
|
-
const { selections: JobEventCollectionRepresentation__selections, opaque: JobEventCollectionRepresentation__opaque, } = select$
|
|
1718
|
-
const { selections: TimeRepresentation__selections, opaque: TimeRepresentation__opaque, } = select$
|
|
1716
|
+
const select$2E = function ScheduleRepresentationSelect() {
|
|
1717
|
+
const { selections: JobEventCollectionRepresentation__selections, opaque: JobEventCollectionRepresentation__opaque, } = select$2P();
|
|
1718
|
+
const { selections: TimeRepresentation__selections, opaque: TimeRepresentation__opaque, } = select$2N();
|
|
1719
1719
|
return {
|
|
1720
1720
|
kind: 'Fragment',
|
|
1721
1721
|
version: VERSION$1I,
|
|
@@ -1879,24 +1879,24 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1879
1879
|
throw new Error(`Invalid discriminatorValue "${discriminatorValue}". Expected one of "hourly","monthly","minutely","eventdriven","weekly","monthlyrelative","daily","none"`);
|
|
1880
1880
|
}
|
|
1881
1881
|
|
|
1882
|
-
function select$
|
|
1882
|
+
function select$2D(luvio, params) {
|
|
1883
1883
|
return selectChildren();
|
|
1884
1884
|
}
|
|
1885
|
-
function keyBuilder$
|
|
1886
|
-
return keyBuilder$
|
|
1885
|
+
function keyBuilder$1E(luvio, params) {
|
|
1886
|
+
return keyBuilder$1F(luvio, {
|
|
1887
1887
|
id: params.urlParams.assetId
|
|
1888
1888
|
});
|
|
1889
1889
|
}
|
|
1890
|
-
function getResponseCacheKeys
|
|
1890
|
+
function getResponseCacheKeys$10(storeKeyMap, luvio, resourceParams, response) {
|
|
1891
1891
|
getTypeCacheKeys$G(storeKeyMap, luvio, response);
|
|
1892
1892
|
}
|
|
1893
|
-
function ingestSuccess$
|
|
1893
|
+
function ingestSuccess$X(luvio, resourceParams, response, snapshotRefresh) {
|
|
1894
1894
|
const { body } = response;
|
|
1895
|
-
const key = keyBuilder$
|
|
1895
|
+
const key = keyBuilder$1E(luvio, resourceParams);
|
|
1896
1896
|
luvio.storeIngest(key, ingest$G, body);
|
|
1897
1897
|
const snapshot = luvio.storeLookup({
|
|
1898
1898
|
recordId: key,
|
|
1899
|
-
node: select$
|
|
1899
|
+
node: select$2D(),
|
|
1900
1900
|
variables: {},
|
|
1901
1901
|
}, snapshotRefresh);
|
|
1902
1902
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -1907,13 +1907,13 @@ function ingestSuccess$W(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
1907
1907
|
deepFreeze(snapshot.data);
|
|
1908
1908
|
return snapshot;
|
|
1909
1909
|
}
|
|
1910
|
-
function ingestError$
|
|
1911
|
-
const key = keyBuilder$
|
|
1910
|
+
function ingestError$D(luvio, params, error, snapshotRefresh) {
|
|
1911
|
+
const key = keyBuilder$1E(luvio, params);
|
|
1912
1912
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
1913
1913
|
luvio.storeIngestError(key, errorSnapshot);
|
|
1914
1914
|
return errorSnapshot;
|
|
1915
1915
|
}
|
|
1916
|
-
function createResourceRequest
|
|
1916
|
+
function createResourceRequest$10(config) {
|
|
1917
1917
|
const headers = {};
|
|
1918
1918
|
return {
|
|
1919
1919
|
baseUri: '/services/data/v67.0',
|
|
@@ -1927,90 +1927,90 @@ function createResourceRequest$$(config) {
|
|
|
1927
1927
|
};
|
|
1928
1928
|
}
|
|
1929
1929
|
|
|
1930
|
-
const adapterName
|
|
1930
|
+
const adapterName$10 = 'getSchedule';
|
|
1931
1931
|
const getSchedule_ConfigPropertyMetadata = [
|
|
1932
1932
|
generateParamConfigMetadata('assetId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
1933
1933
|
];
|
|
1934
|
-
const getSchedule_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName
|
|
1935
|
-
const createResourceParams
|
|
1936
|
-
function keyBuilder$
|
|
1937
|
-
const resourceParams = createResourceParams
|
|
1938
|
-
return keyBuilder$
|
|
1934
|
+
const getSchedule_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$10, getSchedule_ConfigPropertyMetadata);
|
|
1935
|
+
const createResourceParams$10 = /*#__PURE__*/ createResourceParams$12(getSchedule_ConfigPropertyMetadata);
|
|
1936
|
+
function keyBuilder$1D(luvio, config) {
|
|
1937
|
+
const resourceParams = createResourceParams$10(config);
|
|
1938
|
+
return keyBuilder$1E(luvio, resourceParams);
|
|
1939
1939
|
}
|
|
1940
|
-
function typeCheckConfig
|
|
1940
|
+
function typeCheckConfig$10(untrustedConfig) {
|
|
1941
1941
|
const config = {};
|
|
1942
|
-
typeCheckConfig$
|
|
1942
|
+
typeCheckConfig$12(untrustedConfig, config, getSchedule_ConfigPropertyMetadata);
|
|
1943
1943
|
return config;
|
|
1944
1944
|
}
|
|
1945
|
-
function validateAdapterConfig
|
|
1945
|
+
function validateAdapterConfig$10(untrustedConfig, configPropertyNames) {
|
|
1946
1946
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
1947
1947
|
return null;
|
|
1948
1948
|
}
|
|
1949
1949
|
if (process.env.NODE_ENV !== 'production') {
|
|
1950
1950
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
1951
1951
|
}
|
|
1952
|
-
const config = typeCheckConfig
|
|
1952
|
+
const config = typeCheckConfig$10(untrustedConfig);
|
|
1953
1953
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
1954
1954
|
return null;
|
|
1955
1955
|
}
|
|
1956
1956
|
return config;
|
|
1957
1957
|
}
|
|
1958
|
-
function adapterFragment$
|
|
1959
|
-
createResourceParams
|
|
1960
|
-
return select$
|
|
1958
|
+
function adapterFragment$D(luvio, config) {
|
|
1959
|
+
createResourceParams$10(config);
|
|
1960
|
+
return select$2D();
|
|
1961
1961
|
}
|
|
1962
|
-
function onFetchResponseSuccess$
|
|
1963
|
-
const snapshot = ingestSuccess$
|
|
1962
|
+
function onFetchResponseSuccess$H(luvio, config, resourceParams, response) {
|
|
1963
|
+
const snapshot = ingestSuccess$X(luvio, resourceParams, response, {
|
|
1964
1964
|
config,
|
|
1965
|
-
resolve: () => buildNetworkSnapshot$
|
|
1965
|
+
resolve: () => buildNetworkSnapshot$11(luvio, config, snapshotRefreshOptions)
|
|
1966
1966
|
});
|
|
1967
1967
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
1968
1968
|
}
|
|
1969
|
-
function onFetchResponseError$
|
|
1970
|
-
const snapshot = ingestError$
|
|
1969
|
+
function onFetchResponseError$H(luvio, config, resourceParams, response) {
|
|
1970
|
+
const snapshot = ingestError$D(luvio, resourceParams, response, {
|
|
1971
1971
|
config,
|
|
1972
|
-
resolve: () => buildNetworkSnapshot$
|
|
1972
|
+
resolve: () => buildNetworkSnapshot$11(luvio, config, snapshotRefreshOptions)
|
|
1973
1973
|
});
|
|
1974
1974
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
1975
1975
|
}
|
|
1976
|
-
function buildNetworkSnapshot$
|
|
1977
|
-
const resourceParams = createResourceParams
|
|
1978
|
-
const request = createResourceRequest
|
|
1976
|
+
function buildNetworkSnapshot$11(luvio, config, options) {
|
|
1977
|
+
const resourceParams = createResourceParams$10(config);
|
|
1978
|
+
const request = createResourceRequest$10(resourceParams);
|
|
1979
1979
|
return luvio.dispatchResourceRequest(request, options)
|
|
1980
1980
|
.then((response) => {
|
|
1981
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$
|
|
1981
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$H(luvio, config, resourceParams, response), () => {
|
|
1982
1982
|
const cache = new StoreKeyMap();
|
|
1983
|
-
getResponseCacheKeys
|
|
1983
|
+
getResponseCacheKeys$10(cache, luvio, resourceParams, response.body);
|
|
1984
1984
|
return cache;
|
|
1985
1985
|
});
|
|
1986
1986
|
}, (response) => {
|
|
1987
|
-
return luvio.handleErrorResponse(() => onFetchResponseError$
|
|
1987
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$H(luvio, config, resourceParams, response));
|
|
1988
1988
|
});
|
|
1989
1989
|
}
|
|
1990
|
-
function buildNetworkSnapshotCachePolicy$
|
|
1991
|
-
return buildNetworkSnapshotCachePolicy$
|
|
1990
|
+
function buildNetworkSnapshotCachePolicy$D(context, coercedAdapterRequestContext) {
|
|
1991
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$11, undefined, false);
|
|
1992
1992
|
}
|
|
1993
|
-
function buildCachedSnapshotCachePolicy$
|
|
1993
|
+
function buildCachedSnapshotCachePolicy$H(context, storeLookup) {
|
|
1994
1994
|
const { luvio, config } = context;
|
|
1995
1995
|
const selector = {
|
|
1996
|
-
recordId: keyBuilder$
|
|
1997
|
-
node: adapterFragment$
|
|
1996
|
+
recordId: keyBuilder$1D(luvio, config),
|
|
1997
|
+
node: adapterFragment$D(luvio, config),
|
|
1998
1998
|
variables: {},
|
|
1999
1999
|
};
|
|
2000
2000
|
const cacheSnapshot = storeLookup(selector, {
|
|
2001
2001
|
config,
|
|
2002
|
-
resolve: () => buildNetworkSnapshot$
|
|
2002
|
+
resolve: () => buildNetworkSnapshot$11(luvio, config, snapshotRefreshOptions)
|
|
2003
2003
|
});
|
|
2004
2004
|
return cacheSnapshot;
|
|
2005
2005
|
}
|
|
2006
2006
|
const getScheduleAdapterFactory = (luvio) => function WAVE__getSchedule(untrustedConfig, requestContext) {
|
|
2007
|
-
const config = validateAdapterConfig
|
|
2007
|
+
const config = validateAdapterConfig$10(untrustedConfig, getSchedule_ConfigPropertyNames);
|
|
2008
2008
|
// Invalid or incomplete config
|
|
2009
2009
|
if (config === null) {
|
|
2010
2010
|
return null;
|
|
2011
2011
|
}
|
|
2012
2012
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
2013
|
-
buildCachedSnapshotCachePolicy$
|
|
2013
|
+
buildCachedSnapshotCachePolicy$H, buildNetworkSnapshotCachePolicy$D);
|
|
2014
2014
|
};
|
|
2015
2015
|
|
|
2016
2016
|
function validate$2w(obj, path = 'ScheduleInputRepresentation') {
|
|
@@ -2052,19 +2052,19 @@ function validate$2w(obj, path = 'ScheduleInputRepresentation') {
|
|
|
2052
2052
|
return v_error === undefined ? null : v_error;
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
|
-
function select$
|
|
2055
|
+
function select$2C(luvio, params) {
|
|
2056
2056
|
return selectChildren();
|
|
2057
2057
|
}
|
|
2058
|
-
function getResponseCacheKeys
|
|
2058
|
+
function getResponseCacheKeys$$(storeKeyMap, luvio, resourceParams, response) {
|
|
2059
2059
|
getTypeCacheKeys$G(storeKeyMap, luvio, response);
|
|
2060
2060
|
}
|
|
2061
|
-
function ingestSuccess$
|
|
2061
|
+
function ingestSuccess$W(luvio, resourceParams, response) {
|
|
2062
2062
|
const { body } = response;
|
|
2063
2063
|
const key = keyBuilderFromType$m(luvio, body);
|
|
2064
2064
|
luvio.storeIngest(key, ingest$G, body);
|
|
2065
2065
|
const snapshot = luvio.storeLookup({
|
|
2066
2066
|
recordId: key,
|
|
2067
|
-
node: select$
|
|
2067
|
+
node: select$2C(),
|
|
2068
2068
|
variables: {},
|
|
2069
2069
|
});
|
|
2070
2070
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -2075,7 +2075,7 @@ function ingestSuccess$V(luvio, resourceParams, response) {
|
|
|
2075
2075
|
deepFreeze(snapshot.data);
|
|
2076
2076
|
return snapshot;
|
|
2077
2077
|
}
|
|
2078
|
-
function createResourceRequest
|
|
2078
|
+
function createResourceRequest$$(config) {
|
|
2079
2079
|
const headers = {};
|
|
2080
2080
|
return {
|
|
2081
2081
|
baseUri: '/services/data/v67.0',
|
|
@@ -2089,16 +2089,16 @@ function createResourceRequest$_(config) {
|
|
|
2089
2089
|
};
|
|
2090
2090
|
}
|
|
2091
2091
|
|
|
2092
|
-
const adapterName
|
|
2092
|
+
const adapterName$$ = 'updateSchedule';
|
|
2093
2093
|
const updateSchedule_ConfigPropertyMetadata = [
|
|
2094
2094
|
generateParamConfigMetadata('assetId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
2095
2095
|
generateParamConfigMetadata('schedule', true, 2 /* Body */, 4 /* Unsupported */),
|
|
2096
2096
|
];
|
|
2097
|
-
const updateSchedule_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName
|
|
2098
|
-
const createResourceParams
|
|
2099
|
-
function typeCheckConfig
|
|
2097
|
+
const updateSchedule_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$$, updateSchedule_ConfigPropertyMetadata);
|
|
2098
|
+
const createResourceParams$$ = /*#__PURE__*/ createResourceParams$12(updateSchedule_ConfigPropertyMetadata);
|
|
2099
|
+
function typeCheckConfig$$(untrustedConfig) {
|
|
2100
2100
|
const config = {};
|
|
2101
|
-
typeCheckConfig$
|
|
2101
|
+
typeCheckConfig$12(untrustedConfig, config, updateSchedule_ConfigPropertyMetadata);
|
|
2102
2102
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
2103
2103
|
const referenceScheduleInputRepresentationValidationError = validate$2w(untrustedConfig_schedule);
|
|
2104
2104
|
if (referenceScheduleInputRepresentationValidationError === null) {
|
|
@@ -2106,30 +2106,30 @@ function typeCheckConfig$_(untrustedConfig) {
|
|
|
2106
2106
|
}
|
|
2107
2107
|
return config;
|
|
2108
2108
|
}
|
|
2109
|
-
function validateAdapterConfig
|
|
2109
|
+
function validateAdapterConfig$$(untrustedConfig, configPropertyNames) {
|
|
2110
2110
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
2111
2111
|
return null;
|
|
2112
2112
|
}
|
|
2113
2113
|
if (process.env.NODE_ENV !== 'production') {
|
|
2114
2114
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
2115
2115
|
}
|
|
2116
|
-
const config = typeCheckConfig
|
|
2116
|
+
const config = typeCheckConfig$$(untrustedConfig);
|
|
2117
2117
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
2118
2118
|
return null;
|
|
2119
2119
|
}
|
|
2120
2120
|
return config;
|
|
2121
2121
|
}
|
|
2122
|
-
function buildNetworkSnapshot
|
|
2123
|
-
const resourceParams = createResourceParams
|
|
2124
|
-
const request = createResourceRequest
|
|
2122
|
+
function buildNetworkSnapshot$10(luvio, config, options) {
|
|
2123
|
+
const resourceParams = createResourceParams$$(config);
|
|
2124
|
+
const request = createResourceRequest$$(resourceParams);
|
|
2125
2125
|
return luvio.dispatchResourceRequest(request, options)
|
|
2126
2126
|
.then((response) => {
|
|
2127
2127
|
return luvio.handleSuccessResponse(() => {
|
|
2128
|
-
const snapshot = ingestSuccess$
|
|
2128
|
+
const snapshot = ingestSuccess$W(luvio, resourceParams, response);
|
|
2129
2129
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
2130
2130
|
}, () => {
|
|
2131
2131
|
const cache = new StoreKeyMap();
|
|
2132
|
-
getResponseCacheKeys
|
|
2132
|
+
getResponseCacheKeys$$(cache, luvio, resourceParams, response.body);
|
|
2133
2133
|
return cache;
|
|
2134
2134
|
});
|
|
2135
2135
|
}, (response) => {
|
|
@@ -2139,12 +2139,12 @@ function buildNetworkSnapshot$$(luvio, config, options) {
|
|
|
2139
2139
|
}
|
|
2140
2140
|
const updateScheduleAdapterFactory = (luvio) => {
|
|
2141
2141
|
return function updateSchedule(untrustedConfig) {
|
|
2142
|
-
const config = validateAdapterConfig
|
|
2142
|
+
const config = validateAdapterConfig$$(untrustedConfig, updateSchedule_ConfigPropertyNames);
|
|
2143
2143
|
// Invalid or incomplete config
|
|
2144
2144
|
if (config === null) {
|
|
2145
2145
|
throw new Error('Invalid config for "updateSchedule"');
|
|
2146
2146
|
}
|
|
2147
|
-
return buildNetworkSnapshot
|
|
2147
|
+
return buildNetworkSnapshot$10(luvio, config);
|
|
2148
2148
|
};
|
|
2149
2149
|
};
|
|
2150
2150
|
|
|
@@ -2167,7 +2167,7 @@ function validate$2v(obj, path = 'ConnectionsStatsRepresentation') {
|
|
|
2167
2167
|
})();
|
|
2168
2168
|
return v_error === undefined ? null : v_error;
|
|
2169
2169
|
}
|
|
2170
|
-
const select$
|
|
2170
|
+
const select$2B = function ConnectionsStatsRepresentationSelect() {
|
|
2171
2171
|
return {
|
|
2172
2172
|
kind: 'Fragment',
|
|
2173
2173
|
version: VERSION$1H,
|
|
@@ -2235,7 +2235,7 @@ function validate$2u(obj, path = 'PermissionsRepresentation') {
|
|
|
2235
2235
|
})();
|
|
2236
2236
|
return v_error === undefined ? null : v_error;
|
|
2237
2237
|
}
|
|
2238
|
-
const select$
|
|
2238
|
+
const select$2A = function PermissionsRepresentationSelect() {
|
|
2239
2239
|
return {
|
|
2240
2240
|
kind: 'Fragment',
|
|
2241
2241
|
version: VERSION$1G,
|
|
@@ -2366,7 +2366,7 @@ function validate$2t(obj, path = 'BaseAssetReferenceRepresentation') {
|
|
|
2366
2366
|
})();
|
|
2367
2367
|
return v_error === undefined ? null : v_error;
|
|
2368
2368
|
}
|
|
2369
|
-
const select$
|
|
2369
|
+
const select$2z = function BaseAssetReferenceRepresentationSelect() {
|
|
2370
2370
|
return {
|
|
2371
2371
|
kind: 'Fragment',
|
|
2372
2372
|
version: VERSION$1F,
|
|
@@ -2473,8 +2473,8 @@ function validate$2s(obj, path = 'AssetReferenceRepresentation') {
|
|
|
2473
2473
|
})();
|
|
2474
2474
|
return v_error === undefined ? null : v_error;
|
|
2475
2475
|
}
|
|
2476
|
-
const select$
|
|
2477
|
-
const { selections: BaseAssetReferenceRepresentationSelections } = select$
|
|
2476
|
+
const select$2y = function AssetReferenceRepresentationSelect() {
|
|
2477
|
+
const { selections: BaseAssetReferenceRepresentationSelections } = select$2z();
|
|
2478
2478
|
return {
|
|
2479
2479
|
kind: 'Fragment',
|
|
2480
2480
|
version: VERSION$1E,
|
|
@@ -2559,8 +2559,8 @@ function validate$2r(obj, path = 'WaveFileMetadataRepresentation') {
|
|
|
2559
2559
|
})();
|
|
2560
2560
|
return v_error === undefined ? null : v_error;
|
|
2561
2561
|
}
|
|
2562
|
-
const select$
|
|
2563
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
2562
|
+
const select$2x = function WaveFileMetadataRepresentationSelect() {
|
|
2563
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
2564
2564
|
return {
|
|
2565
2565
|
kind: 'Fragment',
|
|
2566
2566
|
version: VERSION$1D,
|
|
@@ -2739,7 +2739,7 @@ function validate$2q(obj, path = 'DatasetVersionSharingSourceRepresentation') {
|
|
|
2739
2739
|
})();
|
|
2740
2740
|
return v_error === undefined ? null : v_error;
|
|
2741
2741
|
}
|
|
2742
|
-
const select$
|
|
2742
|
+
const select$2w = function DatasetVersionSharingSourceRepresentationSelect() {
|
|
2743
2743
|
return {
|
|
2744
2744
|
kind: 'Fragment',
|
|
2745
2745
|
version: VERSION$1C,
|
|
@@ -2816,7 +2816,7 @@ function validate$2p(obj, path = 'XmdDatasetRepresentation') {
|
|
|
2816
2816
|
})();
|
|
2817
2817
|
return v_error === undefined ? null : v_error;
|
|
2818
2818
|
}
|
|
2819
|
-
const select$
|
|
2819
|
+
const select$2v = function XmdDatasetRepresentationSelect() {
|
|
2820
2820
|
return {
|
|
2821
2821
|
kind: 'Fragment',
|
|
2822
2822
|
version: VERSION$1B,
|
|
@@ -3015,7 +3015,7 @@ function validate$2o(obj, path = 'XmdDateFieldRepresentation') {
|
|
|
3015
3015
|
})();
|
|
3016
3016
|
return v_error === undefined ? null : v_error;
|
|
3017
3017
|
}
|
|
3018
|
-
const select$
|
|
3018
|
+
const select$2u = function XmdDateFieldRepresentationSelect() {
|
|
3019
3019
|
return {
|
|
3020
3020
|
kind: 'Fragment',
|
|
3021
3021
|
version: VERSION$1A,
|
|
@@ -3399,8 +3399,8 @@ function validate$2n(obj, path = 'XmdDateRepresentation') {
|
|
|
3399
3399
|
})();
|
|
3400
3400
|
return v_error === undefined ? null : v_error;
|
|
3401
3401
|
}
|
|
3402
|
-
const select$
|
|
3403
|
-
const { selections: XmdDateFieldRepresentation__selections, opaque: XmdDateFieldRepresentation__opaque, } = select$
|
|
3402
|
+
const select$2t = function XmdDateRepresentationSelect() {
|
|
3403
|
+
const { selections: XmdDateFieldRepresentation__selections, opaque: XmdDateFieldRepresentation__opaque, } = select$2u();
|
|
3404
3404
|
return {
|
|
3405
3405
|
kind: 'Fragment',
|
|
3406
3406
|
version: VERSION$1z,
|
|
@@ -3658,7 +3658,7 @@ function validate$2m(obj, path = 'XmdDimensionBaseActionRepresentation') {
|
|
|
3658
3658
|
})();
|
|
3659
3659
|
return v_error === undefined ? null : v_error;
|
|
3660
3660
|
}
|
|
3661
|
-
const select$
|
|
3661
|
+
const select$2s = function XmdDimensionBaseActionRepresentationSelect() {
|
|
3662
3662
|
return {
|
|
3663
3663
|
kind: 'Fragment',
|
|
3664
3664
|
version: VERSION$1y,
|
|
@@ -3735,8 +3735,8 @@ function validate$2l(obj, path = 'XmdDimensionCustomActionRepresentation') {
|
|
|
3735
3735
|
})();
|
|
3736
3736
|
return v_error === undefined ? null : v_error;
|
|
3737
3737
|
}
|
|
3738
|
-
const select$
|
|
3739
|
-
const { selections: XmdDimensionBaseActionRepresentationSelections } = select$
|
|
3738
|
+
const select$2r = function XmdDimensionCustomActionRepresentationSelect() {
|
|
3739
|
+
const { selections: XmdDimensionBaseActionRepresentationSelections } = select$2s();
|
|
3740
3740
|
return {
|
|
3741
3741
|
kind: 'Fragment',
|
|
3742
3742
|
version: VERSION$1x,
|
|
@@ -3862,7 +3862,7 @@ function validate$2k(obj, path = 'XmdDimensionMemberRepresentation') {
|
|
|
3862
3862
|
})();
|
|
3863
3863
|
return v_error === undefined ? null : v_error;
|
|
3864
3864
|
}
|
|
3865
|
-
const select$
|
|
3865
|
+
const select$2q = function XmdDimensionMemberRepresentationSelect() {
|
|
3866
3866
|
return {
|
|
3867
3867
|
kind: 'Fragment',
|
|
3868
3868
|
version: VERSION$1w,
|
|
@@ -3933,8 +3933,8 @@ function validate$2j(obj, path = 'XmdDimensionSalesforceActionRepresentation') {
|
|
|
3933
3933
|
})();
|
|
3934
3934
|
return v_error === undefined ? null : v_error;
|
|
3935
3935
|
}
|
|
3936
|
-
const select$
|
|
3937
|
-
const { selections: XmdDimensionBaseActionRepresentationSelections } = select$
|
|
3936
|
+
const select$2p = function XmdDimensionSalesforceActionRepresentationSelect() {
|
|
3937
|
+
const { selections: XmdDimensionBaseActionRepresentationSelections } = select$2s();
|
|
3938
3938
|
return {
|
|
3939
3939
|
kind: 'Fragment',
|
|
3940
3940
|
version: VERSION$1v,
|
|
@@ -4148,10 +4148,10 @@ function validate$2i(obj, path = 'XmdDimensionRepresentation') {
|
|
|
4148
4148
|
})();
|
|
4149
4149
|
return v_error === undefined ? null : v_error;
|
|
4150
4150
|
}
|
|
4151
|
-
const select$
|
|
4152
|
-
const { selections: XmdDimensionCustomActionRepresentation__selections, opaque: XmdDimensionCustomActionRepresentation__opaque, } = select$
|
|
4153
|
-
const { selections: XmdDimensionMemberRepresentation__selections, opaque: XmdDimensionMemberRepresentation__opaque, } = select$
|
|
4154
|
-
const { selections: XmdDimensionSalesforceActionRepresentation__selections, opaque: XmdDimensionSalesforceActionRepresentation__opaque, } = select$
|
|
4151
|
+
const select$2o = function XmdDimensionRepresentationSelect() {
|
|
4152
|
+
const { selections: XmdDimensionCustomActionRepresentation__selections, opaque: XmdDimensionCustomActionRepresentation__opaque, } = select$2r();
|
|
4153
|
+
const { selections: XmdDimensionMemberRepresentation__selections, opaque: XmdDimensionMemberRepresentation__opaque, } = select$2q();
|
|
4154
|
+
const { selections: XmdDimensionSalesforceActionRepresentation__selections, opaque: XmdDimensionSalesforceActionRepresentation__opaque, } = select$2p();
|
|
4155
4155
|
return {
|
|
4156
4156
|
kind: 'Fragment',
|
|
4157
4157
|
version: VERSION$1u,
|
|
@@ -4562,7 +4562,7 @@ function validate$2h(obj, path = 'NumericSeparatorsRepresentation') {
|
|
|
4562
4562
|
})();
|
|
4563
4563
|
return v_error === undefined ? null : v_error;
|
|
4564
4564
|
}
|
|
4565
|
-
const select$
|
|
4565
|
+
const select$2n = function NumericSeparatorsRepresentationSelect() {
|
|
4566
4566
|
return {
|
|
4567
4567
|
kind: 'Fragment',
|
|
4568
4568
|
version: VERSION$1t,
|
|
@@ -4675,8 +4675,8 @@ function validate$2g(obj, path = 'XmdMeasureFormatRepresentation') {
|
|
|
4675
4675
|
})();
|
|
4676
4676
|
return v_error === undefined ? null : v_error;
|
|
4677
4677
|
}
|
|
4678
|
-
const select$
|
|
4679
|
-
const { selections: NumericSeparatorsRepresentation__selections, opaque: NumericSeparatorsRepresentation__opaque, } = select$
|
|
4678
|
+
const select$2m = function XmdMeasureFormatRepresentationSelect() {
|
|
4679
|
+
const { selections: NumericSeparatorsRepresentation__selections, opaque: NumericSeparatorsRepresentation__opaque, } = select$2n();
|
|
4680
4680
|
return {
|
|
4681
4681
|
kind: 'Fragment',
|
|
4682
4682
|
version: VERSION$1s,
|
|
@@ -4914,8 +4914,8 @@ function validate$2f(obj, path = 'XmdMeasureRepresentation') {
|
|
|
4914
4914
|
})();
|
|
4915
4915
|
return v_error === undefined ? null : v_error;
|
|
4916
4916
|
}
|
|
4917
|
-
const select$
|
|
4918
|
-
const { selections: XmdMeasureFormatRepresentation__selections, opaque: XmdMeasureFormatRepresentation__opaque, } = select$
|
|
4917
|
+
const select$2l = function XmdMeasureRepresentationSelect() {
|
|
4918
|
+
const { selections: XmdMeasureFormatRepresentation__selections, opaque: XmdMeasureFormatRepresentation__opaque, } = select$2m();
|
|
4919
4919
|
return {
|
|
4920
4920
|
kind: 'Fragment',
|
|
4921
4921
|
version: VERSION$1r,
|
|
@@ -5103,7 +5103,7 @@ function validate$2e(obj, path = 'XmdOrganizationRepresentation') {
|
|
|
5103
5103
|
})();
|
|
5104
5104
|
return v_error === undefined ? null : v_error;
|
|
5105
5105
|
}
|
|
5106
|
-
const select$
|
|
5106
|
+
const select$2k = function XmdOrganizationRepresentationSelect() {
|
|
5107
5107
|
return {
|
|
5108
5108
|
kind: 'Fragment',
|
|
5109
5109
|
version: VERSION$1q,
|
|
@@ -5312,13 +5312,13 @@ function validate$2d(obj, path = 'XmdInnerRepresentation') {
|
|
|
5312
5312
|
})();
|
|
5313
5313
|
return v_error === undefined ? null : v_error;
|
|
5314
5314
|
}
|
|
5315
|
-
const select$
|
|
5316
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
5317
|
-
const { selections: XmdDatasetRepresentation__selections, opaque: XmdDatasetRepresentation__opaque, } = select$
|
|
5318
|
-
const { selections: XmdDateRepresentation__selections, opaque: XmdDateRepresentation__opaque, } = select$
|
|
5319
|
-
const { selections: XmdDimensionRepresentation__selections, opaque: XmdDimensionRepresentation__opaque, } = select$
|
|
5320
|
-
const { selections: XmdMeasureRepresentation__selections, opaque: XmdMeasureRepresentation__opaque, } = select$
|
|
5321
|
-
const { selections: XmdOrganizationRepresentation__selections, opaque: XmdOrganizationRepresentation__opaque, } = select$
|
|
5315
|
+
const select$2j = function XmdInnerRepresentationSelect() {
|
|
5316
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
5317
|
+
const { selections: XmdDatasetRepresentation__selections, opaque: XmdDatasetRepresentation__opaque, } = select$2v();
|
|
5318
|
+
const { selections: XmdDateRepresentation__selections, opaque: XmdDateRepresentation__opaque, } = select$2t();
|
|
5319
|
+
const { selections: XmdDimensionRepresentation__selections, opaque: XmdDimensionRepresentation__opaque, } = select$2o();
|
|
5320
|
+
const { selections: XmdMeasureRepresentation__selections, opaque: XmdMeasureRepresentation__opaque, } = select$2l();
|
|
5321
|
+
const { selections: XmdOrganizationRepresentation__selections, opaque: XmdOrganizationRepresentation__opaque, } = select$2k();
|
|
5322
5322
|
return {
|
|
5323
5323
|
kind: 'Fragment',
|
|
5324
5324
|
version: VERSION$1p,
|
|
@@ -5655,8 +5655,8 @@ function validate$2c(obj, path = 'DatasetVersionRepresentation') {
|
|
|
5655
5655
|
return v_error === undefined ? null : v_error;
|
|
5656
5656
|
}
|
|
5657
5657
|
const RepresentationType$G = 'DatasetVersionRepresentation';
|
|
5658
|
-
function keyBuilder$
|
|
5659
|
-
return keyBuilder$
|
|
5658
|
+
function keyBuilder$1C(luvio, config) {
|
|
5659
|
+
return keyBuilder$1w(luvio, config);
|
|
5660
5660
|
}
|
|
5661
5661
|
function keyBuilderFromType$l(luvio, object) {
|
|
5662
5662
|
return keyBuilderFromType$e(luvio, object);
|
|
@@ -5664,12 +5664,12 @@ function keyBuilderFromType$l(luvio, object) {
|
|
|
5664
5664
|
function normalize$F(input, existing, path, luvio, store, timestamp) {
|
|
5665
5665
|
return input;
|
|
5666
5666
|
}
|
|
5667
|
-
const select$
|
|
5668
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
5669
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
5670
|
-
const { selections: WaveFileMetadataRepresentation__selections, opaque: WaveFileMetadataRepresentation__opaque, } = select$
|
|
5671
|
-
const { selections: DatasetVersionSharingSourceRepresentation__selections, opaque: DatasetVersionSharingSourceRepresentation__opaque, } = select$
|
|
5672
|
-
const { selections: XmdInnerRepresentation__selections, opaque: XmdInnerRepresentation__opaque, } = select$
|
|
5667
|
+
const select$2i = function DatasetVersionRepresentationSelect() {
|
|
5668
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
5669
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
5670
|
+
const { selections: WaveFileMetadataRepresentation__selections, opaque: WaveFileMetadataRepresentation__opaque, } = select$2x();
|
|
5671
|
+
const { selections: DatasetVersionSharingSourceRepresentation__selections, opaque: DatasetVersionSharingSourceRepresentation__opaque, } = select$2w();
|
|
5672
|
+
const { selections: XmdInnerRepresentation__selections, opaque: XmdInnerRepresentation__opaque, } = select$2j();
|
|
5673
5673
|
return {
|
|
5674
5674
|
kind: 'Fragment',
|
|
5675
5675
|
version: VERSION$1o,
|
|
@@ -5949,7 +5949,7 @@ function validate$2b(obj, path = 'RecipeConversionDetailRepresentation') {
|
|
|
5949
5949
|
})();
|
|
5950
5950
|
return v_error === undefined ? null : v_error;
|
|
5951
5951
|
}
|
|
5952
|
-
const select$
|
|
5952
|
+
const select$2h = function RecipeConversionDetailRepresentationSelect() {
|
|
5953
5953
|
return {
|
|
5954
5954
|
kind: 'Fragment',
|
|
5955
5955
|
version: VERSION$1n,
|
|
@@ -6003,7 +6003,7 @@ function validate$2a(obj, path = 'LicenseAttributesRepresentation') {
|
|
|
6003
6003
|
})();
|
|
6004
6004
|
return v_error === undefined ? null : v_error;
|
|
6005
6005
|
}
|
|
6006
|
-
const select$
|
|
6006
|
+
const select$2g = function LicenseAttributesRepresentationSelect() {
|
|
6007
6007
|
return {
|
|
6008
6008
|
kind: 'Fragment',
|
|
6009
6009
|
version: VERSION$1m,
|
|
@@ -6074,7 +6074,7 @@ function validate$29(obj, path = 'RecipeDefinitionRepresentation') {
|
|
|
6074
6074
|
})();
|
|
6075
6075
|
return v_error === undefined ? null : v_error;
|
|
6076
6076
|
}
|
|
6077
|
-
const select$
|
|
6077
|
+
const select$2f = function RecipeDefinitionRepresentationSelect() {
|
|
6078
6078
|
return {
|
|
6079
6079
|
kind: 'Fragment',
|
|
6080
6080
|
version: VERSION$1l,
|
|
@@ -6195,7 +6195,7 @@ function validate$28(obj, path = 'RecipeValidationDetailRepresentation') {
|
|
|
6195
6195
|
})();
|
|
6196
6196
|
return v_error === undefined ? null : v_error;
|
|
6197
6197
|
}
|
|
6198
|
-
const select$
|
|
6198
|
+
const select$2e = function RecipeValidationDetailRepresentationSelect() {
|
|
6199
6199
|
return {
|
|
6200
6200
|
kind: 'Fragment',
|
|
6201
6201
|
version: VERSION$1k,
|
|
@@ -6487,8 +6487,8 @@ function validate$27(obj, path = 'RecipeRepresentation') {
|
|
|
6487
6487
|
return v_error === undefined ? null : v_error;
|
|
6488
6488
|
}
|
|
6489
6489
|
const RepresentationType$F = 'RecipeRepresentation';
|
|
6490
|
-
function keyBuilder$
|
|
6491
|
-
return keyBuilder$
|
|
6490
|
+
function keyBuilder$1B(luvio, config) {
|
|
6491
|
+
return keyBuilder$1w(luvio, config);
|
|
6492
6492
|
}
|
|
6493
6493
|
function keyBuilderFromType$k(luvio, object) {
|
|
6494
6494
|
return keyBuilderFromType$e(luvio, object);
|
|
@@ -6508,13 +6508,13 @@ function normalize$E(input, existing, path, luvio, store, timestamp) {
|
|
|
6508
6508
|
}, luvio, store, timestamp);
|
|
6509
6509
|
return input;
|
|
6510
6510
|
}
|
|
6511
|
-
const select$
|
|
6512
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
6513
|
-
const { selections: RecipeConversionDetailRepresentation__selections, opaque: RecipeConversionDetailRepresentation__opaque, } = select$
|
|
6514
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
6515
|
-
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$
|
|
6516
|
-
const { selections: RecipeDefinitionRepresentation__selections, opaque: RecipeDefinitionRepresentation__opaque, } = select$
|
|
6517
|
-
const { selections: RecipeValidationDetailRepresentation__selections, opaque: RecipeValidationDetailRepresentation__opaque, } = select$
|
|
6511
|
+
const select$2d = function RecipeRepresentationSelect() {
|
|
6512
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
6513
|
+
const { selections: RecipeConversionDetailRepresentation__selections, opaque: RecipeConversionDetailRepresentation__opaque, } = select$2h();
|
|
6514
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
6515
|
+
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$2g();
|
|
6516
|
+
const { selections: RecipeDefinitionRepresentation__selections, opaque: RecipeDefinitionRepresentation__opaque, } = select$2f();
|
|
6517
|
+
const { selections: RecipeValidationDetailRepresentation__selections, opaque: RecipeValidationDetailRepresentation__opaque, } = select$2e();
|
|
6518
6518
|
return {
|
|
6519
6519
|
kind: 'Fragment',
|
|
6520
6520
|
version: VERSION$1j,
|
|
@@ -6900,7 +6900,7 @@ function validate$26(obj, path = 'NodeRowCountRepresentation') {
|
|
|
6900
6900
|
})();
|
|
6901
6901
|
return v_error === undefined ? null : v_error;
|
|
6902
6902
|
}
|
|
6903
|
-
const select$
|
|
6903
|
+
const select$2c = function NodeRowCountRepresentationSelect() {
|
|
6904
6904
|
return {
|
|
6905
6905
|
kind: 'Fragment',
|
|
6906
6906
|
version: VERSION$1i,
|
|
@@ -7106,8 +7106,8 @@ function validate$25(obj, path = 'DataflowJobNodeRepresentation') {
|
|
|
7106
7106
|
return v_error === undefined ? null : v_error;
|
|
7107
7107
|
}
|
|
7108
7108
|
const RepresentationType$E = 'DataflowJobNodeRepresentation';
|
|
7109
|
-
function keyBuilder$
|
|
7110
|
-
return keyBuilder$
|
|
7109
|
+
function keyBuilder$1A(luvio, config) {
|
|
7110
|
+
return keyBuilder$1w(luvio, config);
|
|
7111
7111
|
}
|
|
7112
7112
|
function keyBuilderFromType$j(luvio, object) {
|
|
7113
7113
|
return keyBuilderFromType$e(luvio, object);
|
|
@@ -7115,9 +7115,9 @@ function keyBuilderFromType$j(luvio, object) {
|
|
|
7115
7115
|
function normalize$D(input, existing, path, luvio, store, timestamp) {
|
|
7116
7116
|
return input;
|
|
7117
7117
|
}
|
|
7118
|
-
const select$
|
|
7119
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
7120
|
-
const { selections: NodeRowCountRepresentation__selections, opaque: NodeRowCountRepresentation__opaque, } = select$
|
|
7118
|
+
const select$2b = function DataflowJobNodeRepresentationSelect() {
|
|
7119
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
7120
|
+
const { selections: NodeRowCountRepresentation__selections, opaque: NodeRowCountRepresentation__opaque, } = select$2c();
|
|
7121
7121
|
return {
|
|
7122
7122
|
kind: 'Fragment',
|
|
7123
7123
|
version: VERSION$1h,
|
|
@@ -7320,7 +7320,7 @@ function validate$24(obj, path = 'LiveConnectionRepresentation') {
|
|
|
7320
7320
|
})();
|
|
7321
7321
|
return v_error === undefined ? null : v_error;
|
|
7322
7322
|
}
|
|
7323
|
-
const select$
|
|
7323
|
+
const select$2a = function LiveConnectionRepresentationSelect() {
|
|
7324
7324
|
return {
|
|
7325
7325
|
kind: 'Fragment',
|
|
7326
7326
|
version: VERSION$1g,
|
|
@@ -7523,8 +7523,8 @@ function validate$23(obj, path = 'DatasetRepresentation') {
|
|
|
7523
7523
|
return v_error === undefined ? null : v_error;
|
|
7524
7524
|
}
|
|
7525
7525
|
const RepresentationType$D = 'DatasetRepresentation';
|
|
7526
|
-
function keyBuilder$
|
|
7527
|
-
return keyBuilder$
|
|
7526
|
+
function keyBuilder$1z(luvio, config) {
|
|
7527
|
+
return keyBuilder$1w(luvio, config);
|
|
7528
7528
|
}
|
|
7529
7529
|
function keyBuilderFromType$i(luvio, object) {
|
|
7530
7530
|
return keyBuilderFromType$e(luvio, object);
|
|
@@ -7532,13 +7532,13 @@ function keyBuilderFromType$i(luvio, object) {
|
|
|
7532
7532
|
function normalize$C(input, existing, path, luvio, store, timestamp) {
|
|
7533
7533
|
return input;
|
|
7534
7534
|
}
|
|
7535
|
-
const select$
|
|
7536
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
7537
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
7538
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
7539
|
-
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$
|
|
7540
|
-
const { selections: LiveConnectionRepresentation__selections, opaque: LiveConnectionRepresentation__opaque, } = select$
|
|
7541
|
-
const { selections: XmdInnerRepresentation__selections, opaque: XmdInnerRepresentation__opaque, } = select$
|
|
7535
|
+
const select$29 = function DatasetRepresentationSelect() {
|
|
7536
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
7537
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
7538
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
7539
|
+
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$2g();
|
|
7540
|
+
const { selections: LiveConnectionRepresentation__selections, opaque: LiveConnectionRepresentation__opaque, } = select$2a();
|
|
7541
|
+
const { selections: XmdInnerRepresentation__selections, opaque: XmdInnerRepresentation__opaque, } = select$2j();
|
|
7542
7542
|
return {
|
|
7543
7543
|
kind: 'Fragment',
|
|
7544
7544
|
version: VERSION$1f,
|
|
@@ -7914,7 +7914,7 @@ function validate$22(obj, path = 'AbstractDataflowNodeRepresentation') {
|
|
|
7914
7914
|
})();
|
|
7915
7915
|
return v_error === undefined ? null : v_error;
|
|
7916
7916
|
}
|
|
7917
|
-
const select$
|
|
7917
|
+
const select$28 = function AbstractDataflowNodeRepresentationSelect() {
|
|
7918
7918
|
return {
|
|
7919
7919
|
kind: 'Fragment',
|
|
7920
7920
|
version: VERSION$1e,
|
|
@@ -7977,8 +7977,8 @@ function validate$21(obj, path = 'DataflowDefinitionRepresentation') {
|
|
|
7977
7977
|
})();
|
|
7978
7978
|
return v_error === undefined ? null : v_error;
|
|
7979
7979
|
}
|
|
7980
|
-
const select$
|
|
7981
|
-
const { selections: AbstractDataflowNodeRepresentation__selections, opaque: AbstractDataflowNodeRepresentation__opaque, } = select$
|
|
7980
|
+
const select$27 = function DataflowDefinitionRepresentationSelect() {
|
|
7981
|
+
const { selections: AbstractDataflowNodeRepresentation__selections, opaque: AbstractDataflowNodeRepresentation__opaque, } = select$28();
|
|
7982
7982
|
return {
|
|
7983
7983
|
kind: 'Fragment',
|
|
7984
7984
|
version: VERSION$1d,
|
|
@@ -8043,9 +8043,9 @@ function validate$20(obj, path = 'DataflowVersionRepresentation') {
|
|
|
8043
8043
|
})();
|
|
8044
8044
|
return v_error === undefined ? null : v_error;
|
|
8045
8045
|
}
|
|
8046
|
-
const select$
|
|
8047
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
8048
|
-
const { selections: DataflowDefinitionRepresentation__selections, opaque: DataflowDefinitionRepresentation__opaque, } = select$
|
|
8046
|
+
const select$26 = function DataflowVersionRepresentationSelect() {
|
|
8047
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
8048
|
+
const { selections: DataflowDefinitionRepresentation__selections, opaque: DataflowDefinitionRepresentation__opaque, } = select$27();
|
|
8049
8049
|
return {
|
|
8050
8050
|
kind: 'Fragment',
|
|
8051
8051
|
version: VERSION$1c,
|
|
@@ -8284,9 +8284,9 @@ function keyBuilderFromType$h(luvio, object) {
|
|
|
8284
8284
|
function normalize$B(input, existing, path, luvio, store, timestamp) {
|
|
8285
8285
|
return input;
|
|
8286
8286
|
}
|
|
8287
|
-
const select$
|
|
8288
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
8289
|
-
const { selections: DataflowVersionRepresentation__selections, opaque: DataflowVersionRepresentation__opaque, } = select$
|
|
8287
|
+
const select$25 = function DataflowRepresentationSelect() {
|
|
8288
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
8289
|
+
const { selections: DataflowVersionRepresentation__selections, opaque: DataflowVersionRepresentation__opaque, } = select$26();
|
|
8290
8290
|
return {
|
|
8291
8291
|
kind: 'Fragment',
|
|
8292
8292
|
version: VERSION$1b,
|
|
@@ -8565,7 +8565,7 @@ function validate$1_(obj, path = 'DataflowNodeRepresentation') {
|
|
|
8565
8565
|
})();
|
|
8566
8566
|
return v_error === undefined ? null : v_error;
|
|
8567
8567
|
}
|
|
8568
|
-
const select$
|
|
8568
|
+
const select$24 = function DataflowNodeRepresentationSelect() {
|
|
8569
8569
|
return {
|
|
8570
8570
|
kind: 'Fragment',
|
|
8571
8571
|
version: VERSION$1a,
|
|
@@ -8783,8 +8783,8 @@ function validate$1Z(obj, path = 'DataflowNodeCollectionRepresentation') {
|
|
|
8783
8783
|
})();
|
|
8784
8784
|
return v_error === undefined ? null : v_error;
|
|
8785
8785
|
}
|
|
8786
|
-
const select$
|
|
8787
|
-
const { selections: DataflowNodeRepresentation__selections, opaque: DataflowNodeRepresentation__opaque, } = select$
|
|
8786
|
+
const select$23 = function DataflowNodeCollectionRepresentationSelect() {
|
|
8787
|
+
const { selections: DataflowNodeRepresentation__selections, opaque: DataflowNodeRepresentation__opaque, } = select$24();
|
|
8788
8788
|
return {
|
|
8789
8789
|
kind: 'Fragment',
|
|
8790
8790
|
version: VERSION$19,
|
|
@@ -8873,7 +8873,7 @@ function normalize$A(input, existing, path, luvio, store, timestamp) {
|
|
|
8873
8873
|
}
|
|
8874
8874
|
return input;
|
|
8875
8875
|
}
|
|
8876
|
-
const select$
|
|
8876
|
+
const select$22 = function DataflowCollectionRepresentationSelect() {
|
|
8877
8877
|
return {
|
|
8878
8878
|
kind: 'Fragment',
|
|
8879
8879
|
version: VERSION$18,
|
|
@@ -8883,7 +8883,7 @@ const select$21 = function DataflowCollectionRepresentationSelect() {
|
|
|
8883
8883
|
name: 'dataflows',
|
|
8884
8884
|
kind: 'Link',
|
|
8885
8885
|
plural: true,
|
|
8886
|
-
fragment: select$
|
|
8886
|
+
fragment: select$25()
|
|
8887
8887
|
}
|
|
8888
8888
|
]
|
|
8889
8889
|
};
|
|
@@ -9163,8 +9163,8 @@ function validate$1X(obj, path = 'DataflowJobRepresentation') {
|
|
|
9163
9163
|
return v_error === undefined ? null : v_error;
|
|
9164
9164
|
}
|
|
9165
9165
|
const RepresentationType$A = 'DataflowJobRepresentation';
|
|
9166
|
-
function keyBuilder$
|
|
9167
|
-
return keyBuilder$
|
|
9166
|
+
function keyBuilder$1y(luvio, config) {
|
|
9167
|
+
return keyBuilder$1w(luvio, config);
|
|
9168
9168
|
}
|
|
9169
9169
|
function keyBuilderFromType$g(luvio, object) {
|
|
9170
9170
|
return keyBuilderFromType$e(luvio, object);
|
|
@@ -9184,12 +9184,12 @@ function normalize$z(input, existing, path, luvio, store, timestamp) {
|
|
|
9184
9184
|
}, luvio, store, timestamp);
|
|
9185
9185
|
return input;
|
|
9186
9186
|
}
|
|
9187
|
-
const select$
|
|
9188
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
9189
|
-
const { selections: JobEventCollectionRepresentation__selections, opaque: JobEventCollectionRepresentation__opaque, } = select$
|
|
9190
|
-
const { selections: DataflowNodeCollectionRepresentation__selections, opaque: DataflowNodeCollectionRepresentation__opaque, } = select$
|
|
9191
|
-
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$
|
|
9192
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
9187
|
+
const select$21 = function DataflowJobRepresentationSelect() {
|
|
9188
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
9189
|
+
const { selections: JobEventCollectionRepresentation__selections, opaque: JobEventCollectionRepresentation__opaque, } = select$2P();
|
|
9190
|
+
const { selections: DataflowNodeCollectionRepresentation__selections, opaque: DataflowNodeCollectionRepresentation__opaque, } = select$23();
|
|
9191
|
+
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$2g();
|
|
9192
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
9193
9193
|
return {
|
|
9194
9194
|
kind: 'Fragment',
|
|
9195
9195
|
version: VERSION$17,
|
|
@@ -9267,7 +9267,7 @@ const select$20 = function DataflowJobRepresentationSelect() {
|
|
|
9267
9267
|
{
|
|
9268
9268
|
name: 'syncDataflows',
|
|
9269
9269
|
kind: 'Link',
|
|
9270
|
-
fragment: select$
|
|
9270
|
+
fragment: select$22()
|
|
9271
9271
|
},
|
|
9272
9272
|
{
|
|
9273
9273
|
name: 'transformNodes',
|
|
@@ -9500,7 +9500,7 @@ function validate$1W(obj, path = 'AppLogRepresentation') {
|
|
|
9500
9500
|
})();
|
|
9501
9501
|
return v_error === undefined ? null : v_error;
|
|
9502
9502
|
}
|
|
9503
|
-
const select$
|
|
9503
|
+
const select$20 = function AppLogRepresentationSelect() {
|
|
9504
9504
|
return {
|
|
9505
9505
|
kind: 'Fragment',
|
|
9506
9506
|
version: VERSION$16,
|
|
@@ -9556,7 +9556,7 @@ function validate$1V(obj, path = 'WaveFolderShareRepresentation') {
|
|
|
9556
9556
|
})();
|
|
9557
9557
|
return v_error === undefined ? null : v_error;
|
|
9558
9558
|
}
|
|
9559
|
-
const select$
|
|
9559
|
+
const select$1$ = function WaveFolderShareRepresentationSelect() {
|
|
9560
9560
|
return {
|
|
9561
9561
|
kind: 'Fragment',
|
|
9562
9562
|
version: VERSION$15,
|
|
@@ -9791,8 +9791,8 @@ function validate$1U(obj, path = 'WaveFolderRepresentation') {
|
|
|
9791
9791
|
return v_error === undefined ? null : v_error;
|
|
9792
9792
|
}
|
|
9793
9793
|
const RepresentationType$z = 'WaveFolderRepresentation';
|
|
9794
|
-
function keyBuilder$
|
|
9795
|
-
return keyBuilder$
|
|
9794
|
+
function keyBuilder$1x(luvio, config) {
|
|
9795
|
+
return keyBuilder$1w(luvio, config);
|
|
9796
9796
|
}
|
|
9797
9797
|
function keyBuilderFromType$f(luvio, object) {
|
|
9798
9798
|
return keyBuilderFromType$e(luvio, object);
|
|
@@ -9800,11 +9800,11 @@ function keyBuilderFromType$f(luvio, object) {
|
|
|
9800
9800
|
function normalize$y(input, existing, path, luvio, store, timestamp) {
|
|
9801
9801
|
return input;
|
|
9802
9802
|
}
|
|
9803
|
-
const select$
|
|
9804
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
9805
|
-
const { selections: AppLogRepresentation__selections, opaque: AppLogRepresentation__opaque, } = select$
|
|
9806
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
9807
|
-
const { selections: WaveFolderShareRepresentation__selections, opaque: WaveFolderShareRepresentation__opaque, } = select$
|
|
9803
|
+
const select$1_ = function WaveFolderRepresentationSelect() {
|
|
9804
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
9805
|
+
const { selections: AppLogRepresentation__selections, opaque: AppLogRepresentation__opaque, } = select$20();
|
|
9806
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
9807
|
+
const { selections: WaveFolderShareRepresentation__selections, opaque: WaveFolderShareRepresentation__opaque, } = select$1$();
|
|
9808
9808
|
return {
|
|
9809
9809
|
kind: 'Fragment',
|
|
9810
9810
|
version: VERSION$14,
|
|
@@ -10295,18 +10295,18 @@ function validate$1T(obj, path = 'BaseWaveAssetRepresentation') {
|
|
|
10295
10295
|
return v_error === undefined ? null : v_error;
|
|
10296
10296
|
}
|
|
10297
10297
|
const RepresentationType$y = 'BaseWaveAssetRepresentation';
|
|
10298
|
-
function keyBuilder$
|
|
10298
|
+
function keyBuilder$1w(luvio, config) {
|
|
10299
10299
|
return keyPrefix + '::' + RepresentationType$y + ':' + config.id;
|
|
10300
10300
|
}
|
|
10301
10301
|
function keyBuilderFromType$e(luvio, object) {
|
|
10302
10302
|
const keyParams = {
|
|
10303
10303
|
id: object.id
|
|
10304
10304
|
};
|
|
10305
|
-
return keyBuilder$
|
|
10305
|
+
return keyBuilder$1w(luvio, keyParams);
|
|
10306
10306
|
}
|
|
10307
|
-
const select$
|
|
10308
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
10309
|
-
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$
|
|
10307
|
+
const select$1Z = function BaseWaveAssetRepresentationSelect() {
|
|
10308
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
10309
|
+
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$2A();
|
|
10310
10310
|
return {
|
|
10311
10311
|
kind: 'Fragment',
|
|
10312
10312
|
version: VERSION$13,
|
|
@@ -10605,7 +10605,7 @@ function validate$1S(obj, path = 'ConnectionPropertyValueRepresentation') {
|
|
|
10605
10605
|
})();
|
|
10606
10606
|
return v_error === undefined ? null : v_error;
|
|
10607
10607
|
}
|
|
10608
|
-
const select$
|
|
10608
|
+
const select$1Y = function ConnectionPropertyValueRepresentationSelect() {
|
|
10609
10609
|
return {
|
|
10610
10610
|
kind: 'Fragment',
|
|
10611
10611
|
version: VERSION$12,
|
|
@@ -10703,8 +10703,8 @@ function validate$1R(obj, path = 'DataConnectorRepresentation') {
|
|
|
10703
10703
|
return v_error === undefined ? null : v_error;
|
|
10704
10704
|
}
|
|
10705
10705
|
const RepresentationType$x = 'DataConnectorRepresentation';
|
|
10706
|
-
function keyBuilder$
|
|
10707
|
-
return keyBuilder$
|
|
10706
|
+
function keyBuilder$1v(luvio, config) {
|
|
10707
|
+
return keyBuilder$1w(luvio, config);
|
|
10708
10708
|
}
|
|
10709
10709
|
function keyBuilderFromType$d(luvio, object) {
|
|
10710
10710
|
return keyBuilderFromType$e(luvio, object);
|
|
@@ -10724,10 +10724,10 @@ function normalize$x(input, existing, path, luvio, store, timestamp) {
|
|
|
10724
10724
|
}, luvio, store, timestamp);
|
|
10725
10725
|
return input;
|
|
10726
10726
|
}
|
|
10727
|
-
const select$
|
|
10728
|
-
const { selections: BaseWaveAssetRepresentationSelections } = select$
|
|
10729
|
-
const { selections: ConnectionPropertyValueRepresentation__selections, opaque: ConnectionPropertyValueRepresentation__opaque, } = select$
|
|
10730
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
10727
|
+
const select$1X = function DataConnectorRepresentationSelect() {
|
|
10728
|
+
const { selections: BaseWaveAssetRepresentationSelections } = select$1Z();
|
|
10729
|
+
const { selections: ConnectionPropertyValueRepresentation__selections, opaque: ConnectionPropertyValueRepresentation__opaque, } = select$1Y();
|
|
10730
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
10731
10731
|
return {
|
|
10732
10732
|
kind: 'Fragment',
|
|
10733
10733
|
version: VERSION$11,
|
|
@@ -10913,8 +10913,8 @@ function normalize$w(input, existing, path, luvio, store, timestamp) {
|
|
|
10913
10913
|
}
|
|
10914
10914
|
return input;
|
|
10915
10915
|
}
|
|
10916
|
-
const select$
|
|
10917
|
-
const { selections: ConnectionsStatsRepresentation__selections, opaque: ConnectionsStatsRepresentation__opaque, } = select$
|
|
10916
|
+
const select$1W = function DataConnectorCollectionRepresentationSelect() {
|
|
10917
|
+
const { selections: ConnectionsStatsRepresentation__selections, opaque: ConnectionsStatsRepresentation__opaque, } = select$2B();
|
|
10918
10918
|
return {
|
|
10919
10919
|
kind: 'Fragment',
|
|
10920
10920
|
version: VERSION$10,
|
|
@@ -10924,7 +10924,7 @@ const select$1V = function DataConnectorCollectionRepresentationSelect() {
|
|
|
10924
10924
|
name: 'dataConnectors',
|
|
10925
10925
|
kind: 'Link',
|
|
10926
10926
|
plural: true,
|
|
10927
|
-
fragment: select$
|
|
10927
|
+
fragment: select$1X()
|
|
10928
10928
|
},
|
|
10929
10929
|
{
|
|
10930
10930
|
name: 'stats',
|
|
@@ -10996,22 +10996,22 @@ function getTypeCacheKeys$w(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
10996
10996
|
}
|
|
10997
10997
|
}
|
|
10998
10998
|
|
|
10999
|
-
function select$
|
|
11000
|
-
return select$
|
|
10999
|
+
function select$1V(luvio, params) {
|
|
11000
|
+
return select$1W();
|
|
11001
11001
|
}
|
|
11002
|
-
function keyBuilder$
|
|
11002
|
+
function keyBuilder$1u(luvio, params) {
|
|
11003
11003
|
return keyPrefix + '::DataConnectorCollectionRepresentation:(' + 'category:' + params.queryParams.category + ',' + 'connectorType:' + params.queryParams.connectorType + ',' + 'scope:' + params.queryParams.scope + ')';
|
|
11004
11004
|
}
|
|
11005
|
-
function getResponseCacheKeys$
|
|
11006
|
-
getTypeCacheKeys$w(storeKeyMap, luvio, response, () => keyBuilder$
|
|
11005
|
+
function getResponseCacheKeys$_(storeKeyMap, luvio, resourceParams, response) {
|
|
11006
|
+
getTypeCacheKeys$w(storeKeyMap, luvio, response, () => keyBuilder$1u(luvio, resourceParams));
|
|
11007
11007
|
}
|
|
11008
|
-
function ingestSuccess$
|
|
11008
|
+
function ingestSuccess$V(luvio, resourceParams, response, snapshotRefresh) {
|
|
11009
11009
|
const { body } = response;
|
|
11010
|
-
const key = keyBuilder$
|
|
11010
|
+
const key = keyBuilder$1u(luvio, resourceParams);
|
|
11011
11011
|
luvio.storeIngest(key, ingest$w, body);
|
|
11012
11012
|
const snapshot = luvio.storeLookup({
|
|
11013
11013
|
recordId: key,
|
|
11014
|
-
node: select$
|
|
11014
|
+
node: select$1V(),
|
|
11015
11015
|
variables: {},
|
|
11016
11016
|
}, snapshotRefresh);
|
|
11017
11017
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -11022,8 +11022,8 @@ function ingestSuccess$U(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
11022
11022
|
deepFreeze(snapshot.data);
|
|
11023
11023
|
return snapshot;
|
|
11024
11024
|
}
|
|
11025
|
-
function ingestError$
|
|
11026
|
-
const key = keyBuilder$
|
|
11025
|
+
function ingestError$C(luvio, params, error, snapshotRefresh) {
|
|
11026
|
+
const key = keyBuilder$1u(luvio, params);
|
|
11027
11027
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
11028
11028
|
const storeMetadataParams = {
|
|
11029
11029
|
ttl: TTL$r,
|
|
@@ -11034,7 +11034,7 @@ function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
|
11034
11034
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
11035
11035
|
return errorSnapshot;
|
|
11036
11036
|
}
|
|
11037
|
-
function createResourceRequest$
|
|
11037
|
+
function createResourceRequest$_(config) {
|
|
11038
11038
|
const headers = {};
|
|
11039
11039
|
return {
|
|
11040
11040
|
baseUri: '/services/data/v67.0',
|
|
@@ -11048,92 +11048,92 @@ function createResourceRequest$Z(config) {
|
|
|
11048
11048
|
};
|
|
11049
11049
|
}
|
|
11050
11050
|
|
|
11051
|
-
const adapterName$
|
|
11051
|
+
const adapterName$_ = 'getDataConnectors';
|
|
11052
11052
|
const getDataConnectors_ConfigPropertyMetadata = [
|
|
11053
11053
|
generateParamConfigMetadata('category', false, 1 /* QueryParameter */, 0 /* String */),
|
|
11054
11054
|
generateParamConfigMetadata('connectorType', false, 1 /* QueryParameter */, 0 /* String */),
|
|
11055
11055
|
generateParamConfigMetadata('scope', false, 1 /* QueryParameter */, 0 /* String */),
|
|
11056
11056
|
];
|
|
11057
|
-
const getDataConnectors_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
11058
|
-
const createResourceParams$
|
|
11059
|
-
function keyBuilder$
|
|
11060
|
-
const resourceParams = createResourceParams$
|
|
11061
|
-
return keyBuilder$
|
|
11057
|
+
const getDataConnectors_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$_, getDataConnectors_ConfigPropertyMetadata);
|
|
11058
|
+
const createResourceParams$_ = /*#__PURE__*/ createResourceParams$12(getDataConnectors_ConfigPropertyMetadata);
|
|
11059
|
+
function keyBuilder$1t(luvio, config) {
|
|
11060
|
+
const resourceParams = createResourceParams$_(config);
|
|
11061
|
+
return keyBuilder$1u(luvio, resourceParams);
|
|
11062
11062
|
}
|
|
11063
|
-
function typeCheckConfig$
|
|
11063
|
+
function typeCheckConfig$_(untrustedConfig) {
|
|
11064
11064
|
const config = {};
|
|
11065
|
-
typeCheckConfig$
|
|
11065
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnectors_ConfigPropertyMetadata);
|
|
11066
11066
|
return config;
|
|
11067
11067
|
}
|
|
11068
|
-
function validateAdapterConfig$
|
|
11068
|
+
function validateAdapterConfig$_(untrustedConfig, configPropertyNames) {
|
|
11069
11069
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
11070
11070
|
return null;
|
|
11071
11071
|
}
|
|
11072
11072
|
if (process.env.NODE_ENV !== 'production') {
|
|
11073
11073
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
11074
11074
|
}
|
|
11075
|
-
const config = typeCheckConfig$
|
|
11075
|
+
const config = typeCheckConfig$_(untrustedConfig);
|
|
11076
11076
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
11077
11077
|
return null;
|
|
11078
11078
|
}
|
|
11079
11079
|
return config;
|
|
11080
11080
|
}
|
|
11081
|
-
function adapterFragment$
|
|
11082
|
-
createResourceParams$
|
|
11083
|
-
return select$
|
|
11081
|
+
function adapterFragment$C(luvio, config) {
|
|
11082
|
+
createResourceParams$_(config);
|
|
11083
|
+
return select$1V();
|
|
11084
11084
|
}
|
|
11085
|
-
function onFetchResponseSuccess$
|
|
11086
|
-
const snapshot = ingestSuccess$
|
|
11085
|
+
function onFetchResponseSuccess$G(luvio, config, resourceParams, response) {
|
|
11086
|
+
const snapshot = ingestSuccess$V(luvio, resourceParams, response, {
|
|
11087
11087
|
config,
|
|
11088
|
-
resolve: () => buildNetworkSnapshot
|
|
11088
|
+
resolve: () => buildNetworkSnapshot$$(luvio, config, snapshotRefreshOptions)
|
|
11089
11089
|
});
|
|
11090
11090
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
11091
11091
|
}
|
|
11092
|
-
function onFetchResponseError$
|
|
11093
|
-
const snapshot = ingestError$
|
|
11092
|
+
function onFetchResponseError$G(luvio, config, resourceParams, response) {
|
|
11093
|
+
const snapshot = ingestError$C(luvio, resourceParams, response, {
|
|
11094
11094
|
config,
|
|
11095
|
-
resolve: () => buildNetworkSnapshot
|
|
11095
|
+
resolve: () => buildNetworkSnapshot$$(luvio, config, snapshotRefreshOptions)
|
|
11096
11096
|
});
|
|
11097
11097
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
11098
11098
|
}
|
|
11099
|
-
function buildNetworkSnapshot
|
|
11100
|
-
const resourceParams = createResourceParams$
|
|
11101
|
-
const request = createResourceRequest$
|
|
11099
|
+
function buildNetworkSnapshot$$(luvio, config, options) {
|
|
11100
|
+
const resourceParams = createResourceParams$_(config);
|
|
11101
|
+
const request = createResourceRequest$_(resourceParams);
|
|
11102
11102
|
return luvio.dispatchResourceRequest(request, options)
|
|
11103
11103
|
.then((response) => {
|
|
11104
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$
|
|
11104
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$G(luvio, config, resourceParams, response), () => {
|
|
11105
11105
|
const cache = new StoreKeyMap();
|
|
11106
|
-
getResponseCacheKeys$
|
|
11106
|
+
getResponseCacheKeys$_(cache, luvio, resourceParams, response.body);
|
|
11107
11107
|
return cache;
|
|
11108
11108
|
});
|
|
11109
11109
|
}, (response) => {
|
|
11110
|
-
return luvio.handleErrorResponse(() => onFetchResponseError$
|
|
11110
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$G(luvio, config, resourceParams, response));
|
|
11111
11111
|
});
|
|
11112
11112
|
}
|
|
11113
|
-
function buildNetworkSnapshotCachePolicy$
|
|
11114
|
-
return buildNetworkSnapshotCachePolicy$
|
|
11113
|
+
function buildNetworkSnapshotCachePolicy$C(context, coercedAdapterRequestContext) {
|
|
11114
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$$, undefined, false);
|
|
11115
11115
|
}
|
|
11116
|
-
function buildCachedSnapshotCachePolicy$
|
|
11116
|
+
function buildCachedSnapshotCachePolicy$G(context, storeLookup) {
|
|
11117
11117
|
const { luvio, config } = context;
|
|
11118
11118
|
const selector = {
|
|
11119
|
-
recordId: keyBuilder$
|
|
11120
|
-
node: adapterFragment$
|
|
11119
|
+
recordId: keyBuilder$1t(luvio, config),
|
|
11120
|
+
node: adapterFragment$C(luvio, config),
|
|
11121
11121
|
variables: {},
|
|
11122
11122
|
};
|
|
11123
11123
|
const cacheSnapshot = storeLookup(selector, {
|
|
11124
11124
|
config,
|
|
11125
|
-
resolve: () => buildNetworkSnapshot
|
|
11125
|
+
resolve: () => buildNetworkSnapshot$$(luvio, config, snapshotRefreshOptions)
|
|
11126
11126
|
});
|
|
11127
11127
|
return cacheSnapshot;
|
|
11128
11128
|
}
|
|
11129
11129
|
const getDataConnectorsAdapterFactory = (luvio) => function WAVE__getDataConnectors(untrustedConfig, requestContext) {
|
|
11130
|
-
const config = validateAdapterConfig$
|
|
11130
|
+
const config = validateAdapterConfig$_(untrustedConfig, getDataConnectors_ConfigPropertyNames);
|
|
11131
11131
|
// Invalid or incomplete config
|
|
11132
11132
|
if (config === null) {
|
|
11133
11133
|
return null;
|
|
11134
11134
|
}
|
|
11135
11135
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
11136
|
-
buildCachedSnapshotCachePolicy$
|
|
11136
|
+
buildCachedSnapshotCachePolicy$G, buildNetworkSnapshotCachePolicy$C);
|
|
11137
11137
|
};
|
|
11138
11138
|
|
|
11139
11139
|
var DiscriminatorValues$1;
|
|
@@ -11243,19 +11243,19 @@ function validate$1O(obj, path = 'DataConnectorInputRepresentation') {
|
|
|
11243
11243
|
return v_error === undefined ? null : v_error;
|
|
11244
11244
|
}
|
|
11245
11245
|
|
|
11246
|
-
function select$
|
|
11247
|
-
return select$
|
|
11246
|
+
function select$1U(luvio, params) {
|
|
11247
|
+
return select$1X();
|
|
11248
11248
|
}
|
|
11249
|
-
function getResponseCacheKeys$
|
|
11249
|
+
function getResponseCacheKeys$Z(storeKeyMap, luvio, resourceParams, response) {
|
|
11250
11250
|
getTypeCacheKeys$x(storeKeyMap, luvio, response);
|
|
11251
11251
|
}
|
|
11252
|
-
function ingestSuccess$
|
|
11252
|
+
function ingestSuccess$U(luvio, resourceParams, response) {
|
|
11253
11253
|
const { body } = response;
|
|
11254
11254
|
const key = keyBuilderFromType$d(luvio, body);
|
|
11255
11255
|
luvio.storeIngest(key, ingest$x, body);
|
|
11256
11256
|
const snapshot = luvio.storeLookup({
|
|
11257
11257
|
recordId: key,
|
|
11258
|
-
node: select$
|
|
11258
|
+
node: select$1U(),
|
|
11259
11259
|
variables: {},
|
|
11260
11260
|
});
|
|
11261
11261
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -11266,7 +11266,7 @@ function ingestSuccess$T(luvio, resourceParams, response) {
|
|
|
11266
11266
|
deepFreeze(snapshot.data);
|
|
11267
11267
|
return snapshot;
|
|
11268
11268
|
}
|
|
11269
|
-
function createResourceRequest$
|
|
11269
|
+
function createResourceRequest$Z(config) {
|
|
11270
11270
|
const headers = {};
|
|
11271
11271
|
return {
|
|
11272
11272
|
baseUri: '/services/data/v67.0',
|
|
@@ -11280,13 +11280,13 @@ function createResourceRequest$Y(config) {
|
|
|
11280
11280
|
};
|
|
11281
11281
|
}
|
|
11282
11282
|
|
|
11283
|
-
const adapterName$
|
|
11283
|
+
const adapterName$Z = 'createDataConnector';
|
|
11284
11284
|
const createDataConnector_ConfigPropertyMetadata = [
|
|
11285
11285
|
generateParamConfigMetadata('dataConnector', true, 2 /* Body */, 4 /* Unsupported */),
|
|
11286
11286
|
];
|
|
11287
|
-
const createDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
11288
|
-
const createResourceParams$
|
|
11289
|
-
function typeCheckConfig$
|
|
11287
|
+
const createDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$Z, createDataConnector_ConfigPropertyMetadata);
|
|
11288
|
+
const createResourceParams$Z = /*#__PURE__*/ createResourceParams$12(createDataConnector_ConfigPropertyMetadata);
|
|
11289
|
+
function typeCheckConfig$Z(untrustedConfig) {
|
|
11290
11290
|
const config = {};
|
|
11291
11291
|
const untrustedConfig_dataConnector = untrustedConfig.dataConnector;
|
|
11292
11292
|
const referenceDataConnectorInputRepresentationValidationError = validate$1O(untrustedConfig_dataConnector);
|
|
@@ -11295,30 +11295,30 @@ function typeCheckConfig$Y(untrustedConfig) {
|
|
|
11295
11295
|
}
|
|
11296
11296
|
return config;
|
|
11297
11297
|
}
|
|
11298
|
-
function validateAdapterConfig$
|
|
11298
|
+
function validateAdapterConfig$Z(untrustedConfig, configPropertyNames) {
|
|
11299
11299
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
11300
11300
|
return null;
|
|
11301
11301
|
}
|
|
11302
11302
|
if (process.env.NODE_ENV !== 'production') {
|
|
11303
11303
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
11304
11304
|
}
|
|
11305
|
-
const config = typeCheckConfig$
|
|
11305
|
+
const config = typeCheckConfig$Z(untrustedConfig);
|
|
11306
11306
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
11307
11307
|
return null;
|
|
11308
11308
|
}
|
|
11309
11309
|
return config;
|
|
11310
11310
|
}
|
|
11311
|
-
function buildNetworkSnapshot$
|
|
11312
|
-
const resourceParams = createResourceParams$
|
|
11313
|
-
const request = createResourceRequest$
|
|
11311
|
+
function buildNetworkSnapshot$_(luvio, config, options) {
|
|
11312
|
+
const resourceParams = createResourceParams$Z(config);
|
|
11313
|
+
const request = createResourceRequest$Z(resourceParams);
|
|
11314
11314
|
return luvio.dispatchResourceRequest(request, options)
|
|
11315
11315
|
.then((response) => {
|
|
11316
11316
|
return luvio.handleSuccessResponse(() => {
|
|
11317
|
-
const snapshot = ingestSuccess$
|
|
11317
|
+
const snapshot = ingestSuccess$U(luvio, resourceParams, response);
|
|
11318
11318
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
11319
11319
|
}, () => {
|
|
11320
11320
|
const cache = new StoreKeyMap();
|
|
11321
|
-
getResponseCacheKeys$
|
|
11321
|
+
getResponseCacheKeys$Z(cache, luvio, resourceParams, response.body);
|
|
11322
11322
|
return cache;
|
|
11323
11323
|
});
|
|
11324
11324
|
}, (response) => {
|
|
@@ -11328,33 +11328,33 @@ function buildNetworkSnapshot$Z(luvio, config, options) {
|
|
|
11328
11328
|
}
|
|
11329
11329
|
const createDataConnectorAdapterFactory = (luvio) => {
|
|
11330
11330
|
return function createDataConnector(untrustedConfig) {
|
|
11331
|
-
const config = validateAdapterConfig$
|
|
11331
|
+
const config = validateAdapterConfig$Z(untrustedConfig, createDataConnector_ConfigPropertyNames);
|
|
11332
11332
|
// Invalid or incomplete config
|
|
11333
11333
|
if (config === null) {
|
|
11334
11334
|
throw new Error('Invalid config for "createDataConnector"');
|
|
11335
11335
|
}
|
|
11336
|
-
return buildNetworkSnapshot$
|
|
11336
|
+
return buildNetworkSnapshot$_(luvio, config);
|
|
11337
11337
|
};
|
|
11338
11338
|
};
|
|
11339
11339
|
|
|
11340
|
-
function select$
|
|
11341
|
-
return select$
|
|
11340
|
+
function select$1T(luvio, params) {
|
|
11341
|
+
return select$1X();
|
|
11342
11342
|
}
|
|
11343
|
-
function keyBuilder$
|
|
11344
|
-
return keyBuilder$
|
|
11343
|
+
function keyBuilder$1s(luvio, params) {
|
|
11344
|
+
return keyBuilder$1v(luvio, {
|
|
11345
11345
|
id: params.urlParams.connectorIdOrApiName
|
|
11346
11346
|
});
|
|
11347
11347
|
}
|
|
11348
|
-
function getResponseCacheKeys$
|
|
11348
|
+
function getResponseCacheKeys$Y(storeKeyMap, luvio, resourceParams, response) {
|
|
11349
11349
|
getTypeCacheKeys$x(storeKeyMap, luvio, response);
|
|
11350
11350
|
}
|
|
11351
|
-
function ingestSuccess$
|
|
11351
|
+
function ingestSuccess$T(luvio, resourceParams, response, snapshotRefresh) {
|
|
11352
11352
|
const { body } = response;
|
|
11353
|
-
const key = keyBuilder$
|
|
11353
|
+
const key = keyBuilder$1s(luvio, resourceParams);
|
|
11354
11354
|
luvio.storeIngest(key, ingest$x, body);
|
|
11355
11355
|
const snapshot = luvio.storeLookup({
|
|
11356
11356
|
recordId: key,
|
|
11357
|
-
node: select$
|
|
11357
|
+
node: select$1T(),
|
|
11358
11358
|
variables: {},
|
|
11359
11359
|
}, snapshotRefresh);
|
|
11360
11360
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -11365,8 +11365,8 @@ function ingestSuccess$S(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
11365
11365
|
deepFreeze(snapshot.data);
|
|
11366
11366
|
return snapshot;
|
|
11367
11367
|
}
|
|
11368
|
-
function ingestError$
|
|
11369
|
-
const key = keyBuilder$
|
|
11368
|
+
function ingestError$B(luvio, params, error, snapshotRefresh) {
|
|
11369
|
+
const key = keyBuilder$1s(luvio, params);
|
|
11370
11370
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
11371
11371
|
const storeMetadataParams = {
|
|
11372
11372
|
ttl: TTL$s,
|
|
@@ -11377,7 +11377,7 @@ function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
|
11377
11377
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
11378
11378
|
return errorSnapshot;
|
|
11379
11379
|
}
|
|
11380
|
-
function createResourceRequest$
|
|
11380
|
+
function createResourceRequest$Y(config) {
|
|
11381
11381
|
const headers = {};
|
|
11382
11382
|
return {
|
|
11383
11383
|
baseUri: '/services/data/v67.0',
|
|
@@ -11391,105 +11391,105 @@ function createResourceRequest$X(config) {
|
|
|
11391
11391
|
};
|
|
11392
11392
|
}
|
|
11393
11393
|
|
|
11394
|
-
const adapterName$
|
|
11394
|
+
const adapterName$Y = 'getDataConnector';
|
|
11395
11395
|
const getDataConnector_ConfigPropertyMetadata = [
|
|
11396
11396
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
11397
11397
|
];
|
|
11398
|
-
const getDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
11399
|
-
const createResourceParams$
|
|
11400
|
-
function keyBuilder$
|
|
11401
|
-
const resourceParams = createResourceParams$
|
|
11402
|
-
return keyBuilder$
|
|
11398
|
+
const getDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$Y, getDataConnector_ConfigPropertyMetadata);
|
|
11399
|
+
const createResourceParams$Y = /*#__PURE__*/ createResourceParams$12(getDataConnector_ConfigPropertyMetadata);
|
|
11400
|
+
function keyBuilder$1r(luvio, config) {
|
|
11401
|
+
const resourceParams = createResourceParams$Y(config);
|
|
11402
|
+
return keyBuilder$1s(luvio, resourceParams);
|
|
11403
11403
|
}
|
|
11404
|
-
function typeCheckConfig$
|
|
11404
|
+
function typeCheckConfig$Y(untrustedConfig) {
|
|
11405
11405
|
const config = {};
|
|
11406
|
-
typeCheckConfig$
|
|
11406
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnector_ConfigPropertyMetadata);
|
|
11407
11407
|
return config;
|
|
11408
11408
|
}
|
|
11409
|
-
function validateAdapterConfig$
|
|
11409
|
+
function validateAdapterConfig$Y(untrustedConfig, configPropertyNames) {
|
|
11410
11410
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
11411
11411
|
return null;
|
|
11412
11412
|
}
|
|
11413
11413
|
if (process.env.NODE_ENV !== 'production') {
|
|
11414
11414
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
11415
11415
|
}
|
|
11416
|
-
const config = typeCheckConfig$
|
|
11416
|
+
const config = typeCheckConfig$Y(untrustedConfig);
|
|
11417
11417
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
11418
11418
|
return null;
|
|
11419
11419
|
}
|
|
11420
11420
|
return config;
|
|
11421
11421
|
}
|
|
11422
|
-
function adapterFragment$
|
|
11423
|
-
createResourceParams$
|
|
11424
|
-
return select$
|
|
11422
|
+
function adapterFragment$B(luvio, config) {
|
|
11423
|
+
createResourceParams$Y(config);
|
|
11424
|
+
return select$1T();
|
|
11425
11425
|
}
|
|
11426
|
-
function onFetchResponseSuccess$
|
|
11427
|
-
const snapshot = ingestSuccess$
|
|
11426
|
+
function onFetchResponseSuccess$F(luvio, config, resourceParams, response) {
|
|
11427
|
+
const snapshot = ingestSuccess$T(luvio, resourceParams, response, {
|
|
11428
11428
|
config,
|
|
11429
|
-
resolve: () => buildNetworkSnapshot$
|
|
11429
|
+
resolve: () => buildNetworkSnapshot$Z(luvio, config, snapshotRefreshOptions)
|
|
11430
11430
|
});
|
|
11431
11431
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
11432
11432
|
}
|
|
11433
|
-
function onFetchResponseError$
|
|
11434
|
-
const snapshot = ingestError$
|
|
11433
|
+
function onFetchResponseError$F(luvio, config, resourceParams, response) {
|
|
11434
|
+
const snapshot = ingestError$B(luvio, resourceParams, response, {
|
|
11435
11435
|
config,
|
|
11436
|
-
resolve: () => buildNetworkSnapshot$
|
|
11436
|
+
resolve: () => buildNetworkSnapshot$Z(luvio, config, snapshotRefreshOptions)
|
|
11437
11437
|
});
|
|
11438
11438
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
11439
11439
|
}
|
|
11440
|
-
function buildNetworkSnapshot$
|
|
11441
|
-
const resourceParams = createResourceParams$
|
|
11442
|
-
const request = createResourceRequest$
|
|
11440
|
+
function buildNetworkSnapshot$Z(luvio, config, options) {
|
|
11441
|
+
const resourceParams = createResourceParams$Y(config);
|
|
11442
|
+
const request = createResourceRequest$Y(resourceParams);
|
|
11443
11443
|
return luvio.dispatchResourceRequest(request, options)
|
|
11444
11444
|
.then((response) => {
|
|
11445
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$
|
|
11445
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$F(luvio, config, resourceParams, response), () => {
|
|
11446
11446
|
const cache = new StoreKeyMap();
|
|
11447
|
-
getResponseCacheKeys$
|
|
11447
|
+
getResponseCacheKeys$Y(cache, luvio, resourceParams, response.body);
|
|
11448
11448
|
return cache;
|
|
11449
11449
|
});
|
|
11450
11450
|
}, (response) => {
|
|
11451
|
-
return luvio.handleErrorResponse(() => onFetchResponseError$
|
|
11451
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$F(luvio, config, resourceParams, response));
|
|
11452
11452
|
});
|
|
11453
11453
|
}
|
|
11454
|
-
function buildNetworkSnapshotCachePolicy$
|
|
11455
|
-
return buildNetworkSnapshotCachePolicy$
|
|
11454
|
+
function buildNetworkSnapshotCachePolicy$B(context, coercedAdapterRequestContext) {
|
|
11455
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$Z, undefined, false);
|
|
11456
11456
|
}
|
|
11457
|
-
function buildCachedSnapshotCachePolicy$
|
|
11457
|
+
function buildCachedSnapshotCachePolicy$F(context, storeLookup) {
|
|
11458
11458
|
const { luvio, config } = context;
|
|
11459
11459
|
const selector = {
|
|
11460
|
-
recordId: keyBuilder$
|
|
11461
|
-
node: adapterFragment$
|
|
11460
|
+
recordId: keyBuilder$1r(luvio, config),
|
|
11461
|
+
node: adapterFragment$B(luvio, config),
|
|
11462
11462
|
variables: {},
|
|
11463
11463
|
};
|
|
11464
11464
|
const cacheSnapshot = storeLookup(selector, {
|
|
11465
11465
|
config,
|
|
11466
|
-
resolve: () => buildNetworkSnapshot$
|
|
11466
|
+
resolve: () => buildNetworkSnapshot$Z(luvio, config, snapshotRefreshOptions)
|
|
11467
11467
|
});
|
|
11468
11468
|
return cacheSnapshot;
|
|
11469
11469
|
}
|
|
11470
11470
|
const getDataConnectorAdapterFactory = (luvio) => function WAVE__getDataConnector(untrustedConfig, requestContext) {
|
|
11471
|
-
const config = validateAdapterConfig$
|
|
11471
|
+
const config = validateAdapterConfig$Y(untrustedConfig, getDataConnector_ConfigPropertyNames);
|
|
11472
11472
|
// Invalid or incomplete config
|
|
11473
11473
|
if (config === null) {
|
|
11474
11474
|
return null;
|
|
11475
11475
|
}
|
|
11476
11476
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
11477
|
-
buildCachedSnapshotCachePolicy$
|
|
11477
|
+
buildCachedSnapshotCachePolicy$F, buildNetworkSnapshotCachePolicy$B);
|
|
11478
11478
|
};
|
|
11479
11479
|
|
|
11480
|
-
function select$
|
|
11481
|
-
return select$
|
|
11480
|
+
function select$1S(luvio, params) {
|
|
11481
|
+
return select$1X();
|
|
11482
11482
|
}
|
|
11483
|
-
function getResponseCacheKeys$
|
|
11483
|
+
function getResponseCacheKeys$X(storeKeyMap, luvio, resourceParams, response) {
|
|
11484
11484
|
getTypeCacheKeys$x(storeKeyMap, luvio, response);
|
|
11485
11485
|
}
|
|
11486
|
-
function ingestSuccess$
|
|
11486
|
+
function ingestSuccess$S(luvio, resourceParams, response) {
|
|
11487
11487
|
const { body } = response;
|
|
11488
11488
|
const key = keyBuilderFromType$d(luvio, body);
|
|
11489
11489
|
luvio.storeIngest(key, ingest$x, body);
|
|
11490
11490
|
const snapshot = luvio.storeLookup({
|
|
11491
11491
|
recordId: key,
|
|
11492
|
-
node: select$
|
|
11492
|
+
node: select$1S(),
|
|
11493
11493
|
variables: {},
|
|
11494
11494
|
});
|
|
11495
11495
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -11500,7 +11500,7 @@ function ingestSuccess$R(luvio, resourceParams, response) {
|
|
|
11500
11500
|
deepFreeze(snapshot.data);
|
|
11501
11501
|
return snapshot;
|
|
11502
11502
|
}
|
|
11503
|
-
function createResourceRequest$
|
|
11503
|
+
function createResourceRequest$X(config) {
|
|
11504
11504
|
const headers = {};
|
|
11505
11505
|
return {
|
|
11506
11506
|
baseUri: '/services/data/v67.0',
|
|
@@ -11514,16 +11514,16 @@ function createResourceRequest$W(config) {
|
|
|
11514
11514
|
};
|
|
11515
11515
|
}
|
|
11516
11516
|
|
|
11517
|
-
const adapterName$
|
|
11517
|
+
const adapterName$X = 'updateDataConnector';
|
|
11518
11518
|
const updateDataConnector_ConfigPropertyMetadata = [
|
|
11519
11519
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
11520
11520
|
generateParamConfigMetadata('dataConnector', true, 2 /* Body */, 4 /* Unsupported */),
|
|
11521
11521
|
];
|
|
11522
|
-
const updateDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
11523
|
-
const createResourceParams$
|
|
11524
|
-
function typeCheckConfig$
|
|
11522
|
+
const updateDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$X, updateDataConnector_ConfigPropertyMetadata);
|
|
11523
|
+
const createResourceParams$X = /*#__PURE__*/ createResourceParams$12(updateDataConnector_ConfigPropertyMetadata);
|
|
11524
|
+
function typeCheckConfig$X(untrustedConfig) {
|
|
11525
11525
|
const config = {};
|
|
11526
|
-
typeCheckConfig$
|
|
11526
|
+
typeCheckConfig$12(untrustedConfig, config, updateDataConnector_ConfigPropertyMetadata);
|
|
11527
11527
|
const untrustedConfig_dataConnector = untrustedConfig.dataConnector;
|
|
11528
11528
|
const referenceDataConnectorInputRepresentationValidationError = validate$1O(untrustedConfig_dataConnector);
|
|
11529
11529
|
if (referenceDataConnectorInputRepresentationValidationError === null) {
|
|
@@ -11531,30 +11531,30 @@ function typeCheckConfig$W(untrustedConfig) {
|
|
|
11531
11531
|
}
|
|
11532
11532
|
return config;
|
|
11533
11533
|
}
|
|
11534
|
-
function validateAdapterConfig$
|
|
11534
|
+
function validateAdapterConfig$X(untrustedConfig, configPropertyNames) {
|
|
11535
11535
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
11536
11536
|
return null;
|
|
11537
11537
|
}
|
|
11538
11538
|
if (process.env.NODE_ENV !== 'production') {
|
|
11539
11539
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
11540
11540
|
}
|
|
11541
|
-
const config = typeCheckConfig$
|
|
11541
|
+
const config = typeCheckConfig$X(untrustedConfig);
|
|
11542
11542
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
11543
11543
|
return null;
|
|
11544
11544
|
}
|
|
11545
11545
|
return config;
|
|
11546
11546
|
}
|
|
11547
|
-
function buildNetworkSnapshot$
|
|
11548
|
-
const resourceParams = createResourceParams$
|
|
11549
|
-
const request = createResourceRequest$
|
|
11547
|
+
function buildNetworkSnapshot$Y(luvio, config, options) {
|
|
11548
|
+
const resourceParams = createResourceParams$X(config);
|
|
11549
|
+
const request = createResourceRequest$X(resourceParams);
|
|
11550
11550
|
return luvio.dispatchResourceRequest(request, options)
|
|
11551
11551
|
.then((response) => {
|
|
11552
11552
|
return luvio.handleSuccessResponse(() => {
|
|
11553
|
-
const snapshot = ingestSuccess$
|
|
11553
|
+
const snapshot = ingestSuccess$S(luvio, resourceParams, response);
|
|
11554
11554
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
11555
11555
|
}, () => {
|
|
11556
11556
|
const cache = new StoreKeyMap();
|
|
11557
|
-
getResponseCacheKeys$
|
|
11557
|
+
getResponseCacheKeys$X(cache, luvio, resourceParams, response.body);
|
|
11558
11558
|
return cache;
|
|
11559
11559
|
});
|
|
11560
11560
|
}, (response) => {
|
|
@@ -11564,22 +11564,22 @@ function buildNetworkSnapshot$X(luvio, config, options) {
|
|
|
11564
11564
|
}
|
|
11565
11565
|
const updateDataConnectorAdapterFactory = (luvio) => {
|
|
11566
11566
|
return function updateDataConnector(untrustedConfig) {
|
|
11567
|
-
const config = validateAdapterConfig$
|
|
11567
|
+
const config = validateAdapterConfig$X(untrustedConfig, updateDataConnector_ConfigPropertyNames);
|
|
11568
11568
|
// Invalid or incomplete config
|
|
11569
11569
|
if (config === null) {
|
|
11570
11570
|
throw new Error('Invalid config for "updateDataConnector"');
|
|
11571
11571
|
}
|
|
11572
|
-
return buildNetworkSnapshot$
|
|
11572
|
+
return buildNetworkSnapshot$Y(luvio, config);
|
|
11573
11573
|
};
|
|
11574
11574
|
};
|
|
11575
11575
|
|
|
11576
|
-
function keyBuilder$
|
|
11577
|
-
return keyBuilder$
|
|
11576
|
+
function keyBuilder$1q(luvio, params) {
|
|
11577
|
+
return keyBuilder$1v(luvio, {
|
|
11578
11578
|
id: params.urlParams.connectorIdOrApiName
|
|
11579
11579
|
});
|
|
11580
11580
|
}
|
|
11581
|
-
function getResponseCacheKeys$
|
|
11582
|
-
const key = keyBuilder$
|
|
11581
|
+
function getResponseCacheKeys$W(cacheKeyMap, luvio, resourceParams) {
|
|
11582
|
+
const key = keyBuilder$1q(luvio, resourceParams);
|
|
11583
11583
|
cacheKeyMap.set(key, {
|
|
11584
11584
|
namespace: keyPrefix,
|
|
11585
11585
|
representationName: RepresentationType$x,
|
|
@@ -11587,10 +11587,10 @@ function getResponseCacheKeys$V(cacheKeyMap, luvio, resourceParams) {
|
|
|
11587
11587
|
});
|
|
11588
11588
|
}
|
|
11589
11589
|
function evictSuccess$4(luvio, resourceParams) {
|
|
11590
|
-
const key = keyBuilder$
|
|
11590
|
+
const key = keyBuilder$1q(luvio, resourceParams);
|
|
11591
11591
|
luvio.storeEvict(key);
|
|
11592
11592
|
}
|
|
11593
|
-
function createResourceRequest$
|
|
11593
|
+
function createResourceRequest$W(config) {
|
|
11594
11594
|
const headers = {};
|
|
11595
11595
|
return {
|
|
11596
11596
|
baseUri: '/services/data/v67.0',
|
|
@@ -11604,33 +11604,33 @@ function createResourceRequest$V(config) {
|
|
|
11604
11604
|
};
|
|
11605
11605
|
}
|
|
11606
11606
|
|
|
11607
|
-
const adapterName$
|
|
11607
|
+
const adapterName$W = 'deleteDataConnector';
|
|
11608
11608
|
const deleteDataConnector_ConfigPropertyMetadata = [
|
|
11609
11609
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
11610
11610
|
];
|
|
11611
|
-
const deleteDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
11612
|
-
const createResourceParams$
|
|
11613
|
-
function typeCheckConfig$
|
|
11611
|
+
const deleteDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$W, deleteDataConnector_ConfigPropertyMetadata);
|
|
11612
|
+
const createResourceParams$W = /*#__PURE__*/ createResourceParams$12(deleteDataConnector_ConfigPropertyMetadata);
|
|
11613
|
+
function typeCheckConfig$W(untrustedConfig) {
|
|
11614
11614
|
const config = {};
|
|
11615
|
-
typeCheckConfig$
|
|
11615
|
+
typeCheckConfig$12(untrustedConfig, config, deleteDataConnector_ConfigPropertyMetadata);
|
|
11616
11616
|
return config;
|
|
11617
11617
|
}
|
|
11618
|
-
function validateAdapterConfig$
|
|
11618
|
+
function validateAdapterConfig$W(untrustedConfig, configPropertyNames) {
|
|
11619
11619
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
11620
11620
|
return null;
|
|
11621
11621
|
}
|
|
11622
11622
|
if (process.env.NODE_ENV !== 'production') {
|
|
11623
11623
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
11624
11624
|
}
|
|
11625
|
-
const config = typeCheckConfig$
|
|
11625
|
+
const config = typeCheckConfig$W(untrustedConfig);
|
|
11626
11626
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
11627
11627
|
return null;
|
|
11628
11628
|
}
|
|
11629
11629
|
return config;
|
|
11630
11630
|
}
|
|
11631
|
-
function buildNetworkSnapshot$
|
|
11632
|
-
const resourceParams = createResourceParams$
|
|
11633
|
-
const request = createResourceRequest$
|
|
11631
|
+
function buildNetworkSnapshot$X(luvio, config, options) {
|
|
11632
|
+
const resourceParams = createResourceParams$W(config);
|
|
11633
|
+
const request = createResourceRequest$W(resourceParams);
|
|
11634
11634
|
return luvio.dispatchResourceRequest(request, options)
|
|
11635
11635
|
.then(() => {
|
|
11636
11636
|
return luvio.handleSuccessResponse(() => {
|
|
@@ -11638,7 +11638,7 @@ function buildNetworkSnapshot$W(luvio, config, options) {
|
|
|
11638
11638
|
return luvio.storeBroadcast();
|
|
11639
11639
|
}, () => {
|
|
11640
11640
|
const cache = new StoreKeyMap();
|
|
11641
|
-
getResponseCacheKeys$
|
|
11641
|
+
getResponseCacheKeys$W(cache, luvio, resourceParams);
|
|
11642
11642
|
return cache;
|
|
11643
11643
|
});
|
|
11644
11644
|
}, (response) => {
|
|
@@ -11648,12 +11648,12 @@ function buildNetworkSnapshot$W(luvio, config, options) {
|
|
|
11648
11648
|
}
|
|
11649
11649
|
const deleteDataConnectorAdapterFactory = (luvio) => {
|
|
11650
11650
|
return function WAVEdeleteDataConnector(untrustedConfig) {
|
|
11651
|
-
const config = validateAdapterConfig$
|
|
11651
|
+
const config = validateAdapterConfig$W(untrustedConfig, deleteDataConnector_ConfigPropertyNames);
|
|
11652
11652
|
// Invalid or incomplete config
|
|
11653
11653
|
if (config === null) {
|
|
11654
|
-
throw new Error(`Invalid config for "${adapterName$
|
|
11654
|
+
throw new Error(`Invalid config for "${adapterName$W}"`);
|
|
11655
11655
|
}
|
|
11656
|
-
return buildNetworkSnapshot$
|
|
11656
|
+
return buildNetworkSnapshot$X(luvio, config);
|
|
11657
11657
|
};
|
|
11658
11658
|
};
|
|
11659
11659
|
|
|
@@ -11715,7 +11715,7 @@ function validate$1N(obj, path = 'SourceObjectRepresentation') {
|
|
|
11715
11715
|
return v_error === undefined ? null : v_error;
|
|
11716
11716
|
}
|
|
11717
11717
|
const RepresentationType$v = 'SourceObjectRepresentation';
|
|
11718
|
-
function keyBuilder$
|
|
11718
|
+
function keyBuilder$1p(luvio, config) {
|
|
11719
11719
|
return keyPrefix + '::' + RepresentationType$v + ':' + config.connectorIdOrApiName + ':' + config.SourceObjectName;
|
|
11720
11720
|
}
|
|
11721
11721
|
function keyBuilderFromType$c(luvio, object) {
|
|
@@ -11723,13 +11723,13 @@ function keyBuilderFromType$c(luvio, object) {
|
|
|
11723
11723
|
connectorIdOrApiName: object.dataConnector.id,
|
|
11724
11724
|
SourceObjectName: object.name
|
|
11725
11725
|
};
|
|
11726
|
-
return keyBuilder$
|
|
11726
|
+
return keyBuilder$1p(luvio, keyParams);
|
|
11727
11727
|
}
|
|
11728
11728
|
function normalize$v(input, existing, path, luvio, store, timestamp) {
|
|
11729
11729
|
return input;
|
|
11730
11730
|
}
|
|
11731
|
-
const select$
|
|
11732
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
11731
|
+
const select$1R = function SourceObjectRepresentationSelect() {
|
|
11732
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
11733
11733
|
return {
|
|
11734
11734
|
kind: 'Fragment',
|
|
11735
11735
|
version: VERSION$$,
|
|
@@ -11915,7 +11915,7 @@ function normalize$u(input, existing, path, luvio, store, timestamp) {
|
|
|
11915
11915
|
}
|
|
11916
11916
|
return input;
|
|
11917
11917
|
}
|
|
11918
|
-
const select$
|
|
11918
|
+
const select$1Q = function SourceObjectCollectionRepresentationSelect() {
|
|
11919
11919
|
return {
|
|
11920
11920
|
kind: 'Fragment',
|
|
11921
11921
|
version: VERSION$_,
|
|
@@ -11930,7 +11930,7 @@ const select$1P = function SourceObjectCollectionRepresentationSelect() {
|
|
|
11930
11930
|
name: 'sourceObjects',
|
|
11931
11931
|
kind: 'Link',
|
|
11932
11932
|
plural: true,
|
|
11933
|
-
fragment: select$
|
|
11933
|
+
fragment: select$1R()
|
|
11934
11934
|
},
|
|
11935
11935
|
{
|
|
11936
11936
|
name: 'totalSize',
|
|
@@ -12014,22 +12014,22 @@ function getTypeCacheKeys$u(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12014
12014
|
}
|
|
12015
12015
|
}
|
|
12016
12016
|
|
|
12017
|
-
function select$
|
|
12018
|
-
return select$
|
|
12017
|
+
function select$1P(luvio, params) {
|
|
12018
|
+
return select$1Q();
|
|
12019
12019
|
}
|
|
12020
|
-
function keyBuilder$
|
|
12020
|
+
function keyBuilder$1o(luvio, params) {
|
|
12021
12021
|
return keyPrefix + '::SourceObjectCollectionRepresentation:(' + 'q:' + params.queryParams.q + ',' + 'page:' + params.queryParams.page + ',' + 'pageSize:' + params.queryParams.pageSize + ',' + 'connectorIdOrApiName:' + params.urlParams.connectorIdOrApiName + ')';
|
|
12022
12022
|
}
|
|
12023
|
-
function getResponseCacheKeys$
|
|
12024
|
-
getTypeCacheKeys$u(storeKeyMap, luvio, response, () => keyBuilder$
|
|
12023
|
+
function getResponseCacheKeys$V(storeKeyMap, luvio, resourceParams, response) {
|
|
12024
|
+
getTypeCacheKeys$u(storeKeyMap, luvio, response, () => keyBuilder$1o(luvio, resourceParams));
|
|
12025
12025
|
}
|
|
12026
|
-
function ingestSuccess$
|
|
12026
|
+
function ingestSuccess$R(luvio, resourceParams, response, snapshotRefresh) {
|
|
12027
12027
|
const { body } = response;
|
|
12028
|
-
const key = keyBuilder$
|
|
12028
|
+
const key = keyBuilder$1o(luvio, resourceParams);
|
|
12029
12029
|
luvio.storeIngest(key, ingest$u, body);
|
|
12030
12030
|
const snapshot = luvio.storeLookup({
|
|
12031
12031
|
recordId: key,
|
|
12032
|
-
node: select$
|
|
12032
|
+
node: select$1P(),
|
|
12033
12033
|
variables: {},
|
|
12034
12034
|
}, snapshotRefresh);
|
|
12035
12035
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -12040,8 +12040,8 @@ function ingestSuccess$Q(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
12040
12040
|
deepFreeze(snapshot.data);
|
|
12041
12041
|
return snapshot;
|
|
12042
12042
|
}
|
|
12043
|
-
function ingestError$
|
|
12044
|
-
const key = keyBuilder$
|
|
12043
|
+
function ingestError$A(luvio, params, error, snapshotRefresh) {
|
|
12044
|
+
const key = keyBuilder$1o(luvio, params);
|
|
12045
12045
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
12046
12046
|
const storeMetadataParams = {
|
|
12047
12047
|
ttl: TTL$p,
|
|
@@ -12052,7 +12052,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
12052
12052
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
12053
12053
|
return errorSnapshot;
|
|
12054
12054
|
}
|
|
12055
|
-
function createResourceRequest$
|
|
12055
|
+
function createResourceRequest$V(config) {
|
|
12056
12056
|
const headers = {};
|
|
12057
12057
|
return {
|
|
12058
12058
|
baseUri: '/services/data/v67.0',
|
|
@@ -12066,114 +12066,114 @@ function createResourceRequest$U(config) {
|
|
|
12066
12066
|
};
|
|
12067
12067
|
}
|
|
12068
12068
|
|
|
12069
|
-
const adapterName$
|
|
12069
|
+
const adapterName$V = 'getDataConnectorSourceObjects';
|
|
12070
12070
|
const getDataConnectorSourceObjects_ConfigPropertyMetadata = [
|
|
12071
12071
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12072
12072
|
generateParamConfigMetadata('q', false, 1 /* QueryParameter */, 0 /* String */),
|
|
12073
12073
|
generateParamConfigMetadata('page', false, 1 /* QueryParameter */, 0 /* String */),
|
|
12074
12074
|
generateParamConfigMetadata('pageSize', false, 1 /* QueryParameter */, 3 /* Integer */),
|
|
12075
12075
|
];
|
|
12076
|
-
const getDataConnectorSourceObjects_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
12077
|
-
const createResourceParams$
|
|
12078
|
-
function keyBuilder$
|
|
12079
|
-
const resourceParams = createResourceParams$
|
|
12080
|
-
return keyBuilder$
|
|
12076
|
+
const getDataConnectorSourceObjects_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$V, getDataConnectorSourceObjects_ConfigPropertyMetadata);
|
|
12077
|
+
const createResourceParams$V = /*#__PURE__*/ createResourceParams$12(getDataConnectorSourceObjects_ConfigPropertyMetadata);
|
|
12078
|
+
function keyBuilder$1n(luvio, config) {
|
|
12079
|
+
const resourceParams = createResourceParams$V(config);
|
|
12080
|
+
return keyBuilder$1o(luvio, resourceParams);
|
|
12081
12081
|
}
|
|
12082
|
-
function typeCheckConfig$
|
|
12082
|
+
function typeCheckConfig$V(untrustedConfig) {
|
|
12083
12083
|
const config = {};
|
|
12084
|
-
typeCheckConfig$
|
|
12084
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnectorSourceObjects_ConfigPropertyMetadata);
|
|
12085
12085
|
return config;
|
|
12086
12086
|
}
|
|
12087
|
-
function validateAdapterConfig$
|
|
12087
|
+
function validateAdapterConfig$V(untrustedConfig, configPropertyNames) {
|
|
12088
12088
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
12089
12089
|
return null;
|
|
12090
12090
|
}
|
|
12091
12091
|
if (process.env.NODE_ENV !== 'production') {
|
|
12092
12092
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
12093
12093
|
}
|
|
12094
|
-
const config = typeCheckConfig$
|
|
12094
|
+
const config = typeCheckConfig$V(untrustedConfig);
|
|
12095
12095
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
12096
12096
|
return null;
|
|
12097
12097
|
}
|
|
12098
12098
|
return config;
|
|
12099
12099
|
}
|
|
12100
|
-
function adapterFragment$
|
|
12101
|
-
createResourceParams$
|
|
12102
|
-
return select$
|
|
12100
|
+
function adapterFragment$A(luvio, config) {
|
|
12101
|
+
createResourceParams$V(config);
|
|
12102
|
+
return select$1P();
|
|
12103
12103
|
}
|
|
12104
|
-
function onFetchResponseSuccess$
|
|
12105
|
-
const snapshot = ingestSuccess$
|
|
12104
|
+
function onFetchResponseSuccess$E(luvio, config, resourceParams, response) {
|
|
12105
|
+
const snapshot = ingestSuccess$R(luvio, resourceParams, response, {
|
|
12106
12106
|
config,
|
|
12107
|
-
resolve: () => buildNetworkSnapshot$
|
|
12107
|
+
resolve: () => buildNetworkSnapshot$W(luvio, config, snapshotRefreshOptions)
|
|
12108
12108
|
});
|
|
12109
12109
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
12110
12110
|
}
|
|
12111
|
-
function onFetchResponseError$
|
|
12112
|
-
const snapshot = ingestError$
|
|
12111
|
+
function onFetchResponseError$E(luvio, config, resourceParams, response) {
|
|
12112
|
+
const snapshot = ingestError$A(luvio, resourceParams, response, {
|
|
12113
12113
|
config,
|
|
12114
|
-
resolve: () => buildNetworkSnapshot$
|
|
12114
|
+
resolve: () => buildNetworkSnapshot$W(luvio, config, snapshotRefreshOptions)
|
|
12115
12115
|
});
|
|
12116
12116
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
12117
12117
|
}
|
|
12118
|
-
function buildNetworkSnapshot$
|
|
12119
|
-
const resourceParams = createResourceParams$
|
|
12120
|
-
const request = createResourceRequest$
|
|
12118
|
+
function buildNetworkSnapshot$W(luvio, config, options) {
|
|
12119
|
+
const resourceParams = createResourceParams$V(config);
|
|
12120
|
+
const request = createResourceRequest$V(resourceParams);
|
|
12121
12121
|
return luvio.dispatchResourceRequest(request, options)
|
|
12122
12122
|
.then((response) => {
|
|
12123
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$
|
|
12123
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$E(luvio, config, resourceParams, response), () => {
|
|
12124
12124
|
const cache = new StoreKeyMap();
|
|
12125
|
-
getResponseCacheKeys$
|
|
12125
|
+
getResponseCacheKeys$V(cache, luvio, resourceParams, response.body);
|
|
12126
12126
|
return cache;
|
|
12127
12127
|
});
|
|
12128
12128
|
}, (response) => {
|
|
12129
|
-
return luvio.handleErrorResponse(() => onFetchResponseError$
|
|
12129
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$E(luvio, config, resourceParams, response));
|
|
12130
12130
|
});
|
|
12131
12131
|
}
|
|
12132
|
-
function buildNetworkSnapshotCachePolicy$
|
|
12133
|
-
return buildNetworkSnapshotCachePolicy$
|
|
12132
|
+
function buildNetworkSnapshotCachePolicy$A(context, coercedAdapterRequestContext) {
|
|
12133
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$W, undefined, false);
|
|
12134
12134
|
}
|
|
12135
|
-
function buildCachedSnapshotCachePolicy$
|
|
12135
|
+
function buildCachedSnapshotCachePolicy$E(context, storeLookup) {
|
|
12136
12136
|
const { luvio, config } = context;
|
|
12137
12137
|
const selector = {
|
|
12138
|
-
recordId: keyBuilder$
|
|
12139
|
-
node: adapterFragment$
|
|
12138
|
+
recordId: keyBuilder$1n(luvio, config),
|
|
12139
|
+
node: adapterFragment$A(luvio, config),
|
|
12140
12140
|
variables: {},
|
|
12141
12141
|
};
|
|
12142
12142
|
const cacheSnapshot = storeLookup(selector, {
|
|
12143
12143
|
config,
|
|
12144
|
-
resolve: () => buildNetworkSnapshot$
|
|
12144
|
+
resolve: () => buildNetworkSnapshot$W(luvio, config, snapshotRefreshOptions)
|
|
12145
12145
|
});
|
|
12146
12146
|
return cacheSnapshot;
|
|
12147
12147
|
}
|
|
12148
12148
|
const getDataConnectorSourceObjectsAdapterFactory = (luvio) => function WAVE__getDataConnectorSourceObjects(untrustedConfig, requestContext) {
|
|
12149
|
-
const config = validateAdapterConfig$
|
|
12149
|
+
const config = validateAdapterConfig$V(untrustedConfig, getDataConnectorSourceObjects_ConfigPropertyNames);
|
|
12150
12150
|
// Invalid or incomplete config
|
|
12151
12151
|
if (config === null) {
|
|
12152
12152
|
return null;
|
|
12153
12153
|
}
|
|
12154
12154
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
12155
|
-
buildCachedSnapshotCachePolicy$
|
|
12155
|
+
buildCachedSnapshotCachePolicy$E, buildNetworkSnapshotCachePolicy$A);
|
|
12156
12156
|
};
|
|
12157
12157
|
|
|
12158
|
-
function select$
|
|
12159
|
-
return select$
|
|
12158
|
+
function select$1O(luvio, params) {
|
|
12159
|
+
return select$1R();
|
|
12160
12160
|
}
|
|
12161
|
-
function keyBuilder$
|
|
12162
|
-
return keyBuilder$
|
|
12161
|
+
function keyBuilder$1m(luvio, params) {
|
|
12162
|
+
return keyBuilder$1p(luvio, {
|
|
12163
12163
|
connectorIdOrApiName: params.urlParams.connectorIdOrApiName,
|
|
12164
12164
|
SourceObjectName: params.urlParams.sourceObjectName
|
|
12165
12165
|
});
|
|
12166
12166
|
}
|
|
12167
|
-
function getResponseCacheKeys$
|
|
12167
|
+
function getResponseCacheKeys$U(storeKeyMap, luvio, resourceParams, response) {
|
|
12168
12168
|
getTypeCacheKeys$v(storeKeyMap, luvio, response);
|
|
12169
12169
|
}
|
|
12170
|
-
function ingestSuccess$
|
|
12170
|
+
function ingestSuccess$Q(luvio, resourceParams, response, snapshotRefresh) {
|
|
12171
12171
|
const { body } = response;
|
|
12172
|
-
const key = keyBuilder$
|
|
12172
|
+
const key = keyBuilder$1m(luvio, resourceParams);
|
|
12173
12173
|
luvio.storeIngest(key, ingest$v, body);
|
|
12174
12174
|
const snapshot = luvio.storeLookup({
|
|
12175
12175
|
recordId: key,
|
|
12176
|
-
node: select$
|
|
12176
|
+
node: select$1O(),
|
|
12177
12177
|
variables: {},
|
|
12178
12178
|
}, snapshotRefresh);
|
|
12179
12179
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -12184,8 +12184,8 @@ function ingestSuccess$P(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
12184
12184
|
deepFreeze(snapshot.data);
|
|
12185
12185
|
return snapshot;
|
|
12186
12186
|
}
|
|
12187
|
-
function ingestError$
|
|
12188
|
-
const key = keyBuilder$
|
|
12187
|
+
function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
12188
|
+
const key = keyBuilder$1m(luvio, params);
|
|
12189
12189
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
12190
12190
|
const storeMetadataParams = {
|
|
12191
12191
|
ttl: TTL$q,
|
|
@@ -12196,7 +12196,7 @@ function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
|
12196
12196
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
12197
12197
|
return errorSnapshot;
|
|
12198
12198
|
}
|
|
12199
|
-
function createResourceRequest$
|
|
12199
|
+
function createResourceRequest$U(config) {
|
|
12200
12200
|
const headers = {};
|
|
12201
12201
|
return {
|
|
12202
12202
|
baseUri: '/services/data/v67.0',
|
|
@@ -12210,91 +12210,91 @@ function createResourceRequest$T(config) {
|
|
|
12210
12210
|
};
|
|
12211
12211
|
}
|
|
12212
12212
|
|
|
12213
|
-
const adapterName$
|
|
12213
|
+
const adapterName$U = 'getDataConnectorSourceObject';
|
|
12214
12214
|
const getDataConnectorSourceObject_ConfigPropertyMetadata = [
|
|
12215
12215
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12216
12216
|
generateParamConfigMetadata('sourceObjectName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12217
12217
|
];
|
|
12218
|
-
const getDataConnectorSourceObject_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
12219
|
-
const createResourceParams$
|
|
12220
|
-
function keyBuilder$
|
|
12221
|
-
const resourceParams = createResourceParams$
|
|
12222
|
-
return keyBuilder$
|
|
12218
|
+
const getDataConnectorSourceObject_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$U, getDataConnectorSourceObject_ConfigPropertyMetadata);
|
|
12219
|
+
const createResourceParams$U = /*#__PURE__*/ createResourceParams$12(getDataConnectorSourceObject_ConfigPropertyMetadata);
|
|
12220
|
+
function keyBuilder$1l(luvio, config) {
|
|
12221
|
+
const resourceParams = createResourceParams$U(config);
|
|
12222
|
+
return keyBuilder$1m(luvio, resourceParams);
|
|
12223
12223
|
}
|
|
12224
|
-
function typeCheckConfig$
|
|
12224
|
+
function typeCheckConfig$U(untrustedConfig) {
|
|
12225
12225
|
const config = {};
|
|
12226
|
-
typeCheckConfig$
|
|
12226
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnectorSourceObject_ConfigPropertyMetadata);
|
|
12227
12227
|
return config;
|
|
12228
12228
|
}
|
|
12229
|
-
function validateAdapterConfig$
|
|
12229
|
+
function validateAdapterConfig$U(untrustedConfig, configPropertyNames) {
|
|
12230
12230
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
12231
12231
|
return null;
|
|
12232
12232
|
}
|
|
12233
12233
|
if (process.env.NODE_ENV !== 'production') {
|
|
12234
12234
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
12235
12235
|
}
|
|
12236
|
-
const config = typeCheckConfig$
|
|
12236
|
+
const config = typeCheckConfig$U(untrustedConfig);
|
|
12237
12237
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
12238
12238
|
return null;
|
|
12239
12239
|
}
|
|
12240
12240
|
return config;
|
|
12241
12241
|
}
|
|
12242
|
-
function adapterFragment$
|
|
12243
|
-
createResourceParams$
|
|
12244
|
-
return select$
|
|
12242
|
+
function adapterFragment$z(luvio, config) {
|
|
12243
|
+
createResourceParams$U(config);
|
|
12244
|
+
return select$1O();
|
|
12245
12245
|
}
|
|
12246
|
-
function onFetchResponseSuccess$
|
|
12247
|
-
const snapshot = ingestSuccess$
|
|
12246
|
+
function onFetchResponseSuccess$D(luvio, config, resourceParams, response) {
|
|
12247
|
+
const snapshot = ingestSuccess$Q(luvio, resourceParams, response, {
|
|
12248
12248
|
config,
|
|
12249
|
-
resolve: () => buildNetworkSnapshot$
|
|
12249
|
+
resolve: () => buildNetworkSnapshot$V(luvio, config, snapshotRefreshOptions)
|
|
12250
12250
|
});
|
|
12251
12251
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
12252
12252
|
}
|
|
12253
|
-
function onFetchResponseError$
|
|
12254
|
-
const snapshot = ingestError$
|
|
12253
|
+
function onFetchResponseError$D(luvio, config, resourceParams, response) {
|
|
12254
|
+
const snapshot = ingestError$z(luvio, resourceParams, response, {
|
|
12255
12255
|
config,
|
|
12256
|
-
resolve: () => buildNetworkSnapshot$
|
|
12256
|
+
resolve: () => buildNetworkSnapshot$V(luvio, config, snapshotRefreshOptions)
|
|
12257
12257
|
});
|
|
12258
12258
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
12259
12259
|
}
|
|
12260
|
-
function buildNetworkSnapshot$
|
|
12261
|
-
const resourceParams = createResourceParams$
|
|
12262
|
-
const request = createResourceRequest$
|
|
12260
|
+
function buildNetworkSnapshot$V(luvio, config, options) {
|
|
12261
|
+
const resourceParams = createResourceParams$U(config);
|
|
12262
|
+
const request = createResourceRequest$U(resourceParams);
|
|
12263
12263
|
return luvio.dispatchResourceRequest(request, options)
|
|
12264
12264
|
.then((response) => {
|
|
12265
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$
|
|
12265
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$D(luvio, config, resourceParams, response), () => {
|
|
12266
12266
|
const cache = new StoreKeyMap();
|
|
12267
|
-
getResponseCacheKeys$
|
|
12267
|
+
getResponseCacheKeys$U(cache, luvio, resourceParams, response.body);
|
|
12268
12268
|
return cache;
|
|
12269
12269
|
});
|
|
12270
12270
|
}, (response) => {
|
|
12271
|
-
return luvio.handleErrorResponse(() => onFetchResponseError$
|
|
12271
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$D(luvio, config, resourceParams, response));
|
|
12272
12272
|
});
|
|
12273
12273
|
}
|
|
12274
|
-
function buildNetworkSnapshotCachePolicy$
|
|
12275
|
-
return buildNetworkSnapshotCachePolicy$
|
|
12274
|
+
function buildNetworkSnapshotCachePolicy$z(context, coercedAdapterRequestContext) {
|
|
12275
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$V, undefined, false);
|
|
12276
12276
|
}
|
|
12277
|
-
function buildCachedSnapshotCachePolicy$
|
|
12277
|
+
function buildCachedSnapshotCachePolicy$D(context, storeLookup) {
|
|
12278
12278
|
const { luvio, config } = context;
|
|
12279
12279
|
const selector = {
|
|
12280
|
-
recordId: keyBuilder$
|
|
12281
|
-
node: adapterFragment$
|
|
12280
|
+
recordId: keyBuilder$1l(luvio, config),
|
|
12281
|
+
node: adapterFragment$z(luvio, config),
|
|
12282
12282
|
variables: {},
|
|
12283
12283
|
};
|
|
12284
12284
|
const cacheSnapshot = storeLookup(selector, {
|
|
12285
12285
|
config,
|
|
12286
|
-
resolve: () => buildNetworkSnapshot$
|
|
12286
|
+
resolve: () => buildNetworkSnapshot$V(luvio, config, snapshotRefreshOptions)
|
|
12287
12287
|
});
|
|
12288
12288
|
return cacheSnapshot;
|
|
12289
12289
|
}
|
|
12290
12290
|
const getDataConnectorSourceObjectAdapterFactory = (luvio) => function WAVE__getDataConnectorSourceObject(untrustedConfig, requestContext) {
|
|
12291
|
-
const config = validateAdapterConfig$
|
|
12291
|
+
const config = validateAdapterConfig$U(untrustedConfig, getDataConnectorSourceObject_ConfigPropertyNames);
|
|
12292
12292
|
// Invalid or incomplete config
|
|
12293
12293
|
if (config === null) {
|
|
12294
12294
|
return null;
|
|
12295
12295
|
}
|
|
12296
12296
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
12297
|
-
buildCachedSnapshotCachePolicy$
|
|
12297
|
+
buildCachedSnapshotCachePolicy$D, buildNetworkSnapshotCachePolicy$z);
|
|
12298
12298
|
};
|
|
12299
12299
|
|
|
12300
12300
|
function validate$1L(obj, path = 'AdvancedPropertyValueInputRepresentation') {
|
|
@@ -12378,7 +12378,7 @@ const RepresentationType$t = 'SourceObjectDataRepresentation';
|
|
|
12378
12378
|
function normalize$t(input, existing, path, luvio, store, timestamp) {
|
|
12379
12379
|
return input;
|
|
12380
12380
|
}
|
|
12381
|
-
const select$
|
|
12381
|
+
const select$1N = function SourceObjectDataRepresentationSelect() {
|
|
12382
12382
|
return {
|
|
12383
12383
|
kind: 'Fragment',
|
|
12384
12384
|
version: VERSION$Z,
|
|
@@ -12414,22 +12414,22 @@ function getTypeCacheKeys$t(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
12414
12414
|
});
|
|
12415
12415
|
}
|
|
12416
12416
|
|
|
12417
|
-
function select$
|
|
12418
|
-
return select$
|
|
12417
|
+
function select$1M(luvio, params) {
|
|
12418
|
+
return select$1N();
|
|
12419
12419
|
}
|
|
12420
|
-
function keyBuilder$
|
|
12420
|
+
function keyBuilder$1k(luvio, params) {
|
|
12421
12421
|
return keyPrefix + '::SourceObjectDataRepresentation:(' + 'connectorIdOrApiName:' + params.urlParams.connectorIdOrApiName + ',' + 'sourceObjectName:' + params.urlParams.sourceObjectName + ',' + (params.body.sourceObjectParam.advancedProperties === undefined ? undefined : ('[' + params.body.sourceObjectParam.advancedProperties.map(element => 'sourceObjectParam.advancedProperties.name:' + element.name + '::' + 'sourceObjectParam.advancedProperties.value:' + element.value).join(',') + ']')) + '::' + 'sourceObjectParam.sourceObjectFields:' + params.body.sourceObjectParam.sourceObjectFields + ')';
|
|
12422
12422
|
}
|
|
12423
|
-
function getResponseCacheKeys$
|
|
12424
|
-
getTypeCacheKeys$t(storeKeyMap, luvio, response, () => keyBuilder$
|
|
12423
|
+
function getResponseCacheKeys$T(storeKeyMap, luvio, resourceParams, response) {
|
|
12424
|
+
getTypeCacheKeys$t(storeKeyMap, luvio, response, () => keyBuilder$1k(luvio, resourceParams));
|
|
12425
12425
|
}
|
|
12426
|
-
function ingestSuccess$
|
|
12426
|
+
function ingestSuccess$P(luvio, resourceParams, response, snapshotRefresh) {
|
|
12427
12427
|
const { body } = response;
|
|
12428
|
-
const key = keyBuilder$
|
|
12428
|
+
const key = keyBuilder$1k(luvio, resourceParams);
|
|
12429
12429
|
luvio.storeIngest(key, ingest$t, body);
|
|
12430
12430
|
const snapshot = luvio.storeLookup({
|
|
12431
12431
|
recordId: key,
|
|
12432
|
-
node: select$
|
|
12432
|
+
node: select$1M(),
|
|
12433
12433
|
variables: {},
|
|
12434
12434
|
}, snapshotRefresh);
|
|
12435
12435
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -12440,8 +12440,8 @@ function ingestSuccess$O(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
12440
12440
|
deepFreeze(snapshot.data);
|
|
12441
12441
|
return snapshot;
|
|
12442
12442
|
}
|
|
12443
|
-
function ingestError$
|
|
12444
|
-
const key = keyBuilder$
|
|
12443
|
+
function ingestError$y(luvio, params, error, snapshotRefresh) {
|
|
12444
|
+
const key = keyBuilder$1k(luvio, params);
|
|
12445
12445
|
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
12446
12446
|
const storeMetadataParams = {
|
|
12447
12447
|
ttl: TTL$o,
|
|
@@ -12452,7 +12452,7 @@ function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
|
12452
12452
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
12453
12453
|
return errorSnapshot;
|
|
12454
12454
|
}
|
|
12455
|
-
function createResourceRequest$
|
|
12455
|
+
function createResourceRequest$T(config) {
|
|
12456
12456
|
const headers = {};
|
|
12457
12457
|
return {
|
|
12458
12458
|
baseUri: '/services/data/v67.0',
|
|
@@ -12466,21 +12466,21 @@ function createResourceRequest$S(config) {
|
|
|
12466
12466
|
};
|
|
12467
12467
|
}
|
|
12468
12468
|
|
|
12469
|
-
const adapterName$
|
|
12469
|
+
const adapterName$T = 'getDataConnectorSourceObjectDataPreviewWithFields';
|
|
12470
12470
|
const getDataConnectorSourceObjectDataPreviewWithFields_ConfigPropertyMetadata = [
|
|
12471
12471
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12472
12472
|
generateParamConfigMetadata('sourceObjectName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12473
12473
|
generateParamConfigMetadata('sourceObjectParam', true, 2 /* Body */, 4 /* Unsupported */),
|
|
12474
12474
|
];
|
|
12475
|
-
const getDataConnectorSourceObjectDataPreviewWithFields_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$
|
|
12476
|
-
const createResourceParams$
|
|
12477
|
-
function keyBuilder$
|
|
12478
|
-
const resourceParams = createResourceParams$
|
|
12479
|
-
return keyBuilder$
|
|
12475
|
+
const getDataConnectorSourceObjectDataPreviewWithFields_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$T, getDataConnectorSourceObjectDataPreviewWithFields_ConfigPropertyMetadata);
|
|
12476
|
+
const createResourceParams$T = /*#__PURE__*/ createResourceParams$12(getDataConnectorSourceObjectDataPreviewWithFields_ConfigPropertyMetadata);
|
|
12477
|
+
function keyBuilder$1j(luvio, config) {
|
|
12478
|
+
const resourceParams = createResourceParams$T(config);
|
|
12479
|
+
return keyBuilder$1k(luvio, resourceParams);
|
|
12480
12480
|
}
|
|
12481
|
-
function typeCheckConfig$
|
|
12481
|
+
function typeCheckConfig$T(untrustedConfig) {
|
|
12482
12482
|
const config = {};
|
|
12483
|
-
typeCheckConfig$
|
|
12483
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnectorSourceObjectDataPreviewWithFields_ConfigPropertyMetadata);
|
|
12484
12484
|
const untrustedConfig_sourceObjectParam = untrustedConfig.sourceObjectParam;
|
|
12485
12485
|
const referenceSourceObjectDataInputRepresentationValidationError = validate$1K(untrustedConfig_sourceObjectParam);
|
|
12486
12486
|
if (referenceSourceObjectDataInputRepresentationValidationError === null) {
|
|
@@ -12488,75 +12488,75 @@ function typeCheckConfig$S(untrustedConfig) {
|
|
|
12488
12488
|
}
|
|
12489
12489
|
return config;
|
|
12490
12490
|
}
|
|
12491
|
-
function validateAdapterConfig$
|
|
12491
|
+
function validateAdapterConfig$T(untrustedConfig, configPropertyNames) {
|
|
12492
12492
|
if (!untrustedIsObject(untrustedConfig)) {
|
|
12493
12493
|
return null;
|
|
12494
12494
|
}
|
|
12495
12495
|
if (process.env.NODE_ENV !== 'production') {
|
|
12496
12496
|
validateConfig(untrustedConfig, configPropertyNames);
|
|
12497
12497
|
}
|
|
12498
|
-
const config = typeCheckConfig$
|
|
12498
|
+
const config = typeCheckConfig$T(untrustedConfig);
|
|
12499
12499
|
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
12500
12500
|
return null;
|
|
12501
12501
|
}
|
|
12502
12502
|
return config;
|
|
12503
12503
|
}
|
|
12504
|
-
function adapterFragment$
|
|
12505
|
-
createResourceParams$
|
|
12506
|
-
return select$
|
|
12504
|
+
function adapterFragment$y(luvio, config) {
|
|
12505
|
+
createResourceParams$T(config);
|
|
12506
|
+
return select$1M();
|
|
12507
12507
|
}
|
|
12508
|
-
function onFetchResponseSuccess$
|
|
12509
|
-
const snapshot = ingestSuccess$
|
|
12508
|
+
function onFetchResponseSuccess$C(luvio, config, resourceParams, response) {
|
|
12509
|
+
const snapshot = ingestSuccess$P(luvio, resourceParams, response, {
|
|
12510
12510
|
config,
|
|
12511
|
-
resolve: () => buildNetworkSnapshot$
|
|
12511
|
+
resolve: () => buildNetworkSnapshot$U(luvio, config, snapshotRefreshOptions)
|
|
12512
12512
|
});
|
|
12513
12513
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
12514
12514
|
}
|
|
12515
|
-
function onFetchResponseError$
|
|
12516
|
-
const snapshot = ingestError$
|
|
12515
|
+
function onFetchResponseError$C(luvio, config, resourceParams, response) {
|
|
12516
|
+
const snapshot = ingestError$y(luvio, resourceParams, response, {
|
|
12517
12517
|
config,
|
|
12518
|
-
resolve: () => buildNetworkSnapshot$
|
|
12518
|
+
resolve: () => buildNetworkSnapshot$U(luvio, config, snapshotRefreshOptions)
|
|
12519
12519
|
});
|
|
12520
12520
|
return luvio.storeBroadcast().then(() => snapshot);
|
|
12521
12521
|
}
|
|
12522
|
-
function buildNetworkSnapshot$
|
|
12523
|
-
const resourceParams = createResourceParams$
|
|
12524
|
-
const request = createResourceRequest$
|
|
12522
|
+
function buildNetworkSnapshot$U(luvio, config, options) {
|
|
12523
|
+
const resourceParams = createResourceParams$T(config);
|
|
12524
|
+
const request = createResourceRequest$T(resourceParams);
|
|
12525
12525
|
return luvio.dispatchResourceRequest(request, options)
|
|
12526
12526
|
.then((response) => {
|
|
12527
|
-
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$
|
|
12527
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$C(luvio, config, resourceParams, response), () => {
|
|
12528
12528
|
const cache = new StoreKeyMap();
|
|
12529
|
-
getResponseCacheKeys$
|
|
12529
|
+
getResponseCacheKeys$T(cache, luvio, resourceParams, response.body);
|
|
12530
12530
|
return cache;
|
|
12531
12531
|
});
|
|
12532
12532
|
}, (response) => {
|
|
12533
|
-
return luvio.handleErrorResponse(() => onFetchResponseError$
|
|
12533
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$C(luvio, config, resourceParams, response));
|
|
12534
12534
|
});
|
|
12535
12535
|
}
|
|
12536
|
-
function buildNetworkSnapshotCachePolicy$
|
|
12537
|
-
return buildNetworkSnapshotCachePolicy$
|
|
12536
|
+
function buildNetworkSnapshotCachePolicy$y(context, coercedAdapterRequestContext) {
|
|
12537
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$U, 'get', false);
|
|
12538
12538
|
}
|
|
12539
|
-
function buildCachedSnapshotCachePolicy$
|
|
12539
|
+
function buildCachedSnapshotCachePolicy$C(context, storeLookup) {
|
|
12540
12540
|
const { luvio, config } = context;
|
|
12541
12541
|
const selector = {
|
|
12542
|
-
recordId: keyBuilder$
|
|
12543
|
-
node: adapterFragment$
|
|
12542
|
+
recordId: keyBuilder$1j(luvio, config),
|
|
12543
|
+
node: adapterFragment$y(luvio, config),
|
|
12544
12544
|
variables: {},
|
|
12545
12545
|
};
|
|
12546
12546
|
const cacheSnapshot = storeLookup(selector, {
|
|
12547
12547
|
config,
|
|
12548
|
-
resolve: () => buildNetworkSnapshot$
|
|
12548
|
+
resolve: () => buildNetworkSnapshot$U(luvio, config, snapshotRefreshOptions)
|
|
12549
12549
|
});
|
|
12550
12550
|
return cacheSnapshot;
|
|
12551
12551
|
}
|
|
12552
12552
|
const getDataConnectorSourceObjectDataPreviewWithFieldsAdapterFactory = (luvio) => function WAVE__getDataConnectorSourceObjectDataPreviewWithFields(untrustedConfig, requestContext) {
|
|
12553
|
-
const config = validateAdapterConfig$
|
|
12553
|
+
const config = validateAdapterConfig$T(untrustedConfig, getDataConnectorSourceObjectDataPreviewWithFields_ConfigPropertyNames);
|
|
12554
12554
|
// Invalid or incomplete config
|
|
12555
12555
|
if (config === null) {
|
|
12556
12556
|
return null;
|
|
12557
12557
|
}
|
|
12558
12558
|
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
12559
|
-
buildCachedSnapshotCachePolicy$
|
|
12559
|
+
buildCachedSnapshotCachePolicy$C, buildNetworkSnapshotCachePolicy$y);
|
|
12560
12560
|
};
|
|
12561
12561
|
|
|
12562
12562
|
const VERSION$Y = "f2b076f5ba8e079826529f304bfcb78f";
|
|
@@ -12577,8 +12577,8 @@ function validate$1I(obj, path = 'ReplicatedFieldRepresentation') {
|
|
|
12577
12577
|
})();
|
|
12578
12578
|
return v_error === undefined ? null : v_error;
|
|
12579
12579
|
}
|
|
12580
|
-
const select$
|
|
12581
|
-
const { selections: AbstractFieldRepresentationSelections } = select$
|
|
12580
|
+
const select$1L = function ReplicatedFieldRepresentationSelect() {
|
|
12581
|
+
const { selections: AbstractFieldRepresentationSelections } = select$1K();
|
|
12582
12582
|
return {
|
|
12583
12583
|
kind: 'Fragment',
|
|
12584
12584
|
version: VERSION$Y,
|
|
@@ -12739,7 +12739,7 @@ function validate$1H(obj, path = 'AbstractFieldRepresentation') {
|
|
|
12739
12739
|
})();
|
|
12740
12740
|
return v_error === undefined ? null : v_error;
|
|
12741
12741
|
}
|
|
12742
|
-
const select$
|
|
12742
|
+
const select$1K = function AbstractFieldRepresentationSelect() {
|
|
12743
12743
|
return {
|
|
12744
12744
|
kind: 'Fragment',
|
|
12745
12745
|
version: VERSION$X,
|
|
@@ -12977,8 +12977,8 @@ function validate$1G(obj, path = 'SourceFieldRepresentation') {
|
|
|
12977
12977
|
})();
|
|
12978
12978
|
return v_error === undefined ? null : v_error;
|
|
12979
12979
|
}
|
|
12980
|
-
const select$
|
|
12981
|
-
const { selections: AbstractFieldRepresentationSelections } = select$
|
|
12980
|
+
const select$1J = function SourceFieldRepresentationSelect() {
|
|
12981
|
+
const { selections: AbstractFieldRepresentationSelections } = select$1K();
|
|
12982
12982
|
return {
|
|
12983
12983
|
kind: 'Fragment',
|
|
12984
12984
|
version: VERSION$W,
|
|
@@ -13075,7 +13075,7 @@ function validate$1F(obj, path = 'SourceFieldCollectionRepresentation') {
|
|
|
13075
13075
|
return v_error === undefined ? null : v_error;
|
|
13076
13076
|
}
|
|
13077
13077
|
const RepresentationType$s = 'SourceFieldCollectionRepresentation';
|
|
13078
|
-
function keyBuilder$
|
|
13078
|
+
function keyBuilder$1i(luvio, config) {
|
|
13079
13079
|
return keyPrefix + '::' + RepresentationType$s + ':' + config.connectorIdOrApiName + ':' + config.SourceObjectName;
|
|
13080
13080
|
}
|
|
13081
13081
|
function keyBuilderFromType$b(luvio, object) {
|
|
@@ -13083,14 +13083,14 @@ function keyBuilderFromType$b(luvio, object) {
|
|
|
13083
13083
|
connectorIdOrApiName: object.dataConnector.id,
|
|
13084
13084
|
SourceObjectName: object.sourceObjectName
|
|
13085
13085
|
};
|
|
13086
|
-
return keyBuilder$
|
|
13086
|
+
return keyBuilder$1i(luvio, keyParams);
|
|
13087
13087
|
}
|
|
13088
13088
|
function normalize$s(input, existing, path, luvio, store, timestamp) {
|
|
13089
13089
|
return input;
|
|
13090
13090
|
}
|
|
13091
|
-
const select$
|
|
13092
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
13093
|
-
const { selections: SourceFieldRepresentation__selections, opaque: SourceFieldRepresentation__opaque, } = select$
|
|
13091
|
+
const select$1I = function SourceFieldCollectionRepresentationSelect() {
|
|
13092
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
13093
|
+
const { selections: SourceFieldRepresentation__selections, opaque: SourceFieldRepresentation__opaque, } = select$1J();
|
|
13094
13094
|
return {
|
|
13095
13095
|
kind: 'Fragment',
|
|
13096
13096
|
version: VERSION$V,
|
|
@@ -13168,11 +13168,153 @@ function getTypeCacheKeys$s(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
13168
13168
|
});
|
|
13169
13169
|
}
|
|
13170
13170
|
|
|
13171
|
-
function select$
|
|
13171
|
+
function select$1H(luvio, params) {
|
|
13172
|
+
return select$1I();
|
|
13173
|
+
}
|
|
13174
|
+
function keyBuilder$1h(luvio, params) {
|
|
13175
|
+
return keyBuilder$1i(luvio, {
|
|
13176
|
+
connectorIdOrApiName: params.urlParams.connectorIdOrApiName,
|
|
13177
|
+
SourceObjectName: params.urlParams.sourceObjectName
|
|
13178
|
+
});
|
|
13179
|
+
}
|
|
13180
|
+
function getResponseCacheKeys$S(storeKeyMap, luvio, resourceParams, response) {
|
|
13181
|
+
getTypeCacheKeys$s(storeKeyMap, luvio, response);
|
|
13182
|
+
}
|
|
13183
|
+
function ingestSuccess$O(luvio, resourceParams, response, snapshotRefresh) {
|
|
13184
|
+
const { body } = response;
|
|
13185
|
+
const key = keyBuilder$1h(luvio, resourceParams);
|
|
13186
|
+
luvio.storeIngest(key, ingest$s, body);
|
|
13187
|
+
const snapshot = luvio.storeLookup({
|
|
13188
|
+
recordId: key,
|
|
13189
|
+
node: select$1H(),
|
|
13190
|
+
variables: {},
|
|
13191
|
+
}, snapshotRefresh);
|
|
13192
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
13193
|
+
if (snapshot.state !== 'Fulfilled') {
|
|
13194
|
+
throw new Error('Invalid network response. Expected resource response to result in Fulfilled snapshot');
|
|
13195
|
+
}
|
|
13196
|
+
}
|
|
13197
|
+
deepFreeze(snapshot.data);
|
|
13198
|
+
return snapshot;
|
|
13199
|
+
}
|
|
13200
|
+
function ingestError$x(luvio, params, error, snapshotRefresh) {
|
|
13201
|
+
const key = keyBuilder$1h(luvio, params);
|
|
13202
|
+
const errorSnapshot = luvio.errorSnapshot(error, snapshotRefresh);
|
|
13203
|
+
const storeMetadataParams = {
|
|
13204
|
+
ttl: TTL$n,
|
|
13205
|
+
namespace: keyPrefix,
|
|
13206
|
+
version: VERSION$V,
|
|
13207
|
+
representationName: RepresentationType$s
|
|
13208
|
+
};
|
|
13209
|
+
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
13210
|
+
return errorSnapshot;
|
|
13211
|
+
}
|
|
13212
|
+
function createResourceRequest$S(config) {
|
|
13213
|
+
const headers = {};
|
|
13214
|
+
return {
|
|
13215
|
+
baseUri: '/services/data/v67.0',
|
|
13216
|
+
basePath: '/wave/dataConnectors/' + config.urlParams.connectorIdOrApiName + '/sourceObjects/' + config.urlParams.sourceObjectName + '/fields',
|
|
13217
|
+
method: 'get',
|
|
13218
|
+
body: null,
|
|
13219
|
+
urlParams: config.urlParams,
|
|
13220
|
+
queryParams: {},
|
|
13221
|
+
headers,
|
|
13222
|
+
priority: 'normal',
|
|
13223
|
+
};
|
|
13224
|
+
}
|
|
13225
|
+
|
|
13226
|
+
const adapterName$S = 'getDataConnectorSourceFields';
|
|
13227
|
+
const getDataConnectorSourceFields_ConfigPropertyMetadata = [
|
|
13228
|
+
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
13229
|
+
generateParamConfigMetadata('sourceObjectName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
13230
|
+
];
|
|
13231
|
+
const getDataConnectorSourceFields_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$S, getDataConnectorSourceFields_ConfigPropertyMetadata);
|
|
13232
|
+
const createResourceParams$S = /*#__PURE__*/ createResourceParams$12(getDataConnectorSourceFields_ConfigPropertyMetadata);
|
|
13233
|
+
function keyBuilder$1g(luvio, config) {
|
|
13234
|
+
const resourceParams = createResourceParams$S(config);
|
|
13235
|
+
return keyBuilder$1h(luvio, resourceParams);
|
|
13236
|
+
}
|
|
13237
|
+
function typeCheckConfig$S(untrustedConfig) {
|
|
13238
|
+
const config = {};
|
|
13239
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnectorSourceFields_ConfigPropertyMetadata);
|
|
13240
|
+
return config;
|
|
13241
|
+
}
|
|
13242
|
+
function validateAdapterConfig$S(untrustedConfig, configPropertyNames) {
|
|
13243
|
+
if (!untrustedIsObject(untrustedConfig)) {
|
|
13244
|
+
return null;
|
|
13245
|
+
}
|
|
13246
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
13247
|
+
validateConfig(untrustedConfig, configPropertyNames);
|
|
13248
|
+
}
|
|
13249
|
+
const config = typeCheckConfig$S(untrustedConfig);
|
|
13250
|
+
if (!areRequiredParametersPresent(config, configPropertyNames)) {
|
|
13251
|
+
return null;
|
|
13252
|
+
}
|
|
13253
|
+
return config;
|
|
13254
|
+
}
|
|
13255
|
+
function adapterFragment$x(luvio, config) {
|
|
13256
|
+
createResourceParams$S(config);
|
|
13172
13257
|
return select$1H();
|
|
13173
13258
|
}
|
|
13259
|
+
function onFetchResponseSuccess$B(luvio, config, resourceParams, response) {
|
|
13260
|
+
const snapshot = ingestSuccess$O(luvio, resourceParams, response, {
|
|
13261
|
+
config,
|
|
13262
|
+
resolve: () => buildNetworkSnapshot$T(luvio, config, snapshotRefreshOptions)
|
|
13263
|
+
});
|
|
13264
|
+
return luvio.storeBroadcast().then(() => snapshot);
|
|
13265
|
+
}
|
|
13266
|
+
function onFetchResponseError$B(luvio, config, resourceParams, response) {
|
|
13267
|
+
const snapshot = ingestError$x(luvio, resourceParams, response, {
|
|
13268
|
+
config,
|
|
13269
|
+
resolve: () => buildNetworkSnapshot$T(luvio, config, snapshotRefreshOptions)
|
|
13270
|
+
});
|
|
13271
|
+
return luvio.storeBroadcast().then(() => snapshot);
|
|
13272
|
+
}
|
|
13273
|
+
function buildNetworkSnapshot$T(luvio, config, options) {
|
|
13274
|
+
const resourceParams = createResourceParams$S(config);
|
|
13275
|
+
const request = createResourceRequest$S(resourceParams);
|
|
13276
|
+
return luvio.dispatchResourceRequest(request, options)
|
|
13277
|
+
.then((response) => {
|
|
13278
|
+
return luvio.handleSuccessResponse(() => onFetchResponseSuccess$B(luvio, config, resourceParams, response), () => {
|
|
13279
|
+
const cache = new StoreKeyMap();
|
|
13280
|
+
getResponseCacheKeys$S(cache, luvio, resourceParams, response.body);
|
|
13281
|
+
return cache;
|
|
13282
|
+
});
|
|
13283
|
+
}, (response) => {
|
|
13284
|
+
return luvio.handleErrorResponse(() => onFetchResponseError$B(luvio, config, resourceParams, response));
|
|
13285
|
+
});
|
|
13286
|
+
}
|
|
13287
|
+
function buildNetworkSnapshotCachePolicy$x(context, coercedAdapterRequestContext) {
|
|
13288
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$T, undefined, false);
|
|
13289
|
+
}
|
|
13290
|
+
function buildCachedSnapshotCachePolicy$B(context, storeLookup) {
|
|
13291
|
+
const { luvio, config } = context;
|
|
13292
|
+
const selector = {
|
|
13293
|
+
recordId: keyBuilder$1g(luvio, config),
|
|
13294
|
+
node: adapterFragment$x(luvio, config),
|
|
13295
|
+
variables: {},
|
|
13296
|
+
};
|
|
13297
|
+
const cacheSnapshot = storeLookup(selector, {
|
|
13298
|
+
config,
|
|
13299
|
+
resolve: () => buildNetworkSnapshot$T(luvio, config, snapshotRefreshOptions)
|
|
13300
|
+
});
|
|
13301
|
+
return cacheSnapshot;
|
|
13302
|
+
}
|
|
13303
|
+
const getDataConnectorSourceFieldsAdapterFactory = (luvio) => function WAVE__getDataConnectorSourceFields(untrustedConfig, requestContext) {
|
|
13304
|
+
const config = validateAdapterConfig$S(untrustedConfig, getDataConnectorSourceFields_ConfigPropertyNames);
|
|
13305
|
+
// Invalid or incomplete config
|
|
13306
|
+
if (config === null) {
|
|
13307
|
+
return null;
|
|
13308
|
+
}
|
|
13309
|
+
return luvio.applyCachePolicy((requestContext || {}), { config, luvio }, // BuildSnapshotContext
|
|
13310
|
+
buildCachedSnapshotCachePolicy$B, buildNetworkSnapshotCachePolicy$x);
|
|
13311
|
+
};
|
|
13312
|
+
|
|
13313
|
+
function select$1G(luvio, params) {
|
|
13314
|
+
return select$1I();
|
|
13315
|
+
}
|
|
13174
13316
|
function keyBuilder$1f(luvio, params) {
|
|
13175
|
-
return keyBuilder$
|
|
13317
|
+
return keyBuilder$1i(luvio, {
|
|
13176
13318
|
connectorIdOrApiName: params.urlParams.connectorIdOrApiName,
|
|
13177
13319
|
SourceObjectName: params.urlParams.sourceObjectName
|
|
13178
13320
|
});
|
|
@@ -13214,8 +13356,8 @@ function createResourceRequest$R(config) {
|
|
|
13214
13356
|
return {
|
|
13215
13357
|
baseUri: '/services/data/v67.0',
|
|
13216
13358
|
basePath: '/wave/dataConnectors/' + config.urlParams.connectorIdOrApiName + '/sourceObjects/' + config.urlParams.sourceObjectName + '/fields',
|
|
13217
|
-
method: '
|
|
13218
|
-
body:
|
|
13359
|
+
method: 'post',
|
|
13360
|
+
body: config.body,
|
|
13219
13361
|
urlParams: config.urlParams,
|
|
13220
13362
|
queryParams: {},
|
|
13221
13363
|
headers,
|
|
@@ -13223,20 +13365,26 @@ function createResourceRequest$R(config) {
|
|
|
13223
13365
|
};
|
|
13224
13366
|
}
|
|
13225
13367
|
|
|
13226
|
-
const adapterName$R = '
|
|
13227
|
-
const
|
|
13368
|
+
const adapterName$R = 'getDataConnectorSourceFieldsWithAdvProps';
|
|
13369
|
+
const getDataConnectorSourceFieldsWithAdvProps_ConfigPropertyMetadata = [
|
|
13228
13370
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
13229
13371
|
generateParamConfigMetadata('sourceObjectName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
13372
|
+
generateParamConfigMetadata('sourceObjectParam', true, 2 /* Body */, 4 /* Unsupported */),
|
|
13230
13373
|
];
|
|
13231
|
-
const
|
|
13232
|
-
const createResourceParams$R = /*#__PURE__*/ createResourceParams$
|
|
13374
|
+
const getDataConnectorSourceFieldsWithAdvProps_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$R, getDataConnectorSourceFieldsWithAdvProps_ConfigPropertyMetadata);
|
|
13375
|
+
const createResourceParams$R = /*#__PURE__*/ createResourceParams$12(getDataConnectorSourceFieldsWithAdvProps_ConfigPropertyMetadata);
|
|
13233
13376
|
function keyBuilder$1e(luvio, config) {
|
|
13234
13377
|
const resourceParams = createResourceParams$R(config);
|
|
13235
13378
|
return keyBuilder$1f(luvio, resourceParams);
|
|
13236
13379
|
}
|
|
13237
13380
|
function typeCheckConfig$R(untrustedConfig) {
|
|
13238
13381
|
const config = {};
|
|
13239
|
-
typeCheckConfig$
|
|
13382
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnectorSourceFieldsWithAdvProps_ConfigPropertyMetadata);
|
|
13383
|
+
const untrustedConfig_sourceObjectParam = untrustedConfig.sourceObjectParam;
|
|
13384
|
+
const referenceSourceObjectDataInputRepresentationValidationError = validate$1K(untrustedConfig_sourceObjectParam);
|
|
13385
|
+
if (referenceSourceObjectDataInputRepresentationValidationError === null) {
|
|
13386
|
+
config.sourceObjectParam = untrustedConfig_sourceObjectParam;
|
|
13387
|
+
}
|
|
13240
13388
|
return config;
|
|
13241
13389
|
}
|
|
13242
13390
|
function validateAdapterConfig$R(untrustedConfig, configPropertyNames) {
|
|
@@ -13285,7 +13433,7 @@ function buildNetworkSnapshot$S(luvio, config, options) {
|
|
|
13285
13433
|
});
|
|
13286
13434
|
}
|
|
13287
13435
|
function buildNetworkSnapshotCachePolicy$w(context, coercedAdapterRequestContext) {
|
|
13288
|
-
return buildNetworkSnapshotCachePolicy$
|
|
13436
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$S, 'get', false);
|
|
13289
13437
|
}
|
|
13290
13438
|
function buildCachedSnapshotCachePolicy$A(context, storeLookup) {
|
|
13291
13439
|
const { luvio, config } = context;
|
|
@@ -13300,8 +13448,8 @@ function buildCachedSnapshotCachePolicy$A(context, storeLookup) {
|
|
|
13300
13448
|
});
|
|
13301
13449
|
return cacheSnapshot;
|
|
13302
13450
|
}
|
|
13303
|
-
const
|
|
13304
|
-
const config = validateAdapterConfig$R(untrustedConfig,
|
|
13451
|
+
const getDataConnectorSourceFieldsWithAdvPropsAdapterFactory = (luvio) => function WAVE__getDataConnectorSourceFieldsWithAdvProps(untrustedConfig, requestContext) {
|
|
13452
|
+
const config = validateAdapterConfig$R(untrustedConfig, getDataConnectorSourceFieldsWithAdvProps_ConfigPropertyNames);
|
|
13305
13453
|
// Invalid or incomplete config
|
|
13306
13454
|
if (config === null) {
|
|
13307
13455
|
return null;
|
|
@@ -13436,10 +13584,10 @@ const ingestDataConnector_ConfigPropertyMetadata = [
|
|
|
13436
13584
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
13437
13585
|
];
|
|
13438
13586
|
const ingestDataConnector_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$Q, ingestDataConnector_ConfigPropertyMetadata);
|
|
13439
|
-
const createResourceParams$Q = /*#__PURE__*/ createResourceParams$
|
|
13587
|
+
const createResourceParams$Q = /*#__PURE__*/ createResourceParams$12(ingestDataConnector_ConfigPropertyMetadata);
|
|
13440
13588
|
function typeCheckConfig$Q(untrustedConfig) {
|
|
13441
13589
|
const config = {};
|
|
13442
|
-
typeCheckConfig$
|
|
13590
|
+
typeCheckConfig$12(untrustedConfig, config, ingestDataConnector_ConfigPropertyMetadata);
|
|
13443
13591
|
return config;
|
|
13444
13592
|
}
|
|
13445
13593
|
function validateAdapterConfig$Q(untrustedConfig, configPropertyNames) {
|
|
@@ -13631,14 +13779,14 @@ const getDataConnectorStatus_ConfigPropertyMetadata = [
|
|
|
13631
13779
|
generateParamConfigMetadata('connectorIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
13632
13780
|
];
|
|
13633
13781
|
const getDataConnectorStatus_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$P, getDataConnectorStatus_ConfigPropertyMetadata);
|
|
13634
|
-
const createResourceParams$P = /*#__PURE__*/ createResourceParams$
|
|
13782
|
+
const createResourceParams$P = /*#__PURE__*/ createResourceParams$12(getDataConnectorStatus_ConfigPropertyMetadata);
|
|
13635
13783
|
function keyBuilder$1b(luvio, config) {
|
|
13636
13784
|
const resourceParams = createResourceParams$P(config);
|
|
13637
13785
|
return keyBuilder$1c(luvio, resourceParams);
|
|
13638
13786
|
}
|
|
13639
13787
|
function typeCheckConfig$P(untrustedConfig) {
|
|
13640
13788
|
const config = {};
|
|
13641
|
-
typeCheckConfig$
|
|
13789
|
+
typeCheckConfig$12(untrustedConfig, config, getDataConnectorStatus_ConfigPropertyMetadata);
|
|
13642
13790
|
return config;
|
|
13643
13791
|
}
|
|
13644
13792
|
function validateAdapterConfig$P(untrustedConfig, configPropertyNames) {
|
|
@@ -13687,7 +13835,7 @@ function buildNetworkSnapshot$Q(luvio, config, options) {
|
|
|
13687
13835
|
});
|
|
13688
13836
|
}
|
|
13689
13837
|
function buildNetworkSnapshotCachePolicy$v(context, coercedAdapterRequestContext) {
|
|
13690
|
-
return buildNetworkSnapshotCachePolicy$
|
|
13838
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$Q, undefined, false);
|
|
13691
13839
|
}
|
|
13692
13840
|
function buildCachedSnapshotCachePolicy$z(context, storeLookup) {
|
|
13693
13841
|
const { luvio, config } = context;
|
|
@@ -14625,7 +14773,7 @@ function createResourceRequest$O(config) {
|
|
|
14625
14773
|
const adapterName$O = 'getDataConnectorTypes';
|
|
14626
14774
|
const getDataConnectorTypes_ConfigPropertyMetadata = [];
|
|
14627
14775
|
const getDataConnectorTypes_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$O, getDataConnectorTypes_ConfigPropertyMetadata);
|
|
14628
|
-
const createResourceParams$O = /*#__PURE__*/ createResourceParams$
|
|
14776
|
+
const createResourceParams$O = /*#__PURE__*/ createResourceParams$12(getDataConnectorTypes_ConfigPropertyMetadata);
|
|
14629
14777
|
function keyBuilder$19(luvio, config) {
|
|
14630
14778
|
createResourceParams$O(config);
|
|
14631
14779
|
return keyBuilder$1a();
|
|
@@ -14680,7 +14828,7 @@ function buildNetworkSnapshot$P(luvio, config, options) {
|
|
|
14680
14828
|
});
|
|
14681
14829
|
}
|
|
14682
14830
|
function buildNetworkSnapshotCachePolicy$u(context, coercedAdapterRequestContext) {
|
|
14683
|
-
return buildNetworkSnapshotCachePolicy$
|
|
14831
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$P, undefined, false);
|
|
14684
14832
|
}
|
|
14685
14833
|
function buildCachedSnapshotCachePolicy$y(context, storeLookup) {
|
|
14686
14834
|
const { luvio, config } = context;
|
|
@@ -14706,7 +14854,7 @@ const getDataConnectorTypesAdapterFactory = (luvio) => function WAVE__getDataCon
|
|
|
14706
14854
|
};
|
|
14707
14855
|
|
|
14708
14856
|
function select$1u(luvio, params) {
|
|
14709
|
-
return select$
|
|
14857
|
+
return select$22();
|
|
14710
14858
|
}
|
|
14711
14859
|
function keyBuilder$18(luvio, params) {
|
|
14712
14860
|
return keyPrefix + '::DataflowCollectionRepresentation:(' + 'q:' + params.queryParams.q + ')';
|
|
@@ -14762,14 +14910,14 @@ const getDataflows_ConfigPropertyMetadata = [
|
|
|
14762
14910
|
generateParamConfigMetadata('q', false, 1 /* QueryParameter */, 0 /* String */),
|
|
14763
14911
|
];
|
|
14764
14912
|
const getDataflows_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$N, getDataflows_ConfigPropertyMetadata);
|
|
14765
|
-
const createResourceParams$N = /*#__PURE__*/ createResourceParams$
|
|
14913
|
+
const createResourceParams$N = /*#__PURE__*/ createResourceParams$12(getDataflows_ConfigPropertyMetadata);
|
|
14766
14914
|
function keyBuilder$17(luvio, config) {
|
|
14767
14915
|
const resourceParams = createResourceParams$N(config);
|
|
14768
14916
|
return keyBuilder$18(luvio, resourceParams);
|
|
14769
14917
|
}
|
|
14770
14918
|
function typeCheckConfig$N(untrustedConfig) {
|
|
14771
14919
|
const config = {};
|
|
14772
|
-
typeCheckConfig$
|
|
14920
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflows_ConfigPropertyMetadata);
|
|
14773
14921
|
return config;
|
|
14774
14922
|
}
|
|
14775
14923
|
function validateAdapterConfig$N(untrustedConfig, configPropertyNames) {
|
|
@@ -14818,7 +14966,7 @@ function buildNetworkSnapshot$O(luvio, config, options) {
|
|
|
14818
14966
|
});
|
|
14819
14967
|
}
|
|
14820
14968
|
function buildNetworkSnapshotCachePolicy$t(context, coercedAdapterRequestContext) {
|
|
14821
|
-
return buildNetworkSnapshotCachePolicy$
|
|
14969
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$O, undefined, false);
|
|
14822
14970
|
}
|
|
14823
14971
|
function buildCachedSnapshotCachePolicy$x(context, storeLookup) {
|
|
14824
14972
|
const { luvio, config } = context;
|
|
@@ -14956,7 +15104,7 @@ const select$1t = function DataflowJobCollectionRepresentationSelect() {
|
|
|
14956
15104
|
name: 'dataflowJobs',
|
|
14957
15105
|
kind: 'Link',
|
|
14958
15106
|
plural: true,
|
|
14959
|
-
fragment: select$
|
|
15107
|
+
fragment: select$21()
|
|
14960
15108
|
},
|
|
14961
15109
|
{
|
|
14962
15110
|
name: 'nextPageUrl',
|
|
@@ -15110,14 +15258,14 @@ const getDataflowJobs_ConfigPropertyMetadata = [
|
|
|
15110
15258
|
generateParamConfigMetadata('status', false, 1 /* QueryParameter */, 0 /* String */),
|
|
15111
15259
|
];
|
|
15112
15260
|
const getDataflowJobs_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$M, getDataflowJobs_ConfigPropertyMetadata);
|
|
15113
|
-
const createResourceParams$M = /*#__PURE__*/ createResourceParams$
|
|
15261
|
+
const createResourceParams$M = /*#__PURE__*/ createResourceParams$12(getDataflowJobs_ConfigPropertyMetadata);
|
|
15114
15262
|
function keyBuilder$15(luvio, config) {
|
|
15115
15263
|
const resourceParams = createResourceParams$M(config);
|
|
15116
15264
|
return keyBuilder$16(luvio, resourceParams);
|
|
15117
15265
|
}
|
|
15118
15266
|
function typeCheckConfig$M(untrustedConfig) {
|
|
15119
15267
|
const config = {};
|
|
15120
|
-
typeCheckConfig$
|
|
15268
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflowJobs_ConfigPropertyMetadata);
|
|
15121
15269
|
return config;
|
|
15122
15270
|
}
|
|
15123
15271
|
function validateAdapterConfig$M(untrustedConfig, configPropertyNames) {
|
|
@@ -15166,7 +15314,7 @@ function buildNetworkSnapshot$N(luvio, config, options) {
|
|
|
15166
15314
|
});
|
|
15167
15315
|
}
|
|
15168
15316
|
function buildNetworkSnapshotCachePolicy$s(context, coercedAdapterRequestContext) {
|
|
15169
|
-
return buildNetworkSnapshotCachePolicy$
|
|
15317
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$N, undefined, false);
|
|
15170
15318
|
}
|
|
15171
15319
|
function buildCachedSnapshotCachePolicy$w(context, storeLookup) {
|
|
15172
15320
|
const { luvio, config } = context;
|
|
@@ -15213,7 +15361,7 @@ function validate$1v(obj, path = 'DataflowJobInputRepresentation') {
|
|
|
15213
15361
|
}
|
|
15214
15362
|
|
|
15215
15363
|
function select$1r(luvio, params) {
|
|
15216
|
-
return select$
|
|
15364
|
+
return select$21();
|
|
15217
15365
|
}
|
|
15218
15366
|
function getResponseCacheKeys$L(storeKeyMap, luvio, resourceParams, response) {
|
|
15219
15367
|
getTypeCacheKeys$z(storeKeyMap, luvio, response);
|
|
@@ -15254,7 +15402,7 @@ const createDataflowJob_ConfigPropertyMetadata = [
|
|
|
15254
15402
|
generateParamConfigMetadata('dataflowJob', true, 2 /* Body */, 4 /* Unsupported */),
|
|
15255
15403
|
];
|
|
15256
15404
|
const createDataflowJob_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$L, createDataflowJob_ConfigPropertyMetadata);
|
|
15257
|
-
const createResourceParams$L = /*#__PURE__*/ createResourceParams$
|
|
15405
|
+
const createResourceParams$L = /*#__PURE__*/ createResourceParams$12(createDataflowJob_ConfigPropertyMetadata);
|
|
15258
15406
|
function typeCheckConfig$L(untrustedConfig) {
|
|
15259
15407
|
const config = {};
|
|
15260
15408
|
const untrustedConfig_dataflowJob = untrustedConfig.dataflowJob;
|
|
@@ -15307,10 +15455,10 @@ const createDataflowJobAdapterFactory = (luvio) => {
|
|
|
15307
15455
|
};
|
|
15308
15456
|
|
|
15309
15457
|
function select$1q(luvio, params) {
|
|
15310
|
-
return select$
|
|
15458
|
+
return select$21();
|
|
15311
15459
|
}
|
|
15312
15460
|
function keyBuilder$14(luvio, params) {
|
|
15313
|
-
return keyBuilder$
|
|
15461
|
+
return keyBuilder$1y(luvio, {
|
|
15314
15462
|
id: params.urlParams.dataflowjobId
|
|
15315
15463
|
});
|
|
15316
15464
|
}
|
|
@@ -15365,14 +15513,14 @@ const getDataflowJob_ConfigPropertyMetadata = [
|
|
|
15365
15513
|
generateParamConfigMetadata('dataflowjobId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
15366
15514
|
];
|
|
15367
15515
|
const getDataflowJob_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$K, getDataflowJob_ConfigPropertyMetadata);
|
|
15368
|
-
const createResourceParams$K = /*#__PURE__*/ createResourceParams$
|
|
15516
|
+
const createResourceParams$K = /*#__PURE__*/ createResourceParams$12(getDataflowJob_ConfigPropertyMetadata);
|
|
15369
15517
|
function keyBuilder$13(luvio, config) {
|
|
15370
15518
|
const resourceParams = createResourceParams$K(config);
|
|
15371
15519
|
return keyBuilder$14(luvio, resourceParams);
|
|
15372
15520
|
}
|
|
15373
15521
|
function typeCheckConfig$K(untrustedConfig) {
|
|
15374
15522
|
const config = {};
|
|
15375
|
-
typeCheckConfig$
|
|
15523
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflowJob_ConfigPropertyMetadata);
|
|
15376
15524
|
return config;
|
|
15377
15525
|
}
|
|
15378
15526
|
function validateAdapterConfig$K(untrustedConfig, configPropertyNames) {
|
|
@@ -15421,7 +15569,7 @@ function buildNetworkSnapshot$L(luvio, config, options) {
|
|
|
15421
15569
|
});
|
|
15422
15570
|
}
|
|
15423
15571
|
function buildNetworkSnapshotCachePolicy$r(context, coercedAdapterRequestContext) {
|
|
15424
|
-
return buildNetworkSnapshotCachePolicy$
|
|
15572
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$L, undefined, false);
|
|
15425
15573
|
}
|
|
15426
15574
|
function buildCachedSnapshotCachePolicy$v(context, storeLookup) {
|
|
15427
15575
|
const { luvio, config } = context;
|
|
@@ -15447,7 +15595,7 @@ const getDataflowJobAdapterFactory = (luvio) => function WAVE__getDataflowJob(un
|
|
|
15447
15595
|
};
|
|
15448
15596
|
|
|
15449
15597
|
function select$1p(luvio, params) {
|
|
15450
|
-
return select$
|
|
15598
|
+
return select$21();
|
|
15451
15599
|
}
|
|
15452
15600
|
function getResponseCacheKeys$J(storeKeyMap, luvio, resourceParams, response) {
|
|
15453
15601
|
getTypeCacheKeys$z(storeKeyMap, luvio, response);
|
|
@@ -15489,10 +15637,10 @@ const updateDataflowJob_ConfigPropertyMetadata = [
|
|
|
15489
15637
|
generateParamConfigMetadata('dataflowJob', true, 2 /* Body */, 4 /* Unsupported */),
|
|
15490
15638
|
];
|
|
15491
15639
|
const updateDataflowJob_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$J, updateDataflowJob_ConfigPropertyMetadata);
|
|
15492
|
-
const createResourceParams$J = /*#__PURE__*/ createResourceParams$
|
|
15640
|
+
const createResourceParams$J = /*#__PURE__*/ createResourceParams$12(updateDataflowJob_ConfigPropertyMetadata);
|
|
15493
15641
|
function typeCheckConfig$J(untrustedConfig) {
|
|
15494
15642
|
const config = {};
|
|
15495
|
-
typeCheckConfig$
|
|
15643
|
+
typeCheckConfig$12(untrustedConfig, config, updateDataflowJob_ConfigPropertyMetadata);
|
|
15496
15644
|
const untrustedConfig_dataflowJob = untrustedConfig.dataflowJob;
|
|
15497
15645
|
const referenceDataflowJobInputRepresentationValidationError = validate$1v(untrustedConfig_dataflowJob);
|
|
15498
15646
|
if (referenceDataflowJobInputRepresentationValidationError === null) {
|
|
@@ -15599,7 +15747,7 @@ const select$1o = function DataflowJobNodeCollectionRepresentationSelect() {
|
|
|
15599
15747
|
name: 'nodes',
|
|
15600
15748
|
kind: 'Link',
|
|
15601
15749
|
plural: true,
|
|
15602
|
-
fragment: select$
|
|
15750
|
+
fragment: select$2b()
|
|
15603
15751
|
},
|
|
15604
15752
|
{
|
|
15605
15753
|
name: 'url',
|
|
@@ -15709,14 +15857,14 @@ const getDataflowJobNodes_ConfigPropertyMetadata = [
|
|
|
15709
15857
|
generateParamConfigMetadata('dataflowjobId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
15710
15858
|
];
|
|
15711
15859
|
const getDataflowJobNodes_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$I, getDataflowJobNodes_ConfigPropertyMetadata);
|
|
15712
|
-
const createResourceParams$I = /*#__PURE__*/ createResourceParams$
|
|
15860
|
+
const createResourceParams$I = /*#__PURE__*/ createResourceParams$12(getDataflowJobNodes_ConfigPropertyMetadata);
|
|
15713
15861
|
function keyBuilder$11(luvio, config) {
|
|
15714
15862
|
const resourceParams = createResourceParams$I(config);
|
|
15715
15863
|
return keyBuilder$12(luvio, resourceParams);
|
|
15716
15864
|
}
|
|
15717
15865
|
function typeCheckConfig$I(untrustedConfig) {
|
|
15718
15866
|
const config = {};
|
|
15719
|
-
typeCheckConfig$
|
|
15867
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflowJobNodes_ConfigPropertyMetadata);
|
|
15720
15868
|
return config;
|
|
15721
15869
|
}
|
|
15722
15870
|
function validateAdapterConfig$I(untrustedConfig, configPropertyNames) {
|
|
@@ -15765,7 +15913,7 @@ function buildNetworkSnapshot$J(luvio, config, options) {
|
|
|
15765
15913
|
});
|
|
15766
15914
|
}
|
|
15767
15915
|
function buildNetworkSnapshotCachePolicy$q(context, coercedAdapterRequestContext) {
|
|
15768
|
-
return buildNetworkSnapshotCachePolicy$
|
|
15916
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$J, undefined, false);
|
|
15769
15917
|
}
|
|
15770
15918
|
function buildCachedSnapshotCachePolicy$u(context, storeLookup) {
|
|
15771
15919
|
const { luvio, config } = context;
|
|
@@ -15791,10 +15939,10 @@ const getDataflowJobNodesAdapterFactory = (luvio) => function WAVE__getDataflowJ
|
|
|
15791
15939
|
};
|
|
15792
15940
|
|
|
15793
15941
|
function select$1m(luvio, params) {
|
|
15794
|
-
return select$
|
|
15942
|
+
return select$2b();
|
|
15795
15943
|
}
|
|
15796
15944
|
function keyBuilder$10(luvio, params) {
|
|
15797
|
-
return keyBuilder$
|
|
15945
|
+
return keyBuilder$1A(luvio, {
|
|
15798
15946
|
id: params.urlParams.nodeId
|
|
15799
15947
|
});
|
|
15800
15948
|
}
|
|
@@ -15850,14 +15998,14 @@ const getDataflowJobNode_ConfigPropertyMetadata = [
|
|
|
15850
15998
|
generateParamConfigMetadata('nodeId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
15851
15999
|
];
|
|
15852
16000
|
const getDataflowJobNode_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$H, getDataflowJobNode_ConfigPropertyMetadata);
|
|
15853
|
-
const createResourceParams$H = /*#__PURE__*/ createResourceParams$
|
|
16001
|
+
const createResourceParams$H = /*#__PURE__*/ createResourceParams$12(getDataflowJobNode_ConfigPropertyMetadata);
|
|
15854
16002
|
function keyBuilder$$(luvio, config) {
|
|
15855
16003
|
const resourceParams = createResourceParams$H(config);
|
|
15856
16004
|
return keyBuilder$10(luvio, resourceParams);
|
|
15857
16005
|
}
|
|
15858
16006
|
function typeCheckConfig$H(untrustedConfig) {
|
|
15859
16007
|
const config = {};
|
|
15860
|
-
typeCheckConfig$
|
|
16008
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflowJobNode_ConfigPropertyMetadata);
|
|
15861
16009
|
return config;
|
|
15862
16010
|
}
|
|
15863
16011
|
function validateAdapterConfig$H(untrustedConfig, configPropertyNames) {
|
|
@@ -15906,7 +16054,7 @@ function buildNetworkSnapshot$I(luvio, config, options) {
|
|
|
15906
16054
|
});
|
|
15907
16055
|
}
|
|
15908
16056
|
function buildNetworkSnapshotCachePolicy$p(context, coercedAdapterRequestContext) {
|
|
15909
|
-
return buildNetworkSnapshotCachePolicy$
|
|
16057
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$I, undefined, false);
|
|
15910
16058
|
}
|
|
15911
16059
|
function buildCachedSnapshotCachePolicy$t(context, storeLookup) {
|
|
15912
16060
|
const { luvio, config } = context;
|
|
@@ -15932,7 +16080,7 @@ const getDataflowJobNodeAdapterFactory = (luvio) => function WAVE__getDataflowJo
|
|
|
15932
16080
|
};
|
|
15933
16081
|
|
|
15934
16082
|
const TTL$i = 300;
|
|
15935
|
-
const VERSION$K = "
|
|
16083
|
+
const VERSION$K = "09d229a95cc4d49d306c567e3142dd02";
|
|
15936
16084
|
function validate$1t(obj, path = 'DataflowJobNodeStageRepresentation') {
|
|
15937
16085
|
const v_error = (() => {
|
|
15938
16086
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -16234,11 +16382,13 @@ function validate$1t(obj, path = 'DataflowJobNodeStageRepresentation') {
|
|
|
16234
16382
|
}
|
|
16235
16383
|
const RepresentationType$m = 'DataflowJobNodeStageRepresentation';
|
|
16236
16384
|
function keyBuilder$_(luvio, config) {
|
|
16237
|
-
return keyPrefix + '::' + RepresentationType$m + ':' + config.
|
|
16385
|
+
return keyPrefix + '::' + RepresentationType$m + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
|
|
16238
16386
|
}
|
|
16239
16387
|
function keyBuilderFromType$9(luvio, object) {
|
|
16240
16388
|
const keyParams = {
|
|
16241
|
-
|
|
16389
|
+
dataflowjobId: object.dataflowjobId,
|
|
16390
|
+
nodeId: object.nodeId,
|
|
16391
|
+
stageId: object.stageId
|
|
16242
16392
|
};
|
|
16243
16393
|
return keyBuilder$_(luvio, keyParams);
|
|
16244
16394
|
}
|
|
@@ -16868,14 +17018,14 @@ const getDataflowJobNodeStages_ConfigPropertyMetadata = [
|
|
|
16868
17018
|
generateParamConfigMetadata('status', false, 1 /* QueryParameter */, 0 /* String */),
|
|
16869
17019
|
];
|
|
16870
17020
|
const getDataflowJobNodeStages_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$G, getDataflowJobNodeStages_ConfigPropertyMetadata);
|
|
16871
|
-
const createResourceParams$G = /*#__PURE__*/ createResourceParams$
|
|
17021
|
+
const createResourceParams$G = /*#__PURE__*/ createResourceParams$12(getDataflowJobNodeStages_ConfigPropertyMetadata);
|
|
16872
17022
|
function keyBuilder$Y(luvio, config) {
|
|
16873
17023
|
const resourceParams = createResourceParams$G(config);
|
|
16874
17024
|
return keyBuilder$Z(luvio, resourceParams);
|
|
16875
17025
|
}
|
|
16876
17026
|
function typeCheckConfig$G(untrustedConfig) {
|
|
16877
17027
|
const config = {};
|
|
16878
|
-
typeCheckConfig$
|
|
17028
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflowJobNodeStages_ConfigPropertyMetadata);
|
|
16879
17029
|
return config;
|
|
16880
17030
|
}
|
|
16881
17031
|
function validateAdapterConfig$G(untrustedConfig, configPropertyNames) {
|
|
@@ -16924,7 +17074,7 @@ function buildNetworkSnapshot$H(luvio, config, options) {
|
|
|
16924
17074
|
});
|
|
16925
17075
|
}
|
|
16926
17076
|
function buildNetworkSnapshotCachePolicy$o(context, coercedAdapterRequestContext) {
|
|
16927
|
-
return buildNetworkSnapshotCachePolicy$
|
|
17077
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$H, undefined, false);
|
|
16928
17078
|
}
|
|
16929
17079
|
function buildCachedSnapshotCachePolicy$s(context, storeLookup) {
|
|
16930
17080
|
const { luvio, config } = context;
|
|
@@ -16954,7 +17104,9 @@ function select$1i(luvio, params) {
|
|
|
16954
17104
|
}
|
|
16955
17105
|
function keyBuilder$X(luvio, params) {
|
|
16956
17106
|
return keyBuilder$_(luvio, {
|
|
16957
|
-
|
|
17107
|
+
dataflowjobId: params.urlParams.dataflowjobId,
|
|
17108
|
+
nodeId: params.urlParams.nodeId,
|
|
17109
|
+
stageId: params.urlParams.stageId
|
|
16958
17110
|
});
|
|
16959
17111
|
}
|
|
16960
17112
|
function getResponseCacheKeys$F(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -17010,14 +17162,14 @@ const getDataflowJobNodeStage_ConfigPropertyMetadata = [
|
|
|
17010
17162
|
generateParamConfigMetadata('stageId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
17011
17163
|
];
|
|
17012
17164
|
const getDataflowJobNodeStage_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$F, getDataflowJobNodeStage_ConfigPropertyMetadata);
|
|
17013
|
-
const createResourceParams$F = /*#__PURE__*/ createResourceParams$
|
|
17165
|
+
const createResourceParams$F = /*#__PURE__*/ createResourceParams$12(getDataflowJobNodeStage_ConfigPropertyMetadata);
|
|
17014
17166
|
function keyBuilder$W(luvio, config) {
|
|
17015
17167
|
const resourceParams = createResourceParams$F(config);
|
|
17016
17168
|
return keyBuilder$X(luvio, resourceParams);
|
|
17017
17169
|
}
|
|
17018
17170
|
function typeCheckConfig$F(untrustedConfig) {
|
|
17019
17171
|
const config = {};
|
|
17020
|
-
typeCheckConfig$
|
|
17172
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflowJobNodeStage_ConfigPropertyMetadata);
|
|
17021
17173
|
return config;
|
|
17022
17174
|
}
|
|
17023
17175
|
function validateAdapterConfig$F(untrustedConfig, configPropertyNames) {
|
|
@@ -17066,7 +17218,7 @@ function buildNetworkSnapshot$G(luvio, config, options) {
|
|
|
17066
17218
|
});
|
|
17067
17219
|
}
|
|
17068
17220
|
function buildNetworkSnapshotCachePolicy$n(context, coercedAdapterRequestContext) {
|
|
17069
|
-
return buildNetworkSnapshotCachePolicy$
|
|
17221
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$G, undefined, false);
|
|
17070
17222
|
}
|
|
17071
17223
|
function buildCachedSnapshotCachePolicy$r(context, storeLookup) {
|
|
17072
17224
|
const { luvio, config } = context;
|
|
@@ -17092,7 +17244,7 @@ const getDataflowJobNodeStageAdapterFactory = (luvio) => function WAVE__getDataf
|
|
|
17092
17244
|
};
|
|
17093
17245
|
|
|
17094
17246
|
const TTL$h = 300;
|
|
17095
|
-
const VERSION$I = "
|
|
17247
|
+
const VERSION$I = "468da49a155099cb3dcd6c19d3b095df";
|
|
17096
17248
|
function validate$1r(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
|
|
17097
17249
|
const v_error = (() => {
|
|
17098
17250
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -17142,11 +17294,13 @@ function validate$1r(obj, path = 'DataflowJobNodeStageParentsRepresentation') {
|
|
|
17142
17294
|
}
|
|
17143
17295
|
const RepresentationType$k = 'DataflowJobNodeStageParentsRepresentation';
|
|
17144
17296
|
function keyBuilder$V(luvio, config) {
|
|
17145
|
-
return keyPrefix + '::' + RepresentationType$k + ':' + config.
|
|
17297
|
+
return keyPrefix + '::' + RepresentationType$k + ':' + config.dataflowjobId + ':' + config.nodeId + ':' + config.stageId;
|
|
17146
17298
|
}
|
|
17147
17299
|
function keyBuilderFromType$8(luvio, object) {
|
|
17148
17300
|
const keyParams = {
|
|
17149
|
-
|
|
17301
|
+
dataflowjobId: object.dataflowjobId,
|
|
17302
|
+
nodeId: object.nodeId,
|
|
17303
|
+
stageId: object.stageId
|
|
17150
17304
|
};
|
|
17151
17305
|
return keyBuilder$V(luvio, keyParams);
|
|
17152
17306
|
}
|
|
@@ -17249,7 +17403,9 @@ function select$1g(luvio, params) {
|
|
|
17249
17403
|
}
|
|
17250
17404
|
function keyBuilder$U(luvio, params) {
|
|
17251
17405
|
return keyBuilder$V(luvio, {
|
|
17252
|
-
|
|
17406
|
+
dataflowjobId: params.urlParams.dataflowjobId,
|
|
17407
|
+
nodeId: params.urlParams.nodeId,
|
|
17408
|
+
stageId: params.urlParams.stageId
|
|
17253
17409
|
});
|
|
17254
17410
|
}
|
|
17255
17411
|
function getResponseCacheKeys$E(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -17305,14 +17461,14 @@ const getDataflowJobNodeStageParents_ConfigPropertyMetadata = [
|
|
|
17305
17461
|
generateParamConfigMetadata('stageId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
17306
17462
|
];
|
|
17307
17463
|
const getDataflowJobNodeStageParents_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$E, getDataflowJobNodeStageParents_ConfigPropertyMetadata);
|
|
17308
|
-
const createResourceParams$E = /*#__PURE__*/ createResourceParams$
|
|
17464
|
+
const createResourceParams$E = /*#__PURE__*/ createResourceParams$12(getDataflowJobNodeStageParents_ConfigPropertyMetadata);
|
|
17309
17465
|
function keyBuilder$T(luvio, config) {
|
|
17310
17466
|
const resourceParams = createResourceParams$E(config);
|
|
17311
17467
|
return keyBuilder$U(luvio, resourceParams);
|
|
17312
17468
|
}
|
|
17313
17469
|
function typeCheckConfig$E(untrustedConfig) {
|
|
17314
17470
|
const config = {};
|
|
17315
|
-
typeCheckConfig$
|
|
17471
|
+
typeCheckConfig$12(untrustedConfig, config, getDataflowJobNodeStageParents_ConfigPropertyMetadata);
|
|
17316
17472
|
return config;
|
|
17317
17473
|
}
|
|
17318
17474
|
function validateAdapterConfig$E(untrustedConfig, configPropertyNames) {
|
|
@@ -17361,7 +17517,7 @@ function buildNetworkSnapshot$F(luvio, config, options) {
|
|
|
17361
17517
|
});
|
|
17362
17518
|
}
|
|
17363
17519
|
function buildNetworkSnapshotCachePolicy$m(context, coercedAdapterRequestContext) {
|
|
17364
|
-
return buildNetworkSnapshotCachePolicy$
|
|
17520
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$F, undefined, false);
|
|
17365
17521
|
}
|
|
17366
17522
|
function buildCachedSnapshotCachePolicy$q(context, storeLookup) {
|
|
17367
17523
|
const { luvio, config } = context;
|
|
@@ -17495,7 +17651,7 @@ const select$1f = function DatasetCollectionRepresentationSelect() {
|
|
|
17495
17651
|
name: 'datasets',
|
|
17496
17652
|
kind: 'Link',
|
|
17497
17653
|
plural: true,
|
|
17498
|
-
fragment: select$
|
|
17654
|
+
fragment: select$29()
|
|
17499
17655
|
},
|
|
17500
17656
|
{
|
|
17501
17657
|
name: 'nextPageUrl',
|
|
@@ -17639,14 +17795,14 @@ const getDatasets_ConfigPropertyMetadata = [
|
|
|
17639
17795
|
generateParamConfigMetadata('typeOfDataflow', false, 1 /* QueryParameter */, 0 /* String */),
|
|
17640
17796
|
];
|
|
17641
17797
|
const getDatasets_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$D, getDatasets_ConfigPropertyMetadata);
|
|
17642
|
-
const createResourceParams$D = /*#__PURE__*/ createResourceParams$
|
|
17798
|
+
const createResourceParams$D = /*#__PURE__*/ createResourceParams$12(getDatasets_ConfigPropertyMetadata);
|
|
17643
17799
|
function keyBuilder$R(luvio, config) {
|
|
17644
17800
|
const resourceParams = createResourceParams$D(config);
|
|
17645
17801
|
return keyBuilder$S(luvio, resourceParams);
|
|
17646
17802
|
}
|
|
17647
17803
|
function typeCheckConfig$D(untrustedConfig) {
|
|
17648
17804
|
const config = {};
|
|
17649
|
-
typeCheckConfig$
|
|
17805
|
+
typeCheckConfig$12(untrustedConfig, config, getDatasets_ConfigPropertyMetadata);
|
|
17650
17806
|
return config;
|
|
17651
17807
|
}
|
|
17652
17808
|
function validateAdapterConfig$D(untrustedConfig, configPropertyNames) {
|
|
@@ -17695,7 +17851,7 @@ function buildNetworkSnapshot$E(luvio, config, options) {
|
|
|
17695
17851
|
});
|
|
17696
17852
|
}
|
|
17697
17853
|
function buildNetworkSnapshotCachePolicy$l(context, coercedAdapterRequestContext) {
|
|
17698
|
-
return buildNetworkSnapshotCachePolicy$
|
|
17854
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$E, undefined, false);
|
|
17699
17855
|
}
|
|
17700
17856
|
function buildCachedSnapshotCachePolicy$p(context, storeLookup) {
|
|
17701
17857
|
const { luvio, config } = context;
|
|
@@ -18921,7 +19077,7 @@ function validate$11(obj, path = 'DatasetInputRepresentation') {
|
|
|
18921
19077
|
}
|
|
18922
19078
|
|
|
18923
19079
|
function select$1d(luvio, params) {
|
|
18924
|
-
return select$
|
|
19080
|
+
return select$29();
|
|
18925
19081
|
}
|
|
18926
19082
|
function getResponseCacheKeys$C(storeKeyMap, luvio, resourceParams, response) {
|
|
18927
19083
|
getTypeCacheKeys$C(storeKeyMap, luvio, response);
|
|
@@ -18962,7 +19118,7 @@ const createDataset_ConfigPropertyMetadata = [
|
|
|
18962
19118
|
generateParamConfigMetadata('dataset', true, 2 /* Body */, 4 /* Unsupported */),
|
|
18963
19119
|
];
|
|
18964
19120
|
const createDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$C, createDataset_ConfigPropertyMetadata);
|
|
18965
|
-
const createResourceParams$C = /*#__PURE__*/ createResourceParams$
|
|
19121
|
+
const createResourceParams$C = /*#__PURE__*/ createResourceParams$12(createDataset_ConfigPropertyMetadata);
|
|
18966
19122
|
function typeCheckConfig$C(untrustedConfig) {
|
|
18967
19123
|
const config = {};
|
|
18968
19124
|
const untrustedConfig_dataset = untrustedConfig.dataset;
|
|
@@ -19015,7 +19171,7 @@ const createDatasetAdapterFactory = (luvio) => {
|
|
|
19015
19171
|
};
|
|
19016
19172
|
|
|
19017
19173
|
function keyBuilder$Q(luvio, params) {
|
|
19018
|
-
return keyBuilder$
|
|
19174
|
+
return keyBuilder$1z(luvio, {
|
|
19019
19175
|
id: params.urlParams.datasetIdOrApiName
|
|
19020
19176
|
});
|
|
19021
19177
|
}
|
|
@@ -19090,10 +19246,10 @@ const deleteDataset_ConfigPropertyMetadata = [
|
|
|
19090
19246
|
generateParamConfigMetadata('datasetIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
19091
19247
|
];
|
|
19092
19248
|
const deleteDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$B, deleteDataset_ConfigPropertyMetadata);
|
|
19093
|
-
const createResourceParams$B = /*#__PURE__*/ createResourceParams$
|
|
19249
|
+
const createResourceParams$B = /*#__PURE__*/ createResourceParams$12(deleteDataset_ConfigPropertyMetadata);
|
|
19094
19250
|
function typeCheckConfig$B(untrustedConfig) {
|
|
19095
19251
|
const config = {};
|
|
19096
|
-
typeCheckConfig$
|
|
19252
|
+
typeCheckConfig$12(untrustedConfig, config, deleteDataset_ConfigPropertyMetadata);
|
|
19097
19253
|
return config;
|
|
19098
19254
|
}
|
|
19099
19255
|
function validateAdapterConfig$B(untrustedConfig, configPropertyNames) {
|
|
@@ -19139,10 +19295,10 @@ const deleteDatasetAdapterFactory = (luvio) => {
|
|
|
19139
19295
|
};
|
|
19140
19296
|
|
|
19141
19297
|
function select$1c(luvio, params) {
|
|
19142
|
-
return select$
|
|
19298
|
+
return select$29();
|
|
19143
19299
|
}
|
|
19144
19300
|
function keyBuilder$P(luvio, params) {
|
|
19145
|
-
return keyBuilder$
|
|
19301
|
+
return keyBuilder$1z(luvio, {
|
|
19146
19302
|
id: params.urlParams.datasetIdOrApiName
|
|
19147
19303
|
});
|
|
19148
19304
|
}
|
|
@@ -19234,14 +19390,14 @@ const getDataset_ConfigPropertyMetadata = [
|
|
|
19234
19390
|
generateParamConfigMetadata('datasetIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
19235
19391
|
];
|
|
19236
19392
|
const getDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$A, getDataset_ConfigPropertyMetadata);
|
|
19237
|
-
const createResourceParams$A = /*#__PURE__*/ createResourceParams$
|
|
19393
|
+
const createResourceParams$A = /*#__PURE__*/ createResourceParams$12(getDataset_ConfigPropertyMetadata);
|
|
19238
19394
|
function keyBuilder$O(luvio, config) {
|
|
19239
19395
|
const resourceParams = createResourceParams$A(config);
|
|
19240
19396
|
return keyBuilder$P(luvio, resourceParams);
|
|
19241
19397
|
}
|
|
19242
19398
|
function typeCheckConfig$A(untrustedConfig) {
|
|
19243
19399
|
const config = {};
|
|
19244
|
-
typeCheckConfig$
|
|
19400
|
+
typeCheckConfig$12(untrustedConfig, config, getDataset_ConfigPropertyMetadata);
|
|
19245
19401
|
return config;
|
|
19246
19402
|
}
|
|
19247
19403
|
function validateAdapterConfig$A(untrustedConfig, configPropertyNames) {
|
|
@@ -19290,7 +19446,7 @@ function buildNetworkSnapshot$A(luvio, config, options) {
|
|
|
19290
19446
|
});
|
|
19291
19447
|
}
|
|
19292
19448
|
function buildNetworkSnapshotCachePolicy$k(context, coercedAdapterRequestContext) {
|
|
19293
|
-
return buildNetworkSnapshotCachePolicy$
|
|
19449
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$A, undefined, false);
|
|
19294
19450
|
}
|
|
19295
19451
|
function buildCachedSnapshotCachePolicy$n(context, storeLookup) {
|
|
19296
19452
|
const { luvio, config } = context;
|
|
@@ -19316,7 +19472,7 @@ const getDatasetAdapterFactory = (luvio) => function WAVE__getDataset(untrustedC
|
|
|
19316
19472
|
};
|
|
19317
19473
|
|
|
19318
19474
|
function select$1b(luvio, params) {
|
|
19319
|
-
return select$
|
|
19475
|
+
return select$29();
|
|
19320
19476
|
}
|
|
19321
19477
|
function getResponseCacheKeys$z(storeKeyMap, luvio, resourceParams, response) {
|
|
19322
19478
|
getTypeCacheKeys$C(storeKeyMap, luvio, response);
|
|
@@ -19358,10 +19514,10 @@ const updateDataset_ConfigPropertyMetadata = [
|
|
|
19358
19514
|
generateParamConfigMetadata('dataset', true, 2 /* Body */, 4 /* Unsupported */),
|
|
19359
19515
|
];
|
|
19360
19516
|
const updateDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$z, updateDataset_ConfigPropertyMetadata);
|
|
19361
|
-
const createResourceParams$z = /*#__PURE__*/ createResourceParams$
|
|
19517
|
+
const createResourceParams$z = /*#__PURE__*/ createResourceParams$12(updateDataset_ConfigPropertyMetadata);
|
|
19362
19518
|
function typeCheckConfig$z(untrustedConfig) {
|
|
19363
19519
|
const config = {};
|
|
19364
|
-
typeCheckConfig$
|
|
19520
|
+
typeCheckConfig$12(untrustedConfig, config, updateDataset_ConfigPropertyMetadata);
|
|
19365
19521
|
const untrustedConfig_dataset = untrustedConfig.dataset;
|
|
19366
19522
|
const referenceDatasetInputRepresentationValidationError = validate$11(untrustedConfig_dataset);
|
|
19367
19523
|
if (referenceDatasetInputRepresentationValidationError === null) {
|
|
@@ -19472,7 +19628,7 @@ const select$1a = function DatasetVersionCollectionRepresentationSelect() {
|
|
|
19472
19628
|
name: 'versions',
|
|
19473
19629
|
kind: 'Link',
|
|
19474
19630
|
plural: true,
|
|
19475
|
-
fragment: select$
|
|
19631
|
+
fragment: select$2i()
|
|
19476
19632
|
}
|
|
19477
19633
|
]
|
|
19478
19634
|
};
|
|
@@ -19578,14 +19734,14 @@ const getDatasetVersions_ConfigPropertyMetadata = [
|
|
|
19578
19734
|
generateParamConfigMetadata('datasetIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
19579
19735
|
];
|
|
19580
19736
|
const getDatasetVersions_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$y, getDatasetVersions_ConfigPropertyMetadata);
|
|
19581
|
-
const createResourceParams$y = /*#__PURE__*/ createResourceParams$
|
|
19737
|
+
const createResourceParams$y = /*#__PURE__*/ createResourceParams$12(getDatasetVersions_ConfigPropertyMetadata);
|
|
19582
19738
|
function keyBuilder$M(luvio, config) {
|
|
19583
19739
|
const resourceParams = createResourceParams$y(config);
|
|
19584
19740
|
return keyBuilder$N(luvio, resourceParams);
|
|
19585
19741
|
}
|
|
19586
19742
|
function typeCheckConfig$y(untrustedConfig) {
|
|
19587
19743
|
const config = {};
|
|
19588
|
-
typeCheckConfig$
|
|
19744
|
+
typeCheckConfig$12(untrustedConfig, config, getDatasetVersions_ConfigPropertyMetadata);
|
|
19589
19745
|
return config;
|
|
19590
19746
|
}
|
|
19591
19747
|
function validateAdapterConfig$y(untrustedConfig, configPropertyNames) {
|
|
@@ -19634,7 +19790,7 @@ function buildNetworkSnapshot$y(luvio, config, options) {
|
|
|
19634
19790
|
});
|
|
19635
19791
|
}
|
|
19636
19792
|
function buildNetworkSnapshotCachePolicy$j(context, coercedAdapterRequestContext) {
|
|
19637
|
-
return buildNetworkSnapshotCachePolicy$
|
|
19793
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$y, undefined, false);
|
|
19638
19794
|
}
|
|
19639
19795
|
function buildCachedSnapshotCachePolicy$m(context, storeLookup) {
|
|
19640
19796
|
const { luvio, config } = context;
|
|
@@ -19719,10 +19875,10 @@ const createDatasetVersion_ConfigPropertyMetadata = [
|
|
|
19719
19875
|
generateParamConfigMetadata('sourceVersion', true, 2 /* Body */, 4 /* Unsupported */),
|
|
19720
19876
|
];
|
|
19721
19877
|
const createDatasetVersion_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$x, createDatasetVersion_ConfigPropertyMetadata);
|
|
19722
|
-
const createResourceParams$x = /*#__PURE__*/ createResourceParams$
|
|
19878
|
+
const createResourceParams$x = /*#__PURE__*/ createResourceParams$12(createDatasetVersion_ConfigPropertyMetadata);
|
|
19723
19879
|
function typeCheckConfig$x(untrustedConfig) {
|
|
19724
19880
|
const config = {};
|
|
19725
|
-
typeCheckConfig$
|
|
19881
|
+
typeCheckConfig$12(untrustedConfig, config, createDatasetVersion_ConfigPropertyMetadata);
|
|
19726
19882
|
const untrustedConfig_sourceVersion = untrustedConfig.sourceVersion;
|
|
19727
19883
|
const referenceRestoreDatasetVersionInputRepresentationValidationError = validate$$(untrustedConfig_sourceVersion);
|
|
19728
19884
|
if (referenceRestoreDatasetVersionInputRepresentationValidationError === null) {
|
|
@@ -19773,10 +19929,10 @@ const createDatasetVersionAdapterFactory = (luvio) => {
|
|
|
19773
19929
|
};
|
|
19774
19930
|
|
|
19775
19931
|
function select$17(luvio, params) {
|
|
19776
|
-
return select$
|
|
19932
|
+
return select$2i();
|
|
19777
19933
|
}
|
|
19778
19934
|
function keyBuilder$L(luvio, params) {
|
|
19779
|
-
return keyBuilder$
|
|
19935
|
+
return keyBuilder$1C(luvio, {
|
|
19780
19936
|
id: params.urlParams.versionId
|
|
19781
19937
|
});
|
|
19782
19938
|
}
|
|
@@ -19832,14 +19988,14 @@ const getDatasetVersion_ConfigPropertyMetadata = [
|
|
|
19832
19988
|
generateParamConfigMetadata('versionId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
19833
19989
|
];
|
|
19834
19990
|
const getDatasetVersion_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$w, getDatasetVersion_ConfigPropertyMetadata);
|
|
19835
|
-
const createResourceParams$w = /*#__PURE__*/ createResourceParams$
|
|
19991
|
+
const createResourceParams$w = /*#__PURE__*/ createResourceParams$12(getDatasetVersion_ConfigPropertyMetadata);
|
|
19836
19992
|
function keyBuilder$K(luvio, config) {
|
|
19837
19993
|
const resourceParams = createResourceParams$w(config);
|
|
19838
19994
|
return keyBuilder$L(luvio, resourceParams);
|
|
19839
19995
|
}
|
|
19840
19996
|
function typeCheckConfig$w(untrustedConfig) {
|
|
19841
19997
|
const config = {};
|
|
19842
|
-
typeCheckConfig$
|
|
19998
|
+
typeCheckConfig$12(untrustedConfig, config, getDatasetVersion_ConfigPropertyMetadata);
|
|
19843
19999
|
return config;
|
|
19844
20000
|
}
|
|
19845
20001
|
function validateAdapterConfig$w(untrustedConfig, configPropertyNames) {
|
|
@@ -19888,7 +20044,7 @@ function buildNetworkSnapshot$w(luvio, config, options) {
|
|
|
19888
20044
|
});
|
|
19889
20045
|
}
|
|
19890
20046
|
function buildNetworkSnapshotCachePolicy$i(context, coercedAdapterRequestContext) {
|
|
19891
|
-
return buildNetworkSnapshotCachePolicy$
|
|
20047
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$w, undefined, false);
|
|
19892
20048
|
}
|
|
19893
20049
|
function buildCachedSnapshotCachePolicy$l(context, storeLookup) {
|
|
19894
20050
|
const { luvio, config } = context;
|
|
@@ -19975,7 +20131,7 @@ function validate$_(obj, path = 'DatasetVersionInputRepresentation') {
|
|
|
19975
20131
|
}
|
|
19976
20132
|
|
|
19977
20133
|
function select$16(luvio, params) {
|
|
19978
|
-
return select$
|
|
20134
|
+
return select$2i();
|
|
19979
20135
|
}
|
|
19980
20136
|
function getResponseCacheKeys$v(storeKeyMap, luvio, resourceParams, response) {
|
|
19981
20137
|
getTypeCacheKeys$F(storeKeyMap, luvio, response);
|
|
@@ -20018,10 +20174,10 @@ const updateDatasetVersion_ConfigPropertyMetadata = [
|
|
|
20018
20174
|
generateParamConfigMetadata('datasetVersion', true, 2 /* Body */, 4 /* Unsupported */),
|
|
20019
20175
|
];
|
|
20020
20176
|
const updateDatasetVersion_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$v, updateDatasetVersion_ConfigPropertyMetadata);
|
|
20021
|
-
const createResourceParams$v = /*#__PURE__*/ createResourceParams$
|
|
20177
|
+
const createResourceParams$v = /*#__PURE__*/ createResourceParams$12(updateDatasetVersion_ConfigPropertyMetadata);
|
|
20022
20178
|
function typeCheckConfig$v(untrustedConfig) {
|
|
20023
20179
|
const config = {};
|
|
20024
|
-
typeCheckConfig$
|
|
20180
|
+
typeCheckConfig$12(untrustedConfig, config, updateDatasetVersion_ConfigPropertyMetadata);
|
|
20025
20181
|
const untrustedConfig_datasetVersion = untrustedConfig.datasetVersion;
|
|
20026
20182
|
const referenceDatasetVersionInputRepresentationValidationError = validate$_(untrustedConfig_datasetVersion);
|
|
20027
20183
|
if (referenceDatasetVersionInputRepresentationValidationError === null) {
|
|
@@ -20254,12 +20410,12 @@ function normalize$h(input, existing, path, luvio, store, timestamp) {
|
|
|
20254
20410
|
return input;
|
|
20255
20411
|
}
|
|
20256
20412
|
const select$15 = function XmdRepresentationSelect() {
|
|
20257
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
20258
|
-
const { selections: XmdDatasetRepresentation__selections, opaque: XmdDatasetRepresentation__opaque, } = select$
|
|
20259
|
-
const { selections: XmdDateRepresentation__selections, opaque: XmdDateRepresentation__opaque, } = select$
|
|
20260
|
-
const { selections: XmdDimensionRepresentation__selections, opaque: XmdDimensionRepresentation__opaque, } = select$
|
|
20261
|
-
const { selections: XmdMeasureRepresentation__selections, opaque: XmdMeasureRepresentation__opaque, } = select$
|
|
20262
|
-
const { selections: XmdOrganizationRepresentation__selections, opaque: XmdOrganizationRepresentation__opaque, } = select$
|
|
20413
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
20414
|
+
const { selections: XmdDatasetRepresentation__selections, opaque: XmdDatasetRepresentation__opaque, } = select$2v();
|
|
20415
|
+
const { selections: XmdDateRepresentation__selections, opaque: XmdDateRepresentation__opaque, } = select$2t();
|
|
20416
|
+
const { selections: XmdDimensionRepresentation__selections, opaque: XmdDimensionRepresentation__opaque, } = select$2o();
|
|
20417
|
+
const { selections: XmdMeasureRepresentation__selections, opaque: XmdMeasureRepresentation__opaque, } = select$2l();
|
|
20418
|
+
const { selections: XmdOrganizationRepresentation__selections, opaque: XmdOrganizationRepresentation__opaque, } = select$2k();
|
|
20263
20419
|
return {
|
|
20264
20420
|
kind: 'Fragment',
|
|
20265
20421
|
version: VERSION$F,
|
|
@@ -20558,14 +20714,14 @@ const getXmd_ConfigPropertyMetadata = [
|
|
|
20558
20714
|
generateParamConfigMetadata('xmdType', true, 0 /* UrlParameter */, 0 /* String */),
|
|
20559
20715
|
];
|
|
20560
20716
|
const getXmd_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$u, getXmd_ConfigPropertyMetadata);
|
|
20561
|
-
const createResourceParams$u = /*#__PURE__*/ createResourceParams$
|
|
20717
|
+
const createResourceParams$u = /*#__PURE__*/ createResourceParams$12(getXmd_ConfigPropertyMetadata);
|
|
20562
20718
|
function keyBuilder$I(luvio, config) {
|
|
20563
20719
|
const resourceParams = createResourceParams$u(config);
|
|
20564
20720
|
return keyBuilder$J(luvio, resourceParams);
|
|
20565
20721
|
}
|
|
20566
20722
|
function typeCheckConfig$u(untrustedConfig) {
|
|
20567
20723
|
const config = {};
|
|
20568
|
-
typeCheckConfig$
|
|
20724
|
+
typeCheckConfig$12(untrustedConfig, config, getXmd_ConfigPropertyMetadata);
|
|
20569
20725
|
return config;
|
|
20570
20726
|
}
|
|
20571
20727
|
function validateAdapterConfig$u(untrustedConfig, configPropertyNames) {
|
|
@@ -20614,7 +20770,7 @@ function buildNetworkSnapshot$u(luvio, config, options) {
|
|
|
20614
20770
|
});
|
|
20615
20771
|
}
|
|
20616
20772
|
function buildNetworkSnapshotCachePolicy$h(context, coercedAdapterRequestContext) {
|
|
20617
|
-
return buildNetworkSnapshotCachePolicy$
|
|
20773
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$u, undefined, false);
|
|
20618
20774
|
}
|
|
20619
20775
|
function buildCachedSnapshotCachePolicy$k(context, storeLookup) {
|
|
20620
20776
|
const { luvio, config } = context;
|
|
@@ -20684,10 +20840,10 @@ const updateXmd_ConfigPropertyMetadata = [
|
|
|
20684
20840
|
generateParamConfigMetadata('xmd', true, 2 /* Body */, 4 /* Unsupported */),
|
|
20685
20841
|
];
|
|
20686
20842
|
const updateXmd_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$t, updateXmd_ConfigPropertyMetadata);
|
|
20687
|
-
const createResourceParams$t = /*#__PURE__*/ createResourceParams$
|
|
20843
|
+
const createResourceParams$t = /*#__PURE__*/ createResourceParams$12(updateXmd_ConfigPropertyMetadata);
|
|
20688
20844
|
function typeCheckConfig$t(untrustedConfig) {
|
|
20689
20845
|
const config = {};
|
|
20690
|
-
typeCheckConfig$
|
|
20846
|
+
typeCheckConfig$12(untrustedConfig, config, updateXmd_ConfigPropertyMetadata);
|
|
20691
20847
|
const untrustedConfig_xmd = untrustedConfig.xmd;
|
|
20692
20848
|
const referenceXmdInputRepresentationValidationError = validate$12(untrustedConfig_xmd);
|
|
20693
20849
|
if (referenceXmdInputRepresentationValidationError === null) {
|
|
@@ -20929,8 +21085,8 @@ function normalize$g(input, existing, path, luvio, store, timestamp) {
|
|
|
20929
21085
|
}
|
|
20930
21086
|
const select$11 = function DependencyRepresentationSelect() {
|
|
20931
21087
|
const { selections: DependencyCollectionRepresentation__selections, opaque: DependencyCollectionRepresentation__opaque, } = select$12();
|
|
20932
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
20933
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
21088
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
21089
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
20934
21090
|
return {
|
|
20935
21091
|
kind: 'Fragment',
|
|
20936
21092
|
version: VERSION$D,
|
|
@@ -21227,14 +21383,14 @@ const getDependencies_ConfigPropertyMetadata = [
|
|
|
21227
21383
|
generateParamConfigMetadata('assetId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
21228
21384
|
];
|
|
21229
21385
|
const getDependencies_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$s, getDependencies_ConfigPropertyMetadata);
|
|
21230
|
-
const createResourceParams$s = /*#__PURE__*/ createResourceParams$
|
|
21386
|
+
const createResourceParams$s = /*#__PURE__*/ createResourceParams$12(getDependencies_ConfigPropertyMetadata);
|
|
21231
21387
|
function keyBuilder$G(luvio, config) {
|
|
21232
21388
|
const resourceParams = createResourceParams$s(config);
|
|
21233
21389
|
return keyBuilder$H(luvio, resourceParams);
|
|
21234
21390
|
}
|
|
21235
21391
|
function typeCheckConfig$s(untrustedConfig) {
|
|
21236
21392
|
const config = {};
|
|
21237
|
-
typeCheckConfig$
|
|
21393
|
+
typeCheckConfig$12(untrustedConfig, config, getDependencies_ConfigPropertyMetadata);
|
|
21238
21394
|
return config;
|
|
21239
21395
|
}
|
|
21240
21396
|
function validateAdapterConfig$s(untrustedConfig, configPropertyNames) {
|
|
@@ -21283,7 +21439,7 @@ function buildNetworkSnapshot$s(luvio, config, options) {
|
|
|
21283
21439
|
});
|
|
21284
21440
|
}
|
|
21285
21441
|
function buildNetworkSnapshotCachePolicy$g(context, coercedAdapterRequestContext) {
|
|
21286
|
-
return buildNetworkSnapshotCachePolicy$
|
|
21442
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$s, undefined, false);
|
|
21287
21443
|
}
|
|
21288
21444
|
function buildCachedSnapshotCachePolicy$j(context, storeLookup) {
|
|
21289
21445
|
const { luvio, config } = context;
|
|
@@ -21398,7 +21554,7 @@ const select$$ = function WaveFolderCollectionRepresentationSelect() {
|
|
|
21398
21554
|
name: 'folders',
|
|
21399
21555
|
kind: 'Link',
|
|
21400
21556
|
plural: true,
|
|
21401
|
-
fragment: select$
|
|
21557
|
+
fragment: select$1_()
|
|
21402
21558
|
},
|
|
21403
21559
|
{
|
|
21404
21560
|
name: 'nextPageUrl',
|
|
@@ -21542,14 +21698,14 @@ const getWaveFolders_ConfigPropertyMetadata = [
|
|
|
21542
21698
|
generateParamConfigMetadata('templateSourceId', false, 1 /* QueryParameter */, 0 /* String */),
|
|
21543
21699
|
];
|
|
21544
21700
|
const getWaveFolders_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$r, getWaveFolders_ConfigPropertyMetadata);
|
|
21545
|
-
const createResourceParams$r = /*#__PURE__*/ createResourceParams$
|
|
21701
|
+
const createResourceParams$r = /*#__PURE__*/ createResourceParams$12(getWaveFolders_ConfigPropertyMetadata);
|
|
21546
21702
|
function keyBuilder$E(luvio, config) {
|
|
21547
21703
|
const resourceParams = createResourceParams$r(config);
|
|
21548
21704
|
return keyBuilder$F(luvio, resourceParams);
|
|
21549
21705
|
}
|
|
21550
21706
|
function typeCheckConfig$r(untrustedConfig) {
|
|
21551
21707
|
const config = {};
|
|
21552
|
-
typeCheckConfig$
|
|
21708
|
+
typeCheckConfig$12(untrustedConfig, config, getWaveFolders_ConfigPropertyMetadata);
|
|
21553
21709
|
return config;
|
|
21554
21710
|
}
|
|
21555
21711
|
function validateAdapterConfig$r(untrustedConfig, configPropertyNames) {
|
|
@@ -21598,7 +21754,7 @@ function buildNetworkSnapshot$r(luvio, config, options) {
|
|
|
21598
21754
|
});
|
|
21599
21755
|
}
|
|
21600
21756
|
function buildNetworkSnapshotCachePolicy$f(context, coercedAdapterRequestContext) {
|
|
21601
|
-
return buildNetworkSnapshotCachePolicy$
|
|
21757
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$r, undefined, false);
|
|
21602
21758
|
}
|
|
21603
21759
|
function buildCachedSnapshotCachePolicy$i(context, storeLookup) {
|
|
21604
21760
|
const { luvio, config } = context;
|
|
@@ -21642,7 +21798,7 @@ function validate$V(obj, path = 'WaveFolderTemplateInputRepresentation') {
|
|
|
21642
21798
|
}
|
|
21643
21799
|
|
|
21644
21800
|
function select$Z(luvio, params) {
|
|
21645
|
-
return select$
|
|
21801
|
+
return select$1_();
|
|
21646
21802
|
}
|
|
21647
21803
|
function getResponseCacheKeys$q(storeKeyMap, luvio, resourceParams, response) {
|
|
21648
21804
|
getTypeCacheKeys$y(storeKeyMap, luvio, response);
|
|
@@ -21683,7 +21839,7 @@ const createWaveFolder_ConfigPropertyMetadata = [
|
|
|
21683
21839
|
generateParamConfigMetadata('waveFolder', true, 2 /* Body */, 4 /* Unsupported */),
|
|
21684
21840
|
];
|
|
21685
21841
|
const createWaveFolder_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$q, createWaveFolder_ConfigPropertyMetadata);
|
|
21686
|
-
const createResourceParams$q = /*#__PURE__*/ createResourceParams$
|
|
21842
|
+
const createResourceParams$q = /*#__PURE__*/ createResourceParams$12(createWaveFolder_ConfigPropertyMetadata);
|
|
21687
21843
|
function typeCheckConfig$q(untrustedConfig) {
|
|
21688
21844
|
const config = {};
|
|
21689
21845
|
const untrustedConfig_waveFolder = untrustedConfig.waveFolder;
|
|
@@ -21736,7 +21892,7 @@ const createWaveFolderAdapterFactory = (luvio) => {
|
|
|
21736
21892
|
};
|
|
21737
21893
|
|
|
21738
21894
|
function keyBuilder$D(luvio, params) {
|
|
21739
|
-
return keyBuilder$
|
|
21895
|
+
return keyBuilder$1x(luvio, {
|
|
21740
21896
|
id: params.urlParams.folderId
|
|
21741
21897
|
});
|
|
21742
21898
|
}
|
|
@@ -21771,10 +21927,10 @@ const deleteWaveFolder_ConfigPropertyMetadata = [
|
|
|
21771
21927
|
generateParamConfigMetadata('folderId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
21772
21928
|
];
|
|
21773
21929
|
const deleteWaveFolder_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$p, deleteWaveFolder_ConfigPropertyMetadata);
|
|
21774
|
-
const createResourceParams$p = /*#__PURE__*/ createResourceParams$
|
|
21930
|
+
const createResourceParams$p = /*#__PURE__*/ createResourceParams$12(deleteWaveFolder_ConfigPropertyMetadata);
|
|
21775
21931
|
function typeCheckConfig$p(untrustedConfig) {
|
|
21776
21932
|
const config = {};
|
|
21777
|
-
typeCheckConfig$
|
|
21933
|
+
typeCheckConfig$12(untrustedConfig, config, deleteWaveFolder_ConfigPropertyMetadata);
|
|
21778
21934
|
return config;
|
|
21779
21935
|
}
|
|
21780
21936
|
function validateAdapterConfig$p(untrustedConfig, configPropertyNames) {
|
|
@@ -21820,10 +21976,10 @@ const deleteWaveFolderAdapterFactory = (luvio) => {
|
|
|
21820
21976
|
};
|
|
21821
21977
|
|
|
21822
21978
|
function select$Y(luvio, params) {
|
|
21823
|
-
return select$
|
|
21979
|
+
return select$1_();
|
|
21824
21980
|
}
|
|
21825
21981
|
function keyBuilder$C(luvio, params) {
|
|
21826
|
-
return keyBuilder$
|
|
21982
|
+
return keyBuilder$1x(luvio, {
|
|
21827
21983
|
id: params.urlParams.folderId
|
|
21828
21984
|
});
|
|
21829
21985
|
}
|
|
@@ -21880,14 +22036,14 @@ const getWaveFolder_ConfigPropertyMetadata = [
|
|
|
21880
22036
|
generateParamConfigMetadata('mobileOnlyFeaturedAssets', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
21881
22037
|
];
|
|
21882
22038
|
const getWaveFolder_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$o, getWaveFolder_ConfigPropertyMetadata);
|
|
21883
|
-
const createResourceParams$o = /*#__PURE__*/ createResourceParams$
|
|
22039
|
+
const createResourceParams$o = /*#__PURE__*/ createResourceParams$12(getWaveFolder_ConfigPropertyMetadata);
|
|
21884
22040
|
function keyBuilder$B(luvio, config) {
|
|
21885
22041
|
const resourceParams = createResourceParams$o(config);
|
|
21886
22042
|
return keyBuilder$C(luvio, resourceParams);
|
|
21887
22043
|
}
|
|
21888
22044
|
function typeCheckConfig$o(untrustedConfig) {
|
|
21889
22045
|
const config = {};
|
|
21890
|
-
typeCheckConfig$
|
|
22046
|
+
typeCheckConfig$12(untrustedConfig, config, getWaveFolder_ConfigPropertyMetadata);
|
|
21891
22047
|
return config;
|
|
21892
22048
|
}
|
|
21893
22049
|
function validateAdapterConfig$o(untrustedConfig, configPropertyNames) {
|
|
@@ -21936,7 +22092,7 @@ function buildNetworkSnapshot$o(luvio, config, options) {
|
|
|
21936
22092
|
});
|
|
21937
22093
|
}
|
|
21938
22094
|
function buildNetworkSnapshotCachePolicy$e(context, coercedAdapterRequestContext) {
|
|
21939
|
-
return buildNetworkSnapshotCachePolicy$
|
|
22095
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$o, undefined, false);
|
|
21940
22096
|
}
|
|
21941
22097
|
function buildCachedSnapshotCachePolicy$h(context, storeLookup) {
|
|
21942
22098
|
const { luvio, config } = context;
|
|
@@ -21980,7 +22136,7 @@ function validate$U(obj, path = 'WaveFolderInputRepresentation') {
|
|
|
21980
22136
|
}
|
|
21981
22137
|
|
|
21982
22138
|
function select$X(luvio, params) {
|
|
21983
|
-
return select$
|
|
22139
|
+
return select$1_();
|
|
21984
22140
|
}
|
|
21985
22141
|
function getResponseCacheKeys$n(storeKeyMap, luvio, resourceParams, response) {
|
|
21986
22142
|
getTypeCacheKeys$y(storeKeyMap, luvio, response);
|
|
@@ -22022,10 +22178,10 @@ const updatePartialWaveFolder_ConfigPropertyMetadata = [
|
|
|
22022
22178
|
generateParamConfigMetadata('folder', true, 2 /* Body */, 4 /* Unsupported */),
|
|
22023
22179
|
];
|
|
22024
22180
|
const updatePartialWaveFolder_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$n, updatePartialWaveFolder_ConfigPropertyMetadata);
|
|
22025
|
-
const createResourceParams$n = /*#__PURE__*/ createResourceParams$
|
|
22181
|
+
const createResourceParams$n = /*#__PURE__*/ createResourceParams$12(updatePartialWaveFolder_ConfigPropertyMetadata);
|
|
22026
22182
|
function typeCheckConfig$n(untrustedConfig) {
|
|
22027
22183
|
const config = {};
|
|
22028
|
-
typeCheckConfig$
|
|
22184
|
+
typeCheckConfig$12(untrustedConfig, config, updatePartialWaveFolder_ConfigPropertyMetadata);
|
|
22029
22185
|
const untrustedConfig_folder = untrustedConfig.folder;
|
|
22030
22186
|
const referenceWaveFolderInputRepresentationValidationError = validate$U(untrustedConfig_folder);
|
|
22031
22187
|
if (referenceWaveFolderInputRepresentationValidationError === null) {
|
|
@@ -22076,7 +22232,7 @@ const updatePartialWaveFolderAdapterFactory = (luvio) => {
|
|
|
22076
22232
|
};
|
|
22077
22233
|
|
|
22078
22234
|
function select$W(luvio, params) {
|
|
22079
|
-
return select$
|
|
22235
|
+
return select$1_();
|
|
22080
22236
|
}
|
|
22081
22237
|
function getResponseCacheKeys$m(storeKeyMap, luvio, resourceParams, response) {
|
|
22082
22238
|
getTypeCacheKeys$y(storeKeyMap, luvio, response);
|
|
@@ -22118,10 +22274,10 @@ const updateWaveFolder_ConfigPropertyMetadata = [
|
|
|
22118
22274
|
generateParamConfigMetadata('folder', true, 2 /* Body */, 4 /* Unsupported */),
|
|
22119
22275
|
];
|
|
22120
22276
|
const updateWaveFolder_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$m, updateWaveFolder_ConfigPropertyMetadata);
|
|
22121
|
-
const createResourceParams$m = /*#__PURE__*/ createResourceParams$
|
|
22277
|
+
const createResourceParams$m = /*#__PURE__*/ createResourceParams$12(updateWaveFolder_ConfigPropertyMetadata);
|
|
22122
22278
|
function typeCheckConfig$m(untrustedConfig) {
|
|
22123
22279
|
const config = {};
|
|
22124
|
-
typeCheckConfig$
|
|
22280
|
+
typeCheckConfig$12(untrustedConfig, config, updateWaveFolder_ConfigPropertyMetadata);
|
|
22125
22281
|
const untrustedConfig_folder = untrustedConfig.folder;
|
|
22126
22282
|
const referenceWaveFolderInputRepresentationValidationError = validate$U(untrustedConfig_folder);
|
|
22127
22283
|
if (referenceWaveFolderInputRepresentationValidationError === null) {
|
|
@@ -22206,7 +22362,7 @@ function validate$T(obj, path = 'WaveAnalyticsLimitRepresentation') {
|
|
|
22206
22362
|
return v_error === undefined ? null : v_error;
|
|
22207
22363
|
}
|
|
22208
22364
|
const select$V = function WaveAnalyticsLimitRepresentationSelect() {
|
|
22209
|
-
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$
|
|
22365
|
+
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$2g();
|
|
22210
22366
|
return {
|
|
22211
22367
|
kind: 'Fragment',
|
|
22212
22368
|
version: VERSION$B,
|
|
@@ -22430,14 +22586,14 @@ const getAnalyticsLimits_ConfigPropertyMetadata = [
|
|
|
22430
22586
|
generateParamConfigMetadata('types', false, 1 /* QueryParameter */, 0 /* String */, true),
|
|
22431
22587
|
];
|
|
22432
22588
|
const getAnalyticsLimits_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$l, getAnalyticsLimits_ConfigPropertyMetadata);
|
|
22433
|
-
const createResourceParams$l = /*#__PURE__*/ createResourceParams$
|
|
22589
|
+
const createResourceParams$l = /*#__PURE__*/ createResourceParams$12(getAnalyticsLimits_ConfigPropertyMetadata);
|
|
22434
22590
|
function keyBuilder$z(luvio, config) {
|
|
22435
22591
|
const resourceParams = createResourceParams$l(config);
|
|
22436
22592
|
return keyBuilder$A(luvio, resourceParams);
|
|
22437
22593
|
}
|
|
22438
22594
|
function typeCheckConfig$l(untrustedConfig) {
|
|
22439
22595
|
const config = {};
|
|
22440
|
-
typeCheckConfig$
|
|
22596
|
+
typeCheckConfig$12(untrustedConfig, config, getAnalyticsLimits_ConfigPropertyMetadata);
|
|
22441
22597
|
return config;
|
|
22442
22598
|
}
|
|
22443
22599
|
function validateAdapterConfig$l(untrustedConfig, configPropertyNames) {
|
|
@@ -22486,7 +22642,7 @@ function buildNetworkSnapshot$l(luvio, config, options) {
|
|
|
22486
22642
|
});
|
|
22487
22643
|
}
|
|
22488
22644
|
function buildNetworkSnapshotCachePolicy$d(context, coercedAdapterRequestContext) {
|
|
22489
|
-
return buildNetworkSnapshotCachePolicy$
|
|
22645
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$l, undefined, false);
|
|
22490
22646
|
}
|
|
22491
22647
|
function buildCachedSnapshotCachePolicy$g(context, storeLookup) {
|
|
22492
22648
|
const { luvio, config } = context;
|
|
@@ -22841,7 +22997,7 @@ const executeQuery_ConfigPropertyMetadata = [
|
|
|
22841
22997
|
generateParamConfigMetadata('query', true, 2 /* Body */, 4 /* Unsupported */),
|
|
22842
22998
|
];
|
|
22843
22999
|
const executeQuery_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$k, executeQuery_ConfigPropertyMetadata);
|
|
22844
|
-
const createResourceParams$k = /*#__PURE__*/ createResourceParams$
|
|
23000
|
+
const createResourceParams$k = /*#__PURE__*/ createResourceParams$12(executeQuery_ConfigPropertyMetadata);
|
|
22845
23001
|
function keyBuilder$x(luvio, config) {
|
|
22846
23002
|
const resourceParams = createResourceParams$k(config);
|
|
22847
23003
|
return keyBuilder$y(luvio, resourceParams);
|
|
@@ -22901,7 +23057,7 @@ function buildNetworkSnapshot$k(luvio, config, options) {
|
|
|
22901
23057
|
});
|
|
22902
23058
|
}
|
|
22903
23059
|
function buildNetworkSnapshotCachePolicy$c(context, coercedAdapterRequestContext) {
|
|
22904
|
-
return buildNetworkSnapshotCachePolicy$
|
|
23060
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$k, 'get', false);
|
|
22905
23061
|
}
|
|
22906
23062
|
function buildCachedSnapshotCachePolicy$f(context, storeLookup) {
|
|
22907
23063
|
const { luvio, config } = context;
|
|
@@ -23117,14 +23273,14 @@ const getRecipes_ConfigPropertyMetadata = [
|
|
|
23117
23273
|
generateParamConfigMetadata('status', false, 1 /* QueryParameter */, 0 /* String */, true),
|
|
23118
23274
|
];
|
|
23119
23275
|
const getRecipes_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$j, getRecipes_ConfigPropertyMetadata);
|
|
23120
|
-
const createResourceParams$j = /*#__PURE__*/ createResourceParams$
|
|
23276
|
+
const createResourceParams$j = /*#__PURE__*/ createResourceParams$12(getRecipes_ConfigPropertyMetadata);
|
|
23121
23277
|
function keyBuilder$v(luvio, config) {
|
|
23122
23278
|
const resourceParams = createResourceParams$j(config);
|
|
23123
23279
|
return keyBuilder$w(luvio, resourceParams);
|
|
23124
23280
|
}
|
|
23125
23281
|
function typeCheckConfig$j(untrustedConfig) {
|
|
23126
23282
|
const config = {};
|
|
23127
|
-
typeCheckConfig$
|
|
23283
|
+
typeCheckConfig$12(untrustedConfig, config, getRecipes_ConfigPropertyMetadata);
|
|
23128
23284
|
return config;
|
|
23129
23285
|
}
|
|
23130
23286
|
function validateAdapterConfig$j(untrustedConfig, configPropertyNames) {
|
|
@@ -23173,7 +23329,7 @@ function buildNetworkSnapshot$j(luvio, config, options) {
|
|
|
23173
23329
|
});
|
|
23174
23330
|
}
|
|
23175
23331
|
function buildNetworkSnapshotCachePolicy$b(context, coercedAdapterRequestContext) {
|
|
23176
|
-
return buildNetworkSnapshotCachePolicy$
|
|
23332
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$j, undefined, false);
|
|
23177
23333
|
}
|
|
23178
23334
|
function buildCachedSnapshotCachePolicy$e(context, storeLookup) {
|
|
23179
23335
|
const { luvio, config } = context;
|
|
@@ -23199,10 +23355,10 @@ const getRecipesAdapterFactory = (luvio) => function WAVE__getRecipes(untrustedC
|
|
|
23199
23355
|
};
|
|
23200
23356
|
|
|
23201
23357
|
function select$N(luvio, params) {
|
|
23202
|
-
return select$
|
|
23358
|
+
return select$2d();
|
|
23203
23359
|
}
|
|
23204
23360
|
function keyBuilder$u(luvio, params) {
|
|
23205
|
-
return keyBuilder$
|
|
23361
|
+
return keyBuilder$1B(luvio, {
|
|
23206
23362
|
id: params.urlParams.id
|
|
23207
23363
|
});
|
|
23208
23364
|
}
|
|
@@ -23258,14 +23414,14 @@ const getRecipe_ConfigPropertyMetadata = [
|
|
|
23258
23414
|
generateParamConfigMetadata('format', false, 1 /* QueryParameter */, 0 /* String */),
|
|
23259
23415
|
];
|
|
23260
23416
|
const getRecipe_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$i, getRecipe_ConfigPropertyMetadata);
|
|
23261
|
-
const createResourceParams$i = /*#__PURE__*/ createResourceParams$
|
|
23417
|
+
const createResourceParams$i = /*#__PURE__*/ createResourceParams$12(getRecipe_ConfigPropertyMetadata);
|
|
23262
23418
|
function keyBuilder$t(luvio, config) {
|
|
23263
23419
|
const resourceParams = createResourceParams$i(config);
|
|
23264
23420
|
return keyBuilder$u(luvio, resourceParams);
|
|
23265
23421
|
}
|
|
23266
23422
|
function typeCheckConfig$i(untrustedConfig) {
|
|
23267
23423
|
const config = {};
|
|
23268
|
-
typeCheckConfig$
|
|
23424
|
+
typeCheckConfig$12(untrustedConfig, config, getRecipe_ConfigPropertyMetadata);
|
|
23269
23425
|
return config;
|
|
23270
23426
|
}
|
|
23271
23427
|
function validateAdapterConfig$i(untrustedConfig, configPropertyNames) {
|
|
@@ -23314,7 +23470,7 @@ function buildNetworkSnapshot$i(luvio, config, options) {
|
|
|
23314
23470
|
});
|
|
23315
23471
|
}
|
|
23316
23472
|
function buildNetworkSnapshotCachePolicy$a(context, coercedAdapterRequestContext) {
|
|
23317
|
-
return buildNetworkSnapshotCachePolicy$
|
|
23473
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$i, undefined, false);
|
|
23318
23474
|
}
|
|
23319
23475
|
function buildCachedSnapshotCachePolicy$d(context, storeLookup) {
|
|
23320
23476
|
const { luvio, config } = context;
|
|
@@ -23340,7 +23496,7 @@ const getRecipeAdapterFactory = (luvio) => function WAVE__getRecipe(untrustedCon
|
|
|
23340
23496
|
};
|
|
23341
23497
|
|
|
23342
23498
|
function keyBuilder$s(luvio, params) {
|
|
23343
|
-
return keyBuilder$
|
|
23499
|
+
return keyBuilder$1B(luvio, {
|
|
23344
23500
|
id: params.urlParams.id
|
|
23345
23501
|
});
|
|
23346
23502
|
}
|
|
@@ -23375,10 +23531,10 @@ const deleteRecipe_ConfigPropertyMetadata = [
|
|
|
23375
23531
|
generateParamConfigMetadata('id', true, 0 /* UrlParameter */, 0 /* String */),
|
|
23376
23532
|
];
|
|
23377
23533
|
const deleteRecipe_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$h, deleteRecipe_ConfigPropertyMetadata);
|
|
23378
|
-
const createResourceParams$h = /*#__PURE__*/ createResourceParams$
|
|
23534
|
+
const createResourceParams$h = /*#__PURE__*/ createResourceParams$12(deleteRecipe_ConfigPropertyMetadata);
|
|
23379
23535
|
function typeCheckConfig$h(untrustedConfig) {
|
|
23380
23536
|
const config = {};
|
|
23381
|
-
typeCheckConfig$
|
|
23537
|
+
typeCheckConfig$12(untrustedConfig, config, deleteRecipe_ConfigPropertyMetadata);
|
|
23382
23538
|
return config;
|
|
23383
23539
|
}
|
|
23384
23540
|
function validateAdapterConfig$h(untrustedConfig, configPropertyNames) {
|
|
@@ -23901,7 +24057,7 @@ function validate$C(obj, path = 'RecipeInputRepresentation') {
|
|
|
23901
24057
|
}
|
|
23902
24058
|
|
|
23903
24059
|
function select$M(luvio, params) {
|
|
23904
|
-
return select$
|
|
24060
|
+
return select$2d();
|
|
23905
24061
|
}
|
|
23906
24062
|
function getResponseCacheKeys$g(storeKeyMap, luvio, resourceParams, response) {
|
|
23907
24063
|
getTypeCacheKeys$E(storeKeyMap, luvio, response);
|
|
@@ -23945,10 +24101,10 @@ const updateRecipe_ConfigPropertyMetadata = [
|
|
|
23945
24101
|
generateParamConfigMetadata('recipeObject', true, 2 /* Body */, 4 /* Unsupported */),
|
|
23946
24102
|
];
|
|
23947
24103
|
const updateRecipe_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$g, updateRecipe_ConfigPropertyMetadata);
|
|
23948
|
-
const createResourceParams$g = /*#__PURE__*/ createResourceParams$
|
|
24104
|
+
const createResourceParams$g = /*#__PURE__*/ createResourceParams$12(updateRecipe_ConfigPropertyMetadata);
|
|
23949
24105
|
function typeCheckConfig$g(untrustedConfig) {
|
|
23950
24106
|
const config = {};
|
|
23951
|
-
typeCheckConfig$
|
|
24107
|
+
typeCheckConfig$12(untrustedConfig, config, updateRecipe_ConfigPropertyMetadata);
|
|
23952
24108
|
const untrustedConfig_recipeObject = untrustedConfig.recipeObject;
|
|
23953
24109
|
const referenceRecipeInputRepresentationValidationError = validate$C(untrustedConfig_recipeObject);
|
|
23954
24110
|
if (referenceRecipeInputRepresentationValidationError === null) {
|
|
@@ -24042,7 +24198,7 @@ function normalize$a(input, existing, path, luvio, store, timestamp) {
|
|
|
24042
24198
|
return input;
|
|
24043
24199
|
}
|
|
24044
24200
|
const select$L = function RecipeNotificationRepresentationSelect() {
|
|
24045
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
24201
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
24046
24202
|
return {
|
|
24047
24203
|
kind: 'Fragment',
|
|
24048
24204
|
version: VERSION$w,
|
|
@@ -24172,14 +24328,14 @@ const getRecipeNotification_ConfigPropertyMetadata = [
|
|
|
24172
24328
|
generateParamConfigMetadata('id', true, 0 /* UrlParameter */, 0 /* String */),
|
|
24173
24329
|
];
|
|
24174
24330
|
const getRecipeNotification_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$f, getRecipeNotification_ConfigPropertyMetadata);
|
|
24175
|
-
const createResourceParams$f = /*#__PURE__*/ createResourceParams$
|
|
24331
|
+
const createResourceParams$f = /*#__PURE__*/ createResourceParams$12(getRecipeNotification_ConfigPropertyMetadata);
|
|
24176
24332
|
function keyBuilder$p(luvio, config) {
|
|
24177
24333
|
const resourceParams = createResourceParams$f(config);
|
|
24178
24334
|
return keyBuilder$q(luvio, resourceParams);
|
|
24179
24335
|
}
|
|
24180
24336
|
function typeCheckConfig$f(untrustedConfig) {
|
|
24181
24337
|
const config = {};
|
|
24182
|
-
typeCheckConfig$
|
|
24338
|
+
typeCheckConfig$12(untrustedConfig, config, getRecipeNotification_ConfigPropertyMetadata);
|
|
24183
24339
|
return config;
|
|
24184
24340
|
}
|
|
24185
24341
|
function validateAdapterConfig$f(untrustedConfig, configPropertyNames) {
|
|
@@ -24228,7 +24384,7 @@ function buildNetworkSnapshot$f(luvio, config, options) {
|
|
|
24228
24384
|
});
|
|
24229
24385
|
}
|
|
24230
24386
|
function buildNetworkSnapshotCachePolicy$9(context, coercedAdapterRequestContext) {
|
|
24231
|
-
return buildNetworkSnapshotCachePolicy$
|
|
24387
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$f, undefined, false);
|
|
24232
24388
|
}
|
|
24233
24389
|
function buildCachedSnapshotCachePolicy$c(context, storeLookup) {
|
|
24234
24390
|
const { luvio, config } = context;
|
|
@@ -24338,10 +24494,10 @@ const updateRecipeNotification_ConfigPropertyMetadata = [
|
|
|
24338
24494
|
generateParamConfigMetadata('recipeNotification', true, 2 /* Body */, 4 /* Unsupported */),
|
|
24339
24495
|
];
|
|
24340
24496
|
const updateRecipeNotification_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$e, updateRecipeNotification_ConfigPropertyMetadata);
|
|
24341
|
-
const createResourceParams$e = /*#__PURE__*/ createResourceParams$
|
|
24497
|
+
const createResourceParams$e = /*#__PURE__*/ createResourceParams$12(updateRecipeNotification_ConfigPropertyMetadata);
|
|
24342
24498
|
function typeCheckConfig$e(untrustedConfig) {
|
|
24343
24499
|
const config = {};
|
|
24344
|
-
typeCheckConfig$
|
|
24500
|
+
typeCheckConfig$12(untrustedConfig, config, updateRecipeNotification_ConfigPropertyMetadata);
|
|
24345
24501
|
const untrustedConfig_recipeNotification = untrustedConfig.recipeNotification;
|
|
24346
24502
|
const referenceRecipeNotificationInputRepresentationValidationError = validate$A(untrustedConfig_recipeNotification);
|
|
24347
24503
|
if (referenceRecipeNotificationInputRepresentationValidationError === null) {
|
|
@@ -24850,10 +25006,10 @@ function normalize$9(input, existing, path, luvio, store, timestamp) {
|
|
|
24850
25006
|
return input;
|
|
24851
25007
|
}
|
|
24852
25008
|
const select$G = function ReplicatedDatasetConnectorRepresentationSelect() {
|
|
24853
|
-
const { selections: ConnectionPropertyValueRepresentation__selections, opaque: ConnectionPropertyValueRepresentation__opaque, } = select$
|
|
24854
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
24855
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
24856
|
-
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$
|
|
25009
|
+
const { selections: ConnectionPropertyValueRepresentation__selections, opaque: ConnectionPropertyValueRepresentation__opaque, } = select$1Y();
|
|
25010
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
25011
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
25012
|
+
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$2A();
|
|
24857
25013
|
return {
|
|
24858
25014
|
kind: 'Fragment',
|
|
24859
25015
|
version: VERSION$t,
|
|
@@ -25598,9 +25754,9 @@ function normalize$8(input, existing, path, luvio, store, timestamp) {
|
|
|
25598
25754
|
}
|
|
25599
25755
|
const select$F = function ReplicatedDatasetRepresentationSelect() {
|
|
25600
25756
|
const { selections: AdvancedPropertyValueRepresentation__selections, opaque: AdvancedPropertyValueRepresentation__opaque, } = select$I();
|
|
25601
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
25757
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
25602
25758
|
const { selections: OutputSourceRepresentation__selections, opaque: OutputSourceRepresentation__opaque, } = select$H();
|
|
25603
|
-
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$
|
|
25759
|
+
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$2A();
|
|
25604
25760
|
return {
|
|
25605
25761
|
kind: 'Fragment',
|
|
25606
25762
|
version: VERSION$s,
|
|
@@ -26345,14 +26501,14 @@ const getReplicatedDatasets_ConfigPropertyMetadata = [
|
|
|
26345
26501
|
generateParamConfigMetadata('includeLive', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
26346
26502
|
];
|
|
26347
26503
|
const getReplicatedDatasets_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$d, getReplicatedDatasets_ConfigPropertyMetadata);
|
|
26348
|
-
const createResourceParams$d = /*#__PURE__*/ createResourceParams$
|
|
26504
|
+
const createResourceParams$d = /*#__PURE__*/ createResourceParams$12(getReplicatedDatasets_ConfigPropertyMetadata);
|
|
26349
26505
|
function keyBuilder$m(luvio, config) {
|
|
26350
26506
|
const resourceParams = createResourceParams$d(config);
|
|
26351
26507
|
return keyBuilder$n(luvio, resourceParams);
|
|
26352
26508
|
}
|
|
26353
26509
|
function typeCheckConfig$d(untrustedConfig) {
|
|
26354
26510
|
const config = {};
|
|
26355
|
-
typeCheckConfig$
|
|
26511
|
+
typeCheckConfig$12(untrustedConfig, config, getReplicatedDatasets_ConfigPropertyMetadata);
|
|
26356
26512
|
return config;
|
|
26357
26513
|
}
|
|
26358
26514
|
function validateAdapterConfig$d(untrustedConfig, configPropertyNames) {
|
|
@@ -26401,7 +26557,7 @@ function buildNetworkSnapshot$d(luvio, config, options) {
|
|
|
26401
26557
|
});
|
|
26402
26558
|
}
|
|
26403
26559
|
function buildNetworkSnapshotCachePolicy$8(context, coercedAdapterRequestContext) {
|
|
26404
|
-
return buildNetworkSnapshotCachePolicy$
|
|
26560
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$d, undefined, false);
|
|
26405
26561
|
}
|
|
26406
26562
|
function buildCachedSnapshotCachePolicy$b(context, storeLookup) {
|
|
26407
26563
|
const { luvio, config } = context;
|
|
@@ -26549,7 +26705,7 @@ const createReplicatedDataset_ConfigPropertyMetadata = [
|
|
|
26549
26705
|
generateParamConfigMetadata('replicatedDataset', true, 2 /* Body */, 4 /* Unsupported */),
|
|
26550
26706
|
];
|
|
26551
26707
|
const createReplicatedDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$c, createReplicatedDataset_ConfigPropertyMetadata);
|
|
26552
|
-
const createResourceParams$c = /*#__PURE__*/ createResourceParams$
|
|
26708
|
+
const createResourceParams$c = /*#__PURE__*/ createResourceParams$12(createReplicatedDataset_ConfigPropertyMetadata);
|
|
26553
26709
|
function typeCheckConfig$c(untrustedConfig) {
|
|
26554
26710
|
const config = {};
|
|
26555
26711
|
const untrustedConfig_replicatedDataset = untrustedConfig.replicatedDataset;
|
|
@@ -26637,10 +26793,10 @@ const deleteReplicatedDataset_ConfigPropertyMetadata = [
|
|
|
26637
26793
|
generateParamConfigMetadata('id', true, 0 /* UrlParameter */, 0 /* String */),
|
|
26638
26794
|
];
|
|
26639
26795
|
const deleteReplicatedDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$b, deleteReplicatedDataset_ConfigPropertyMetadata);
|
|
26640
|
-
const createResourceParams$b = /*#__PURE__*/ createResourceParams$
|
|
26796
|
+
const createResourceParams$b = /*#__PURE__*/ createResourceParams$12(deleteReplicatedDataset_ConfigPropertyMetadata);
|
|
26641
26797
|
function typeCheckConfig$b(untrustedConfig) {
|
|
26642
26798
|
const config = {};
|
|
26643
|
-
typeCheckConfig$
|
|
26799
|
+
typeCheckConfig$12(untrustedConfig, config, deleteReplicatedDataset_ConfigPropertyMetadata);
|
|
26644
26800
|
return config;
|
|
26645
26801
|
}
|
|
26646
26802
|
function validateAdapterConfig$b(untrustedConfig, configPropertyNames) {
|
|
@@ -26744,14 +26900,14 @@ const getReplicatedDataset_ConfigPropertyMetadata = [
|
|
|
26744
26900
|
generateParamConfigMetadata('id', true, 0 /* UrlParameter */, 0 /* String */),
|
|
26745
26901
|
];
|
|
26746
26902
|
const getReplicatedDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$a, getReplicatedDataset_ConfigPropertyMetadata);
|
|
26747
|
-
const createResourceParams$a = /*#__PURE__*/ createResourceParams$
|
|
26903
|
+
const createResourceParams$a = /*#__PURE__*/ createResourceParams$12(getReplicatedDataset_ConfigPropertyMetadata);
|
|
26748
26904
|
function keyBuilder$j(luvio, config) {
|
|
26749
26905
|
const resourceParams = createResourceParams$a(config);
|
|
26750
26906
|
return keyBuilder$k(luvio, resourceParams);
|
|
26751
26907
|
}
|
|
26752
26908
|
function typeCheckConfig$a(untrustedConfig) {
|
|
26753
26909
|
const config = {};
|
|
26754
|
-
typeCheckConfig$
|
|
26910
|
+
typeCheckConfig$12(untrustedConfig, config, getReplicatedDataset_ConfigPropertyMetadata);
|
|
26755
26911
|
return config;
|
|
26756
26912
|
}
|
|
26757
26913
|
function validateAdapterConfig$a(untrustedConfig, configPropertyNames) {
|
|
@@ -26800,7 +26956,7 @@ function buildNetworkSnapshot$a(luvio, config, options) {
|
|
|
26800
26956
|
});
|
|
26801
26957
|
}
|
|
26802
26958
|
function buildNetworkSnapshotCachePolicy$7(context, coercedAdapterRequestContext) {
|
|
26803
|
-
return buildNetworkSnapshotCachePolicy$
|
|
26959
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$a, undefined, false);
|
|
26804
26960
|
}
|
|
26805
26961
|
function buildCachedSnapshotCachePolicy$a(context, storeLookup) {
|
|
26806
26962
|
const { luvio, config } = context;
|
|
@@ -26868,10 +27024,10 @@ const updateReplicatedDataset_ConfigPropertyMetadata = [
|
|
|
26868
27024
|
generateParamConfigMetadata('replicatedDataset', true, 2 /* Body */, 4 /* Unsupported */),
|
|
26869
27025
|
];
|
|
26870
27026
|
const updateReplicatedDataset_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$9, updateReplicatedDataset_ConfigPropertyMetadata);
|
|
26871
|
-
const createResourceParams$9 = /*#__PURE__*/ createResourceParams$
|
|
27027
|
+
const createResourceParams$9 = /*#__PURE__*/ createResourceParams$12(updateReplicatedDataset_ConfigPropertyMetadata);
|
|
26872
27028
|
function typeCheckConfig$9(untrustedConfig) {
|
|
26873
27029
|
const config = {};
|
|
26874
|
-
typeCheckConfig$
|
|
27030
|
+
typeCheckConfig$12(untrustedConfig, config, updateReplicatedDataset_ConfigPropertyMetadata);
|
|
26875
27031
|
const untrustedConfig_replicatedDataset = untrustedConfig.replicatedDataset;
|
|
26876
27032
|
const referenceReplicatedDatasetInputRepresentationValidationError = validate$u(untrustedConfig_replicatedDataset);
|
|
26877
27033
|
if (referenceReplicatedDatasetInputRepresentationValidationError === null) {
|
|
@@ -26973,8 +27129,8 @@ function normalize$6(input, existing, path, luvio, store, timestamp) {
|
|
|
26973
27129
|
return input;
|
|
26974
27130
|
}
|
|
26975
27131
|
const select$z = function ReplicatedFieldCollectionRepresentationSelect() {
|
|
26976
|
-
const { selections: ReplicatedFieldRepresentation__selections, opaque: ReplicatedFieldRepresentation__opaque, } = select$
|
|
26977
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
27132
|
+
const { selections: ReplicatedFieldRepresentation__selections, opaque: ReplicatedFieldRepresentation__opaque, } = select$1L();
|
|
27133
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
26978
27134
|
return {
|
|
26979
27135
|
kind: 'Fragment',
|
|
26980
27136
|
version: VERSION$q,
|
|
@@ -27102,14 +27258,14 @@ const getReplicatedFields_ConfigPropertyMetadata = [
|
|
|
27102
27258
|
generateParamConfigMetadata('id', true, 0 /* UrlParameter */, 0 /* String */),
|
|
27103
27259
|
];
|
|
27104
27260
|
const getReplicatedFields_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$8, getReplicatedFields_ConfigPropertyMetadata);
|
|
27105
|
-
const createResourceParams$8 = /*#__PURE__*/ createResourceParams$
|
|
27261
|
+
const createResourceParams$8 = /*#__PURE__*/ createResourceParams$12(getReplicatedFields_ConfigPropertyMetadata);
|
|
27106
27262
|
function keyBuilder$g(luvio, config) {
|
|
27107
27263
|
const resourceParams = createResourceParams$8(config);
|
|
27108
27264
|
return keyBuilder$h(luvio, resourceParams);
|
|
27109
27265
|
}
|
|
27110
27266
|
function typeCheckConfig$8(untrustedConfig) {
|
|
27111
27267
|
const config = {};
|
|
27112
|
-
typeCheckConfig$
|
|
27268
|
+
typeCheckConfig$12(untrustedConfig, config, getReplicatedFields_ConfigPropertyMetadata);
|
|
27113
27269
|
return config;
|
|
27114
27270
|
}
|
|
27115
27271
|
function validateAdapterConfig$8(untrustedConfig, configPropertyNames) {
|
|
@@ -27158,7 +27314,7 @@ function buildNetworkSnapshot$8(luvio, config, options) {
|
|
|
27158
27314
|
});
|
|
27159
27315
|
}
|
|
27160
27316
|
function buildNetworkSnapshotCachePolicy$6(context, coercedAdapterRequestContext) {
|
|
27161
|
-
return buildNetworkSnapshotCachePolicy$
|
|
27317
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$8, undefined, false);
|
|
27162
27318
|
}
|
|
27163
27319
|
function buildCachedSnapshotCachePolicy$9(context, storeLookup) {
|
|
27164
27320
|
const { luvio, config } = context;
|
|
@@ -27243,14 +27399,14 @@ const getReplicatedFieldsWithAdvancedProps_ConfigPropertyMetadata = [
|
|
|
27243
27399
|
generateParamConfigMetadata('sourceObjectParam', true, 2 /* Body */, 4 /* Unsupported */),
|
|
27244
27400
|
];
|
|
27245
27401
|
const getReplicatedFieldsWithAdvancedProps_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$7, getReplicatedFieldsWithAdvancedProps_ConfigPropertyMetadata);
|
|
27246
|
-
const createResourceParams$7 = /*#__PURE__*/ createResourceParams$
|
|
27402
|
+
const createResourceParams$7 = /*#__PURE__*/ createResourceParams$12(getReplicatedFieldsWithAdvancedProps_ConfigPropertyMetadata);
|
|
27247
27403
|
function keyBuilder$e(luvio, config) {
|
|
27248
27404
|
const resourceParams = createResourceParams$7(config);
|
|
27249
27405
|
return keyBuilder$f(luvio, resourceParams);
|
|
27250
27406
|
}
|
|
27251
27407
|
function typeCheckConfig$7(untrustedConfig) {
|
|
27252
27408
|
const config = {};
|
|
27253
|
-
typeCheckConfig$
|
|
27409
|
+
typeCheckConfig$12(untrustedConfig, config, getReplicatedFieldsWithAdvancedProps_ConfigPropertyMetadata);
|
|
27254
27410
|
const untrustedConfig_sourceObjectParam = untrustedConfig.sourceObjectParam;
|
|
27255
27411
|
const referenceSourceObjectDataInputRepresentationValidationError = validate$1K(untrustedConfig_sourceObjectParam);
|
|
27256
27412
|
if (referenceSourceObjectDataInputRepresentationValidationError === null) {
|
|
@@ -27304,7 +27460,7 @@ function buildNetworkSnapshot$7(luvio, config, options) {
|
|
|
27304
27460
|
});
|
|
27305
27461
|
}
|
|
27306
27462
|
function buildNetworkSnapshotCachePolicy$5(context, coercedAdapterRequestContext) {
|
|
27307
|
-
return buildNetworkSnapshotCachePolicy$
|
|
27463
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$7, 'get', false);
|
|
27308
27464
|
}
|
|
27309
27465
|
function buildCachedSnapshotCachePolicy$8(context, storeLookup) {
|
|
27310
27466
|
const { luvio, config } = context;
|
|
@@ -27403,10 +27559,10 @@ const updateReplicatedFields_ConfigPropertyMetadata = [
|
|
|
27403
27559
|
generateParamConfigMetadata('replicatedFields', true, 2 /* Body */, 4 /* Unsupported */),
|
|
27404
27560
|
];
|
|
27405
27561
|
const updateReplicatedFields_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$6, updateReplicatedFields_ConfigPropertyMetadata);
|
|
27406
|
-
const createResourceParams$6 = /*#__PURE__*/ createResourceParams$
|
|
27562
|
+
const createResourceParams$6 = /*#__PURE__*/ createResourceParams$12(updateReplicatedFields_ConfigPropertyMetadata);
|
|
27407
27563
|
function typeCheckConfig$6(untrustedConfig) {
|
|
27408
27564
|
const config = {};
|
|
27409
|
-
typeCheckConfig$
|
|
27565
|
+
typeCheckConfig$12(untrustedConfig, config, updateReplicatedFields_ConfigPropertyMetadata);
|
|
27410
27566
|
const untrustedConfig_replicatedFields = untrustedConfig.replicatedFields;
|
|
27411
27567
|
const referenceReplicatedFieldCollectionInputRepresentationValidationError = validate$s(untrustedConfig_replicatedFields);
|
|
27412
27568
|
if (referenceReplicatedFieldCollectionInputRepresentationValidationError === null) {
|
|
@@ -27484,7 +27640,7 @@ function validate$r(obj, path = 'DatasetVersionReferenceRepresentation') {
|
|
|
27484
27640
|
return v_error === undefined ? null : v_error;
|
|
27485
27641
|
}
|
|
27486
27642
|
const select$v = function DatasetVersionReferenceRepresentationSelect() {
|
|
27487
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
27643
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
27488
27644
|
return {
|
|
27489
27645
|
kind: 'Fragment',
|
|
27490
27646
|
version: VERSION$p,
|
|
@@ -28042,14 +28198,14 @@ const getSecurityCoverageDatasetVersion_ConfigPropertyMetadata = [
|
|
|
28042
28198
|
generateParamConfigMetadata('versionId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
28043
28199
|
];
|
|
28044
28200
|
const getSecurityCoverageDatasetVersion_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$5, getSecurityCoverageDatasetVersion_ConfigPropertyMetadata);
|
|
28045
|
-
const createResourceParams$5 = /*#__PURE__*/ createResourceParams$
|
|
28201
|
+
const createResourceParams$5 = /*#__PURE__*/ createResourceParams$12(getSecurityCoverageDatasetVersion_ConfigPropertyMetadata);
|
|
28046
28202
|
function keyBuilder$c(luvio, config) {
|
|
28047
28203
|
const resourceParams = createResourceParams$5(config);
|
|
28048
28204
|
return keyBuilder$d(luvio, resourceParams);
|
|
28049
28205
|
}
|
|
28050
28206
|
function typeCheckConfig$5(untrustedConfig) {
|
|
28051
28207
|
const config = {};
|
|
28052
|
-
typeCheckConfig$
|
|
28208
|
+
typeCheckConfig$12(untrustedConfig, config, getSecurityCoverageDatasetVersion_ConfigPropertyMetadata);
|
|
28053
28209
|
return config;
|
|
28054
28210
|
}
|
|
28055
28211
|
function validateAdapterConfig$5(untrustedConfig, configPropertyNames) {
|
|
@@ -28098,7 +28254,7 @@ function buildNetworkSnapshot$5(luvio, config, options) {
|
|
|
28098
28254
|
});
|
|
28099
28255
|
}
|
|
28100
28256
|
function buildNetworkSnapshotCachePolicy$4(context, coercedAdapterRequestContext) {
|
|
28101
|
-
return buildNetworkSnapshotCachePolicy$
|
|
28257
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$5, undefined, false);
|
|
28102
28258
|
}
|
|
28103
28259
|
function buildCachedSnapshotCachePolicy$7(context, storeLookup) {
|
|
28104
28260
|
const { luvio, config } = context;
|
|
@@ -29039,9 +29195,9 @@ function normalize$4(input, existing, path, luvio, store, timestamp) {
|
|
|
29039
29195
|
return input;
|
|
29040
29196
|
}
|
|
29041
29197
|
const select$i = function TemplateRepresentationSelect() {
|
|
29042
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
29198
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2R();
|
|
29043
29199
|
const { selections: TemplateCustomAttributesRepresentation__selections, opaque: TemplateCustomAttributesRepresentation__opaque, } = select$o();
|
|
29044
|
-
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$
|
|
29200
|
+
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2y();
|
|
29045
29201
|
const { selections: TemplateIconsRepresentation__selections, opaque: TemplateIconsRepresentation__opaque, } = select$l();
|
|
29046
29202
|
const { selections: TemplateReleaseRepresentation__selections, opaque: TemplateReleaseRepresentation__opaque, } = select$k();
|
|
29047
29203
|
const { selections: VideoInfoRepresentation__selections, opaque: VideoInfoRepresentation__opaque, } = select$j();
|
|
@@ -29440,14 +29596,14 @@ const getWaveTemplates_ConfigPropertyMetadata = [
|
|
|
29440
29596
|
generateParamConfigMetadata('type', false, 1 /* QueryParameter */, 0 /* String */),
|
|
29441
29597
|
];
|
|
29442
29598
|
const getWaveTemplates_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$4, getWaveTemplates_ConfigPropertyMetadata);
|
|
29443
|
-
const createResourceParams$4 = /*#__PURE__*/ createResourceParams$
|
|
29599
|
+
const createResourceParams$4 = /*#__PURE__*/ createResourceParams$12(getWaveTemplates_ConfigPropertyMetadata);
|
|
29444
29600
|
function keyBuilder$9(luvio, config) {
|
|
29445
29601
|
const resourceParams = createResourceParams$4(config);
|
|
29446
29602
|
return keyBuilder$a(luvio, resourceParams);
|
|
29447
29603
|
}
|
|
29448
29604
|
function typeCheckConfig$4(untrustedConfig) {
|
|
29449
29605
|
const config = {};
|
|
29450
|
-
typeCheckConfig$
|
|
29606
|
+
typeCheckConfig$12(untrustedConfig, config, getWaveTemplates_ConfigPropertyMetadata);
|
|
29451
29607
|
return config;
|
|
29452
29608
|
}
|
|
29453
29609
|
function validateAdapterConfig$4(untrustedConfig, configPropertyNames) {
|
|
@@ -29496,7 +29652,7 @@ function buildNetworkSnapshot$4(luvio, config, options) {
|
|
|
29496
29652
|
});
|
|
29497
29653
|
}
|
|
29498
29654
|
function buildNetworkSnapshotCachePolicy$3(context, coercedAdapterRequestContext) {
|
|
29499
|
-
return buildNetworkSnapshotCachePolicy$
|
|
29655
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$4, undefined, false);
|
|
29500
29656
|
}
|
|
29501
29657
|
function buildCachedSnapshotCachePolicy$6(context, storeLookup) {
|
|
29502
29658
|
const { luvio, config } = context;
|
|
@@ -29623,14 +29779,14 @@ const getWaveTemplate_ConfigPropertyMetadata = [
|
|
|
29623
29779
|
generateParamConfigMetadata('options', false, 1 /* QueryParameter */, 0 /* String */),
|
|
29624
29780
|
];
|
|
29625
29781
|
const getWaveTemplate_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$3, getWaveTemplate_ConfigPropertyMetadata);
|
|
29626
|
-
const createResourceParams$3 = /*#__PURE__*/ createResourceParams$
|
|
29782
|
+
const createResourceParams$3 = /*#__PURE__*/ createResourceParams$12(getWaveTemplate_ConfigPropertyMetadata);
|
|
29627
29783
|
function keyBuilder$7(luvio, config) {
|
|
29628
29784
|
const resourceParams = createResourceParams$3(config);
|
|
29629
29785
|
return keyBuilder$8(luvio, resourceParams);
|
|
29630
29786
|
}
|
|
29631
29787
|
function typeCheckConfig$3(untrustedConfig) {
|
|
29632
29788
|
const config = {};
|
|
29633
|
-
typeCheckConfig$
|
|
29789
|
+
typeCheckConfig$12(untrustedConfig, config, getWaveTemplate_ConfigPropertyMetadata);
|
|
29634
29790
|
return config;
|
|
29635
29791
|
}
|
|
29636
29792
|
function validateAdapterConfig$3(untrustedConfig, configPropertyNames) {
|
|
@@ -29679,7 +29835,7 @@ function buildNetworkSnapshot$3(luvio, config, options) {
|
|
|
29679
29835
|
});
|
|
29680
29836
|
}
|
|
29681
29837
|
function buildNetworkSnapshotCachePolicy$2(context, coercedAdapterRequestContext) {
|
|
29682
|
-
return buildNetworkSnapshotCachePolicy$
|
|
29838
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$3, undefined, false);
|
|
29683
29839
|
}
|
|
29684
29840
|
function buildCachedSnapshotCachePolicy$4(context, storeLookup) {
|
|
29685
29841
|
const { luvio, config } = context;
|
|
@@ -30955,14 +31111,14 @@ const getWaveTemplateConfig_ConfigPropertyMetadata = [
|
|
|
30955
31111
|
generateParamConfigMetadata('options', false, 1 /* QueryParameter */, 0 /* String */),
|
|
30956
31112
|
];
|
|
30957
31113
|
const getWaveTemplateConfig_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$2, getWaveTemplateConfig_ConfigPropertyMetadata);
|
|
30958
|
-
const createResourceParams$2 = /*#__PURE__*/ createResourceParams$
|
|
31114
|
+
const createResourceParams$2 = /*#__PURE__*/ createResourceParams$12(getWaveTemplateConfig_ConfigPropertyMetadata);
|
|
30959
31115
|
function keyBuilder$4(luvio, config) {
|
|
30960
31116
|
const resourceParams = createResourceParams$2(config);
|
|
30961
31117
|
return keyBuilder$5(luvio, resourceParams);
|
|
30962
31118
|
}
|
|
30963
31119
|
function typeCheckConfig$2(untrustedConfig) {
|
|
30964
31120
|
const config = {};
|
|
30965
|
-
typeCheckConfig$
|
|
31121
|
+
typeCheckConfig$12(untrustedConfig, config, getWaveTemplateConfig_ConfigPropertyMetadata);
|
|
30966
31122
|
return config;
|
|
30967
31123
|
}
|
|
30968
31124
|
function validateAdapterConfig$2(untrustedConfig, configPropertyNames) {
|
|
@@ -31011,7 +31167,7 @@ function buildNetworkSnapshot$2(luvio, config, options) {
|
|
|
31011
31167
|
});
|
|
31012
31168
|
}
|
|
31013
31169
|
function buildNetworkSnapshotCachePolicy$1(context, coercedAdapterRequestContext) {
|
|
31014
|
-
return buildNetworkSnapshotCachePolicy$
|
|
31170
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$2, undefined, false);
|
|
31015
31171
|
}
|
|
31016
31172
|
function buildCachedSnapshotCachePolicy$2(context, storeLookup) {
|
|
31017
31173
|
const { luvio, config } = context;
|
|
@@ -31287,14 +31443,14 @@ const getWaveTemplateReleaseNotes_ConfigPropertyMetadata = [
|
|
|
31287
31443
|
generateParamConfigMetadata('templateIdOrApiName', true, 0 /* UrlParameter */, 0 /* String */),
|
|
31288
31444
|
];
|
|
31289
31445
|
const getWaveTemplateReleaseNotes_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName$1, getWaveTemplateReleaseNotes_ConfigPropertyMetadata);
|
|
31290
|
-
const createResourceParams$1 = /*#__PURE__*/ createResourceParams$
|
|
31446
|
+
const createResourceParams$1 = /*#__PURE__*/ createResourceParams$12(getWaveTemplateReleaseNotes_ConfigPropertyMetadata);
|
|
31291
31447
|
function keyBuilder$1(luvio, config) {
|
|
31292
31448
|
const resourceParams = createResourceParams$1(config);
|
|
31293
31449
|
return keyBuilder$2(luvio, resourceParams);
|
|
31294
31450
|
}
|
|
31295
31451
|
function typeCheckConfig$1(untrustedConfig) {
|
|
31296
31452
|
const config = {};
|
|
31297
|
-
typeCheckConfig$
|
|
31453
|
+
typeCheckConfig$12(untrustedConfig, config, getWaveTemplateReleaseNotes_ConfigPropertyMetadata);
|
|
31298
31454
|
return config;
|
|
31299
31455
|
}
|
|
31300
31456
|
function validateAdapterConfig$1(untrustedConfig, configPropertyNames) {
|
|
@@ -31343,7 +31499,7 @@ function buildNetworkSnapshot$1(luvio, config, options) {
|
|
|
31343
31499
|
});
|
|
31344
31500
|
}
|
|
31345
31501
|
function buildNetworkSnapshotCachePolicy(context, coercedAdapterRequestContext) {
|
|
31346
|
-
return buildNetworkSnapshotCachePolicy$
|
|
31502
|
+
return buildNetworkSnapshotCachePolicy$F(context, coercedAdapterRequestContext, buildNetworkSnapshot$1, undefined, false);
|
|
31347
31503
|
}
|
|
31348
31504
|
function buildCachedSnapshotCachePolicy(context, storeLookup) {
|
|
31349
31505
|
const { luvio, config } = context;
|
|
@@ -31685,10 +31841,10 @@ const validateWaveTemplate_ConfigPropertyMetadata = [
|
|
|
31685
31841
|
generateParamConfigMetadata('templateValidateParam', true, 2 /* Body */, 4 /* Unsupported */),
|
|
31686
31842
|
];
|
|
31687
31843
|
const validateWaveTemplate_ConfigPropertyNames = /*#__PURE__*/ buildAdapterValidationConfig(adapterName, validateWaveTemplate_ConfigPropertyMetadata);
|
|
31688
|
-
const createResourceParams = /*#__PURE__*/ createResourceParams$
|
|
31844
|
+
const createResourceParams = /*#__PURE__*/ createResourceParams$12(validateWaveTemplate_ConfigPropertyMetadata);
|
|
31689
31845
|
function typeCheckConfig(untrustedConfig) {
|
|
31690
31846
|
const config = {};
|
|
31691
|
-
typeCheckConfig$
|
|
31847
|
+
typeCheckConfig$12(untrustedConfig, config, validateWaveTemplate_ConfigPropertyMetadata);
|
|
31692
31848
|
const untrustedConfig_templateValidateParam = untrustedConfig.templateValidateParam;
|
|
31693
31849
|
const referenceTemplateValidateInputRepresentationValidationError = validate$2(untrustedConfig_templateValidateParam);
|
|
31694
31850
|
if (referenceTemplateValidateInputRepresentationValidationError === null) {
|
|
@@ -31738,4 +31894,4 @@ const validateWaveTemplateAdapterFactory = (luvio) => {
|
|
|
31738
31894
|
};
|
|
31739
31895
|
};
|
|
31740
31896
|
|
|
31741
|
-
export { createDataConnectorAdapterFactory, createDataflowJobAdapterFactory, createDatasetAdapterFactory, createDatasetVersionAdapterFactory, createReplicatedDatasetAdapterFactory, createWaveFolderAdapterFactory, deleteDataConnectorAdapterFactory, deleteDatasetAdapterFactory, deleteRecipeAdapterFactory, deleteReplicatedDatasetAdapterFactory, deleteWaveFolderAdapterFactory, executeQueryAdapterFactory, getActionsAdapterFactory, getAnalyticsLimitsAdapterFactory, getDataConnectorAdapterFactory, getDataConnectorSourceFieldsAdapterFactory, getDataConnectorSourceObjectAdapterFactory, getDataConnectorSourceObjectDataPreviewWithFieldsAdapterFactory, getDataConnectorSourceObjectsAdapterFactory, getDataConnectorStatusAdapterFactory, getDataConnectorTypesAdapterFactory, getDataConnectorsAdapterFactory, getDataflowJobAdapterFactory, getDataflowJobNodeAdapterFactory, getDataflowJobNodeStageAdapterFactory, getDataflowJobNodeStageParentsAdapterFactory, getDataflowJobNodeStagesAdapterFactory, getDataflowJobNodesAdapterFactory, getDataflowJobsAdapterFactory, getDataflowsAdapterFactory, getDatasetAdapterFactory, getDatasetVersionAdapterFactory, getDatasetVersionsAdapterFactory, getDatasetsAdapterFactory, getDependenciesAdapterFactory, getRecipeAdapterFactory, getRecipeNotificationAdapterFactory, getRecipesAdapterFactory, getReplicatedDatasetAdapterFactory, getReplicatedDatasetsAdapterFactory, getReplicatedFieldsAdapterFactory, getReplicatedFieldsWithAdvancedPropsAdapterFactory, getScheduleAdapterFactory, getSecurityCoverageDatasetVersionAdapterFactory, getWaveFolderAdapterFactory, getWaveFoldersAdapterFactory, getWaveTemplateAdapterFactory, getWaveTemplateConfigAdapterFactory, getWaveTemplateReleaseNotesAdapterFactory, getWaveTemplatesAdapterFactory, getXmdAdapterFactory, ingestDataConnectorAdapterFactory, updateDataConnectorAdapterFactory, updateDataflowJobAdapterFactory, updateDatasetAdapterFactory, updateDatasetVersionAdapterFactory, updatePartialWaveFolderAdapterFactory, updateRecipeAdapterFactory, updateRecipeNotificationAdapterFactory, updateReplicatedDatasetAdapterFactory, updateReplicatedFieldsAdapterFactory, updateScheduleAdapterFactory, updateWaveFolderAdapterFactory, updateXmdAdapterFactory, validateWaveTemplateAdapterFactory };
|
|
31897
|
+
export { createDataConnectorAdapterFactory, createDataflowJobAdapterFactory, createDatasetAdapterFactory, createDatasetVersionAdapterFactory, createReplicatedDatasetAdapterFactory, createWaveFolderAdapterFactory, deleteDataConnectorAdapterFactory, deleteDatasetAdapterFactory, deleteRecipeAdapterFactory, deleteReplicatedDatasetAdapterFactory, deleteWaveFolderAdapterFactory, executeQueryAdapterFactory, getActionsAdapterFactory, getAnalyticsLimitsAdapterFactory, getDataConnectorAdapterFactory, getDataConnectorSourceFieldsAdapterFactory, getDataConnectorSourceFieldsWithAdvPropsAdapterFactory, getDataConnectorSourceObjectAdapterFactory, getDataConnectorSourceObjectDataPreviewWithFieldsAdapterFactory, getDataConnectorSourceObjectsAdapterFactory, getDataConnectorStatusAdapterFactory, getDataConnectorTypesAdapterFactory, getDataConnectorsAdapterFactory, getDataflowJobAdapterFactory, getDataflowJobNodeAdapterFactory, getDataflowJobNodeStageAdapterFactory, getDataflowJobNodeStageParentsAdapterFactory, getDataflowJobNodeStagesAdapterFactory, getDataflowJobNodesAdapterFactory, getDataflowJobsAdapterFactory, getDataflowsAdapterFactory, getDatasetAdapterFactory, getDatasetVersionAdapterFactory, getDatasetVersionsAdapterFactory, getDatasetsAdapterFactory, getDependenciesAdapterFactory, getRecipeAdapterFactory, getRecipeNotificationAdapterFactory, getRecipesAdapterFactory, getReplicatedDatasetAdapterFactory, getReplicatedDatasetsAdapterFactory, getReplicatedFieldsAdapterFactory, getReplicatedFieldsWithAdvancedPropsAdapterFactory, getScheduleAdapterFactory, getSecurityCoverageDatasetVersionAdapterFactory, getWaveFolderAdapterFactory, getWaveFoldersAdapterFactory, getWaveTemplateAdapterFactory, getWaveTemplateConfigAdapterFactory, getWaveTemplateReleaseNotesAdapterFactory, getWaveTemplatesAdapterFactory, getXmdAdapterFactory, ingestDataConnectorAdapterFactory, updateDataConnectorAdapterFactory, updateDataflowJobAdapterFactory, updateDatasetAdapterFactory, updateDatasetVersionAdapterFactory, updatePartialWaveFolderAdapterFactory, updateRecipeAdapterFactory, updateRecipeNotificationAdapterFactory, updateReplicatedDatasetAdapterFactory, updateReplicatedFieldsAdapterFactory, updateScheduleAdapterFactory, updateWaveFolderAdapterFactory, updateXmdAdapterFactory, validateWaveTemplateAdapterFactory };
|