@salesforce/lds-adapters-cdp-semantic-authoring 1.380.0-dev1 → 1.380.0-dev3

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 (28) hide show
  1. package/dist/es/es2018/cdp-semantic-authoring.js +609 -155
  2. package/dist/es/es2018/types/src/generated/adapters/getSemanticModel.d.ts +1 -0
  3. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsByModelApiNameOrId.d.ts +1 -0
  4. package/dist/es/es2018/types/src/generated/resources/getSsotSemanticModelsShallowByModelApiNameOrId.d.ts +1 -0
  5. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedDimensionOutputRepresentation.d.ts +4 -1
  6. package/dist/es/es2018/types/src/generated/types/SemanticCalculatedMeasurementOutputRepresentation.d.ts +4 -1
  7. package/dist/es/es2018/types/src/generated/types/SemanticDataObjectOutputRepresentation.d.ts +4 -1
  8. package/dist/es/es2018/types/src/generated/types/SemanticDimensionOutputRepresentation.d.ts +4 -1
  9. package/dist/es/es2018/types/src/generated/types/SemanticGoalOutputRepresentation.d.ts +4 -1
  10. package/dist/es/es2018/types/src/generated/types/SemanticGroupingOutputRepresentation.d.ts +4 -1
  11. package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsInputRepresentation.d.ts +5 -1
  12. package/dist/es/es2018/types/src/generated/types/SemanticInsightsSettingsOutputRepresentation.d.ts +5 -1
  13. package/dist/es/es2018/types/src/generated/types/SemanticLogicalViewOutputRepresentation.d.ts +4 -1
  14. package/dist/es/es2018/types/src/generated/types/SemanticMappedFieldOutputRepresentation.d.ts +4 -1
  15. package/dist/es/es2018/types/src/generated/types/SemanticMeasurementOutputRepresentation.d.ts +4 -1
  16. package/dist/es/es2018/types/src/generated/types/SemanticMetricForecastConfigurationInputRepresentation.d.ts +29 -0
  17. package/dist/es/es2018/types/src/generated/types/SemanticMetricForecastConfigurationOutputRepresentation.d.ts +29 -0
  18. package/dist/es/es2018/types/src/generated/types/SemanticMetricOutputRepresentation.d.ts +4 -1
  19. package/dist/es/es2018/types/src/generated/types/SemanticModelExternalConnectionOutputRepresentation.d.ts +4 -1
  20. package/dist/es/es2018/types/src/generated/types/SemanticModelOutputRepresentation.d.ts +7 -1
  21. package/dist/es/es2018/types/src/generated/types/SemanticModelPartialOutputRepresentation.d.ts +4 -1
  22. package/dist/es/es2018/types/src/generated/types/SemanticParameterOutputRepresentation.d.ts +4 -1
  23. package/dist/es/es2018/types/src/generated/types/SemanticRelationshipOutputRepresentation.d.ts +4 -1
  24. package/dist/es/es2018/types/src/generated/types/SemanticSubMetricOutputRepresentation.d.ts +4 -1
  25. package/dist/es/es2018/types/src/generated/types/SemanticUnionOutputRepresentation.d.ts +4 -1
  26. package/package.json +3 -3
  27. package/sfdc/index.js +767 -313
  28. package/src/raml/api.raml +113 -1
package/src/raml/api.raml CHANGED
@@ -2,7 +2,7 @@
2
2
  securedBy:
3
3
  - OAuth2
4
4
  title: Salesforce Connect API
5
- version: '64.0'
5
+ version: '65.0'
6
6
  mediaType: application/json
7
7
  protocols:
8
8
  - https
@@ -68,6 +68,13 @@ types:
68
68
  enum:
69
69
  - Bin
70
70
  - Group
71
+ SemanticEntityIsQueryableEnum:
72
+ description: Indicates if the entity can be queried in semantic query engine
73
+ type: string
74
+ enum:
75
+ - NonQueryable
76
+ - Queryable
77
+ - Unknown
71
78
  TimeRangeTypeEnum:
