@salesforce/lds-adapters-analytics-wave 0.131.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-wave.js +31393 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataConnector.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataflowJob.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataset.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createDatasetVersion.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/createReplicatedDataset.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataConnector.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataset.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecipe.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteReplicatedDataset.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/adapters/executeQuery.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getActions.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getAnalyticsLimits.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnector.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorStatus.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectorTypes.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataConnectors.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJob.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNode.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobNodes.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflowJobs.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataflows.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataset.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersion.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasetVersions.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getDatasets.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/adapters/getDependencies.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipe.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipeNotification.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getRecipes.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDataset.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedDatasets.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getReplicatedFields.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSchedule.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveFolders.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplate.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateConfig.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getWaveTemplates.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getXmd.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/ingestDataConnector.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataConnector.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataflowJob.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDatasetVersion.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipe.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecipeNotification.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedDataset.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateReplicatedFields.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSchedule.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateXmd.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/validateWaveTemplate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +107 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveDataConnectorsByConnectorIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveDatasetsByDatasetIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveRecipesById.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteWaveReplicatedDatasetsById.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveActionsByEntityId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorTypes.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectors.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataConnectorsStatusByConnectorIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobs.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobIdAndNodeId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDataflows.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasets.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveDependenciesByAssetId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveFolders.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveLimits.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipes.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipesById.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveRecipesNotificationById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasets.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveSecurityCoverageDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplates.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesByTemplateIdOrApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesConfigurationByTemplateIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getWaveTemplatesReleasenotesByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveRecipesById.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectors.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsIngestByConnectorIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataConnectorsSourceObjectsDataPreviewByConnectorIdOrApiNameAndSourceObjectName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDataflowjobs.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDatasets.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveQuery.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveReplicatedDatasets.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postWaveTemplatesValidateByTemplateIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/putWaveRecipesNotificationById.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AbstractFieldRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/ActionCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ActionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AppLogRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ArrayTypeRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/AssetReferenceRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +91 -0
- package/dist/es/es2018/types/src/generated/types/BooleanTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ConnectorTypeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DailyScheduleRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorRepresentation.d.ts +69 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DataflowCollectionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/DataflowJobRepresentation.d.ts +88 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DataflowNodeRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/DataflowRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/DataflowVersionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/DatasetCoverageRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/DatasetSourceRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DatasetTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DateTimeTypeRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/DependencyCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DependencyRepresentation.d.ts +74 -0
- package/dist/es/es2018/types/src/generated/types/DisplayMessageRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/EmptyScheduleRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/HeaderRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/HourlyScheduleRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ImageItemRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/LayoutRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/LicenseAttributesInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/LicenseAttributesRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/LiveConnectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/NodeRowCountRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/NumberTypeRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/ObjectCoverageRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/OutputSourceRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/PageLayoutRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/PageRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PageVariableRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PanelItemRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/PanelRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/PermissionsRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RecipeCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputRepresentation.d.ts +72 -0
- package/dist/es/es2018/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNodeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RecipeNotificationRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RecipeRepresentation.d.ts +111 -0
- package/dist/es/es2018/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +105 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +145 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/es/es2018/types/src/generated/types/SObjectTypeRepresentation.d.ts +60 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/ScheduleRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SchemaParametersRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaSliceRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SizeLimitRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/SourceFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectDataRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/SourceObjectRepresentation.d.ts +64 -0
- package/dist/es/es2018/types/src/generated/types/StringTypeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCollectionRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateIconsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/TemplateOptionsRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReadinessItemRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/TemplateReleaseRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/TemplateRepresentation.d.ts +99 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/TemplateValidateRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/TextItemRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/TimeRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TimeZoneRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/UiDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/VariableDefinitionRepresentation.d.ts +73 -0
- package/dist/es/es2018/types/src/generated/types/VariableItemRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VariableTypeRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/VideoInfoRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderRepresentation.d.ts +87 -0
- package/dist/es/es2018/types/src/generated/types/WaveFolderShareRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/WaveUserRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +85 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/XmdDatasetRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +71 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateInputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/XmdDateRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionRepresentation.d.ts +99 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/XmdInnerRepresentation.d.ts +80 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/XmdMeasureRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdOrganizationRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/XmdRepresentation.d.ts +90 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/deleteDataset/buildNetworkSnapshot.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getDataset/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseError.d.ts +4 -0
- package/dist/es/es2018/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseSuccess.d.ts +5 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/XmdRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/datasetNameToIdCache.d.ts +2 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
- package/package.json +71 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +32363 -0
- package/src/raml/api.raml +6950 -0
- package/src/raml/luvio.raml +354 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ScheduleInputRepresentation as ScheduleInputRepresentation_ScheduleInputRepresentation } from './ScheduleInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "d407b21b3d8741165ba0068d06d66a1d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: ScheduleInputWrapperRepresentation, existing: ScheduleInputWrapperRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduleInputWrapperRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: ScheduleInputWrapperRepresentationNormalized, incoming: ScheduleInputWrapperRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: ScheduleInputWrapperRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ScheduleInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Wrapper for schedule input representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface ScheduleInputWrapperRepresentationNormalized {
|
|
19
|
+
/** schedule input representation */
|
|
20
|
+
schedule: ScheduleInputRepresentation_ScheduleInputRepresentation;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Wrapper for schedule input representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface ScheduleInputWrapperRepresentation {
|
|
29
|
+
schedule: ScheduleInputRepresentation_ScheduleInputRepresentation;
|
|
30
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { TimeRepresentation as TimeRepresentation_TimeRepresentation } from './TimeRepresentation';
|
|
2
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare enum DiscriminatorValues {
|
|
4
|
+
hourly = "hourly",
|
|
5
|
+
monthly = "monthly",
|
|
6
|
+
minutely = "minutely",
|
|
7
|
+
eventdriven = "eventdriven",
|
|
8
|
+
weekly = "weekly",
|
|
9
|
+
monthlyrelative = "monthlyrelative",
|
|
10
|
+
daily = "daily",
|
|
11
|
+
none = "none"
|
|
12
|
+
}
|
|
13
|
+
export declare const VERSION = "e5feb8f04c6e2c41cff26192593b9ee8";
|
|
14
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
15
|
+
export declare const RepresentationType: string;
|
|
16
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
17
|
+
id: string;
|
|
18
|
+
}
|
|
19
|
+
export type ScheduleRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export type PartialScheduleRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
22
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ScheduleRepresentationNormalizedKeyMetadata;
|
|
23
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation): string;
|
|
24
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
25
|
+
export declare function normalize(input: ScheduleRepresentation, existing: ScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduleRepresentationNormalized;
|
|
26
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
27
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
28
|
+
export declare function equals(existing: ScheduleRepresentationNormalized, incoming: ScheduleRepresentationNormalized): boolean;
|
|
29
|
+
export declare function deepFreeze(input: ScheduleRepresentation): void;
|
|
30
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
31
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
32
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
33
|
+
/**
|
|
34
|
+
* Schedule on which to execute some type of job
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* id (string): assetId
|
|
38
|
+
*/
|
|
39
|
+
export interface ScheduleRepresentationNormalized {
|
|
40
|
+
/** The 18 character ID of the asset. */
|
|
41
|
+
assetId: string;
|
|
42
|
+
/** Frequency on which this schedule is run. */
|
|
43
|
+
frequency: string;
|
|
44
|
+
/** Next scheduled time (in UTC) for this schedule. */
|
|
45
|
+
nextScheduledDate?: string;
|
|
46
|
+
/** Email notification level of dataflow associated with this schedule. */
|
|
47
|
+
notificationLevel?: string;
|
|
48
|
+
time?: TimeRepresentation_TimeRepresentation;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Schedule on which to execute some type of job
|
|
52
|
+
*
|
|
53
|
+
* Keys:
|
|
54
|
+
* id (string): assetId
|
|
55
|
+
*/
|
|
56
|
+
export interface ScheduleRepresentation {
|
|
57
|
+
assetId: string;
|
|
58
|
+
frequency: string;
|
|
59
|
+
nextScheduledDate?: string;
|
|
60
|
+
notificationLevel?: string;
|
|
61
|
+
time?: TimeRepresentation_TimeRepresentation;
|
|
62
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "4b400b1ce9879971358d57179413e0ea";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SchemaFieldFormatSymbolsRepresentation, existing: SchemaFieldFormatSymbolsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaFieldFormatSymbolsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SchemaFieldFormatSymbolsRepresentationNormalized, incoming: SchemaFieldFormatSymbolsRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SchemaFieldFormatSymbolsRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaFieldFormatSymbolsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Schema Node Fieldformat symbols
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaFieldFormatSymbolsRepresentationNormalized {
|
|
18
|
+
/** Field currency symbol */
|
|
19
|
+
currencySymbol?: string;
|
|
20
|
+
/** Field decimal symbol */
|
|
21
|
+
decimalSymbol?: string;
|
|
22
|
+
/** Field grouping symbol */
|
|
23
|
+
groupingSymbol?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Schema Node Fieldformat symbols
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaFieldFormatSymbolsRepresentation {
|
|
32
|
+
currencySymbol?: string;
|
|
33
|
+
decimalSymbol?: string;
|
|
34
|
+
groupingSymbol?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { SchemaFieldTypePropertiesRepresentation as SchemaFieldTypePropertiesRepresentation_SchemaFieldTypePropertiesRepresentation } from './SchemaFieldTypePropertiesRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "16cfcaeab8cb1bd7d51c7918816340fa";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SchemaFieldNewPropertiesRepresentation, existing: SchemaFieldNewPropertiesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaFieldNewPropertiesRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SchemaFieldNewPropertiesRepresentationNormalized, incoming: SchemaFieldNewPropertiesRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SchemaFieldNewPropertiesRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaFieldNewPropertiesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of Schema Node New Field Properties
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaFieldNewPropertiesRepresentationNormalized {
|
|
19
|
+
/** Field label */
|
|
20
|
+
label?: string;
|
|
21
|
+
/** Field name */
|
|
22
|
+
name?: string;
|
|
23
|
+
typeProperties?: SchemaFieldTypePropertiesRepresentation_SchemaFieldTypePropertiesRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Schema Node New Field Properties
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaFieldNewPropertiesRepresentation {
|
|
32
|
+
label?: string;
|
|
33
|
+
name?: string;
|
|
34
|
+
typeProperties?: SchemaFieldTypePropertiesRepresentation_SchemaFieldTypePropertiesRepresentation;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { SchemaFieldPropertiesInputRepresentation as SchemaFieldPropertiesInputRepresentation_SchemaFieldPropertiesInputRepresentation } from './SchemaFieldPropertiesInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "461cffa00fbecf8dfa92b5a4054a91f6";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SchemaFieldParametersInputRepresentation, existing: SchemaFieldParametersInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaFieldParametersInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SchemaFieldParametersInputRepresentationNormalized, incoming: SchemaFieldParametersInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SchemaFieldParametersInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaFieldParametersInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Schema node field
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaFieldParametersInputRepresentationNormalized {
|
|
19
|
+
/** Value to output on error */
|
|
20
|
+
errorValue?: string;
|
|
21
|
+
/** Schema field name */
|
|
22
|
+
name?: string;
|
|
23
|
+
/** Field Properties */
|
|
24
|
+
newProperties?: SchemaFieldPropertiesInputRepresentation_SchemaFieldPropertiesInputRepresentation;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Schema node field
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SchemaFieldParametersInputRepresentation {
|
|
33
|
+
errorValue?: string;
|
|
34
|
+
name?: string;
|
|
35
|
+
newProperties?: SchemaFieldPropertiesInputRepresentation_SchemaFieldPropertiesInputRepresentation;
|
|
36
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { SchemaTypePropertiesCastInputRepresentation as SchemaTypePropertiesCastInputRepresentation_SchemaTypePropertiesCastInputRepresentation } from './SchemaTypePropertiesCastInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "38752deaacb24c479def1a975263f8d0";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SchemaFieldPropertiesInputRepresentation, existing: SchemaFieldPropertiesInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaFieldPropertiesInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SchemaFieldPropertiesInputRepresentationNormalized, incoming: SchemaFieldPropertiesInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SchemaFieldPropertiesInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaFieldPropertiesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Common Field Properties
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaFieldPropertiesInputRepresentationNormalized {
|
|
19
|
+
/** Field label */
|
|
20
|
+
label?: string;
|
|
21
|
+
/** Field name */
|
|
22
|
+
name?: string;
|
|
23
|
+
typeProperties: SchemaTypePropertiesCastInputRepresentation_SchemaTypePropertiesCastInputRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Common Field Properties
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaFieldPropertiesInputRepresentation {
|
|
32
|
+
label?: string;
|
|
33
|
+
name?: string;
|
|
34
|
+
typeProperties: SchemaTypePropertiesCastInputRepresentation_SchemaTypePropertiesCastInputRepresentation;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { SchemaFieldNewPropertiesRepresentation as SchemaFieldNewPropertiesRepresentation_SchemaFieldNewPropertiesRepresentation } from './SchemaFieldNewPropertiesRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "92323abb76d748a3019e4e1365416d92";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SchemaFieldRepresentation, existing: SchemaFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaFieldRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SchemaFieldRepresentationNormalized, incoming: SchemaFieldRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SchemaFieldRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of Schema Node Field
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaFieldRepresentationNormalized {
|
|
19
|
+
/** Value to output on error */
|
|
20
|
+
errorValue?: string;
|
|
21
|
+
/** Field name */
|
|
22
|
+
name?: string;
|
|
23
|
+
/** New property values */
|
|
24
|
+
newProperties?: SchemaFieldNewPropertiesRepresentation_SchemaFieldNewPropertiesRepresentation;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Representation of Schema Node Field
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface SchemaFieldRepresentation {
|
|
33
|
+
errorValue?: string;
|
|
34
|
+
name?: string;
|
|
35
|
+
newProperties?: SchemaFieldNewPropertiesRepresentation_SchemaFieldNewPropertiesRepresentation;
|
|
36
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { SchemaFieldFormatSymbolsRepresentation as SchemaFieldFormatSymbolsRepresentation_SchemaFieldFormatSymbolsRepresentation } from './SchemaFieldFormatSymbolsRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "377c6f08dfa7467ac7708891ffa66b80";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SchemaFieldTypePropertiesRepresentation, existing: SchemaFieldTypePropertiesRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaFieldTypePropertiesRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SchemaFieldTypePropertiesRepresentationNormalized, incoming: SchemaFieldTypePropertiesRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SchemaFieldTypePropertiesRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaFieldTypePropertiesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of Schema Node Field type
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaFieldTypePropertiesRepresentationNormalized {
|
|
19
|
+
/** Field format */
|
|
20
|
+
format?: string;
|
|
21
|
+
/** Field length */
|
|
22
|
+
length?: number;
|
|
23
|
+
/** Field precision */
|
|
24
|
+
precision?: number;
|
|
25
|
+
/** Field scale */
|
|
26
|
+
scale?: number;
|
|
27
|
+
/** Field symbols */
|
|
28
|
+
symbols?: SchemaFieldFormatSymbolsRepresentation_SchemaFieldFormatSymbolsRepresentation;
|
|
29
|
+
/** Field type */
|
|
30
|
+
type?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Representation of Schema Node Field type
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface SchemaFieldTypePropertiesRepresentation {
|
|
39
|
+
format?: string;
|
|
40
|
+
length?: number;
|
|
41
|
+
precision?: number;
|
|
42
|
+
scale?: number;
|
|
43
|
+
symbols?: SchemaFieldFormatSymbolsRepresentation_SchemaFieldFormatSymbolsRepresentation;
|
|
44
|
+
type?: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "304c6e6b0ed504af4b895357835c73c3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SchemaFormatSymbolsInputRepresentation, existing: SchemaFormatSymbolsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaFormatSymbolsInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SchemaFormatSymbolsInputRepresentationNormalized, incoming: SchemaFormatSymbolsInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SchemaFormatSymbolsInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaFormatSymbolsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Format for symbols
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaFormatSymbolsInputRepresentationNormalized {
|
|
18
|
+
/** Currency symbol format */
|
|
19
|
+
currencySymbol?: string;
|
|
20
|
+
/** Decimal symbol format */
|
|
21
|
+
decimalSymbol?: string;
|
|
22
|
+
/** Grouping symbol format */
|
|
23
|
+
groupingSymbol?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Format for symbols
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaFormatSymbolsInputRepresentation {
|
|
32
|
+
currencySymbol?: string;
|
|
33
|
+
decimalSymbol?: string;
|
|
34
|
+
groupingSymbol?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SchemaFieldParametersInputRepresentation as SchemaFieldParametersInputRepresentation_SchemaFieldParametersInputRepresentation } from './SchemaFieldParametersInputRepresentation';
|
|
2
|
+
import { SchemaSliceInputRepresentation as SchemaSliceInputRepresentation_SchemaSliceInputRepresentation } from './SchemaSliceInputRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "e3c9f5b7c112d0caf1dc38890626d918";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: SchemaParametersInputRepresentation, existing: SchemaParametersInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaParametersInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: SchemaParametersInputRepresentationNormalized, incoming: SchemaParametersInputRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: SchemaParametersInputRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaParametersInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Schema Node in Recipes
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface SchemaParametersInputRepresentationNormalized {
|
|
20
|
+
/** Schema Fields */
|
|
21
|
+
fields: Array<SchemaFieldParametersInputRepresentation_SchemaFieldParametersInputRepresentation>;
|
|
22
|
+
slice?: SchemaSliceInputRepresentation_SchemaSliceInputRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Schema Node in Recipes
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaParametersInputRepresentation {
|
|
31
|
+
fields: Array<SchemaFieldParametersInputRepresentation_SchemaFieldParametersInputRepresentation>;
|
|
32
|
+
slice?: SchemaSliceInputRepresentation_SchemaSliceInputRepresentation;
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SchemaFieldRepresentation as SchemaFieldRepresentation_SchemaFieldRepresentation } from './SchemaFieldRepresentation';
|
|
2
|
+
import { SchemaSliceRepresentation as SchemaSliceRepresentation_SchemaSliceRepresentation } from './SchemaSliceRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "a813a79459516d968fe9751b4394c686";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: SchemaParametersRepresentation, existing: SchemaParametersRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaParametersRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: SchemaParametersRepresentationNormalized, incoming: SchemaParametersRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: SchemaParametersRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaParametersRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation of Schema Node
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface SchemaParametersRepresentationNormalized {
|
|
20
|
+
/** Fields to edit */
|
|
21
|
+
fields: Array<SchemaFieldRepresentation_SchemaFieldRepresentation>;
|
|
22
|
+
slice?: SchemaSliceRepresentation_SchemaSliceRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of Schema Node
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaParametersRepresentation {
|
|
31
|
+
fields: Array<SchemaFieldRepresentation_SchemaFieldRepresentation>;
|
|
32
|
+
slice?: SchemaSliceRepresentation_SchemaSliceRepresentation;
|
|
33
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "50c39d2d8cc4c39a641f4b6c13b0a72a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SchemaSliceInputRepresentation, existing: SchemaSliceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaSliceInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SchemaSliceInputRepresentationNormalized, incoming: SchemaSliceInputRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SchemaSliceInputRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaSliceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Slice definition
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaSliceInputRepresentationNormalized {
|
|
18
|
+
/** Fields for SELECT or DROP */
|
|
19
|
+
fields: Array<string>;
|
|
20
|
+
/** Ignore missing fields */
|
|
21
|
+
ignoreMissingFields?: boolean;
|
|
22
|
+
/** Slice mode SELECT or DROP */
|
|
23
|
+
mode?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Slice definition
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaSliceInputRepresentation {
|
|
32
|
+
fields: Array<string>;
|
|
33
|
+
ignoreMissingFields?: boolean;
|
|
34
|
+
mode?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "6877d103e3f7485ff0794c5194211af1";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SchemaSliceRepresentation, existing: SchemaSliceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaSliceRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SchemaSliceRepresentationNormalized, incoming: SchemaSliceRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SchemaSliceRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaSliceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Schema Node Slice
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaSliceRepresentationNormalized {
|
|
18
|
+
/** Fields to select/drop */
|
|
19
|
+
fields: Array<string>;
|
|
20
|
+
/** Whether or not to ignore missing fields */
|
|
21
|
+
ignoreMissingFields?: boolean;
|
|
22
|
+
/** Select or drop fields */
|
|
23
|
+
mode?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Schema Node Slice
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaSliceRepresentation {
|
|
32
|
+
fields: Array<string>;
|
|
33
|
+
ignoreMissingFields?: boolean;
|
|
34
|
+
mode?: string;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { SchemaFormatSymbolsInputRepresentation as SchemaFormatSymbolsInputRepresentation_SchemaFormatSymbolsInputRepresentation } from './SchemaFormatSymbolsInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
export declare const VERSION = "5dbc97946c9bf12c752ef90fdb8ff26a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SchemaTypePropertiesCastInputRepresentation, existing: SchemaTypePropertiesCastInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SchemaTypePropertiesCastInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: SchemaTypePropertiesCastInputRepresentationNormalized, incoming: SchemaTypePropertiesCastInputRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: SchemaTypePropertiesCastInputRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SchemaTypePropertiesCastInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Cast for types
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaTypePropertiesCastInputRepresentationNormalized {
|
|
19
|
+
/** DateTime Format */
|
|
20
|
+
format?: string;
|
|
21
|
+
/** Total length of text */
|
|
22
|
+
length?: number;
|
|
23
|
+
/** Length of arbitrary precision value */
|
|
24
|
+
precision?: number;
|
|
25
|
+
/** Number of digits to right of decimal point */
|
|
26
|
+
scale?: number;
|
|
27
|
+
/** Number Format */
|
|
28
|
+
symbols?: SchemaFormatSymbolsInputRepresentation_SchemaFormatSymbolsInputRepresentation;
|
|
29
|
+
/** DataType to Convert to */
|
|
30
|
+
type?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Cast for types
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface SchemaTypePropertiesCastInputRepresentation {
|
|
39
|
+
format?: string;
|
|
40
|
+
length?: number;
|
|
41
|
+
precision?: number;
|
|
42
|
+
scale?: number;
|
|
43
|
+
symbols?: SchemaFormatSymbolsInputRepresentation_SchemaFormatSymbolsInputRepresentation;
|
|
44
|
+
type?: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { LayoutRepresentation as LayoutRepresentation_LayoutRepresentation } from './LayoutRepresentation';
|
|
2
|
+
import { PanelRepresentation as PanelRepresentation_PanelRepresentation } from './PanelRepresentation';
|
|
3
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "de639e0632b3b0b9f339e14604a48918";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: SingleColumnLayoutRepresentation, existing: SingleColumnLayoutRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SingleColumnLayoutRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: SingleColumnLayoutRepresentationNormalized, incoming: SingleColumnLayoutRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: SingleColumnLayoutRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SingleColumnLayoutRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for a single column layout definition for template wizard pages.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface SingleColumnLayoutRepresentationNormalized extends LayoutRepresentation_LayoutRepresentation {
|
|
20
|
+
/** The center and only panel in the single column layout */
|
|
21
|
+
center: PanelRepresentation_PanelRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation for a single column layout definition for template wizard pages.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SingleColumnLayoutRepresentation extends LayoutRepresentation_LayoutRepresentation {
|
|
30
|
+
center: PanelRepresentation_PanelRepresentation;
|
|
31
|
+
type: 'SingleColumn';
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare const VERSION = "c2f4aae332af6beb217dbcb9ee1d5db5";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SizeLimitRepresentation, existing: SizeLimitRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SizeLimitRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: SizeLimitRepresentationNormalized, incoming: SizeLimitRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: SizeLimitRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: SizeLimitRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for the size limit of an array type variable.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SizeLimitRepresentationNormalized {
|
|
18
|
+
/** Maximum number of elements in an array */
|
|
19
|
+
max?: number;
|
|
20
|
+
/** Minimum number of elements in an array */
|
|
21
|
+
min?: number;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation for the size limit of an array type variable.
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SizeLimitRepresentation {
|
|
30
|
+
max?: number;
|
|
31
|
+
min?: number;
|
|
32
|
+
}
|