@salesforce/lds-adapters-analytics-wave 1.100.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/analytics-wave.js +30885 -0
- package/dist/types/src/generated/adapters/adapter-utils.d.ts +66 -0
- package/dist/types/src/generated/adapters/createDataConnector.d.ts +15 -0
- package/dist/types/src/generated/adapters/createDataflowJob.d.ts +15 -0
- package/dist/types/src/generated/adapters/createDataset.d.ts +15 -0
- package/dist/types/src/generated/adapters/createDatasetVersion.d.ts +16 -0
- package/dist/types/src/generated/adapters/createReplicatedDataset.d.ts +15 -0
- package/dist/types/src/generated/adapters/deleteDataConnector.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteDataset.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteRecipe.d.ts +13 -0
- package/dist/types/src/generated/adapters/deleteReplicatedDataset.d.ts +13 -0
- package/dist/types/src/generated/adapters/executeQuery.d.ts +27 -0
- package/dist/types/src/generated/adapters/getActions.d.ts +26 -0
- package/dist/types/src/generated/adapters/getAnalyticsLimits.d.ts +27 -0
- package/dist/types/src/generated/adapters/getDataConnector.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceFields.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceObject.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceObjectDataPreviewWithFields.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDataConnectorSourceObjects.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDataConnectorStatus.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDataConnectorTypes.d.ts +25 -0
- package/dist/types/src/generated/adapters/getDataConnectors.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataflowJob.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDataflowJobNode.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDataflowJobNodes.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDataflowJobs.d.ts +34 -0
- package/dist/types/src/generated/adapters/getDataflows.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDataset.d.ts +28 -0
- package/dist/types/src/generated/adapters/getDatasetVersion.d.ts +29 -0
- package/dist/types/src/generated/adapters/getDatasetVersions.d.ts +26 -0
- package/dist/types/src/generated/adapters/getDatasets.d.ts +40 -0
- package/dist/types/src/generated/adapters/getDependencies.d.ts +26 -0
- package/dist/types/src/generated/adapters/getRecipe.d.ts +29 -0
- package/dist/types/src/generated/adapters/getRecipeNotification.d.ts +27 -0
- package/dist/types/src/generated/adapters/getRecipes.d.ts +36 -0
- package/dist/types/src/generated/adapters/getReplicatedDataset.d.ts +27 -0
- package/dist/types/src/generated/adapters/getReplicatedDatasets.d.ts +30 -0
- package/dist/types/src/generated/adapters/getReplicatedFields.d.ts +27 -0
- package/dist/types/src/generated/adapters/getSchedule.d.ts +27 -0
- package/dist/types/src/generated/adapters/getSecurityCoverageDatasetVersion.d.ts +27 -0
- package/dist/types/src/generated/adapters/getWaveFolders.d.ts +33 -0
- package/dist/types/src/generated/adapters/getWaveTemplate.d.ts +28 -0
- package/dist/types/src/generated/adapters/getWaveTemplateConfig.d.ts +29 -0
- package/dist/types/src/generated/adapters/getWaveTemplateReleaseNotes.d.ts +27 -0
- package/dist/types/src/generated/adapters/getWaveTemplates.d.ts +27 -0
- package/dist/types/src/generated/adapters/getXmd.d.ts +28 -0
- package/dist/types/src/generated/adapters/ingestDataConnector.d.ts +14 -0
- package/dist/types/src/generated/adapters/updateDataConnector.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateDataflowJob.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateDataset.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateDatasetVersion.d.ts +17 -0
- package/dist/types/src/generated/adapters/updateRecipe.d.ts +18 -0
- package/dist/types/src/generated/adapters/updateRecipeNotification.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateReplicatedDataset.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateReplicatedFields.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateSchedule.d.ts +16 -0
- package/dist/types/src/generated/adapters/updateXmd.d.ts +18 -0
- package/dist/types/src/generated/artifacts/main.d.ts +55 -0
- package/dist/types/src/generated/artifacts/sfdc.d.ts +106 -0
- package/dist/types/src/generated/resources/deleteWaveDataConnectorsByConnectorIdOrApiName.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteWaveDatasetsByDatasetIdOrApiName.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteWaveRecipesById.d.ts +12 -0
- package/dist/types/src/generated/resources/deleteWaveReplicatedDatasetsById.d.ts +12 -0
- package/dist/types/src/generated/resources/getWaveActionsByEntityId.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorTypes.d.ts +12 -0
- package/dist/types/src/generated/resources/getWaveDataConnectors.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsSourceObjectsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsSourceObjectsFieldsByConnectorIdOrApiNameAndSourceObjectName.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataConnectorsStatusByConnectorIdOrApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobs.d.ts +23 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobId.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDataflowjobsNodesByDataflowjobIdAndNodeId.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDataflows.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDatasets.d.ts +29 -0
- package/dist/types/src/generated/resources/getWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +17 -0
- package/dist/types/src/generated/resources/getWaveDependenciesByAssetId.d.ts +15 -0
- package/dist/types/src/generated/resources/getWaveFolders.d.ts +22 -0
- package/dist/types/src/generated/resources/getWaveLimits.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveRecipes.d.ts +25 -0
- package/dist/types/src/generated/resources/getWaveRecipesById.d.ts +19 -0
- package/dist/types/src/generated/resources/getWaveRecipesNotificationById.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveReplicatedDatasets.d.ts +19 -0
- package/dist/types/src/generated/resources/getWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveSecurityCoverageDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveTemplates.d.ts +16 -0
- package/dist/types/src/generated/resources/getWaveTemplatesByTemplateIdOrApiName.d.ts +19 -0
- package/dist/types/src/generated/resources/getWaveTemplatesConfigurationByTemplateIdOrApiName.d.ts +20 -0
- package/dist/types/src/generated/resources/getWaveTemplatesReleasenotesByTemplateIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDataConnectorsByConnectorIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDataflowjobsByDataflowjobId.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDatasetsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveDatasetsVersionsByDatasetIdOrApiNameAndVersionId.d.ts +17 -0
- package/dist/types/src/generated/resources/patchWaveRecipesById.d.ts +20 -0
- package/dist/types/src/generated/resources/patchWaveReplicatedDatasetsById.d.ts +16 -0
- package/dist/types/src/generated/resources/patchWaveReplicatedDatasetsFieldsById.d.ts +16 -0
- package/dist/types/src/generated/resources/postWaveDataConnectors.d.ts +13 -0
- package/dist/types/src/generated/resources/postWaveDataConnectorsIngestByConnectorIdOrApiName.d.ts +12 -0
- package/dist/types/src/generated/resources/postWaveDataConnectorsSourceObjectsDataPreviewByConnectorIdOrApiNameAndSourceObjectName.d.ts +20 -0
- package/dist/types/src/generated/resources/postWaveDataflowjobs.d.ts +13 -0
- package/dist/types/src/generated/resources/postWaveDatasets.d.ts +13 -0
- package/dist/types/src/generated/resources/postWaveDatasetsVersionsByDatasetIdOrApiName.d.ts +16 -0
- package/dist/types/src/generated/resources/postWaveQuery.d.ts +16 -0
- package/dist/types/src/generated/resources/postWaveReplicatedDatasets.d.ts +13 -0
- package/dist/types/src/generated/resources/putWaveAssetScheduleByAssetId.d.ts +16 -0
- package/dist/types/src/generated/resources/putWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType.d.ts +18 -0
- package/dist/types/src/generated/resources/putWaveRecipesNotificationById.d.ts +16 -0
- package/dist/types/src/generated/types/AbstractDataflowNodeRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/AbstractFieldRepresentation.d.ts +68 -0
- package/dist/types/src/generated/types/ActionCollectionRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/ActionRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/AdvancedPropertyRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/AdvancedPropertyValueInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/AdvancedPropertyValueRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/AppLogRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ArrayTypeRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/AssetReferenceInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/AssetReferenceRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/BaseAssetInputRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/BaseAssetReferenceInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/BaseAssetReferenceRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/BaseWaveAssetRepresentation.d.ts +91 -0
- package/dist/types/src/generated/types/BooleanTypeRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/CalculatedInsightFieldTypeRepresentation.d.ts +66 -0
- package/dist/types/src/generated/types/CalculatedInsightTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/ConditionalFormattingPropertyInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ConditionalFormattingPropertyRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ConnectionPropertyRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ConnectionPropertyValueRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ConnectorTypeRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/DailyScheduleRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/DataConnectorCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DataConnectorInputRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/DataConnectorInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DataConnectorPropertyInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DataConnectorRepresentation.d.ts +69 -0
- package/dist/types/src/generated/types/DataConnectorStatusRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/DataConnectorTypeCollectionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/DataConnectorTypeRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/DataLakeObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/types/src/generated/types/DataLakeObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DataModelObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/types/src/generated/types/DataModelObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DataflowCollectionRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/DataflowDefinitionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/DataflowJobCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/DataflowJobInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DataflowJobInputWrapperRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/DataflowJobNodeCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DataflowJobNodeRepresentation.d.ts +58 -0
- package/dist/types/src/generated/types/DataflowJobRepresentation.d.ts +88 -0
- package/dist/types/src/generated/types/DataflowNodeCollectionRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/DataflowNodeRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/DataflowRepresentation.d.ts +56 -0
- package/dist/types/src/generated/types/DataflowVersionRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/DatasetAnyFieldTypeRepresentaton.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/DatasetCoverageRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/DatasetDateTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetDimensionTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetInputRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DatasetMeasureTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetRepresentation.d.ts +90 -0
- package/dist/types/src/generated/types/DatasetSourceRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DatasetTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/DatasetVersionCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/DatasetVersionInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/DatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/DatasetVersionReferenceRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/DatasetVersionRepresentation.d.ts +72 -0
- package/dist/types/src/generated/types/DatasetVersionSharingSourceRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DateTimeTypeRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/DependencyCollectionRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/DependencyRepresentation.d.ts +74 -0
- package/dist/types/src/generated/types/DisplayMessageRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/EmptyScheduleRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/EventDrivenScheduleRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/FeaturedAssetsRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/HeaderRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/HourlyScheduleRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/ImageAssetReferenceRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ImageItemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/LayoutRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/LicenseAttributesInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/LicenseAttributesRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/LiveConnectionInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/LiveConnectionRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/MinutelyScheduleRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/MonthlyRelativeScheduleRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/MonthlySpecificScheduleRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/NodeRowCountRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/NumberTypeRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/NumericSeparatorsInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/NumericSeparatorsRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/ObjectCoverageRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/OutputSourceRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/PageLayoutRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/PageRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/PageVariableRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/PanelItemRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/PanelRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/PermissionsRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/RecipeCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/RecipeConversionDetailInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/RecipeConversionDetailRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecipeDefinitionInputRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/RecipeDefinitionRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/RecipeInputRepresentation.d.ts +72 -0
- package/dist/types/src/generated/types/RecipeInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RecipeNodeInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecipeNodeRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/RecipeNotificationInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/RecipeNotificationInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RecipeNotificationRepresentation.d.ts +46 -0
- package/dist/types/src/generated/types/RecipeRepresentation.d.ts +111 -0
- package/dist/types/src/generated/types/RecipeValidationDetailRepresentation.d.ts +44 -0
- package/dist/types/src/generated/types/ReplicatedDatasetCollectionRepresentation.d.ts +43 -0
- package/dist/types/src/generated/types/ReplicatedDatasetConnectorRepresentation.d.ts +105 -0
- package/dist/types/src/generated/types/ReplicatedDatasetInputRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/ReplicatedDatasetInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ReplicatedDatasetRepresentation.d.ts +145 -0
- package/dist/types/src/generated/types/ReplicatedFieldCollectionInputRepresentation.d.ts +29 -0
- package/dist/types/src/generated/types/ReplicatedFieldCollectionInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ReplicatedFieldCollectionRepresentation.d.ts +47 -0
- package/dist/types/src/generated/types/ReplicatedFieldRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/RestoreDatasetVersionInputRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RestoreDatasetVersionInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/RestoreDatasetVersionRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/SObjectFieldTypeRepresentation.d.ts +63 -0
- package/dist/types/src/generated/types/SObjectTypeRepresentation.d.ts +60 -0
- package/dist/types/src/generated/types/SaqlQueryInputRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/SaqlQueryInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SaqlQueryMetadataInputRepresentation.d.ts +28 -0
- package/dist/types/src/generated/types/SaqlQueryResultRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/SaqlQueryResultsRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/ScheduleInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/ScheduleInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/ScheduleRepresentation.d.ts +62 -0
- package/dist/types/src/generated/types/SchemaFieldFormatSymbolsRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaFieldNewPropertiesRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaFieldParametersInputRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SchemaFieldPropertiesInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaFieldRepresentation.d.ts +36 -0
- package/dist/types/src/generated/types/SchemaFieldTypePropertiesRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/SchemaFormatSymbolsInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaParametersInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SchemaParametersRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SchemaSliceInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaSliceRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/SchemaTypePropertiesCastInputRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/SingleColumnLayoutRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SizeLimitRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/SourceFieldCollectionRepresentation.d.ts +53 -0
- package/dist/types/src/generated/types/SourceFieldRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/SourceObjectCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/SourceObjectDataInputRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SourceObjectDataInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/SourceObjectDataRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/SourceObjectRepresentation.d.ts +64 -0
- package/dist/types/src/generated/types/StringTypeRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/TemplateAssetReferenceRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/TemplateCollectionRepresentation.d.ts +40 -0
- package/dist/types/src/generated/types/TemplateConfigurationRepresentation.d.ts +59 -0
- package/dist/types/src/generated/types/TemplateCustomAttributesRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TemplateIconsRepresentation.d.ts +37 -0
- package/dist/types/src/generated/types/TemplateOptionsRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TemplateReleaseNotesRepresentation.d.ts +48 -0
- package/dist/types/src/generated/types/TemplateReleaseRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/TemplateRepresentation.d.ts +99 -0
- package/dist/types/src/generated/types/TextItemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/TimeRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TimeZoneRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TwoColumnLayoutRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/TypedAssetReferenceRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/UiDefinitionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/UiLayoutDefinitionRepresentation.d.ts +34 -0
- package/dist/types/src/generated/types/UnsupportedRecordCollectionRepresentation.d.ts +33 -0
- package/dist/types/src/generated/types/UnsupportedRecordRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/VariableDefinitionRepresentation.d.ts +73 -0
- package/dist/types/src/generated/types/VariableItemRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/VariableTypeRepresentation.d.ts +53 -0
- package/dist/types/src/generated/types/VideoInfoRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/WaveAnalyticsLimitCollectionRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/WaveAnalyticsLimitRepresentation.d.ts +45 -0
- package/dist/types/src/generated/types/WaveFileMetadataRepresentation.d.ts +50 -0
- package/dist/types/src/generated/types/WaveFolderCollectionRepresentation.d.ts +49 -0
- package/dist/types/src/generated/types/WaveFolderRepresentation.d.ts +87 -0
- package/dist/types/src/generated/types/WaveFolderShareRepresentation.d.ts +41 -0
- package/dist/types/src/generated/types/WaveUserRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/WeeklyScheduleRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdBaseDimensionActionInputRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/XmdBaseDimensionCustomActionInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/XmdBaseDimensionInputRepresentation.d.ts +85 -0
- package/dist/types/src/generated/types/XmdBaseDimensionMemberInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdBaseMeasureFormatInputRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/XmdBaseMeasureInputRepresentation.d.ts +55 -0
- package/dist/types/src/generated/types/XmdDatasetInputRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/XmdDatasetRepresentation.d.ts +38 -0
- package/dist/types/src/generated/types/XmdDateFieldRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/XmdDateFieldsInputRepresentation.d.ts +71 -0
- package/dist/types/src/generated/types/XmdDateInputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/XmdDateRepresentation.d.ts +66 -0
- package/dist/types/src/generated/types/XmdDerivedDimensionInputRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/XmdDerivedDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDerivedDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDerivedMeasureInputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/XmdDimensionBaseActionRepresentation.d.ts +32 -0
- package/dist/types/src/generated/types/XmdDimensionCustomActionRepresentation.d.ts +42 -0
- package/dist/types/src/generated/types/XmdDimensionInputRepresentation.d.ts +39 -0
- package/dist/types/src/generated/types/XmdDimensionMemberInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDimensionMemberRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdDimensionRepresentation.d.ts +99 -0
- package/dist/types/src/generated/types/XmdDimensionSalesforceActionInputRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdDimensionSalesforceActionRepresentation.d.ts +27 -0
- package/dist/types/src/generated/types/XmdInnerRepresentation.d.ts +80 -0
- package/dist/types/src/generated/types/XmdInputRepresentation.d.ts +57 -0
- package/dist/types/src/generated/types/XmdInputWrapperRepresentation.d.ts +30 -0
- package/dist/types/src/generated/types/XmdMeasureFormatRepresentation.d.ts +51 -0
- package/dist/types/src/generated/types/XmdMeasureInputRepresentation.d.ts +31 -0
- package/dist/types/src/generated/types/XmdMeasureRepresentation.d.ts +58 -0
- package/dist/types/src/generated/types/XmdOrganizationInputRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdOrganizationRepresentation.d.ts +35 -0
- package/dist/types/src/generated/types/XmdRepresentation.d.ts +90 -0
- package/dist/types/src/generated/types/type-utils.d.ts +39 -0
- package/dist/types/src/raml-artifacts/adapters/deleteDataset/buildNetworkSnapshot.d.ts +3 -0
- package/dist/types/src/raml-artifacts/adapters/getDataset/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getDataset/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getDataset/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplate/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplate/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateConfig/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateConfig/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/buildCachedSnapshotCachePolicy.d.ts +7 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseError.d.ts +4 -0
- package/dist/types/src/raml-artifacts/adapters/getWaveTemplateReleaseNotes/onFetchResponseSuccess.d.ts +5 -0
- package/dist/types/src/raml-artifacts/resources/getWaveDatasetsVersionsXmdsByDatasetIdOrApiNameAndVersionIdAndXmdType/keyBuilder.d.ts +3 -0
- package/dist/types/src/raml-artifacts/types/XmdRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/types/src/raml-artifacts/utils/datasetNameToIdCache.d.ts +2 -0
- package/dist/types/src/raml-artifacts/utils/nameToIdCache.d.ts +7 -0
- package/dist/types/src/raml-artifacts/utils/templateNameToIdCache.d.ts +6 -0
- package/dist/umd/es2018/analytics-wave.js +30947 -0
- package/dist/umd/es5/analytics-wave.js +31111 -0
- package/package.json +74 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +31852 -0
- package/src/raml/api.raml +6863 -0
- package/src/raml/luvio.raml +346 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { WaveUserRepresentation as WaveUserRepresentation_WaveUserRepresentation } from './WaveUserRepresentation';
|
|
2
|
+
import { TemplateCustomAttributesRepresentation as TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation } from './TemplateCustomAttributesRepresentation';
|
|
3
|
+
import { AssetReferenceRepresentation as AssetReferenceRepresentation_AssetReferenceRepresentation } from './AssetReferenceRepresentation';
|
|
4
|
+
import { TemplateIconsRepresentation as TemplateIconsRepresentation_TemplateIconsRepresentation } from './TemplateIconsRepresentation';
|
|
5
|
+
import { TemplateReleaseRepresentation as TemplateReleaseRepresentation_TemplateReleaseRepresentation } from './TemplateReleaseRepresentation';
|
|
6
|
+
import { VideoInfoRepresentation as VideoInfoRepresentation_VideoInfoRepresentation } from './VideoInfoRepresentation';
|
|
7
|
+
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, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
8
|
+
export declare const TTL = 300000;
|
|
9
|
+
export declare const VERSION = "9d1eea7ef8e1b45f44f8e196af6feff4";
|
|
10
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
|
+
export declare const RepresentationType: string;
|
|
12
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
export type TemplateRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export type PartialTemplateRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): TemplateRepresentationNormalizedKeyMetadata;
|
|
19
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: TemplateRepresentation): string;
|
|
20
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: TemplateRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function normalize(input: TemplateRepresentation, existing: TemplateRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TemplateRepresentationNormalized;
|
|
22
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
23
|
+
export declare function equals(existing: TemplateRepresentationNormalized, incoming: TemplateRepresentationNormalized): boolean;
|
|
24
|
+
export declare function deepFreeze(input: TemplateRepresentation): void;
|
|
25
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
26
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TemplateRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
27
|
+
/**
|
|
28
|
+
* Representation for a single Wave analytics template.
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* id (string): id
|
|
32
|
+
*/
|
|
33
|
+
export interface TemplateRepresentationNormalized {
|
|
34
|
+
/** Asset version (api version) of all the dashboards and lenses. */
|
|
35
|
+
assetVersion: number;
|
|
36
|
+
/** The URL to the configuration of the template. */
|
|
37
|
+
configurationUrl: string;
|
|
38
|
+
/** The user that created the template. */
|
|
39
|
+
createdBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
40
|
+
/** Time the template was created. */
|
|
41
|
+
createdDate: string | null;
|
|
42
|
+
/** Custom Attribute definitions for this template */
|
|
43
|
+
customAttributes: Array<TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation>;
|
|
44
|
+
/** The description of the application template. */
|
|
45
|
+
description: string | null;
|
|
46
|
+
/** The folder source of this template */
|
|
47
|
+
folderSource: AssetReferenceRepresentation_AssetReferenceRepresentation | null;
|
|
48
|
+
/** The icons configured for this wave template. */
|
|
49
|
+
icons: TemplateIconsRepresentation_TemplateIconsRepresentation;
|
|
50
|
+
/** The ID or fully qualified API name of this template. */
|
|
51
|
+
id: string;
|
|
52
|
+
/** The localized name of the application template. */
|
|
53
|
+
label: string;
|
|
54
|
+
/** The user that last updated the template. */
|
|
55
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
56
|
+
/** Last time the template was modified. */
|
|
57
|
+
lastModifiedDate: string | null;
|
|
58
|
+
/** The local API name of the application template. */
|
|
59
|
+
name: string;
|
|
60
|
+
/** The namespace of the application template provider. */
|
|
61
|
+
namespace: string | null;
|
|
62
|
+
/** The release information for this template */
|
|
63
|
+
releaseInfo: TemplateReleaseRepresentation_TemplateReleaseRepresentation;
|
|
64
|
+
/** Tag definitions for this template */
|
|
65
|
+
tags: Array<string>;
|
|
66
|
+
/** The template type app or dashboard, if empty or null then template type is app. */
|
|
67
|
+
templateType: string;
|
|
68
|
+
/** The URL to the detail of the template. */
|
|
69
|
+
url: string;
|
|
70
|
+
/** Videos associated with this template */
|
|
71
|
+
videos: Array<VideoInfoRepresentation_VideoInfoRepresentation>;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Representation for a single Wave analytics template.
|
|
75
|
+
*
|
|
76
|
+
* Keys:
|
|
77
|
+
* id (string): id
|
|
78
|
+
*/
|
|
79
|
+
export interface TemplateRepresentation {
|
|
80
|
+
assetVersion: number;
|
|
81
|
+
configurationUrl: string;
|
|
82
|
+
createdBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
83
|
+
createdDate: string | null;
|
|
84
|
+
customAttributes: Array<TemplateCustomAttributesRepresentation_TemplateCustomAttributesRepresentation>;
|
|
85
|
+
description: string | null;
|
|
86
|
+
folderSource: AssetReferenceRepresentation_AssetReferenceRepresentation | null;
|
|
87
|
+
icons: TemplateIconsRepresentation_TemplateIconsRepresentation;
|
|
88
|
+
id: string;
|
|
89
|
+
label: string;
|
|
90
|
+
lastModifiedBy: WaveUserRepresentation_WaveUserRepresentation | null;
|
|
91
|
+
lastModifiedDate: string | null;
|
|
92
|
+
name: string;
|
|
93
|
+
namespace: string | null;
|
|
94
|
+
releaseInfo: TemplateReleaseRepresentation_TemplateReleaseRepresentation;
|
|
95
|
+
tags: Array<string>;
|
|
96
|
+
templateType: string;
|
|
97
|
+
url: string;
|
|
98
|
+
videos: Array<VideoInfoRepresentation_VideoInfoRepresentation>;
|
|
99
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PanelItemRepresentation as PanelItemRepresentation_PanelItemRepresentation } from './PanelItemRepresentation';
|
|
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 = "6b8843e1a7f373fa1d7fb2c2ed84c75d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TextItemRepresentation, existing: TextItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TextItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TextItemRepresentationNormalized, incoming: TextItemRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: TextItemRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TextItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Text
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TextItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
|
|
19
|
+
/** The descriptive text. */
|
|
20
|
+
text: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Text
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TextItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
|
|
29
|
+
text: string;
|
|
30
|
+
type: 'Text';
|
|
31
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { TimeZoneRepresentation as TimeZoneRepresentation_TimeZoneRepresentation } from './TimeZoneRepresentation';
|
|
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 = "0040ab091bf36f713408cd55bf6bdd46";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TimeRepresentation, existing: TimeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimeRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TimeRepresentationNormalized, incoming: TimeRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: TimeRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Time at which something should happen
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TimeRepresentationNormalized {
|
|
19
|
+
/** Hour at which this schedule is run (0-23). */
|
|
20
|
+
hour: number;
|
|
21
|
+
/** Minute at which this schedule is run (0-59). */
|
|
22
|
+
minute: number;
|
|
23
|
+
timeZone: TimeZoneRepresentation_TimeZoneRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Time at which something should happen
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TimeRepresentation {
|
|
32
|
+
hour: number;
|
|
33
|
+
minute: number;
|
|
34
|
+
timeZone: TimeZoneRepresentation_TimeZoneRepresentation;
|
|
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 = "5775d4ff2ea195893cab7df348933df2";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: TimeZoneRepresentation, existing: TimeZoneRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TimeZoneRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: TimeZoneRepresentationNormalized, incoming: TimeZoneRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: TimeZoneRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TimeZoneRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Information about a time zone.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface TimeZoneRepresentationNormalized {
|
|
18
|
+
/** The signed offset, in hours, from GMT. */
|
|
19
|
+
gmtOffset: number;
|
|
20
|
+
/** The display name of this time zone. */
|
|
21
|
+
name: string;
|
|
22
|
+
/** The zone ID of this time zone. */
|
|
23
|
+
zoneId: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Information about a time zone.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TimeZoneRepresentation {
|
|
32
|
+
gmtOffset: number;
|
|
33
|
+
name: string;
|
|
34
|
+
zoneId: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 = "cbe875c8e8f0be5d51b898da6e6d2498";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: TwoColumnLayoutRepresentation, existing: TwoColumnLayoutRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TwoColumnLayoutRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: TwoColumnLayoutRepresentationNormalized, incoming: TwoColumnLayoutRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: TwoColumnLayoutRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TwoColumnLayoutRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for a two column layout definition for template wizard pages.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface TwoColumnLayoutRepresentationNormalized extends LayoutRepresentation_LayoutRepresentation {
|
|
20
|
+
/** The left panel in the layout */
|
|
21
|
+
left: PanelRepresentation_PanelRepresentation;
|
|
22
|
+
/** The right panel in the layout */
|
|
23
|
+
right: PanelRepresentation_PanelRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation for a two column layout definition for template wizard pages.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface TwoColumnLayoutRepresentation extends LayoutRepresentation_LayoutRepresentation {
|
|
32
|
+
left: PanelRepresentation_PanelRepresentation;
|
|
33
|
+
right: PanelRepresentation_PanelRepresentation;
|
|
34
|
+
type: 'TwoColumn';
|
|
35
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { BaseAssetReferenceRepresentation as BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation } from './BaseAssetReferenceRepresentation';
|
|
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 = "ab09570afbc20e41d638ca3f90c0cdae";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: TypedAssetReferenceRepresentation, existing: TypedAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): TypedAssetReferenceRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: TypedAssetReferenceRepresentationNormalized, incoming: TypedAssetReferenceRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: TypedAssetReferenceRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: TypedAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Typed asset reference representation.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface TypedAssetReferenceRepresentationNormalized extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
19
|
+
/** Type of the asset. */
|
|
20
|
+
type: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Typed asset reference representation.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface TypedAssetReferenceRepresentation extends BaseAssetReferenceRepresentation_BaseAssetReferenceRepresentation {
|
|
29
|
+
type: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DisplayMessageRepresentation as DisplayMessageRepresentation_DisplayMessageRepresentation } from './DisplayMessageRepresentation';
|
|
2
|
+
import { PageRepresentation as PageRepresentation_PageRepresentation } from './PageRepresentation';
|
|
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 = "bfb7030db1ef8bc7bd544097bb33e657";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: UiDefinitionRepresentation, existing: UiDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UiDefinitionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: UiDefinitionRepresentationNormalized, incoming: UiDefinitionRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: UiDefinitionRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UiDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for UI definition of Wave templates.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface UiDefinitionRepresentationNormalized {
|
|
20
|
+
/** The display messages for this template configuration. */
|
|
21
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
22
|
+
/** The page collection for this template configuration. */
|
|
23
|
+
pages: Array<PageRepresentation_PageRepresentation>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation for UI definition of Wave templates.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface UiDefinitionRepresentation {
|
|
32
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
33
|
+
pages: Array<PageRepresentation_PageRepresentation>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { DisplayMessageRepresentation as DisplayMessageRepresentation_DisplayMessageRepresentation } from './DisplayMessageRepresentation';
|
|
2
|
+
import { PageLayoutRepresentation as PageLayoutRepresentation_PageLayoutRepresentation } from './PageLayoutRepresentation';
|
|
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 = "817136f3ace687f69ed1ee4b66ac8781";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: UiLayoutDefinitionRepresentation, existing: UiLayoutDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UiLayoutDefinitionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: UiLayoutDefinitionRepresentationNormalized, incoming: UiLayoutDefinitionRepresentationNormalized): boolean;
|
|
10
|
+
export declare function deepFreeze(input: UiLayoutDefinitionRepresentation): void;
|
|
11
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
12
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UiLayoutDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
13
|
+
/**
|
|
14
|
+
* Representation for UI definition of Wave templates with layout support.
|
|
15
|
+
*
|
|
16
|
+
* Keys:
|
|
17
|
+
* (none)
|
|
18
|
+
*/
|
|
19
|
+
export interface UiLayoutDefinitionRepresentationNormalized {
|
|
20
|
+
/** The display messages for this template configuration. */
|
|
21
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
22
|
+
/** The page collection for this template configuration. */
|
|
23
|
+
pages: Array<PageLayoutRepresentation_PageLayoutRepresentation>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Representation for UI definition of Wave templates with layout support.
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface UiLayoutDefinitionRepresentation {
|
|
32
|
+
displayMessages: Array<DisplayMessageRepresentation_DisplayMessageRepresentation>;
|
|
33
|
+
pages: Array<PageLayoutRepresentation_PageLayoutRepresentation>;
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { UnsupportedRecordRepresentation as UnsupportedRecordRepresentation_UnsupportedRecordRepresentation } from './UnsupportedRecordRepresentation';
|
|
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 = "b9e6d4ffa65e570a8765aeaa62d0d0a1";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: UnsupportedRecordCollectionRepresentation, existing: UnsupportedRecordCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnsupportedRecordCollectionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: UnsupportedRecordCollectionRepresentationNormalized, incoming: UnsupportedRecordCollectionRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: UnsupportedRecordCollectionRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UnsupportedRecordCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Output representation of objects not supported by sharing inheritance based on insights limits
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface UnsupportedRecordCollectionRepresentationNormalized {
|
|
19
|
+
/** Count of objects not covered by sharing inheritance, may not match the length of values array */
|
|
20
|
+
count: number;
|
|
21
|
+
/** Objects not covered due to sharing limit, list may be shorter that count due to limiting for the API */
|
|
22
|
+
values: Array<UnsupportedRecordRepresentation_UnsupportedRecordRepresentation>;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Output representation of objects not supported by sharing inheritance based on insights limits
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface UnsupportedRecordCollectionRepresentation {
|
|
31
|
+
count: number;
|
|
32
|
+
values: Array<UnsupportedRecordRepresentation_UnsupportedRecordRepresentation>;
|
|
33
|
+
}
|
|
@@ -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 = "93de9c49af3119410562256af83d41c9";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: UnsupportedRecordRepresentation, existing: UnsupportedRecordRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): UnsupportedRecordRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: UnsupportedRecordRepresentationNormalized, incoming: UnsupportedRecordRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: UnsupportedRecordRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: UnsupportedRecordRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Output representation of sharing usage of instances of objects based on insights limits
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface UnsupportedRecordRepresentationNormalized {
|
|
18
|
+
/** Number of descriptors for the record id */
|
|
19
|
+
descriptorCount: number;
|
|
20
|
+
/** Record id */
|
|
21
|
+
id: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Output representation of sharing usage of instances of objects based on insights limits
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface UnsupportedRecordRepresentation {
|
|
30
|
+
descriptorCount: number;
|
|
31
|
+
id: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { VariableTypeRepresentation as VariableTypeRepresentation_VariableTypeRepresentation } from './VariableTypeRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
3
|
+
import { DataModelObjectFieldTypeRepresentation as DataModelObjectFieldTypeRepresentation_DataModelObjectFieldTypeRepresentation } from './DataModelObjectFieldTypeRepresentation';
|
|
4
|
+
import { ArrayTypeRepresentation as ArrayTypeRepresentation_ArrayTypeRepresentation } from './ArrayTypeRepresentation';
|
|
5
|
+
import { ConnectorTypeRepresentation as ConnectorTypeRepresentation_ConnectorTypeRepresentation } from './ConnectorTypeRepresentation';
|
|
6
|
+
import { SObjectFieldTypeRepresentation as SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation } from './SObjectFieldTypeRepresentation';
|
|
7
|
+
import { DataLakeObjectFieldTypeRepresentation as DataLakeObjectFieldTypeRepresentation_DataLakeObjectFieldTypeRepresentation } from './DataLakeObjectFieldTypeRepresentation';
|
|
8
|
+
import { DatasetDimensionTypeRepresentation as DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation } from './DatasetDimensionTypeRepresentation';
|
|
9
|
+
import { SObjectTypeRepresentation as SObjectTypeRepresentation_SObjectTypeRepresentation } from './SObjectTypeRepresentation';
|
|
10
|
+
import { DatasetAnyFieldTypeRepresentaton as DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton } from './DatasetAnyFieldTypeRepresentaton';
|
|
11
|
+
import { CalculatedInsightTypeRepresentation as CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation } from './CalculatedInsightTypeRepresentation';
|
|
12
|
+
import { NumberTypeRepresentation as NumberTypeRepresentation_NumberTypeRepresentation } from './NumberTypeRepresentation';
|
|
13
|
+
import { DatasetMeasureTypeRepresentation as DatasetMeasureTypeRepresentation_DatasetMeasureTypeRepresentation } from './DatasetMeasureTypeRepresentation';
|
|
14
|
+
import { DataModelObjectTypeRepresentation as DataModelObjectTypeRepresentation_DataModelObjectTypeRepresentation } from './DataModelObjectTypeRepresentation';
|
|
15
|
+
import { BooleanTypeRepresentation as BooleanTypeRepresentation_BooleanTypeRepresentation } from './BooleanTypeRepresentation';
|
|
16
|
+
import { DatasetDateTypeRepresentation as DatasetDateTypeRepresentation_DatasetDateTypeRepresentation } from './DatasetDateTypeRepresentation';
|
|
17
|
+
import { StringTypeRepresentation as StringTypeRepresentation_StringTypeRepresentation } from './StringTypeRepresentation';
|
|
18
|
+
import { CalculatedInsightFieldTypeRepresentation as CalculatedInsightFieldTypeRepresentation_CalculatedInsightFieldTypeRepresentation } from './CalculatedInsightFieldTypeRepresentation';
|
|
19
|
+
import { ObjectTypeRepresentation as ObjectTypeRepresentation_ObjectTypeRepresentation } from './ObjectTypeRepresentation';
|
|
20
|
+
import { DatasetTypeRepresentation as DatasetTypeRepresentation_DatasetTypeRepresentation } from './DatasetTypeRepresentation';
|
|
21
|
+
import { DataLakeObjectTypeRepresentation as DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation } from './DataLakeObjectTypeRepresentation';
|
|
22
|
+
import { DateTimeTypeRepresentation as DateTimeTypeRepresentation_DateTimeTypeRepresentation } from './DateTimeTypeRepresentation';
|
|
23
|
+
export declare const VERSION = "06cbfdf8444cfbc51eb25a93df050f16";
|
|
24
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
25
|
+
export declare const RepresentationType: string;
|
|
26
|
+
export declare function normalize(input: VariableDefinitionRepresentation, existing: VariableDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VariableDefinitionRepresentationNormalized;
|
|
27
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
28
|
+
export declare function equals(existing: VariableDefinitionRepresentationNormalized, incoming: VariableDefinitionRepresentationNormalized): boolean;
|
|
29
|
+
export declare function deepFreeze(input: VariableDefinitionRepresentation): void;
|
|
30
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
31
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VariableDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
32
|
+
/**
|
|
33
|
+
* Representation for Wave template variable definitions.
|
|
34
|
+
*
|
|
35
|
+
* Keys:
|
|
36
|
+
* (none)
|
|
37
|
+
*/
|
|
38
|
+
export interface VariableDefinitionRepresentationNormalized {
|
|
39
|
+
/** The computed value of the variable. This value is set by integrated apex implementations. */
|
|
40
|
+
computedValue: unknown;
|
|
41
|
+
/** The default value of the variable. */
|
|
42
|
+
defaultValue: unknown;
|
|
43
|
+
/** The description of the variable. */
|
|
44
|
+
description: string | null;
|
|
45
|
+
/** True if this variable has excludeSelected in the template. */
|
|
46
|
+
excludeSelected: boolean;
|
|
47
|
+
/** Values to exclude from the variable selection list */
|
|
48
|
+
excludes: Array<string>;
|
|
49
|
+
/** The label for the expected variable. */
|
|
50
|
+
label: string | null;
|
|
51
|
+
/** The value specified in the most recent app creation process. */
|
|
52
|
+
mostRecentValue: unknown;
|
|
53
|
+
/** True if this variable is required by the template. */
|
|
54
|
+
required: boolean;
|
|
55
|
+
variableType: VariableTypeRepresentation_VariableTypeRepresentation;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Representation for Wave template variable definitions.
|
|
59
|
+
*
|
|
60
|
+
* Keys:
|
|
61
|
+
* (none)
|
|
62
|
+
*/
|
|
63
|
+
export interface VariableDefinitionRepresentation {
|
|
64
|
+
computedValue: unknown;
|
|
65
|
+
defaultValue: unknown;
|
|
66
|
+
description: string | null;
|
|
67
|
+
excludeSelected: boolean;
|
|
68
|
+
excludes: Array<string>;
|
|
69
|
+
label: string | null;
|
|
70
|
+
mostRecentValue: unknown;
|
|
71
|
+
required: boolean;
|
|
72
|
+
variableType: DataModelObjectFieldTypeRepresentation_DataModelObjectFieldTypeRepresentation | ArrayTypeRepresentation_ArrayTypeRepresentation | ConnectorTypeRepresentation_ConnectorTypeRepresentation | SObjectFieldTypeRepresentation_SObjectFieldTypeRepresentation | DataLakeObjectFieldTypeRepresentation_DataLakeObjectFieldTypeRepresentation | DatasetDimensionTypeRepresentation_DatasetDimensionTypeRepresentation | SObjectTypeRepresentation_SObjectTypeRepresentation | DatasetAnyFieldTypeRepresentaton_DatasetAnyFieldTypeRepresentaton | CalculatedInsightTypeRepresentation_CalculatedInsightTypeRepresentation | NumberTypeRepresentation_NumberTypeRepresentation | DatasetMeasureTypeRepresentation_DatasetMeasureTypeRepresentation | DataModelObjectTypeRepresentation_DataModelObjectTypeRepresentation | BooleanTypeRepresentation_BooleanTypeRepresentation | DatasetDateTypeRepresentation_DatasetDateTypeRepresentation | StringTypeRepresentation_StringTypeRepresentation | CalculatedInsightFieldTypeRepresentation_CalculatedInsightFieldTypeRepresentation | ObjectTypeRepresentation_ObjectTypeRepresentation | DatasetTypeRepresentation_DatasetTypeRepresentation | DataLakeObjectTypeRepresentation_DataLakeObjectTypeRepresentation | DateTimeTypeRepresentation_DateTimeTypeRepresentation;
|
|
73
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { PanelItemRepresentation as PanelItemRepresentation_PanelItemRepresentation } from './PanelItemRepresentation';
|
|
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 = "bea69ba3295787d62cabebf8253c040a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: VariableItemRepresentation, existing: VariableItemRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VariableItemRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: VariableItemRepresentationNormalized, incoming: VariableItemRepresentationNormalized): boolean;
|
|
9
|
+
export declare function deepFreeze(input: VariableItemRepresentation): void;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VariableItemRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
12
|
+
/**
|
|
13
|
+
* Variable.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface VariableItemRepresentationNormalized extends PanelItemRepresentation_PanelItemRepresentation {
|
|
19
|
+
/** The variable name. */
|
|
20
|
+
name: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Variable.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface VariableItemRepresentation extends PanelItemRepresentation_PanelItemRepresentation {
|
|
29
|
+
name: string;
|
|
30
|
+
type: 'Variable';
|
|
31
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
2
|
+
export declare enum DiscriminatorValues {
|
|
3
|
+
DataModelObjectFieldType = "DataModelObjectFieldType",
|
|
4
|
+
ArrayType = "ArrayType",
|
|
5
|
+
ConnectorType = "ConnectorType",
|
|
6
|
+
SobjectFieldType = "SobjectFieldType",
|
|
7
|
+
DataLakeObjectFieldType = "DataLakeObjectFieldType",
|
|
8
|
+
DatasetDimensionType = "DatasetDimensionType",
|
|
9
|
+
SobjectType = "SobjectType",
|
|
10
|
+
DatasetAnyFieldType = "DatasetAnyFieldType",
|
|
11
|
+
CalculatedInsightType = "CalculatedInsightType",
|
|
12
|
+
NumberType = "NumberType",
|
|
13
|
+
DatasetMeasureType = "DatasetMeasureType",
|
|
14
|
+
DataModelObjectType = "DataModelObjectType",
|
|
15
|
+
BooleanType = "BooleanType",
|
|
16
|
+
DatasetDateType = "DatasetDateType",
|
|
17
|
+
StringType = "StringType",
|
|
18
|
+
CalculatedInsightFieldType = "CalculatedInsightFieldType",
|
|
19
|
+
ObjectType = "ObjectType",
|
|
20
|
+
DatasetType = "DatasetType",
|
|
21
|
+
DataLakeObjectType = "DataLakeObjectType",
|
|
22
|
+
DateTimeType = "DateTimeType"
|
|
23
|
+
}
|
|
24
|
+
export declare const VERSION = "b338c86b093c87e5c0a443a26cd93c43";
|
|
25
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
26
|
+
export declare const RepresentationType: string;
|
|
27
|
+
export declare function normalize(input: VariableTypeRepresentation, existing: VariableTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VariableTypeRepresentationNormalized;
|
|
28
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
29
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
30
|
+
export declare function equals(existing: VariableTypeRepresentationNormalized, incoming: VariableTypeRepresentationNormalized): boolean;
|
|
31
|
+
export declare function deepFreeze(input: VariableTypeRepresentation): void;
|
|
32
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
33
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
34
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VariableTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
35
|
+
/**
|
|
36
|
+
* Abstractly describes the type of variable definition.
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface VariableTypeRepresentationNormalized {
|
|
42
|
+
/** The type of the variable. */
|
|
43
|
+
type: string;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* Abstractly describes the type of variable definition.
|
|
47
|
+
*
|
|
48
|
+
* Keys:
|
|
49
|
+
* (none)
|
|
50
|
+
*/
|
|
51
|
+
export interface VariableTypeRepresentation {
|
|
52
|
+
type: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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 = "5e1cb66589d93ddc169845c43239b182";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: VideoInfoRepresentation, existing: VideoInfoRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): VideoInfoRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: VideoInfoRepresentationNormalized, incoming: VideoInfoRepresentationNormalized): boolean;
|
|
8
|
+
export declare function deepFreeze(input: VideoInfoRepresentation): void;
|
|
9
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
10
|
+
export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: VideoInfoRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for describing a particular video.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface VideoInfoRepresentationNormalized {
|
|
18
|
+
/** The platform-specific ID of the video content. */
|
|
19
|
+
id: string;
|
|
20
|
+
/** The video display title. */
|
|
21
|
+
label: string;
|
|
22
|
+
/** The video platform. */
|
|
23
|
+
linkType: string;
|
|
24
|
+
/** The video type/purpose. */
|
|
25
|
+
purpose: string;
|
|
26
|
+
/** Whether a playlist should be shown by the video platform. */
|
|
27
|
+
showPlaylist: boolean;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Representation for describing a particular video.
|
|
31
|
+
*
|
|
32
|
+
* Keys:
|
|
33
|
+
* (none)
|
|
34
|
+
*/
|
|
35
|
+
export interface VideoInfoRepresentation {
|
|
36
|
+
id: string;
|
|
37
|
+
label: string;
|
|
38
|
+
linkType: string;
|
|
39
|
+
purpose: string;
|
|
40
|
+
showPlaylist: boolean;
|
|
41
|
+
}
|