72
79
  description: The type of the time range.
73
80
  type: string
@@ -630,6 +637,10 @@ types:
630
637
  id:
631
638
  description: The object ID of the semantic entity.
632
639
  type: string
640
+ isQueryable:
641
+ description: Indicates if the entity can be queried in semantic query engine
642
+ type: SemanticEntityIsQueryableEnum
643
+ required: false
633
644
  label:
634
645
  description: The display name of the semantic entity to be used in the ui.
635
646
  type: string
@@ -832,6 +843,10 @@ types:
832
843
  id:
833
844
  description: The object ID of the semantic entity.
834
845
  type: string
846
+ isQueryable:
847
+ description: Indicates if the entity can be queried in semantic query engine
848
+ type: SemanticEntityIsQueryableEnum
849
+ required: false
835
850
  label:
836
851
  description: The display name of the semantic entity to be used in the ui.
837
852
  type: string
@@ -956,6 +971,10 @@ types:
956
971
  id:
957
972
  description: The object ID of the semantic entity.
958
973
  type: string
974
+ isQueryable:
975
+ description: Indicates if the entity can be queried in semantic query engine
976
+ type: SemanticEntityIsQueryableEnum
977
+ required: false
959
978
  label:
960
979
  description: The display name of the semantic entity to be used in the ui.
961
980
  type: string
@@ -1135,6 +1154,10 @@ types:
1135
1154
  id:
1136
1155
  description: The object ID of the semantic entity.
1137
1156
  type: string
1157
+ isQueryable:
1158
+ description: Indicates if the entity can be queried in semantic query engine
1159
+ type: SemanticEntityIsQueryableEnum
1160
+ required: false
1138
1161
  label:
1139
1162
  description: The display name of the semantic entity to be used in the ui.
1140
1163
  type: string
@@ -1371,6 +1394,10 @@ types:
1371
1394
  id:
1372
1395
  description: The object ID of the semantic entity.
1373
1396
  type: string
1397
+ isQueryable:
1398
+ description: Indicates if the entity can be queried in semantic query engine
1399
+ type: SemanticEntityIsQueryableEnum
1400
+ required: false
1374
1401
  label:
1375
1402
  description: The display name of the semantic entity to be used in the ui.
1376
1403
  type: string
@@ -1595,6 +1622,10 @@ types:
1595
1622
  id:
1596
1623
  description: The object ID of the semantic entity.
1597
1624
  type: string
1625
+ isQueryable:
1626
+ description: Indicates if the entity can be queried in semantic query engine
1627
+ type: SemanticEntityIsQueryableEnum
1628
+ required: false
1598
1629
  label:
1599
1630
  description: The display name of the semantic entity to be used in the ui.
1600
1631
  type: string
@@ -1766,6 +1797,10 @@ types:
1766
1797
  id:
1767
1798
  description: The object ID of the semantic entity.
1768
1799
  type: string
1800
+ isQueryable:
1801
+ description: Indicates if the entity can be queried in semantic query engine
1802
+ type: SemanticEntityIsQueryableEnum
1803
+ required: false
1769
1804
  label:
1770
1805
  description: The display name of the semantic entity to be used in the ui.
1771
1806
  type: string
@@ -1822,6 +1857,23 @@ types:
1822
1857
  description: Provides the naming for the identified dimension
1823
1858
  type: SemanticFieldReferenceOutputRepresentation
1824
1859
  required: false
