@salesforce/lds-adapters-cdp-semantic-authoring 1.358.0 → 1.360.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.
Files changed (21) hide show
  1. package/dist/es/es2018/cdp-semantic-authoring.js +860 -608
  2. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +7 -1
  3. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
  4. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +7 -1
  5. package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +5 -4
  6. package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +12 -3
  7. package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +3 -2
  8. package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
  9. package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +5 -2
  10. package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +5 -2
  11. package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +7 -1
  12. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +7 -1
  13. package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +7 -1
  14. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +7 -1
  15. package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +7 -1
  16. package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +7 -1
  17. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +7 -1
  18. package/package.json +3 -3
  19. package/sfdc/index.js +866 -613
  20. package/src/raml/api.raml +126 -2
  21. package/src/raml/luvio.raml +6 -0
package/src/raml/api.raml CHANGED
@@ -227,6 +227,7 @@ types:
227
227
  - EqualsIgnoreCase
228
228
  - GreaterThan
229
229
  - GreaterThanOrEqualTo
230
+ - In
230
231
  - IsEmpty
231
232
  - IsNotEmpty
232
233
  - IsNotNull
@@ -243,6 +244,7 @@ types:
243
244
  - NextYear
244
245
  - NotContains
245
246
  - NotContainsIgnoreCase
247
+ - NotIn
246
248
  - PreviousFiscalQuarter
247
249
  - PreviousFiscalQuarterToDate
248
250
  - PreviousFiscalYear
@@ -690,6 +692,16 @@ types:
690
692
  description: level of the calculated field expression
691
693
  type: SemanticCalculatedFieldLevelEnum
692
694
  required: false
695
+ isSystemDefinition:
696
+ description: The isSystemDefinition property indicates whether a semantic
697
+ definition is an automatically generated one. These semantic definitions
698
+ cannot be modified or deleted.Default is false.
699
+ type: boolean
700
+ required: false
701
+ unmapped:
702
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
703
+ type: boolean
704
+ required: false
693
705
  SemanticCalculatedMeasurementCollectionOutputRepresentation:
694
706
  description: A collection of Semantic Calculated Measurements.
695
707
  type: object
@@ -906,6 +918,16 @@ types:
906
918
  description: level of the calculated field expression
907
919
  type: SemanticCalculatedFieldLevelEnum
908
920
  required: false
921
+ isSystemDefinition:
922
+ description: The isSystemDefinition property indicates whether a semantic
923
+ definition is an automatically generated one. These semantic definitions
924
+ cannot be modified or deleted.Default is false.
925
+ type: boolean
926
+ required: false
927
+ unmapped:
928
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
929
+ type: boolean
930
+ required: false
909
931
  SemanticModelExternalConnectionInputRepresentation:
910
932
  description: Represents a semantic model external connection.
911
933
  type: object
@@ -1171,6 +1193,16 @@ types:
1171
1193
  description: Table Types for SDM query interpretation.
1172
1194
  type: SemanticDataObjectTableTypeEnum
1173
1195
  required: false
1196
+ isSystemDefinition:
1197
+ description: The isSystemDefinition property indicates whether a semantic
1198
+ definition is an automatically generated one. These semantic definitions
1199
+ cannot be modified or deleted.Default is false.
1200
+ type: boolean
1201
+ required: false
1202
+ unmapped:
1203
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
1204
+ type: boolean
1205
+ required: false
1174
1206
  SemanticDependencyCollectionInputRepresentation:
1175
1207
  description: An input representation to retrieve a list of dependencies.
1176
1208
  type: object
@@ -1387,6 +1419,16 @@ types:
1387
1419
  description: The storage type of data stored in the Data Cloud.
1388
1420
  type: SemanticDimensionStorageDataTypeEnum
1389
1421
  required: false
1422
+ isSystemDefinition:
1423
+ description: The isSystemDefinition property indicates whether a semantic
1424
+ definition is an automatically generated one. These semantic definitions
1425
+ cannot be modified or deleted.Default is false.
1426
+ type: boolean
1427
+ required: false
1428
+ unmapped:
1429
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
1430
+ type: boolean
1431
+ required: false
1390
1432
  SemanticFieldReferenceInputRepresentation:
1391
1433
  description: Input representation field reference
1392
1434
  type: object
@@ -1425,9 +1467,15 @@ types:
1425
1467
  type: SemanticFilterOperatorTypeEnum
1426
1468
  required: false
1427
1469
  value:
1428
- description: The string representation of the value to filter against.
1470
+ description: The string representation of the value to filter against. (not supported with In/NotIn operators)
1429
1471
  type: string
1430
1472
  required: false
1473
+ values:
1474
+ description: Values to filter against when using In/NotIn operator
1475
+ type: array
1476
+ items:
1477
+ type: string
1478
+ required: false
1431
1479
  SemanticFilterOutputRepresentation:
1432
1480
  description: A semantic filter.
1433
1481
  type: object
@@ -1442,9 +1490,15 @@ types:
1442
1490
  type: SemanticFilterOperatorTypeEnum
1443
1491
  required: false
1444
1492
  value:
1445
- description: The string representation of the value to filter against.
1493
+ description: The string representation of the value to filter against. (not supported with In/NotIn operators)
1446
1494
  type: string
1447
1495
  required: false
1496
+ values:
1497
+ description: Values to filter against when using In/NotIn operator
1498
+ type: array
1499
+ required: false
1500
+ items:
1501
+ type: string
1448
1502
  SemanticGoalDateRangeInputRepresentation:
1449
1503
  description: Input representation for specifying a semantic goal date range
1450
1504
  type: object
