@salesforce/lds-adapters-cdp-semantic-authoring 1.398.0 → 1.399.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/package.json +3 -3
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +29 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-cdp-semantic-authoring",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.399.0",
|
|
4
4
|
"description": "Semantic Authoring",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/cdp-semantic-authoring.js",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"test:unit": "jest"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.
|
|
43
|
+
"@salesforce/lds-bindings": "^1.399.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
46
|
+
"@salesforce/lds-compiler-plugins": "^1.399.0"
|
|
47
47
|
},
|
|
48
48
|
"nx": {
|
|
49
49
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -16227,4 +16227,4 @@ withDefaultLuvio((luvio) => {
|
|
|
16227
16227
|
});
|
|
16228
16228
|
|
|
16229
16229
|
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 };
|
|
16230
|
-
// version: 1.
|
|
16230
|
+
// version: 1.399.0-5ea4ae8437
|
package/src/raml/api.raml
CHANGED
|
@@ -211,8 +211,13 @@ types:
|
|
|
211
211
|
- Between
|
|
212
212
|
- Contains
|
|
213
213
|
- ContainsIgnoreCase
|
|
214
|
+
- CurrentDay
|
|
215
|
+
- CurrentFiscalMonth
|
|
216
|
+
- CurrentFiscalMonthToDate
|
|
214
217
|
- CurrentFiscalQuarter
|
|
215
218
|
- CurrentFiscalQuarterToDate
|
|
219
|
+
- CurrentFiscalWeek
|
|
220
|
+
- CurrentFiscalWeekToDate
|
|
216
221
|
- CurrentFiscalYear
|
|
217
222
|
- CurrentFiscalYearToDate
|
|
218
223
|
- CurrentMonth
|
|
@@ -220,6 +225,7 @@ types:
|
|
|
220
225
|
- CurrentQuarter
|
|
221
226
|
- CurrentQuarterToDate
|
|
222
227
|
- CurrentWeek
|
|
228
|
+
- CurrentWeekToDate
|
|
223
229
|
- CurrentYear
|
|
224
230
|
- CurrentYearToDate
|
|
225
231
|
- DoesNotEndWith
|
|
@@ -240,20 +246,42 @@ types:
|
|
|
240
246
|
- IsNotNull
|
|
241
247
|
- IsNull
|
|
242
248
|
- LastNDays
|
|
249
|
+
- LastNFiscalQuarters
|
|
250
|
+
- LastNFiscalWeeks
|
|
251
|
+
- LastNFiscalYears
|
|
252
|
+
- LastNHours
|
|
253
|
+
- LastNMinutes
|
|
254
|
+
- LastNQuarters
|
|
255
|
+
- LastNWeeks
|
|
256
|
+
- LastNYears
|
|
243
257
|
- LessThan
|
|
244
258
|
- LessThanOrEqualTo
|
|
259
|
+
- NextDay
|
|
260
|
+
- NextFiscalMonth
|
|
261
|
+
- NextFiscalWeek
|
|
245
262
|
- NextFiscalQuarter
|
|
246
263
|
- NextFiscalYear
|
|
247
264
|
- NextMonth
|
|
248
265
|
- NextNDays
|
|
266
|
+
- NextNFiscalQuarters
|
|
267
|
+
- NextNFiscalWeeks
|
|
268
|
+
- NextNFiscalYears
|
|
269
|
+
- NextNQuarters
|
|
270
|
+
- NextNWeeks
|
|
271
|
+
- NextNYears
|
|
249
272
|
- NextQuarter
|
|
250
273
|
- NextWeek
|
|
251
274
|
- NextYear
|
|
252
275
|
- NotContains
|
|
253
276
|
- NotContainsIgnoreCase
|
|
254
277
|
- NotIn
|
|
278
|
+
- PreviousDay
|
|
279
|
+
- PreviousFiscalMonth
|
|
280
|
+
- PreviousFiscalMonthToDate
|
|
255
281
|
- PreviousFiscalQuarter
|
|
256
282
|
- PreviousFiscalQuarterToDate
|
|
283
|
+
- PreviousFiscalWeek
|
|
284
|
+
- PreviousFiscalWeekToDate
|
|
257
285
|
- PreviousFiscalYear
|
|
258
286
|
- PreviousFiscalYearToDate
|
|
259
287
|
- PreviousMonth
|
|
@@ -261,6 +289,7 @@ types:
|
|
|
261
289
|
- PreviousQuarter
|
|
262
290
|
- PreviousQuarterToDate
|
|
263
291
|
- PreviousWeek
|
|
292
|
+
- PreviousWeekToDate
|
|
264
293
|
- PreviousYear
|
|
265
294
|
- PreviousYearToDate
|
|
266
295
|
- StartsWith
|