1860
+ SemanticMetricForecastConfigurationInputRepresentation:
1861
+ description: Input representation for metric forecast configuration
1862
+ type: object
1863
+ properties:
1864
+ forecastMeasurementReference:
1865
+ description: Reference to the forecast measurement field
1866
+ type: SemanticFieldReferenceInputRepresentation
1867
+ required: false
1868
+ SemanticMetricForecastConfigurationOutputRepresentation:
1869
+ description: Output representation for metric forecast configuration.
1870
+ type: object
1871
+ additionalProperties: true
1872
+ properties:
1873
+ forecastMeasurementReference:
1874
+ description: Reference to the forecast measurement field
1875
+ type: SemanticFieldReferenceOutputRepresentation
1876
+ required: false
1825
1877
  SemanticInsightTypeInputRepresentation:
1826
1878
  description: Input representation for insight type
1827
1879
  type: object
@@ -1879,6 +1931,10 @@ types:
1879
1931
  description: Uses a singular noun to represent units.
1880
1932
  type: string
1881
1933
  required: false
1934
+ forecastConfiguration:
1935
+ description: Configuration for metric forecasting.
1936
+ type: SemanticMetricForecastConfigurationInputRepresentation
1937
+ required: false
1882
1938
  SemanticInsightsSettingsOutputRepresentation:
1883
1939
  description: Output representation for metrics insights settings
1884
1940
  type: object
@@ -1912,6 +1968,10 @@ types:
1912
1968
  description: Uses a singular noun to represent units.
1913
1969
  type: string
1914
1970
  required: false
1971
+ forecastConfiguration:
1972
+ description: Configuration for metric forecasting.
1973
+ type: SemanticMetricForecastConfigurationOutputRepresentation
1974
+ required: false
1915
1975
  SemanticLogicalViewCollectionOutputRepresentation:
1916
1976
  description: A representation of a collection of semantic logical views.
1917
1977
  type: object
@@ -2008,6 +2068,10 @@ types:
2008
2068
  id:
2009
2069
  description: The object ID of the semantic entity.
2010
2070
  type: string
2071
+ isQueryable:
2072
+ description: Indicates if the entity can be queried in semantic query engine
2073
+ type: SemanticEntityIsQueryableEnum
2074
+ required: false
2011
2075
  label:
2012
2076
  description: The display name of the semantic entity to be used in the ui.
2013
2077
  type: string
@@ -2178,6 +2242,10 @@ types:
2178
2242
  id:
2179
2243
  description: The object ID of the semantic entity.
2180
2244
  type: string
2245
+ isQueryable:
2246
+ description: Indicates if the entity can be queried in semantic query engine
2247
+ type: SemanticEntityIsQueryableEnum
2248
+ required: false
2181
2249
  label:
2182
2250
  description: The display name of the semantic entity to be used in the ui.
2183
2251
  type: string
@@ -2322,6 +2390,10 @@ types:
2322
2390
  id:
2323
2391
  description: The object ID of the semantic entity.
2324
2392
  type: string
2393
+ isQueryable:
2394
+ description: Indicates if the entity can be queried in semantic query engine
2395
+ type: SemanticEntityIsQueryableEnum
2396
+ required: false
2325
2397
  label:
2326
2398
  description: The display name of the semantic entity to be used in the ui.
2327
2399
  type: string
@@ -2560,6 +2632,10 @@ types:
2560
2632
  id:
2561
2633
  description: The object ID of the semantic entity.
2562
2634
  type: string
2635
+ isQueryable:
2636
+ description: Indicates if the entity can be queried in semantic query engine
2637
+ type: SemanticEntityIsQueryableEnum
2638
+ required: false
2563
2639
  label:
2564
2640
  description: The display name of the semantic entity to be used in the ui.
2565
2641
  type: string
@@ -2865,6 +2941,10 @@ types:
2865
2941
  id:
2866
2942
  description: The object ID of the semantic entity.
2867
2943
  type: string
2944
+ isQueryable:
2945
+ description: Indicates if the entity can be queried in semantic query engine
2946
+ type: SemanticEntityIsQueryableEnum
2947
+ required: false
2868
2948
  label:
2869
2949
  description: The display name of the semantic entity to be used in the ui.
