@salesforce/lds-adapters-cdp-semantic-authoring 1.380.0-dev1 → 1.380.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/cdp-semantic-authoring.js +358 -15
- package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsShallowByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGoalOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
- package/package.json +3 -3
- package/sfdc/index.js +359 -16
- package/src/raml/api.raml +88 -1
package/sfdc/index.js
CHANGED
|
@@ -236,7 +236,7 @@ function validate$16(obj, path = 'SemanticGoalStatusConditionOutputRepresentatio
|
|
|
236
236
|
return v_error === undefined ? null : v_error;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
const VERSION$z = "
|
|
239
|
+
const VERSION$z = "8ade9728ba6d188b7fa9237cf944576e";
|
|
240
240
|
function validate$15(obj, path = 'SemanticGoalOutputRepresentation') {
|
|
241
241
|
const v_error = (() => {
|
|
242
242
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -296,6 +296,13 @@ function validate$15(obj, path = 'SemanticGoalOutputRepresentation') {
|
|
|
296
296
|
if (typeof obj_id !== 'string') {
|
|
297
297
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
298
298
|
}
|
|
299
|
+
if (obj.isQueryable !== undefined) {
|
|
300
|
+
const obj_isQueryable = obj.isQueryable;
|
|
301
|
+
const path_isQueryable = path + '.isQueryable';
|
|
302
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
303
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
304
|
+
}
|
|
305
|
+
}
|
|
299
306
|
if (obj.label !== undefined) {
|
|
300
307
|
const obj_label = obj.label;
|
|
301
308
|
const path_label = path + '.label';
|
|
@@ -2346,7 +2353,7 @@ function equals$x(existing, incoming) {
|
|
|
2346
2353
|
return true;
|
|
2347
2354
|
}
|
|
2348
2355
|
|
|
2349
|
-
const VERSION$w = "
|
|
2356
|
+
const VERSION$w = "d39ef07b537fde1ac49a10bfc73d7db1";
|
|
2350
2357
|
function validate$D(obj, path = 'SemanticModelExternalConnectionOutputRepresentation') {
|
|
2351
2358
|
const v_error = (() => {
|
|
2352
2359
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2369,6 +2376,13 @@ function validate$D(obj, path = 'SemanticModelExternalConnectionOutputRepresenta
|
|
|
2369
2376
|
if (typeof obj_id !== 'string') {
|
|
2370
2377
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
2371
2378
|
}
|
|
2379
|
+
if (obj.isQueryable !== undefined) {
|
|
2380
|
+
const obj_isQueryable = obj.isQueryable;
|
|
2381
|
+
const path_isQueryable = path + '.isQueryable';
|
|
2382
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
2383
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2372
2386
|
if (obj.label !== undefined) {
|
|
2373
2387
|
const obj_label = obj.label;
|
|
2374
2388
|
const path_label = path + '.label';
|
|
@@ -2414,6 +2428,11 @@ const select$M = function SemanticModelExternalConnectionOutputRepresentationSel
|
|
|
2414
2428
|
name: 'id',
|
|
2415
2429
|
kind: 'Scalar'
|
|
2416
2430
|
},
|
|
2431
|
+
{
|
|
2432
|
+
name: 'isQueryable',
|
|
2433
|
+
kind: 'Scalar',
|
|
2434
|
+
required: false
|
|
2435
|
+
},
|
|
2417
2436
|
{
|
|
2418
2437
|
name: 'label',
|
|
2419
2438
|
kind: 'Scalar',
|
|
@@ -2456,6 +2475,19 @@ function equals$w(existing, incoming) {
|
|
|
2456
2475
|
if (!(existing_id === incoming_id)) {
|
|
2457
2476
|
return false;
|
|
2458
2477
|
}
|
|
2478
|
+
const existing_isQueryable = existing.isQueryable;
|
|
2479
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
2480
|
+
// if at least one of these optionals is defined
|
|
2481
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
2482
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
2483
|
+
// not equal
|
|
2484
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
2485
|
+
return false;
|
|
2486
|
+
}
|
|
2487
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
2488
|
+
return false;
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2459
2491
|
const existing_label = existing.label;
|
|
2460
2492
|
const incoming_label = incoming.label;
|
|
2461
2493
|
// if at least one of these optionals is defined
|
|
@@ -2742,7 +2774,7 @@ function equals$u(existing, incoming) {
|
|
|
2742
2774
|
return true;
|
|
2743
2775
|
}
|
|
2744
2776
|
|
|
2745
|
-
const VERSION$t = "
|
|
2777
|
+
const VERSION$t = "e7d6a5a90b64614a1854f0b959840e50";
|
|
2746
2778
|
function validate$A(obj, path = 'SemanticCalculatedDimensionOutputRepresentation') {
|
|
2747
2779
|
const v_error = (() => {
|
|
2748
2780
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -2862,6 +2894,13 @@ function validate$A(obj, path = 'SemanticCalculatedDimensionOutputRepresentation
|
|
|
2862
2894
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isOverrideBase + '" (at "' + path_isOverrideBase + '")');
|
|
2863
2895
|
}
|
|
2864
2896
|
}
|
|
2897
|
+
if (obj.isQueryable !== undefined) {
|
|
2898
|
+
const obj_isQueryable = obj.isQueryable;
|
|
2899
|
+
const path_isQueryable = path + '.isQueryable';
|
|
2900
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
2901
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2865
2904
|
if (obj.isSystemDefinition !== undefined) {
|
|
2866
2905
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
2867
2906
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -3033,6 +3072,11 @@ const select$J = function SemanticCalculatedDimensionOutputRepresentationSelect(
|
|
|
3033
3072
|
kind: 'Scalar',
|
|
3034
3073
|
required: false
|
|
3035
3074
|
},
|
|
3075
|
+
{
|
|
3076
|
+
name: 'isQueryable',
|
|
3077
|
+
kind: 'Scalar',
|
|
3078
|
+
required: false
|
|
3079
|
+
},
|
|
3036
3080
|
{
|
|
3037
3081
|
name: 'isSystemDefinition',
|
|
3038
3082
|
kind: 'Scalar',
|
|
@@ -3289,6 +3333,19 @@ function equals$t(existing, incoming) {
|
|
|
3289
3333
|
if (!(existing_id === incoming_id)) {
|
|
3290
3334
|
return false;
|
|
3291
3335
|
}
|
|
3336
|
+
const existing_isQueryable = existing.isQueryable;
|
|
3337
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
3338
|
+
// if at least one of these optionals is defined
|
|
3339
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
3340
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
3341
|
+
// not equal
|
|
3342
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
3343
|
+
return false;
|
|
3344
|
+
}
|
|
3345
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
3346
|
+
return false;
|
|
3347
|
+
}
|
|
3348
|
+
}
|
|
3292
3349
|
const existing_label = existing.label;
|
|
3293
3350
|
const incoming_label = incoming.label;
|
|
3294
3351
|
// if at least one of these optionals is defined
|
|
@@ -3422,7 +3479,7 @@ function getTypeCacheKeys$h(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
3422
3479
|
});
|
|
3423
3480
|
}
|
|
3424
3481
|
|
|
3425
|
-
const VERSION$s = "
|
|
3482
|
+
const VERSION$s = "b994fb51ffb78d7e6fce27437cc1bd82";
|
|
3426
3483
|
function validate$z(obj, path = 'SemanticCalculatedMeasurementOutputRepresentation') {
|
|
3427
3484
|
const v_error = (() => {
|
|
3428
3485
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -3563,6 +3620,13 @@ function validate$z(obj, path = 'SemanticCalculatedMeasurementOutputRepresentati
|
|
|
3563
3620
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isOverrideBase + '" (at "' + path_isOverrideBase + '")');
|
|
3564
3621
|
}
|
|
3565
3622
|
}
|
|
3623
|
+
if (obj.isQueryable !== undefined) {
|
|
3624
|
+
const obj_isQueryable = obj.isQueryable;
|
|
3625
|
+
const path_isQueryable = path + '.isQueryable';
|
|
3626
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
3627
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
3628
|
+
}
|
|
3629
|
+
}
|
|
3566
3630
|
if (obj.isSystemDefinition !== undefined) {
|
|
3567
3631
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
3568
3632
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -3770,6 +3834,11 @@ const select$I = function SemanticCalculatedMeasurementOutputRepresentationSelec
|
|
|
3770
3834
|
kind: 'Scalar',
|
|
3771
3835
|
required: false
|
|
3772
3836
|
},
|
|
3837
|
+
{
|
|
3838
|
+
name: 'isQueryable',
|
|
3839
|
+
kind: 'Scalar',
|
|
3840
|
+
required: false
|
|
3841
|
+
},
|
|
3773
3842
|
{
|
|
3774
3843
|
name: 'isSystemDefinition',
|
|
3775
3844
|
kind: 'Scalar',
|
|
@@ -4093,6 +4162,19 @@ function equals$s(existing, incoming) {
|
|
|
4093
4162
|
if (!(existing_id === incoming_id)) {
|
|
4094
4163
|
return false;
|
|
4095
4164
|
}
|
|
4165
|
+
const existing_isQueryable = existing.isQueryable;
|
|
4166
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
4167
|
+
// if at least one of these optionals is defined
|
|
4168
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
4169
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
4170
|
+
// not equal
|
|
4171
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
4172
|
+
return false;
|
|
4173
|
+
}
|
|
4174
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
4175
|
+
return false;
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4096
4178
|
const existing_label = existing.label;
|
|
4097
4179
|
const incoming_label = incoming.label;
|
|
4098
4180
|
// if at least one of these optionals is defined
|
|
@@ -4347,6 +4429,13 @@ function validate$y(obj, path = 'SemanticDimensionOutputRepresentation') {
|
|
|
4347
4429
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isPrimaryKey + '" (at "' + path_isPrimaryKey + '")');
|
|
4348
4430
|
}
|
|
4349
4431
|
}
|
|
4432
|
+
if (obj.isQueryable !== undefined) {
|
|
4433
|
+
const obj_isQueryable = obj.isQueryable;
|
|
4434
|
+
const path_isQueryable = path + '.isQueryable';
|
|
4435
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
4436
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
4437
|
+
}
|
|
4438
|
+
}
|
|
4350
4439
|
if (obj.isSystemDefinition !== undefined) {
|
|
4351
4440
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
4352
4441
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -4537,6 +4626,13 @@ function validate$x(obj, path = 'SemanticMeasurementOutputRepresentation') {
|
|
|
4537
4626
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isPrimaryKey + '" (at "' + path_isPrimaryKey + '")');
|
|
4538
4627
|
}
|
|
4539
4628
|
}
|
|
4629
|
+
if (obj.isQueryable !== undefined) {
|
|
4630
|
+
const obj_isQueryable = obj.isQueryable;
|
|
4631
|
+
const path_isQueryable = path + '.isQueryable';
|
|
4632
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
4633
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
4634
|
+
}
|
|
4635
|
+
}
|
|
4540
4636
|
if (obj.isSystemDefinition !== undefined) {
|
|
4541
4637
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
4542
4638
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -4625,7 +4721,7 @@ function validate$x(obj, path = 'SemanticMeasurementOutputRepresentation') {
|
|
|
4625
4721
|
return v_error === undefined ? null : v_error;
|
|
4626
4722
|
}
|
|
4627
4723
|
|
|
4628
|
-
const VERSION$r = "
|
|
4724
|
+
const VERSION$r = "7804fea5e1a3894ad9c1e89a2ce17ab9";
|
|
4629
4725
|
function validate$w(obj, path = 'SemanticDataObjectOutputRepresentation') {
|
|
4630
4726
|
const v_error = (() => {
|
|
4631
4727
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -4717,6 +4813,13 @@ function validate$w(obj, path = 'SemanticDataObjectOutputRepresentation') {
|
|
|
4717
4813
|
if (typeof obj_id !== 'string') {
|
|
4718
4814
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
4719
4815
|
}
|
|
4816
|
+
if (obj.isQueryable !== undefined) {
|
|
4817
|
+
const obj_isQueryable = obj.isQueryable;
|
|
4818
|
+
const path_isQueryable = path + '.isQueryable';
|
|
4819
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
4820
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
4821
|
+
}
|
|
4822
|
+
}
|
|
4720
4823
|
if (obj.isSystemDefinition !== undefined) {
|
|
4721
4824
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
4722
4825
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -5307,7 +5410,7 @@ function equals$l(existing, incoming) {
|
|
|
5307
5410
|
return true;
|
|
5308
5411
|
}
|
|
5309
5412
|
|
|
5310
|
-
const VERSION$k = "
|
|
5413
|
+
const VERSION$k = "da0057405dbf52ebeb39361b8d9e3301";
|
|
5311
5414
|
function validate$p(obj, path = 'SemanticGroupingOutputRepresentation') {
|
|
5312
5415
|
const v_error = (() => {
|
|
5313
5416
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -5370,6 +5473,13 @@ function validate$p(obj, path = 'SemanticGroupingOutputRepresentation') {
|
|
|
5370
5473
|
if (typeof obj_id !== 'string') {
|
|
5371
5474
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
5372
5475
|
}
|
|
5476
|
+
if (obj.isQueryable !== undefined) {
|
|
5477
|
+
const obj_isQueryable = obj.isQueryable;
|
|
5478
|
+
const path_isQueryable = path + '.isQueryable';
|
|
5479
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
5480
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
5481
|
+
}
|
|
5482
|
+
}
|
|
5373
5483
|
if (obj.isSystemDefinition !== undefined) {
|
|
5374
5484
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
5375
5485
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -5475,6 +5585,11 @@ const select$A = function SemanticGroupingOutputRepresentationSelect() {
|
|
|
5475
5585
|
name: 'id',
|
|
5476
5586
|
kind: 'Scalar'
|
|
5477
5587
|
},
|
|
5588
|
+
{
|
|
5589
|
+
name: 'isQueryable',
|
|
5590
|
+
kind: 'Scalar',
|
|
5591
|
+
required: false
|
|
5592
|
+
},
|
|
5478
5593
|
{
|
|
5479
5594
|
name: 'isSystemDefinition',
|
|
5480
5595
|
kind: 'Scalar',
|
|
@@ -5593,6 +5708,19 @@ function equals$k(existing, incoming) {
|
|
|
5593
5708
|
if (!(existing_id === incoming_id)) {
|
|
5594
5709
|
return false;
|
|
5595
5710
|
}
|
|
5711
|
+
const existing_isQueryable = existing.isQueryable;
|
|
5712
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
5713
|
+
// if at least one of these optionals is defined
|
|
5714
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
5715
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
5716
|
+
// not equal
|
|
5717
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
5718
|
+
return false;
|
|
5719
|
+
}
|
|
5720
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
5721
|
+
return false;
|
|
5722
|
+
}
|
|
5723
|
+
}
|
|
5596
5724
|
const existing_label = existing.label;
|
|
5597
5725
|
const incoming_label = incoming.label;
|
|
5598
5726
|
// if at least one of these optionals is defined
|
|
@@ -5818,7 +5946,7 @@ function equals$j(existing, incoming) {
|
|
|
5818
5946
|
return true;
|
|
5819
5947
|
}
|
|
5820
5948
|
|
|
5821
|
-
const VERSION$i = "
|
|
5949
|
+
const VERSION$i = "b54e564b71d26e8ac89b5649db876f6f";
|
|
5822
5950
|
function validate$n(obj, path = 'SemanticRelationshipOutputRepresentation') {
|
|
5823
5951
|
const v_error = (() => {
|
|
5824
5952
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -5896,6 +6024,13 @@ function validate$n(obj, path = 'SemanticRelationshipOutputRepresentation') {
|
|
|
5896
6024
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isEnabled + '" (at "' + path_isEnabled + '")');
|
|
5897
6025
|
}
|
|
5898
6026
|
}
|
|
6027
|
+
if (obj.isQueryable !== undefined) {
|
|
6028
|
+
const obj_isQueryable = obj.isQueryable;
|
|
6029
|
+
const path_isQueryable = path + '.isQueryable';
|
|
6030
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
6031
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
6032
|
+
}
|
|
6033
|
+
}
|
|
5899
6034
|
if (obj.isSystemDefinition !== undefined) {
|
|
5900
6035
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
5901
6036
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -6030,6 +6165,11 @@ const select$y = function SemanticRelationshipOutputRepresentationSelect() {
|
|
|
6030
6165
|
kind: 'Scalar',
|
|
6031
6166
|
required: false
|
|
6032
6167
|
},
|
|
6168
|
+
{
|
|
6169
|
+
name: 'isQueryable',
|
|
6170
|
+
kind: 'Scalar',
|
|
6171
|
+
required: false
|
|
6172
|
+
},
|
|
6033
6173
|
{
|
|
6034
6174
|
name: 'isSystemDefinition',
|
|
6035
6175
|
kind: 'Scalar',
|
|
@@ -6190,6 +6330,19 @@ function equals$i(existing, incoming) {
|
|
|
6190
6330
|
if (!(existing_id === incoming_id)) {
|
|
6191
6331
|
return false;
|
|
6192
6332
|
}
|
|
6333
|
+
const existing_isQueryable = existing.isQueryable;
|
|
6334
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
6335
|
+
// if at least one of these optionals is defined
|
|
6336
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
6337
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
6338
|
+
// not equal
|
|
6339
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
6340
|
+
return false;
|
|
6341
|
+
}
|
|
6342
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
6343
|
+
return false;
|
|
6344
|
+
}
|
|
6345
|
+
}
|
|
6193
6346
|
const existing_joinType = existing.joinType;
|
|
6194
6347
|
const incoming_joinType = incoming.joinType;
|
|
6195
6348
|
// if at least one of these optionals is defined
|
|
@@ -6323,7 +6476,7 @@ function getTypeCacheKeys$d(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
6323
6476
|
});
|
|
6324
6477
|
}
|
|
6325
6478
|
|
|
6326
|
-
const VERSION$h = "
|
|
6479
|
+
const VERSION$h = "35088fced8f6d5a9595954736caf0ea9";
|
|
6327
6480
|
function validate$m(obj, path = 'SemanticMappedFieldOutputRepresentation') {
|
|
6328
6481
|
const v_error = (() => {
|
|
6329
6482
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -6387,6 +6540,13 @@ function validate$m(obj, path = 'SemanticMappedFieldOutputRepresentation') {
|
|
|
6387
6540
|
if (typeof obj_id !== 'string') {
|
|
6388
6541
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
6389
6542
|
}
|
|
6543
|
+
if (obj.isQueryable !== undefined) {
|
|
6544
|
+
const obj_isQueryable = obj.isQueryable;
|
|
6545
|
+
const path_isQueryable = path + '.isQueryable';
|
|
6546
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
6547
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
6548
|
+
}
|
|
6549
|
+
}
|
|
6390
6550
|
if (obj.isSystemDefinition !== undefined) {
|
|
6391
6551
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
6392
6552
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -6501,7 +6661,7 @@ function getTypeCacheKeys$c(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
6501
6661
|
});
|
|
6502
6662
|
}
|
|
6503
6663
|
|
|
6504
|
-
const VERSION$g = "
|
|
6664
|
+
const VERSION$g = "98b8b40b3bc74aaa0644e303d378db60";
|
|
6505
6665
|
function validate$l(obj, path = 'SemanticUnionOutputRepresentation') {
|
|
6506
6666
|
const v_error = (() => {
|
|
6507
6667
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -6548,6 +6708,13 @@ function validate$l(obj, path = 'SemanticUnionOutputRepresentation') {
|
|
|
6548
6708
|
if (typeof obj_id !== 'string') {
|
|
6549
6709
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
6550
6710
|
}
|
|
6711
|
+
if (obj.isQueryable !== undefined) {
|
|
6712
|
+
const obj_isQueryable = obj.isQueryable;
|
|
6713
|
+
const path_isQueryable = path + '.isQueryable';
|
|
6714
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
6715
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
6716
|
+
}
|
|
6717
|
+
}
|
|
6551
6718
|
if (obj.label !== undefined) {
|
|
6552
6719
|
const obj_label = obj.label;
|
|
6553
6720
|
const path_label = path + '.label';
|
|
@@ -6714,6 +6881,11 @@ const select$w = function SemanticUnionOutputRepresentationSelect() {
|
|
|
6714
6881
|
name: 'id',
|
|
6715
6882
|
kind: 'Scalar'
|
|
6716
6883
|
},
|
|
6884
|
+
{
|
|
6885
|
+
name: 'isQueryable',
|
|
6886
|
+
kind: 'Scalar',
|
|
6887
|
+
required: false
|
|
6888
|
+
},
|
|
6717
6889
|
{
|
|
6718
6890
|
name: 'label',
|
|
6719
6891
|
kind: 'Scalar',
|
|
@@ -6811,6 +6983,19 @@ function equals$g(existing, incoming) {
|
|
|
6811
6983
|
if (!(existing_id === incoming_id)) {
|
|
6812
6984
|
return false;
|
|
6813
6985
|
}
|
|
6986
|
+
const existing_isQueryable = existing.isQueryable;
|
|
6987
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
6988
|
+
// if at least one of these optionals is defined
|
|
6989
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
6990
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
6991
|
+
// not equal
|
|
6992
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
6993
|
+
return false;
|
|
6994
|
+
}
|
|
6995
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
6996
|
+
return false;
|
|
6997
|
+
}
|
|
6998
|
+
}
|
|
6814
6999
|
const existing_label = existing.label;
|
|
6815
7000
|
const incoming_label = incoming.label;
|
|
6816
7001
|
// if at least one of these optionals is defined
|
|
@@ -6935,7 +7120,7 @@ function getTypeCacheKeys$b(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
6935
7120
|
}
|
|
6936
7121
|
}
|
|
6937
7122
|
|
|
6938
|
-
const VERSION$f = "
|
|
7123
|
+
const VERSION$f = "deed87abd43631c27a6067ac00a1a018";
|
|
6939
7124
|
function validate$k(obj, path = 'SemanticLogicalViewOutputRepresentation') {
|
|
6940
7125
|
const v_error = (() => {
|
|
6941
7126
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -7013,6 +7198,13 @@ function validate$k(obj, path = 'SemanticLogicalViewOutputRepresentation') {
|
|
|
7013
7198
|
if (typeof obj_id !== 'string') {
|
|
7014
7199
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
7015
7200
|
}
|
|
7201
|
+
if (obj.isQueryable !== undefined) {
|
|
7202
|
+
const obj_isQueryable = obj.isQueryable;
|
|
7203
|
+
const path_isQueryable = path + '.isQueryable';
|
|
7204
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
7205
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
7206
|
+
}
|
|
7207
|
+
}
|
|
7016
7208
|
if (obj.isSystemDefinition !== undefined) {
|
|
7017
7209
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
7018
7210
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -7236,6 +7428,11 @@ const select$v = function SemanticLogicalViewOutputRepresentationSelect() {
|
|
|
7236
7428
|
name: 'id',
|
|
7237
7429
|
kind: 'Scalar'
|
|
7238
7430
|
},
|
|
7431
|
+
{
|
|
7432
|
+
name: 'isQueryable',
|
|
7433
|
+
kind: 'Scalar',
|
|
7434
|
+
required: false
|
|
7435
|
+
},
|
|
7239
7436
|
{
|
|
7240
7437
|
name: 'isSystemDefinition',
|
|
7241
7438
|
kind: 'Scalar',
|
|
@@ -7412,6 +7609,19 @@ function equals$f(existing, incoming) {
|
|
|
7412
7609
|
if (!(existing_id === incoming_id)) {
|
|
7413
7610
|
return false;
|
|
7414
7611
|
}
|
|
7612
|
+
const existing_isQueryable = existing.isQueryable;
|
|
7613
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
7614
|
+
// if at least one of these optionals is defined
|
|
7615
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
7616
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
7617
|
+
// not equal
|
|
7618
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
7619
|
+
return false;
|
|
7620
|
+
}
|
|
7621
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
7622
|
+
return false;
|
|
7623
|
+
}
|
|
7624
|
+
}
|
|
7415
7625
|
const existing_label = existing.label;
|
|
7416
7626
|
const incoming_label = incoming.label;
|
|
7417
7627
|
// if at least one of these optionals is defined
|
|
@@ -7970,7 +8180,7 @@ function equals$c(existing, incoming) {
|
|
|
7970
8180
|
return true;
|
|
7971
8181
|
}
|
|
7972
8182
|
|
|
7973
|
-
const VERSION$b = "
|
|
8183
|
+
const VERSION$b = "3800a2eb703d5a4964899b4e067ee1d8";
|
|
7974
8184
|
function validate$g(obj, path = 'SemanticMetricOutputRepresentation') {
|
|
7975
8185
|
const v_error = (() => {
|
|
7976
8186
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -8082,6 +8292,13 @@ function validate$g(obj, path = 'SemanticMetricOutputRepresentation') {
|
|
|
8082
8292
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isCumulative + '" (at "' + path_isCumulative + '")');
|
|
8083
8293
|
}
|
|
8084
8294
|
}
|
|
8295
|
+
if (obj.isQueryable !== undefined) {
|
|
8296
|
+
const obj_isQueryable = obj.isQueryable;
|
|
8297
|
+
const path_isQueryable = path + '.isQueryable';
|
|
8298
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
8299
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
8300
|
+
}
|
|
8301
|
+
}
|
|
8085
8302
|
if (obj.isSystemDefinition !== undefined) {
|
|
8086
8303
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
8087
8304
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -8242,6 +8459,11 @@ const select$r = function SemanticMetricOutputRepresentationSelect() {
|
|
|
8242
8459
|
kind: 'Scalar',
|
|
8243
8460
|
required: false
|
|
8244
8461
|
},
|
|
8462
|
+
{
|
|
8463
|
+
name: 'isQueryable',
|
|
8464
|
+
kind: 'Scalar',
|
|
8465
|
+
required: false
|
|
8466
|
+
},
|
|
8245
8467
|
{
|
|
8246
8468
|
name: 'isSystemDefinition',
|
|
8247
8469
|
kind: 'Scalar',
|
|
@@ -8413,6 +8635,19 @@ function equals$b(existing, incoming) {
|
|
|
8413
8635
|
if (!(existing_id === incoming_id)) {
|
|
8414
8636
|
return false;
|
|
8415
8637
|
}
|
|
8638
|
+
const existing_isQueryable = existing.isQueryable;
|
|
8639
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
8640
|
+
// if at least one of these optionals is defined
|
|
8641
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
8642
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
8643
|
+
// not equal
|
|
8644
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
8645
|
+
return false;
|
|
8646
|
+
}
|
|
8647
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
8648
|
+
return false;
|
|
8649
|
+
}
|
|
8650
|
+
}
|
|
8416
8651
|
const existing_label = existing.label;
|
|
8417
8652
|
const incoming_label = incoming.label;
|
|
8418
8653
|
// if at least one of these optionals is defined
|
|
@@ -8641,7 +8876,7 @@ function equals$a(existing, incoming) {
|
|
|
8641
8876
|
return true;
|
|
8642
8877
|
}
|
|
8643
8878
|
|
|
8644
|
-
const VERSION$9 = "
|
|
8879
|
+
const VERSION$9 = "6e5d543fb3167341130fc5d468ef1f3b";
|
|
8645
8880
|
function validate$e(obj, path = 'SemanticParameterOutputRepresentation') {
|
|
8646
8881
|
const v_error = (() => {
|
|
8647
8882
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -8719,6 +8954,13 @@ function validate$e(obj, path = 'SemanticParameterOutputRepresentation') {
|
|
|
8719
8954
|
if (typeof obj_id !== 'string') {
|
|
8720
8955
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
8721
8956
|
}
|
|
8957
|
+
if (obj.isQueryable !== undefined) {
|
|
8958
|
+
const obj_isQueryable = obj.isQueryable;
|
|
8959
|
+
const path_isQueryable = path + '.isQueryable';
|
|
8960
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
8961
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
8962
|
+
}
|
|
8963
|
+
}
|
|
8722
8964
|
if (obj.isSystemDefinition !== undefined) {
|
|
8723
8965
|
const obj_isSystemDefinition = obj.isSystemDefinition;
|
|
8724
8966
|
const path_isSystemDefinition = path + '.isSystemDefinition';
|
|
@@ -8867,6 +9109,11 @@ const select$p = function SemanticParameterOutputRepresentationSelect() {
|
|
|
8867
9109
|
name: 'id',
|
|
8868
9110
|
kind: 'Scalar'
|
|
8869
9111
|
},
|
|
9112
|
+
{
|
|
9113
|
+
name: 'isQueryable',
|
|
9114
|
+
kind: 'Scalar',
|
|
9115
|
+
required: false
|
|
9116
|
+
},
|
|
8870
9117
|
{
|
|
8871
9118
|
name: 'isSystemDefinition',
|
|
8872
9119
|
kind: 'Scalar',
|
|
@@ -9033,6 +9280,19 @@ function equals$9(existing, incoming) {
|
|
|
9033
9280
|
if (!(existing_id === incoming_id)) {
|
|
9034
9281
|
return false;
|
|
9035
9282
|
}
|
|
9283
|
+
const existing_isQueryable = existing.isQueryable;
|
|
9284
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
9285
|
+
// if at least one of these optionals is defined
|
|
9286
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
9287
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
9288
|
+
// not equal
|
|
9289
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
9290
|
+
return false;
|
|
9291
|
+
}
|
|
9292
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
9293
|
+
return false;
|
|
9294
|
+
}
|
|
9295
|
+
}
|
|
9036
9296
|
const existing_label = existing.label;
|
|
9037
9297
|
const incoming_label = incoming.label;
|
|
9038
9298
|
// if at least one of these optionals is defined
|
|
@@ -9184,7 +9444,7 @@ function getTypeCacheKeys$8(rootKeySet, luvio, input, fullPathFactory) {
|
|
|
9184
9444
|
});
|
|
9185
9445
|
}
|
|
9186
9446
|
|
|
9187
|
-
const VERSION$8 = "
|
|
9447
|
+
const VERSION$8 = "56b6e81346b63674fb571a55fe7128bc";
|
|
9188
9448
|
function validate$d(obj, path = 'SemanticModelOutputRepresentation') {
|
|
9189
9449
|
const v_error = (() => {
|
|
9190
9450
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -9315,6 +9575,20 @@ function validate$d(obj, path = 'SemanticModelOutputRepresentation') {
|
|
|
9315
9575
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isLocked + '" (at "' + path_isLocked + '")');
|
|
9316
9576
|
}
|
|
9317
9577
|
}
|
|
9578
|
+
if (obj.isPartialSdm !== undefined) {
|
|
9579
|
+
const obj_isPartialSdm = obj.isPartialSdm;
|
|
9580
|
+
const path_isPartialSdm = path + '.isPartialSdm';
|
|
9581
|
+
if (typeof obj_isPartialSdm !== 'boolean') {
|
|
9582
|
+
return new TypeError('Expected "boolean" but received "' + typeof obj_isPartialSdm + '" (at "' + path_isPartialSdm + '")');
|
|
9583
|
+
}
|
|
9584
|
+
}
|
|
9585
|
+
if (obj.isQueryable !== undefined) {
|
|
9586
|
+
const obj_isQueryable = obj.isQueryable;
|
|
9587
|
+
const path_isQueryable = path + '.isQueryable';
|
|
9588
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
9589
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
9590
|
+
}
|
|
9591
|
+
}
|
|
9318
9592
|
if (obj.label !== undefined) {
|
|
9319
9593
|
const obj_label = obj.label;
|
|
9320
9594
|
const path_label = path + '.label';
|
|
@@ -9773,6 +10047,16 @@ const select$o = function SemanticModelOutputRepresentationSelect() {
|
|
|
9773
10047
|
kind: 'Scalar',
|
|
9774
10048
|
required: false
|
|
9775
10049
|
},
|
|
10050
|
+
{
|
|
10051
|
+
name: 'isPartialSdm',
|
|
10052
|
+
kind: 'Scalar',
|
|
10053
|
+
required: false
|
|
10054
|
+
},
|
|
10055
|
+
{
|
|
10056
|
+
name: 'isQueryable',
|
|
10057
|
+
kind: 'Scalar',
|
|
10058
|
+
required: false
|
|
10059
|
+
},
|
|
9776
10060
|
{
|
|
9777
10061
|
name: 'label',
|
|
9778
10062
|
kind: 'Scalar',
|
|
@@ -9906,6 +10190,19 @@ function equals$8(existing, incoming) {
|
|
|
9906
10190
|
return false;
|
|
9907
10191
|
}
|
|
9908
10192
|
}
|
|
10193
|
+
const existing_isPartialSdm = existing.isPartialSdm;
|
|
10194
|
+
const incoming_isPartialSdm = incoming.isPartialSdm;
|
|
10195
|
+
// if at least one of these optionals is defined
|
|
10196
|
+
if (existing_isPartialSdm !== undefined || incoming_isPartialSdm !== undefined) {
|
|
10197
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
10198
|
+
// not equal
|
|
10199
|
+
if (existing_isPartialSdm === undefined || incoming_isPartialSdm === undefined) {
|
|
10200
|
+
return false;
|
|
10201
|
+
}
|
|
10202
|
+
if (!(existing_isPartialSdm === incoming_isPartialSdm)) {
|
|
10203
|
+
return false;
|
|
10204
|
+
}
|
|
10205
|
+
}
|
|
9909
10206
|
const existing_apiName = existing.apiName;
|
|
9910
10207
|
const incoming_apiName = incoming.apiName;
|
|
9911
10208
|
if (!(existing_apiName === incoming_apiName)) {
|
|
@@ -9983,6 +10280,19 @@ function equals$8(existing, incoming) {
|
|
|
9983
10280
|
if (!(existing_id === incoming_id)) {
|
|
9984
10281
|
return false;
|
|
9985
10282
|
}
|
|
10283
|
+
const existing_isQueryable = existing.isQueryable;
|
|
10284
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
10285
|
+
// if at least one of these optionals is defined
|
|
10286
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
10287
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
10288
|
+
// not equal
|
|
10289
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
10290
|
+
return false;
|
|
10291
|
+
}
|
|
10292
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
10293
|
+
return false;
|
|
10294
|
+
}
|
|
10295
|
+
}
|
|
9986
10296
|
const existing_label = existing.label;
|
|
9987
10297
|
const incoming_label = incoming.label;
|
|
9988
10298
|
// if at least one of these optionals is defined
|
|
@@ -10790,7 +11100,7 @@ function validate$9(obj, path = 'SemanticTimeRangeOutputRepresentation') {
|
|
|
10790
11100
|
return v_error === undefined ? null : v_error;
|
|
10791
11101
|
}
|
|
10792
11102
|
|
|
10793
|
-
const VERSION$7 = "
|
|
11103
|
+
const VERSION$7 = "aa72fa1a282334d9eedca9b6500fb0d9";
|
|
10794
11104
|
function validate$8(obj, path = 'SemanticSubMetricOutputRepresentation') {
|
|
10795
11105
|
const v_error = (() => {
|
|
10796
11106
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -10871,6 +11181,13 @@ function validate$8(obj, path = 'SemanticSubMetricOutputRepresentation') {
|
|
|
10871
11181
|
if (typeof obj_id !== 'string') {
|
|
10872
11182
|
return new TypeError('Expected "string" but received "' + typeof obj_id + '" (at "' + path_id + '")');
|
|
10873
11183
|
}
|
|
11184
|
+
if (obj.isQueryable !== undefined) {
|
|
11185
|
+
const obj_isQueryable = obj.isQueryable;
|
|
11186
|
+
const path_isQueryable = path + '.isQueryable';
|
|
11187
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
11188
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
11189
|
+
}
|
|
11190
|
+
}
|
|
10874
11191
|
if (obj.label !== undefined) {
|
|
10875
11192
|
const obj_label = obj.label;
|
|
10876
11193
|
const path_label = path + '.label';
|
|
@@ -12756,6 +13073,7 @@ const adapterName$7 = 'getSemanticModel';
|
|
|
12756
13073
|
const getSemanticModel_ConfigPropertyMetadata = [
|
|
12757
13074
|
generateParamConfigMetadata('modelApiNameOrId', true, 0 /* UrlParameter */, 0 /* String */),
|
|
12758
13075
|
generateParamConfigMetadata('fieldName', false, 1 /* QueryParameter */, 0 /* String */),
|
|
13076
|
+
generateParamConfigMetadata('fineGrainSecurity', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
12759
13077
|
generateParamConfigMetadata('includeModelContent', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
12760
13078
|
generateParamConfigMetadata('includeTableKeys', false, 1 /* QueryParameter */, 1 /* Boolean */),
|
|
12761
13079
|
];
|
|
@@ -12870,7 +13188,7 @@ const notifyChangeFactory$1 = (luvio, options) => {
|
|
|
12870
13188
|
};
|
|
12871
13189
|
};
|
|
12872
13190
|
|
|
12873
|
-
const VERSION$2 = "
|
|
13191
|
+
const VERSION$2 = "fbfcf3d65a4ca4d916f66efc9208f1cb";
|
|
12874
13192
|
function validate$2(obj, path = 'SemanticModelPartialOutputRepresentation') {
|
|
12875
13193
|
const v_error = (() => {
|
|
12876
13194
|
if (typeof obj !== 'object' || ArrayIsArray(obj) || obj === null) {
|
|
@@ -12981,6 +13299,13 @@ function validate$2(obj, path = 'SemanticModelPartialOutputRepresentation') {
|
|
|
12981
13299
|
return new TypeError('Expected "boolean" but received "' + typeof obj_isLocked + '" (at "' + path_isLocked + '")');
|
|
12982
13300
|
}
|
|
12983
13301
|
}
|
|
13302
|
+
if (obj.isQueryable !== undefined) {
|
|
13303
|
+
const obj_isQueryable = obj.isQueryable;
|
|
13304
|
+
const path_isQueryable = path + '.isQueryable';
|
|
13305
|
+
if (typeof obj_isQueryable !== 'string') {
|
|
13306
|
+
return new TypeError('Expected "string" but received "' + typeof obj_isQueryable + '" (at "' + path_isQueryable + '")');
|
|
13307
|
+
}
|
|
13308
|
+
}
|
|
12984
13309
|
if (obj.label !== undefined) {
|
|
12985
13310
|
const obj_label = obj.label;
|
|
12986
13311
|
const path_label = path + '.label';
|
|
@@ -13164,6 +13489,11 @@ const select$9 = function SemanticModelPartialOutputRepresentationSelect() {
|
|
|
13164
13489
|
kind: 'Scalar',
|
|
13165
13490
|
required: false
|
|
13166
13491
|
},
|
|
13492
|
+
{
|
|
13493
|
+
name: 'isQueryable',
|
|
13494
|
+
kind: 'Scalar',
|
|
13495
|
+
required: false
|
|
13496
|
+
},
|
|
13167
13497
|
{
|
|
13168
13498
|
name: 'label',
|
|
13169
13499
|
kind: 'Scalar',
|
|
@@ -13344,6 +13674,19 @@ function equals$2(existing, incoming) {
|
|
|
13344
13674
|
if (!(existing_id === incoming_id)) {
|
|
13345
13675
|
return false;
|
|
13346
13676
|
}
|
|
13677
|
+
const existing_isQueryable = existing.isQueryable;
|
|
13678
|
+
const incoming_isQueryable = incoming.isQueryable;
|
|
13679
|
+
// if at least one of these optionals is defined
|
|
13680
|
+
if (existing_isQueryable !== undefined || incoming_isQueryable !== undefined) {
|
|
13681
|
+
// if one of these is not defined we know the other is defined and therefore
|
|
13682
|
+
// not equal
|
|
13683
|
+
if (existing_isQueryable === undefined || incoming_isQueryable === undefined) {
|
|
13684
|
+
return false;
|
|
13685
|
+
}
|
|
13686
|
+
if (!(existing_isQueryable === incoming_isQueryable)) {
|
|
13687
|
+
return false;
|
|
13688
|
+
}
|
|
13689
|
+
}
|
|
13347
13690
|
const existing_label = existing.label;
|
|
13348
13691
|
const incoming_label = incoming.label;
|
|
13349
13692
|
// if at least one of these optionals is defined
|
|
@@ -15111,4 +15454,4 @@ withDefaultLuvio((luvio) => {
|
|
|
15111
15454
|
});
|
|
15112
15455
|
|
|
15113
15456
|
export { createSemanticGoal, createSemanticModel, createSemanticSubMetric, deleteGoalFromSubMetric, deleteSemanticGoal, deleteSemanticSubMetric, getLeafDependenciesByTypes, getLeafDependenciesByTypes_imperative, getSemanticGoal, getSemanticGoalNotifyChange, getSemanticGoal_imperative, getSemanticMetric, getSemanticMetricNotifyChange, getSemanticMetric_imperative, getSemanticMetrics, getSemanticMetricsByIds, getSemanticMetricsByIds_imperative, getSemanticMetricsToSubMetrics, getSemanticMetricsToSubMetrics_imperative, getSemanticMetrics_imperative, getSemanticModel, getSemanticModelNotifyChange, getSemanticModel_imperative, getSemanticModels, getSemanticModels_imperative, getSemanticSubMetric, getSemanticSubMetricNotifyChange, getSemanticSubMetric_imperative, getSemanticSubMetrics, getSemanticSubMetricsById, getSemanticSubMetricsById_imperative, getSemanticSubMetrics_imperative, patchSemanticMetricGoal, patchSemanticModel, updateSemanticGoal };
|
|
15114
|
-
// version: 1.380.0-
|
|
15457
|
+
// version: 1.380.0-9bf9ac78c8
|