@salesforce/lds-adapters-analytics-wave 1.100.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-wave.js +30885 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/createDataConnector.d.ts +15 -0
- package/dist/types/src/generated/adapters/createDataflowJob.d.ts +15 -0
- package/dist/types/src/generated/adapters/createDataset.d.ts +15 -0
- package/dist/types/src/generated/adapters/createDatasetVersion.d.ts +16 -0
- package/dist/types/src/generated/adapters/createReplicatedDataset.d.ts +15 -0
- package/dist/types/src/generated/adapters/deleteDataConnector.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteDataset.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteRecipe.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteReplicatedDataset.d.ts +13 -0
- package/dist/types/src/generated/adapters/executeQuery.d.ts +27 -0
- package/dist/types/src/generated/adapters/getActions.d.ts +26 -0
- package/dist/types/src/generated/adapters/getAnalyticsLimits.d.ts +27 -0
- package/dist/types/src/generated/adapters/getDataConnector.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDataConnectorStatus.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDataConnectorTypes.d.ts +25 -0
- package/dist/types/src/generated/adapters/getDataConnectors.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataflowJob.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataflowJobNode.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDataflowJobNodes.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDataflowJobs.d.ts +34 -0
- package/dist/types/src/generated/adapters/getDataflows.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDataset.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDatasetVersion.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDatasetVersions.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDatasets.d.ts +40 -0
- package/dist/types/src/generated/adapters/getDependencies.d.ts +26 -0
- package/dist/types/src/generated/adapters/getRecipe.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRecipeNotification.d.ts +27 -0
- package/dist/types/src/generated/adapters/getRecipes.d.ts +36 -0
- package/dist/types/src/generated/adapters/getReplicatedDataset.d.ts +27 -0
- package/dist/types/src/generated/adapters/getReplicatedDatasets.d.ts +30 -0
- package/dist/types/src/generated/adapters/getReplicatedFields.d.ts +27 -0
- package/dist/types/src/generated/adapters/getSchedule.d.ts +27 -0
- package/dist/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +27 -0
- package/dist/types/src/generated/adapters/getWaveFolders.d.ts +33 -0
- package/dist/types/src/generated/adapters/getWaveTemplate.d.ts +28 -0
- package/dist/types/src/generated/adapters/getWaveTemplateConfig.d.ts +29 -0
- package/dist/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +27 -0
- package/dist/types/src/generated/adapters/getWaveTemplates.d.ts +27 -0
- package/dist/types/src/generated/adapters/getXmd.d.ts +28 -0
- package/dist/types/src/generated/adapters/ingestDataConnector.d.ts +14 -0
- package/dist/types/src/generated/adapters/updateDataConnector.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateDataflowJob.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateDataset.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateDatasetVersion.d.ts +17 -0
- package/dist/types/src/generated/adapters/updateRecipe.d.ts +18 -0
- package/dist/types/src/generated/adapters/updateRecipeNotification.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateReplicatedDataset.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateReplicatedFields.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateSchedule.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateXmd.d.ts +18 -0
- package/dist/types/src/generated/artifacts/main.d.ts +55 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +106 -0
- package/dist/types/src/generated/resources/deleteWaveDataConnectorsByConnectorIdOrApiName.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteWaveDatasetsByDatasetIdOrApiName.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteWaveRecipesById.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteWaveReplicatedDatasetsById.d.ts +12 -0
- package/dist/types/src/generated/resources/getWaveActionsByEntityId.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorTypes.d.ts +12 -0
- package/dist/types/src/generated/resources/getWaveDataConnectors.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsStatusByConnectorIdOrApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobs.d.ts +23 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobId.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobIdAndNodeId.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataflows.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDatasets.d.ts +29 -0
- package/dist/types/src/generated/resources/getWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDependenciesByAssetId.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveFolders.d.ts +22 -0
- package/dist/types/src/generated/resources/getWaveLimits.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveRecipes.d.ts +25 -0
- package/dist/types/src/generated/resources/getWaveRecipesById.d.ts +19 -0
- package/dist/types/src/generated/resources/getWaveRecipesNotificationById.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveReplicatedDatasets.d.ts +19 -0
- package/dist/types/src/generated/resources/getWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveSecurityCoverageDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveTemplates.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveTemplatesByTemplateIdOrApiName.d.ts +19 -0
- package/dist/types/src/generated/resources/getWaveTemplatesConfigurationByTemplateIdOrApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getWaveTemplatesReleasenotesByTemplateIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/types/src/generated/resources/patchWaveRecipesById.d.ts +20 -0
- package/dist/types/src/generated/resources/patchWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/types/src/generated/resources/postWaveDataConnectors.d.ts +13 -0
- package/dist/types/src/generated/resources/postWaveDataConnectorsIngestByConnectorIdOrApiName.d.ts +12 -0
- package/dist/types/src/generated/resources/postWaveDataConnectorsSourceObjectsDataPreviewByConnectorIdOrApiNameAndSourceObjectName.d.ts +20 -0
- package/dist/types/src/generated/resources/postWaveDataflowjobs.d.ts +13 -0
- package/dist/types/src/generated/resources/postWaveDatasets.d.ts +13 -0
- package/dist/types/src/generated/resources/postWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/postWaveQuery.d.ts +16 -0
- package/dist/types/src/generated/resources/postWaveReplicatedDatasets.d.ts +13 -0
- package/dist/types/src/generated/resources/putWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/types/src/generated/resources/putWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +18 -0
- package/dist/types/src/generated/resources/putWaveRecipesNotificationById.d.ts +16 -0
- package/dist/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/AbstractFieldRepresentation.d.ts +68 -0
- package/dist/types/src/generated/types/ActionCollectionRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/ActionRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/AppLogRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ArrayTypeRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/AssetReferenceRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/BaseAssetInputRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +91 -0
- package/dist/types/src/generated/types/BooleanTypeRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +66 -0
- package/dist/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ConnectorTypeRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/DailyScheduleRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DataConnectorInputRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DataConnectorRepresentation.d.ts +69 -0
- package/dist/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DataflowCollectionRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/DataflowJobInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +58 -0
- package/dist/types/src/generated/types/DataflowJobRepresentation.d.ts +88 -0
- package/dist/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/DataflowNodeRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/DataflowRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/DataflowVersionRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/DatasetCoverageRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetInputRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetRepresentation.d.ts +90 -0
- package/dist/types/src/generated/types/DatasetSourceRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DatasetTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/DatasetVersionRepresentation.d.ts +72 -0
- package/dist/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DateTimeTypeRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/DependencyCollectionRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DependencyRepresentation.d.ts +74 -0
- package/dist/types/src/generated/types/DisplayMessageRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EmptyScheduleRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/HeaderRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/HourlyScheduleRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ImageItemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/LayoutRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/LicenseAttributesInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/LicenseAttributesRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LiveConnectionRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/NodeRowCountRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/NumberTypeRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ObjectCoverageRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/OutputSourceRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/PageLayoutRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/PageRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/PageVariableRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PanelItemRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/PanelRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/PermissionsRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/RecipeCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/RecipeInputRepresentation.d.ts +72 -0
- package/dist/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecipeNodeRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RecipeNotificationRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/RecipeRepresentation.d.ts +111 -0
- package/dist/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +105 -0
- package/dist/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +145 -0
- package/dist/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/types/src/generated/types/SObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +28 -0
- package/dist/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/ScheduleInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ScheduleRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaFieldRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SchemaParametersRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaSliceRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SizeLimitRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +53 -0
- package/dist/types/src/generated/types/SourceFieldRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SourceObjectDataRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SourceObjectRepresentation.d.ts +64 -0
- package/dist/types/src/generated/types/StringTypeRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/TemplateCollectionRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TemplateIconsRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/TemplateOptionsRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/TemplateReleaseRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TemplateRepresentation.d.ts +99 -0
- package/dist/types/src/generated/types/TextItemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/TimeRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TimeZoneRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/UiDefinitionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VariableDefinitionRepresentation.d.ts +73 -0
- package/dist/types/src/generated/types/VariableItemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/VariableTypeRepresentation.d.ts +53 -0
- package/dist/types/src/generated/types/VideoInfoRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/WaveFolderRepresentation.d.ts +87 -0
- package/dist/types/src/generated/types/WaveFolderShareRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/WaveUserRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +85 -0
- package/dist/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/XmdDatasetRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/XmdDateFieldRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/XmdDateInputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/XmdDateRepresentation.d.ts +66 -0
- package/dist/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdDimensionRepresentation.d.ts +99 -0
- package/dist/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdInnerRepresentation.d.ts +80 -0
- package/dist/types/src/generated/types/XmdInputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/XmdMeasureRepresentation.d.ts +58 -0
- package/dist/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdOrganizationRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdRepresentation.d.ts +90 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/types/src/raml-artifacts/adapters/deleteDataset/buildNetworkSnapshot.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getDataset/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getDataset/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getDataset/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateConfig/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType/keyBuilder.d.ts +3 -0
- package/dist/types/src/raml-artifacts/types/XmdRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/types/src/raml-artifacts/utils/datasetNameToIdCache.d.ts +2 -0
- package/dist/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
- package/dist/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
- package/dist/umd/es2018/analytics-wave.js +30947 -0
- package/dist/umd/es5/analytics-wave.js +31111 -0
- package/package.json +74 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +31852 -0
- package/src/raml/api.raml +6863 -0
- package/src/raml/luvio.raml +346 -0
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
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 = "fe7fa2a72a287c284808538a7a329712";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DatasetVersionReferenceRepresentation, existing: DatasetVersionReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetVersionReferenceRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DatasetVersionReferenceRepresentationNormalized, incoming: DatasetVersionReferenceRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: DatasetVersionReferenceRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DatasetVersionReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Reference to a dataset version.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DatasetVersionReferenceRepresentationNormalized {
|
|
19
|
+
/** A reference to the dataset. */
|
|
20
|
+
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
21
|
+
/** The 18 character ID of the dataset version. */
|
|
22
|
+
id: string;
|
|
23
|
+
/** The asset URL. */
|
|
24
|
+
url: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Reference to a dataset version.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface DatasetVersionReferenceRepresentation {
|
|
33
|
+
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
34
|
+
id: string;
|
|
35
|
+
url: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { keyBuilder as BaseWaveAssetRepresentation_keyBuilder, BaseWaveAssetRepresentation as BaseWaveAssetRepresentation_BaseWaveAssetRepresentation } from './BaseWaveAssetRepresentation';
|
|
2
|
+
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
3
|
+
import { WaveFileMetadataRepresentation as WaveFileMetadataRepresentation_WaveFileMetadataRepresentation } from './WaveFileMetadataRepresentation';
|
|
4
|
+
import { DatasetVersionSharingSourceRepresentation as DatasetVersionSharingSourceRepresentation_DatasetVersionSharingSourceRepresentation } from './DatasetVersionSharingSourceRepresentation';
|
|
5
|
+
import { XmdInnerRepresentation as XmdInnerRepresentation_XmdInnerRepresentation } from './XmdInnerRepresentation';
|
|
6
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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';
|
|
7
|
+
export declare const TTL = 5000;
|
|
8
|
+
export declare const VERSION = "27f88ebb8afb2ea93145941cc45816e6";
|
|
9
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
|
+
export declare const RepresentationType: string;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof BaseWaveAssetRepresentation_keyBuilder>[1]): string;
|
|
12
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: BaseWaveAssetRepresentation_BaseWaveAssetRepresentation): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof BaseWaveAssetRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: BaseWaveAssetRepresentation_BaseWaveAssetRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function normalize(input: DatasetVersionRepresentation, existing: DatasetVersionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetVersionRepresentationNormalized;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: DatasetVersionRepresentationNormalized, incoming: DatasetVersionRepresentationNormalized): boolean;
|
|
18
|
+
export declare function deepFreeze(input: DatasetVersionRepresentation): void;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DatasetVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
21
|
+
/**
|
|
22
|
+
* An instantiated version of a Wave dataset.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface DatasetVersionRepresentationNormalized extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
|
|
28
|
+
/** A reference to the dataset. */
|
|
29
|
+
dataset?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
30
|
+
/** Information about the data files that make up the dataset version. */
|
|
31
|
+
files?: Array<WaveFileMetadataRepresentation_WaveFileMetadataRepresentation>;
|
|
32
|
+
/** The URL of the files resource for this dataset version. */
|
|
33
|
+
filesUrl?: string;
|
|
34
|
+
/** The row level security predicate. */
|
|
35
|
+
predicate?: string;
|
|
36
|
+
/** The version of the row level security predicate. */
|
|
37
|
+
predicateVersion?: number;
|
|
38
|
+
/** Dataset sharing inheritance coverage information resource. */
|
|
39
|
+
securityCoverageUrl: string;
|
|
40
|
+
/** Entity from which sharing rules will be inherited for this dataset version */
|
|
41
|
+
sharingSource?: DatasetVersionSharingSourceRepresentation_DatasetVersionSharingSourceRepresentation;
|
|
42
|
+
/** The parent dataflow or file for this dataset version. */
|
|
43
|
+
source?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
44
|
+
/** Dataset version supports new date format */
|
|
45
|
+
supportsNewDates?: boolean;
|
|
46
|
+
/** Total number of rows for this dataset version */
|
|
47
|
+
totalRowCount?: number;
|
|
48
|
+
xmdMain?: XmdInnerRepresentation_XmdInnerRepresentation;
|
|
49
|
+
/** The URL of the Xmd Collection resource for this dataset version. */
|
|
50
|
+
xmdsUrl?: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* An instantiated version of a Wave dataset.
|
|
54
|
+
*
|
|
55
|
+
* Keys:
|
|
56
|
+
* id (string): id
|
|
57
|
+
*/
|
|
58
|
+
export interface DatasetVersionRepresentation extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
|
|
59
|
+
dataset?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
60
|
+
files?: Array<WaveFileMetadataRepresentation_WaveFileMetadataRepresentation>;
|
|
61
|
+
filesUrl?: string;
|
|
62
|
+
predicate?: string;
|
|
63
|
+
predicateVersion?: number;
|
|
64
|
+
securityCoverageUrl: string;
|
|
65
|
+
sharingSource?: DatasetVersionSharingSourceRepresentation_DatasetVersionSharingSourceRepresentation;
|
|
66
|
+
source?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
67
|
+
supportsNewDates?: boolean;
|
|
68
|
+
totalRowCount?: number;
|
|
69
|
+
xmdMain?: XmdInnerRepresentation_XmdInnerRepresentation;
|
|
70
|
+
xmdsUrl?: string;
|
|
71
|
+
type: 'DatasetVersion';
|
|
72
|
+
}
|
|
@@ -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 = "a1048fb235f8a6973d37dab0cca8534b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DatasetVersionSharingSourceRepresentation, existing: DatasetVersionSharingSourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetVersionSharingSourceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DatasetVersionSharingSourceRepresentationNormalized, incoming: DatasetVersionSharingSourceRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: DatasetVersionSharingSourceRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DatasetVersionSharingSourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Asset reference representation.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DatasetVersionSharingSourceRepresentationNormalized {
|
|
18
|
+
/** The asset developer name. */
|
|
19
|
+
name: string;
|
|
20
|
+
/** The namespace that qualifies the asset name */
|
|
21
|
+
namespace?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Asset reference representation.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DatasetVersionSharingSourceRepresentation {
|
|
30
|
+
name: string;
|
|
31
|
+
namespace?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { VariableTypeRepresentation as VariableTypeRepresentation_VariableTypeRepresentation } from './VariableTypeRepresentation';
|
|
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 = "67eefb787ccecc87dc93dcf23a5c1af9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DateTimeTypeRepresentation, existing: DateTimeTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DateTimeTypeRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DateTimeTypeRepresentationNormalized, incoming: DateTimeTypeRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: DateTimeTypeRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DateTimeTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation for date/time variable types.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DateTimeTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Representation for date/time variable types.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DateTimeTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
27
|
+
}
|
|
@@ -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 = "cb0e9136db4c773d331e9ef0b877e0d7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DependencyCollectionRepresentation, existing: DependencyCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DependencyCollectionRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DependencyCollectionRepresentationNormalized, incoming: DependencyCollectionRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: DependencyCollectionRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DependencyCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* A collection of Wave dependencies.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DependencyCollectionRepresentationNormalized {
|
|
18
|
+
/** List of dependencies of a a particular asset type. */
|
|
19
|
+
dependencies: Array<unknown>;
|
|
20
|
+
/** Gets the total count of the dependencies irrespective of the size of dependencies list. */
|
|
21
|
+
totalSize: number;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A collection of Wave dependencies.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DependencyCollectionRepresentation {
|
|
30
|
+
dependencies: Array<unknown>;
|
|
31
|
+
totalSize: number;
|
|
32
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { DependencyCollectionRepresentation as DependencyCollectionRepresentation_DependencyCollectionRepresentation } from './DependencyCollectionRepresentation';
|
|
2
|
+
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
3
|
+
import { WaveUserRepresentation as WaveUserRepresentation_WaveUserRepresentation } from './WaveUserRepresentation';
|
|
4
|
+
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';
|
|
5
|
+
export declare const TTL = 300;
|
|
6
|
+
export declare const VERSION = "48f06a8dcd1c9b00fde7be3cf3e5350e";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: DependencyRepresentation, existing: DependencyRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DependencyRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: DependencyRepresentationNormalized, incoming: DependencyRepresentationNormalized): boolean;
|
|
12
|
+
export declare function deepFreeze(input: DependencyRepresentation): void;
|
|
13
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
14
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DependencyRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
15
|
+
/**
|
|
16
|
+
* Wave asset dependencies representation.
|
|
17
|
+
*
|
|
18
|
+
* Keys:
|
|
19
|
+
* (none)
|
|
20
|
+
*/
|
|
21
|
+
export interface DependencyRepresentationNormalized {
|
|
22
|
+
/** Sharing url of asset. */
|
|
23
|
+
assetSharingUrl?: string;
|
|
24
|
+
/** Components that depend on the asset. */
|
|
25
|
+
components?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
26
|
+
/** Dashboards that depend on the asset. */
|
|
27
|
+
dashboards?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
28
|
+
/** Datasets that depend on the asset. */
|
|
29
|
+
datasets?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
30
|
+
/** The containing folder of the asset. */
|
|
31
|
+
folder: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
32
|
+
/** The 18 character asset ID. */
|
|
33
|
+
id: string;
|
|
34
|
+
/** The time at which the asset was last accessed. */
|
|
35
|
+
lastAccessedDate: string;
|
|
36
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation;
|
|
37
|
+
/** The time at which the asset was last modified. */
|
|
38
|
+
lastModifiedDate: string;
|
|
39
|
+
/** Lenses that depend on the asset. */
|
|
40
|
+
lenses?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
41
|
+
/** The name of the asset. */
|
|
42
|
+
name: string;
|
|
43
|
+
/** Recipes that depend on the asset. */
|
|
44
|
+
recipes?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
45
|
+
/** The asset type. */
|
|
46
|
+
type: string;
|
|
47
|
+
/** Url to get the definition of the asset. */
|
|
48
|
+
url: string;
|
|
49
|
+
/** Workflows that depend on the asset. */
|
|
50
|
+
workflows?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Wave asset dependencies representation.
|
|
54
|
+
*
|
|
55
|
+
* Keys:
|
|
56
|
+
* (none)
|
|
57
|
+
*/
|
|
58
|
+
export interface DependencyRepresentation {
|
|
59
|
+
assetSharingUrl?: string;
|
|
60
|
+
components?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
61
|
+
dashboards?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
62
|
+
datasets?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
63
|
+
folder: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
64
|
+
id: string;
|
|
65
|
+
lastAccessedDate: string;
|
|
66
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation;
|
|
67
|
+
lastModifiedDate: string;
|
|
68
|
+
lenses?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
69
|
+
name: string;
|
|
70
|
+
recipes?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
71
|
+
type: string;
|
|
72
|
+
url: string;
|
|
73
|
+
workflows?: DependencyCollectionRepresentation_DependencyCollectionRepresentation;
|
|
74
|
+
}
|
|
@@ -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 = "ce994a0296e030ad259f9a53937060aa";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DisplayMessageRepresentation, existing: DisplayMessageRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DisplayMessageRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DisplayMessageRepresentationNormalized, incoming: DisplayMessageRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: DisplayMessageRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: DisplayMessageRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for a display message in the ui configuration of a wave template.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DisplayMessageRepresentationNormalized {
|
|
18
|
+
/** The name of a page where the text content to display */
|
|
19
|
+
location: string | null;
|
|
20
|
+
/** Text content to display */
|
|
21
|
+
text: string | null;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation for a display message in the ui configuration of a wave template.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DisplayMessageRepresentation {
|
|
30
|
+
location: string | null;
|
|
31
|
+
text: string | null;
|
|
32
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { keyBuilder as ScheduleRepresentation_keyBuilder, ScheduleRepresentation as ScheduleRepresentation_ScheduleRepresentation } from './ScheduleRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 VERSION = "c05150b2e54ca6c08b9dd3505e0343c9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof ScheduleRepresentation_keyBuilder>[1]): string;
|
|
7
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation_ScheduleRepresentation): string;
|
|
8
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof ScheduleRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation_ScheduleRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function normalize(input: EmptyScheduleRepresentation, existing: EmptyScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EmptyScheduleRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: EmptyScheduleRepresentationNormalized, incoming: EmptyScheduleRepresentationNormalized): boolean;
|
|
13
|
+
export declare function deepFreeze(input: EmptyScheduleRepresentation): void;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EmptyScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
+
/**
|
|
17
|
+
* Represents an empty schedule on an asset
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* id (string): assetId
|
|
21
|
+
*/
|
|
22
|
+
export interface EmptyScheduleRepresentationNormalized extends ScheduleRepresentation_ScheduleRepresentation {
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Represents an empty schedule on an asset
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* id (string): assetId
|
|
29
|
+
*/
|
|
30
|
+
export interface EmptyScheduleRepresentation extends ScheduleRepresentation_ScheduleRepresentation {
|
|
31
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { keyBuilder as ScheduleRepresentation_keyBuilder, ScheduleRepresentation as ScheduleRepresentation_ScheduleRepresentation } from './ScheduleRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 VERSION = "5e821d8ae75c1a00b7256084a8894b86";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof ScheduleRepresentation_keyBuilder>[1]): string;
|
|
7
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation_ScheduleRepresentation): string;
|
|
8
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof ScheduleRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation_ScheduleRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function normalize(input: EventDrivenScheduleRepresentation, existing: EventDrivenScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): EventDrivenScheduleRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: EventDrivenScheduleRepresentationNormalized, incoming: EventDrivenScheduleRepresentationNormalized): boolean;
|
|
13
|
+
export declare function deepFreeze(input: EventDrivenScheduleRepresentation): void;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: EventDrivenScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
+
/**
|
|
17
|
+
* A schedule triggered by an event, e.g., the completion of a data sync job
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* id (string): assetId
|
|
21
|
+
*/
|
|
22
|
+
export interface EventDrivenScheduleRepresentationNormalized extends ScheduleRepresentation_ScheduleRepresentation {
|
|
23
|
+
/** The event based trigger rule that will cause assetId to run */
|
|
24
|
+
triggerRule?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* A schedule triggered by an event, e.g., the completion of a data sync job
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* id (string): assetId
|
|
31
|
+
*/
|
|
32
|
+
export interface EventDrivenScheduleRepresentation extends ScheduleRepresentation_ScheduleRepresentation {
|
|
33
|
+
triggerRule?: string;
|
|
34
|
+
frequency: 'eventdriven';
|
|
35
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { TypedAssetReferenceRepresentation as TypedAssetReferenceRepresentation_TypedAssetReferenceRepresentation } from './TypedAssetReferenceRepresentation';
|
|
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 = "602d5137998a36cbb18c38e63e0a15e1";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: FeaturedAssetsRepresentation, existing: FeaturedAssetsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FeaturedAssetsRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: FeaturedAssetsRepresentationNormalized, incoming: FeaturedAssetsRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: FeaturedAssetsRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: FeaturedAssetsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Featured assets representation.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface FeaturedAssetsRepresentationNormalized {
|
|
19
|
+
/** The list of featured assets. */
|
|
20
|
+
assets: Array<TypedAssetReferenceRepresentation_TypedAssetReferenceRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Featured assets representation.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface FeaturedAssetsRepresentation {
|
|
29
|
+
assets: Array<TypedAssetReferenceRepresentation_TypedAssetReferenceRepresentation>;
|
|
30
|
+
}
|
|
@@ -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 = "0171d92a1bea379b5f907b4dbf991f73";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: HeaderRepresentation, existing: HeaderRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): HeaderRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: HeaderRepresentationNormalized, incoming: HeaderRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: HeaderRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: HeaderRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* The top preamble for each wizard page
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface HeaderRepresentationNormalized {
|
|
18
|
+
/** The detail description in the header part. */
|
|
19
|
+
description: string | null;
|
|
20
|
+
/** The top title for the header. */
|
|
21
|
+
text: string | null;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The top preamble for each wizard page
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface HeaderRepresentation {
|
|
30
|
+
description: string | null;
|
|
31
|
+
text: string | null;
|
|
32
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { keyBuilder as ScheduleRepresentation_keyBuilder, ScheduleRepresentation as ScheduleRepresentation_ScheduleRepresentation } from './ScheduleRepresentation';
|
|
2
|
+
import { Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, 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 VERSION = "0df5cebf1a823cdd0ce5cecd34aa14c9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof ScheduleRepresentation_keyBuilder>[1]): string;
|
|
7
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation_ScheduleRepresentation): string;
|
|
8
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof ScheduleRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
|
|
9
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation_ScheduleRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
10
|
+
export declare function normalize(input: HourlyScheduleRepresentation, existing: HourlyScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): HourlyScheduleRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: HourlyScheduleRepresentationNormalized, incoming: HourlyScheduleRepresentationNormalized): boolean;
|
|
13
|
+
export declare function deepFreeze(input: HourlyScheduleRepresentation): void;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: HourlyScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
16
|
+
/**
|
|
17
|
+
* A schedule which can run multiple times a day.
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* id (string): assetId
|
|
21
|
+
*/
|
|
22
|
+
export interface HourlyScheduleRepresentationNormalized extends ScheduleRepresentation_ScheduleRepresentation {
|
|
23
|
+
/** Days of the week on which the schedule will run. */
|
|
24
|
+
daysOfWeek: Array<string>;
|
|
25
|
+
/** Hours in between each queueing of task. */
|
|
26
|
+
hourlyInterval: number;
|
|
27
|
+
/** Hour at which schedule stops queueing. */
|
|
28
|
+
lastHour?: number;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A schedule which can run multiple times a day.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* id (string): assetId
|
|
35
|
+
*/
|
|
36
|
+
export interface HourlyScheduleRepresentation extends ScheduleRepresentation_ScheduleRepresentation {
|
|
37
|
+
daysOfWeek: Array<string>;
|
|
38
|
+
hourlyInterval: number;
|
|
39
|
+
lastHour?: number;
|
|
40
|
+
frequency: 'hourly';
|
|
41
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 = "468c3ad6dfd86d929138269e297dcbda";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ImageAssetReferenceRepresentation, existing: ImageAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ImageAssetReferenceRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ImageAssetReferenceRepresentationNormalized, incoming: ImageAssetReferenceRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ImageAssetReferenceRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ImageAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Image reference representation.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ImageAssetReferenceRepresentationNormalized extends TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation {
|
|
19
|
+
/** The image description. */
|
|
20
|
+
description?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Image reference representation.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ImageAssetReferenceRepresentation extends TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation {
|
|
29
|
+
description?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PanelItemRepresentation as PanelItemRepresentation_PanelItemRepresentation } from './PanelItemRepresentation';
|
|
2
|
+
import { TemplateAssetReferenceRepresentation as TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation } from './TemplateAssetReferenceRepresentation';
|
|
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 = "ff14ab69a7cab657b919ab65e1df2a81";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: ImageItemRepresentation, existing: ImageItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ImageItemRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: ImageItemRepresentationNormalized, incoming: ImageItemRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: ImageItemRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ImageItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Text
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface ImageItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
|
|
20
|
+
image: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Text
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ImageItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
|
|
29
|
+
image: TemplateAssetReferenceRepresentation_TemplateAssetReferenceRepresentation;
|
|
30
|
+
type: 'Image';
|
|
31
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { HeaderRepresentation as HeaderRepresentation_HeaderRepresentation } from './HeaderRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
|
|
4
|
+
SingleColumn = "SingleColumn",
|
|
5
|
+
TwoColumn = "TwoColumn"
|
|
6
|
+
}
|
|
7
|
+
export declare const VERSION = "43310af66d4377ef71be5c4a2d890040";
|
|
8
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
9
|
+
export declare const RepresentationType: string;
|
|
10
|
+
export declare function normalize(input: LayoutRepresentation, existing: LayoutRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LayoutRepresentationNormalized;
|
|
11
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export declare function equals(existing: LayoutRepresentationNormalized, incoming: LayoutRepresentationNormalized): boolean;
|
|
14
|
+
export declare function deepFreeze(input: LayoutRepresentation): void;
|
|
15
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
16
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
17
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LayoutRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
18
|
+
/**
|
|
19
|
+
* Base representation for a layout definition for template wizard pages.
|
|
20
|
+
*
|
|
21
|
+
* Keys:
|
|
22
|
+
* (none)
|
|
23
|
+
*/
|
|
24
|
+
export interface LayoutRepresentationNormalized {
|
|
25
|
+
/** The header information. */
|
|
26
|
+
header: HeaderRepresentation_HeaderRepresentation | null;
|
|
27
|
+
/** The type of the layout (SingleColumn, TwoColumn) */
|
|
28
|
+
type: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Base representation for a layout definition for template wizard pages.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface LayoutRepresentation {
|
|
37
|
+
header: HeaderRepresentation_HeaderRepresentation | null;
|
|
38
|
+
type: string;
|
|
39
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 = "8da85a994838fb384351d6984b583224";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: LicenseAttributesInputRepresentation, existing: LicenseAttributesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): LicenseAttributesInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: LicenseAttributesInputRepresentationNormalized, incoming: LicenseAttributesInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: LicenseAttributesInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: LicenseAttributesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for analytics license attributes.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface LicenseAttributesInputRepresentationNormalized {
|
|
18
|
+
/** Analytics license type associated with the asset. */
|
|
19
|
+
type: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Input representation for analytics license attributes.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface LicenseAttributesInputRepresentation {
|
|
28
|
+
type: string;
|
|
29
|
+
}
|