2870
2950
  type: string
@@ -2900,6 +2980,10 @@ types:
2900
2980
  description: Is the model locked for edit/ delete.
2901
2981
  type: boolean
2902
2982
  required: false
2983
+ isPartialSdm:
2984
+ description: Indicates if the model is partial because of Data Gov.
2985
+ type: boolean
2986
+ required: false
2903
2987
  queryUnrelatedDataObjects:
2904
2988
  description: The type of join performed between the defined Data Cloud Objects. Valid values are AUTO, LEFT, RIGHT, FULL, and INNER.
2905
2989
  type: SemanticQueryUnrelatedDataObjectsTypeEnum
@@ -3075,6 +3159,10 @@ types:
3075
3159
  id:
3076
3160
  description: The object ID of the semantic entity.
3077
3161
  type: string
3162
+ isQueryable:
3163
+ description: Indicates if the entity can be queried in semantic query engine
3164
+ type: SemanticEntityIsQueryableEnum
3165
+ required: false
3078
3166
  label:
3079
3167
  description: The display name of the semantic entity to be used in the ui.
3080
3168
  type: string
@@ -3369,6 +3457,10 @@ types:
3369
3457
  id:
3370
3458
  description: The object ID of the semantic entity.
3371
3459
  type: string
3460
+ isQueryable:
3461
+ description: Indicates if the entity can be queried in semantic query engine
3462
+ type: SemanticEntityIsQueryableEnum
3463
+ required: false
3372
3464
  label:
3373
3465
  description: The display name of the semantic entity to be used in the ui.
3374
3466
  type: string
@@ -3578,6 +3670,10 @@ types:
3578
3670
  id:
3579
3671
  description: The object ID of the semantic entity.
3580
3672
  type: string
3673
+ isQueryable:
3674
+ description: Indicates if the entity can be queried in semantic query engine
3675
+ type: SemanticEntityIsQueryableEnum
3676
+ required: false
3581
3677
  label:
3582
3678
  description: The display name of the semantic entity to be used in the ui.
3583
3679
  type: string
@@ -3725,6 +3821,10 @@ types:
3725
3821
  id:
3726
3822
  description: The object ID of the semantic entity.
3727
3823
  type: string
3824
+ isQueryable:
3825
+ description: Indicates if the entity can be queried in semantic query engine
3826
+ type: SemanticEntityIsQueryableEnum
3827
+ required: false
3728
3828
  label:
3729
3829
  description: The display name of the semantic entity to be used in the ui.
3730
3830
  type: string
@@ -3904,6 +4004,10 @@ types:
3904
4004
  id:
3905
4005
  description: The object ID of the semantic entity.
3906
4006
  type: string
4007
+ isQueryable:
4008
+ description: Indicates if the entity can be queried in semantic query engine
4009
+ type: SemanticEntityIsQueryableEnum
4010
+ required: false
3907
4011
  label:
3908
4012
  description: The display name of the semantic entity to be used in the ui.
3909
4013
  type: string
@@ -4115,6 +4219,10 @@ types:
4115
4219
  description: Filters search results based on fields that contain a specific string in their label.
4116
4220
  type: string
4117
4221
  required: false
4222
+ fineGrainSecurity:
4223
+ description: Use fine grain security for partial SDM.
4224
+ type: boolean
4225
+ required: false
4118
4226
  includeModelContent:
4119
4227
  description: Enrich model with its content in response.
4120
4228
  type: boolean
@@ -5302,6 +5410,10 @@ types:
5302
5410
  description: Filters search results based on fields that contain a specific string in their label.
5303
5411
  type: string
5304
5412
  required: false
5413
+ fineGrainSecurity:
5414
+ description: Use fine grain security for partial SDM.
5415
+ type: boolean
5416
+ required: false
5305
5417
  includeModelContent:
5306
5418
  description: Enrich model with its content in response.
5307
5419
  type: boolean