@salesforce/lds-adapters-analytics-wave 1.266.0-dev2 → 1.266.0-dev21
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/analytics-wave.js +799 -768
- package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasets.d.ts +1 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleRepresentation.d.ts +5 -1
- package/package.json +4 -4
- package/sfdc/index.js +354 -323
- package/src/raml/api.raml +7 -0
package/src/raml/api.raml
CHANGED
|
@@ -3659,6 +3659,10 @@ types:
|
|
|
3659
3659
|
assetId:
|
|
3660
3660
|
description: The 18 character ID of the asset.
|
|
3661
3661
|
type: string
|
|
3662
|
+
events:
|
|
3663
|
+
description: Schedule event information
|
|
3664
|
+
required: false # TODO Hand-rolled W-8253396
|
|
3665
|
+
type: JobEventCollectionRepresentation
|
|
3662
3666
|
frequency:
|
|
3663
3667
|
description: Frequency on which this schedule is run.
|
|
3664
3668
|
type: string
|
|
@@ -6680,6 +6684,9 @@ types:
|
|
|
6680
6684
|
- Mru
|
|
6681
6685
|
- Name
|
|
6682
6686
|
- TotalRows
|
|
6687
|
+
typeOfDataflow:
|
|
6688
|
+
type: string
|
|
6689
|
+
required: false
|
|
6683
6690
|
post:
|
|
6684
6691
|
description: Post a dataset resource representation.
|
|
6685
6692
|
responses:
|