@salesforce/lds-adapters-cdp-semantic-authoring 1.354.0-dev1 → 1.354.0-dev11
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 +949 -601
- package/dist/es/es2018/types/src/generated/resources/patchSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsDataObjectsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSemanticModelsLogicalViewsByModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsDataObjectsByDataObjectNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/putSsotSemanticModelsLogicalViewsByLogicalViewApiNameOrIdAndModelApiNameOrId.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyCollectionOutputRepresentation.d.ts +5 -4
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyInnerCollectionOutputRepresentation.d.ts +12 -3
- package/dist/es/es2018/types/src/generated/types/SemanticDependencyOutputRepresentation.d.ts +3 -2
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticFilterInputRepresentation.d.ts +5 -2
- package/dist/es/es2018/types/src/generated/types/SemanticFilterOutputRepresentation.d.ts +5 -2
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewInputRepresentation.d.ts +4 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +10 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialInputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +7 -1
- package/package.json +3 -3
- package/sfdc/index.js +963 -614
- package/src/raml/api.raml +158 -2
- 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
|
|
@@ -1076,6 +1098,10 @@ types:
|
|
|
1076
1098
|
description: 'Table Types for SDM query interpretation, Valid values are: SHARED or STANDARD'
|
|
1077
1099
|
type: SemanticDataObjectTableTypeEnum
|
|
1078
1100
|
required: false
|
|
1101
|
+
primaryNameField:
|
|
1102
|
+
type: string
|
|
1103
|
+
description: Allow experts to indicate which field is the representation of a table.
|
|
1104
|
+
required: false
|
|
1079
1105
|
SemanticDataObjectOutputRepresentation:
|
|
1080
1106
|
description: Represents the output of a semantic data object.
|
|
1081
1107
|
type: object
|
|
@@ -1171,6 +1197,20 @@ types:
|
|
|
1171
1197
|
description: Table Types for SDM query interpretation.
|
|
1172
1198
|
type: SemanticDataObjectTableTypeEnum
|
|
1173
1199
|
required: false
|
|
1200
|
+
primaryNameField:
|
|
1201
|
+
type: string
|
|
1202
|
+
description: Allow experts to indicate which field is the representation of a table.
|
|
1203
|
+
required: false
|
|
1204
|
+
isSystemDefinition:
|
|
1205
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
1206
|
+
definition is an automatically generated one. These semantic definitions
|
|
1207
|
+
cannot be modified or deleted.Default is false.
|
|
1208
|
+
type: boolean
|
|
1209
|
+
required: false
|
|
1210
|
+
unmapped:
|
|
1211
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
1212
|
+
type: boolean
|
|
1213
|
+
required: false
|
|
1174
1214
|
SemanticDependencyCollectionInputRepresentation:
|
|
1175
1215
|
description: An input representation to retrieve a list of dependencies.
|
|
1176
1216
|
type: object
|
|
@@ -1387,6 +1427,16 @@ types:
|
|
|
1387
1427
|
description: The storage type of data stored in the Data Cloud.
|
|
1388
1428
|
type: SemanticDimensionStorageDataTypeEnum
|
|
1389
1429
|
required: false
|
|
1430
|
+
isSystemDefinition:
|
|
1431
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
1432
|
+
definition is an automatically generated one. These semantic definitions
|
|
1433
|
+
cannot be modified or deleted.Default is false.
|
|
1434
|
+
type: boolean
|
|
1435
|
+
required: false
|
|
1436
|
+
unmapped:
|
|
1437
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
1438
|
+
type: boolean
|
|
1439
|
+
required: false
|
|
1390
1440
|
SemanticFieldReferenceInputRepresentation:
|
|
1391
1441
|
description: Input representation field reference
|
|
1392
1442
|
type: object
|
|
@@ -1425,9 +1475,15 @@ types:
|
|
|
1425
1475
|
type: SemanticFilterOperatorTypeEnum
|
|
1426
1476
|
required: false
|
|
1427
1477
|
value:
|
|
1428
|
-
description: The string representation of the value to filter against.
|
|
1478
|
+
description: The string representation of the value to filter against. (not supported with In/NotIn operators)
|
|
1429
1479
|
type: string
|
|
1430
1480
|
required: false
|
|
1481
|
+
values:
|
|
1482
|
+
description: Values to filter against when using In/NotIn operator
|
|
1483
|
+
type: array
|
|
1484
|
+
items:
|
|
1485
|
+
type: string
|
|
1486
|
+
required: false
|
|
1431
1487
|
SemanticFilterOutputRepresentation:
|
|
1432
1488
|
description: A semantic filter.
|
|
1433
1489
|
type: object
|
|
@@ -1442,9 +1498,15 @@ types:
|
|
|
1442
1498
|
type: SemanticFilterOperatorTypeEnum
|
|
1443
1499
|
required: false
|
|
1444
1500
|
value:
|
|
1445
|
-
description: The string representation of the value to filter against.
|
|
1501
|
+
description: The string representation of the value to filter against. (not supported with In/NotIn operators)
|
|
1446
1502
|
type: string
|
|
1447
1503
|
required: false
|
|
1504
|
+
values:
|
|
1505
|
+
description: Values to filter against when using In/NotIn operator
|
|
1506
|
+
type: array
|
|
1507
|
+
required: false
|
|
1508
|
+
items:
|
|
1509
|
+
type: string
|
|
1448
1510
|
SemanticGoalDateRangeInputRepresentation:
|
|
1449
1511
|
description: Input representation for specifying a semantic goal date range
|
|
1450
1512
|
type: object
|
|
@@ -1725,6 +1787,16 @@ types:
|
|
|
1725
1787
|
type:
|
|
1726
1788
|
description: the semantic grouping type
|
|
1727
1789
|
type: SemanticGroupingTypeEnum
|
|
1790
|
+
isSystemDefinition:
|
|
1791
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
1792
|
+
definition is an automatically generated one. These semantic definitions
|
|
1793
|
+
cannot be modified or deleted.Default is false.
|
|
1794
|
+
type: boolean
|
|
1795
|
+
required: false
|
|
1796
|
+
unmapped:
|
|
1797
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
1798
|
+
type: boolean
|
|
1799
|
+
required: false
|
|
1728
1800
|
SemanticIdentifyingDimensionInputRepresentation:
|
|
1729
1801
|
description: Input representation for creating relationship between identifier and name dimensions
|
|
1730
1802
|
type: object
|
|
@@ -1903,6 +1975,10 @@ types:
|
|
|
1903
1975
|
items:
|
|
1904
1976
|
type: SemanticUnionInputRepresentation
|
|
1905
1977
|
required: false
|
|
1978
|
+
primaryNameField:
|
|
1979
|
+
type: string
|
|
1980
|
+
description: Allow experts to indicate which field is the representation of a table.
|
|
1981
|
+
required: false
|
|
1906
1982
|
SemanticLogicalViewOutputRepresentation:
|
|
1907
1983
|
description: A semantic logical view.
|
|
1908
1984
|
type: object
|
|
@@ -1984,6 +2060,20 @@ types:
|
|
|
1984
2060
|
description: Table Types for SDM query interpretation.
|
|
1985
2061
|
type: SemanticLogicalViewTableTypeEnum
|
|
1986
2062
|
required: false
|
|
2063
|
+
primaryNameField:
|
|
2064
|
+
type: string
|
|
2065
|
+
description: Allow experts to indicate which field is the representation of a table.
|
|
2066
|
+
required: false
|
|
2067
|
+
isSystemDefinition:
|
|
2068
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2069
|
+
definition is an automatically generated one. These semantic definitions
|
|
2070
|
+
cannot be modified or deleted.Default is false.
|
|
2071
|
+
type: boolean
|
|
2072
|
+
required: false
|
|
2073
|
+
unmapped:
|
|
2074
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2075
|
+
type: boolean
|
|
2076
|
+
required: false
|
|
1987
2077
|
SemanticLogicalViewPartialInputRepresentation:
|
|
1988
2078
|
description: Limited input representation for patching a semantic logical view
|
|
1989
2079
|
type: object
|
|
@@ -2118,6 +2208,16 @@ types:
|
|
|
2118
2208
|
description: The configuration for a unified field of type measurement.
|
|
2119
2209
|
type: SemanticMeasurementOutputRepresentation
|
|
2120
2210
|
required: false
|
|
2211
|
+
isSystemDefinition:
|
|
2212
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2213
|
+
definition is an automatically generated one. These semantic definitions
|
|
2214
|
+
cannot be modified or deleted.Default is false.
|
|
2215
|
+
type: boolean
|
|
2216
|
+
required: false
|
|
2217
|
+
unmapped:
|
|
2218
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2219
|
+
type: boolean
|
|
2220
|
+
required: false
|
|
2121
2221
|
SemanticMeasurementCollectionOutputRepresentation:
|
|
2122
2222
|
description: Semantic measurement collection representation.
|
|
2123
2223
|
type: object
|
|
@@ -2298,6 +2398,16 @@ types:
|
|
|
2298
2398
|
description: The type of data stored in DC.
|
|
2299
2399
|
type: SemanticMeasurementStorageDataTypeEnum
|
|
2300
2400
|
required: false
|
|
2401
|
+
isSystemDefinition:
|
|
2402
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2403
|
+
definition is an automatically generated one. These semantic definitions
|
|
2404
|
+
cannot be modified or deleted.Default is false.
|
|
2405
|
+
type: boolean
|
|
2406
|
+
required: false
|
|
2407
|
+
unmapped:
|
|
2408
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2409
|
+
type: boolean
|
|
2410
|
+
required: false
|
|
2301
2411
|
SemanticMetricAdditionalDimensionInputRepresentation:
|
|
2302
2412
|
description: Input representation for updating semantic metric with additional dimensions
|
|
2303
2413
|
type: object
|
|
@@ -2504,6 +2614,16 @@ types:
|
|
|
2504
2614
|
required: false
|
|
2505
2615
|
items:
|
|
2506
2616
|
type: SemanticMetricTimeGrainTypeEnum
|
|
2617
|
+
isSystemDefinition:
|
|
2618
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2619
|
+
definition is an automatically generated one. These semantic definitions
|
|
2620
|
+
cannot be modified or deleted.Default is false.
|
|
2621
|
+
type: boolean
|
|
2622
|
+
required: false
|
|
2623
|
+
unmapped:
|
|
2624
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2625
|
+
type: boolean
|
|
2626
|
+
required: false
|
|
2507
2627
|
SemanticMetricStoreItemCollectionOutputRepresentation:
|
|
2508
2628
|
description: collection of semantic metric store items.
|
|
2509
2629
|
type: object
|
|
@@ -2918,6 +3038,14 @@ types:
|
|
|
2918
3038
|
description: The source identifier name.
|
|
2919
3039
|
type: string
|
|
2920
3040
|
required: false
|
|
3041
|
+
businessPreferences:
|
|
3042
|
+
description: Allow Analysts to include business-specific preferences or context.
|
|
3043
|
+
type: string
|
|
3044
|
+
required: false
|
|
3045
|
+
agentEnabled:
|
|
3046
|
+
description: Indicates whether agent features are enabled for this model.
|
|
3047
|
+
type: boolean
|
|
3048
|
+
required: false
|
|
2921
3049
|
SemanticModelPartialOutputRepresentation:
|
|
2922
3050
|
description: The output representation of a partial semantic model.
|
|
2923
3051
|
type: object
|
|
@@ -3018,6 +3146,14 @@ types:
|
|
|
3018
3146
|
description: The source identifier name
|
|
3019
3147
|
type: string
|
|
3020
3148
|
required: false
|
|
3149
|
+
businessPreferences:
|
|
3150
|
+
description: Allow Analysts to include business-specific preferences or context.
|
|
3151
|
+
type: string
|
|
3152
|
+
required: false
|
|
3153
|
+
agentEnabled:
|
|
3154
|
+
description: Indicates whether agent features are enabled for this model.
|
|
3155
|
+
type: boolean
|
|
3156
|
+
required: false
|
|
3021
3157
|
SemanticModelPatchInputRepresentation:
|
|
3022
3158
|
description: Limited input representation for patching semantic model
|
|
3023
3159
|
type: object
|
|
@@ -3275,6 +3411,16 @@ types:
|
|
|
3275
3411
|
required: false
|
|
3276
3412
|
items:
|
|
3277
3413
|
type: string
|
|
3414
|
+
isSystemDefinition:
|
|
3415
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
3416
|
+
definition is an automatically generated one. These semantic definitions
|
|
3417
|
+
cannot be modified or deleted.Default is false.
|
|
3418
|
+
type: boolean
|
|
3419
|
+
required: false
|
|
3420
|
+
unmapped:
|
|
3421
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
3422
|
+
type: boolean
|
|
3423
|
+
required: false
|
|
3278
3424
|
SemanticParameterListValueInputRepresentation:
|
|
3279
3425
|
description: Input representation of an allowed list value for a semantic parameter .
|
|
3280
3426
|
type: object
|
|
@@ -3474,6 +3620,16 @@ types:
|
|
|
3474
3620
|
description: The api name of the right Semantic definition.
|
|
3475
3621
|
type: string
|
|
3476
3622
|
required: false
|
|
3623
|
+
isSystemDefinition:
|
|
3624
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
3625
|
+
definition is an automatically generated one. These semantic definitions
|
|
3626
|
+
cannot be modified or deleted.Default is false.
|
|
3627
|
+
type: boolean
|
|
3628
|
+
required: false
|
|
3629
|
+
unmapped:
|
|
3630
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
3631
|
+
type: boolean
|
|
3632
|
+
required: false
|
|
3477
3633
|
SemanticResourceValidationOutputRepresentation:
|
|
3478
3634
|
description: The output representation of a semantic resource validation response.
|
|
3479
3635
|
type: object
|
package/src/raml/luvio.raml
CHANGED
|
@@ -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:
|