@@ -1725,6 +1779,16 @@ types:
1725
1779
  type:
1726
1780
  description: the semantic grouping type
1727
1781
  type: SemanticGroupingTypeEnum
1782
+ isSystemDefinition:
1783
+ description: The isSystemDefinition property indicates whether a semantic
1784
+ definition is an automatically generated one. These semantic definitions
1785
+ cannot be modified or deleted.Default is false.
1786
+ type: boolean
1787
+ required: false
1788
+ unmapped:
1789
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
1790
+ type: boolean
1791
+ required: false
1728
1792
  SemanticIdentifyingDimensionInputRepresentation:
1729
1793
  description: Input representation for creating relationship between identifier and name dimensions
1730
1794
  type: object
@@ -1984,6 +2048,16 @@ types:
1984
2048
  description: Table Types for SDM query interpretation.
1985
2049
  type: SemanticLogicalViewTableTypeEnum
1986
2050
  required: false
2051
+ isSystemDefinition:
2052
+ description: The isSystemDefinition property indicates whether a semantic
2053
+ definition is an automatically generated one. These semantic definitions
2054
+ cannot be modified or deleted.Default is false.
2055
+ type: boolean
2056
+ required: false
2057
+ unmapped:
2058
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
2059
+ type: boolean
2060
+ required: false
1987
2061
  SemanticLogicalViewPartialInputRepresentation:
1988
2062
  description: Limited input representation for patching a semantic logical view
1989
2063
  type: object
@@ -2118,6 +2192,16 @@ types:
2118
2192
  description: The configuration for a unified field of type measurement.
2119
2193
  type: SemanticMeasurementOutputRepresentation
2120
2194
  required: false
2195
+ isSystemDefinition:
2196
+ description: The isSystemDefinition property indicates whether a semantic
2197
+ definition is an automatically generated one. These semantic definitions
2198
+ cannot be modified or deleted.Default is false.
2199
+ type: boolean
2200
+ required: false
2201
+ unmapped:
2202
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
2203
+ type: boolean
2204
+ required: false
2121
2205
  SemanticMeasurementCollectionOutputRepresentation:
2122
2206
  description: Semantic measurement collection representation.
2123
2207
  type: object
@@ -2298,6 +2382,16 @@ types:
2298
2382
  description: The type of data stored in DC.
2299
2383
  type: SemanticMeasurementStorageDataTypeEnum
2300
2384
  required: false
2385
+ isSystemDefinition:
2386
+ description: The isSystemDefinition property indicates whether a semantic
2387
+ definition is an automatically generated one. These semantic definitions
2388
+ cannot be modified or deleted.Default is false.
2389
+ type: boolean
2390
+ required: false
2391
+ unmapped:
2392
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
2393
+ type: boolean
2394
+ required: false
2301
2395
  SemanticMetricAdditionalDimensionInputRepresentation:
2302
2396
  description: Input representation for updating semantic metric with additional dimensions
2303
2397
  type: object
@@ -2504,6 +2598,16 @@ types:
2504
2598
  required: false
2505
2599
  items:
2506
2600
  type: SemanticMetricTimeGrainTypeEnum
2601
+ isSystemDefinition:
2602
+ description: The isSystemDefinition property indicates whether a semantic
2603
+ definition is an automatically generated one. These semantic definitions
2604
+ cannot be modified or deleted.Default is false.
2605
+ type: boolean
2606
+ required: false
2607
+ unmapped:
2608
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
2609
+ type: boolean
2610
+ required: false
2507
2611
  SemanticMetricStoreItemCollectionOutputRepresentation:
2508
2612
  description: collection of semantic metric store items.
2509
2613
  type: object
@@ -3275,6 +3379,16 @@ types:
3275
3379
  required: false
3276
3380
  items:
3277
3381
  type: string
3382
+ isSystemDefinition:
3383
+ description: The isSystemDefinition property indicates whether a semantic
3384
+ definition is an automatically generated one. These semantic definitions
3385
+ cannot be modified or deleted.Default is false.
3386
+ type: boolean
3387
+ required: false
3388
+ unmapped:
3389
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
3390
+ type: boolean
3391
+ required: false
3278
3392
  SemanticParameterListValueInputRepresentation:
3279
3393
  description: Input representation of an allowed list value for a semantic parameter .
3280
3394
  type: object
@@ -3474,6 +3588,16 @@ types:
3474
3588
  description: The api name of the right Semantic definition.
3475
3589
  type: string
3476
3590
  required: false
3591
+ isSystemDefinition:
3592
+ description: The isSystemDefinition property indicates whether a semantic
3593
+ definition is an automatically generated one. These semantic definitions
3594
+ cannot be modified or deleted.Default is false.
3595
+ type: boolean
3596
+ required: false
3597
+ unmapped:
3598
+ description: The unmapped property indicates whether a semantic definition is based on an unmapped field
3599
+ type: boolean
3600
+ required: false
3477
3601
  SemanticResourceValidationOutputRepresentation:
3478
3602
  description: The output representation of a semantic resource validation response.
3479
3603
  type: object
@@ -59,6 +59,12 @@ types:
59
59
  subMetricNameOrId: subMetricDefinitionApiName
60
60
  startDate: dateRange.startDate
61
61
  endDate: dateRange.endDate
62
+ SemanticDependencyOutputRepresentation:
63
+ (luvio.opaque): true
64
+ (luvio.ttl): 100
65
+ SemanticDependencyCollectionOutputRepresentation:
66
+ (luvio.opaque): true
67
+ (luvio.ttl): 100
62
68
 
63
69
  /ssot/semantic/models:
64
70
  get: