@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,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare const TTL = 300;
|
|
3
|
+
export declare const VERSION = "e725d2414da1d771ce9a6a611fd3e806";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataConnectorStatusRepresentation, existing: DataConnectorStatusRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataConnectorStatusRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataConnectorStatusRepresentationNormalized, incoming: DataConnectorStatusRepresentationNormalized): 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: DataConnectorStatusRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* A representation for the status of a connection.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataConnectorStatusRepresentationNormalized {
|
|
18
|
+
/** Message from testing a connection */
|
|
19
|
+
message: string;
|
|
20
|
+
/** Result from testing a connection */
|
|
21
|
+
status: string;
|
|
22
|
+
/** The URL to get the collection. */
|
|
23
|
+
url: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* A representation for the status of a connection.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface DataConnectorStatusRepresentation {
|
|
32
|
+
message: string;
|
|
33
|
+
status: string;
|
|
34
|
+
url: string;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { DataConnectorTypeRepresentation as DataConnectorTypeRepresentation_DataConnectorTypeRepresentation } from './DataConnectorTypeRepresentation';
|
|
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 TTL = 10080000;
|
|
4
|
+
export declare const VERSION = "0095c6d6c19cf544e8f1cb019abee13c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataConnectorTypeCollectionRepresentation, existing: DataConnectorTypeCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataConnectorTypeCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DataConnectorTypeCollectionRepresentationNormalized, incoming: DataConnectorTypeCollectionRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataConnectorTypeCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* A list of Data Connector Types.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataConnectorTypeCollectionRepresentationNormalized {
|
|
19
|
+
/** A list of Data Connector Types. */
|
|
20
|
+
types: Array<DataConnectorTypeRepresentation_DataConnectorTypeRepresentation>;
|
|
21
|
+
/** The URL to get the collection. */
|
|
22
|
+
url: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* A list of Data Connector Types.
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface DataConnectorTypeCollectionRepresentation {
|
|
31
|
+
types: Array<DataConnectorTypeRepresentation_DataConnectorTypeRepresentation>;
|
|
32
|
+
url: string;
|
|
33
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { AdvancedPropertyRepresentation as AdvancedPropertyRepresentation_AdvancedPropertyRepresentation } from './AdvancedPropertyRepresentation';
|
|
2
|
+
import { ConnectionPropertyRepresentation as ConnectionPropertyRepresentation_ConnectionPropertyRepresentation } from './ConnectionPropertyRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "5e72d2bb555422630517bd6449ec0129";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataConnectorTypeRepresentation, existing: DataConnectorTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataConnectorTypeRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DataConnectorTypeRepresentationNormalized, incoming: DataConnectorTypeRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataConnectorTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* A Data Connector Type represents a type of connector that can be used for replicating data into Wave.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataConnectorTypeRepresentationNormalized {
|
|
19
|
+
/** The advancedProperties of the data connector type. */
|
|
20
|
+
advancedProperties?: Array<AdvancedPropertyRepresentation_AdvancedPropertyRepresentation>;
|
|
21
|
+
/** The categories that the data connector type belongs to. */
|
|
22
|
+
associatedCategories: Array<string>;
|
|
23
|
+
/** The bundle that this data connector belongs to. */
|
|
24
|
+
bundle?: string;
|
|
25
|
+
/** The connection properties of the data connector type. */
|
|
26
|
+
connectionProperties: Array<ConnectionPropertyRepresentation_ConnectionPropertyRepresentation>;
|
|
27
|
+
/** Indicator of whether the data connector type is external. */
|
|
28
|
+
isExternal: boolean;
|
|
29
|
+
/** The label of the data connector type. */
|
|
30
|
+
label: string;
|
|
31
|
+
/** The name of the data connector type. */
|
|
32
|
+
name: string;
|
|
33
|
+
/** The supported connector handlers for the data connector type. */
|
|
34
|
+
supportedConnectorHandlers?: Array<string>;
|
|
35
|
+
/** The type of the data connector. */
|
|
36
|
+
type: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* A Data Connector Type represents a type of connector that can be used for replicating data into Wave.
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* (none)
|
|
43
|
+
*/
|
|
44
|
+
export interface DataConnectorTypeRepresentation {
|
|
45
|
+
advancedProperties?: Array<AdvancedPropertyRepresentation_AdvancedPropertyRepresentation>;
|
|
46
|
+
associatedCategories: Array<string>;
|
|
47
|
+
bundle?: string;
|
|
48
|
+
connectionProperties: Array<ConnectionPropertyRepresentation_ConnectionPropertyRepresentation>;
|
|
49
|
+
isExternal: boolean;
|
|
50
|
+
label: string;
|
|
51
|
+
name: string;
|
|
52
|
+
supportedConnectorHandlers?: Array<string>;
|
|
53
|
+
type: string;
|
|
54
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { DatasetDimensionTypeRepresentation as DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation } from './DatasetDimensionTypeRepresentation';
|
|
8
|
+
import { SObjectTypeRepresentation as SObjectTypeRepresentation_SObjectTypeRepresentation } from './SObjectTypeRepresentation';
|
|
9
|
+
import { DatasetAnyFieldTypeRepresentaton as DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton } from './DatasetAnyFieldTypeRepresentaton';
|
|
10
|
+
import { CalculatedInsightTypeRepresentation as CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation } from './CalculatedInsightTypeRepresentation';
|
|
11
|
+
import { NumberTypeRepresentation as NumberTypeRepresentation_NumberTypeRepresentation } from './NumberTypeRepresentation';
|
|
12
|
+
import { DatasetMeasureTypeRepresentation as DatasetMeasureTypeRepresentation_DatasetMeasureTypeRepresentation } from './DatasetMeasureTypeRepresentation';
|
|
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 = "e5408ca4bfbf3ed1fd6f7b03e328bf10";
|
|
23
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
24
|
+
export declare const RepresentationType: string;
|
|
25
|
+
export declare function normalize(input: DataLakeObjectFieldTypeRepresentation, existing: DataLakeObjectFieldTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataLakeObjectFieldTypeRepresentationNormalized;
|
|
26
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
27
|
+
export declare function equals(existing: DataLakeObjectFieldTypeRepresentationNormalized, incoming: DataLakeObjectFieldTypeRepresentationNormalized): 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: DataLakeObjectFieldTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for data lake object field variable types.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DataLakeObjectFieldTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
37
|
+
/** The data lake object field datatype when a default field is not supplied. Value should be 'string', 'number', 'date_time', or 'date'. */
|
|
38
|
+
dataType: string | null;
|
|
39
|
+
/** The defined properties and types of the object variable type. */
|
|
40
|
+
properties: {
|
|
41
|
+
[key: string]: VariableTypeRepresentation_VariableTypeRepresentation;
|
|
42
|
+
};
|
|
43
|
+
/** The required properties of the object variable type. */
|
|
44
|
+
required: Array<string>;
|
|
45
|
+
/** Use strict validation when unexpected properties exist in the object's payload. */
|
|
46
|
+
strictValidation: boolean;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Representation for data lake object field variable types.
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface DataLakeObjectFieldTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
55
|
+
dataType: string | null;
|
|
56
|
+
properties: {
|
|
57
|
+
[key: string]: DataModelObjectFieldTypeRepresentation_DataModelObjectFieldTypeRepresentation | ArrayTypeRepresentation_ArrayTypeRepresentation | ConnectorTypeRepresentation_ConnectorTypeRepresentation | SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation | 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_DatasetTypeRepresentation | DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation | DateTimeTypeRepresentation_DateTimeTypeRepresentation;
|
|
58
|
+
};
|
|
59
|
+
required: Array<string>;
|
|
60
|
+
strictValidation: boolean;
|
|
61
|
+
type: 'DataLakeObjectFieldType';
|
|
62
|
+
}
|
|
@@ -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 { DatasetTypeRepresentation as DatasetTypeRepresentation_DatasetTypeRepresentation } from './DatasetTypeRepresentation';
|
|
21
|
+
import { DateTimeTypeRepresentation as DateTimeTypeRepresentation_DateTimeTypeRepresentation } from './DateTimeTypeRepresentation';
|
|
22
|
+
export declare const VERSION = "390cef785e13f2ba5e489aa4648a9ea1";
|
|
23
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
24
|
+
export declare const RepresentationType: string;
|
|
25
|
+
export declare function normalize(input: DataLakeObjectTypeRepresentation, existing: DataLakeObjectTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataLakeObjectTypeRepresentationNormalized;
|
|
26
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
27
|
+
export declare function equals(existing: DataLakeObjectTypeRepresentationNormalized, incoming: DataLakeObjectTypeRepresentationNormalized): 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: DataLakeObjectTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for data lake object variable types.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DataLakeObjectTypeRepresentationNormalized 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 data lake object variable types.
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface DataLakeObjectTypeRepresentation 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_DatasetTypeRepresentation | DataLakeObjectTypeRepresentation | DateTimeTypeRepresentation_DateTimeTypeRepresentation;
|
|
55
|
+
};
|
|
56
|
+
required: Array<string>;
|
|
57
|
+
strictValidation: boolean;
|
|
58
|
+
type: 'DataLakeObjectType';
|
|
59
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 { ArrayTypeRepresentation as ArrayTypeRepresentation_ArrayTypeRepresentation } from './ArrayTypeRepresentation';
|
|
4
|
+
import { ConnectorTypeRepresentation as ConnectorTypeRepresentation_ConnectorTypeRepresentation } from './ConnectorTypeRepresentation';
|
|
5
|
+
import { SObjectFieldTypeRepresentation as SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation } from './SObjectFieldTypeRepresentation';
|
|
6
|
+
import { DataLakeObjectFieldTypeRepresentation as DataLakeObjectFieldTypeRepresentation_DataLakeObjectFieldTypeRepresentation } from './DataLakeObjectFieldTypeRepresentation';
|
|
7
|
+
import { DatasetDimensionTypeRepresentation as DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation } from './DatasetDimensionTypeRepresentation';
|
|
8
|
+
import { SObjectTypeRepresentation as SObjectTypeRepresentation_SObjectTypeRepresentation } from './SObjectTypeRepresentation';
|
|
9
|
+
import { DatasetAnyFieldTypeRepresentaton as DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton } from './DatasetAnyFieldTypeRepresentaton';
|
|
10
|
+
import { CalculatedInsightTypeRepresentation as CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation } from './CalculatedInsightTypeRepresentation';
|
|
11
|
+
import { NumberTypeRepresentation as NumberTypeRepresentation_NumberTypeRepresentation } from './NumberTypeRepresentation';
|
|
12
|
+
import { DatasetMeasureTypeRepresentation as DatasetMeasureTypeRepresentation_DatasetMeasureTypeRepresentation } from './DatasetMeasureTypeRepresentation';
|
|
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 = "228124f3b16a258459825d5f322ce43a";
|
|
23
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
24
|
+
export declare const RepresentationType: string;
|
|
25
|
+
export declare function normalize(input: DataModelObjectFieldTypeRepresentation, existing: DataModelObjectFieldTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataModelObjectFieldTypeRepresentationNormalized;
|
|
26
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
27
|
+
export declare function equals(existing: DataModelObjectFieldTypeRepresentationNormalized, incoming: DataModelObjectFieldTypeRepresentationNormalized): 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: DataModelObjectFieldTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for data model object field variable types.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DataModelObjectFieldTypeRepresentationNormalized extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
37
|
+
/** The data model object field datatype when a default field is not supplied. Value should be 'string', 'number', 'date_time', or 'date'. */
|
|
38
|
+
dataType: string | null;
|
|
39
|
+
/** The defined properties and types of the object variable type. */
|
|
40
|
+
properties: {
|
|
41
|
+
[key: string]: VariableTypeRepresentation_VariableTypeRepresentation;
|
|
42
|
+
};
|
|
43
|
+
/** The required properties of the object variable type. */
|
|
44
|
+
required: Array<string>;
|
|
45
|
+
/** Use strict validation when unexpected properties exist in the object's payload. */
|
|
46
|
+
strictValidation: boolean;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Representation for data model object field variable types.
|
|
50
|
+
*
|
|
51
|
+
* Keys:
|
|
52
|
+
* (none)
|
|
53
|
+
*/
|
|
54
|
+
export interface DataModelObjectFieldTypeRepresentation extends VariableTypeRepresentation_VariableTypeRepresentation {
|
|
55
|
+
dataType: string | null;
|
|
56
|
+
properties: {
|
|
57
|
+
[key: string]: 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_DatasetTypeRepresentation | DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation | DateTimeTypeRepresentation_DateTimeTypeRepresentation;
|
|
58
|
+
};
|
|
59
|
+
required: Array<string>;
|
|
60
|
+
strictValidation: boolean;
|
|
61
|
+
type: 'DataModelObjectFieldType';
|
|
62
|
+
}
|
|
@@ -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 { 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 = "c5b1e1e6be30369aa2d94a55d6501980";
|
|
23
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
24
|
+
export declare const RepresentationType: string;
|
|
25
|
+
export declare function normalize(input: DataModelObjectTypeRepresentation, existing: DataModelObjectTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataModelObjectTypeRepresentationNormalized;
|
|
26
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
27
|
+
export declare function equals(existing: DataModelObjectTypeRepresentationNormalized, incoming: DataModelObjectTypeRepresentationNormalized): 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: DataModelObjectTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
30
|
+
/**
|
|
31
|
+
* Representation for data model object variable types.
|
|
32
|
+
*
|
|
33
|
+
* Keys:
|
|
34
|
+
* (none)
|
|
35
|
+
*/
|
|
36
|
+
export interface DataModelObjectTypeRepresentationNormalized 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 data model object variable types.
|
|
48
|
+
*
|
|
49
|
+
* Keys:
|
|
50
|
+
* (none)
|
|
51
|
+
*/
|
|
52
|
+
export interface DataModelObjectTypeRepresentation 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 | 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: 'DataModelObjectType';
|
|
59
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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 { DataflowRepresentation as DataflowRepresentation_DataflowRepresentation } from './DataflowRepresentation';
|
|
3
|
+
export declare const TTL = 300;
|
|
4
|
+
export declare const VERSION = "9c7ffa426e098fafeb62d6d3f208142e";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataflowCollectionRepresentation, existing: DataflowCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataflowCollectionRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
dataflows: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DataflowCollectionRepresentation, existing: DataflowCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DataflowCollectionRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
dataflows?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: DataflowCollectionRepresentationNormalized, incoming: DataflowCollectionRepresentationNormalized): 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: DataflowCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of Dataflows.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataflowCollectionRepresentationNormalized {
|
|
28
|
+
/** Collection of dataflows. */
|
|
29
|
+
dataflows: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* A collection of Dataflows.
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface DataflowCollectionRepresentation {
|
|
38
|
+
dataflows: Array<DataflowRepresentation_DataflowRepresentation>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AbstractDataflowNodeRepresentation as AbstractDataflowNodeRepresentation_AbstractDataflowNodeRepresentation } from './AbstractDataflowNodeRepresentation';
|
|
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 = "6bfb22ebda82727975542dfcc68430da";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataflowDefinitionRepresentation, existing: DataflowDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataflowDefinitionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataflowDefinitionRepresentationNormalized, incoming: DataflowDefinitionRepresentationNormalized): 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: DataflowDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* A Wave dataflow definition.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataflowDefinitionRepresentationNormalized {
|
|
18
|
+
/** node definitions */
|
|
19
|
+
nodes: {
|
|
20
|
+
[key: string]: AbstractDataflowNodeRepresentation_AbstractDataflowNodeRepresentation;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A Wave dataflow definition.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataflowDefinitionRepresentation {
|
|
30
|
+
nodes: {
|
|
31
|
+
[key: string]: AbstractDataflowNodeRepresentation_AbstractDataflowNodeRepresentation;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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 { DataflowJobRepresentation as DataflowJobRepresentation_DataflowJobRepresentation } from './DataflowJobRepresentation';
|
|
3
|
+
export declare const TTL = 300;
|
|
4
|
+
export declare const VERSION = "46e05a2e1d26a979b6be105e34ec183c";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataflowJobCollectionRepresentation, existing: DataflowJobCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataflowJobCollectionRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
dataflowJobs: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DataflowJobCollectionRepresentation, existing: DataflowJobCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DataflowJobCollectionRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
dataflowJobs?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: DataflowJobCollectionRepresentationNormalized, incoming: DataflowJobCollectionRepresentationNormalized): 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: DataflowJobCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* A list of dataflow jobs
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataflowJobCollectionRepresentationNormalized {
|
|
28
|
+
/** A list of dataflow jobs */
|
|
29
|
+
dataflowJobs: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
/** URL to get the next page of jobs in the collection. */
|
|
31
|
+
nextPageUrl?: string | null;
|
|
32
|
+
/** The total count of the jobs in the collection irrespective of the page. */
|
|
33
|
+
totalSize?: number | null;
|
|
34
|
+
/** The URL to get the collection. */
|
|
35
|
+
url: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* A list of dataflow jobs
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* (none)
|
|
42
|
+
*/
|
|
43
|
+
export interface DataflowJobCollectionRepresentation {
|
|
44
|
+
dataflowJobs: Array<DataflowJobRepresentation_DataflowJobRepresentation>;
|
|
45
|
+
nextPageUrl?: string | null;
|
|
46
|
+
totalSize?: number | null;
|
|
47
|
+
url: string;
|
|
48
|
+
}
|
|
@@ -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 = "94361e6fe642e7f63d15f6a6be1875b4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataflowJobInputRepresentation, existing: DataflowJobInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataflowJobInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataflowJobInputRepresentationNormalized, incoming: DataflowJobInputRepresentationNormalized): 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: DataflowJobInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* DataflowJob input representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataflowJobInputRepresentationNormalized {
|
|
17
|
+
/** Dataflow Job command */
|
|
18
|
+
command: string;
|
|
19
|
+
/** Dataflow ID */
|
|
20
|
+
dataflowId?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* DataflowJob input representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DataflowJobInputRepresentation {
|
|
29
|
+
command: string;
|
|
30
|
+
dataflowId?: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { DataflowJobInputRepresentation as DataflowJobInputRepresentation_DataflowJobInputRepresentation } from './DataflowJobInputRepresentation';
|
|
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 = "bc2b8af18f785798753e411a4edb4638";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataflowJobInputWrapperRepresentation, existing: DataflowJobInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataflowJobInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataflowJobInputWrapperRepresentationNormalized, incoming: DataflowJobInputWrapperRepresentationNormalized): 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: DataflowJobInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper for dataflow job input representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataflowJobInputWrapperRepresentationNormalized {
|
|
18
|
+
dataflowJob: DataflowJobInputRepresentation_DataflowJobInputRepresentation;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Wrapper for dataflow job input representation
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataflowJobInputWrapperRepresentation {
|
|
27
|
+
dataflowJob: DataflowJobInputRepresentation_DataflowJobInputRepresentation;
|
|
28
|
+
}
|
|
@@ -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 { DataflowJobNodeRepresentation as DataflowJobNodeRepresentation_DataflowJobNodeRepresentation } from './DataflowJobNodeRepresentation';
|
|
3
|
+
export declare const TTL = 300;
|
|
4
|
+
export declare const VERSION = "5c4bcd2fae061385b3634c1d0b489843";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataflowJobNodeCollectionRepresentation, existing: DataflowJobNodeCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataflowJobNodeCollectionRepresentationNormalized;
|
|
8
|
+
export interface DynamicIngestParams {
|
|
9
|
+
nodes: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
}
|
|
11
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: DataflowJobNodeCollectionRepresentation, existing: DataflowJobNodeCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => DataflowJobNodeCollectionRepresentationNormalized;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
13
|
+
export interface DynamicSelectParams {
|
|
14
|
+
nodes?: $64$luvio_engine_LinkSelection;
|
|
15
|
+
}
|
|
16
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: DataflowJobNodeCollectionRepresentationNormalized, incoming: DataflowJobNodeCollectionRepresentationNormalized): 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: DataflowJobNodeCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
20
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
21
|
+
/**
|
|
22
|
+
* A collection of Dataflow Job Nodes.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataflowJobNodeCollectionRepresentationNormalized {
|
|
28
|
+
/** Collection of dataflow job nodes. */
|
|
29
|
+
nodes: Array<$64$luvio_engine_StoreLink>;
|
|
30
|
+
/** URL to get the collection of dataflow job nodes. */
|
|
31
|
+
url: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A collection of Dataflow Job Nodes.
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface DataflowJobNodeCollectionRepresentation {
|
|
40
|
+
nodes: Array<DataflowJobNodeRepresentation_DataflowJobNodeRepresentation>;
|
|
41
|
+
url: string;
|
|
42
|
+
}
|