@salesforce/lds-adapters-cdp-semantic-authoring 1.354.0-dev2 → 1.354.0-dev4
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 +415 -9
- 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/SemanticDataObjectOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +7 -1
- package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +7 -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/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 +416 -10
- package/src/raml/api.raml +110 -0
package/src/raml/api.raml
CHANGED
|
@@ -690,6 +690,16 @@ types:
|
|
|
690
690
|
description: level of the calculated field expression
|
|
691
691
|
type: SemanticCalculatedFieldLevelEnum
|
|
692
692
|
required: false
|
|
693
|
+
isSystemDefinition:
|
|
694
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
695
|
+
definition is an automatically generated one. These semantic definitions
|
|
696
|
+
cannot be modified or deleted.Default is false.
|
|
697
|
+
type: boolean
|
|
698
|
+
required: false
|
|
699
|
+
unmapped:
|
|
700
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
701
|
+
type: boolean
|
|
702
|
+
required: false
|
|
693
703
|
SemanticCalculatedMeasurementCollectionOutputRepresentation:
|
|
694
704
|
description: A collection of Semantic Calculated Measurements.
|
|
695
705
|
type: object
|
|
@@ -906,6 +916,16 @@ types:
|
|
|
906
916
|
description: level of the calculated field expression
|
|
907
917
|
type: SemanticCalculatedFieldLevelEnum
|
|
908
918
|
required: false
|
|
919
|
+
isSystemDefinition:
|
|
920
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
921
|
+
definition is an automatically generated one. These semantic definitions
|
|
922
|
+
cannot be modified or deleted.Default is false.
|
|
923
|
+
type: boolean
|
|
924
|
+
required: false
|
|
925
|
+
unmapped:
|
|
926
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
927
|
+
type: boolean
|
|
928
|
+
required: false
|
|
909
929
|
SemanticModelExternalConnectionInputRepresentation:
|
|
910
930
|
description: Represents a semantic model external connection.
|
|
911
931
|
type: object
|
|
@@ -1171,6 +1191,16 @@ types:
|
|
|
1171
1191
|
description: Table Types for SDM query interpretation.
|
|
1172
1192
|
type: SemanticDataObjectTableTypeEnum
|
|
1173
1193
|
required: false
|
|
1194
|
+
isSystemDefinition:
|
|
1195
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
1196
|
+
definition is an automatically generated one. These semantic definitions
|
|
1197
|
+
cannot be modified or deleted.Default is false.
|
|
1198
|
+
type: boolean
|
|
1199
|
+
required: false
|
|
1200
|
+
unmapped:
|
|
1201
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
1202
|
+
type: boolean
|
|
1203
|
+
required: false
|
|
1174
1204
|
SemanticDependencyCollectionInputRepresentation:
|
|
1175
1205
|
description: An input representation to retrieve a list of dependencies.
|
|
1176
1206
|
type: object
|
|
@@ -1387,6 +1417,16 @@ types:
|
|
|
1387
1417
|
description: The storage type of data stored in the Data Cloud.
|
|
1388
1418
|
type: SemanticDimensionStorageDataTypeEnum
|
|
1389
1419
|
required: false
|
|
1420
|
+
isSystemDefinition:
|
|
1421
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
1422
|
+
definition is an automatically generated one. These semantic definitions
|
|
1423
|
+
cannot be modified or deleted.Default is false.
|
|
1424
|
+
type: boolean
|
|
1425
|
+
required: false
|
|
1426
|
+
unmapped:
|
|
1427
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
1428
|
+
type: boolean
|
|
1429
|
+
required: false
|
|
1390
1430
|
SemanticFieldReferenceInputRepresentation:
|
|
1391
1431
|
description: Input representation field reference
|
|
1392
1432
|
type: object
|
|
@@ -1725,6 +1765,16 @@ types:
|
|
|
1725
1765
|
type:
|
|
1726
1766
|
description: the semantic grouping type
|
|
1727
1767
|
type: SemanticGroupingTypeEnum
|
|
1768
|
+
isSystemDefinition:
|
|
1769
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
1770
|
+
definition is an automatically generated one. These semantic definitions
|
|
1771
|
+
cannot be modified or deleted.Default is false.
|
|
1772
|
+
type: boolean
|
|
1773
|
+
required: false
|
|
1774
|
+
unmapped:
|
|
1775
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
1776
|
+
type: boolean
|
|
1777
|
+
required: false
|
|
1728
1778
|
SemanticIdentifyingDimensionInputRepresentation:
|
|
1729
1779
|
description: Input representation for creating relationship between identifier and name dimensions
|
|
1730
1780
|
type: object
|
|
@@ -1984,6 +2034,16 @@ types:
|
|
|
1984
2034
|
description: Table Types for SDM query interpretation.
|
|
1985
2035
|
type: SemanticLogicalViewTableTypeEnum
|
|
1986
2036
|
required: false
|
|
2037
|
+
isSystemDefinition:
|
|
2038
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2039
|
+
definition is an automatically generated one. These semantic definitions
|
|
2040
|
+
cannot be modified or deleted.Default is false.
|
|
2041
|
+
type: boolean
|
|
2042
|
+
required: false
|
|
2043
|
+
unmapped:
|
|
2044
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2045
|
+
type: boolean
|
|
2046
|
+
required: false
|
|
1987
2047
|
SemanticLogicalViewPartialInputRepresentation:
|
|
1988
2048
|
description: Limited input representation for patching a semantic logical view
|
|
1989
2049
|
type: object
|
|
@@ -2118,6 +2178,16 @@ types:
|
|
|
2118
2178
|
description: The configuration for a unified field of type measurement.
|
|
2119
2179
|
type: SemanticMeasurementOutputRepresentation
|
|
2120
2180
|
required: false
|
|
2181
|
+
isSystemDefinition:
|
|
2182
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2183
|
+
definition is an automatically generated one. These semantic definitions
|
|
2184
|
+
cannot be modified or deleted.Default is false.
|
|
2185
|
+
type: boolean
|
|
2186
|
+
required: false
|
|
2187
|
+
unmapped:
|
|
2188
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2189
|
+
type: boolean
|
|
2190
|
+
required: false
|
|
2121
2191
|
SemanticMeasurementCollectionOutputRepresentation:
|
|
2122
2192
|
description: Semantic measurement collection representation.
|
|
2123
2193
|
type: object
|
|
@@ -2298,6 +2368,16 @@ types:
|
|
|
2298
2368
|
description: The type of data stored in DC.
|
|
2299
2369
|
type: SemanticMeasurementStorageDataTypeEnum
|
|
2300
2370
|
required: false
|
|
2371
|
+
isSystemDefinition:
|
|
2372
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2373
|
+
definition is an automatically generated one. These semantic definitions
|
|
2374
|
+
cannot be modified or deleted.Default is false.
|
|
2375
|
+
type: boolean
|
|
2376
|
+
required: false
|
|
2377
|
+
unmapped:
|
|
2378
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2379
|
+
type: boolean
|
|
2380
|
+
required: false
|
|
2301
2381
|
SemanticMetricAdditionalDimensionInputRepresentation:
|
|
2302
2382
|
description: Input representation for updating semantic metric with additional dimensions
|
|
2303
2383
|
type: object
|
|
@@ -2504,6 +2584,16 @@ types:
|
|
|
2504
2584
|
required: false
|
|
2505
2585
|
items:
|
|
2506
2586
|
type: SemanticMetricTimeGrainTypeEnum
|
|
2587
|
+
isSystemDefinition:
|
|
2588
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
2589
|
+
definition is an automatically generated one. These semantic definitions
|
|
2590
|
+
cannot be modified or deleted.Default is false.
|
|
2591
|
+
type: boolean
|
|
2592
|
+
required: false
|
|
2593
|
+
unmapped:
|
|
2594
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
2595
|
+
type: boolean
|
|
2596
|
+
required: false
|
|
2507
2597
|
SemanticMetricStoreItemCollectionOutputRepresentation:
|
|
2508
2598
|
description: collection of semantic metric store items.
|
|
2509
2599
|
type: object
|
|
@@ -3275,6 +3365,16 @@ types:
|
|
|
3275
3365
|
required: false
|
|
3276
3366
|
items:
|
|
3277
3367
|
type: string
|
|
3368
|
+
isSystemDefinition:
|
|
3369
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
3370
|
+
definition is an automatically generated one. These semantic definitions
|
|
3371
|
+
cannot be modified or deleted.Default is false.
|
|
3372
|
+
type: boolean
|
|
3373
|
+
required: false
|
|
3374
|
+
unmapped:
|
|
3375
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
3376
|
+
type: boolean
|
|
3377
|
+
required: false
|
|
3278
3378
|
SemanticParameterListValueInputRepresentation:
|
|
3279
3379
|
description: Input representation of an allowed list value for a semantic parameter .
|
|
3280
3380
|
type: object
|
|
@@ -3474,6 +3574,16 @@ types:
|
|
|
3474
3574
|
description: The api name of the right Semantic definition.
|
|
3475
3575
|
type: string
|
|
3476
3576
|
required: false
|
|
3577
|
+
isSystemDefinition:
|
|
3578
|
+
description: The isSystemDefinition property indicates whether a semantic
|
|
3579
|
+
definition is an automatically generated one. These semantic definitions
|
|
3580
|
+
cannot be modified or deleted.Default is false.
|
|
3581
|
+
type: boolean
|
|
3582
|
+
required: false
|
|
3583
|
+
unmapped:
|
|
3584
|
+
description: The unmapped property indicates whether a semantic definition is based on an unmapped field
|
|
3585
|
+
type: boolean
|
|
3586
|
+
required: false
|
|
3477
3587
|
SemanticResourceValidationOutputRepresentation:
|
|
3478
3588
|
description: The output representation of a semantic resource validation response.
|
|
3479
3589
|
type: object
|