@salesforce/lds-adapters-analytics-wave 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-wave.js +31393 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataConnector.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataflowJob.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataset.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createDatasetVersion.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createReplicatedDataset.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataConnector.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataset.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecipe.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteReplicatedDataset.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/executeQuery.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getActions.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getAnalyticsLimits.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnector.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorStatus.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorTypes.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectors.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJob.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNode.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNodes.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobs.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflows.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataset.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersion.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersions.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/adapters/getDependencies.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipe.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipeNotification.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipes.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDataset.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDatasets.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedFields.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSchedule.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveFolders.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplate.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateConfig.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplates.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getXmd.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/ingestDataConnector.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataConnector.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataflowJob.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDatasetVersion.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipe.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipeNotification.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedFields.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSchedule.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateXmd.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/validateWaveTemplate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +107 -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/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 +29 -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/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/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/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/putWaveRecipesNotificationById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFieldRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/ActionCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AppLogRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ArrayTypeRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/BooleanTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ConnectorTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DailyScheduleRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DataflowCollectionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DataflowRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/DataflowVersionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCoverageRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/DatasetSourceRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DatasetTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DateTimeTypeRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/DependencyCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DependencyRepresentation.d.ts +74 -0
- package/dist/es/es2018/types/src/generated/types/DisplayMessageRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EmptyScheduleRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/HeaderRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/HourlyScheduleRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ImageItemRepresentation.d.ts +31 -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 +29 -0
- package/dist/es/es2018/types/src/generated/types/LicenseAttributesRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/NodeRowCountRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/NumberTypeRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ObjectCoverageRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/OutputSourceRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/PageLayoutRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/PageRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PageVariableRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PanelItemRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/PanelRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/PermissionsRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RecipeCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RecipeRepresentation.d.ts +111 -0
- package/dist/es/es2018/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +105 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +145 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/SObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SizeLimitRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/StringTypeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/TemplateOptionsRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +99 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/TextItemRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TimeZoneRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/UiDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/VariableDefinitionRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/VariableItemRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VariableTypeRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/VideoInfoRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderShareRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/WaveUserRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +85 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateInputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionRepresentation.d.ts +99 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdInnerRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -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 +71 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +32363 -0
- package/src/raml/api.raml +6950 -0
- package/src/raml/luvio.raml +354 -0
|
@@ -0,0 +1,45 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TemplateReadinessItemRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateReadinessItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation for individual validation task
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TemplateReadinessItemRepresentationNormalized {
|
|
19
|
+
/** The icon/image associated with the validation task. */
|
|
20
|
+
image: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
21
|
+
/** The task specific label. */
|
|
22
|
+
label: string | null;
|
|
23
|
+
/** The task specific message. */
|
|
24
|
+
message: string | null;
|
|
25
|
+
/** The status for the readiness task */
|
|
26
|
+
readinessStatus: string | null;
|
|
27
|
+
/** The collection of tags describing the purpose of the validation. */
|
|
28
|
+
tags: Array<string>;
|
|
29
|
+
/** The task specific type, associated with readiness check type. */
|
|
30
|
+
type: string | null;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Representation for individual validation task
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface TemplateReadinessItemRepresentation {
|
|
39
|
+
image: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation | null;
|
|
40
|
+
label: string | null;
|
|
41
|
+
message: string | null;
|
|
42
|
+
readinessStatus: string | null;
|
|
43
|
+
tags: Array<string>;
|
|
44
|
+
type: string | null;
|
|
45
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 function deepFreeze(input: TemplateReleaseNotesRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateReleaseNotesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
|
+
/**
|
|
22
|
+
* Representation for a wave template's release notes
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface TemplateReleaseNotesRepresentationNormalized {
|
|
28
|
+
/** The ID or fully qualified API name of this template. */
|
|
29
|
+
id: string;
|
|
30
|
+
/** The local API name of the template. */
|
|
31
|
+
name: string;
|
|
32
|
+
/** The namespace of the template provider. */
|
|
33
|
+
namespace: string | null;
|
|
34
|
+
/** The release note's markdown. */
|
|
35
|
+
notes: string | null;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Representation for a wave template's release notes
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* id (string): id
|
|
42
|
+
*/
|
|
43
|
+
export interface TemplateReleaseNotesRepresentation {
|
|
44
|
+
id: string;
|
|
45
|
+
name: string;
|
|
46
|
+
namespace: string | null;
|
|
47
|
+
notes: string | null;
|
|
48
|
+
}
|
|
@@ -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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TemplateReleaseRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateReleaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for a wave templates release information.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateReleaseRepresentationNormalized {
|
|
18
|
+
/** The URL to the release notes for this template */
|
|
19
|
+
notesUrl: string | null;
|
|
20
|
+
/** The version of this template. */
|
|
21
|
+
templateVersion: string | null;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation for a wave templates release information.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TemplateReleaseRepresentation {
|
|
30
|
+
notesUrl: string | null;
|
|
31
|
+
templateVersion: string | null;
|
|
32
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
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 function deepFreeze(input: TemplateRepresentation): void;
|
|
25
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
26
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
27
|
+
/**
|
|
28
|
+
* Representation for a single Wave analytics template.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* id (string): id
|
|
32
|
+
*/
|
|
33
|
+
export interface TemplateRepresentationNormalized {
|
|
34
|
+
/** Asset version (api version) of all the dashboards and lenses. */
|
|
35
|
+
assetVersion: number;
|
|
36
|
+
/** The URL to the configuration of the template. */
|
|
37
|
+
configurationUrl: string;
|
|
38
|
+
/** The user that created the template. */
|
|
39
|
+
createdBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
40
|
+
/** Time the template was created. */
|
|
41
|
+
createdDate: string | null;
|
|
42
|
+
/** Custom Attribute definitions for this template */
|
|
43
|
+
customAttributes: Array<TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation>;
|
|
44
|
+
/** The description of the application template. */
|
|
45
|
+
description: string | null;
|
|
46
|
+
/** The folder source of this template */
|
|
47
|
+
folderSource: AssetReferenceRepresentation_AssetReferenceRepresentation | null;
|
|
48
|
+
/** The icons configured for this wave template. */
|
|
49
|
+
icons: TemplateIconsRepresentation_TemplateIconsRepresentation;
|
|
50
|
+
/** The ID or fully qualified API name of this template. */
|
|
51
|
+
id: string;
|
|
52
|
+
/** The localized name of the application template. */
|
|
53
|
+
label: string;
|
|
54
|
+
/** The user that last updated the template. */
|
|
55
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
56
|
+
/** Last time the template was modified. */
|
|
57
|
+
lastModifiedDate: string | null;
|
|
58
|
+
/** The local API name of the application template. */
|
|
59
|
+
name: string;
|
|
60
|
+
/** The namespace of the application template provider. */
|
|
61
|
+
namespace: string | null;
|
|
62
|
+
/** The release information for this template */
|
|
63
|
+
releaseInfo: TemplateReleaseRepresentation_TemplateReleaseRepresentation;
|
|
64
|
+
/** Tag definitions for this template */
|
|
65
|
+
tags: Array<string>;
|
|
66
|
+
/** The template type app or dashboard, if empty or null then template type is app. */
|
|
67
|
+
templateType: string;
|
|
68
|
+
/** The URL to the detail of the template. */
|
|
69
|
+
url: string;
|
|
70
|
+
/** Videos associated with this template */
|
|
71
|
+
videos: Array<VideoInfoRepresentation_VideoInfoRepresentation>;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Representation for a single Wave analytics template.
|
|
75
|
+
*
|
|
76
|
+
* Keys:
|
|
77
|
+
* id (string): id
|
|
78
|
+
*/
|
|
79
|
+
export interface TemplateRepresentation {
|
|
80
|
+
assetVersion: number;
|
|
81
|
+
configurationUrl: string;
|
|
82
|
+
createdBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
83
|
+
createdDate: string | null;
|
|
84
|
+
customAttributes: Array<TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation>;
|
|
85
|
+
description: string | null;
|
|
86
|
+
folderSource: AssetReferenceRepresentation_AssetReferenceRepresentation | null;
|
|
87
|
+
icons: TemplateIconsRepresentation_TemplateIconsRepresentation;
|
|
88
|
+
id: string;
|
|
89
|
+
label: string;
|
|
90
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
91
|
+
lastModifiedDate: string | null;
|
|
92
|
+
name: string;
|
|
93
|
+
namespace: string | null;
|
|
94
|
+
releaseInfo: TemplateReleaseRepresentation_TemplateReleaseRepresentation;
|
|
95
|
+
tags: Array<string>;
|
|
96
|
+
templateType: string;
|
|
97
|
+
url: string;
|
|
98
|
+
videos: Array<VideoInfoRepresentation_VideoInfoRepresentation>;
|
|
99
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TemplateValidateInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateValidateInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for template validation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TemplateValidateInputRepresentationNormalized {
|
|
18
|
+
/** The runtime template values to use during validation, These values override all others */
|
|
19
|
+
values?: {
|
|
20
|
+
[key: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for template validation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface TemplateValidateInputRepresentation {
|
|
30
|
+
values?: {
|
|
31
|
+
[key: string]: unknown;
|
|
32
|
+
};
|
|
33
|
+
}
|
package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TemplateValidateInputWrapperRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateValidateInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Wrapper for input representation for template validation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TemplateValidateInputWrapperRepresentationNormalized {
|
|
19
|
+
/** Input representation for template validation */
|
|
20
|
+
templateValidateParam: TemplateValidateInputRepresentation_TemplateValidateInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Wrapper for input representation for template validation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TemplateValidateInputWrapperRepresentation {
|
|
29
|
+
templateValidateParam: TemplateValidateInputRepresentation_TemplateValidateInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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, FragmentSelection as $64$luvio_engine_FragmentSelection, 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 = "bb31f43012fbe3f46a4352c90cdeae34";
|
|
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_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: TemplateValidateRepresentationNormalized, incoming: TemplateValidateRepresentationNormalized): boolean;
|
|
19
|
+
export declare function deepFreeze(input: TemplateValidateRepresentation): void;
|
|
20
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
21
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateValidateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
22
|
+
/**
|
|
23
|
+
* Representation for a single Wave Template verification.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* id (string): id
|
|
27
|
+
*/
|
|
28
|
+
export interface TemplateValidateRepresentationNormalized {
|
|
29
|
+
/** The ID or fully qualified API name of this template. */
|
|
30
|
+
id: string;
|
|
31
|
+
/** The individual validation tasks for this template */
|
|
32
|
+
tasks: Array<TemplateReadinessItemRepresentation_TemplateReadinessItemRepresentation>;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Representation for a single Wave Template verification.
|
|
36
|
+
*
|
|
37
|
+
* Keys:
|
|
38
|
+
* id (string): id
|
|
39
|
+
*/
|
|
40
|
+
export interface TemplateValidateRepresentation {
|
|
41
|
+
id: string;
|
|
42
|
+
tasks: Array<TemplateReadinessItemRepresentation_TemplateReadinessItemRepresentation>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "6b8843e1a7f373fa1d7fb2c2ed84c75d";
|
|
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 function deepFreeze(input: TextItemRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TextItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Text
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TextItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
|
|
19
|
+
/** The descriptive text. */
|
|
20
|
+
text: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Text
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TextItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
|
|
29
|
+
text: string;
|
|
30
|
+
type: 'Text';
|
|
31
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TimeRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Time at which something should happen
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TimeRepresentationNormalized {
|
|
19
|
+
/** Hour at which this schedule is run (0-23). */
|
|
20
|
+
hour: number;
|
|
21
|
+
/** Minute at which this schedule is run (0-59). */
|
|
22
|
+
minute: number;
|
|
23
|
+
timeZone: TimeZoneRepresentation_TimeZoneRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Time at which something should happen
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TimeRepresentation {
|
|
32
|
+
hour: number;
|
|
33
|
+
minute: number;
|
|
34
|
+
timeZone: TimeZoneRepresentation_TimeZoneRepresentation;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TimeZoneRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimeZoneRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Information about a time zone.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeZoneRepresentationNormalized {
|
|
18
|
+
/** The signed offset, in hours, from GMT. */
|
|
19
|
+
gmtOffset: number;
|
|
20
|
+
/** The display name of this time zone. */
|
|
21
|
+
name: string;
|
|
22
|
+
/** The zone ID of this time zone. */
|
|
23
|
+
zoneId: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Information about a time zone.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TimeZoneRepresentation {
|
|
32
|
+
gmtOffset: number;
|
|
33
|
+
name: string;
|
|
34
|
+
zoneId: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TwoColumnLayoutRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TwoColumnLayoutRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for a two column layout definition for template wizard pages.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface TwoColumnLayoutRepresentationNormalized extends LayoutRepresentation_LayoutRepresentation {
|
|
20
|
+
/** The left panel in the layout */
|
|
21
|
+
left: PanelRepresentation_PanelRepresentation;
|
|
22
|
+
/** The right panel in the layout */
|
|
23
|
+
right: PanelRepresentation_PanelRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation for a two column layout definition for template wizard pages.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TwoColumnLayoutRepresentation extends LayoutRepresentation_LayoutRepresentation {
|
|
32
|
+
left: PanelRepresentation_PanelRepresentation;
|
|
33
|
+
right: PanelRepresentation_PanelRepresentation;
|
|
34
|
+
type: 'TwoColumn';
|
|
35
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: TypedAssetReferenceRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TypedAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Typed asset reference representation.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TypedAssetReferenceRepresentationNormalized extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
19
|
+
/** Type of the asset. */
|
|
20
|
+
type: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Typed asset reference representation.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TypedAssetReferenceRepresentation extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
29
|
+
type: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } 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 function deepFreeze(input: UiDefinitionRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UiDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for UI definition of Wave templates.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface UiDefinitionRepresentationNormalized {
|
|
20
|
+
/** The display messages for this template configuration. */
|
|
21
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
22
|
+
/** The page collection for this template configuration. */
|
|
23
|
+
pages: Array<PageRepresentation_PageRepresentation>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation for UI definition of Wave templates.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface UiDefinitionRepresentation {
|
|
32
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
33
|
+
pages: Array<PageRepresentation_PageRepresentation>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DisplayMessageRepresentation as DisplayMessageRepresentation_DisplayMessageRepresentation } from './DisplayMessageRepresentation';
|
|
2
|
+
import { PageLayoutRepresentation as PageLayoutRepresentation_PageLayoutRepresentation } from './PageLayoutRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "817136f3ace687f69ed1ee4b66ac8781";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: UiLayoutDefinitionRepresentation, existing: UiLayoutDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UiLayoutDefinitionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: UiLayoutDefinitionRepresentationNormalized, incoming: UiLayoutDefinitionRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: UiLayoutDefinitionRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UiLayoutDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for UI definition of Wave templates with layout support.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface UiLayoutDefinitionRepresentationNormalized {
|
|
20
|
+
/** The display messages for this template configuration. */
|
|
21
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
22
|
+
/** The page collection for this template configuration. */
|
|
23
|
+
pages: Array<PageLayoutRepresentation_PageLayoutRepresentation>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation for UI definition of Wave templates with layout support.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface UiLayoutDefinitionRepresentation {
|
|
32
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
33
|
+
pages: Array<PageLayoutRepresentation_PageLayoutRepresentation>;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { UnsupportedRecordRepresentation as UnsupportedRecordRepresentation_UnsupportedRecordRepresentation } from './UnsupportedRecordRepresentation';
|
|
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, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "b9e6d4ffa65e570a8765aeaa62d0d0a1";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: UnsupportedRecordCollectionRepresentation, existing: UnsupportedRecordCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnsupportedRecordCollectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: UnsupportedRecordCollectionRepresentationNormalized, incoming: UnsupportedRecordCollectionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: UnsupportedRecordCollectionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UnsupportedRecordCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of objects not supported by sharing inheritance based on insights limits
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface UnsupportedRecordCollectionRepresentationNormalized {
|
|
19
|
+
/** Count of objects not covered by sharing inheritance, may not match the length of values array */
|
|
20
|
+
count: number;
|
|
21
|
+
/** Objects not covered due to sharing limit, list may be shorter that count due to limiting for the API */
|
|
22
|
+
values: Array<UnsupportedRecordRepresentation_UnsupportedRecordRepresentation>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of objects not supported by sharing inheritance based on insights limits
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface UnsupportedRecordCollectionRepresentation {
|
|
31
|
+
count: number;
|
|
32
|
+
values: Array<UnsupportedRecordRepresentation_UnsupportedRecordRepresentation>;
|
|
33
|
+
}
|