@salesforce/lds-adapters-analytics-wave 1.152.0 → 1.152.1
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 +1 -1
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +33 -0
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -32397,4 +32397,4 @@ withDefaultLuvio((luvio) => {
|
|
|
32397
32397
|
});
|
|
32398
32398
|
|
|
32399
32399
|
export { createDataConnector, createDataflowJob, createDataset, createDatasetVersion, createReplicatedDataset, deleteDataConnector, deleteDataset, deleteRecipe, deleteReplicatedDataset, executeQuery, executeQuery_imperative, getActions, getActions_imperative, getAnalyticsLimits, getAnalyticsLimits_imperative, getDataConnector, getDataConnectorNotifyChange, getDataConnectorSourceFields, getDataConnectorSourceFieldsNotifyChange, getDataConnectorSourceFields_imperative, getDataConnectorSourceObject, getDataConnectorSourceObjectDataPreviewWithFields, getDataConnectorSourceObjectDataPreviewWithFields_imperative, getDataConnectorSourceObjectNotifyChange, getDataConnectorSourceObject_imperative, getDataConnectorSourceObjects, getDataConnectorSourceObjects_imperative, getDataConnectorStatus, getDataConnectorStatus_imperative, getDataConnectorTypes, getDataConnectorTypes_imperative, getDataConnector_imperative, getDataConnectors, getDataConnectors_imperative, getDataflowJob, getDataflowJobNode, getDataflowJobNodeNotifyChange, getDataflowJobNode_imperative, getDataflowJobNodes, getDataflowJobNodes_imperative, getDataflowJobNotifyChange, getDataflowJob_imperative, getDataflowJobs, getDataflowJobs_imperative, getDataflows, getDataflows_imperative, getDataset, getDatasetNotifyChange, getDatasetVersion, getDatasetVersionNotifyChange, getDatasetVersion_imperative, getDatasetVersions, getDatasetVersions_imperative, getDataset_imperative, getDatasets, getDatasets_imperative, getDependencies, getDependencies_imperative, getRecipe, getRecipeNotification, getRecipeNotificationNotifyChange, getRecipeNotification_imperative, getRecipeNotifyChange, getRecipe_imperative, getRecipes, getRecipes_imperative, getReplicatedDataset, getReplicatedDatasetNotifyChange, getReplicatedDataset_imperative, getReplicatedDatasets, getReplicatedDatasets_imperative, getReplicatedFields, getReplicatedFieldsNotifyChange, getReplicatedFields_imperative, getSchedule, getScheduleNotifyChange, getSchedule_imperative, getSecurityCoverageDatasetVersion, getSecurityCoverageDatasetVersion_imperative, getWaveFolders, getWaveFolders_imperative, getWaveTemplate, getWaveTemplateConfig, getWaveTemplateConfigNotifyChange, getWaveTemplateConfig_imperative, getWaveTemplateNotifyChange, getWaveTemplateReleaseNotes, getWaveTemplateReleaseNotesNotifyChange, getWaveTemplateReleaseNotes_imperative, getWaveTemplate_imperative, getWaveTemplates, getWaveTemplates_imperative, getXmd, getXmd_imperative, ingestDataConnector, updateDataConnector, updateDataflowJob, updateDataset, updateDatasetVersion, updateRecipe, updateRecipeNotification, updateReplicatedDataset, updateReplicatedFields, updateSchedule, updateXmd, validateWaveTemplate };
|
|
32400
|
-
// version: 1.152.
|
|
32400
|
+
// version: 1.152.1-55c9af07b
|
package/src/raml/api.raml
CHANGED
|
@@ -4395,6 +4395,39 @@ types:
|
|
|
4395
4395
|
name:
|
|
4396
4396
|
description: The variable name.
|
|
4397
4397
|
type: string
|
|
4398
|
+
tiles:
|
|
4399
|
+
description: The checkbox tiles' details for the CheckboxTiles variant.
|
|
4400
|
+
type: object
|
|
4401
|
+
required: false # TODO Hand-rolled W-8253396
|
|
4402
|
+
properties:
|
|
4403
|
+
//:
|
|
4404
|
+
type: VariableItemTileRepresentation
|
|
4405
|
+
variant:
|
|
4406
|
+
description: 'The optional variable variant. The valid values are: CheckboxTiles'
|
|
4407
|
+
type: string
|
|
4408
|
+
required: false # TODO Hand-rolled W-8253396
|
|
4409
|
+
VariableItemTileRepresentation:
|
|
4410
|
+
description: Checkbox tile details.
|
|
4411
|
+
type: object
|
|
4412
|
+
properties:
|
|
4413
|
+
badge:
|
|
4414
|
+
description: The optional badge text text to display in a pill in the tile.
|
|
4415
|
+
type: string
|
|
4416
|
+
required: false # TODO Hand-rolled W-8253396
|
|
4417
|
+
description:
|
|
4418
|
+
description: The optional description text. This will override the description
|
|
4419
|
+
defined in the variable definition.
|
|
4420
|
+
type: string
|
|
4421
|
+
required: false # TODO Hand-rolled W-8253396
|
|
4422
|
+
iconName:
|
|
4423
|
+
description: The optional SLDS icon to display.
|
|
4424
|
+
type: string
|
|
4425
|
+
required: false # TODO Hand-rolled W-8253396
|
|
4426
|
+
label:
|
|
4427
|
+
description: The optional label. This will override the label defined in the
|
|
4428
|
+
variable definition.
|
|
4429
|
+
type: string
|
|
4430
|
+
required: false # TODO Hand-rolled W-8253396
|
|
4398
4431
|
VariableTypeRepresentation:
|
|
4399
4432
|
description: Abstractly describes the type of variable definition.
|
|
4400
4433
|
discriminator: type
|