@salesforce/lds-adapters-analytics-app-framework 1.412.1 → 1.413.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/src/raml/api.raml
CHANGED
|
@@ -6,7 +6,7 @@ version: '62.0'
|
|
|
6
6
|
mediaType: application/json
|
|
7
7
|
protocols:
|
|
8
8
|
- https
|
|
9
|
-
baseUri: /services/data/
|
|
9
|
+
baseUri: /services/data/v67.0
|
|
10
10
|
securitySchemes:
|
|
11
11
|
OAuth2:
|
|
12
12
|
type: OAuth 2.0
|
|
@@ -178,6 +178,9 @@ types:
|
|
|
178
178
|
activitiesUrl:
|
|
179
179
|
description: Url to get collection of most recent installation activities
|
|
180
180
|
type: string
|
|
181
|
+
appAssetVersion:
|
|
182
|
+
description: The asset version of the template used to create this app.
|
|
183
|
+
type: number | nil
|
|
181
184
|
applicationStatus:
|
|
182
185
|
description: The status of this app.
|
|
183
186
|
type: string
|
|
@@ -217,9 +220,6 @@ types:
|
|
|
217
220
|
refreshUrl:
|
|
218
221
|
description: A link to rerun the Data Assets and refresh the data
|
|
219
222
|
type: string
|
|
220
|
-
schedule:
|
|
221
|
-
description: The refresh schedule for this app.
|
|
222
|
-
type: AppScheduleRepresentation | nil
|
|
223
223
|
templateSourceId:
|
|
224
224
|
description: The ID od the template used to create this app.
|
|
225
225
|
type: string | nil
|