@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,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 { SaqlQueryResultsRepresentation as SaqlQueryResultsRepresentation_SaqlQueryResultsRepresentation } from './SaqlQueryResultsRepresentation';
|
|
3
|
+
export declare const VERSION = "7e65611aeb799ba7838db4faa48746ae";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: SaqlQueryResultRepresentation, existing: SaqlQueryResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SaqlQueryResultRepresentationNormalized;
|
|
7
|
+
export interface DynamicIngestParams {
|
|
8
|
+
results: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
}
|
|
10
|
+
export declare function dynamicNormalize(ingestParams: DynamicIngestParams): (input: SaqlQueryResultRepresentation, existing: SaqlQueryResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number) => SaqlQueryResultRepresentationNormalized;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export interface DynamicSelectParams {
|
|
13
|
+
results?: $64$luvio_engine_LinkSelection;
|
|
14
|
+
}
|
|
15
|
+
export declare const dynamicSelect: (params: DynamicSelectParams) => $64$luvio_engine_FragmentSelection;
|
|
16
|
+
export declare function equals(existing: SaqlQueryResultRepresentationNormalized, incoming: SaqlQueryResultRepresentationNormalized): boolean;
|
|
17
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
18
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SaqlQueryResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
19
|
+
export declare function dynamicIngest(ingestParams: DynamicIngestParams): $64$luvio_engine_ResourceIngest;
|
|
20
|
+
/**
|
|
21
|
+
* Represents a string of JSON content that will be serialized as-is.
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface SaqlQueryResultRepresentationNormalized {
|
|
27
|
+
[key: string]: unknown;
|
|
28
|
+
action?: string;
|
|
29
|
+
/** The requested query */
|
|
30
|
+
query: string;
|
|
31
|
+
responseId?: string;
|
|
32
|
+
responseTime?: number;
|
|
33
|
+
results: $64$luvio_engine_StoreLink;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Represents a string of JSON content that will be serialized as-is.
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface SaqlQueryResultRepresentation {
|
|
42
|
+
[key: string]: unknown;
|
|
43
|
+
action?: string;
|
|
44
|
+
query: string;
|
|
45
|
+
responseId?: string;
|
|
46
|
+
responseTime?: number;
|
|
47
|
+
results: SaqlQueryResultsRepresentation_SaqlQueryResultsRepresentation;
|
|
48
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 = "15f0e4c13ee1eb4745d5f40277c286f7";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: SaqlQueryResultsRepresentation, existing: SaqlQueryResultsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): SaqlQueryResultsRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
7
|
+
export declare function equals(existing: SaqlQueryResultsRepresentationNormalized, incoming: SaqlQueryResultsRepresentationNormalized): 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: SaqlQueryResultsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents the record and metadata results of a query execution
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SaqlQueryResultsRepresentationNormalized {
|
|
17
|
+
[key: string]: unknown;
|
|
18
|
+
/** Metadata about the structure of the result records and the query execution */
|
|
19
|
+
metadata?: Array<unknown>;
|
|
20
|
+
/** The result records */
|
|
21
|
+
records: Array<unknown>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents the record and metadata results of a query execution
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SaqlQueryResultsRepresentation {
|
|
30
|
+
[key: string]: unknown;
|
|
31
|
+
metadata?: Array<unknown>;
|
|
32
|
+
records: Array<unknown>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
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 = "1bcbd5a297bf47ee4d9b9c2ed58f9979";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: ScheduleInputRepresentation, existing: ScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ScheduleInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: ScheduleInputRepresentationNormalized, incoming: ScheduleInputRepresentationNormalized): 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: ScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for specifying a daily schedule on which to execute some type of job.
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface ScheduleInputRepresentationNormalized {
|
|
17
|
+
/** Level of subscription for the related job. */
|
|
18
|
+
notificationLevel?: string;
|
|
19
|
+
/** When the schedule should be run. */
|
|
20
|
+
time?: {
|
|
21
|
+
[key: string]: unknown;
|
|
22
|
+
};
|
|
23
|
+
/** The expression defining the events that trigger the scheduling of the target asset. Currently, only accepting scheduling of Dataflows and Recipes as the target asset. */
|
|
24
|
+
triggerRule?: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Input representation for specifying a daily schedule on which to execute some type of job.
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface ScheduleInputRepresentation {
|
|
33
|
+
notificationLevel?: string;
|
|
34
|
+
time?: {
|
|
35
|
+
[key: string]: unknown;
|
|
36
|
+
};
|
|
37
|
+
triggerRule?: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ScheduleInputWrapperRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper for schedule input representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleInputWrapperRepresentationNormalized {
|
|
18
|
+
/** schedule input representation */
|
|
19
|
+
schedule: ScheduleInputRepresentation_ScheduleInputRepresentation;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Wrapper for schedule input representation
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface ScheduleInputWrapperRepresentation {
|
|
28
|
+
schedule: ScheduleInputRepresentation_ScheduleInputRepresentation;
|
|
29
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { JobEventCollectionRepresentation as JobEventCollectionRepresentation_JobEventCollectionRepresentation } from './JobEventCollectionRepresentation';
|
|
2
|
+
import { TimeRepresentation as TimeRepresentation_TimeRepresentation } from './TimeRepresentation';
|
|
3
|
+
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';
|
|
4
|
+
export declare enum DiscriminatorValues {
|
|
5
|
+
hourly = "hourly",
|
|
6
|
+
monthly = "monthly",
|
|
7
|
+
minutely = "minutely",
|
|
8
|
+
eventdriven = "eventdriven",
|
|
9
|
+
weekly = "weekly",
|
|
10
|
+
monthlyrelative = "monthlyrelative",
|
|
11
|
+
daily = "daily",
|
|
12
|
+
none = "none"
|
|
13
|
+
}
|
|
14
|
+
export declare const VERSION = "224eb51518219855b4532b0c87fd4d2c";
|
|
15
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
16
|
+
export declare const RepresentationType: string;
|
|
17
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
18
|
+
id: string;
|
|
19
|
+
}
|
|
20
|
+
export type ScheduleRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export type PartialScheduleRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
22
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
23
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): ScheduleRepresentationNormalizedKeyMetadata;
|
|
24
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation): string;
|
|
25
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: ScheduleRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
26
|
+
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;
|
|
27
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
28
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
29
|
+
export declare function equals(existing: ScheduleRepresentationNormalized, incoming: ScheduleRepresentationNormalized): boolean;
|
|
30
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
31
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
32
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
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
|
+
/** Schedule event information */
|
|
43
|
+
events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
|
|
44
|
+
/** Frequency on which this schedule is run. */
|
|
45
|
+
frequency: string;
|
|
46
|
+
/** Next scheduled time (in UTC) for this schedule. */
|
|
47
|
+
nextScheduledDate?: string;
|
|
48
|
+
/** Email notification level of dataflow associated with this schedule. */
|
|
49
|
+
notificationLevel?: string;
|
|
50
|
+
time?: TimeRepresentation_TimeRepresentation;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Schedule on which to execute some type of job
|
|
54
|
+
*
|
|
55
|
+
* Keys:
|
|
56
|
+
* id (string): assetId
|
|
57
|
+
*/
|
|
58
|
+
export interface ScheduleRepresentation {
|
|
59
|
+
assetId: string;
|
|
60
|
+
events?: JobEventCollectionRepresentation_JobEventCollectionRepresentation;
|
|
61
|
+
frequency: string;
|
|
62
|
+
nextScheduledDate?: string;
|
|
63
|
+
notificationLevel?: string;
|
|
64
|
+
time?: TimeRepresentation_TimeRepresentation;
|
|
65
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaFieldFormatSymbolsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of Schema Node Fieldformat symbols
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SchemaFieldFormatSymbolsRepresentationNormalized {
|
|
17
|
+
/** Field currency symbol */
|
|
18
|
+
currencySymbol?: string;
|
|
19
|
+
/** Field decimal symbol */
|
|
20
|
+
decimalSymbol?: string;
|
|
21
|
+
/** Field grouping symbol */
|
|
22
|
+
groupingSymbol?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of Schema Node Fieldformat symbols
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaFieldFormatSymbolsRepresentation {
|
|
31
|
+
currencySymbol?: string;
|
|
32
|
+
decimalSymbol?: string;
|
|
33
|
+
groupingSymbol?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaFieldNewPropertiesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Schema Node New Field Properties
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaFieldNewPropertiesRepresentationNormalized {
|
|
18
|
+
/** Field label */
|
|
19
|
+
label?: string;
|
|
20
|
+
/** Field name */
|
|
21
|
+
name?: string;
|
|
22
|
+
typeProperties?: SchemaFieldTypePropertiesRepresentation_SchemaFieldTypePropertiesRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of Schema Node New Field Properties
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaFieldNewPropertiesRepresentation {
|
|
31
|
+
label?: string;
|
|
32
|
+
name?: string;
|
|
33
|
+
typeProperties?: SchemaFieldTypePropertiesRepresentation_SchemaFieldTypePropertiesRepresentation;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaFieldParametersInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Schema node field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaFieldParametersInputRepresentationNormalized {
|
|
18
|
+
/** Value to output on error */
|
|
19
|
+
errorValue?: string;
|
|
20
|
+
/** Schema field name */
|
|
21
|
+
name?: string;
|
|
22
|
+
/** Field Properties */
|
|
23
|
+
newProperties?: SchemaFieldPropertiesInputRepresentation_SchemaFieldPropertiesInputRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Schema node field
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaFieldParametersInputRepresentation {
|
|
32
|
+
errorValue?: string;
|
|
33
|
+
name?: string;
|
|
34
|
+
newProperties?: SchemaFieldPropertiesInputRepresentation_SchemaFieldPropertiesInputRepresentation;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaFieldPropertiesInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Common Field Properties
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaFieldPropertiesInputRepresentationNormalized {
|
|
18
|
+
/** Field label */
|
|
19
|
+
label?: string;
|
|
20
|
+
/** Field name */
|
|
21
|
+
name?: string;
|
|
22
|
+
typeProperties: SchemaTypePropertiesCastInputRepresentation_SchemaTypePropertiesCastInputRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Common Field Properties
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaFieldPropertiesInputRepresentation {
|
|
31
|
+
label?: string;
|
|
32
|
+
name?: string;
|
|
33
|
+
typeProperties: SchemaTypePropertiesCastInputRepresentation_SchemaTypePropertiesCastInputRepresentation;
|
|
34
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Schema Node Field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaFieldRepresentationNormalized {
|
|
18
|
+
/** Value to output on error */
|
|
19
|
+
errorValue?: string;
|
|
20
|
+
/** Field name */
|
|
21
|
+
name?: string;
|
|
22
|
+
/** New property values */
|
|
23
|
+
newProperties?: SchemaFieldNewPropertiesRepresentation_SchemaFieldNewPropertiesRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation of Schema Node Field
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface SchemaFieldRepresentation {
|
|
32
|
+
errorValue?: string;
|
|
33
|
+
name?: string;
|
|
34
|
+
newProperties?: SchemaFieldNewPropertiesRepresentation_SchemaFieldNewPropertiesRepresentation;
|
|
35
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaFieldTypePropertiesRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation of Schema Node Field type
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface SchemaFieldTypePropertiesRepresentationNormalized {
|
|
18
|
+
/** Field format */
|
|
19
|
+
format?: string;
|
|
20
|
+
/** Field length */
|
|
21
|
+
length?: number;
|
|
22
|
+
/** Field precision */
|
|
23
|
+
precision?: number;
|
|
24
|
+
/** Field scale */
|
|
25
|
+
scale?: number;
|
|
26
|
+
/** Field symbols */
|
|
27
|
+
symbols?: SchemaFieldFormatSymbolsRepresentation_SchemaFieldFormatSymbolsRepresentation;
|
|
28
|
+
/** Field type */
|
|
29
|
+
type?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Representation of Schema Node Field type
|
|
33
|
+
*
|
|
34
|
+
* Keys:
|
|
35
|
+
* (none)
|
|
36
|
+
*/
|
|
37
|
+
export interface SchemaFieldTypePropertiesRepresentation {
|
|
38
|
+
format?: string;
|
|
39
|
+
length?: number;
|
|
40
|
+
precision?: number;
|
|
41
|
+
scale?: number;
|
|
42
|
+
symbols?: SchemaFieldFormatSymbolsRepresentation_SchemaFieldFormatSymbolsRepresentation;
|
|
43
|
+
type?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaFormatSymbolsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Format for symbols
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SchemaFormatSymbolsInputRepresentationNormalized {
|
|
17
|
+
/** Currency symbol format */
|
|
18
|
+
currencySymbol?: string;
|
|
19
|
+
/** Decimal symbol format */
|
|
20
|
+
decimalSymbol?: string;
|
|
21
|
+
/** Grouping symbol format */
|
|
22
|
+
groupingSymbol?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Format for symbols
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaFormatSymbolsInputRepresentation {
|
|
31
|
+
currencySymbol?: string;
|
|
32
|
+
decimalSymbol?: string;
|
|
33
|
+
groupingSymbol?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaParametersInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Schema Node in Recipes
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaParametersInputRepresentationNormalized {
|
|
19
|
+
/** Schema Fields */
|
|
20
|
+
fields: Array<SchemaFieldParametersInputRepresentation_SchemaFieldParametersInputRepresentation>;
|
|
21
|
+
slice?: SchemaSliceInputRepresentation_SchemaSliceInputRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Schema Node in Recipes
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SchemaParametersInputRepresentation {
|
|
30
|
+
fields: Array<SchemaFieldParametersInputRepresentation_SchemaFieldParametersInputRepresentation>;
|
|
31
|
+
slice?: SchemaSliceInputRepresentation_SchemaSliceInputRepresentation;
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaParametersRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation of Schema Node
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface SchemaParametersRepresentationNormalized {
|
|
19
|
+
/** Fields to edit */
|
|
20
|
+
fields: Array<SchemaFieldRepresentation_SchemaFieldRepresentation>;
|
|
21
|
+
slice?: SchemaSliceRepresentation_SchemaSliceRepresentation;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation of Schema Node
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface SchemaParametersRepresentation {
|
|
30
|
+
fields: Array<SchemaFieldRepresentation_SchemaFieldRepresentation>;
|
|
31
|
+
slice?: SchemaSliceRepresentation_SchemaSliceRepresentation;
|
|
32
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaSliceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Slice definition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SchemaSliceInputRepresentationNormalized {
|
|
17
|
+
/** Fields for SELECT or DROP */
|
|
18
|
+
fields: Array<string>;
|
|
19
|
+
/** Ignore missing fields */
|
|
20
|
+
ignoreMissingFields?: boolean;
|
|
21
|
+
/** Slice mode SELECT or DROP */
|
|
22
|
+
mode?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Slice definition
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaSliceInputRepresentation {
|
|
31
|
+
fields: Array<string>;
|
|
32
|
+
ignoreMissingFields?: boolean;
|
|
33
|
+
mode?: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 = "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 const ingest: $64$luvio_engine_ResourceIngest;
|
|
9
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: SchemaSliceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation of Schema Node Slice
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface SchemaSliceRepresentationNormalized {
|
|
17
|
+
/** Fields to select/drop */
|
|
18
|
+
fields: Array<string>;
|
|
19
|
+
/** Whether or not to ignore missing fields */
|
|
20
|
+
ignoreMissingFields?: boolean;
|
|
21
|
+
/** Select or drop fields */
|
|
22
|
+
mode?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation of Schema Node Slice
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface SchemaSliceRepresentation {
|
|
31
|
+
fields: Array<string>;
|
|
32
|
+
ignoreMissingFields?: boolean;
|
|
33
|
+
mode?: string;
|
|
34
|
+
}
|