@salesforce/lds-adapters-analytics-wave 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-wave.js +30130 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataConnector.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataflowJob.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createDatasetVersion.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createReplicatedDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createWaveFolder.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataConnector.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataset.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecipe.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteReplicatedDataset.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteWaveFolder.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/executeQuery.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getActions.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getAnalyticsLimits.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnector.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorStatus.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorTypes.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectors.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJob.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNode.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNodes.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobs.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflows.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataset.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersion.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersions.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/adapters/getDependencies.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipe.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipeNotification.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipes.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDataset.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDatasets.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedFields.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSchedule.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveFolder.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveFolders.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplate.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateConfig.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplates.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getXmd.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/ingestDataConnector.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataConnector.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataflowJob.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataset.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDatasetVersion.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/updatePartialWaveFolder.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipe.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipeNotification.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedDataset.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedFields.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSchedule.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateWaveFolder.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateXmd.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/validateWaveTemplate.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +114 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveDataConnectorsByConnectorIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveDatasetsByDatasetIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveFoldersByFolderId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveRecipesById.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveReplicatedDatasetsById.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveActionsByEntityId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorTypes.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectors.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsStatusByConnectorIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobs.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobIdAndNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflows.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasets.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveFolders.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveFoldersByFolderId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveLimits.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipes.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipesById.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipesNotificationById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasets.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveSecurityCoverageDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplates.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesByTemplateIdOrApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesConfigurationByTemplateIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesReleasenotesByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveFoldersByFolderId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveRecipesById.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectors.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsIngestByConnectorIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsSourceObjectsDataPreviewByConnectorIdOrApiNameAndSourceObjectName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataflowjobs.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDatasets.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveFolders.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveQuery.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveReplicatedDatasets.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveTemplatesValidateByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveFoldersByFolderId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveRecipesNotificationById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFieldRepresentation.d.ts +67 -0
- package/dist/es/es2018/types/src/generated/types/ActionCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AppDetailsRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/AppLogRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ArrayTypeRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/BaseWaveFolderInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/BooleanTypeRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ConfigurationPageLayoutRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionsStatsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConnectorTypeRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CustomComponentLayoutRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/CustomComponentLayoutVariableRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DailyScheduleRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DataflowCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/DataflowRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataflowVersionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCoverageRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/DatasetSourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DatasetTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DateTimeTypeRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DependencyCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DependencyRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/DisplayMessageRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EmptyScheduleRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/GroupBoxItemRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/GuidancePanelRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/HeaderRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/HourlyScheduleRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ImageItemRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/JobEventCollectionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/JobEventRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/LayoutRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LicenseAttributesInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/LicenseAttributesRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/LinkBoxItemRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/NavigationPanelRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/NodeRowCountRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/NumberTypeRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ObjectCoverageRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/OutputSourceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PageLayoutRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/PageNavigationInfoRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PageRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/PageVariableRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PanelItemRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/PanelRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/PermissionsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/PropertyConditionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PropertyOptionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/RecipeRepresentation.d.ts +110 -0
- package/dist/es/es2018/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +104 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +147 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/SObjectTypeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SizeLimitRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/StringTypeRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/TemplateOptionsRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/TextItemRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TimeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TimeZoneRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UiDefinitionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ValidationPageGroupRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ValidationPageLayoutRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/VariableDefinitionRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/VariableItemRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/VariableItemTileRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/VariableTypeRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/VideoInfoRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderShareRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderTemplateInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderTemplateInputWrapperRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/WaveUserRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +54 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +70 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionRepresentation.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/XmdInnerRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/XmdRepresentation.d.ts +89 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/deleteDataset/buildNetworkSnapshot.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/XmdRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/datasetNameToIdCache.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
- package/package.json +78 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +31271 -0
- package/src/raml/api.raml +7435 -0
- package/src/raml/luvio.raml +378 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { BaseAssetInputRepresentation as BaseAssetInputRepresentation_BaseAssetInputRepresentation } from './BaseAssetInputRepresentation';
|
|
2
|
+
import { AssetReferenceInputRepresentation as AssetReferenceInputRepresentation_AssetReferenceInputRepresentation } from './AssetReferenceInputRepresentation';
|
|
3
|
+
import { LiveConnectionInputRepresentation as LiveConnectionInputRepresentation_LiveConnectionInputRepresentation } from './LiveConnectionInputRepresentation';
|
|
4
|
+
import { XmdInputRepresentation as XmdInputRepresentation_XmdInputRepresentation } from './XmdInputRepresentation';
|
|
5
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
6
|
+
export declare const VERSION = "05ee1210a9ae127274c1fceb29fb2f0b";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: DatasetInputRepresentation, existing: DatasetInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetInputRepresentationNormalized;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: DatasetInputRepresentationNormalized, incoming: DatasetInputRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
14
|
+
/**
|
|
15
|
+
* Wave Dataset input representation
|
|
16
|
+
*
|
|
17
|
+
* Keys:
|
|
18
|
+
* (none)
|
|
19
|
+
*/
|
|
20
|
+
export interface DatasetInputRepresentationNormalized extends BaseAssetInputRepresentation_BaseAssetInputRepresentation {
|
|
21
|
+
/** Type of the dataset */
|
|
22
|
+
datasetType?: string;
|
|
23
|
+
/** Folder in which this dataset is stored */
|
|
24
|
+
folder?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation;
|
|
25
|
+
liveConnection?: LiveConnectionInputRepresentation_LiveConnectionInputRepresentation;
|
|
26
|
+
userXmd?: XmdInputRepresentation_XmdInputRepresentation;
|
|
27
|
+
/** If dataset should be hidden from users with view access */
|
|
28
|
+
visibility?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Wave Dataset input representation
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DatasetInputRepresentation extends BaseAssetInputRepresentation_BaseAssetInputRepresentation {
|
|
37
|
+
datasetType?: string;
|
|
38
|
+
folder?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation;
|
|
39
|
+
liveConnection?: LiveConnectionInputRepresentation_LiveConnectionInputRepresentation;
|
|
40
|
+
userXmd?: XmdInputRepresentation_XmdInputRepresentation;
|
|
41
|
+
visibility?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DatasetInputRepresentation as DatasetInputRepresentation_DatasetInputRepresentation } from './DatasetInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "f3bf0ce31fba8edadcf6f778a3c5174a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DatasetInputWrapperRepresentation, existing: DatasetInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DatasetInputWrapperRepresentationNormalized, incoming: DatasetInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper for dataset input representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DatasetInputWrapperRepresentationNormalized {
|
|
18
|
+
/** Dataset input representation */
|
|
19
|
+
dataset: DatasetInputRepresentation_DatasetInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper for dataset input representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DatasetInputWrapperRepresentation {
|
|
28
|
+
dataset: DatasetInputRepresentation_DatasetInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
import { DataModelObjectFieldTypeRepresentation as DataModelObjectFieldTypeRepresentation_DataModelObjectFieldTypeRepresentation } from './DataModelObjectFieldTypeRepresentation';
|
|
4
|
+
import { ArrayTypeRepresentation as ArrayTypeRepresentation_ArrayTypeRepresentation } from './ArrayTypeRepresentation';
|
|
5
|
+
import { ConnectorTypeRepresentation as ConnectorTypeRepresentation_ConnectorTypeRepresentation } from './ConnectorTypeRepresentation';
|
|
6
|
+
import { SObjectFieldTypeRepresentation as SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation } from './SObjectFieldTypeRepresentation';
|
|
7
|
+
import { DataLakeObjectFieldTypeRepresentation as DataLakeObjectFieldTypeRepresentation_DataLakeObjectFieldTypeRepresentation } from './DataLakeObjectFieldTypeRepresentation';
|
|
8
|
+
import { DatasetDimensionTypeRepresentation as DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation } from './DatasetDimensionTypeRepresentation';
|
|
9
|
+
import { SObjectTypeRepresentation as SObjectTypeRepresentation_SObjectTypeRepresentation } from './SObjectTypeRepresentation';
|
|
10
|
+
import { DatasetAnyFieldTypeRepresentaton as DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton } from './DatasetAnyFieldTypeRepresentaton';
|
|
11
|
+
import { CalculatedInsightTypeRepresentation as CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation } from './CalculatedInsightTypeRepresentation';
|
|
12
|
+
import { NumberTypeRepresentation as NumberTypeRepresentation_NumberTypeRepresentation } from './NumberTypeRepresentation';
|
|
13
|
+
import { DataModelObjectTypeRepresentation as DataModelObjectTypeRepresentation_DataModelObjectTypeRepresentation } from './DataModelObjectTypeRepresentation';
|
|
14
|
+
import { BooleanTypeRepresentation as BooleanTypeRepresentation_BooleanTypeRepresentation } from './BooleanTypeRepresentation';
|
|
15
|
+
import { DatasetDateTypeRepresentation as DatasetDateTypeRepresentation_DatasetDateTypeRepresentation } from './DatasetDateTypeRepresentation';
|
|
16
|
+
import { StringTypeRepresentation as StringTypeRepresentation_StringTypeRepresentation } from './StringTypeRepresentation';
|
|
17
|
+
import { CalculatedInsightFieldTypeRepresentation as CalculatedInsightFieldTypeRepresentation_CalculatedInsightFieldTypeRepresentation } from './CalculatedInsightFieldTypeRepresentation';
|
|
18
|
+
import { ObjectTypeRepresentation as ObjectTypeRepresentation_ObjectTypeRepresentation } from './ObjectTypeRepresentation';
|
|
19
|
+
import { DatasetTypeRepresentation as DatasetTypeRepresentation_DatasetTypeRepresentation } from './DatasetTypeRepresentation';
|
|
20
|
+
import { DataLakeObjectTypeRepresentation as DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation } from './DataLakeObjectTypeRepresentation';
|
|
21
|
+
import { DateTimeTypeRepresentation as DateTimeTypeRepresentation_DateTimeTypeRepresentation } from './DateTimeTypeRepresentation';
|
|
22
|
+
export declare const VERSION = "dd885a968ef4fc2ba90368280b2104cc";
|
|
23
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
24
|
+
export declare const RepresentationType: string;
|
|
25
|
+
export declare function normalize(input: DatasetMeasureTypeRepresentation, existing: DatasetMeasureTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetMeasureTypeRepresentationNormalized;
|
|
26
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
27
|
+
export declare function equals(existing: DatasetMeasureTypeRepresentationNormalized, incoming: DatasetMeasureTypeRepresentationNormalized): boolean;
|
|
28
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
29
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetMeasureTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for measure variable types.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DatasetMeasureTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
37
|
+
/** The defined properties and types of the object variable type. */
|
|
38
|
+
properties: {
|
|
39
|
+
[key: string]: VariableTypeRepresentation_VariableTypeRepresentation;
|
|
40
|
+
};
|
|
41
|
+
/** The required properties of the object variable type. */
|
|
42
|
+
required: Array<string>;
|
|
43
|
+
/** Use strict validation when unexpected properties exist in the object's payload. */
|
|
44
|
+
strictValidation: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Representation for measure variable types.
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface DatasetMeasureTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
53
|
+
properties: {
|
|
54
|
+
[key: string]: DataModelObjectFieldTypeRepresentation_DataModelObjectFieldTypeRepresentation | ArrayTypeRepresentation_ArrayTypeRepresentation | ConnectorTypeRepresentation_ConnectorTypeRepresentation | SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation | DataLakeObjectFieldTypeRepresentation_DataLakeObjectFieldTypeRepresentation | DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation | SObjectTypeRepresentation_SObjectTypeRepresentation | DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton | CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation | NumberTypeRepresentation_NumberTypeRepresentation | DatasetMeasureTypeRepresentation | DataModelObjectTypeRepresentation_DataModelObjectTypeRepresentation | BooleanTypeRepresentation_BooleanTypeRepresentation | DatasetDateTypeRepresentation_DatasetDateTypeRepresentation | StringTypeRepresentation_StringTypeRepresentation | CalculatedInsightFieldTypeRepresentation_CalculatedInsightFieldTypeRepresentation | ObjectTypeRepresentation_ObjectTypeRepresentation | DatasetTypeRepresentation_DatasetTypeRepresentation | DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation | DateTimeTypeRepresentation_DateTimeTypeRepresentation;
|
|
55
|
+
};
|
|
56
|
+
required: Array<string>;
|
|
57
|
+
strictValidation: boolean;
|
|
58
|
+
type: 'DatasetMeasureType';
|
|
59
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { keyBuilder as BaseWaveAssetRepresentation_keyBuilder, BaseWaveAssetRepresentation as BaseWaveAssetRepresentation_BaseWaveAssetRepresentation } from './BaseWaveAssetRepresentation';
|
|
2
|
+
import { WaveUserRepresentation as WaveUserRepresentation_WaveUserRepresentation } from './WaveUserRepresentation';
|
|
3
|
+
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
4
|
+
import { LicenseAttributesRepresentation as LicenseAttributesRepresentation_LicenseAttributesRepresentation } from './LicenseAttributesRepresentation';
|
|
5
|
+
import { LiveConnectionRepresentation as LiveConnectionRepresentation_LiveConnectionRepresentation } from './LiveConnectionRepresentation';
|
|
6
|
+
import { XmdInnerRepresentation as XmdInnerRepresentation_XmdInnerRepresentation } from './XmdInnerRepresentation';
|
|
7
|
+
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';
|
|
8
|
+
export declare const TTL = 5000;
|
|
9
|
+
export declare const VERSION = "90a9e986f099b0d693ba5e511c676547";
|
|
10
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
|
+
export declare const RepresentationType: string;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof BaseWaveAssetRepresentation_keyBuilder>[1]): string;
|
|
13
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: BaseWaveAssetRepresentation_BaseWaveAssetRepresentation): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: Parameters<typeof BaseWaveAssetRepresentation_keyBuilder>[1]): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: BaseWaveAssetRepresentation_BaseWaveAssetRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function normalize(input: DatasetRepresentation, existing: DatasetRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetRepresentationNormalized;
|
|
17
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
18
|
+
export declare function equals(existing: DatasetRepresentationNormalized, incoming: DatasetRepresentationNormalized): boolean;
|
|
19
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* A Wave dataset.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* id (string): id
|
|
26
|
+
*/
|
|
27
|
+
export interface DatasetRepresentationNormalized extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
|
|
28
|
+
/** The URL for dataset shards. */
|
|
29
|
+
clientShardsUrl?: string;
|
|
30
|
+
currentVersionCreatedBy?: WaveUserRepresentation_WaveUserRepresentation;
|
|
31
|
+
/** Date on which the current version was created. */
|
|
32
|
+
currentVersionCreatedDate?: string;
|
|
33
|
+
/** The 18 character ID of the current DatasetVersion. */
|
|
34
|
+
currentVersionId?: string;
|
|
35
|
+
currentVersionLastModifiedBy?: WaveUserRepresentation_WaveUserRepresentation;
|
|
36
|
+
/** Date on which the current version was last modified. */
|
|
37
|
+
currentVersionLastModifiedDate?: string;
|
|
38
|
+
/** Current dataset version supports new date format */
|
|
39
|
+
currentVersionSupportsNewDates?: boolean;
|
|
40
|
+
/** The total number of rows in the dataset. */
|
|
41
|
+
currentVersionTotalRowCount?: number;
|
|
42
|
+
/** The URL for the current DatasetVersion. */
|
|
43
|
+
currentVersionUrl?: string;
|
|
44
|
+
/** Date/time when this dataset was last updated by a dataflow. */
|
|
45
|
+
dataRefreshDate?: string;
|
|
46
|
+
/** The type of the dataset. */
|
|
47
|
+
datasetType: string;
|
|
48
|
+
/** A reference to the folder in which this dataset is stored. */
|
|
49
|
+
folder: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
50
|
+
/** Date/time when the metadata(Edgemart's Folder, MasterLabel, Current, EdgemartData's Sharing and security predicate) of dataset was last changed. */
|
|
51
|
+
lastMetadataChangedDate?: string;
|
|
52
|
+
/** Date/time when this dataset was last queried. */
|
|
53
|
+
lastQueriedDate?: string;
|
|
54
|
+
licenseAttributes?: LicenseAttributesRepresentation_LicenseAttributesRepresentation;
|
|
55
|
+
liveConnection?: LiveConnectionRepresentation_LiveConnectionRepresentation;
|
|
56
|
+
userXmd?: XmdInnerRepresentation_XmdInnerRepresentation;
|
|
57
|
+
/** The URL for dataset versions. */
|
|
58
|
+
versionsUrl: string;
|
|
59
|
+
/** If dataset should be hidden from users with view access */
|
|
60
|
+
visibility: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* A Wave dataset.
|
|
64
|
+
*
|
|
65
|
+
* Keys:
|
|
66
|
+
* id (string): id
|
|
67
|
+
*/
|
|
68
|
+
export interface DatasetRepresentation extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
|
|
69
|
+
clientShardsUrl?: string;
|
|
70
|
+
currentVersionCreatedBy?: WaveUserRepresentation_WaveUserRepresentation;
|
|
71
|
+
currentVersionCreatedDate?: string;
|
|
72
|
+
currentVersionId?: string;
|
|
73
|
+
currentVersionLastModifiedBy?: WaveUserRepresentation_WaveUserRepresentation;
|
|
74
|
+
currentVersionLastModifiedDate?: string;
|
|
75
|
+
currentVersionSupportsNewDates?: boolean;
|
|
76
|
+
currentVersionTotalRowCount?: number;
|
|
77
|
+
currentVersionUrl?: string;
|
|
78
|
+
dataRefreshDate?: string;
|
|
79
|
+
datasetType: string;
|
|
80
|
+
folder: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
81
|
+
lastMetadataChangedDate?: string;
|
|
82
|
+
lastQueriedDate?: string;
|
|
83
|
+
licenseAttributes?: LicenseAttributesRepresentation_LicenseAttributesRepresentation;
|
|
84
|
+
liveConnection?: LiveConnectionRepresentation_LiveConnectionRepresentation;
|
|
85
|
+
userXmd?: XmdInnerRepresentation_XmdInnerRepresentation;
|
|
86
|
+
versionsUrl: string;
|
|
87
|
+
visibility: string;
|
|
88
|
+
type: 'Dataset';
|
|
89
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { ObjectCoverageRepresentation as ObjectCoverageRepresentation_ObjectCoverageRepresentation } from './ObjectCoverageRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "1a8251648d99a5e69ed8a8e1d85635f4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DatasetSourceRepresentation, existing: DatasetSourceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetSourceRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DatasetSourceRepresentationNormalized, incoming: DatasetSourceRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetSourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Source from which a dataset is constructed.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DatasetSourceRepresentationNormalized {
|
|
18
|
+
object: ObjectCoverageRepresentation_ObjectCoverageRepresentation;
|
|
19
|
+
/** Dataset fields relevant to security for the object */
|
|
20
|
+
securityFields: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Source from which a dataset is constructed.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DatasetSourceRepresentation {
|
|
29
|
+
object: ObjectCoverageRepresentation_ObjectCoverageRepresentation;
|
|
30
|
+
securityFields: Array<string>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
import { DataModelObjectFieldTypeRepresentation as DataModelObjectFieldTypeRepresentation_DataModelObjectFieldTypeRepresentation } from './DataModelObjectFieldTypeRepresentation';
|
|
4
|
+
import { ArrayTypeRepresentation as ArrayTypeRepresentation_ArrayTypeRepresentation } from './ArrayTypeRepresentation';
|
|
5
|
+
import { ConnectorTypeRepresentation as ConnectorTypeRepresentation_ConnectorTypeRepresentation } from './ConnectorTypeRepresentation';
|
|
6
|
+
import { SObjectFieldTypeRepresentation as SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation } from './SObjectFieldTypeRepresentation';
|
|
7
|
+
import { DataLakeObjectFieldTypeRepresentation as DataLakeObjectFieldTypeRepresentation_DataLakeObjectFieldTypeRepresentation } from './DataLakeObjectFieldTypeRepresentation';
|
|
8
|
+
import { DatasetDimensionTypeRepresentation as DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation } from './DatasetDimensionTypeRepresentation';
|
|
9
|
+
import { SObjectTypeRepresentation as SObjectTypeRepresentation_SObjectTypeRepresentation } from './SObjectTypeRepresentation';
|
|
10
|
+
import { DatasetAnyFieldTypeRepresentaton as DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton } from './DatasetAnyFieldTypeRepresentaton';
|
|
11
|
+
import { CalculatedInsightTypeRepresentation as CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation } from './CalculatedInsightTypeRepresentation';
|
|
12
|
+
import { NumberTypeRepresentation as NumberTypeRepresentation_NumberTypeRepresentation } from './NumberTypeRepresentation';
|
|
13
|
+
import { DatasetMeasureTypeRepresentation as DatasetMeasureTypeRepresentation_DatasetMeasureTypeRepresentation } from './DatasetMeasureTypeRepresentation';
|
|
14
|
+
import { DataModelObjectTypeRepresentation as DataModelObjectTypeRepresentation_DataModelObjectTypeRepresentation } from './DataModelObjectTypeRepresentation';
|
|
15
|
+
import { BooleanTypeRepresentation as BooleanTypeRepresentation_BooleanTypeRepresentation } from './BooleanTypeRepresentation';
|
|
16
|
+
import { DatasetDateTypeRepresentation as DatasetDateTypeRepresentation_DatasetDateTypeRepresentation } from './DatasetDateTypeRepresentation';
|
|
17
|
+
import { StringTypeRepresentation as StringTypeRepresentation_StringTypeRepresentation } from './StringTypeRepresentation';
|
|
18
|
+
import { CalculatedInsightFieldTypeRepresentation as CalculatedInsightFieldTypeRepresentation_CalculatedInsightFieldTypeRepresentation } from './CalculatedInsightFieldTypeRepresentation';
|
|
19
|
+
import { ObjectTypeRepresentation as ObjectTypeRepresentation_ObjectTypeRepresentation } from './ObjectTypeRepresentation';
|
|
20
|
+
import { DataLakeObjectTypeRepresentation as DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation } from './DataLakeObjectTypeRepresentation';
|
|
21
|
+
import { DateTimeTypeRepresentation as DateTimeTypeRepresentation_DateTimeTypeRepresentation } from './DateTimeTypeRepresentation';
|
|
22
|
+
export declare const VERSION = "aa97bfa03c7248be96c5b618f81e95bf";
|
|
23
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
24
|
+
export declare const RepresentationType: string;
|
|
25
|
+
export declare function normalize(input: DatasetTypeRepresentation, existing: DatasetTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetTypeRepresentationNormalized;
|
|
26
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
27
|
+
export declare function equals(existing: DatasetTypeRepresentationNormalized, incoming: DatasetTypeRepresentationNormalized): boolean;
|
|
28
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
29
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for dataset variable types.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DatasetTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
37
|
+
/** The defined properties and types of the object variable type. */
|
|
38
|
+
properties: {
|
|
39
|
+
[key: string]: VariableTypeRepresentation_VariableTypeRepresentation;
|
|
40
|
+
};
|
|
41
|
+
/** The required properties of the object variable type. */
|
|
42
|
+
required: Array<string>;
|
|
43
|
+
/** Use strict validation when unexpected properties exist in the object's payload. */
|
|
44
|
+
strictValidation: boolean;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Representation for dataset variable types.
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface DatasetTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
53
|
+
properties: {
|
|
54
|
+
[key: string]: DataModelObjectFieldTypeRepresentation_DataModelObjectFieldTypeRepresentation | ArrayTypeRepresentation_ArrayTypeRepresentation | ConnectorTypeRepresentation_ConnectorTypeRepresentation | SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation | DataLakeObjectFieldTypeRepresentation_DataLakeObjectFieldTypeRepresentation | DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation | SObjectTypeRepresentation_SObjectTypeRepresentation | DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton | CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation | NumberTypeRepresentation_NumberTypeRepresentation | DatasetMeasureTypeRepresentation_DatasetMeasureTypeRepresentation | DataModelObjectTypeRepresentation_DataModelObjectTypeRepresentation | BooleanTypeRepresentation_BooleanTypeRepresentation | DatasetDateTypeRepresentation_DatasetDateTypeRepresentation | StringTypeRepresentation_StringTypeRepresentation | CalculatedInsightFieldTypeRepresentation_CalculatedInsightFieldTypeRepresentation | ObjectTypeRepresentation_ObjectTypeRepresentation | DatasetTypeRepresentation | DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation | DateTimeTypeRepresentation_DateTimeTypeRepresentation;
|
|
55
|
+
};
|
|
56
|
+
required: Array<string>;
|
|
57
|
+
strictValidation: boolean;
|
|
58
|
+
type: 'DatasetType';
|
|
59
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, ResourceIngest as $64$luvio_engine_ResourceIngest, FragmentSelection as $64$luvio_engine_FragmentSelection, LinkSelection as $64$luvio_engine_LinkSelection, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
import { DatasetVersionRepresentation as DatasetVersionRepresentation_DatasetVersionRepresentation } from './DatasetVersionRepresentation';
|
|
3
|
+
export declare const TTL = 300;
|
|
4
|
+
export declare const VERSION = "c2a89878418f5c9f2db1d0bc5b24f7f8";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DatasetVersionCollectionRepresentation, existing: DatasetVersionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetVersionCollectionRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
versions: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DatasetVersionCollectionRepresentation, existing: DatasetVersionCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DatasetVersionCollectionRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
versions?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: DatasetVersionCollectionRepresentationNormalized, incoming: DatasetVersionCollectionRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetVersionCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of Dataset Versions.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DatasetVersionCollectionRepresentationNormalized {
|
|
28
|
+
/** URL to get this collection. */
|
|
29
|
+
url: string;
|
|
30
|
+
/** Collection of dataset versions for a particular dataset. */
|
|
31
|
+
versions: Array<$64$luvio_engine_StoreLink>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of Dataset Versions.
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface DatasetVersionCollectionRepresentation {
|
|
40
|
+
url: string;
|
|
41
|
+
versions: Array<DatasetVersionRepresentation_DatasetVersionRepresentation>;
|
|
42
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { AssetReferenceInputRepresentation as AssetReferenceInputRepresentation_AssetReferenceInputRepresentation } from './AssetReferenceInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "6df6705beab17fa2590dcef2eaa7c81c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DatasetVersionInputRepresentation, existing: DatasetVersionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetVersionInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DatasetVersionInputRepresentationNormalized, incoming: DatasetVersionInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetVersionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for wave Dataset Version.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DatasetVersionInputRepresentationNormalized {
|
|
18
|
+
/** Indicates whether the Dataset Version is complete */
|
|
19
|
+
isComplete?: boolean;
|
|
20
|
+
/** The row level security predicate to be applied to this Dataset Version. */
|
|
21
|
+
predicate?: string;
|
|
22
|
+
/** Entity from which sharing rules should be inherited */
|
|
23
|
+
sharingSource?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation | null;
|
|
24
|
+
/** The total number of rows for the dataset version */
|
|
25
|
+
totalRowCount?: number;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Input representation for wave Dataset Version.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface DatasetVersionInputRepresentation {
|
|
34
|
+
isComplete?: boolean;
|
|
35
|
+
predicate?: string;
|
|
36
|
+
sharingSource?: AssetReferenceInputRepresentation_AssetReferenceInputRepresentation | null;
|
|
37
|
+
totalRowCount?: number;
|
|
38
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DatasetVersionInputRepresentation as DatasetVersionInputRepresentation_DatasetVersionInputRepresentation } from './DatasetVersionInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "dd6621baf8090411f55b77d9490be38d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DatasetVersionInputWrapperRepresentation, existing: DatasetVersionInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DatasetVersionInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DatasetVersionInputWrapperRepresentationNormalized, incoming: DatasetVersionInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetVersionInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper for recipe input representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DatasetVersionInputWrapperRepresentationNormalized {
|
|
18
|
+
/** Dataset version input representation */
|
|
19
|
+
datasetVersion: DatasetVersionInputRepresentation_DatasetVersionInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper for recipe input representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DatasetVersionInputWrapperRepresentation {
|
|
28
|
+
datasetVersion: DatasetVersionInputRepresentation_DatasetVersionInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetVersionReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Reference to a dataset version.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DatasetVersionReferenceRepresentationNormalized {
|
|
18
|
+
/** A reference to the dataset. */
|
|
19
|
+
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
20
|
+
/** The 18 character ID of the dataset version. */
|
|
21
|
+
id: string;
|
|
22
|
+
/** The asset URL. */
|
|
23
|
+
url: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Reference to a dataset version.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface DatasetVersionReferenceRepresentation {
|
|
32
|
+
dataset: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
33
|
+
id: string;
|
|
34
|
+
url: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,71 @@
|
|
|
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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetVersionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
/**
|
|
21
|
+
* An instantiated version of a Wave dataset.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* id (string): id
|
|
25
|
+
*/
|
|
26
|
+
export interface DatasetVersionRepresentationNormalized extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
|
|
27
|
+
/** A reference to the dataset. */
|
|
28
|
+
dataset?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
29
|
+
/** Information about the data files that make up the dataset version. */
|
|
30
|
+
files?: Array<WaveFileMetadataRepresentation_WaveFileMetadataRepresentation>;
|
|
31
|
+
/** The URL of the files resource for this dataset version. */
|
|
32
|
+
filesUrl?: string;
|
|
33
|
+
/** The row level security predicate. */
|
|
34
|
+
predicate?: string;
|
|
35
|
+
/** The version of the row level security predicate. */
|
|
36
|
+
predicateVersion?: number;
|
|
37
|
+
/** Dataset sharing inheritance coverage information resource. */
|
|
38
|
+
securityCoverageUrl: string;
|
|
39
|
+
/** Entity from which sharing rules will be inherited for this dataset version */
|
|
40
|
+
sharingSource?: DatasetVersionSharingSourceRepresentation_DatasetVersionSharingSourceRepresentation;
|
|
41
|
+
/** The parent dataflow or file for this dataset version. */
|
|
42
|
+
source?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
43
|
+
/** Dataset version supports new date format */
|
|
44
|
+
supportsNewDates?: boolean;
|
|
45
|
+
/** Total number of rows for this dataset version */
|
|
46
|
+
totalRowCount?: number;
|
|
47
|
+
xmdMain?: XmdInnerRepresentation_XmdInnerRepresentation;
|
|
48
|
+
/** The URL of the Xmd Collection resource for this dataset version. */
|
|
49
|
+
xmdsUrl?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* An instantiated version of a Wave dataset.
|
|
53
|
+
*
|
|
54
|
+
* Keys:
|
|
55
|
+
* id (string): id
|
|
56
|
+
*/
|
|
57
|
+
export interface DatasetVersionRepresentation extends BaseWaveAssetRepresentation_BaseWaveAssetRepresentation {
|
|
58
|
+
dataset?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
59
|
+
files?: Array<WaveFileMetadataRepresentation_WaveFileMetadataRepresentation>;
|
|
60
|
+
filesUrl?: string;
|
|
61
|
+
predicate?: string;
|
|
62
|
+
predicateVersion?: number;
|
|
63
|
+
securityCoverageUrl: string;
|
|
64
|
+
sharingSource?: DatasetVersionSharingSourceRepresentation_DatasetVersionSharingSourceRepresentation;
|
|
65
|
+
source?: AssetReferenceRepresentation_AssetReferenceRepresentation;
|
|
66
|
+
supportsNewDates?: boolean;
|
|
67
|
+
totalRowCount?: number;
|
|
68
|
+
xmdMain?: XmdInnerRepresentation_XmdInnerRepresentation;
|
|
69
|
+
xmdsUrl?: string;
|
|
70
|
+
type: 'DatasetVersion';
|
|
71
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DatasetVersionSharingSourceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Asset reference representation.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DatasetVersionSharingSourceRepresentationNormalized {
|
|
17
|
+
/** The asset developer name. */
|
|
18
|
+
name: string;
|
|
19
|
+
/** The namespace that qualifies the asset name */
|
|
20
|
+
namespace?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Asset reference representation.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DatasetVersionSharingSourceRepresentation {
|
|
29
|
+
name: string;
|
|
30
|
+
namespace?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DateTimeTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for date/time variable types.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DateTimeTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Representation for date/time variable types.
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* (none)
|
|
24
|
+
*/
|
|
25
|
+
export interface DateTimeTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
26
|
+
}
|