@salesforce/lds-adapters-analytics-wave 0.1.0-dev1
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/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-wave.js +30130 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataConnector.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataflowJob.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createDatasetVersion.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createReplicatedDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaveFolder.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataConnector.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataset.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecipe.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteReplicatedDataset.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteWaveFolder.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/executeQuery.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getActions.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAnalyticsLimits.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnector.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorStatus.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorTypes.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectors.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJob.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNode.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNodes.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobs.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflows.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataset.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersion.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersions.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/adapters/getDependencies.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipe.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipeNotification.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipes.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDataset.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDatasets.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedFields.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSchedule.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveFolder.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveFolders.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplate.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateConfig.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplates.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getXmd.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/ingestDataConnector.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataConnector.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataflowJob.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataset.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDatasetVersion.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/updatePartialWaveFolder.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipe.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipeNotification.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedDataset.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedFields.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSchedule.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateWaveFolder.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateXmd.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/validateWaveTemplate.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +114 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveDataConnectorsByConnectorIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveDatasetsByDatasetIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveFoldersByFolderId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveRecipesById.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveReplicatedDatasetsById.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveActionsByEntityId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorTypes.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectors.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsStatusByConnectorIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobs.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobIdAndNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflows.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasets.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveFolders.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveFoldersByFolderId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveLimits.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipes.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipesById.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipesNotificationById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasets.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveSecurityCoverageDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplates.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesByTemplateIdOrApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesConfigurationByTemplateIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesReleasenotesByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveFoldersByFolderId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveRecipesById.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectors.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsIngestByConnectorIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsSourceObjectsDataPreviewByConnectorIdOrApiNameAndSourceObjectName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataflowjobs.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDatasets.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveFolders.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveQuery.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveReplicatedDatasets.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveTemplatesValidateByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveFoldersByFolderId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveRecipesNotificationById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFieldRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/ActionCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppDetailsRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/AppLogRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ArrayTypeRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/BaseWaveFolderInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/BooleanTypeRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ConfigurationPageLayoutRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionsStatsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConnectorTypeRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CustomComponentLayoutRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/CustomComponentLayoutVariableRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DailyScheduleRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DataflowCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/DataflowRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataflowVersionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCoverageRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/DatasetSourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DatasetTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DateTimeTypeRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DependencyCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DependencyRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/DisplayMessageRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EmptyScheduleRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GroupBoxItemRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/GuidancePanelRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/HeaderRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/HourlyScheduleRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ImageItemRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/JobEventCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/JobEventRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LayoutRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LicenseAttributesInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/LicenseAttributesRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/LinkBoxItemRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/NavigationPanelRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/NodeRowCountRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/NumberTypeRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ObjectCoverageRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/OutputSourceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PageLayoutRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/PageNavigationInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PageRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PageVariableRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PanelItemRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PanelRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PermissionsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PropertyConditionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PropertyOptionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecipeRepresentation.d.ts +110 -0
- package/dist/es/es2018/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +104 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +147 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/SObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SizeLimitRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/StringTypeRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/TemplateOptionsRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/TextItemRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TimeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TimeZoneRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UiDefinitionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ValidationPageGroupRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ValidationPageLayoutRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/VariableDefinitionRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/VariableItemRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/VariableItemTileRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/VariableTypeRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/VideoInfoRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderShareRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderTemplateInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderTemplateInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WaveUserRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionRepresentation.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdInnerRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/deleteDataset/buildNetworkSnapshot.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/XmdRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/datasetNameToIdCache.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
- package/package.json +78 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +31271 -0
- package/src/raml/api.raml +7435 -0
- package/src/raml/luvio.raml +378 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { TemplateAssetReferenceRepresentation as TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation } from './TemplateAssetReferenceRepresentation';
|
|
2
|
+
import { ImageAssetReferenceRepresentation as ImageAssetReferenceRepresentation_ImageAssetReferenceRepresentation } from './ImageAssetReferenceRepresentation';
|
|
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 = "b253217b406efe23af0756cfb49cd9ab";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TemplateIconsRepresentation, existing: TemplateIconsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateIconsRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TemplateIconsRepresentationNormalized, incoming: TemplateIconsRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateIconsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation for describing the icons configured for a wave template.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TemplateIconsRepresentationNormalized {
|
|
19
|
+
/** The badge icon used on any app created from this template. */
|
|
20
|
+
appBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
21
|
+
/** The badge icon used to represent this template in the template configuration wizard. */
|
|
22
|
+
templateBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
23
|
+
/** The images used to display in the carousel on the template detail page when the template is selected in the wizard. */
|
|
24
|
+
templatePreviews: Array<ImageAssetReferenceRepresentation_ImageAssetReferenceRepresentation>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Representation for describing the icons configured for a wave template.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface TemplateIconsRepresentation {
|
|
33
|
+
appBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
34
|
+
templateBadge: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
35
|
+
templatePreviews: Array<ImageAssetReferenceRepresentation_ImageAssetReferenceRepresentation>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { WaveUserRepresentation as WaveUserRepresentation_WaveUserRepresentation } from './WaveUserRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "71fe94c63927e3f075887df8ea21eb2a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TemplateOptionsRepresentation, existing: TemplateOptionsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateOptionsRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TemplateOptionsRepresentationNormalized, incoming: TemplateOptionsRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateOptionsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for the options used on the last action performed on a templated Wave Application.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateOptionsRepresentationNormalized {
|
|
18
|
+
/** The last template action performed on the templated application. */
|
|
19
|
+
appAction?: string;
|
|
20
|
+
/** The date/time the last action was performed. */
|
|
21
|
+
appActionDate?: string;
|
|
22
|
+
appActionUser?: WaveUserRepresentation_WaveUserRepresentation;
|
|
23
|
+
/** Dynamic template options that can change from release to release. */
|
|
24
|
+
dynamicOptions?: {
|
|
25
|
+
[key: string]: unknown;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Representation for the options used on the last action performed on a templated Wave Application.
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface TemplateOptionsRepresentation {
|
|
35
|
+
appAction?: string;
|
|
36
|
+
appActionDate?: string;
|
|
37
|
+
appActionUser?: WaveUserRepresentation_WaveUserRepresentation;
|
|
38
|
+
dynamicOptions?: {
|
|
39
|
+
[key: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { TemplateAssetReferenceRepresentation as TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation } from './TemplateAssetReferenceRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "9abac80b26af7ecc8ae0e857df84bfbd";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TemplateReadinessItemRepresentation, existing: TemplateReadinessItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateReadinessItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TemplateReadinessItemRepresentationNormalized, incoming: TemplateReadinessItemRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateReadinessItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for individual validation task
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateReadinessItemRepresentationNormalized {
|
|
18
|
+
/** The icon/image associated with the validation task. */
|
|
19
|
+
image: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
20
|
+
/** The task specific label. */
|
|
21
|
+
label: string | null;
|
|
22
|
+
/** The task specific message. */
|
|
23
|
+
message: string | null;
|
|
24
|
+
/** The status for the readiness task */
|
|
25
|
+
readinessStatus: string | null;
|
|
26
|
+
/** The collection of tags describing the purpose of the validation. */
|
|
27
|
+
tags: Array<string>;
|
|
28
|
+
/** The task specific type, associated with readiness check type. */
|
|
29
|
+
type: string | null;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Representation for individual validation task
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface TemplateReadinessItemRepresentation {
|
|
38
|
+
image: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
39
|
+
label: string | null;
|
|
40
|
+
message: string | null;
|
|
41
|
+
readinessStatus: string | null;
|
|
42
|
+
tags: Array<string>;
|
|
43
|
+
type: string | null;
|
|
44
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 300000;
|
|
3
|
+
export declare const VERSION = "8bf88b5662273c4ba43c35a4db323537";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
7
|
+
id: string;
|
|
8
|
+
}
|
|
9
|
+
export type TemplateReleaseNotesRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export type PartialTemplateReleaseNotesRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TemplateReleaseNotesRepresentationNormalizedKeyMetadata;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TemplateReleaseNotesRepresentation): string;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TemplateReleaseNotesRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: TemplateReleaseNotesRepresentation, existing: TemplateReleaseNotesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateReleaseNotesRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: TemplateReleaseNotesRepresentationNormalized, incoming: TemplateReleaseNotesRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateReleaseNotesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* Representation for a wave template's release notes
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface TemplateReleaseNotesRepresentationNormalized {
|
|
27
|
+
/** The ID or fully qualified API name of this template. */
|
|
28
|
+
id: string;
|
|
29
|
+
/** The local API name of the template. */
|
|
30
|
+
name: string;
|
|
31
|
+
/** The namespace of the template provider. */
|
|
32
|
+
namespace: string | null;
|
|
33
|
+
/** The release note's markdown. */
|
|
34
|
+
notes: string | null;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Representation for a wave template's release notes
|
|
38
|
+
*
|
|
39
|
+
* Keys:
|
|
40
|
+
* id (string): id
|
|
41
|
+
*/
|
|
42
|
+
export interface TemplateReleaseNotesRepresentation {
|
|
43
|
+
id: string;
|
|
44
|
+
name: string;
|
|
45
|
+
namespace: string | null;
|
|
46
|
+
notes: string | null;
|
|
47
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
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';
|
|
2
|
+
export declare const VERSION = "b2b7fb848b8c8fd5546516e767582f54";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TemplateReleaseRepresentation, existing: TemplateReleaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateReleaseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TemplateReleaseRepresentationNormalized, incoming: TemplateReleaseRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateReleaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation for a wave templates release information.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TemplateReleaseRepresentationNormalized {
|
|
17
|
+
/** The URL to the release notes for this template */
|
|
18
|
+
notesUrl: string | null;
|
|
19
|
+
/** The version of this template. */
|
|
20
|
+
templateVersion: string | null;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation for a wave templates release information.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TemplateReleaseRepresentation {
|
|
29
|
+
notesUrl: string | null;
|
|
30
|
+
templateVersion: string | null;
|
|
31
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { WaveUserRepresentation as WaveUserRepresentation_WaveUserRepresentation } from './WaveUserRepresentation';
|
|
2
|
+
import { TemplateCustomAttributesRepresentation as TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation } from './TemplateCustomAttributesRepresentation';
|
|
3
|
+
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
4
|
+
import { TemplateIconsRepresentation as TemplateIconsRepresentation_TemplateIconsRepresentation } from './TemplateIconsRepresentation';
|
|
5
|
+
import { TemplateReleaseRepresentation as TemplateReleaseRepresentation_TemplateReleaseRepresentation } from './TemplateReleaseRepresentation';
|
|
6
|
+
import { VideoInfoRepresentation as VideoInfoRepresentation_VideoInfoRepresentation } from './VideoInfoRepresentation';
|
|
7
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
8
|
+
export declare const TTL = 300000;
|
|
9
|
+
export declare const VERSION = "9d1eea7ef8e1b45f44f8e196af6feff4";
|
|
10
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
|
+
export declare const RepresentationType: string;
|
|
12
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
export type TemplateRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export type PartialTemplateRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TemplateRepresentationNormalizedKeyMetadata;
|
|
19
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TemplateRepresentation): string;
|
|
20
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TemplateRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function normalize(input: TemplateRepresentation, existing: TemplateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateRepresentationNormalized;
|
|
22
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
23
|
+
export declare function equals(existing: TemplateRepresentationNormalized, incoming: TemplateRepresentationNormalized): boolean;
|
|
24
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
25
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
26
|
+
/**
|
|
27
|
+
* Representation for a single Wave analytics template.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* id (string): id
|
|
31
|
+
*/
|
|
32
|
+
export interface TemplateRepresentationNormalized {
|
|
33
|
+
/** Asset version (api version) of all the dashboards and lenses. */
|
|
34
|
+
assetVersion: number;
|
|
35
|
+
/** The URL to the configuration of the template. */
|
|
36
|
+
configurationUrl: string;
|
|
37
|
+
/** The user that created the template. */
|
|
38
|
+
createdBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
39
|
+
/** Time the template was created. */
|
|
40
|
+
createdDate: string | null;
|
|
41
|
+
/** Custom Attribute definitions for this template */
|
|
42
|
+
customAttributes: Array<TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation>;
|
|
43
|
+
/** The description of the application template. */
|
|
44
|
+
description: string | null;
|
|
45
|
+
/** The folder source of this template */
|
|
46
|
+
folderSource: AssetReferenceRepresentation_AssetReferenceRepresentation | null;
|
|
47
|
+
/** The icons configured for this wave template. */
|
|
48
|
+
icons: TemplateIconsRepresentation_TemplateIconsRepresentation;
|
|
49
|
+
/** The ID or fully qualified API name of this template. */
|
|
50
|
+
id: string;
|
|
51
|
+
/** The localized name of the application template. */
|
|
52
|
+
label: string;
|
|
53
|
+
/** The user that last updated the template. */
|
|
54
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
55
|
+
/** Last time the template was modified. */
|
|
56
|
+
lastModifiedDate: string | null;
|
|
57
|
+
/** The local API name of the application template. */
|
|
58
|
+
name: string;
|
|
59
|
+
/** The namespace of the application template provider. */
|
|
60
|
+
namespace: string | null;
|
|
61
|
+
/** The release information for this template */
|
|
62
|
+
releaseInfo: TemplateReleaseRepresentation_TemplateReleaseRepresentation;
|
|
63
|
+
/** Tag definitions for this template */
|
|
64
|
+
tags: Array<string>;
|
|
65
|
+
/** The template type app or dashboard, if empty or null then template type is app. */
|
|
66
|
+
templateType: string;
|
|
67
|
+
/** The URL to the detail of the template. */
|
|
68
|
+
url: string;
|
|
69
|
+
/** Videos associated with this template */
|
|
70
|
+
videos: Array<VideoInfoRepresentation_VideoInfoRepresentation>;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Representation for a single Wave analytics template.
|
|
74
|
+
*
|
|
75
|
+
* Keys:
|
|
76
|
+
* id (string): id
|
|
77
|
+
*/
|
|
78
|
+
export interface TemplateRepresentation {
|
|
79
|
+
assetVersion: number;
|
|
80
|
+
configurationUrl: string;
|
|
81
|
+
createdBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
82
|
+
createdDate: string | null;
|
|
83
|
+
customAttributes: Array<TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation>;
|
|
84
|
+
description: string | null;
|
|
85
|
+
folderSource: AssetReferenceRepresentation_AssetReferenceRepresentation | null;
|
|
86
|
+
icons: TemplateIconsRepresentation_TemplateIconsRepresentation;
|
|
87
|
+
id: string;
|
|
88
|
+
label: string;
|
|
89
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
90
|
+
lastModifiedDate: string | null;
|
|
91
|
+
name: string;
|
|
92
|
+
namespace: string | null;
|
|
93
|
+
releaseInfo: TemplateReleaseRepresentation_TemplateReleaseRepresentation;
|
|
94
|
+
tags: Array<string>;
|
|
95
|
+
templateType: string;
|
|
96
|
+
url: string;
|
|
97
|
+
videos: Array<VideoInfoRepresentation_VideoInfoRepresentation>;
|
|
98
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
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';
|
|
2
|
+
export declare const VERSION = "50399dc83ebe6686210a592e71f5f5be";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TemplateValidateInputRepresentation, existing: TemplateValidateInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateValidateInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TemplateValidateInputRepresentationNormalized, incoming: TemplateValidateInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateValidateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for template validation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TemplateValidateInputRepresentationNormalized {
|
|
17
|
+
/** The runtime template values to use during validation, These values override all others */
|
|
18
|
+
values?: {
|
|
19
|
+
[key: string]: unknown;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for template validation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TemplateValidateInputRepresentation {
|
|
29
|
+
values?: {
|
|
30
|
+
[key: string]: unknown;
|
|
31
|
+
};
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { TemplateValidateInputRepresentation as TemplateValidateInputRepresentation_TemplateValidateInputRepresentation } from './TemplateValidateInputRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "5ebbfab3463d831e6e66130a1ab58c14";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TemplateValidateInputWrapperRepresentation, existing: TemplateValidateInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateValidateInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TemplateValidateInputWrapperRepresentationNormalized, incoming: TemplateValidateInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateValidateInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper for input representation for template validation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateValidateInputWrapperRepresentationNormalized {
|
|
18
|
+
/** Input representation for template validation */
|
|
19
|
+
templateValidateParam: TemplateValidateInputRepresentation_TemplateValidateInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper for input representation for template validation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface TemplateValidateInputWrapperRepresentation {
|
|
28
|
+
templateValidateParam: TemplateValidateInputRepresentation_TemplateValidateInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { TemplateReadinessItemRepresentation as TemplateReadinessItemRepresentation_TemplateReadinessItemRepresentation } from './TemplateReadinessItemRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 300000;
|
|
4
|
+
export declare const VERSION = "f07f934ad5e483e8265b5053ce7bdc82";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
export type TemplateValidateRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
11
|
+
export type PartialTemplateValidateRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TemplateValidateRepresentationNormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TemplateValidateRepresentation): string;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TemplateValidateRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: TemplateValidateRepresentation, existing: TemplateValidateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateValidateRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
18
|
+
export declare function equals(existing: TemplateValidateRepresentationNormalized, incoming: TemplateValidateRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TemplateValidateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Representation for a single Wave Template verification.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface TemplateValidateRepresentationNormalized {
|
|
28
|
+
/** The ID or fully qualified API name of this template. */
|
|
29
|
+
id: string;
|
|
30
|
+
/** The context values containing result from the validate call. */
|
|
31
|
+
state?: {
|
|
32
|
+
[key: string]: unknown;
|
|
33
|
+
};
|
|
34
|
+
/** The individual validation tasks for this template */
|
|
35
|
+
tasks: Array<TemplateReadinessItemRepresentation_TemplateReadinessItemRepresentation>;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Representation for a single Wave Template verification.
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* id (string): id
|
|
42
|
+
*/
|
|
43
|
+
export interface TemplateValidateRepresentation {
|
|
44
|
+
id: string;
|
|
45
|
+
state?: {
|
|
46
|
+
[key: string]: unknown;
|
|
47
|
+
};
|
|
48
|
+
tasks: Array<TemplateReadinessItemRepresentation_TemplateReadinessItemRepresentation>;
|
|
49
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { PanelItemRepresentation as PanelItemRepresentation_PanelItemRepresentation } from './PanelItemRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "6af52190e9314dceffe8cb631e354989";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TextItemRepresentation, existing: TextItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TextItemRepresentationNormalized, incoming: TextItemRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TextItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Text
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TextItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
|
|
18
|
+
/** The descriptive text. */
|
|
19
|
+
text: string;
|
|
20
|
+
/** The optional text variant. The valid values are: SubHeader */
|
|
21
|
+
variant?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Text
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TextItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
|
|
30
|
+
text: string;
|
|
31
|
+
variant?: string;
|
|
32
|
+
type: 'Text';
|
|
33
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { TimeZoneRepresentation as TimeZoneRepresentation_TimeZoneRepresentation } from './TimeZoneRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "0040ab091bf36f713408cd55bf6bdd46";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TimeRepresentation, existing: TimeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimeRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TimeRepresentationNormalized, incoming: TimeRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TimeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Time at which something should happen
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeRepresentationNormalized {
|
|
18
|
+
/** Hour at which this schedule is run (0-23). */
|
|
19
|
+
hour: number;
|
|
20
|
+
/** Minute at which this schedule is run (0-59). */
|
|
21
|
+
minute: number;
|
|
22
|
+
timeZone: TimeZoneRepresentation_TimeZoneRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Time at which something should happen
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TimeRepresentation {
|
|
31
|
+
hour: number;
|
|
32
|
+
minute: number;
|
|
33
|
+
timeZone: TimeZoneRepresentation_TimeZoneRepresentation;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
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';
|
|
2
|
+
export declare const VERSION = "5775d4ff2ea195893cab7df348933df2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimeZoneRepresentation, existing: TimeZoneRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimeZoneRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimeZoneRepresentationNormalized, incoming: TimeZoneRepresentationNormalized): boolean;
|
|
8
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TimeZoneRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Information about a time zone.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface TimeZoneRepresentationNormalized {
|
|
17
|
+
/** The signed offset, in hours, from GMT. */
|
|
18
|
+
gmtOffset: number;
|
|
19
|
+
/** The display name of this time zone. */
|
|
20
|
+
name: string;
|
|
21
|
+
/** The zone ID of this time zone. */
|
|
22
|
+
zoneId: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Information about a time zone.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TimeZoneRepresentation {
|
|
31
|
+
gmtOffset: number;
|
|
32
|
+
name: string;
|
|
33
|
+
zoneId: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { LayoutRepresentation as LayoutRepresentation_LayoutRepresentation } from './LayoutRepresentation';
|
|
2
|
+
import { PanelRepresentation as PanelRepresentation_PanelRepresentation } from './PanelRepresentation';
|
|
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 = "cbe875c8e8f0be5d51b898da6e6d2498";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TwoColumnLayoutRepresentation, existing: TwoColumnLayoutRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TwoColumnLayoutRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TwoColumnLayoutRepresentationNormalized, incoming: TwoColumnLayoutRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TwoColumnLayoutRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation for a two column layout definition for template wizard pages.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TwoColumnLayoutRepresentationNormalized extends LayoutRepresentation_LayoutRepresentation {
|
|
19
|
+
/** The left panel in the layout */
|
|
20
|
+
left: PanelRepresentation_PanelRepresentation;
|
|
21
|
+
/** The right panel in the layout */
|
|
22
|
+
right: PanelRepresentation_PanelRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation for a two column layout definition for template wizard pages.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface TwoColumnLayoutRepresentation extends LayoutRepresentation_LayoutRepresentation {
|
|
31
|
+
left: PanelRepresentation_PanelRepresentation;
|
|
32
|
+
right: PanelRepresentation_PanelRepresentation;
|
|
33
|
+
type: 'TwoColumn';
|
|
34
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { BaseAssetReferenceRepresentation as BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation } from './BaseAssetReferenceRepresentation';
|
|
2
|
+
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';
|
|
3
|
+
export declare const VERSION = "ab09570afbc20e41d638ca3f90c0cdae";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TypedAssetReferenceRepresentation, existing: TypedAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TypedAssetReferenceRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TypedAssetReferenceRepresentationNormalized, incoming: TypedAssetReferenceRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: TypedAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Typed asset reference representation.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TypedAssetReferenceRepresentationNormalized extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
18
|
+
/** Type of the asset. */
|
|
19
|
+
type: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Typed asset reference representation.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface TypedAssetReferenceRepresentation extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
28
|
+
type: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { DisplayMessageRepresentation as DisplayMessageRepresentation_DisplayMessageRepresentation } from './DisplayMessageRepresentation';
|
|
2
|
+
import { PageRepresentation as PageRepresentation_PageRepresentation } from './PageRepresentation';
|
|
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 = "bfb7030db1ef8bc7bd544097bb33e657";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: UiDefinitionRepresentation, existing: UiDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UiDefinitionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: UiDefinitionRepresentationNormalized, incoming: UiDefinitionRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: UiDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation for UI definition of Wave templates.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface UiDefinitionRepresentationNormalized {
|
|
19
|
+
/** The display messages for this template configuration. */
|
|
20
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
21
|
+
/** The page collection for this template configuration. */
|
|
22
|
+
pages: Array<PageRepresentation_PageRepresentation>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation for UI definition of Wave templates.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface UiDefinitionRepresentation {
|
|
31
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
32
|
+
pages: Array<PageRepresentation_PageRepresentation>;
|
|
33
|
+
}
|