@salesforce/lds-adapters-sfap-analytics-insights 1.309.0-dev19 → 1.309.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.
|
@@ -92,7 +92,7 @@ function createLink(ref) {
|
|
|
92
92
|
};
|
|
93
93
|
}
|
|
94
94
|
|
|
95
|
-
function validate$
|
|
95
|
+
function validate$H(obj, path = 'MetricMetadata') {
|
|
96
96
|
const v_error = (() => {
|
|
97
97
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
98
98
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -115,7 +115,7 @@ function validate$G(obj, path = 'MetricMetadata') {
|
|
|
115
115
|
return v_error === undefined ? null : v_error;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
function validate$
|
|
118
|
+
function validate$G(obj, path = 'ExtensionOptions') {
|
|
119
119
|
const v_error = (() => {
|
|
120
120
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
121
121
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -145,7 +145,7 @@ function validate$F(obj, path = 'ExtensionOptions') {
|
|
|
145
145
|
return v_error === undefined ? null : v_error;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
function validate$
|
|
148
|
+
function validate$F(obj, path = 'InsightsOptions_InsightSetting') {
|
|
149
149
|
const v_error = (() => {
|
|
150
150
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
151
151
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -168,7 +168,7 @@ function validate$E(obj, path = 'InsightsOptions_InsightSetting') {
|
|
|
168
168
|
return v_error === undefined ? null : v_error;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
function validate$
|
|
171
|
+
function validate$E(obj, path = 'InsightsOptions') {
|
|
172
172
|
const v_error = (() => {
|
|
173
173
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
174
174
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -182,7 +182,7 @@ function validate$D(obj, path = 'InsightsOptions') {
|
|
|
182
182
|
for (let i = 0; i < obj_settings.length; i++) {
|
|
183
183
|
const obj_settings_item = obj_settings[i];
|
|
184
184
|
const path_settings_item = path_settings + '[' + i + ']';
|
|
185
|
-
const referencepath_settings_itemValidationError = validate$
|
|
185
|
+
const referencepath_settings_itemValidationError = validate$F(obj_settings_item, path_settings_item);
|
|
186
186
|
if (referencepath_settings_itemValidationError !== null) {
|
|
187
187
|
let message = 'Object doesn\'t match InsightsOptions_InsightSetting (at "' + path_settings_item + '")\n';
|
|
188
188
|
message += referencepath_settings_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -194,7 +194,7 @@ function validate$D(obj, path = 'InsightsOptions') {
|
|
|
194
194
|
return v_error === undefined ? null : v_error;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
function validate$
|
|
197
|
+
function validate$D(obj, path = 'CategoricalFilterOptions') {
|
|
198
198
|
const v_error = (() => {
|
|
199
199
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
200
200
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -231,7 +231,7 @@ function validate$C(obj, path = 'CategoricalFilterOptions') {
|
|
|
231
231
|
return v_error === undefined ? null : v_error;
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
function validate$
|
|
234
|
+
function validate$C(obj, path = 'FieldId') {
|
|
235
235
|
const v_error = (() => {
|
|
236
236
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
237
237
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -261,7 +261,7 @@ function validate$B(obj, path = 'FieldId') {
|
|
|
261
261
|
return v_error === undefined ? null : v_error;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
function validate$
|
|
264
|
+
function validate$B(obj, path = 'RangeFilterOptions') {
|
|
265
265
|
const v_error = (() => {
|
|
266
266
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
267
267
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -305,7 +305,7 @@ function validate$A(obj, path = 'RangeFilterOptions') {
|
|
|
305
305
|
return v_error === undefined ? null : v_error;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
function validate$
|
|
308
|
+
function validate$A(obj, path = 'RelativeDateFilterOptions') {
|
|
309
309
|
const v_error = (() => {
|
|
310
310
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
311
311
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -314,7 +314,7 @@ function validate$z(obj, path = 'RelativeDateFilterOptions') {
|
|
|
314
314
|
return v_error === undefined ? null : v_error;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
function validate$
|
|
317
|
+
function validate$z(obj, path = 'Filter') {
|
|
318
318
|
const v_error = (() => {
|
|
319
319
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
320
320
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -322,7 +322,7 @@ function validate$y(obj, path = 'Filter') {
|
|
|
322
322
|
if (obj.categoricalFilterOptions !== undefined) {
|
|
323
323
|
const obj_categoricalFilterOptions = obj.categoricalFilterOptions;
|
|
324
324
|
const path_categoricalFilterOptions = path + '.categoricalFilterOptions';
|
|
325
|
-
const referencepath_categoricalFilterOptionsValidationError = validate$
|
|
325
|
+
const referencepath_categoricalFilterOptionsValidationError = validate$D(obj_categoricalFilterOptions, path_categoricalFilterOptions);
|
|
326
326
|
if (referencepath_categoricalFilterOptionsValidationError !== null) {
|
|
327
327
|
let message = 'Object doesn\'t match CategoricalFilterOptions (at "' + path_categoricalFilterOptions + '")\n';
|
|
328
328
|
message += referencepath_categoricalFilterOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -332,7 +332,7 @@ function validate$y(obj, path = 'Filter') {
|
|
|
332
332
|
if (obj.field !== undefined) {
|
|
333
333
|
const obj_field = obj.field;
|
|
334
334
|
const path_field = path + '.field';
|
|
335
|
-
const referencepath_fieldValidationError = validate$
|
|
335
|
+
const referencepath_fieldValidationError = validate$C(obj_field, path_field);
|
|
336
336
|
if (referencepath_fieldValidationError !== null) {
|
|
337
337
|
let message = 'Object doesn\'t match FieldId (at "' + path_field + '")\n';
|
|
338
338
|
message += referencepath_fieldValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -342,7 +342,7 @@ function validate$y(obj, path = 'Filter') {
|
|
|
342
342
|
if (obj.fieldId !== undefined) {
|
|
343
343
|
const obj_fieldId = obj.fieldId;
|
|
344
344
|
const path_fieldId = path + '.fieldId';
|
|
345
|
-
const referencepath_fieldIdValidationError = validate$
|
|
345
|
+
const referencepath_fieldIdValidationError = validate$C(obj_fieldId, path_fieldId);
|
|
346
346
|
if (referencepath_fieldIdValidationError !== null) {
|
|
347
347
|
let message = 'Object doesn\'t match FieldId (at "' + path_fieldId + '")\n';
|
|
348
348
|
message += referencepath_fieldIdValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -352,7 +352,7 @@ function validate$y(obj, path = 'Filter') {
|
|
|
352
352
|
if (obj.rangeFilterOptions !== undefined) {
|
|
353
353
|
const obj_rangeFilterOptions = obj.rangeFilterOptions;
|
|
354
354
|
const path_rangeFilterOptions = path + '.rangeFilterOptions';
|
|
355
|
-
const referencepath_rangeFilterOptionsValidationError = validate$
|
|
355
|
+
const referencepath_rangeFilterOptionsValidationError = validate$B(obj_rangeFilterOptions, path_rangeFilterOptions);
|
|
356
356
|
if (referencepath_rangeFilterOptionsValidationError !== null) {
|
|
357
357
|
let message = 'Object doesn\'t match RangeFilterOptions (at "' + path_rangeFilterOptions + '")\n';
|
|
358
358
|
message += referencepath_rangeFilterOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -362,7 +362,7 @@ function validate$y(obj, path = 'Filter') {
|
|
|
362
362
|
if (obj.relativeDateFilterOptions !== undefined) {
|
|
363
363
|
const obj_relativeDateFilterOptions = obj.relativeDateFilterOptions;
|
|
364
364
|
const path_relativeDateFilterOptions = path + '.relativeDateFilterOptions';
|
|
365
|
-
const referencepath_relativeDateFilterOptionsValidationError = validate$
|
|
365
|
+
const referencepath_relativeDateFilterOptionsValidationError = validate$A(obj_relativeDateFilterOptions, path_relativeDateFilterOptions);
|
|
366
366
|
if (referencepath_relativeDateFilterOptionsValidationError !== null) {
|
|
367
367
|
let message = 'Object doesn\'t match RelativeDateFilterOptions (at "' + path_relativeDateFilterOptions + '")\n';
|
|
368
368
|
message += referencepath_relativeDateFilterOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -380,7 +380,7 @@ function validate$y(obj, path = 'Filter') {
|
|
|
380
380
|
return v_error === undefined ? null : v_error;
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
-
function validate$
|
|
383
|
+
function validate$y(obj, path = 'RelativePeriod') {
|
|
384
384
|
const v_error = (() => {
|
|
385
385
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
386
386
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -403,7 +403,7 @@ function validate$x(obj, path = 'RelativePeriod') {
|
|
|
403
403
|
return v_error === undefined ? null : v_error;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
function validate$
|
|
406
|
+
function validate$x(obj, path = 'MeasurementPeriod') {
|
|
407
407
|
const v_error = (() => {
|
|
408
408
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
409
409
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -411,7 +411,7 @@ function validate$w(obj, path = 'MeasurementPeriod') {
|
|
|
411
411
|
if (obj.filter !== undefined) {
|
|
412
412
|
const obj_filter = obj.filter;
|
|
413
413
|
const path_filter = path + '.filter';
|
|
414
|
-
const referencepath_filterValidationError = validate$
|
|
414
|
+
const referencepath_filterValidationError = validate$z(obj_filter, path_filter);
|
|
415
415
|
if (referencepath_filterValidationError !== null) {
|
|
416
416
|
let message = 'Object doesn\'t match Filter (at "' + path_filter + '")\n';
|
|
417
417
|
message += referencepath_filterValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -421,7 +421,7 @@ function validate$w(obj, path = 'MeasurementPeriod') {
|
|
|
421
421
|
if (obj.relativePeriod !== undefined) {
|
|
422
422
|
const obj_relativePeriod = obj.relativePeriod;
|
|
423
423
|
const path_relativePeriod = path + '.relativePeriod';
|
|
424
|
-
const referencepath_relativePeriodValidationError = validate$
|
|
424
|
+
const referencepath_relativePeriodValidationError = validate$y(obj_relativePeriod, path_relativePeriod);
|
|
425
425
|
if (referencepath_relativePeriodValidationError !== null) {
|
|
426
426
|
let message = 'Object doesn\'t match RelativePeriod (at "' + path_relativePeriod + '")\n';
|
|
427
427
|
message += referencepath_relativePeriodValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -432,7 +432,7 @@ function validate$w(obj, path = 'MeasurementPeriod') {
|
|
|
432
432
|
return v_error === undefined ? null : v_error;
|
|
433
433
|
}
|
|
434
434
|
|
|
435
|
-
function validate$
|
|
435
|
+
function validate$w(obj, path = 'SemanticFilter') {
|
|
436
436
|
const v_error = (() => {
|
|
437
437
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
438
438
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -458,7 +458,7 @@ function validate$v(obj, path = 'SemanticFilter') {
|
|
|
458
458
|
return v_error === undefined ? null : v_error;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
|
-
function validate$
|
|
461
|
+
function validate$v(obj, path = 'FlattenFilter') {
|
|
462
462
|
const v_error = (() => {
|
|
463
463
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
464
464
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -479,7 +479,7 @@ function validate$u(obj, path = 'FlattenFilter') {
|
|
|
479
479
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
480
480
|
const obj_filters_item = obj_filters[i];
|
|
481
481
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
482
|
-
const referencepath_filters_itemValidationError = validate$
|
|
482
|
+
const referencepath_filters_itemValidationError = validate$w(obj_filters_item, path_filters_item);
|
|
483
483
|
if (referencepath_filters_itemValidationError !== null) {
|
|
484
484
|
let message = 'Object doesn\'t match SemanticFilter (at "' + path_filters_item + '")\n';
|
|
485
485
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -491,7 +491,7 @@ function validate$u(obj, path = 'FlattenFilter') {
|
|
|
491
491
|
return v_error === undefined ? null : v_error;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
-
function validate$
|
|
494
|
+
function validate$u(obj, path = 'MetricInstance') {
|
|
495
495
|
const v_error = (() => {
|
|
496
496
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
497
497
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -505,7 +505,7 @@ function validate$t(obj, path = 'MetricInstance') {
|
|
|
505
505
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
506
506
|
const obj_filters_item = obj_filters[i];
|
|
507
507
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
508
|
-
const referencepath_filters_itemValidationError = validate$
|
|
508
|
+
const referencepath_filters_itemValidationError = validate$z(obj_filters_item, path_filters_item);
|
|
509
509
|
if (referencepath_filters_itemValidationError !== null) {
|
|
510
510
|
let message = 'Object doesn\'t match Filter (at "' + path_filters_item + '")\n';
|
|
511
511
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -515,7 +515,7 @@ function validate$t(obj, path = 'MetricInstance') {
|
|
|
515
515
|
}
|
|
516
516
|
const obj_measurementPeriod = obj.measurementPeriod;
|
|
517
517
|
const path_measurementPeriod = path + '.measurementPeriod';
|
|
518
|
-
const referencepath_measurementPeriodValidationError = validate$
|
|
518
|
+
const referencepath_measurementPeriodValidationError = validate$x(obj_measurementPeriod, path_measurementPeriod);
|
|
519
519
|
if (referencepath_measurementPeriodValidationError !== null) {
|
|
520
520
|
let message = 'Object doesn\'t match MeasurementPeriod (at "' + path_measurementPeriod + '")\n';
|
|
521
521
|
message += referencepath_measurementPeriodValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -524,7 +524,7 @@ function validate$t(obj, path = 'MetricInstance') {
|
|
|
524
524
|
if (obj.semanticFilter !== undefined) {
|
|
525
525
|
const obj_semanticFilter = obj.semanticFilter;
|
|
526
526
|
const path_semanticFilter = path + '.semanticFilter';
|
|
527
|
-
const referencepath_semanticFilterValidationError = validate$
|
|
527
|
+
const referencepath_semanticFilterValidationError = validate$v(obj_semanticFilter, path_semanticFilter);
|
|
528
528
|
if (referencepath_semanticFilterValidationError !== null) {
|
|
529
529
|
let message = 'Object doesn\'t match FlattenFilter (at "' + path_semanticFilter + '")\n';
|
|
530
530
|
message += referencepath_semanticFilterValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -535,7 +535,7 @@ function validate$t(obj, path = 'MetricInstance') {
|
|
|
535
535
|
return v_error === undefined ? null : v_error;
|
|
536
536
|
}
|
|
537
537
|
|
|
538
|
-
function validate$
|
|
538
|
+
function validate$t(obj, path = 'CompareConfig') {
|
|
539
539
|
const v_error = (() => {
|
|
540
540
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
541
541
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -551,7 +551,7 @@ function validate$s(obj, path = 'CompareConfig') {
|
|
|
551
551
|
return v_error === undefined ? null : v_error;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
-
function validate$
|
|
554
|
+
function validate$s(obj, path = 'Measure') {
|
|
555
555
|
const v_error = (() => {
|
|
556
556
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
557
557
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -565,7 +565,7 @@ function validate$r(obj, path = 'Measure') {
|
|
|
565
565
|
}
|
|
566
566
|
const obj_field = obj.field;
|
|
567
567
|
const path_field = path + '.field';
|
|
568
|
-
const referencepath_fieldValidationError = validate$
|
|
568
|
+
const referencepath_fieldValidationError = validate$C(obj_field, path_field);
|
|
569
569
|
if (referencepath_fieldValidationError !== null) {
|
|
570
570
|
let message = 'Object doesn\'t match FieldId (at "' + path_field + '")\n';
|
|
571
571
|
message += referencepath_fieldValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -575,7 +575,7 @@ function validate$r(obj, path = 'Measure') {
|
|
|
575
575
|
return v_error === undefined ? null : v_error;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
function validate$
|
|
578
|
+
function validate$r(obj, path = 'SemanticDataModel') {
|
|
579
579
|
const v_error = (() => {
|
|
580
580
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
581
581
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -591,14 +591,14 @@ function validate$q(obj, path = 'SemanticDataModel') {
|
|
|
591
591
|
return v_error === undefined ? null : v_error;
|
|
592
592
|
}
|
|
593
593
|
|
|
594
|
-
function validate$
|
|
594
|
+
function validate$q(obj, path = 'TimeDimension') {
|
|
595
595
|
const v_error = (() => {
|
|
596
596
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
597
597
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
598
598
|
}
|
|
599
599
|
const obj_field = obj.field;
|
|
600
600
|
const path_field = path + '.field';
|
|
601
|
-
const referencepath_fieldValidationError = validate$
|
|
601
|
+
const referencepath_fieldValidationError = validate$C(obj_field, path_field);
|
|
602
602
|
if (referencepath_fieldValidationError !== null) {
|
|
603
603
|
let message = 'Object doesn\'t match FieldId (at "' + path_field + '")\n';
|
|
604
604
|
message += referencepath_fieldValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -608,14 +608,14 @@ function validate$p(obj, path = 'TimeDimension') {
|
|
|
608
608
|
return v_error === undefined ? null : v_error;
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
-
function validate$
|
|
611
|
+
function validate$p(obj, path = 'MetricDefinition') {
|
|
612
612
|
const v_error = (() => {
|
|
613
613
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
614
614
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
615
615
|
}
|
|
616
616
|
const obj_comparison = obj.comparison;
|
|
617
617
|
const path_comparison = path + '.comparison';
|
|
618
|
-
const referencepath_comparisonValidationError = validate$
|
|
618
|
+
const referencepath_comparisonValidationError = validate$t(obj_comparison, path_comparison);
|
|
619
619
|
if (referencepath_comparisonValidationError !== null) {
|
|
620
620
|
let message = 'Object doesn\'t match CompareConfig (at "' + path_comparison + '")\n';
|
|
621
621
|
message += referencepath_comparisonValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -630,7 +630,7 @@ function validate$o(obj, path = 'MetricDefinition') {
|
|
|
630
630
|
for (let i = 0; i < obj_filters.length; i++) {
|
|
631
631
|
const obj_filters_item = obj_filters[i];
|
|
632
632
|
const path_filters_item = path_filters + '[' + i + ']';
|
|
633
|
-
const referencepath_filters_itemValidationError = validate$
|
|
633
|
+
const referencepath_filters_itemValidationError = validate$z(obj_filters_item, path_filters_item);
|
|
634
634
|
if (referencepath_filters_itemValidationError !== null) {
|
|
635
635
|
let message = 'Object doesn\'t match Filter (at "' + path_filters_item + '")\n';
|
|
636
636
|
message += referencepath_filters_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -640,7 +640,7 @@ function validate$o(obj, path = 'MetricDefinition') {
|
|
|
640
640
|
}
|
|
641
641
|
const obj_measure = obj.measure;
|
|
642
642
|
const path_measure = path + '.measure';
|
|
643
|
-
const referencepath_measureValidationError = validate$
|
|
643
|
+
const referencepath_measureValidationError = validate$s(obj_measure, path_measure);
|
|
644
644
|
if (referencepath_measureValidationError !== null) {
|
|
645
645
|
let message = 'Object doesn\'t match Measure (at "' + path_measure + '")\n';
|
|
646
646
|
message += referencepath_measureValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -655,7 +655,7 @@ function validate$o(obj, path = 'MetricDefinition') {
|
|
|
655
655
|
}
|
|
656
656
|
const obj_semanticDataModel = obj.semanticDataModel;
|
|
657
657
|
const path_semanticDataModel = path + '.semanticDataModel';
|
|
658
|
-
const referencepath_semanticDataModelValidationError = validate$
|
|
658
|
+
const referencepath_semanticDataModelValidationError = validate$r(obj_semanticDataModel, path_semanticDataModel);
|
|
659
659
|
if (referencepath_semanticDataModelValidationError !== null) {
|
|
660
660
|
let message = 'Object doesn\'t match SemanticDataModel (at "' + path_semanticDataModel + '")\n';
|
|
661
661
|
message += referencepath_semanticDataModelValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -664,7 +664,7 @@ function validate$o(obj, path = 'MetricDefinition') {
|
|
|
664
664
|
if (obj.semanticFilter !== undefined) {
|
|
665
665
|
const obj_semanticFilter = obj.semanticFilter;
|
|
666
666
|
const path_semanticFilter = path + '.semanticFilter';
|
|
667
|
-
const referencepath_semanticFilterValidationError = validate$
|
|
667
|
+
const referencepath_semanticFilterValidationError = validate$v(obj_semanticFilter, path_semanticFilter);
|
|
668
668
|
if (referencepath_semanticFilterValidationError !== null) {
|
|
669
669
|
let message = 'Object doesn\'t match FlattenFilter (at "' + path_semanticFilter + '")\n';
|
|
670
670
|
message += referencepath_semanticFilterValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -673,7 +673,7 @@ function validate$o(obj, path = 'MetricDefinition') {
|
|
|
673
673
|
}
|
|
674
674
|
const obj_timeDimension = obj.timeDimension;
|
|
675
675
|
const path_timeDimension = path + '.timeDimension';
|
|
676
|
-
const referencepath_timeDimensionValidationError = validate$
|
|
676
|
+
const referencepath_timeDimensionValidationError = validate$q(obj_timeDimension, path_timeDimension);
|
|
677
677
|
if (referencepath_timeDimensionValidationError !== null) {
|
|
678
678
|
let message = 'Object doesn\'t match TimeDimension (at "' + path_timeDimension + '")\n';
|
|
679
679
|
message += referencepath_timeDimensionValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -683,7 +683,7 @@ function validate$o(obj, path = 'MetricDefinition') {
|
|
|
683
683
|
return v_error === undefined ? null : v_error;
|
|
684
684
|
}
|
|
685
685
|
|
|
686
|
-
function validate$
|
|
686
|
+
function validate$o(obj, path = 'RepresentationOptions_NumberUnits') {
|
|
687
687
|
const v_error = (() => {
|
|
688
688
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
689
689
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -706,14 +706,14 @@ function validate$n(obj, path = 'RepresentationOptions_NumberUnits') {
|
|
|
706
706
|
return v_error === undefined ? null : v_error;
|
|
707
707
|
}
|
|
708
708
|
|
|
709
|
-
function validate$
|
|
709
|
+
function validate$n(obj, path = 'RepresentationOptions') {
|
|
710
710
|
const v_error = (() => {
|
|
711
711
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
712
712
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
713
713
|
}
|
|
714
714
|
const obj_numberUnits = obj.numberUnits;
|
|
715
715
|
const path_numberUnits = path + '.numberUnits';
|
|
716
|
-
const referencepath_numberUnitsValidationError = validate$
|
|
716
|
+
const referencepath_numberUnitsValidationError = validate$o(obj_numberUnits, path_numberUnits);
|
|
717
717
|
if (referencepath_numberUnitsValidationError !== null) {
|
|
718
718
|
let message = 'Object doesn\'t match RepresentationOptions_NumberUnits (at "' + path_numberUnits + '")\n';
|
|
719
719
|
message += referencepath_numberUnitsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -737,14 +737,14 @@ function validate$m(obj, path = 'RepresentationOptions') {
|
|
|
737
737
|
return v_error === undefined ? null : v_error;
|
|
738
738
|
}
|
|
739
739
|
|
|
740
|
-
function validate$
|
|
740
|
+
function validate$m(obj, path = 'InputMetric') {
|
|
741
741
|
const v_error = (() => {
|
|
742
742
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
743
743
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
744
744
|
}
|
|
745
745
|
const obj_extensionOptions = obj.extensionOptions;
|
|
746
746
|
const path_extensionOptions = path + '.extensionOptions';
|
|
747
|
-
const referencepath_extensionOptionsValidationError = validate$
|
|
747
|
+
const referencepath_extensionOptionsValidationError = validate$G(obj_extensionOptions, path_extensionOptions);
|
|
748
748
|
if (referencepath_extensionOptionsValidationError !== null) {
|
|
749
749
|
let message = 'Object doesn\'t match ExtensionOptions (at "' + path_extensionOptions + '")\n';
|
|
750
750
|
message += referencepath_extensionOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -752,7 +752,7 @@ function validate$l(obj, path = 'InputMetric') {
|
|
|
752
752
|
}
|
|
753
753
|
const obj_insightsOptions = obj.insightsOptions;
|
|
754
754
|
const path_insightsOptions = path + '.insightsOptions';
|
|
755
|
-
const referencepath_insightsOptionsValidationError = validate$
|
|
755
|
+
const referencepath_insightsOptionsValidationError = validate$E(obj_insightsOptions, path_insightsOptions);
|
|
756
756
|
if (referencepath_insightsOptionsValidationError !== null) {
|
|
757
757
|
let message = 'Object doesn\'t match InsightsOptions (at "' + path_insightsOptions + '")\n';
|
|
758
758
|
message += referencepath_insightsOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -760,7 +760,7 @@ function validate$l(obj, path = 'InputMetric') {
|
|
|
760
760
|
}
|
|
761
761
|
const obj_instance = obj.instance;
|
|
762
762
|
const path_instance = path + '.instance';
|
|
763
|
-
const referencepath_instanceValidationError = validate$
|
|
763
|
+
const referencepath_instanceValidationError = validate$u(obj_instance, path_instance);
|
|
764
764
|
if (referencepath_instanceValidationError !== null) {
|
|
765
765
|
let message = 'Object doesn\'t match MetricInstance (at "' + path_instance + '")\n';
|
|
766
766
|
message += referencepath_instanceValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -768,7 +768,7 @@ function validate$l(obj, path = 'InputMetric') {
|
|
|
768
768
|
}
|
|
769
769
|
const obj_metric = obj.metric;
|
|
770
770
|
const path_metric = path + '.metric';
|
|
771
|
-
const referencepath_metricValidationError = validate$
|
|
771
|
+
const referencepath_metricValidationError = validate$p(obj_metric, path_metric);
|
|
772
772
|
if (referencepath_metricValidationError !== null) {
|
|
773
773
|
let message = 'Object doesn\'t match MetricDefinition (at "' + path_metric + '")\n';
|
|
774
774
|
message += referencepath_metricValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -776,7 +776,7 @@ function validate$l(obj, path = 'InputMetric') {
|
|
|
776
776
|
}
|
|
777
777
|
const obj_representationOptions = obj.representationOptions;
|
|
778
778
|
const path_representationOptions = path + '.representationOptions';
|
|
779
|
-
const referencepath_representationOptionsValidationError = validate$
|
|
779
|
+
const referencepath_representationOptionsValidationError = validate$n(obj_representationOptions, path_representationOptions);
|
|
780
780
|
if (referencepath_representationOptionsValidationError !== null) {
|
|
781
781
|
let message = 'Object doesn\'t match RepresentationOptions (at "' + path_representationOptions + '")\n';
|
|
782
782
|
message += referencepath_representationOptionsValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -786,14 +786,14 @@ function validate$l(obj, path = 'InputMetric') {
|
|
|
786
786
|
return v_error === undefined ? null : v_error;
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
-
function validate$
|
|
789
|
+
function validate$l(obj, path = 'InsightBundleInput') {
|
|
790
790
|
const v_error = (() => {
|
|
791
791
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
792
792
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
793
793
|
}
|
|
794
794
|
const obj_metadata = obj.metadata;
|
|
795
795
|
const path_metadata = path + '.metadata';
|
|
796
|
-
const referencepath_metadataValidationError = validate$
|
|
796
|
+
const referencepath_metadataValidationError = validate$H(obj_metadata, path_metadata);
|
|
797
797
|
if (referencepath_metadataValidationError !== null) {
|
|
798
798
|
let message = 'Object doesn\'t match MetricMetadata (at "' + path_metadata + '")\n';
|
|
799
799
|
message += referencepath_metadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -801,7 +801,7 @@ function validate$k(obj, path = 'InsightBundleInput') {
|
|
|
801
801
|
}
|
|
802
802
|
const obj_metric = obj.metric;
|
|
803
803
|
const path_metric = path + '.metric';
|
|
804
|
-
const referencepath_metricValidationError = validate$
|
|
804
|
+
const referencepath_metricValidationError = validate$m(obj_metric, path_metric);
|
|
805
805
|
if (referencepath_metricValidationError !== null) {
|
|
806
806
|
let message = 'Object doesn\'t match InputMetric (at "' + path_metric + '")\n';
|
|
807
807
|
message += referencepath_metricValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -811,7 +811,7 @@ function validate$k(obj, path = 'InsightBundleInput') {
|
|
|
811
811
|
return v_error === undefined ? null : v_error;
|
|
812
812
|
}
|
|
813
813
|
|
|
814
|
-
function validate$
|
|
814
|
+
function validate$k(obj, path = 'MetricInstanceInput') {
|
|
815
815
|
const v_error = (() => {
|
|
816
816
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
817
817
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -830,7 +830,7 @@ function validate$j(obj, path = 'MetricInstanceInput') {
|
|
|
830
830
|
return v_error === undefined ? null : v_error;
|
|
831
831
|
}
|
|
832
832
|
|
|
833
|
-
function validate$
|
|
833
|
+
function validate$j(obj, path = 'BatchInput') {
|
|
834
834
|
const v_error = (() => {
|
|
835
835
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
836
836
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -838,7 +838,7 @@ function validate$i(obj, path = 'BatchInput') {
|
|
|
838
838
|
if (obj.bundleInput !== undefined) {
|
|
839
839
|
const obj_bundleInput = obj.bundleInput;
|
|
840
840
|
const path_bundleInput = path + '.bundleInput';
|
|
841
|
-
const referencepath_bundleInputValidationError = validate$
|
|
841
|
+
const referencepath_bundleInputValidationError = validate$l(obj_bundleInput, path_bundleInput);
|
|
842
842
|
if (referencepath_bundleInputValidationError !== null) {
|
|
843
843
|
let message = 'Object doesn\'t match InsightBundleInput (at "' + path_bundleInput + '")\n';
|
|
844
844
|
message += referencepath_bundleInputValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -848,7 +848,7 @@ function validate$i(obj, path = 'BatchInput') {
|
|
|
848
848
|
if (obj.metricInstanceInput !== undefined) {
|
|
849
849
|
const obj_metricInstanceInput = obj.metricInstanceInput;
|
|
850
850
|
const path_metricInstanceInput = path + '.metricInstanceInput';
|
|
851
|
-
const referencepath_metricInstanceInputValidationError = validate$
|
|
851
|
+
const referencepath_metricInstanceInputValidationError = validate$k(obj_metricInstanceInput, path_metricInstanceInput);
|
|
852
852
|
if (referencepath_metricInstanceInputValidationError !== null) {
|
|
853
853
|
let message = 'Object doesn\'t match MetricInstanceInput (at "' + path_metricInstanceInput + '")\n';
|
|
854
854
|
message += referencepath_metricInstanceInputValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -859,7 +859,7 @@ function validate$i(obj, path = 'BatchInput') {
|
|
|
859
859
|
return v_error === undefined ? null : v_error;
|
|
860
860
|
}
|
|
861
861
|
|
|
862
|
-
function validate$
|
|
862
|
+
function validate$i(obj, path = 'InsightBundleOptions') {
|
|
863
863
|
const v_error = (() => {
|
|
864
864
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
865
865
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -889,7 +889,7 @@ function validate$h(obj, path = 'InsightBundleOptions') {
|
|
|
889
889
|
return v_error === undefined ? null : v_error;
|
|
890
890
|
}
|
|
891
891
|
|
|
892
|
-
function validate$
|
|
892
|
+
function validate$h(obj, path = 'SummarizationOptions') {
|
|
893
893
|
const v_error = (() => {
|
|
894
894
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
895
895
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -905,7 +905,7 @@ function validate$g(obj, path = 'SummarizationOptions') {
|
|
|
905
905
|
return v_error === undefined ? null : v_error;
|
|
906
906
|
}
|
|
907
907
|
|
|
908
|
-
function validate$
|
|
908
|
+
function validate$g(obj, path = 'BatchOptions') {
|
|
909
909
|
const v_error = (() => {
|
|
910
910
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
911
911
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -913,7 +913,7 @@ function validate$f(obj, path = 'BatchOptions') {
|
|
|
913
913
|
if (obj.bundle !== undefined) {
|
|
914
914
|
const obj_bundle = obj.bundle;
|
|
915
915
|
const path_bundle = path + '.bundle';
|
|
916
|
-
const referencepath_bundleValidationError = validate$
|
|
916
|
+
const referencepath_bundleValidationError = validate$i(obj_bundle, path_bundle);
|
|
917
917
|
if (referencepath_bundleValidationError !== null) {
|
|
918
918
|
let message = 'Object doesn\'t match InsightBundleOptions (at "' + path_bundle + '")\n';
|
|
919
919
|
message += referencepath_bundleValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -930,7 +930,7 @@ function validate$f(obj, path = 'BatchOptions') {
|
|
|
930
930
|
if (obj.summarization !== undefined) {
|
|
931
931
|
const obj_summarization = obj.summarization;
|
|
932
932
|
const path_summarization = path + '.summarization';
|
|
933
|
-
const referencepath_summarizationValidationError = validate$
|
|
933
|
+
const referencepath_summarizationValidationError = validate$h(obj_summarization, path_summarization);
|
|
934
934
|
if (referencepath_summarizationValidationError !== null) {
|
|
935
935
|
let message = 'Object doesn\'t match SummarizationOptions (at "' + path_summarization + '")\n';
|
|
936
936
|
message += referencepath_summarizationValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -941,8 +941,8 @@ function validate$f(obj, path = 'BatchOptions') {
|
|
|
941
941
|
return v_error === undefined ? null : v_error;
|
|
942
942
|
}
|
|
943
943
|
|
|
944
|
-
const VERSION$
|
|
945
|
-
function validate$
|
|
944
|
+
const VERSION$f = "07a8c889542dbad6f958515513d4e3fb";
|
|
945
|
+
function validate$f(obj, path = 'Error') {
|
|
946
946
|
const v_error = (() => {
|
|
947
947
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
948
948
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -964,10 +964,10 @@ function validate$e(obj, path = 'Error') {
|
|
|
964
964
|
})();
|
|
965
965
|
return v_error === undefined ? null : v_error;
|
|
966
966
|
}
|
|
967
|
-
const select$
|
|
967
|
+
const select$k = function ErrorSelect() {
|
|
968
968
|
return {
|
|
969
969
|
kind: 'Fragment',
|
|
970
|
-
version: VERSION$
|
|
970
|
+
version: VERSION$f,
|
|
971
971
|
private: [],
|
|
972
972
|
selections: [
|
|
973
973
|
{
|
|
@@ -983,7 +983,7 @@ const select$j = function ErrorSelect() {
|
|
|
983
983
|
]
|
|
984
984
|
};
|
|
985
985
|
};
|
|
986
|
-
function equals$
|
|
986
|
+
function equals$f(existing, incoming) {
|
|
987
987
|
const existing_code = existing.code;
|
|
988
988
|
const incoming_code = incoming.code;
|
|
989
989
|
// if at least one of these optionals is defined
|
|
@@ -1013,8 +1013,8 @@ function equals$e(existing, incoming) {
|
|
|
1013
1013
|
return true;
|
|
1014
1014
|
}
|
|
1015
1015
|
|
|
1016
|
-
const VERSION$
|
|
1017
|
-
function validate$
|
|
1016
|
+
const VERSION$e = "c4ce5385f4ed571b518d799c4e627709";
|
|
1017
|
+
function validate$e(obj, path = 'Summary') {
|
|
1018
1018
|
const v_error = (() => {
|
|
1019
1019
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1020
1020
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1042,10 +1042,10 @@ function validate$d(obj, path = 'Summary') {
|
|
|
1042
1042
|
})();
|
|
1043
1043
|
return v_error === undefined ? null : v_error;
|
|
1044
1044
|
}
|
|
1045
|
-
const select$
|
|
1045
|
+
const select$j = function SummarySelect() {
|
|
1046
1046
|
return {
|
|
1047
1047
|
kind: 'Fragment',
|
|
1048
|
-
version: VERSION$
|
|
1048
|
+
version: VERSION$e,
|
|
1049
1049
|
private: [],
|
|
1050
1050
|
selections: [
|
|
1051
1051
|
{
|
|
@@ -1067,7 +1067,7 @@ const select$i = function SummarySelect() {
|
|
|
1067
1067
|
]
|
|
1068
1068
|
};
|
|
1069
1069
|
};
|
|
1070
|
-
function equals$
|
|
1070
|
+
function equals$e(existing, incoming) {
|
|
1071
1071
|
const existing_generationId = existing.generationId;
|
|
1072
1072
|
const incoming_generationId = incoming.generationId;
|
|
1073
1073
|
if (!(existing_generationId === incoming_generationId)) {
|
|
@@ -1091,8 +1091,8 @@ function equals$d(existing, incoming) {
|
|
|
1091
1091
|
return true;
|
|
1092
1092
|
}
|
|
1093
1093
|
|
|
1094
|
-
const VERSION$
|
|
1095
|
-
function validate$
|
|
1094
|
+
const VERSION$d = "fc433e1c68019470090193fa4fdf976f";
|
|
1095
|
+
function validate$d(obj, path = 'SummaryResponse') {
|
|
1096
1096
|
const v_error = (() => {
|
|
1097
1097
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1098
1098
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1100,7 +1100,7 @@ function validate$c(obj, path = 'SummaryResponse') {
|
|
|
1100
1100
|
if (obj.error !== undefined) {
|
|
1101
1101
|
const obj_error = obj.error;
|
|
1102
1102
|
const path_error = path + '.error';
|
|
1103
|
-
const referencepath_errorValidationError = validate$
|
|
1103
|
+
const referencepath_errorValidationError = validate$f(obj_error, path_error);
|
|
1104
1104
|
if (referencepath_errorValidationError !== null) {
|
|
1105
1105
|
let message = 'Object doesn\'t match Error (at "' + path_error + '")\n';
|
|
1106
1106
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1109,7 +1109,7 @@ function validate$c(obj, path = 'SummaryResponse') {
|
|
|
1109
1109
|
}
|
|
1110
1110
|
const obj_result = obj.result;
|
|
1111
1111
|
const path_result = path + '.result';
|
|
1112
|
-
const referencepath_resultValidationError = validate$
|
|
1112
|
+
const referencepath_resultValidationError = validate$e(obj_result, path_result);
|
|
1113
1113
|
if (referencepath_resultValidationError !== null) {
|
|
1114
1114
|
let message = 'Object doesn\'t match Summary (at "' + path_result + '")\n';
|
|
1115
1115
|
message += referencepath_resultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1118,12 +1118,12 @@ function validate$c(obj, path = 'SummaryResponse') {
|
|
|
1118
1118
|
})();
|
|
1119
1119
|
return v_error === undefined ? null : v_error;
|
|
1120
1120
|
}
|
|
1121
|
-
const select$
|
|
1122
|
-
const { selections: Error__selections, opaque: Error__opaque, } = select$
|
|
1123
|
-
const { selections: Summary__selections, opaque: Summary__opaque, } = select$
|
|
1121
|
+
const select$i = function SummaryResponseSelect() {
|
|
1122
|
+
const { selections: Error__selections, opaque: Error__opaque, } = select$k();
|
|
1123
|
+
const { selections: Summary__selections, opaque: Summary__opaque, } = select$j();
|
|
1124
1124
|
return {
|
|
1125
1125
|
kind: 'Fragment',
|
|
1126
|
-
version: VERSION$
|
|
1126
|
+
version: VERSION$d,
|
|
1127
1127
|
private: [],
|
|
1128
1128
|
selections: [
|
|
1129
1129
|
{
|
|
@@ -1140,7 +1140,7 @@ const select$h = function SummaryResponseSelect() {
|
|
|
1140
1140
|
]
|
|
1141
1141
|
};
|
|
1142
1142
|
};
|
|
1143
|
-
function equals$
|
|
1143
|
+
function equals$d(existing, incoming) {
|
|
1144
1144
|
const existing_error = existing.error;
|
|
1145
1145
|
const incoming_error = incoming.error;
|
|
1146
1146
|
// if at least one of these optionals is defined
|
|
@@ -1150,20 +1150,20 @@ function equals$c(existing, incoming) {
|
|
|
1150
1150
|
if (existing_error === undefined || incoming_error === undefined) {
|
|
1151
1151
|
return false;
|
|
1152
1152
|
}
|
|
1153
|
-
if (!(equals$
|
|
1153
|
+
if (!(equals$f(existing_error, incoming_error))) {
|
|
1154
1154
|
return false;
|
|
1155
1155
|
}
|
|
1156
1156
|
}
|
|
1157
1157
|
const existing_result = existing.result;
|
|
1158
1158
|
const incoming_result = incoming.result;
|
|
1159
|
-
if (!(equals$
|
|
1159
|
+
if (!(equals$e(existing_result, incoming_result))) {
|
|
1160
1160
|
return false;
|
|
1161
1161
|
}
|
|
1162
1162
|
return true;
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
|
-
const VERSION$
|
|
1166
|
-
function validate$
|
|
1165
|
+
const VERSION$c = "18d65084646c870abf335d268675999e";
|
|
1166
|
+
function validate$c(obj, path = 'GenerateInsightBatchResponse') {
|
|
1167
1167
|
const v_error = (() => {
|
|
1168
1168
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1169
1169
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1183,7 +1183,7 @@ function validate$b(obj, path = 'GenerateInsightBatchResponse') {
|
|
|
1183
1183
|
if (obj.summary !== undefined) {
|
|
1184
1184
|
const obj_summary = obj.summary;
|
|
1185
1185
|
const path_summary = path + '.summary';
|
|
1186
|
-
const referencepath_summaryValidationError = validate$
|
|
1186
|
+
const referencepath_summaryValidationError = validate$d(obj_summary, path_summary);
|
|
1187
1187
|
if (referencepath_summaryValidationError !== null) {
|
|
1188
1188
|
let message = 'Object doesn\'t match SummaryResponse (at "' + path_summary + '")\n';
|
|
1189
1189
|
message += referencepath_summaryValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1213,11 +1213,11 @@ function keyBuilderFromType$3(luvio, object) {
|
|
|
1213
1213
|
function normalize$3(input, existing, path, luvio, store, timestamp) {
|
|
1214
1214
|
return input;
|
|
1215
1215
|
}
|
|
1216
|
-
const select$
|
|
1217
|
-
const { selections: SummaryResponse__selections, opaque: SummaryResponse__opaque, } = select$
|
|
1216
|
+
const select$h = function GenerateInsightBatchResponseSelect() {
|
|
1217
|
+
const { selections: SummaryResponse__selections, opaque: SummaryResponse__opaque, } = select$i();
|
|
1218
1218
|
return {
|
|
1219
1219
|
kind: 'Fragment',
|
|
1220
|
-
version: VERSION$
|
|
1220
|
+
version: VERSION$c,
|
|
1221
1221
|
private: [],
|
|
1222
1222
|
selections: [
|
|
1223
1223
|
{
|
|
@@ -1243,7 +1243,7 @@ const select$g = function GenerateInsightBatchResponseSelect() {
|
|
|
1243
1243
|
]
|
|
1244
1244
|
};
|
|
1245
1245
|
};
|
|
1246
|
-
function equals$
|
|
1246
|
+
function equals$c(existing, incoming) {
|
|
1247
1247
|
const existing_generatingSummary = existing.generatingSummary;
|
|
1248
1248
|
const incoming_generatingSummary = incoming.generatingSummary;
|
|
1249
1249
|
// if at least one of these optionals is defined
|
|
@@ -1284,7 +1284,7 @@ function equals$b(existing, incoming) {
|
|
|
1284
1284
|
if (existing_summary === undefined || incoming_summary === undefined) {
|
|
1285
1285
|
return false;
|
|
1286
1286
|
}
|
|
1287
|
-
if (!(equals$
|
|
1287
|
+
if (!(equals$d(existing_summary, incoming_summary))) {
|
|
1288
1288
|
return false;
|
|
1289
1289
|
}
|
|
1290
1290
|
}
|
|
@@ -1292,14 +1292,14 @@ function equals$b(existing, incoming) {
|
|
|
1292
1292
|
}
|
|
1293
1293
|
const ingest$3 = function GenerateInsightBatchResponseIngest(input, path, luvio, store, timestamp) {
|
|
1294
1294
|
if (process.env.NODE_ENV !== 'production') {
|
|
1295
|
-
const validateError = validate$
|
|
1295
|
+
const validateError = validate$c(input);
|
|
1296
1296
|
if (validateError !== null) {
|
|
1297
1297
|
throw validateError;
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
const key = keyBuilderFromType$3(luvio, input);
|
|
1301
1301
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 300000;
|
|
1302
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$3, "analytics-insights", VERSION$
|
|
1302
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$3, "analytics-insights", VERSION$c, RepresentationType$3, equals$c);
|
|
1303
1303
|
return createLink(key);
|
|
1304
1304
|
};
|
|
1305
1305
|
function getTypeCacheKeys$3(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1312,8 +1312,8 @@ function getTypeCacheKeys$3(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1312
1312
|
});
|
|
1313
1313
|
}
|
|
1314
1314
|
|
|
1315
|
-
function select$
|
|
1316
|
-
return select$
|
|
1315
|
+
function select$g(luvio, params) {
|
|
1316
|
+
return select$h();
|
|
1317
1317
|
}
|
|
1318
1318
|
function getResponseCacheKeys$4(storeKeyMap, luvio, resourceParams, response) {
|
|
1319
1319
|
getTypeCacheKeys$3(storeKeyMap, luvio, response);
|
|
@@ -1324,7 +1324,7 @@ function ingestSuccess$4(luvio, resourceParams, response) {
|
|
|
1324
1324
|
luvio.storeIngest(key, ingest$3, body);
|
|
1325
1325
|
const snapshot = luvio.storeLookup({
|
|
1326
1326
|
recordId: key,
|
|
1327
|
-
node: select$
|
|
1327
|
+
node: select$g(),
|
|
1328
1328
|
variables: {},
|
|
1329
1329
|
});
|
|
1330
1330
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -1363,7 +1363,7 @@ function typeCheckConfig$4(untrustedConfig) {
|
|
|
1363
1363
|
const untrustedConfig_batchInput_array = [];
|
|
1364
1364
|
for (let i = 0, arrayLength = untrustedConfig_batchInput.length; i < arrayLength; i++) {
|
|
1365
1365
|
const untrustedConfig_batchInput_item = untrustedConfig_batchInput[i];
|
|
1366
|
-
const referenceBatchInputValidationError = validate$
|
|
1366
|
+
const referenceBatchInputValidationError = validate$j(untrustedConfig_batchInput_item);
|
|
1367
1367
|
if (referenceBatchInputValidationError === null) {
|
|
1368
1368
|
untrustedConfig_batchInput_array.push(untrustedConfig_batchInput_item);
|
|
1369
1369
|
}
|
|
@@ -1371,7 +1371,7 @@ function typeCheckConfig$4(untrustedConfig) {
|
|
|
1371
1371
|
config.batchInput = untrustedConfig_batchInput_array;
|
|
1372
1372
|
}
|
|
1373
1373
|
const untrustedConfig_options = untrustedConfig.options;
|
|
1374
|
-
const referenceBatchOptionsValidationError = validate$
|
|
1374
|
+
const referenceBatchOptionsValidationError = validate$g(untrustedConfig_options);
|
|
1375
1375
|
if (referenceBatchOptionsValidationError === null) {
|
|
1376
1376
|
config.options = untrustedConfig_options;
|
|
1377
1377
|
}
|
|
@@ -1419,8 +1419,8 @@ const createInsightsBatchAdapterFactory = (luvio) => {
|
|
|
1419
1419
|
};
|
|
1420
1420
|
};
|
|
1421
1421
|
|
|
1422
|
-
const VERSION$
|
|
1423
|
-
function validate$
|
|
1422
|
+
const VERSION$b = "f898ff84f82ad0ca1eca0045e17ce492";
|
|
1423
|
+
function validate$b(obj, path = 'GetFilterValuesResponse_CategoricalValues') {
|
|
1424
1424
|
const v_error = (() => {
|
|
1425
1425
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1426
1426
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1483,10 +1483,10 @@ function validate$a(obj, path = 'GetFilterValuesResponse_CategoricalValues') {
|
|
|
1483
1483
|
})();
|
|
1484
1484
|
return v_error === undefined ? null : v_error;
|
|
1485
1485
|
}
|
|
1486
|
-
const select$
|
|
1486
|
+
const select$f = function GetFilterValuesResponse_CategoricalValuesSelect() {
|
|
1487
1487
|
return {
|
|
1488
1488
|
kind: 'Fragment',
|
|
1489
|
-
version: VERSION$
|
|
1489
|
+
version: VERSION$b,
|
|
1490
1490
|
private: [],
|
|
1491
1491
|
selections: [
|
|
1492
1492
|
{
|
|
@@ -1498,7 +1498,7 @@ const select$e = function GetFilterValuesResponse_CategoricalValuesSelect() {
|
|
|
1498
1498
|
]
|
|
1499
1499
|
};
|
|
1500
1500
|
};
|
|
1501
|
-
function equals$
|
|
1501
|
+
function equals$b(existing, incoming) {
|
|
1502
1502
|
const existing_values = existing.values;
|
|
1503
1503
|
const incoming_values = incoming.values;
|
|
1504
1504
|
// if at least one of these optionals is defined
|
|
@@ -1520,15 +1520,15 @@ function equals$a(existing, incoming) {
|
|
|
1520
1520
|
return true;
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
|
-
const VERSION$
|
|
1524
|
-
function validate$
|
|
1523
|
+
const VERSION$a = "2025bbf393050a10fae76d5b4d5d0f58";
|
|
1524
|
+
function validate$a(obj, path = 'GetFilterValuesResponse') {
|
|
1525
1525
|
const v_error = (() => {
|
|
1526
1526
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1527
1527
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
1528
1528
|
}
|
|
1529
1529
|
const obj_categoricalValues = obj.categoricalValues;
|
|
1530
1530
|
const path_categoricalValues = path + '.categoricalValues';
|
|
1531
|
-
const referencepath_categoricalValuesValidationError = validate$
|
|
1531
|
+
const referencepath_categoricalValuesValidationError = validate$b(obj_categoricalValues, path_categoricalValues);
|
|
1532
1532
|
if (referencepath_categoricalValuesValidationError !== null) {
|
|
1533
1533
|
let message = 'Object doesn\'t match GetFilterValuesResponse_CategoricalValues (at "' + path_categoricalValues + '")\n';
|
|
1534
1534
|
message += referencepath_categoricalValuesValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1569,11 +1569,11 @@ function keyBuilderFromType$2(luvio, object) {
|
|
|
1569
1569
|
function normalize$2(input, existing, path, luvio, store, timestamp) {
|
|
1570
1570
|
return input;
|
|
1571
1571
|
}
|
|
1572
|
-
const select$
|
|
1573
|
-
const { selections: GetFilterValuesResponse_CategoricalValues__selections, opaque: GetFilterValuesResponse_CategoricalValues__opaque, } = select$
|
|
1572
|
+
const select$e = function GetFilterValuesResponseSelect() {
|
|
1573
|
+
const { selections: GetFilterValuesResponse_CategoricalValues__selections, opaque: GetFilterValuesResponse_CategoricalValues__opaque, } = select$f();
|
|
1574
1574
|
return {
|
|
1575
1575
|
kind: 'Fragment',
|
|
1576
|
-
version: VERSION$
|
|
1576
|
+
version: VERSION$a,
|
|
1577
1577
|
private: [],
|
|
1578
1578
|
selections: [
|
|
1579
1579
|
{
|
|
@@ -1598,7 +1598,7 @@ const select$d = function GetFilterValuesResponseSelect() {
|
|
|
1598
1598
|
]
|
|
1599
1599
|
};
|
|
1600
1600
|
};
|
|
1601
|
-
function equals$
|
|
1601
|
+
function equals$a(existing, incoming) {
|
|
1602
1602
|
const existing_totalAvailable = existing.totalAvailable;
|
|
1603
1603
|
const incoming_totalAvailable = incoming.totalAvailable;
|
|
1604
1604
|
// if at least one of these optionals is defined
|
|
@@ -1632,21 +1632,21 @@ function equals$9(existing, incoming) {
|
|
|
1632
1632
|
}
|
|
1633
1633
|
const existing_categoricalValues = existing.categoricalValues;
|
|
1634
1634
|
const incoming_categoricalValues = incoming.categoricalValues;
|
|
1635
|
-
if (!(equals$
|
|
1635
|
+
if (!(equals$b(existing_categoricalValues, incoming_categoricalValues))) {
|
|
1636
1636
|
return false;
|
|
1637
1637
|
}
|
|
1638
1638
|
return true;
|
|
1639
1639
|
}
|
|
1640
1640
|
const ingest$2 = function GetFilterValuesResponseIngest(input, path, luvio, store, timestamp) {
|
|
1641
1641
|
if (process.env.NODE_ENV !== 'production') {
|
|
1642
|
-
const validateError = validate$
|
|
1642
|
+
const validateError = validate$a(input);
|
|
1643
1643
|
if (validateError !== null) {
|
|
1644
1644
|
throw validateError;
|
|
1645
1645
|
}
|
|
1646
1646
|
}
|
|
1647
1647
|
const key = keyBuilderFromType$2(luvio, input);
|
|
1648
1648
|
const ttlToUse = path.ttl !== undefined ? path.ttl : 300000;
|
|
1649
|
-
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$2, "analytics-insights", VERSION$
|
|
1649
|
+
ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$2, "analytics-insights", VERSION$a, RepresentationType$2, equals$a);
|
|
1650
1650
|
return createLink(key);
|
|
1651
1651
|
};
|
|
1652
1652
|
function getTypeCacheKeys$2(rootKeySet, luvio, input, fullPathFactory) {
|
|
@@ -1659,8 +1659,8 @@ function getTypeCacheKeys$2(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
1659
1659
|
});
|
|
1660
1660
|
}
|
|
1661
1661
|
|
|
1662
|
-
function select$
|
|
1663
|
-
return select$
|
|
1662
|
+
function select$d(luvio, params) {
|
|
1663
|
+
return select$e();
|
|
1664
1664
|
}
|
|
1665
1665
|
function getResponseCacheKeys$3(storeKeyMap, luvio, resourceParams, response) {
|
|
1666
1666
|
getTypeCacheKeys$2(storeKeyMap, luvio, response);
|
|
@@ -1671,7 +1671,7 @@ function ingestSuccess$3(luvio, resourceParams, response) {
|
|
|
1671
1671
|
luvio.storeIngest(key, ingest$2, body);
|
|
1672
1672
|
const snapshot = luvio.storeLookup({
|
|
1673
1673
|
recordId: key,
|
|
1674
|
-
node: select$
|
|
1674
|
+
node: select$d(),
|
|
1675
1675
|
variables: {},
|
|
1676
1676
|
});
|
|
1677
1677
|
if (process.env.NODE_ENV !== 'production') {
|
|
@@ -1712,12 +1712,12 @@ function typeCheckConfig$3(untrustedConfig) {
|
|
|
1712
1712
|
const config = {};
|
|
1713
1713
|
typeCheckConfig$5(untrustedConfig, config, getMetricFilterValues_ConfigPropertyMetadata);
|
|
1714
1714
|
const untrustedConfig_semanticDataModel = untrustedConfig.semanticDataModel;
|
|
1715
|
-
const referenceSemanticDataModelValidationError = validate$
|
|
1715
|
+
const referenceSemanticDataModelValidationError = validate$r(untrustedConfig_semanticDataModel);
|
|
1716
1716
|
if (referenceSemanticDataModelValidationError === null) {
|
|
1717
1717
|
config.semanticDataModel = untrustedConfig_semanticDataModel;
|
|
1718
1718
|
}
|
|
1719
1719
|
const untrustedConfig_field = untrustedConfig.field;
|
|
1720
|
-
const referenceFieldIdValidationError = validate$
|
|
1720
|
+
const referenceFieldIdValidationError = validate$C(untrustedConfig_field);
|
|
1721
1721
|
if (referenceFieldIdValidationError === null) {
|
|
1722
1722
|
config.field = untrustedConfig_field;
|
|
1723
1723
|
}
|
|
@@ -1726,7 +1726,7 @@ function typeCheckConfig$3(untrustedConfig) {
|
|
|
1726
1726
|
const untrustedConfig_filters_array = [];
|
|
1727
1727
|
for (let i = 0, arrayLength = untrustedConfig_filters.length; i < arrayLength; i++) {
|
|
1728
1728
|
const untrustedConfig_filters_item = untrustedConfig_filters[i];
|
|
1729
|
-
const referenceFilterValidationError = validate$
|
|
1729
|
+
const referenceFilterValidationError = validate$z(untrustedConfig_filters_item);
|
|
1730
1730
|
if (referenceFilterValidationError === null) {
|
|
1731
1731
|
untrustedConfig_filters_array.push(untrustedConfig_filters_item);
|
|
1732
1732
|
}
|
|
@@ -1734,7 +1734,7 @@ function typeCheckConfig$3(untrustedConfig) {
|
|
|
1734
1734
|
config.filters = untrustedConfig_filters_array;
|
|
1735
1735
|
}
|
|
1736
1736
|
const untrustedConfig_semanticFilter = untrustedConfig.semanticFilter;
|
|
1737
|
-
const referenceFlattenFilterValidationError = validate$
|
|
1737
|
+
const referenceFlattenFilterValidationError = validate$v(untrustedConfig_semanticFilter);
|
|
1738
1738
|
if (referenceFlattenFilterValidationError === null) {
|
|
1739
1739
|
config.semanticFilter = untrustedConfig_semanticFilter;
|
|
1740
1740
|
}
|
|
@@ -1782,8 +1782,8 @@ const getMetricFilterValuesAdapterFactory = (luvio) => {
|
|
|
1782
1782
|
};
|
|
1783
1783
|
};
|
|
1784
1784
|
|
|
1785
|
-
const VERSION$
|
|
1786
|
-
function validate$
|
|
1785
|
+
const VERSION$9 = "6b47d2ed35a900956ff58b7d8a527e7f";
|
|
1786
|
+
function validate$9(obj, path = 'InsightFeedbackMetadata') {
|
|
1787
1787
|
const v_error = (() => {
|
|
1788
1788
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1789
1789
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1808,10 +1808,10 @@ function validate$8(obj, path = 'InsightFeedbackMetadata') {
|
|
|
1808
1808
|
})();
|
|
1809
1809
|
return v_error === undefined ? null : v_error;
|
|
1810
1810
|
}
|
|
1811
|
-
const select$
|
|
1811
|
+
const select$c = function InsightFeedbackMetadataSelect() {
|
|
1812
1812
|
return {
|
|
1813
1813
|
kind: 'Fragment',
|
|
1814
|
-
version: VERSION$
|
|
1814
|
+
version: VERSION$9,
|
|
1815
1815
|
private: [],
|
|
1816
1816
|
selections: [
|
|
1817
1817
|
{
|
|
@@ -1832,7 +1832,7 @@ const select$b = function InsightFeedbackMetadataSelect() {
|
|
|
1832
1832
|
]
|
|
1833
1833
|
};
|
|
1834
1834
|
};
|
|
1835
|
-
function equals$
|
|
1835
|
+
function equals$9(existing, incoming) {
|
|
1836
1836
|
const existing_dimensionHash = existing.dimensionHash;
|
|
1837
1837
|
const incoming_dimensionHash = incoming.dimensionHash;
|
|
1838
1838
|
// if at least one of these optionals is defined
|
|
@@ -1875,8 +1875,8 @@ function equals$8(existing, incoming) {
|
|
|
1875
1875
|
return true;
|
|
1876
1876
|
}
|
|
1877
1877
|
|
|
1878
|
-
const VERSION$
|
|
1879
|
-
function validate$
|
|
1878
|
+
const VERSION$8 = "be7014b0043386672b06a22807d7e549";
|
|
1879
|
+
function validate$8(obj, path = 'Insight') {
|
|
1880
1880
|
const v_error = (() => {
|
|
1881
1881
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
1882
1882
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -1904,7 +1904,7 @@ function validate$7(obj, path = 'Insight') {
|
|
|
1904
1904
|
}
|
|
1905
1905
|
const obj_insightFeedbackMetadata = obj.insightFeedbackMetadata;
|
|
1906
1906
|
const path_insightFeedbackMetadata = path + '.insightFeedbackMetadata';
|
|
1907
|
-
const referencepath_insightFeedbackMetadataValidationError = validate$
|
|
1907
|
+
const referencepath_insightFeedbackMetadataValidationError = validate$9(obj_insightFeedbackMetadata, path_insightFeedbackMetadata);
|
|
1908
1908
|
if (referencepath_insightFeedbackMetadataValidationError !== null) {
|
|
1909
1909
|
let message = 'Object doesn\'t match InsightFeedbackMetadata (at "' + path_insightFeedbackMetadata + '")\n';
|
|
1910
1910
|
message += referencepath_insightFeedbackMetadataValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -1951,11 +1951,11 @@ function validate$7(obj, path = 'Insight') {
|
|
|
1951
1951
|
})();
|
|
1952
1952
|
return v_error === undefined ? null : v_error;
|
|
1953
1953
|
}
|
|
1954
|
-
const select$
|
|
1955
|
-
const { selections: InsightFeedbackMetadata__selections, opaque: InsightFeedbackMetadata__opaque, } = select$
|
|
1954
|
+
const select$b = function InsightSelect() {
|
|
1955
|
+
const { selections: InsightFeedbackMetadata__selections, opaque: InsightFeedbackMetadata__opaque, } = select$c();
|
|
1956
1956
|
return {
|
|
1957
1957
|
kind: 'Fragment',
|
|
1958
|
-
version: VERSION$
|
|
1958
|
+
version: VERSION$8,
|
|
1959
1959
|
private: [],
|
|
1960
1960
|
selections: [
|
|
1961
1961
|
{
|
|
@@ -2011,7 +2011,7 @@ const select$a = function InsightSelect() {
|
|
|
2011
2011
|
]
|
|
2012
2012
|
};
|
|
2013
2013
|
};
|
|
2014
|
-
function equals$
|
|
2014
|
+
function equals$8(existing, incoming) {
|
|
2015
2015
|
const existing_version = existing.version;
|
|
2016
2016
|
const incoming_version = incoming.version;
|
|
2017
2017
|
// if at least one of these optionals is defined
|
|
@@ -2118,7 +2118,7 @@ function equals$7(existing, incoming) {
|
|
|
2118
2118
|
}
|
|
2119
2119
|
const existing_insightFeedbackMetadata = existing.insightFeedbackMetadata;
|
|
2120
2120
|
const incoming_insightFeedbackMetadata = incoming.insightFeedbackMetadata;
|
|
2121
|
-
if (!(equals$
|
|
2121
|
+
if (!(equals$9(existing_insightFeedbackMetadata, incoming_insightFeedbackMetadata))) {
|
|
2122
2122
|
return false;
|
|
2123
2123
|
}
|
|
2124
2124
|
const existing_viz = existing.viz;
|
|
@@ -2137,8 +2137,8 @@ function equals$7(existing, incoming) {
|
|
|
2137
2137
|
return true;
|
|
2138
2138
|
}
|
|
2139
2139
|
|
|
2140
|
-
const VERSION$
|
|
2141
|
-
function validate$
|
|
2140
|
+
const VERSION$7 = "09a140bdbc97294bdce2b9555910f209";
|
|
2141
|
+
function validate$7(obj, path = 'InsightResponse') {
|
|
2142
2142
|
const v_error = (() => {
|
|
2143
2143
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2144
2144
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
@@ -2146,7 +2146,7 @@ function validate$6(obj, path = 'InsightResponse') {
|
|
|
2146
2146
|
if (obj.error !== undefined) {
|
|
2147
2147
|
const obj_error = obj.error;
|
|
2148
2148
|
const path_error = path + '.error';
|
|
2149
|
-
const referencepath_errorValidationError = validate$
|
|
2149
|
+
const referencepath_errorValidationError = validate$f(obj_error, path_error);
|
|
2150
2150
|
if (referencepath_errorValidationError !== null) {
|
|
2151
2151
|
let message = 'Object doesn\'t match Error (at "' + path_error + '")\n';
|
|
2152
2152
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2163,7 +2163,7 @@ function validate$6(obj, path = 'InsightResponse') {
|
|
|
2163
2163
|
if (obj.result !== undefined) {
|
|
2164
2164
|
const obj_result = obj.result;
|
|
2165
2165
|
const path_result = path + '.result';
|
|
2166
|
-
const referencepath_resultValidationError = validate$
|
|
2166
|
+
const referencepath_resultValidationError = validate$8(obj_result, path_result);
|
|
2167
2167
|
if (referencepath_resultValidationError !== null) {
|
|
2168
2168
|
let message = 'Object doesn\'t match Insight (at "' + path_result + '")\n';
|
|
2169
2169
|
message += referencepath_resultValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2173,12 +2173,12 @@ function validate$6(obj, path = 'InsightResponse') {
|
|
|
2173
2173
|
})();
|
|
2174
2174
|
return v_error === undefined ? null : v_error;
|
|
2175
2175
|
}
|
|
2176
|
-
const select$
|
|
2177
|
-
const { selections: Error__selections, opaque: Error__opaque, } = select$
|
|
2178
|
-
const { selections: Insight__selections, opaque: Insight__opaque, } = select$
|
|
2176
|
+
const select$a = function InsightResponseSelect() {
|
|
2177
|
+
const { selections: Error__selections, opaque: Error__opaque, } = select$k();
|
|
2178
|
+
const { selections: Insight__selections, opaque: Insight__opaque, } = select$b();
|
|
2179
2179
|
return {
|
|
2180
2180
|
kind: 'Fragment',
|
|
2181
|
-
version: VERSION$
|
|
2181
|
+
version: VERSION$7,
|
|
2182
2182
|
private: [],
|
|
2183
2183
|
selections: [
|
|
2184
2184
|
{
|
|
@@ -2201,7 +2201,7 @@ const select$9 = function InsightResponseSelect() {
|
|
|
2201
2201
|
]
|
|
2202
2202
|
};
|
|
2203
2203
|
};
|
|
2204
|
-
function equals$
|
|
2204
|
+
function equals$7(existing, incoming) {
|
|
2205
2205
|
const existing_insightType = existing.insightType;
|
|
2206
2206
|
const incoming_insightType = incoming.insightType;
|
|
2207
2207
|
// if at least one of these optionals is defined
|
|
@@ -2224,7 +2224,7 @@ function equals$6(existing, incoming) {
|
|
|
2224
2224
|
if (existing_error === undefined || incoming_error === undefined) {
|
|
2225
2225
|
return false;
|
|
2226
2226
|
}
|
|
2227
|
-
if (!(equals$
|
|
2227
|
+
if (!(equals$f(existing_error, incoming_error))) {
|
|
2228
2228
|
return false;
|
|
2229
2229
|
}
|
|
2230
2230
|
}
|
|
@@ -2237,19 +2237,101 @@ function equals$6(existing, incoming) {
|
|
|
2237
2237
|
if (existing_result === undefined || incoming_result === undefined) {
|
|
2238
2238
|
return false;
|
|
2239
2239
|
}
|
|
2240
|
-
if (!(equals$
|
|
2240
|
+
if (!(equals$8(existing_result, incoming_result))) {
|
|
2241
|
+
return false;
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2244
|
+
return true;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
const VERSION$6 = "bbba5f281b443221e96fa2e9e8eae2d9";
|
|
2248
|
+
function validate$6(obj, path = 'Status') {
|
|
2249
|
+
const v_error = (() => {
|
|
2250
|
+
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2251
|
+
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2252
|
+
}
|
|
2253
|
+
if (obj.qualifier !== undefined) {
|
|
2254
|
+
const obj_qualifier = obj.qualifier;
|
|
2255
|
+
const path_qualifier = path + '.qualifier';
|
|
2256
|
+
if (typeof obj_qualifier !== 'string') {
|
|
2257
|
+
return new TypeError('Expected "string" but received "' + typeof obj_qualifier + '" (at "' + path_qualifier + '")');
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
if (obj.sentiment !== undefined) {
|
|
2261
|
+
const obj_sentiment = obj.sentiment;
|
|
2262
|
+
const path_sentiment = path + '.sentiment';
|
|
2263
|
+
if (typeof obj_sentiment !== 'string') {
|
|
2264
|
+
return new TypeError('Expected "string" but received "' + typeof obj_sentiment + '" (at "' + path_sentiment + '")');
|
|
2265
|
+
}
|
|
2266
|
+
}
|
|
2267
|
+
})();
|
|
2268
|
+
return v_error === undefined ? null : v_error;
|
|
2269
|
+
}
|
|
2270
|
+
const select$9 = function StatusSelect() {
|
|
2271
|
+
return {
|
|
2272
|
+
kind: 'Fragment',
|
|
2273
|
+
version: VERSION$6,
|
|
2274
|
+
private: [],
|
|
2275
|
+
selections: [
|
|
2276
|
+
{
|
|
2277
|
+
name: 'qualifier',
|
|
2278
|
+
kind: 'Scalar',
|
|
2279
|
+
required: false
|
|
2280
|
+
},
|
|
2281
|
+
{
|
|
2282
|
+
name: 'sentiment',
|
|
2283
|
+
kind: 'Scalar',
|
|
2284
|
+
required: false
|
|
2285
|
+
}
|
|
2286
|
+
]
|
|
2287
|
+
};
|
|
2288
|
+
};
|
|
2289
|
+
function equals$6(existing, incoming) {
|
|
2290
|
+
const existing_qualifier = existing.qualifier;
|
|
2291
|
+
const incoming_qualifier = incoming.qualifier;
|
|
2292
|
+
// if at least one of these optionals is defined
|
|
2293
|
+
if (existing_qualifier !== undefined || incoming_qualifier !== undefined) {
|
|
2294
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
2295
|
+
// not equal
|
|
2296
|
+
if (existing_qualifier === undefined || incoming_qualifier === undefined) {
|
|
2297
|
+
return false;
|
|
2298
|
+
}
|
|
2299
|
+
if (!(existing_qualifier === incoming_qualifier)) {
|
|
2300
|
+
return false;
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
const existing_sentiment = existing.sentiment;
|
|
2304
|
+
const incoming_sentiment = incoming.sentiment;
|
|
2305
|
+
// if at least one of these optionals is defined
|
|
2306
|
+
if (existing_sentiment !== undefined || incoming_sentiment !== undefined) {
|
|
2307
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
2308
|
+
// not equal
|
|
2309
|
+
if (existing_sentiment === undefined || incoming_sentiment === undefined) {
|
|
2310
|
+
return false;
|
|
2311
|
+
}
|
|
2312
|
+
if (!(existing_sentiment === incoming_sentiment)) {
|
|
2241
2313
|
return false;
|
|
2242
2314
|
}
|
|
2243
2315
|
}
|
|
2244
2316
|
return true;
|
|
2245
2317
|
}
|
|
2246
2318
|
|
|
2247
|
-
const VERSION$5 = "
|
|
2319
|
+
const VERSION$5 = "b8ee380c83f9ec2fff1e8045ba2301fc";
|
|
2248
2320
|
function validate$5(obj, path = 'Overview') {
|
|
2249
2321
|
const v_error = (() => {
|
|
2250
2322
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
2251
2323
|
return new TypeError('Expected "object" but received "' + typeof obj + '" (at "' + path + '")');
|
|
2252
2324
|
}
|
|
2325
|
+
if (obj.status !== undefined) {
|
|
2326
|
+
const obj_status = obj.status;
|
|
2327
|
+
const path_status = path + '.status';
|
|
2328
|
+
const referencepath_statusValidationError = validate$6(obj_status, path_status);
|
|
2329
|
+
if (referencepath_statusValidationError !== null) {
|
|
2330
|
+
let message = 'Object doesn\'t match Status (at "' + path_status + '")\n';
|
|
2331
|
+
message += referencepath_statusValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
2332
|
+
return new TypeError(message);
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2253
2335
|
if (obj.viz !== undefined) {
|
|
2254
2336
|
const obj_viz = obj.viz;
|
|
2255
2337
|
const path_viz = path + '.viz';
|
|
@@ -2261,11 +2343,18 @@ function validate$5(obj, path = 'Overview') {
|
|
|
2261
2343
|
return v_error === undefined ? null : v_error;
|
|
2262
2344
|
}
|
|
2263
2345
|
const select$8 = function OverviewSelect() {
|
|
2346
|
+
const { selections: Status__selections, opaque: Status__opaque, } = select$9();
|
|
2264
2347
|
return {
|
|
2265
2348
|
kind: 'Fragment',
|
|
2266
2349
|
version: VERSION$5,
|
|
2267
2350
|
private: [],
|
|
2268
2351
|
selections: [
|
|
2352
|
+
{
|
|
2353
|
+
name: 'status',
|
|
2354
|
+
kind: 'Object',
|
|
2355
|
+
selections: Status__selections,
|
|
2356
|
+
required: false
|
|
2357
|
+
},
|
|
2269
2358
|
{
|
|
2270
2359
|
name: 'viz',
|
|
2271
2360
|
kind: 'Object',
|
|
@@ -2275,6 +2364,19 @@ const select$8 = function OverviewSelect() {
|
|
|
2275
2364
|
};
|
|
2276
2365
|
};
|
|
2277
2366
|
function equals$5(existing, incoming) {
|
|
2367
|
+
const existing_status = existing.status;
|
|
2368
|
+
const incoming_status = incoming.status;
|
|
2369
|
+
// if at least one of these optionals is defined
|
|
2370
|
+
if (existing_status !== undefined || incoming_status !== undefined) {
|
|
2371
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
2372
|
+
// not equal
|
|
2373
|
+
if (existing_status === undefined || incoming_status === undefined) {
|
|
2374
|
+
return false;
|
|
2375
|
+
}
|
|
2376
|
+
if (!(equals$6(existing_status, incoming_status))) {
|
|
2377
|
+
return false;
|
|
2378
|
+
}
|
|
2379
|
+
}
|
|
2278
2380
|
const existing_viz = existing.viz;
|
|
2279
2381
|
const incoming_viz = incoming.viz;
|
|
2280
2382
|
// if at least one of these optionals is defined
|
|
@@ -2300,7 +2402,7 @@ function validate$4(obj, path = 'OverviewResponse') {
|
|
|
2300
2402
|
if (obj.error !== undefined) {
|
|
2301
2403
|
const obj_error = obj.error;
|
|
2302
2404
|
const path_error = path + '.error';
|
|
2303
|
-
const referencepath_errorValidationError = validate$
|
|
2405
|
+
const referencepath_errorValidationError = validate$f(obj_error, path_error);
|
|
2304
2406
|
if (referencepath_errorValidationError !== null) {
|
|
2305
2407
|
let message = 'Object doesn\'t match Error (at "' + path_error + '")\n';
|
|
2306
2408
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2321,7 +2423,7 @@ function validate$4(obj, path = 'OverviewResponse') {
|
|
|
2321
2423
|
return v_error === undefined ? null : v_error;
|
|
2322
2424
|
}
|
|
2323
2425
|
const select$7 = function OverviewResponseSelect() {
|
|
2324
|
-
const { selections: Error__selections, opaque: Error__opaque, } = select$
|
|
2426
|
+
const { selections: Error__selections, opaque: Error__opaque, } = select$k();
|
|
2325
2427
|
const { selections: Overview__selections, opaque: Overview__opaque, } = select$8();
|
|
2326
2428
|
return {
|
|
2327
2429
|
kind: 'Fragment',
|
|
@@ -2353,7 +2455,7 @@ function equals$4(existing, incoming) {
|
|
|
2353
2455
|
if (existing_error === undefined || incoming_error === undefined) {
|
|
2354
2456
|
return false;
|
|
2355
2457
|
}
|
|
2356
|
-
if (!(equals$
|
|
2458
|
+
if (!(equals$f(existing_error, incoming_error))) {
|
|
2357
2459
|
return false;
|
|
2358
2460
|
}
|
|
2359
2461
|
}
|
|
@@ -2382,7 +2484,7 @@ function validate$3(obj, path = 'InsightGroup') {
|
|
|
2382
2484
|
if (obj.error !== undefined) {
|
|
2383
2485
|
const obj_error = obj.error;
|
|
2384
2486
|
const path_error = path + '.error';
|
|
2385
|
-
const referencepath_errorValidationError = validate$
|
|
2487
|
+
const referencepath_errorValidationError = validate$f(obj_error, path_error);
|
|
2386
2488
|
if (referencepath_errorValidationError !== null) {
|
|
2387
2489
|
let message = 'Object doesn\'t match Error (at "' + path_error + '")\n';
|
|
2388
2490
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2398,7 +2500,7 @@ function validate$3(obj, path = 'InsightGroup') {
|
|
|
2398
2500
|
for (let i = 0; i < obj_insights.length; i++) {
|
|
2399
2501
|
const obj_insights_item = obj_insights[i];
|
|
2400
2502
|
const path_insights_item = path_insights + '[' + i + ']';
|
|
2401
|
-
const referencepath_insights_itemValidationError = validate$
|
|
2503
|
+
const referencepath_insights_itemValidationError = validate$7(obj_insights_item, path_insights_item);
|
|
2402
2504
|
if (referencepath_insights_itemValidationError !== null) {
|
|
2403
2505
|
let message = 'Object doesn\'t match InsightResponse (at "' + path_insights_item + '")\n';
|
|
2404
2506
|
message += referencepath_insights_itemValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2434,8 +2536,8 @@ function validate$3(obj, path = 'InsightGroup') {
|
|
|
2434
2536
|
return v_error === undefined ? null : v_error;
|
|
2435
2537
|
}
|
|
2436
2538
|
const select$6 = function InsightGroupSelect() {
|
|
2437
|
-
const { selections: Error__selections, opaque: Error__opaque, } = select$
|
|
2438
|
-
const { selections: InsightResponse__selections, opaque: InsightResponse__opaque, } = select$
|
|
2539
|
+
const { selections: Error__selections, opaque: Error__opaque, } = select$k();
|
|
2540
|
+
const { selections: InsightResponse__selections, opaque: InsightResponse__opaque, } = select$a();
|
|
2439
2541
|
const { selections: OverviewResponse__selections, opaque: OverviewResponse__opaque, } = select$7();
|
|
2440
2542
|
return {
|
|
2441
2543
|
kind: 'Fragment',
|
|
@@ -2493,7 +2595,7 @@ function equals$3(existing, incoming) {
|
|
|
2493
2595
|
if (existing_error === undefined || incoming_error === undefined) {
|
|
2494
2596
|
return false;
|
|
2495
2597
|
}
|
|
2496
|
-
if (!(equals$
|
|
2598
|
+
if (!(equals$f(existing_error, incoming_error))) {
|
|
2497
2599
|
return false;
|
|
2498
2600
|
}
|
|
2499
2601
|
}
|
|
@@ -2507,7 +2609,7 @@ function equals$3(existing, incoming) {
|
|
|
2507
2609
|
return false;
|
|
2508
2610
|
}
|
|
2509
2611
|
const equals_insights_items = equalsArray(existing_insights, incoming_insights, (existing_insights_item, incoming_insights_item) => {
|
|
2510
|
-
if (!(equals$
|
|
2612
|
+
if (!(equals$7(existing_insights_item, incoming_insights_item))) {
|
|
2511
2613
|
return false;
|
|
2512
2614
|
}
|
|
2513
2615
|
});
|
|
@@ -2660,7 +2762,7 @@ function validate$1(obj, path = 'GenerateInsightBundleResponse') {
|
|
|
2660
2762
|
if (obj.error !== undefined) {
|
|
2661
2763
|
const obj_error = obj.error;
|
|
2662
2764
|
const path_error = path + '.error';
|
|
2663
|
-
const referencepath_errorValidationError = validate$
|
|
2765
|
+
const referencepath_errorValidationError = validate$f(obj_error, path_error);
|
|
2664
2766
|
if (referencepath_errorValidationError !== null) {
|
|
2665
2767
|
let message = 'Object doesn\'t match Error (at "' + path_error + '")\n';
|
|
2666
2768
|
message += referencepath_errorValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -2704,7 +2806,7 @@ function normalize$1(input, existing, path, luvio, store, timestamp) {
|
|
|
2704
2806
|
return input;
|
|
2705
2807
|
}
|
|
2706
2808
|
const select$4 = function GenerateInsightBundleResponseSelect() {
|
|
2707
|
-
const { selections: Error__selections, opaque: Error__opaque, } = select$
|
|
2809
|
+
const { selections: Error__selections, opaque: Error__opaque, } = select$k();
|
|
2708
2810
|
const { selections: InsightBundle__selections, opaque: InsightBundle__opaque, } = select$5();
|
|
2709
2811
|
return {
|
|
2710
2812
|
kind: 'Fragment',
|
|
@@ -2754,7 +2856,7 @@ function equals$1(existing, incoming) {
|
|
|
2754
2856
|
if (existing_error === undefined || incoming_error === undefined) {
|
|
2755
2857
|
return false;
|
|
2756
2858
|
}
|
|
2757
|
-
if (!(equals$
|
|
2859
|
+
if (!(equals$f(existing_error, incoming_error))) {
|
|
2758
2860
|
return false;
|
|
2759
2861
|
}
|
|
2760
2862
|
}
|
|
@@ -2845,12 +2947,12 @@ function typeCheckConfig$2(untrustedConfig) {
|
|
|
2845
2947
|
const config = {};
|
|
2846
2948
|
typeCheckConfig$5(untrustedConfig, config, generateInsights_ConfigPropertyMetadata);
|
|
2847
2949
|
const untrustedConfig_input = untrustedConfig.input;
|
|
2848
|
-
const referenceInsightBundleInputValidationError = validate$
|
|
2950
|
+
const referenceInsightBundleInputValidationError = validate$l(untrustedConfig_input);
|
|
2849
2951
|
if (referenceInsightBundleInputValidationError === null) {
|
|
2850
2952
|
config.input = untrustedConfig_input;
|
|
2851
2953
|
}
|
|
2852
2954
|
const untrustedConfig_options = untrustedConfig.options;
|
|
2853
|
-
const referenceInsightBundleOptionsValidationError = validate$
|
|
2955
|
+
const referenceInsightBundleOptionsValidationError = validate$i(untrustedConfig_options);
|
|
2854
2956
|
if (referenceInsightBundleOptionsValidationError === null) {
|
|
2855
2957
|
config.options = untrustedConfig_options;
|
|
2856
2958
|
}
|
|
@@ -2948,12 +3050,12 @@ function typeCheckConfig$1(untrustedConfig) {
|
|
|
2948
3050
|
const config = {};
|
|
2949
3051
|
typeCheckConfig$5(untrustedConfig, config, generateInsightsBasic_ConfigPropertyMetadata);
|
|
2950
3052
|
const untrustedConfig_input = untrustedConfig.input;
|
|
2951
|
-
const referenceInsightBundleInputValidationError = validate$
|
|
3053
|
+
const referenceInsightBundleInputValidationError = validate$l(untrustedConfig_input);
|
|
2952
3054
|
if (referenceInsightBundleInputValidationError === null) {
|
|
2953
3055
|
config.input = untrustedConfig_input;
|
|
2954
3056
|
}
|
|
2955
3057
|
const untrustedConfig_options = untrustedConfig.options;
|
|
2956
|
-
const referenceInsightBundleOptionsValidationError = validate$
|
|
3058
|
+
const referenceInsightBundleOptionsValidationError = validate$i(untrustedConfig_options);
|
|
2957
3059
|
if (referenceInsightBundleOptionsValidationError === null) {
|
|
2958
3060
|
config.options = untrustedConfig_options;
|
|
2959
3061
|
}
|
|
@@ -3044,7 +3146,7 @@ function validate(obj, path = 'GetInsightBatchResponse') {
|
|
|
3044
3146
|
if (obj.summary !== undefined) {
|
|
3045
3147
|
const obj_summary = obj.summary;
|
|
3046
3148
|
const path_summary = path + '.summary';
|
|
3047
|
-
const referencepath_summaryValidationError = validate$
|
|
3149
|
+
const referencepath_summaryValidationError = validate$d(obj_summary, path_summary);
|
|
3048
3150
|
if (referencepath_summaryValidationError !== null) {
|
|
3049
3151
|
let message = 'Object doesn\'t match SummaryResponse (at "' + path_summary + '")\n';
|
|
3050
3152
|
message += referencepath_summaryValidationError.message.split('\n').map((line) => '\t' + line).join('\n');
|
|
@@ -3086,7 +3188,7 @@ function normalize(input, existing, path, luvio, store, timestamp) {
|
|
|
3086
3188
|
return input;
|
|
3087
3189
|
}
|
|
3088
3190
|
const select$1 = function GetInsightBatchResponseSelect() {
|
|
3089
|
-
const { selections: SummaryResponse__selections, opaque: SummaryResponse__opaque, } = select$
|
|
3191
|
+
const { selections: SummaryResponse__selections, opaque: SummaryResponse__opaque, } = select$i();
|
|
3090
3192
|
return {
|
|
3091
3193
|
kind: 'Fragment',
|
|
3092
3194
|
version: VERSION,
|
|
@@ -3181,7 +3283,7 @@ function equals(existing, incoming) {
|
|
|
3181
3283
|
if (existing_summary === undefined || incoming_summary === undefined) {
|
|
3182
3284
|
return false;
|
|
3183
3285
|
}
|
|
3184
|
-
if (!(equals$
|
|
3286
|
+
if (!(equals$d(existing_summary, incoming_summary))) {
|
|
3185
3287
|
return false;
|
|
3186
3288
|
}
|
|
3187
3289
|
}
|