@salesforce/lds-adapters-analytics-wave 1.253.0 → 1.256.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
|
@@ -4407,6 +4407,13 @@ types:
|
|
|
4407
4407
|
id:
|
|
4408
4408
|
description: The ID or fully qualified API name of this template.
|
|
4409
4409
|
type: string
|
|
4410
|
+
state:
|
|
4411
|
+
description: The context values containing result from the validate call.
|
|
4412
|
+
required: false # TODO Hand-rolled W-8253396
|
|
4413
|
+
type: object
|
|
4414
|
+
properties:
|
|
4415
|
+
//:
|
|
4416
|
+
type: any # TODO: Hand-rolled W-8863405
|
|
4410
4417
|
tasks:
|
|
4411
4418
|
description: The individual validation tasks for this template
|
|
4412
4419
|
type: array
|
package/src/raml/luvio.raml
CHANGED
|
@@ -95,6 +95,9 @@ types:
|
|
|
95
95
|
(luvio.ttl): 300000
|
|
96
96
|
(luvio.key):
|
|
97
97
|
id: id
|
|
98
|
+
# using opaque due to issues with non-required `state` field (see
|
|
99
|
+
# https://salesforce-internal.slack.com/archives/C5WMAFS02/p1698346932911129?thread_ts=1698182864.491379&cid=C5WMAFS02)
|
|
100
|
+
(luvio.opaque): true
|
|
98
101
|
WaveAnalyticsLimitCollectionRepresentation:
|
|
99
102
|
(luvio.ttl): 300
|
|
100
103
|
WaveFolderCollectionRepresentation:
|