@salesforce/lds-adapters-analytics-wave 1.354.0-dev2 → 1.354.0-dev20
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 +288 -208
- package/dist/es/es2018/types/src/generated/types/ConnectionsStatsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +5 -1
- package/package.json +4 -4
- package/sfdc/index.js +1089 -1009
- package/src/raml/api.raml +14 -0
|
@@ -168,8 +168,8 @@ function createLink(ref) {
|
|
|
168
168
|
};
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
const VERSION$
|
|
172
|
-
function validate$
|
|
171
|
+
const VERSION$1S = "71ee3cee6ef0f62ff8e2ccc96172dccb";
|
|
172
|
+
function validate$2H(obj, path = 'ActionRepresentation') {
|
|
173
173
|
const v_error = (() => {
|
|
174
174
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
175
175
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -208,10 +208,10 @@ function validate$2G(obj, path = 'ActionRepresentation') {
|
|
|
208
208
|
})();
|
|
209
209
|
return v_error === undefined ? null : v_error;
|
|
210
210
|
}
|
|
211
|
-
const select$
|
|
211
|
+
const select$2K = function ActionRepresentationSelect() {
|
|
212
212
|
return {
|
|
213
213
|
kind: 'Fragment',
|
|
214
|
-
version: VERSION$
|
|
214
|
+
version: VERSION$1S,
|
|
215
215
|
private: [],
|
|
216
216
|
selections: [
|
|
217
217
|
{
|
|
@@ -240,7 +240,7 @@ const select$2J = function ActionRepresentationSelect() {
|
|
|
240
240
|
]
|
|
241
241
|
};
|
|
242
242
|
};
|
|
243
|
-
function equals$
|
|
243
|
+
function equals$1S(existing, incoming) {
|
|
244
244
|
const existing_apiName = existing.apiName;
|
|
245
245
|
const incoming_apiName = incoming.apiName;
|
|
246
246
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -294,8 +294,8 @@ function equals$1R(existing, incoming) {
|
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
const TTL$z = 300;
|
|
297
|
-
const VERSION$
|
|
298
|
-
function validate$
|
|
297
|
+
const VERSION$1R = "b00bdada55c72d09e271e1a811ff34de";
|
|
298
|
+
function validate$2G(obj, path = 'ActionCollectionRepresentation') {
|
|
299
299
|
const v_error = (() => {
|
|
300
300
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
301
301
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -308,7 +308,7 @@ function validate$2F(obj, path = 'ActionCollectionRepresentation') {
|
|
|
308
308
|
for (let i = 0; i < obj_actions.length; i++) {
|
|
309
309
|
const obj_actions_item = obj_actions[i];
|
|
310
310
|
const path_actions_item = path_actions + '[' + i + ']';
|
|
311
|
-
const referencepath_actions_itemValidationError = validate$
|
|
311
|
+
const referencepath_actions_itemValidationError = validate$2H(obj_actions_item, path_actions_item);
|
|
312
312
|
if (referencepath_actions_itemValidationError !== null) {
|
|
313
313
|
let message = 'Object doesn\'t match ActionRepresentation (at "' + path_actions_item + '")\n';
|
|
314
314
|
message += referencepath_actions_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -322,11 +322,11 @@ const RepresentationType$N = 'ActionCollectionRepresentation';
|
|
|
322
322
|
function normalize$L(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$2J = function ActionCollectionRepresentationSelect() {
|
|
326
|
+
const { selections: ActionRepresentation__selections, opaque: ActionRepresentation__opaque, } = select$2K();
|
|
327
327
|
return {
|
|
328
328
|
kind: 'Fragment',
|
|
329
|
-
version: VERSION$
|
|
329
|
+
version: VERSION$1R,
|
|
330
330
|
private: [],
|
|
331
331
|
selections: [
|
|
332
332
|
{
|
|
@@ -338,11 +338,11 @@ const select$2I = function ActionCollectionRepresentationSelect() {
|
|
|
338
338
|
]
|
|
339
339
|
};
|
|
340
340
|
};
|
|
341
|
-
function equals$
|
|
341
|
+
function equals$1R(existing, incoming) {
|
|
342
342
|
const existing_actions = existing.actions;
|
|
343
343
|
const incoming_actions = incoming.actions;
|
|
344
344
|
const equals_actions_items = equalsArray(existing_actions, incoming_actions, (existing_actions_item, incoming_actions_item) => {
|
|
345
|
-
if (!(equals$
|
|
345
|
+
if (!(equals$1S(existing_actions_item, incoming_actions_item))) {
|
|
346
346
|
return false;
|
|
347
347
|
}
|
|
348
348
|
});
|
|
@@ -353,14 +353,14 @@ function equals$1Q(existing, incoming) {
|
|
|
353
353
|
}
|
|
354
354
|
const ingest$M = function ActionCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
355
355
|
if (process.env.NODE_ENV !== 'production') {
|
|
356
|
-
const validateError = validate$
|
|
356
|
+
const validateError = validate$2G(input);
|
|
357
357
|
if (validateError !== null) {
|
|
358
358
|
throw validateError;
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
const key = path.fullPath;
|
|
362
362
|
const ttlToUse = TTL$z;
|
|
363
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$L, "WAVE", VERSION$
|
|
363
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$L, "WAVE", VERSION$1R, RepresentationType$N, equals$1R);
|
|
364
364
|
return createLink(key);
|
|
365
365
|
};
|
|
366
366
|
function getTypeCacheKeys$M(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -373,8 +373,8 @@ function getTypeCacheKeys$M(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
373
373
|
});
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
function select$
|
|
377
|
-
return select$
|
|
376
|
+
function select$2I(luvio, params) {
|
|
377
|
+
return select$2J();
|
|
378
378
|
}
|
|
379
379
|
function keyBuilder$1v(luvio, params) {
|
|
380
380
|
return keyPrefix + '::ActionCollectionRepresentation:(' + 'entityId:' + params.urlParams.entityId + ')';
|
|
@@ -388,7 +388,7 @@ function ingestSuccess$T(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
388
388
|
luvio.storeIngest(key, ingest$M, body);
|
|
389
389
|
const snapshot = luvio.storeLookup({
|
|
390
390
|
recordId: key,
|
|
391
|
-
node: select$
|
|
391
|
+
node: select$2I(),
|
|
392
392
|
variables: {},
|
|
393
393
|
}, snapshotRefresh);
|
|
394
394
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -405,7 +405,7 @@ function ingestError$z(luvio, params, error, snapshotRefresh) {
|
|
|
405
405
|
const storeMetadataParams = {
|
|
406
406
|
ttl: TTL$z,
|
|
407
407
|
namespace: keyPrefix,
|
|
408
|
-
version: VERSION$
|
|
408
|
+
version: VERSION$1R,
|
|
409
409
|
representationName: RepresentationType$N
|
|
410
410
|
};
|
|
411
411
|
luvio.storeIngestError(key, errorSnapshot, storeMetadataParams);
|
|
@@ -455,7 +455,7 @@ function validateAdapterConfig$Y(untrustedConfig, configPropertyNames) {
|
|
|
455
455
|
}
|
|
456
456
|
function adapterFragment$z(luvio, config) {
|
|
457
457
|
createResourceParams$Y(config);
|
|
458
|
-
return select$
|
|
458
|
+
return select$2I();
|
|
459
459
|
}
|
|
460
460
|
function onFetchResponseSuccess$D(luvio, config, resourceParams, response) {
|
|
461
461
|
const snapshot = ingestSuccess$T(luvio, resourceParams, response, {
|
|
@@ -511,8 +511,8 @@ const getActionsAdapterFactory = (luvio) => function WAVE__getActions(untrustedC
|
|
|
511
511
|
buildCachedSnapshotCachePolicy$D, buildNetworkSnapshotCachePolicy$z);
|
|
512
512
|
};
|
|
513
513
|
|
|
514
|
-
const VERSION$
|
|
515
|
-
function validate$
|
|
514
|
+
const VERSION$1Q = "5d123dd51422aa09451217b1e392922f";
|
|
515
|
+
function validate$2F(obj, path = 'WaveUserRepresentation') {
|
|
516
516
|
const v_error = (() => {
|
|
517
517
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
518
518
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -562,10 +562,10 @@ function validate$2E(obj, path = 'WaveUserRepresentation') {
|
|
|
562
562
|
})();
|
|
563
563
|
return v_error === undefined ? null : v_error;
|
|
564
564
|
}
|
|
565
|
-
const select$
|
|
565
|
+
const select$2H = function WaveUserRepresentationSelect() {
|
|
566
566
|
return {
|
|
567
567
|
kind: 'Fragment',
|
|
568
|
-
version: VERSION$
|
|
568
|
+
version: VERSION$1Q,
|
|
569
569
|
private: [],
|
|
570
570
|
selections: [
|
|
571
571
|
{
|
|
@@ -586,7 +586,7 @@ const select$2G = function WaveUserRepresentationSelect() {
|
|
|
586
586
|
]
|
|
587
587
|
};
|
|
588
588
|
};
|
|
589
|
-
function equals$
|
|
589
|
+
function equals$1Q(existing, incoming) {
|
|
590
590
|
const existing_id = existing.id;
|
|
591
591
|
const incoming_id = incoming.id;
|
|
592
592
|
// if at least one of these optionals is defined
|
|
@@ -629,15 +629,15 @@ function equals$1P(existing, incoming) {
|
|
|
629
629
|
return true;
|
|
630
630
|
}
|
|
631
631
|
|
|
632
|
-
const VERSION$
|
|
633
|
-
function validate$
|
|
632
|
+
const VERSION$1P = "70b4ac2217d94fe3c8fee7757b5ea296";
|
|
633
|
+
function validate$2E(obj, path = 'JobEventRepresentation') {
|
|
634
634
|
const v_error = (() => {
|
|
635
635
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
636
636
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
637
637
|
}
|
|
638
638
|
const obj_createdBy = obj.createdBy;
|
|
639
639
|
const path_createdBy = path + '.createdBy';
|
|
640
|
-
const referencepath_createdByValidationError = validate$
|
|
640
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
641
641
|
if (referencepath_createdByValidationError !== null) {
|
|
642
642
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
643
643
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -656,11 +656,11 @@ function validate$2D(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$2G = function JobEventRepresentationSelect() {
|
|
660
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
661
661
|
return {
|
|
662
662
|
kind: 'Fragment',
|
|
663
|
-
version: VERSION$
|
|
663
|
+
version: VERSION$1P,
|
|
664
664
|
private: [],
|
|
665
665
|
selections: [
|
|
666
666
|
{
|
|
@@ -679,7 +679,7 @@ const select$2F = function JobEventRepresentationSelect() {
|
|
|
679
679
|
]
|
|
680
680
|
};
|
|
681
681
|
};
|
|
682
|
-
function equals$
|
|
682
|
+
function equals$1P(existing, incoming) {
|
|
683
683
|
const existing_createdDate = existing.createdDate;
|
|
684
684
|
const incoming_createdDate = incoming.createdDate;
|
|
685
685
|
if (!(existing_createdDate === incoming_createdDate)) {
|
|
@@ -692,14 +692,14 @@ function equals$1O(existing, incoming) {
|
|
|
692
692
|
}
|
|
693
693
|
const existing_createdBy = existing.createdBy;
|
|
694
694
|
const incoming_createdBy = incoming.createdBy;
|
|
695
|
-
if (!(equals$
|
|
695
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
696
696
|
return false;
|
|
697
697
|
}
|
|
698
698
|
return true;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
const VERSION$
|
|
702
|
-
function validate$
|
|
701
|
+
const VERSION$1O = "e1acecd6dddc9a86bf16f3b291e8bd42";
|
|
702
|
+
function validate$2D(obj, path = 'JobEventCollectionRepresentation') {
|
|
703
703
|
const v_error = (() => {
|
|
704
704
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
705
705
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -712,7 +712,7 @@ function validate$2C(obj, path = 'JobEventCollectionRepresentation') {
|
|
|
712
712
|
for (let i = 0; i < obj_events.length; i++) {
|
|
713
713
|
const obj_events_item = obj_events[i];
|
|
714
714
|
const path_events_item = path_events + '[' + i + ']';
|
|
715
|
-
const referencepath_events_itemValidationError = validate$
|
|
715
|
+
const referencepath_events_itemValidationError = validate$2E(obj_events_item, path_events_item);
|
|
716
716
|
if (referencepath_events_itemValidationError !== null) {
|
|
717
717
|
let message = 'Object doesn\'t match JobEventRepresentation (at "' + path_events_item + '")\n';
|
|
718
718
|
message += referencepath_events_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -722,11 +722,11 @@ function validate$2C(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$2F = function JobEventCollectionRepresentationSelect() {
|
|
726
|
+
const { selections: JobEventRepresentation__selections, opaque: JobEventRepresentation__opaque, } = select$2G();
|
|
727
727
|
return {
|
|
728
728
|
kind: 'Fragment',
|
|
729
|
-
version: VERSION$
|
|
729
|
+
version: VERSION$1O,
|
|
730
730
|
private: [],
|
|
731
731
|
selections: [
|
|
732
732
|
{
|
|
@@ -738,11 +738,11 @@ const select$2E = function JobEventCollectionRepresentationSelect() {
|
|
|
738
738
|
]
|
|
739
739
|
};
|
|
740
740
|
};
|
|
741
|
-
function equals$
|
|
741
|
+
function equals$1O(existing, incoming) {
|
|
742
742
|
const existing_events = existing.events;
|
|
743
743
|
const incoming_events = incoming.events;
|
|
744
744
|
const equals_events_items = equalsArray(existing_events, incoming_events, (existing_events_item, incoming_events_item) => {
|
|
745
|
-
if (!(equals$
|
|
745
|
+
if (!(equals$1P(existing_events_item, incoming_events_item))) {
|
|
746
746
|
return false;
|
|
747
747
|
}
|
|
748
748
|
});
|
|
@@ -752,8 +752,8 @@ function equals$1N(existing, incoming) {
|
|
|
752
752
|
return true;
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
const VERSION$
|
|
756
|
-
function validate$
|
|
755
|
+
const VERSION$1N = "5775d4ff2ea195893cab7df348933df2";
|
|
756
|
+
function validate$2C(obj, path = 'TimeZoneRepresentation') {
|
|
757
757
|
const v_error = (() => {
|
|
758
758
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
759
759
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -772,10 +772,10 @@ function validate$2B(obj, path = 'TimeZoneRepresentation') {
|
|
|
772
772
|
})();
|
|
773
773
|
return v_error === undefined ? null : v_error;
|
|
774
774
|
}
|
|
775
|
-
const select$
|
|
775
|
+
const select$2E = function TimeZoneRepresentationSelect() {
|
|
776
776
|
return {
|
|
777
777
|
kind: 'Fragment',
|
|
778
|
-
version: VERSION$
|
|
778
|
+
version: VERSION$1N,
|
|
779
779
|
private: [],
|
|
780
780
|
selections: [
|
|
781
781
|
{
|
|
@@ -793,7 +793,7 @@ const select$2D = function TimeZoneRepresentationSelect() {
|
|
|
793
793
|
]
|
|
794
794
|
};
|
|
795
795
|
};
|
|
796
|
-
function equals$
|
|
796
|
+
function equals$1N(existing, incoming) {
|
|
797
797
|
const existing_name = existing.name;
|
|
798
798
|
const incoming_name = incoming.name;
|
|
799
799
|
if (!(existing_name === incoming_name)) {
|
|
@@ -812,8 +812,8 @@ function equals$1M(existing, incoming) {
|
|
|
812
812
|
return true;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
const VERSION$
|
|
816
|
-
function validate$
|
|
815
|
+
const VERSION$1M = "0040ab091bf36f713408cd55bf6bdd46";
|
|
816
|
+
function validate$2B(obj, path = 'TimeRepresentation') {
|
|
817
817
|
const v_error = (() => {
|
|
818
818
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
819
819
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -830,7 +830,7 @@ function validate$2A(obj, path = 'TimeRepresentation') {
|
|
|
830
830
|
}
|
|
831
831
|
const obj_timeZone = obj.timeZone;
|
|
832
832
|
const path_timeZone = path + '.timeZone';
|
|
833
|
-
const referencepath_timeZoneValidationError = validate$
|
|
833
|
+
const referencepath_timeZoneValidationError = validate$2C(obj_timeZone, path_timeZone);
|
|
834
834
|
if (referencepath_timeZoneValidationError !== null) {
|
|
835
835
|
let message = 'Object doesn\'t match TimeZoneRepresentation (at "' + path_timeZone + '")\n';
|
|
836
836
|
message += referencepath_timeZoneValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -839,11 +839,11 @@ function validate$2A(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$2D = function TimeRepresentationSelect() {
|
|
843
|
+
const { selections: TimeZoneRepresentation__selections, opaque: TimeZoneRepresentation__opaque, } = select$2E();
|
|
844
844
|
return {
|
|
845
845
|
kind: 'Fragment',
|
|
846
|
-
version: VERSION$
|
|
846
|
+
version: VERSION$1M,
|
|
847
847
|
private: [],
|
|
848
848
|
selections: [
|
|
849
849
|
{
|
|
@@ -862,7 +862,7 @@ const select$2C = function TimeRepresentationSelect() {
|
|
|
862
862
|
]
|
|
863
863
|
};
|
|
864
864
|
};
|
|
865
|
-
function equals$
|
|
865
|
+
function equals$1M(existing, incoming) {
|
|
866
866
|
const existing_hour = existing.hour;
|
|
867
867
|
const incoming_hour = incoming.hour;
|
|
868
868
|
if (!(existing_hour === incoming_hour)) {
|
|
@@ -875,15 +875,15 @@ function equals$1L(existing, incoming) {
|
|
|
875
875
|
}
|
|
876
876
|
const existing_timeZone = existing.timeZone;
|
|
877
877
|
const incoming_timeZone = incoming.timeZone;
|
|
878
|
-
if (!(equals$
|
|
878
|
+
if (!(equals$1N(existing_timeZone, incoming_timeZone))) {
|
|
879
879
|
return false;
|
|
880
880
|
}
|
|
881
881
|
return true;
|
|
882
882
|
}
|
|
883
883
|
|
|
884
|
-
const VERSION$
|
|
885
|
-
function validate$
|
|
886
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
884
|
+
const VERSION$1L = "0df5cebf1a823cdd0ce5cecd34aa14c9";
|
|
885
|
+
function validate$2A(obj, path = 'HourlyScheduleRepresentation') {
|
|
886
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
887
887
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
888
888
|
return validateScheduleRepresentation_validateError;
|
|
889
889
|
}
|
|
@@ -925,11 +925,11 @@ function keyBuilderFromType$s(luvio, object) {
|
|
|
925
925
|
function normalize$K(input, existing, path, luvio, store, timestamp) {
|
|
926
926
|
return input;
|
|
927
927
|
}
|
|
928
|
-
const select$
|
|
929
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
928
|
+
const select$2C = function HourlyScheduleRepresentationSelect() {
|
|
929
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
930
930
|
return {
|
|
931
931
|
kind: 'Fragment',
|
|
932
|
-
version: VERSION$
|
|
932
|
+
version: VERSION$1L,
|
|
933
933
|
private: [],
|
|
934
934
|
selections: [
|
|
935
935
|
...ScheduleRepresentationSelections,
|
|
@@ -950,8 +950,8 @@ const select$2B = function HourlyScheduleRepresentationSelect() {
|
|
|
950
950
|
]
|
|
951
951
|
};
|
|
952
952
|
};
|
|
953
|
-
function equals$
|
|
954
|
-
if (equals$
|
|
953
|
+
function equals$1L(existing, incoming) {
|
|
954
|
+
if (equals$1D(existing, incoming) === false) {
|
|
955
955
|
return false;
|
|
956
956
|
}
|
|
957
957
|
const existing_hourlyInterval = existing.hourlyInterval;
|
|
@@ -986,14 +986,14 @@ function equals$1K(existing, incoming) {
|
|
|
986
986
|
}
|
|
987
987
|
const ingest$L = function HourlyScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
988
988
|
if (process.env.NODE_ENV !== 'production') {
|
|
989
|
-
const validateError = validate$
|
|
989
|
+
const validateError = validate$2A(input);
|
|
990
990
|
if (validateError !== null) {
|
|
991
991
|
throw validateError;
|
|
992
992
|
}
|
|
993
993
|
}
|
|
994
994
|
const key = keyBuilderFromType$s(luvio, input);
|
|
995
995
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
996
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$K, "WAVE", VERSION$
|
|
996
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$K, "WAVE", VERSION$1L, RepresentationType$M, equals$1L);
|
|
997
997
|
return createLink(key);
|
|
998
998
|
};
|
|
999
999
|
function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1006,9 +1006,9 @@ function getTypeCacheKeys$L(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1006
1006
|
});
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
|
-
const VERSION$
|
|
1010
|
-
function validate$
|
|
1011
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
1009
|
+
const VERSION$1K = "115d1159dbe9087c2eaaeff01041d1cd";
|
|
1010
|
+
function validate$2z(obj, path = 'MonthlySpecificScheduleRepresentation') {
|
|
1011
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
1012
1012
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
1013
1013
|
return validateScheduleRepresentation_validateError;
|
|
1014
1014
|
}
|
|
@@ -1038,11 +1038,11 @@ function keyBuilderFromType$r(luvio, object) {
|
|
|
1038
1038
|
function normalize$J(input, existing, path, luvio, store, timestamp) {
|
|
1039
1039
|
return input;
|
|
1040
1040
|
}
|
|
1041
|
-
const select$
|
|
1042
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1041
|
+
const select$2B = function MonthlySpecificScheduleRepresentationSelect() {
|
|
1042
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
1043
1043
|
return {
|
|
1044
1044
|
kind: 'Fragment',
|
|
1045
|
-
version: VERSION$
|
|
1045
|
+
version: VERSION$1K,
|
|
1046
1046
|
private: [],
|
|
1047
1047
|
selections: [
|
|
1048
1048
|
...ScheduleRepresentationSelections,
|
|
@@ -1054,8 +1054,8 @@ const select$2A = function MonthlySpecificScheduleRepresentationSelect() {
|
|
|
1054
1054
|
]
|
|
1055
1055
|
};
|
|
1056
1056
|
};
|
|
1057
|
-
function equals$
|
|
1058
|
-
if (equals$
|
|
1057
|
+
function equals$1K(existing, incoming) {
|
|
1058
|
+
if (equals$1D(existing, incoming) === false) {
|
|
1059
1059
|
return false;
|
|
1060
1060
|
}
|
|
1061
1061
|
const existing_daysOfMonth = existing.daysOfMonth;
|
|
@@ -1072,14 +1072,14 @@ function equals$1J(existing, incoming) {
|
|
|
1072
1072
|
}
|
|
1073
1073
|
const ingest$K = function MonthlySpecificScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1074
1074
|
if (process.env.NODE_ENV !== 'production') {
|
|
1075
|
-
const validateError = validate$
|
|
1075
|
+
const validateError = validate$2z(input);
|
|
1076
1076
|
if (validateError !== null) {
|
|
1077
1077
|
throw validateError;
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
1080
1080
|
const key = keyBuilderFromType$r(luvio, input);
|
|
1081
1081
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1082
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "WAVE", VERSION$
|
|
1082
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$J, "WAVE", VERSION$1K, RepresentationType$L, equals$1K);
|
|
1083
1083
|
return createLink(key);
|
|
1084
1084
|
};
|
|
1085
1085
|
function getTypeCacheKeys$K(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1092,9 +1092,9 @@ function getTypeCacheKeys$K(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1092
1092
|
});
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
|
-
const VERSION$
|
|
1096
|
-
function validate$
|
|
1097
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
1095
|
+
const VERSION$1J = "5cf3ea750bdb1c12f44fc117ad992ef8";
|
|
1096
|
+
function validate$2y(obj, path = 'MinutelyScheduleRepresentation') {
|
|
1097
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
1098
1098
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
1099
1099
|
return validateScheduleRepresentation_validateError;
|
|
1100
1100
|
}
|
|
@@ -1136,11 +1136,11 @@ function keyBuilderFromType$q(luvio, object) {
|
|
|
1136
1136
|
function normalize$I(input, existing, path, luvio, store, timestamp) {
|
|
1137
1137
|
return input;
|
|
1138
1138
|
}
|
|
1139
|
-
const select$
|
|
1140
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1139
|
+
const select$2A = function MinutelyScheduleRepresentationSelect() {
|
|
1140
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
1141
1141
|
return {
|
|
1142
1142
|
kind: 'Fragment',
|
|
1143
|
-
version: VERSION$
|
|
1143
|
+
version: VERSION$1J,
|
|
1144
1144
|
private: [],
|
|
1145
1145
|
selections: [
|
|
1146
1146
|
...ScheduleRepresentationSelections,
|
|
@@ -1161,8 +1161,8 @@ const select$2z = function MinutelyScheduleRepresentationSelect() {
|
|
|
1161
1161
|
]
|
|
1162
1162
|
};
|
|
1163
1163
|
};
|
|
1164
|
-
function equals$
|
|
1165
|
-
if (equals$
|
|
1164
|
+
function equals$1J(existing, incoming) {
|
|
1165
|
+
if (equals$1D(existing, incoming) === false) {
|
|
1166
1166
|
return false;
|
|
1167
1167
|
}
|
|
1168
1168
|
const existing_lastHour = existing.lastHour;
|
|
@@ -1197,14 +1197,14 @@ function equals$1I(existing, incoming) {
|
|
|
1197
1197
|
}
|
|
1198
1198
|
const ingest$J = function MinutelyScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1199
1199
|
if (process.env.NODE_ENV !== 'production') {
|
|
1200
|
-
const validateError = validate$
|
|
1200
|
+
const validateError = validate$2y(input);
|
|
1201
1201
|
if (validateError !== null) {
|
|
1202
1202
|
throw validateError;
|
|
1203
1203
|
}
|
|
1204
1204
|
}
|
|
1205
1205
|
const key = keyBuilderFromType$q(luvio, input);
|
|
1206
1206
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1207
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$I, "WAVE", VERSION$
|
|
1207
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$I, "WAVE", VERSION$1J, RepresentationType$K, equals$1J);
|
|
1208
1208
|
return createLink(key);
|
|
1209
1209
|
};
|
|
1210
1210
|
function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1217,9 +1217,9 @@ function getTypeCacheKeys$J(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1217
1217
|
});
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
|
-
const VERSION$
|
|
1221
|
-
function validate$
|
|
1222
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
1220
|
+
const VERSION$1I = "5e821d8ae75c1a00b7256084a8894b86";
|
|
1221
|
+
function validate$2x(obj, path = 'EventDrivenScheduleRepresentation') {
|
|
1222
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
1223
1223
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
1224
1224
|
return validateScheduleRepresentation_validateError;
|
|
1225
1225
|
}
|
|
@@ -1244,11 +1244,11 @@ function keyBuilderFromType$p(luvio, object) {
|
|
|
1244
1244
|
function normalize$H(input, existing, path, luvio, store, timestamp) {
|
|
1245
1245
|
return input;
|
|
1246
1246
|
}
|
|
1247
|
-
const select$
|
|
1248
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1247
|
+
const select$2z = function EventDrivenScheduleRepresentationSelect() {
|
|
1248
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
1249
1249
|
return {
|
|
1250
1250
|
kind: 'Fragment',
|
|
1251
|
-
version: VERSION$
|
|
1251
|
+
version: VERSION$1I,
|
|
1252
1252
|
private: [],
|
|
1253
1253
|
selections: [
|
|
1254
1254
|
...ScheduleRepresentationSelections,
|
|
@@ -1260,8 +1260,8 @@ const select$2y = function EventDrivenScheduleRepresentationSelect() {
|
|
|
1260
1260
|
]
|
|
1261
1261
|
};
|
|
1262
1262
|
};
|
|
1263
|
-
function equals$
|
|
1264
|
-
if (equals$
|
|
1263
|
+
function equals$1I(existing, incoming) {
|
|
1264
|
+
if (equals$1D(existing, incoming) === false) {
|
|
1265
1265
|
return false;
|
|
1266
1266
|
}
|
|
1267
1267
|
const existing_triggerRule = existing.triggerRule;
|
|
@@ -1281,14 +1281,14 @@ function equals$1H(existing, incoming) {
|
|
|
1281
1281
|
}
|
|
1282
1282
|
const ingest$I = function EventDrivenScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1283
1283
|
if (process.env.NODE_ENV !== 'production') {
|
|
1284
|
-
const validateError = validate$
|
|
1284
|
+
const validateError = validate$2x(input);
|
|
1285
1285
|
if (validateError !== null) {
|
|
1286
1286
|
throw validateError;
|
|
1287
1287
|
}
|
|
1288
1288
|
}
|
|
1289
1289
|
const key = keyBuilderFromType$p(luvio, input);
|
|
1290
1290
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1291
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$H, "WAVE", VERSION$
|
|
1291
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$H, "WAVE", VERSION$1I, RepresentationType$J, equals$1I);
|
|
1292
1292
|
return createLink(key);
|
|
1293
1293
|
};
|
|
1294
1294
|
function getTypeCacheKeys$I(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1301,9 +1301,9 @@ function getTypeCacheKeys$I(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1301
1301
|
});
|
|
1302
1302
|
}
|
|
1303
1303
|
|
|
1304
|
-
const VERSION$
|
|
1305
|
-
function validate$
|
|
1306
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
1304
|
+
const VERSION$1H = "2567891b2fa38268398d109e75307004";
|
|
1305
|
+
function validate$2w(obj, path = 'WeeklyScheduleRepresentation') {
|
|
1306
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
1307
1307
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
1308
1308
|
return validateScheduleRepresentation_validateError;
|
|
1309
1309
|
}
|
|
@@ -1333,11 +1333,11 @@ function keyBuilderFromType$o(luvio, object) {
|
|
|
1333
1333
|
function normalize$G(input, existing, path, luvio, store, timestamp) {
|
|
1334
1334
|
return input;
|
|
1335
1335
|
}
|
|
1336
|
-
const select$
|
|
1337
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1336
|
+
const select$2y = function WeeklyScheduleRepresentationSelect() {
|
|
1337
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
1338
1338
|
return {
|
|
1339
1339
|
kind: 'Fragment',
|
|
1340
|
-
version: VERSION$
|
|
1340
|
+
version: VERSION$1H,
|
|
1341
1341
|
private: [],
|
|
1342
1342
|
selections: [
|
|
1343
1343
|
...ScheduleRepresentationSelections,
|
|
@@ -1349,8 +1349,8 @@ const select$2x = function WeeklyScheduleRepresentationSelect() {
|
|
|
1349
1349
|
]
|
|
1350
1350
|
};
|
|
1351
1351
|
};
|
|
1352
|
-
function equals$
|
|
1353
|
-
if (equals$
|
|
1352
|
+
function equals$1H(existing, incoming) {
|
|
1353
|
+
if (equals$1D(existing, incoming) === false) {
|
|
1354
1354
|
return false;
|
|
1355
1355
|
}
|
|
1356
1356
|
const existing_daysOfWeek = existing.daysOfWeek;
|
|
@@ -1367,14 +1367,14 @@ function equals$1G(existing, incoming) {
|
|
|
1367
1367
|
}
|
|
1368
1368
|
const ingest$H = function WeeklyScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1369
1369
|
if (process.env.NODE_ENV !== 'production') {
|
|
1370
|
-
const validateError = validate$
|
|
1370
|
+
const validateError = validate$2w(input);
|
|
1371
1371
|
if (validateError !== null) {
|
|
1372
1372
|
throw validateError;
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
1375
|
const key = keyBuilderFromType$o(luvio, input);
|
|
1376
1376
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1377
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "WAVE", VERSION$
|
|
1377
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$G, "WAVE", VERSION$1H, RepresentationType$I, equals$1H);
|
|
1378
1378
|
return createLink(key);
|
|
1379
1379
|
};
|
|
1380
1380
|
function getTypeCacheKeys$H(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1387,9 +1387,9 @@ function getTypeCacheKeys$H(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1387
1387
|
});
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
|
-
const VERSION$
|
|
1391
|
-
function validate$
|
|
1392
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
1390
|
+
const VERSION$1G = "8d6671abfda59d314a631ca61312f86c";
|
|
1391
|
+
function validate$2v(obj, path = 'MonthlyRelativeScheduleRepresentation') {
|
|
1392
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
1393
1393
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
1394
1394
|
return validateScheduleRepresentation_validateError;
|
|
1395
1395
|
}
|
|
@@ -1421,11 +1421,11 @@ function keyBuilderFromType$n(luvio, object) {
|
|
|
1421
1421
|
function normalize$F(input, existing, path, luvio, store, timestamp) {
|
|
1422
1422
|
return input;
|
|
1423
1423
|
}
|
|
1424
|
-
const select$
|
|
1425
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1424
|
+
const select$2x = function MonthlyRelativeScheduleRepresentationSelect() {
|
|
1425
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
1426
1426
|
return {
|
|
1427
1427
|
kind: 'Fragment',
|
|
1428
|
-
version: VERSION$
|
|
1428
|
+
version: VERSION$1G,
|
|
1429
1429
|
private: [],
|
|
1430
1430
|
selections: [
|
|
1431
1431
|
...ScheduleRepresentationSelections,
|
|
@@ -1442,8 +1442,8 @@ const select$2w = function MonthlyRelativeScheduleRepresentationSelect() {
|
|
|
1442
1442
|
]
|
|
1443
1443
|
};
|
|
1444
1444
|
};
|
|
1445
|
-
function equals$
|
|
1446
|
-
if (equals$
|
|
1445
|
+
function equals$1G(existing, incoming) {
|
|
1446
|
+
if (equals$1D(existing, incoming) === false) {
|
|
1447
1447
|
return false;
|
|
1448
1448
|
}
|
|
1449
1449
|
const existing_dayInWeek = existing.dayInWeek;
|
|
@@ -1476,14 +1476,14 @@ function equals$1F(existing, incoming) {
|
|
|
1476
1476
|
}
|
|
1477
1477
|
const ingest$G = function MonthlyRelativeScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1478
1478
|
if (process.env.NODE_ENV !== 'production') {
|
|
1479
|
-
const validateError = validate$
|
|
1479
|
+
const validateError = validate$2v(input);
|
|
1480
1480
|
if (validateError !== null) {
|
|
1481
1481
|
throw validateError;
|
|
1482
1482
|
}
|
|
1483
1483
|
}
|
|
1484
1484
|
const key = keyBuilderFromType$n(luvio, input);
|
|
1485
1485
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1486
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "WAVE", VERSION$
|
|
1486
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$F, "WAVE", VERSION$1G, RepresentationType$H, equals$1G);
|
|
1487
1487
|
return createLink(key);
|
|
1488
1488
|
};
|
|
1489
1489
|
function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1496,9 +1496,9 @@ function getTypeCacheKeys$G(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1496
1496
|
});
|
|
1497
1497
|
}
|
|
1498
1498
|
|
|
1499
|
-
const VERSION$
|
|
1500
|
-
function validate$
|
|
1501
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
1499
|
+
const VERSION$1F = "2842a3ceee436af5827b230befd0c300";
|
|
1500
|
+
function validate$2u(obj, path = 'DailyScheduleRepresentation') {
|
|
1501
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
1502
1502
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
1503
1503
|
return validateScheduleRepresentation_validateError;
|
|
1504
1504
|
}
|
|
@@ -1516,33 +1516,33 @@ function keyBuilderFromType$m(luvio, object) {
|
|
|
1516
1516
|
function normalize$E(input, existing, path, luvio, store, timestamp) {
|
|
1517
1517
|
return input;
|
|
1518
1518
|
}
|
|
1519
|
-
const select$
|
|
1520
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1519
|
+
const select$2w = function DailyScheduleRepresentationSelect() {
|
|
1520
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
1521
1521
|
return {
|
|
1522
1522
|
kind: 'Fragment',
|
|
1523
|
-
version: VERSION$
|
|
1523
|
+
version: VERSION$1F,
|
|
1524
1524
|
private: [],
|
|
1525
1525
|
selections: [
|
|
1526
1526
|
...ScheduleRepresentationSelections,
|
|
1527
1527
|
]
|
|
1528
1528
|
};
|
|
1529
1529
|
};
|
|
1530
|
-
function equals$
|
|
1531
|
-
if (equals$
|
|
1530
|
+
function equals$1F(existing, incoming) {
|
|
1531
|
+
if (equals$1D(existing, incoming) === false) {
|
|
1532
1532
|
return false;
|
|
1533
1533
|
}
|
|
1534
1534
|
return true;
|
|
1535
1535
|
}
|
|
1536
1536
|
const ingest$F = function DailyScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1537
1537
|
if (process.env.NODE_ENV !== 'production') {
|
|
1538
|
-
const validateError = validate$
|
|
1538
|
+
const validateError = validate$2u(input);
|
|
1539
1539
|
if (validateError !== null) {
|
|
1540
1540
|
throw validateError;
|
|
1541
1541
|
}
|
|
1542
1542
|
}
|
|
1543
1543
|
const key = keyBuilderFromType$m(luvio, input);
|
|
1544
1544
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1545
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$E, "WAVE", VERSION$
|
|
1545
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$E, "WAVE", VERSION$1F, RepresentationType$G, equals$1F);
|
|
1546
1546
|
return createLink(key);
|
|
1547
1547
|
};
|
|
1548
1548
|
function getTypeCacheKeys$F(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1555,9 +1555,9 @@ function getTypeCacheKeys$F(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1555
1555
|
});
|
|
1556
1556
|
}
|
|
1557
1557
|
|
|
1558
|
-
const VERSION$
|
|
1559
|
-
function validate$
|
|
1560
|
-
const validateScheduleRepresentation_validateError = validate$
|
|
1558
|
+
const VERSION$1E = "c05150b2e54ca6c08b9dd3505e0343c9";
|
|
1559
|
+
function validate$2t(obj, path = 'EmptyScheduleRepresentation') {
|
|
1560
|
+
const validateScheduleRepresentation_validateError = validate$2s(obj, path);
|
|
1561
1561
|
if (validateScheduleRepresentation_validateError !== null) {
|
|
1562
1562
|
return validateScheduleRepresentation_validateError;
|
|
1563
1563
|
}
|
|
@@ -1575,33 +1575,33 @@ function keyBuilderFromType$l(luvio, object) {
|
|
|
1575
1575
|
function normalize$D(input, existing, path, luvio, store, timestamp) {
|
|
1576
1576
|
return input;
|
|
1577
1577
|
}
|
|
1578
|
-
const select$
|
|
1579
|
-
const { selections: ScheduleRepresentationSelections } = select$
|
|
1578
|
+
const select$2v = function EmptyScheduleRepresentationSelect() {
|
|
1579
|
+
const { selections: ScheduleRepresentationSelections } = select$2u();
|
|
1580
1580
|
return {
|
|
1581
1581
|
kind: 'Fragment',
|
|
1582
|
-
version: VERSION$
|
|
1582
|
+
version: VERSION$1E,
|
|
1583
1583
|
private: [],
|
|
1584
1584
|
selections: [
|
|
1585
1585
|
...ScheduleRepresentationSelections,
|
|
1586
1586
|
]
|
|
1587
1587
|
};
|
|
1588
1588
|
};
|
|
1589
|
-
function equals$
|
|
1590
|
-
if (equals$
|
|
1589
|
+
function equals$1E(existing, incoming) {
|
|
1590
|
+
if (equals$1D(existing, incoming) === false) {
|
|
1591
1591
|
return false;
|
|
1592
1592
|
}
|
|
1593
1593
|
return true;
|
|
1594
1594
|
}
|
|
1595
1595
|
const ingest$E = function EmptyScheduleRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
1596
1596
|
if (process.env.NODE_ENV !== 'production') {
|
|
1597
|
-
const validateError = validate$
|
|
1597
|
+
const validateError = validate$2t(input);
|
|
1598
1598
|
if (validateError !== null) {
|
|
1599
1599
|
throw validateError;
|
|
1600
1600
|
}
|
|
1601
1601
|
}
|
|
1602
1602
|
const key = keyBuilderFromType$l(luvio, input);
|
|
1603
1603
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 2592000000;
|
|
1604
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "WAVE", VERSION$
|
|
1604
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$D, "WAVE", VERSION$1E, RepresentationType$F, equals$1E);
|
|
1605
1605
|
return createLink(key);
|
|
1606
1606
|
};
|
|
1607
1607
|
function getTypeCacheKeys$E(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1625,8 +1625,8 @@ var DiscriminatorValues$4;
|
|
|
1625
1625
|
DiscriminatorValues["daily"] = "daily";
|
|
1626
1626
|
DiscriminatorValues["none"] = "none";
|
|
1627
1627
|
})(DiscriminatorValues$4 || (DiscriminatorValues$4 = {}));
|
|
1628
|
-
const VERSION$
|
|
1629
|
-
function validate$
|
|
1628
|
+
const VERSION$1D = "224eb51518219855b4532b0c87fd4d2c";
|
|
1629
|
+
function validate$2s(obj, path = 'ScheduleRepresentation') {
|
|
1630
1630
|
const v_error = (() => {
|
|
1631
1631
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1632
1632
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1639,7 +1639,7 @@ function validate$2r(obj, path = 'ScheduleRepresentation') {
|
|
|
1639
1639
|
if (obj.events !== undefined) {
|
|
1640
1640
|
const obj_events = obj.events;
|
|
1641
1641
|
const path_events = path + '.events';
|
|
1642
|
-
const referencepath_eventsValidationError = validate$
|
|
1642
|
+
const referencepath_eventsValidationError = validate$2D(obj_events, path_events);
|
|
1643
1643
|
if (referencepath_eventsValidationError !== null) {
|
|
1644
1644
|
let message = 'Object doesn\'t match JobEventCollectionRepresentation (at "' + path_events + '")\n';
|
|
1645
1645
|
message += referencepath_eventsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1668,7 +1668,7 @@ function validate$2r(obj, path = 'ScheduleRepresentation') {
|
|
|
1668
1668
|
if (obj.time !== undefined) {
|
|
1669
1669
|
const obj_time = obj.time;
|
|
1670
1670
|
const path_time = path + '.time';
|
|
1671
|
-
const referencepath_timeValidationError = validate$
|
|
1671
|
+
const referencepath_timeValidationError = validate$2B(obj_time, path_time);
|
|
1672
1672
|
if (referencepath_timeValidationError !== null) {
|
|
1673
1673
|
let message = 'Object doesn\'t match TimeRepresentation (at "' + path_time + '")\n';
|
|
1674
1674
|
message += referencepath_timeValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1689,14 +1689,14 @@ function keyBuilderFromType$k(luvio, object) {
|
|
|
1689
1689
|
return keyBuilder$1t(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$2C();
|
|
1693
|
+
const monthlySpecificScheduleRepresentationSelections = select$2B();
|
|
1694
|
+
const minutelyScheduleRepresentationSelections = select$2A();
|
|
1695
|
+
const eventDrivenScheduleRepresentationSelections = select$2z();
|
|
1696
|
+
const weeklyScheduleRepresentationSelections = select$2y();
|
|
1697
|
+
const monthlyRelativeScheduleRepresentationSelections = select$2x();
|
|
1698
|
+
const dailyScheduleRepresentationSelections = select$2w();
|
|
1699
|
+
const emptyScheduleRepresentationSelections = select$2v();
|
|
1700
1700
|
return {
|
|
1701
1701
|
kind: 'Fragment',
|
|
1702
1702
|
union: true,
|
|
@@ -1713,12 +1713,12 @@ 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$2u = function ScheduleRepresentationSelect() {
|
|
1717
|
+
const { selections: JobEventCollectionRepresentation__selections, opaque: JobEventCollectionRepresentation__opaque, } = select$2F();
|
|
1718
|
+
const { selections: TimeRepresentation__selections, opaque: TimeRepresentation__opaque, } = select$2D();
|
|
1719
1719
|
return {
|
|
1720
1720
|
kind: 'Fragment',
|
|
1721
|
-
version: VERSION$
|
|
1721
|
+
version: VERSION$1D,
|
|
1722
1722
|
private: [],
|
|
1723
1723
|
selections: [
|
|
1724
1724
|
{
|
|
@@ -1754,7 +1754,7 @@ const select$2t = function ScheduleRepresentationSelect() {
|
|
|
1754
1754
|
]
|
|
1755
1755
|
};
|
|
1756
1756
|
};
|
|
1757
|
-
function equals$
|
|
1757
|
+
function equals$1D(existing, incoming) {
|
|
1758
1758
|
const existing_assetId = existing.assetId;
|
|
1759
1759
|
const incoming_assetId = incoming.assetId;
|
|
1760
1760
|
if (!(existing_assetId === incoming_assetId)) {
|
|
@@ -1800,7 +1800,7 @@ function equals$1C(existing, incoming) {
|
|
|
1800
1800
|
if (existing_events === undefined || incoming_events === undefined) {
|
|
1801
1801
|
return false;
|
|
1802
1802
|
}
|
|
1803
|
-
if (!(equals$
|
|
1803
|
+
if (!(equals$1O(existing_events, incoming_events))) {
|
|
1804
1804
|
return false;
|
|
1805
1805
|
}
|
|
1806
1806
|
}
|
|
@@ -1813,7 +1813,7 @@ function equals$1C(existing, incoming) {
|
|
|
1813
1813
|
if (existing_time === undefined || incoming_time === undefined) {
|
|
1814
1814
|
return false;
|
|
1815
1815
|
}
|
|
1816
|
-
if (!(equals$
|
|
1816
|
+
if (!(equals$1M(existing_time, incoming_time))) {
|
|
1817
1817
|
return false;
|
|
1818
1818
|
}
|
|
1819
1819
|
}
|
|
@@ -1879,7 +1879,7 @@ function getTypeCacheKeys$D(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$2t(luvio, params) {
|
|
1883
1883
|
return selectChildren();
|
|
1884
1884
|
}
|
|
1885
1885
|
function keyBuilder$1s(luvio, params) {
|
|
@@ -1896,7 +1896,7 @@ function ingestSuccess$S(luvio, resourceParams, response, snapshotRefresh) {
|
|
|
1896
1896
|
luvio.storeIngest(key, ingest$D, body);
|
|
1897
1897
|
const snapshot = luvio.storeLookup({
|
|
1898
1898
|
recordId: key,
|
|
1899
|
-
node: select$
|
|
1899
|
+
node: select$2t(),
|
|
1900
1900
|
variables: {},
|
|
1901
1901
|
}, snapshotRefresh);
|
|
1902
1902
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -1957,7 +1957,7 @@ function validateAdapterConfig$X(untrustedConfig, configPropertyNames) {
|
|
|
1957
1957
|
}
|
|
1958
1958
|
function adapterFragment$y(luvio, config) {
|
|
1959
1959
|
createResourceParams$X(config);
|
|
1960
|
-
return select$
|
|
1960
|
+
return select$2t();
|
|
1961
1961
|
}
|
|
1962
1962
|
function onFetchResponseSuccess$C(luvio, config, resourceParams, response) {
|
|
1963
1963
|
const snapshot = ingestSuccess$S(luvio, resourceParams, response, {
|
|
@@ -2013,7 +2013,7 @@ const getScheduleAdapterFactory = (luvio) => function WAVE__getSchedule(untruste
|
|
|
2013
2013
|
buildCachedSnapshotCachePolicy$C, buildNetworkSnapshotCachePolicy$y);
|
|
2014
2014
|
};
|
|
2015
2015
|
|
|
2016
|
-
function validate$
|
|
2016
|
+
function validate$2r(obj, path = 'ScheduleInputRepresentation') {
|
|
2017
2017
|
const v_error = (() => {
|
|
2018
2018
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2019
2019
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2052,7 +2052,7 @@ function validate$2q(obj, path = 'ScheduleInputRepresentation') {
|
|
|
2052
2052
|
return v_error === undefined ? null : v_error;
|
|
2053
2053
|
}
|
|
2054
2054
|
|
|
2055
|
-
function select$
|
|
2055
|
+
function select$2s(luvio, params) {
|
|
2056
2056
|
return selectChildren();
|
|
2057
2057
|
}
|
|
2058
2058
|
function getResponseCacheKeys$W(storeKeyMap, luvio, resourceParams, response) {
|
|
@@ -2064,7 +2064,7 @@ function ingestSuccess$R(luvio, resourceParams, response) {
|
|
|
2064
2064
|
luvio.storeIngest(key, ingest$D, body);
|
|
2065
2065
|
const snapshot = luvio.storeLookup({
|
|
2066
2066
|
recordId: key,
|
|
2067
|
-
node: select$
|
|
2067
|
+
node: select$2s(),
|
|
2068
2068
|
variables: {},
|
|
2069
2069
|
});
|
|
2070
2070
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -2100,7 +2100,7 @@ function typeCheckConfig$W(untrustedConfig) {
|
|
|
2100
2100
|
const config = {};
|
|
2101
2101
|
typeCheckConfig$Z(untrustedConfig, config, updateSchedule_ConfigPropertyMetadata);
|
|
2102
2102
|
const untrustedConfig_schedule = untrustedConfig.schedule;
|
|
2103
|
-
const referenceScheduleInputRepresentationValidationError = validate$
|
|
2103
|
+
const referenceScheduleInputRepresentationValidationError = validate$2r(untrustedConfig_schedule);
|
|
2104
2104
|
if (referenceScheduleInputRepresentationValidationError === null) {
|
|
2105
2105
|
config.schedule = untrustedConfig_schedule;
|
|
2106
2106
|
}
|
|
@@ -2148,6 +2148,56 @@ const updateScheduleAdapterFactory = (luvio) => {
|
|
|
2148
2148
|
};
|
|
2149
2149
|
};
|
|
2150
2150
|
|
|
2151
|
+
const VERSION$1C = "682d8becb69451b6b6baf26e889f3577";
|
|
2152
|
+
function validate$2q(obj, path = 'ConnectionsStatsRepresentation') {
|
|
2153
|
+
const v_error = (() => {
|
|
2154
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2155
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2156
|
+
}
|
|
2157
|
+
const obj_currentParquetOptInObjects = obj.currentParquetOptInObjects;
|
|
2158
|
+
const path_currentParquetOptInObjects = path + '.currentParquetOptInObjects';
|
|
2159
|
+
if (typeof obj_currentParquetOptInObjects !== 'number' || (typeof obj_currentParquetOptInObjects === 'number' && Math.floor(obj_currentParquetOptInObjects) !== obj_currentParquetOptInObjects)) {
|
|
2160
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_currentParquetOptInObjects + '" (at "' + path_currentParquetOptInObjects + '")');
|
|
2161
|
+
}
|
|
2162
|
+
const obj_maximumParquetOptInObjects = obj.maximumParquetOptInObjects;
|
|
2163
|
+
const path_maximumParquetOptInObjects = path + '.maximumParquetOptInObjects';
|
|
2164
|
+
if (typeof obj_maximumParquetOptInObjects !== 'number' || (typeof obj_maximumParquetOptInObjects === 'number' && Math.floor(obj_maximumParquetOptInObjects) !== obj_maximumParquetOptInObjects)) {
|
|
2165
|
+
return new TypeError('Expected "integer" but received "' + typeof obj_maximumParquetOptInObjects + '" (at "' + path_maximumParquetOptInObjects + '")');
|
|
2166
|
+
}
|
|
2167
|
+
})();
|
|
2168
|
+
return v_error === undefined ? null : v_error;
|
|
2169
|
+
}
|
|
2170
|
+
const select$2r = function ConnectionsStatsRepresentationSelect() {
|
|
2171
|
+
return {
|
|
2172
|
+
kind: 'Fragment',
|
|
2173
|
+
version: VERSION$1C,
|
|
2174
|
+
private: [],
|
|
2175
|
+
selections: [
|
|
2176
|
+
{
|
|
2177
|
+
name: 'currentParquetOptInObjects',
|
|
2178
|
+
kind: 'Scalar'
|
|
2179
|
+
},
|
|
2180
|
+
{
|
|
2181
|
+
name: 'maximumParquetOptInObjects',
|
|
2182
|
+
kind: 'Scalar'
|
|
2183
|
+
}
|
|
2184
|
+
]
|
|
2185
|
+
};
|
|
2186
|
+
};
|
|
2187
|
+
function equals$1C(existing, incoming) {
|
|
2188
|
+
const existing_currentParquetOptInObjects = existing.currentParquetOptInObjects;
|
|
2189
|
+
const incoming_currentParquetOptInObjects = incoming.currentParquetOptInObjects;
|
|
2190
|
+
if (!(existing_currentParquetOptInObjects === incoming_currentParquetOptInObjects)) {
|
|
2191
|
+
return false;
|
|
2192
|
+
}
|
|
2193
|
+
const existing_maximumParquetOptInObjects = existing.maximumParquetOptInObjects;
|
|
2194
|
+
const incoming_maximumParquetOptInObjects = incoming.maximumParquetOptInObjects;
|
|
2195
|
+
if (!(existing_maximumParquetOptInObjects === incoming_maximumParquetOptInObjects)) {
|
|
2196
|
+
return false;
|
|
2197
|
+
}
|
|
2198
|
+
return true;
|
|
2199
|
+
}
|
|
2200
|
+
|
|
2151
2201
|
const VERSION$1B = "e8f427b64859200701253987f7c91ecd";
|
|
2152
2202
|
function validate$2p(obj, path = 'PermissionsRepresentation') {
|
|
2153
2203
|
const v_error = (() => {
|
|
@@ -2450,7 +2500,7 @@ function validate$2m(obj, path = 'WaveFileMetadataRepresentation') {
|
|
|
2450
2500
|
if (obj.createdBy !== undefined) {
|
|
2451
2501
|
const obj_createdBy = obj.createdBy;
|
|
2452
2502
|
const path_createdBy = path + '.createdBy';
|
|
2453
|
-
const referencepath_createdByValidationError = validate$
|
|
2503
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
2454
2504
|
if (referencepath_createdByValidationError !== null) {
|
|
2455
2505
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
2456
2506
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2510,7 +2560,7 @@ function validate$2m(obj, path = 'WaveFileMetadataRepresentation') {
|
|
|
2510
2560
|
return v_error === undefined ? null : v_error;
|
|
2511
2561
|
}
|
|
2512
2562
|
const select$2n = function WaveFileMetadataRepresentationSelect() {
|
|
2513
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
2563
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
2514
2564
|
return {
|
|
2515
2565
|
kind: 'Fragment',
|
|
2516
2566
|
version: VERSION$1y,
|
|
@@ -2661,7 +2711,7 @@ function equals$1y(existing, incoming) {
|
|
|
2661
2711
|
if (existing_createdBy === undefined || incoming_createdBy === undefined) {
|
|
2662
2712
|
return false;
|
|
2663
2713
|
}
|
|
2664
|
-
if (!(equals$
|
|
2714
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
2665
2715
|
return false;
|
|
2666
2716
|
}
|
|
2667
2717
|
}
|
|
@@ -5101,7 +5151,7 @@ function validate$28(obj, path = 'XmdInnerRepresentation') {
|
|
|
5101
5151
|
}
|
|
5102
5152
|
const obj_createdBy = obj.createdBy;
|
|
5103
5153
|
const path_createdBy = path + '.createdBy';
|
|
5104
|
-
const referencepath_createdByValidationError = validate$
|
|
5154
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
5105
5155
|
if (referencepath_createdByValidationError !== null) {
|
|
5106
5156
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
5107
5157
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5194,7 +5244,7 @@ function validate$28(obj, path = 'XmdInnerRepresentation') {
|
|
|
5194
5244
|
}
|
|
5195
5245
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
5196
5246
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
5197
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
5247
|
+
const referencepath_lastModifiedByValidationError = validate$2F(obj_lastModifiedBy, path_lastModifiedBy);
|
|
5198
5248
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
5199
5249
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
5200
5250
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -5263,7 +5313,7 @@ function validate$28(obj, path = 'XmdInnerRepresentation') {
|
|
|
5263
5313
|
return v_error === undefined ? null : v_error;
|
|
5264
5314
|
}
|
|
5265
5315
|
const select$29 = function XmdInnerRepresentationSelect() {
|
|
5266
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
5316
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
5267
5317
|
const { selections: XmdDatasetRepresentation__selections, opaque: XmdDatasetRepresentation__opaque, } = select$2l();
|
|
5268
5318
|
const { selections: XmdDateRepresentation__selections, opaque: XmdDateRepresentation__opaque, } = select$2j();
|
|
5269
5319
|
const { selections: XmdDimensionRepresentation__selections, opaque: XmdDimensionRepresentation__opaque, } = select$2e();
|
|
@@ -5408,7 +5458,7 @@ function equals$1k(existing, incoming) {
|
|
|
5408
5458
|
}
|
|
5409
5459
|
const existing_createdBy = existing.createdBy;
|
|
5410
5460
|
const incoming_createdBy = incoming.createdBy;
|
|
5411
|
-
if (!(equals$
|
|
5461
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
5412
5462
|
return false;
|
|
5413
5463
|
}
|
|
5414
5464
|
const existing_dataset = existing.dataset;
|
|
@@ -5458,7 +5508,7 @@ function equals$1k(existing, incoming) {
|
|
|
5458
5508
|
}
|
|
5459
5509
|
const existing_lastModifiedBy = existing.lastModifiedBy;
|
|
5460
5510
|
const incoming_lastModifiedBy = incoming.lastModifiedBy;
|
|
5461
|
-
if (!(equals$
|
|
5511
|
+
if (!(equals$1Q(existing_lastModifiedBy, incoming_lastModifiedBy))) {
|
|
5462
5512
|
return false;
|
|
5463
5513
|
}
|
|
5464
5514
|
const existing_measures = existing.measures;
|
|
@@ -7340,7 +7390,7 @@ function validate$1_(obj, path = 'DatasetRepresentation') {
|
|
|
7340
7390
|
if (obj.currentVersionCreatedBy !== undefined) {
|
|
7341
7391
|
const obj_currentVersionCreatedBy = obj.currentVersionCreatedBy;
|
|
7342
7392
|
const path_currentVersionCreatedBy = path + '.currentVersionCreatedBy';
|
|
7343
|
-
const referencepath_currentVersionCreatedByValidationError = validate$
|
|
7393
|
+
const referencepath_currentVersionCreatedByValidationError = validate$2F(obj_currentVersionCreatedBy, path_currentVersionCreatedBy);
|
|
7344
7394
|
if (referencepath_currentVersionCreatedByValidationError !== null) {
|
|
7345
7395
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_currentVersionCreatedBy + '")\n';
|
|
7346
7396
|
message += referencepath_currentVersionCreatedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7364,7 +7414,7 @@ function validate$1_(obj, path = 'DatasetRepresentation') {
|
|
|
7364
7414
|
if (obj.currentVersionLastModifiedBy !== undefined) {
|
|
7365
7415
|
const obj_currentVersionLastModifiedBy = obj.currentVersionLastModifiedBy;
|
|
7366
7416
|
const path_currentVersionLastModifiedBy = path + '.currentVersionLastModifiedBy';
|
|
7367
|
-
const referencepath_currentVersionLastModifiedByValidationError = validate$
|
|
7417
|
+
const referencepath_currentVersionLastModifiedByValidationError = validate$2F(obj_currentVersionLastModifiedBy, path_currentVersionLastModifiedBy);
|
|
7368
7418
|
if (referencepath_currentVersionLastModifiedByValidationError !== null) {
|
|
7369
7419
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_currentVersionLastModifiedBy + '")\n';
|
|
7370
7420
|
message += referencepath_currentVersionLastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7484,7 +7534,7 @@ function normalize$z(input, existing, path, luvio, store, timestamp) {
|
|
|
7484
7534
|
}
|
|
7485
7535
|
const select$1$ = function DatasetRepresentationSelect() {
|
|
7486
7536
|
const { selections: BaseWaveAssetRepresentationSelections } = select$1P();
|
|
7487
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
7537
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
7488
7538
|
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2o();
|
|
7489
7539
|
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$26();
|
|
7490
7540
|
const { selections: LiveConnectionRepresentation__selections, opaque: LiveConnectionRepresentation__opaque, } = select$20();
|
|
@@ -7753,7 +7803,7 @@ function equals$1a(existing, incoming) {
|
|
|
7753
7803
|
if (existing_currentVersionCreatedBy === undefined || incoming_currentVersionCreatedBy === undefined) {
|
|
7754
7804
|
return false;
|
|
7755
7805
|
}
|
|
7756
|
-
if (!(equals$
|
|
7806
|
+
if (!(equals$1Q(existing_currentVersionCreatedBy, incoming_currentVersionCreatedBy))) {
|
|
7757
7807
|
return false;
|
|
7758
7808
|
}
|
|
7759
7809
|
}
|
|
@@ -7766,7 +7816,7 @@ function equals$1a(existing, incoming) {
|
|
|
7766
7816
|
if (existing_currentVersionLastModifiedBy === undefined || incoming_currentVersionLastModifiedBy === undefined) {
|
|
7767
7817
|
return false;
|
|
7768
7818
|
}
|
|
7769
|
-
if (!(equals$
|
|
7819
|
+
if (!(equals$1Q(existing_currentVersionLastModifiedBy, incoming_currentVersionLastModifiedBy))) {
|
|
7770
7820
|
return false;
|
|
7771
7821
|
}
|
|
7772
7822
|
}
|
|
@@ -7964,7 +8014,7 @@ function validate$1X(obj, path = 'DataflowVersionRepresentation') {
|
|
|
7964
8014
|
}
|
|
7965
8015
|
const obj_createdBy = obj.createdBy;
|
|
7966
8016
|
const path_createdBy = path + '.createdBy';
|
|
7967
|
-
const referencepath_createdByValidationError = validate$
|
|
8017
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
7968
8018
|
if (referencepath_createdByValidationError !== null) {
|
|
7969
8019
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
7970
8020
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -7994,7 +8044,7 @@ function validate$1X(obj, path = 'DataflowVersionRepresentation') {
|
|
|
7994
8044
|
return v_error === undefined ? null : v_error;
|
|
7995
8045
|
}
|
|
7996
8046
|
const select$1Y = function DataflowVersionRepresentationSelect() {
|
|
7997
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
8047
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
7998
8048
|
const { selections: DataflowDefinitionRepresentation__selections, opaque: DataflowDefinitionRepresentation__opaque, } = select$1Z();
|
|
7999
8049
|
return {
|
|
8000
8050
|
kind: 'Fragment',
|
|
@@ -8036,7 +8086,7 @@ function equals$17(existing, incoming) {
|
|
|
8036
8086
|
}
|
|
8037
8087
|
const existing_createdBy = existing.createdBy;
|
|
8038
8088
|
const incoming_createdBy = incoming.createdBy;
|
|
8039
|
-
if (!(equals$
|
|
8089
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
8040
8090
|
return false;
|
|
8041
8091
|
}
|
|
8042
8092
|
const existing_definition = existing.definition;
|
|
@@ -8898,7 +8948,7 @@ function validate$1S(obj, path = 'DataflowJobRepresentation') {
|
|
|
8898
8948
|
if (obj.events !== undefined) {
|
|
8899
8949
|
const obj_events = obj.events;
|
|
8900
8950
|
const path_events = path + '.events';
|
|
8901
|
-
const referencepath_eventsValidationError = validate$
|
|
8951
|
+
const referencepath_eventsValidationError = validate$2D(obj_events, path_events);
|
|
8902
8952
|
if (referencepath_eventsValidationError !== null) {
|
|
8903
8953
|
let message = 'Object doesn\'t match JobEventCollectionRepresentation (at "' + path_events + '")\n';
|
|
8904
8954
|
message += referencepath_eventsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -9136,7 +9186,7 @@ function normalize$w(input, existing, path, luvio, store, timestamp) {
|
|
|
9136
9186
|
}
|
|
9137
9187
|
const select$1T = function DataflowJobRepresentationSelect() {
|
|
9138
9188
|
const { selections: BaseWaveAssetRepresentationSelections } = select$1P();
|
|
9139
|
-
const { selections: JobEventCollectionRepresentation__selections, opaque: JobEventCollectionRepresentation__opaque, } = select$
|
|
9189
|
+
const { selections: JobEventCollectionRepresentation__selections, opaque: JobEventCollectionRepresentation__opaque, } = select$2F();
|
|
9140
9190
|
const { selections: DataflowNodeCollectionRepresentation__selections, opaque: DataflowNodeCollectionRepresentation__opaque, } = select$1V();
|
|
9141
9191
|
const { selections: LicenseAttributesRepresentation__selections, opaque: LicenseAttributesRepresentation__opaque, } = select$26();
|
|
9142
9192
|
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2o();
|
|
@@ -9292,7 +9342,7 @@ function equals$12(existing, incoming) {
|
|
|
9292
9342
|
if (existing_events === undefined || incoming_events === undefined) {
|
|
9293
9343
|
return false;
|
|
9294
9344
|
}
|
|
9295
|
-
if (!(equals$
|
|
9345
|
+
if (!(equals$1O(existing_events, incoming_events))) {
|
|
9296
9346
|
return false;
|
|
9297
9347
|
}
|
|
9298
9348
|
}
|
|
@@ -10066,7 +10116,7 @@ function validate$1O(obj, path = 'BaseWaveAssetRepresentation') {
|
|
|
10066
10116
|
if (obj.createdBy !== undefined) {
|
|
10067
10117
|
const obj_createdBy = obj.createdBy;
|
|
10068
10118
|
const path_createdBy = path + '.createdBy';
|
|
10069
|
-
const referencepath_createdByValidationError = validate$
|
|
10119
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
10070
10120
|
if (referencepath_createdByValidationError !== null) {
|
|
10071
10121
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
10072
10122
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10132,7 +10182,7 @@ function validate$1O(obj, path = 'BaseWaveAssetRepresentation') {
|
|
|
10132
10182
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
10133
10183
|
let obj_lastModifiedBy_union0 = null;
|
|
10134
10184
|
const obj_lastModifiedBy_union0_error = (() => {
|
|
10135
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
10185
|
+
const referencepath_lastModifiedByValidationError = validate$2F(obj_lastModifiedBy, path_lastModifiedBy);
|
|
10136
10186
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
10137
10187
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
10138
10188
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -10255,7 +10305,7 @@ function keyBuilderFromType$c(luvio, object) {
|
|
|
10255
10305
|
return keyBuilder$1k(luvio, keyParams);
|
|
10256
10306
|
}
|
|
10257
10307
|
const select$1P = function BaseWaveAssetRepresentationSelect() {
|
|
10258
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
10308
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
10259
10309
|
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$2q();
|
|
10260
10310
|
return {
|
|
10261
10311
|
kind: 'Fragment',
|
|
@@ -10440,7 +10490,7 @@ function equals$_(existing, incoming) {
|
|
|
10440
10490
|
if (existing_createdBy === undefined || incoming_createdBy === undefined) {
|
|
10441
10491
|
return false;
|
|
10442
10492
|
}
|
|
10443
|
-
if (!(equals$
|
|
10493
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
10444
10494
|
return false;
|
|
10445
10495
|
}
|
|
10446
10496
|
}
|
|
@@ -10469,7 +10519,7 @@ function equals$_(existing, incoming) {
|
|
|
10469
10519
|
if (!(existing_lastModifiedBy === incoming_lastModifiedBy
|
|
10470
10520
|
|| (existing_lastModifiedBy != null &&
|
|
10471
10521
|
incoming_lastModifiedBy != null &&
|
|
10472
|
-
equals$
|
|
10522
|
+
equals$1Q(existing_lastModifiedBy, incoming_lastModifiedBy)))) {
|
|
10473
10523
|
return false;
|
|
10474
10524
|
}
|
|
10475
10525
|
}
|
|
@@ -10807,7 +10857,7 @@ function getTypeCacheKeys$u(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
10807
10857
|
}
|
|
10808
10858
|
|
|
10809
10859
|
const TTL$p = 300;
|
|
10810
|
-
const VERSION$X = "
|
|
10860
|
+
const VERSION$X = "d836e1e5ce20c839538430ec3bed691a";
|
|
10811
10861
|
function validate$1L(obj, path = 'DataConnectorCollectionRepresentation') {
|
|
10812
10862
|
const v_error = (() => {
|
|
10813
10863
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10825,6 +10875,16 @@ function validate$1L(obj, path = 'DataConnectorCollectionRepresentation') {
|
|
|
10825
10875
|
return new TypeError('Expected "object" but received "' + typeof obj_dataConnectors_item + '" (at "' + path_dataConnectors_item + '")');
|
|
10826
10876
|
}
|
|
10827
10877
|
}
|
|
10878
|
+
if (obj.stats !== undefined) {
|
|
10879
|
+
const obj_stats = obj.stats;
|
|
10880
|
+
const path_stats = path + '.stats';
|
|
10881
|
+
const referencepath_statsValidationError = validate$2q(obj_stats, path_stats);
|
|
10882
|
+
if (referencepath_statsValidationError !== null) {
|
|
10883
|
+
let message = 'Object doesn\'t match ConnectionsStatsRepresentation (at "' + path_stats + '")\n';
|
|
10884
|
+
message += referencepath_statsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
10885
|
+
return new TypeError(message);
|
|
10886
|
+
}
|
|
10887
|
+
}
|
|
10828
10888
|
const obj_url = obj.url;
|
|
10829
10889
|
const path_url = path + '.url';
|
|
10830
10890
|
if (typeof obj_url !== 'string') {
|
|
@@ -10854,6 +10914,7 @@ function normalize$t(input, existing, path, luvio, store, timestamp) {
|
|
|
10854
10914
|
return input;
|
|
10855
10915
|
}
|
|
10856
10916
|
const select$1M = function DataConnectorCollectionRepresentationSelect() {
|
|
10917
|
+
const { selections: ConnectionsStatsRepresentation__selections, opaque: ConnectionsStatsRepresentation__opaque, } = select$2r();
|
|
10857
10918
|
return {
|
|
10858
10919
|
kind: 'Fragment',
|
|
10859
10920
|
version: VERSION$X,
|
|
@@ -10865,6 +10926,12 @@ const select$1M = function DataConnectorCollectionRepresentationSelect() {
|
|
|
10865
10926
|
plural: true,
|
|
10866
10927
|
fragment: select$1N()
|
|
10867
10928
|
},
|
|
10929
|
+
{
|
|
10930
|
+
name: 'stats',
|
|
10931
|
+
kind: 'Object',
|
|
10932
|
+
selections: ConnectionsStatsRepresentation__selections,
|
|
10933
|
+
required: false
|
|
10934
|
+
},
|
|
10868
10935
|
{
|
|
10869
10936
|
name: 'url',
|
|
10870
10937
|
kind: 'Scalar'
|
|
@@ -10888,6 +10955,19 @@ function equals$X(existing, incoming) {
|
|
|
10888
10955
|
if (equals_dataConnectors_items === false) {
|
|
10889
10956
|
return false;
|
|
10890
10957
|
}
|
|
10958
|
+
const existing_stats = existing.stats;
|
|
10959
|
+
const incoming_stats = incoming.stats;
|
|
10960
|
+
// if at least one of these optionals is defined
|
|
10961
|
+
if (existing_stats !== undefined || incoming_stats !== undefined) {
|
|
10962
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
10963
|
+
// not equal
|
|
10964
|
+
if (existing_stats === undefined || incoming_stats === undefined) {
|
|
10965
|
+
return false;
|
|
10966
|
+
}
|
|
10967
|
+
if (!(equals$1C(existing_stats, incoming_stats))) {
|
|
10968
|
+
return false;
|
|
10969
|
+
}
|
|
10970
|
+
}
|
|
10891
10971
|
return true;
|
|
10892
10972
|
}
|
|
10893
10973
|
const ingest$t = function DataConnectorCollectionRepresentationIngest(input, path, luvio, store, timestamp) {
|
|
@@ -18342,7 +18422,7 @@ function validate$Z(obj, path = 'XmdRepresentation') {
|
|
|
18342
18422
|
}
|
|
18343
18423
|
const obj_createdBy = obj.createdBy;
|
|
18344
18424
|
const path_createdBy = path + '.createdBy';
|
|
18345
|
-
const referencepath_createdByValidationError = validate$
|
|
18425
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
18346
18426
|
if (referencepath_createdByValidationError !== null) {
|
|
18347
18427
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
18348
18428
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18435,7 +18515,7 @@ function validate$Z(obj, path = 'XmdRepresentation') {
|
|
|
18435
18515
|
}
|
|
18436
18516
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
18437
18517
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
18438
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
18518
|
+
const referencepath_lastModifiedByValidationError = validate$2F(obj_lastModifiedBy, path_lastModifiedBy);
|
|
18439
18519
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
18440
18520
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
18441
18521
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -18506,7 +18586,7 @@ function normalize$h(input, existing, path, luvio, store, timestamp) {
|
|
|
18506
18586
|
return input;
|
|
18507
18587
|
}
|
|
18508
18588
|
const select$14 = function XmdRepresentationSelect() {
|
|
18509
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
18589
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
18510
18590
|
const { selections: XmdDatasetRepresentation__selections, opaque: XmdDatasetRepresentation__opaque, } = select$2l();
|
|
18511
18591
|
const { selections: XmdDateRepresentation__selections, opaque: XmdDateRepresentation__opaque, } = select$2j();
|
|
18512
18592
|
const { selections: XmdDimensionRepresentation__selections, opaque: XmdDimensionRepresentation__opaque, } = select$2e();
|
|
@@ -18642,7 +18722,7 @@ function equals$F(existing, incoming) {
|
|
|
18642
18722
|
}
|
|
18643
18723
|
const existing_createdBy = existing.createdBy;
|
|
18644
18724
|
const incoming_createdBy = incoming.createdBy;
|
|
18645
|
-
if (!(equals$
|
|
18725
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
18646
18726
|
return false;
|
|
18647
18727
|
}
|
|
18648
18728
|
const existing_dataset = existing.dataset;
|
|
@@ -18692,7 +18772,7 @@ function equals$F(existing, incoming) {
|
|
|
18692
18772
|
}
|
|
18693
18773
|
const existing_lastModifiedBy = existing.lastModifiedBy;
|
|
18694
18774
|
const incoming_lastModifiedBy = incoming.lastModifiedBy;
|
|
18695
|
-
if (!(equals$
|
|
18775
|
+
if (!(equals$1Q(existing_lastModifiedBy, incoming_lastModifiedBy))) {
|
|
18696
18776
|
return false;
|
|
18697
18777
|
}
|
|
18698
18778
|
const existing_measures = existing.measures;
|
|
@@ -19116,7 +19196,7 @@ function validate$X(obj, path = 'DependencyRepresentation') {
|
|
|
19116
19196
|
}
|
|
19117
19197
|
const obj_lastModifiedBy = obj.lastModifiedBy;
|
|
19118
19198
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
19119
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
19199
|
+
const referencepath_lastModifiedByValidationError = validate$2F(obj_lastModifiedBy, path_lastModifiedBy);
|
|
19120
19200
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
19121
19201
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
19122
19202
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -19182,7 +19262,7 @@ function normalize$g(input, existing, path, luvio, store, timestamp) {
|
|
|
19182
19262
|
const select$10 = function DependencyRepresentationSelect() {
|
|
19183
19263
|
const { selections: DependencyCollectionRepresentation__selections, opaque: DependencyCollectionRepresentation__opaque, } = select$11();
|
|
19184
19264
|
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2o();
|
|
19185
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
19265
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
19186
19266
|
return {
|
|
19187
19267
|
kind: 'Fragment',
|
|
19188
19268
|
version: VERSION$D,
|
|
@@ -19356,7 +19436,7 @@ function equals$D(existing, incoming) {
|
|
|
19356
19436
|
}
|
|
19357
19437
|
const existing_lastModifiedBy = existing.lastModifiedBy;
|
|
19358
19438
|
const incoming_lastModifiedBy = incoming.lastModifiedBy;
|
|
19359
|
-
if (!(equals$
|
|
19439
|
+
if (!(equals$1Q(existing_lastModifiedBy, incoming_lastModifiedBy))) {
|
|
19360
19440
|
return false;
|
|
19361
19441
|
}
|
|
19362
19442
|
const existing_lenses = existing.lenses;
|
|
@@ -22882,7 +22962,7 @@ function validate$x(obj, path = 'ReplicatedDatasetConnectorRepresentation') {
|
|
|
22882
22962
|
if (obj.createdBy !== undefined) {
|
|
22883
22963
|
const obj_createdBy = obj.createdBy;
|
|
22884
22964
|
const path_createdBy = path + '.createdBy';
|
|
22885
|
-
const referencepath_createdByValidationError = validate$
|
|
22965
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
22886
22966
|
if (referencepath_createdByValidationError !== null) {
|
|
22887
22967
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
22888
22968
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -22963,7 +23043,7 @@ function validate$x(obj, path = 'ReplicatedDatasetConnectorRepresentation') {
|
|
|
22963
23043
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
22964
23044
|
let obj_lastModifiedBy_union0 = null;
|
|
22965
23045
|
const obj_lastModifiedBy_union0_error = (() => {
|
|
22966
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
23046
|
+
const referencepath_lastModifiedByValidationError = validate$2F(obj_lastModifiedBy, path_lastModifiedBy);
|
|
22967
23047
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
22968
23048
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
22969
23049
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23103,7 +23183,7 @@ function normalize$9(input, existing, path, luvio, store, timestamp) {
|
|
|
23103
23183
|
}
|
|
23104
23184
|
const select$F = function ReplicatedDatasetConnectorRepresentationSelect() {
|
|
23105
23185
|
const { selections: ConnectionPropertyValueRepresentation__selections, opaque: ConnectionPropertyValueRepresentation__opaque, } = select$1O();
|
|
23106
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
23186
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
23107
23187
|
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2o();
|
|
23108
23188
|
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$2q();
|
|
23109
23189
|
return {
|
|
@@ -23349,7 +23429,7 @@ function equals$t(existing, incoming) {
|
|
|
23349
23429
|
if (existing_createdBy === undefined || incoming_createdBy === undefined) {
|
|
23350
23430
|
return false;
|
|
23351
23431
|
}
|
|
23352
|
-
if (!(equals$
|
|
23432
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
23353
23433
|
return false;
|
|
23354
23434
|
}
|
|
23355
23435
|
}
|
|
@@ -23396,7 +23476,7 @@ function equals$t(existing, incoming) {
|
|
|
23396
23476
|
if (!(existing_lastModifiedBy === incoming_lastModifiedBy
|
|
23397
23477
|
|| (existing_lastModifiedBy != null &&
|
|
23398
23478
|
incoming_lastModifiedBy != null &&
|
|
23399
|
-
equals$
|
|
23479
|
+
equals$1Q(existing_lastModifiedBy, incoming_lastModifiedBy)))) {
|
|
23400
23480
|
return false;
|
|
23401
23481
|
}
|
|
23402
23482
|
}
|
|
@@ -23531,7 +23611,7 @@ function validate$w(obj, path = 'ReplicatedDatasetRepresentation') {
|
|
|
23531
23611
|
if (obj.createdBy !== undefined) {
|
|
23532
23612
|
const obj_createdBy = obj.createdBy;
|
|
23533
23613
|
const path_createdBy = path + '.createdBy';
|
|
23534
|
-
const referencepath_createdByValidationError = validate$
|
|
23614
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
23535
23615
|
if (referencepath_createdByValidationError !== null) {
|
|
23536
23616
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
23537
23617
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23635,7 +23715,7 @@ function validate$w(obj, path = 'ReplicatedDatasetRepresentation') {
|
|
|
23635
23715
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
23636
23716
|
let obj_lastModifiedBy_union0 = null;
|
|
23637
23717
|
const obj_lastModifiedBy_union0_error = (() => {
|
|
23638
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
23718
|
+
const referencepath_lastModifiedByValidationError = validate$2F(obj_lastModifiedBy, path_lastModifiedBy);
|
|
23639
23719
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
23640
23720
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
23641
23721
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -23850,7 +23930,7 @@ function normalize$8(input, existing, path, luvio, store, timestamp) {
|
|
|
23850
23930
|
}
|
|
23851
23931
|
const select$E = function ReplicatedDatasetRepresentationSelect() {
|
|
23852
23932
|
const { selections: AdvancedPropertyValueRepresentation__selections, opaque: AdvancedPropertyValueRepresentation__opaque, } = select$H();
|
|
23853
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
23933
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
23854
23934
|
const { selections: OutputSourceRepresentation__selections, opaque: OutputSourceRepresentation__opaque, } = select$G();
|
|
23855
23935
|
const { selections: PermissionsRepresentation__selections, opaque: PermissionsRepresentation__opaque, } = select$2q();
|
|
23856
23936
|
return {
|
|
@@ -24308,7 +24388,7 @@ function equals$s(existing, incoming) {
|
|
|
24308
24388
|
if (existing_createdBy === undefined || incoming_createdBy === undefined) {
|
|
24309
24389
|
return false;
|
|
24310
24390
|
}
|
|
24311
|
-
if (!(equals$
|
|
24391
|
+
if (!(equals$1Q(existing_createdBy, incoming_createdBy))) {
|
|
24312
24392
|
return false;
|
|
24313
24393
|
}
|
|
24314
24394
|
}
|
|
@@ -24337,7 +24417,7 @@ function equals$s(existing, incoming) {
|
|
|
24337
24417
|
if (!(existing_lastModifiedBy === incoming_lastModifiedBy
|
|
24338
24418
|
|| (existing_lastModifiedBy != null &&
|
|
24339
24419
|
incoming_lastModifiedBy != null &&
|
|
24340
|
-
equals$
|
|
24420
|
+
equals$1Q(existing_lastModifiedBy, incoming_lastModifiedBy)))) {
|
|
24341
24421
|
return false;
|
|
24342
24422
|
}
|
|
24343
24423
|
}
|
|
@@ -26848,7 +26928,7 @@ function validate$f(obj, path = 'TemplateRepresentation') {
|
|
|
26848
26928
|
const path_createdBy = path + '.createdBy';
|
|
26849
26929
|
let obj_createdBy_union0 = null;
|
|
26850
26930
|
const obj_createdBy_union0_error = (() => {
|
|
26851
|
-
const referencepath_createdByValidationError = validate$
|
|
26931
|
+
const referencepath_createdByValidationError = validate$2F(obj_createdBy, path_createdBy);
|
|
26852
26932
|
if (referencepath_createdByValidationError !== null) {
|
|
26853
26933
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_createdBy + '")\n';
|
|
26854
26934
|
message += referencepath_createdByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -26991,7 +27071,7 @@ function validate$f(obj, path = 'TemplateRepresentation') {
|
|
|
26991
27071
|
const path_lastModifiedBy = path + '.lastModifiedBy';
|
|
26992
27072
|
let obj_lastModifiedBy_union0 = null;
|
|
26993
27073
|
const obj_lastModifiedBy_union0_error = (() => {
|
|
26994
|
-
const referencepath_lastModifiedByValidationError = validate$
|
|
27074
|
+
const referencepath_lastModifiedByValidationError = validate$2F(obj_lastModifiedBy, path_lastModifiedBy);
|
|
26995
27075
|
if (referencepath_lastModifiedByValidationError !== null) {
|
|
26996
27076
|
let message = 'Object doesn\'t match WaveUserRepresentation (at "' + path_lastModifiedBy + '")\n';
|
|
26997
27077
|
message += referencepath_lastModifiedByValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -27135,7 +27215,7 @@ function normalize$4(input, existing, path, luvio, store, timestamp) {
|
|
|
27135
27215
|
return input;
|
|
27136
27216
|
}
|
|
27137
27217
|
const select$i = function TemplateRepresentationSelect() {
|
|
27138
|
-
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$
|
|
27218
|
+
const { selections: WaveUserRepresentation__selections, opaque: WaveUserRepresentation__opaque, } = select$2H();
|
|
27139
27219
|
const { selections: TemplateCustomAttributesRepresentation__selections, opaque: TemplateCustomAttributesRepresentation__opaque, } = select$o();
|
|
27140
27220
|
const { selections: AssetReferenceRepresentation__selections, opaque: AssetReferenceRepresentation__opaque, } = select$2o();
|
|
27141
27221
|
const { selections: TemplateIconsRepresentation__selections, opaque: TemplateIconsRepresentation__opaque, } = select$l();
|
|
@@ -27279,7 +27359,7 @@ function equals$d(existing, incoming) {
|
|
|
27279
27359
|
if (!(existing_createdBy === incoming_createdBy
|
|
27280
27360
|
|| (existing_createdBy != null &&
|
|
27281
27361
|
incoming_createdBy != null &&
|
|
27282
|
-
equals$
|
|
27362
|
+
equals$1Q(existing_createdBy, incoming_createdBy)))) {
|
|
27283
27363
|
return false;
|
|
27284
27364
|
}
|
|
27285
27365
|
const existing_createdDate = existing.createdDate;
|
|
@@ -27320,7 +27400,7 @@ function equals$d(existing, incoming) {
|
|
|
27320
27400
|
if (!(existing_lastModifiedBy === incoming_lastModifiedBy
|
|
27321
27401
|
|| (existing_lastModifiedBy != null &&
|
|
27322
27402
|
incoming_lastModifiedBy != null &&
|
|
27323
|
-
equals$
|
|
27403
|
+
equals$1Q(existing_lastModifiedBy, incoming_lastModifiedBy)))) {
|
|
27324
27404
|
return false;
|
|
27325
27405
|
}
|
|
27326
27406
|
const existing_lastModifiedDate = existing.lastModifiedDate;
|