@salesforce/lds-adapters-analytics-wave 1.227.2 → 1.228.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.
@@ -1,7 +1,7 @@
1
1
  import { PanelItemRepresentation as PanelItemRepresentation_PanelItemRepresentation } from './PanelItemRepresentation';
2
2
  import { VariableItemTileRepresentation as VariableItemTileRepresentation_VariableItemTileRepresentation } from './VariableItemTileRepresentation';
3
3
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
- export declare const VERSION = "e7e9ed8f3ec37e7f6e19f9dfeeb813d5";
4
+ export declare const VERSION = "59d2dea13f15ee4bdf8ecc533f0221a7";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export declare function normalize(input: VariableItemRepresentation, existing: VariableItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VariableItemRepresentationNormalized;
@@ -16,13 +16,17 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
16
  * (none)
17
17
  */
18
18
  export interface VariableItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
19
+ /** The optional description, defaults to the variable description. */
20
+ description?: string;
21
+ /** The optional display label, defaults to the variable label. */
22
+ label?: string;
19
23
  /** The variable name. */
20
24
  name: string;
21
25
  /** The checkbox tiles' details for the CheckboxTiles variant. */
22
26
  tiles?: {
23
27
  [key: string]: VariableItemTileRepresentation_VariableItemTileRepresentation;
24
28
  };
25
- /** The optional variable variant. The valid values are: CheckboxTiles */
29
+ /** The optional variable variant. The valid values are: CheckboxTiles, CenteredCheckboxTiles, SubHeader */
26
30
  variant?: string;
27
31
  }
28
32
  /**
@@ -32,6 +36,8 @@ export interface VariableItemRepresentationNormalized extends PanelItemRepresent
32
36
  * (none)
33
37
  */
34
38
  export interface VariableItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
39
+ description?: string;
40
+ label?: string;
35
41
  name: string;
36
42
  tiles?: {
37
43
  [key: string]: VariableItemTileRepresentation_VariableItemTileRepresentation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-analytics-wave",
3
- "version": "1.227.2",
3
+ "version": "1.228.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "The Einstein Analytics family of APIs",
6
6
  "main": "dist/es/es2018/analytics-wave.js",
package/sfdc/index.js CHANGED
@@ -30310,4 +30310,4 @@ withDefaultLuvio((luvio) => {
30310
30310
  });
30311
30311
 
30312
30312
  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 };
30313
- // version: 1.227.2-e5b78df09
30313
+ // version: 1.228.0-946298e9a
package/src/raml/api.raml CHANGED
@@ -4565,6 +4565,14 @@ types:
4565
4565
  name:
4566
4566
  description: The variable name.
4567
4567
  type: string
4568
+ label:
4569
+ description: The optional display label, defaults to the variable label.
4570
+ type: string
4571
+ required: false # TODO Hand-rolled W-8253396
4572
+ description:
4573
+ description: The optional description, defaults to the variable description.
4574
+ type: string
4575
+ required: false # TODO Hand-rolled W-8253396
4568
4576
  tiles:
4569
4577
  description: The checkbox tiles' details for the CheckboxTiles variant.
4570
4578
  type: object
@@ -4573,7 +4581,7 @@ types:
4573
4581
  //:
4574
4582
  type: VariableItemTileRepresentation
4575
4583
  variant:
4576
- description: 'The optional variable variant. The valid values are: CheckboxTiles'
4584
+ description: 'The optional variable variant. The valid values are: CheckboxTiles, CenteredCheckboxTiles, SubHeader'
4577
4585
  type: string
4578
4586
  required: false # TODO Hand-rolled W-8253396
4579
4587
  VariableItemTileRepresentation: