@salesforce/lds-adapters-analytics-unifiedanalytics 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-unifiedanalytics.js +14184 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createAnnotation.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/createAssetSlackChannel.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createDashboard.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAlert.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/createDataAssetRequest.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/adapters/createLoglines.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/createRecordShares.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/createTemplate.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/createVisualization.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/adapters/createWorkspace.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/createWorkspaceAsset.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteAllShares.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDashboard.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteDataAlert.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteRecordShare.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteVisualization.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspace.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/adapters/deleteWorkspaceAsset.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/follow.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/adapters/generateSFDriveCredentials.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/getAnnotations.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getAssetSlackChannels.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboardByName.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDashboards.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAlert.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAlertCollection.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetDependencies.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestByIdOrApiName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequests.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/adapters/getDataAssetRequestsCount.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getFlowByName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getFlows.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getFollowedAssets.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getFollowers.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/adapters/getMarketplaceListingInstallationProgress.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getOrg.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getShares.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/adapters/getSlackAppInfo.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getSubscriptionDigestConfig.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getUnifiedAnalyticsLibraryAssets.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/getUniqueFollowerCount.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualization.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizationBundle.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getVisualizations.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaceByIdOrName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getWorkspaces.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/initiateMarketplaceListingInstallation.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/postDataAlertRun.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/publish.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/publishToMarketplace.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/queryAssets.d.ts +22 -0
- package/dist/es/es2018/types/src/generated/adapters/queryUsers.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/unfollow.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDashboard.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAlert.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/updateDataAssetRequest.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/adapters/updateFollowedAsset.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateRecordShares.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/updateSubscriptionDigestConfig.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/updateVisualization.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/adapters/updateWorkspace.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +98 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauDashboardsByDashboardIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauDataAlertsByDataAlertId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauRecordsSharesByRecordId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauRecordsSharesByRecordIdAndUserOrGroupId.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauVisualizationsByVisualizationIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/deleteTableauWorkspacesByWorkspaceIdOrApiName.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauAnnotations.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauAnnotationsSlackAppInfo.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboards.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDashboardsByDashboardIdOrApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAlerts.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAlertsByDataAlertId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsDependenciesByAssetId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequests.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauDataAssetsRequestsCount.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFlows.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFlowsByFlowApiName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFollowAssetsFollowerCountByFollowedAssetId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFollowAssetsFollowersByFollowedAssetId.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFollowFollowersFollowedAssetsByFollowerId.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauFollowFollowersFollowsByFollowedAssetIdAndFollowerId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauMarketplaceInstallationsByInstallationId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauMarketplaceListingsInstallByListingId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauOrgs.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordId.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauRecordsSharesByRecordIdAndUserOrGroupId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauSlackChannels.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauSubscriptionsDigestByDigestConfigOwner.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizations.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsBundleByVisualizationIdOrApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauVisualizationsByVisualizationIdOrApiName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauWorkspaces.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauWorkspacesAssetsByAssetIdAndWorkspaceIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/getTableauWorkspacesByWorkspaceIdOrApiName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDashboardsByDashboardIdOrApiName.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauDataAssetsRequestsByRequestIdOrApiName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauFollowFollowersFollowsByFollowerId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauRecordsSharesByRecordId.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauSubscriptionsDigestByDigestConfigOwner.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauVisualizationsByVisualizationIdOrApiName.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/resources/patchTableauWorkspacesByWorkspaceIdOrApiName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotSfDriveActionsGenerateCredential.d.ts +11 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauAdminMonitoringEvents.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauAnnotations.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauAssetsQuery.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDashboards.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlerts.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAlertsRunByDataAlertId.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauDataAssetsRequests.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauFollowFollowersFollowsByFollowerId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauLibraryAssetsQuery.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauLoglines.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauMarketplaceListings.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauMarketplaceTemplates.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauRecordsSharesByRecordId.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauSlackChannels.d.ts +14 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauUsersQuery.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauVisualizations.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauWorkspaces.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/postTableauWorkspacesAssetsByWorkspaceIdOrApiName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putTableauDataAlertsByDataAlertId.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryResultsItemRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryResultsRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsAssetsQueryResultsWorkspaceRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryAssetCollectionOutputRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryCollectionQueryInputRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryDashboardTemplateRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsLibraryImageRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsUserRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/AnalyticsUsersQueryResultsRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/AnnotationAssetRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/AnnotationCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/AnnotationConversationInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/AnnotationConversationRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/AnnotationInputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/AnnotationRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/AssetSlackChannelCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/AssetSlackChannelInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/AssetSlackChannelRepresentation.d.ts +50 -0
- package/dist/es/es2018/types/src/generated/types/BaseAnalyticsAssetRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/BaseAnalyticsLibraryAssetRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/BaseAnalyticsRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ContentDocumentOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/ContentVersionOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DashboardAnchorInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DashboardAnnotationAnchorRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DashboardCollectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DashboardInputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/DashboardRepresentation.d.ts +81 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertConditionInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertConditionRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertContentRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertCronScheduleRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleRepresentation.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertInputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertMetricValueRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRawValueInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRawValueRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertReceiversInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertReceiversRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRepresentation.d.ts +61 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertRunOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertScheduleRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsInputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertThresholdsRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertValueRightOperandInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleInputRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAlertWeeklyScheduleRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetDependentRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestInputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/DataAssetRequestRepresentation.d.ts +123 -0
- package/dist/es/es2018/types/src/generated/types/FileTypeOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FlowCollectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/FlowMetadataRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/FlowRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/FlowVariableRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/FollowInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FollowedAssetCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FollowedAssetInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/FollowedAssetRepresentation.d.ts +66 -0
- package/dist/es/es2018/types/src/generated/types/FollowedTimeRangeRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/FollowerAssetCollectionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/FollowerAssetRepresentation.d.ts +58 -0
- package/dist/es/es2018/types/src/generated/types/FollowerCollectionRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/FollowerInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/MarketplaceListingInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/MarketplaceListingRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/MarketplaceTemplateInputRepresentation.d.ts +47 -0
- package/dist/es/es2018/types/src/generated/types/MarketplaceTemplateOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/OrgCollectionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/OrgRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialInputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/SFDriveCredentialRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessCollectionRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessItemInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordAccessRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareCollectionRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareErrorRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/SetupRecordShareUserOrGroupRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/SlackAppInfoRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/SlackEmojiOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/SlackFileOutputRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/SlackMessageOutputRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/SlackReactionOutputRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/SlackUserInfoOutputRepresentation.d.ts +77 -0
- package/dist/es/es2018/types/src/generated/types/SubscriptionDigestConfigInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SubscriptionDigestConfigOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TableauExternalMonitoringEventInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/TableauExternalMonitoringEventItemInputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/TableauExternalMonitoringEventItemRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/TableauMarketplaceListingInstallationProgressResponse.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/TableauMarketplaceListingInstallationResponse.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLogLinesRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglineInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedAnalyticsLoglinesInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedFilterInputRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/UnifiedFilterRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/UniqueFollowerCountRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/UpdateFollowedAssetInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/UpdateSetupRecordAccessInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/UpdateSetupRecordAccessItemInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/VisualizationBundleRepresentation.d.ts +45 -0
- package/dist/es/es2018/types/src/generated/types/VisualizationCollectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/VisualizationInputRepresentation.d.ts +75 -0
- package/dist/es/es2018/types/src/generated/types/VisualizationRepresentation.d.ts +97 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceAssetCollectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceAssetInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceAssetRepresentation.d.ts +53 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceCollectionRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceInputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/WorkspaceRepresentation.d.ts +65 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +14917 -0
- package/src/raml/api.raml +3801 -0
- package/src/raml/luvio.raml +479 -0
|
@@ -0,0 +1,28 @@
|
|
|
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 = "8eaa9285577145c8837f6b3952a8253a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataAlertContentRepresentation, existing: DataAlertContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertContentRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataAlertContentRepresentationNormalized, incoming: DataAlertContentRepresentationNormalized): 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: DataAlertContentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents the content for a data alert
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataAlertContentRepresentationNormalized {
|
|
17
|
+
/** Type of content */
|
|
18
|
+
type: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents the content for a data alert
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataAlertContentRepresentation {
|
|
27
|
+
type: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_DataAlertScheduleRepresentation } from './DataAlertScheduleRepresentation';
|
|
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 = "882662d20fe34ccbbdcd55bf8a073fd9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertCronScheduleRepresentation, existing: DataAlertCronScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertCronScheduleRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertCronScheduleRepresentationNormalized, incoming: DataAlertCronScheduleRepresentationNormalized): 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: DataAlertCronScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents the cron schedule for a data alert
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertCronScheduleRepresentationNormalized extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
|
|
18
|
+
/** Cron expression for the schedule */
|
|
19
|
+
cronExpression: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents the cron schedule for a data alert
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAlertCronScheduleRepresentation extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
|
|
28
|
+
cronExpression: string;
|
|
29
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertDailyScheduleInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { DataAlertScheduleInputRepresentation as DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation } from './DataAlertScheduleInputRepresentation';
|
|
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 = "70a5c13b6a7cbd2affad61599c735617";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertDailyScheduleInputRepresentation, existing: DataAlertDailyScheduleInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertDailyScheduleInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertDailyScheduleInputRepresentationNormalized, incoming: DataAlertDailyScheduleInputRepresentationNormalized): 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: DataAlertDailyScheduleInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for daily alert schedule
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertDailyScheduleInputRepresentationNormalized extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Input representation for daily alert schedule
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* (none)
|
|
24
|
+
*/
|
|
25
|
+
export interface DataAlertDailyScheduleInputRepresentation extends DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation {
|
|
26
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { DataAlertScheduleRepresentation as DataAlertScheduleRepresentation_DataAlertScheduleRepresentation } from './DataAlertScheduleRepresentation';
|
|
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 = "151676774c8bc9c416499f4576f7869b";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertDailyScheduleRepresentation, existing: DataAlertDailyScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertDailyScheduleRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertDailyScheduleRepresentationNormalized, incoming: DataAlertDailyScheduleRepresentationNormalized): 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: DataAlertDailyScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents the daily schedule for a data alert
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertDailyScheduleRepresentationNormalized extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Represents the daily schedule for a data alert
|
|
21
|
+
*
|
|
22
|
+
* Keys:
|
|
23
|
+
* (none)
|
|
24
|
+
*/
|
|
25
|
+
export interface DataAlertDailyScheduleRepresentation extends DataAlertScheduleRepresentation_DataAlertScheduleRepresentation {
|
|
26
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DataAlertReceiversInputRepresentation as DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation } from './DataAlertReceiversInputRepresentation';
|
|
2
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
import { DataAlertNotificationRecipientsInputRepresentation as DataAlertNotificationRecipientsInputRepresentation_DataAlertNotificationRecipientsInputRepresentation } from './DataAlertNotificationRecipientsInputRepresentation';
|
|
4
|
+
export declare const VERSION = "e65b9ee95f4d79713e04a15c7f735a75";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataAlertDeliveryConfigurationInputRepresentation, existing: DataAlertDeliveryConfigurationInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertDeliveryConfigurationInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DataAlertDeliveryConfigurationInputRepresentationNormalized, incoming: DataAlertDeliveryConfigurationInputRepresentationNormalized): 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: DataAlertDeliveryConfigurationInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Delivery configuration for data alerts.
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataAlertDeliveryConfigurationInputRepresentationNormalized {
|
|
19
|
+
/** list of recipients to be notified. */
|
|
20
|
+
receivers: Array<DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Delivery configuration for data alerts.
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface DataAlertDeliveryConfigurationInputRepresentation {
|
|
29
|
+
receivers: Array<DataAlertNotificationRecipientsInputRepresentation_DataAlertNotificationRecipientsInputRepresentation>;
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertDeliveryConfigurationRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DataAlertReceiversRepresentation as DataAlertReceiversRepresentation_DataAlertReceiversRepresentation } from './DataAlertReceiversRepresentation';
|
|
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 = "a0e82f247e726b2018c93134a9dc094c";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertDeliveryConfigurationRepresentation, existing: DataAlertDeliveryConfigurationRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertDeliveryConfigurationRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertDeliveryConfigurationRepresentationNormalized, incoming: DataAlertDeliveryConfigurationRepresentationNormalized): 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: DataAlertDeliveryConfigurationRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents the delivery configuration for a data alert
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertDeliveryConfigurationRepresentationNormalized {
|
|
18
|
+
/** Receivers for the data alert */
|
|
19
|
+
receivers: Array<DataAlertReceiversRepresentation_DataAlertReceiversRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents the delivery configuration for a data alert
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAlertDeliveryConfigurationRepresentation {
|
|
28
|
+
receivers: Array<DataAlertReceiversRepresentation_DataAlertReceiversRepresentation>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { DataAlertContentInputRepresentation as DataAlertContentInputRepresentation_DataAlertContentInputRepresentation } from './DataAlertContentInputRepresentation';
|
|
2
|
+
import { DataAlertDeliveryConfigurationInputRepresentation as DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation } from './DataAlertDeliveryConfigurationInputRepresentation';
|
|
3
|
+
import { DataAlertScheduleInputRepresentation as DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation } from './DataAlertScheduleInputRepresentation';
|
|
4
|
+
import { DataAlertThresholdsInputRepresentation as DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation } from './DataAlertThresholdsInputRepresentation';
|
|
5
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
6
|
+
import { DataAlertMetricContentInputRepresentation as DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation } from './DataAlertMetricContentInputRepresentation';
|
|
7
|
+
import { DataAlertDailyScheduleInputRepresentation as DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation } from './DataAlertDailyScheduleInputRepresentation';
|
|
8
|
+
import { DataAlertWeeklyScheduleInputRepresentation as DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation } from './DataAlertWeeklyScheduleInputRepresentation';
|
|
9
|
+
export declare const VERSION = "59d3b7b32b5f5050f45fd53cf91a3448";
|
|
10
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
|
+
export declare const RepresentationType: string;
|
|
12
|
+
export declare function normalize(input: DataAlertInputRepresentation, existing: DataAlertInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertInputRepresentationNormalized;
|
|
13
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
14
|
+
export declare function equals(existing: DataAlertInputRepresentationNormalized, incoming: DataAlertInputRepresentationNormalized): boolean;
|
|
15
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
16
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
17
|
+
/**
|
|
18
|
+
* A top level data alert metadata representation.
|
|
19
|
+
*
|
|
20
|
+
* Keys:
|
|
21
|
+
* (none)
|
|
22
|
+
*/
|
|
23
|
+
export interface DataAlertInputRepresentationNormalized {
|
|
24
|
+
/** user entered utterance for generating analysis. */
|
|
25
|
+
analysisUtterance: string;
|
|
26
|
+
content: DataAlertContentInputRepresentation_DataAlertContentInputRepresentation;
|
|
27
|
+
deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
28
|
+
schedule: DataAlertScheduleInputRepresentation_DataAlertScheduleInputRepresentation;
|
|
29
|
+
thresholds: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
30
|
+
/** user entered utterance */
|
|
31
|
+
utterance: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* A top level data alert metadata representation.
|
|
35
|
+
*
|
|
36
|
+
* Keys:
|
|
37
|
+
* (none)
|
|
38
|
+
*/
|
|
39
|
+
export interface DataAlertInputRepresentation {
|
|
40
|
+
analysisUtterance: string;
|
|
41
|
+
content: DataAlertMetricContentInputRepresentation_DataAlertMetricContentInputRepresentation;
|
|
42
|
+
deliveryConfigurations: DataAlertDeliveryConfigurationInputRepresentation_DataAlertDeliveryConfigurationInputRepresentation;
|
|
43
|
+
schedule: DataAlertDailyScheduleInputRepresentation_DataAlertDailyScheduleInputRepresentation | DataAlertWeeklyScheduleInputRepresentation_DataAlertWeeklyScheduleInputRepresentation;
|
|
44
|
+
thresholds: DataAlertThresholdsInputRepresentation_DataAlertThresholdsInputRepresentation;
|
|
45
|
+
utterance: string;
|
|
46
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertMetricContentInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { DataAlertContentInputRepresentation as DataAlertContentInputRepresentation_DataAlertContentInputRepresentation } from './DataAlertContentInputRepresentation';
|
|
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 = "efafb488df0cc1139a045ea0d635db67";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertMetricContentInputRepresentation, existing: DataAlertMetricContentInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricContentInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertMetricContentInputRepresentationNormalized, incoming: DataAlertMetricContentInputRepresentationNormalized): 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: DataAlertMetricContentInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for content based on metric value
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertMetricContentInputRepresentationNormalized extends DataAlertContentInputRepresentation_DataAlertContentInputRepresentation {
|
|
18
|
+
/** input string instruction */
|
|
19
|
+
instruction: string;
|
|
20
|
+
/** Id or API name of the semantic data model */
|
|
21
|
+
modelApiNameOrId: Array<string>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Input representation for content based on metric value
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataAlertMetricContentInputRepresentation extends DataAlertContentInputRepresentation_DataAlertContentInputRepresentation {
|
|
30
|
+
instruction: string;
|
|
31
|
+
modelApiNameOrId: Array<string>;
|
|
32
|
+
type: 'Metric';
|
|
33
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DataAlertContentRepresentation as DataAlertContentRepresentation_DataAlertContentRepresentation } from './DataAlertContentRepresentation';
|
|
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 = "91034042e3879ca9a879f35759c94407";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertMetricContentRepresentation, existing: DataAlertMetricContentRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricContentRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertMetricContentRepresentationNormalized, incoming: DataAlertMetricContentRepresentationNormalized): 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: DataAlertMetricContentRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents the metric content for a data alert
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertMetricContentRepresentationNormalized extends DataAlertContentRepresentation_DataAlertContentRepresentation {
|
|
18
|
+
/** Instructions to generate notification content */
|
|
19
|
+
instruction: string;
|
|
20
|
+
/** Id or API name of the semantic data model */
|
|
21
|
+
modelApiNameOrId: Array<string>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents the metric content for a data alert
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataAlertMetricContentRepresentation extends DataAlertContentRepresentation_DataAlertContentRepresentation {
|
|
30
|
+
instruction: string;
|
|
31
|
+
modelApiNameOrId: Array<string>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
|
|
2
|
+
import { UnifiedFilterInputRepresentation as UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation } from './UnifiedFilterInputRepresentation';
|
|
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 = "ec135f593d163dfbaf4030cca3e91d6f";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataAlertMetricValueInputRepresentation, existing: DataAlertMetricValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricValueInputRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DataAlertMetricValueInputRepresentationNormalized, incoming: DataAlertMetricValueInputRepresentationNormalized): 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: DataAlertMetricValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Input representation for metric operands
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataAlertMetricValueInputRepresentationNormalized extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
|
|
19
|
+
/** fact key */
|
|
20
|
+
factKey: string;
|
|
21
|
+
/** filter context */
|
|
22
|
+
filterContext: Array<UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation>;
|
|
23
|
+
/** type of insight */
|
|
24
|
+
insightType: string;
|
|
25
|
+
/** metric or sub-metric Id */
|
|
26
|
+
metricId: string;
|
|
27
|
+
/** Id or API name of the semantic data model */
|
|
28
|
+
modelApiNameOrId: string;
|
|
29
|
+
/** additional metric params */
|
|
30
|
+
params: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
/** SDM ID of the semantic data model */
|
|
34
|
+
sdmId: string;
|
|
35
|
+
timeContext: UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Input representation for metric operands
|
|
39
|
+
*
|
|
40
|
+
* Keys:
|
|
41
|
+
* (none)
|
|
42
|
+
*/
|
|
43
|
+
export interface DataAlertMetricValueInputRepresentation extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
|
|
44
|
+
factKey: string;
|
|
45
|
+
filterContext: Array<UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation>;
|
|
46
|
+
insightType: string;
|
|
47
|
+
metricId: string;
|
|
48
|
+
modelApiNameOrId: string;
|
|
49
|
+
params: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
sdmId: string;
|
|
53
|
+
timeContext: UnifiedFilterInputRepresentation_UnifiedFilterInputRepresentation;
|
|
54
|
+
type: 'Insights';
|
|
55
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { DataAlertValueRepresentation as DataAlertValueRepresentation_DataAlertValueRepresentation } from './DataAlertValueRepresentation';
|
|
2
|
+
import { UnifiedFilterRepresentation as UnifiedFilterRepresentation_UnifiedFilterRepresentation } from './UnifiedFilterRepresentation';
|
|
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 = "4ac088c4e602c8fb3a8306da1eb51d14";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: DataAlertMetricValueRepresentation, existing: DataAlertMetricValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertMetricValueRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: DataAlertMetricValueRepresentationNormalized, incoming: DataAlertMetricValueRepresentationNormalized): 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: DataAlertMetricValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents a metric value for a data alert condition
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface DataAlertMetricValueRepresentationNormalized extends DataAlertValueRepresentation_DataAlertValueRepresentation {
|
|
19
|
+
/** fact key */
|
|
20
|
+
factKey: string;
|
|
21
|
+
/** filter context */
|
|
22
|
+
filterContext: Array<UnifiedFilterRepresentation_UnifiedFilterRepresentation>;
|
|
23
|
+
/** type of insight */
|
|
24
|
+
insightType: string;
|
|
25
|
+
/** metric or sub-metric Id */
|
|
26
|
+
metricId: string;
|
|
27
|
+
/** Id or API name of the semantic data model */
|
|
28
|
+
modelApiNameOrId: string;
|
|
29
|
+
/** additional metric params */
|
|
30
|
+
params: {
|
|
31
|
+
[key: string]: string;
|
|
32
|
+
};
|
|
33
|
+
timeContext: UnifiedFilterRepresentation_UnifiedFilterRepresentation;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Represents a metric value for a data alert condition
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface DataAlertMetricValueRepresentation extends DataAlertValueRepresentation_DataAlertValueRepresentation {
|
|
42
|
+
factKey: string;
|
|
43
|
+
filterContext: Array<UnifiedFilterRepresentation_UnifiedFilterRepresentation>;
|
|
44
|
+
insightType: string;
|
|
45
|
+
metricId: string;
|
|
46
|
+
modelApiNameOrId: string;
|
|
47
|
+
params: {
|
|
48
|
+
[key: string]: string;
|
|
49
|
+
};
|
|
50
|
+
timeContext: UnifiedFilterRepresentation_UnifiedFilterRepresentation;
|
|
51
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { DataAlertReceiversInputRepresentation as DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation } from './DataAlertReceiversInputRepresentation';
|
|
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 = "758a9a59e8ee05131bafdf65b578d214";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertNotificationRecipientsInputRepresentation, existing: DataAlertNotificationRecipientsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertNotificationRecipientsInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertNotificationRecipientsInputRepresentationNormalized, incoming: DataAlertNotificationRecipientsInputRepresentationNormalized): 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: DataAlertNotificationRecipientsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* List of UNS recipients for Data alerts. May contain user or group Ids.
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertNotificationRecipientsInputRepresentationNormalized extends DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation {
|
|
18
|
+
/** group or user Ids */
|
|
19
|
+
recipients: Array<string>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* List of UNS recipients for Data alerts. May contain user or group Ids.
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAlertNotificationRecipientsInputRepresentation extends DataAlertReceiversInputRepresentation_DataAlertReceiversInputRepresentation {
|
|
28
|
+
recipients: Array<string>;
|
|
29
|
+
type: 'Notification';
|
|
30
|
+
}
|
package/dist/es/es2018/types/src/generated/types/DataAlertNotificationRecipientsRepresentation.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { DataAlertReceiversRepresentation as DataAlertReceiversRepresentation_DataAlertReceiversRepresentation } from './DataAlertReceiversRepresentation';
|
|
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 = "e0fb6eb70333ab8ff6f2d4f741b95324";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertNotificationRecipientsRepresentation, existing: DataAlertNotificationRecipientsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertNotificationRecipientsRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertNotificationRecipientsRepresentationNormalized, incoming: DataAlertNotificationRecipientsRepresentationNormalized): 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: DataAlertNotificationRecipientsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents notification recipients for a data alert
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertNotificationRecipientsRepresentationNormalized extends DataAlertReceiversRepresentation_DataAlertReceiversRepresentation {
|
|
18
|
+
/** list of notification recipients */
|
|
19
|
+
recipients: Array<string>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents notification recipients for a data alert
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface DataAlertNotificationRecipientsRepresentation extends DataAlertReceiversRepresentation_DataAlertReceiversRepresentation {
|
|
28
|
+
recipients: Array<string>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { DataAlertValueInputRepresentation as DataAlertValueInputRepresentation_DataAlertValueInputRepresentation } from './DataAlertValueInputRepresentation';
|
|
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 = "d19b970e09db8dcf9dfa3b9475235725";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertRawValueInputRepresentation, existing: DataAlertRawValueInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRawValueInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertRawValueInputRepresentationNormalized, incoming: DataAlertRawValueInputRepresentationNormalized): 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: DataAlertRawValueInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Abstract input representation for raw value operands
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertRawValueInputRepresentationNormalized extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
|
|
18
|
+
/** data types for the raw value: percentage, currency etc. */
|
|
19
|
+
dataType: string;
|
|
20
|
+
/** raw value of the operand */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Abstract input representation for raw value operands
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataAlertRawValueInputRepresentation extends DataAlertValueInputRepresentation_DataAlertValueInputRepresentation {
|
|
30
|
+
dataType: string;
|
|
31
|
+
value: string;
|
|
32
|
+
type: 'RawValue';
|
|
33
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { DataAlertValueRepresentation as DataAlertValueRepresentation_DataAlertValueRepresentation } from './DataAlertValueRepresentation';
|
|
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 = "69a4b2c39d86c0554ebd12dff8b8add9";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: DataAlertRawValueRepresentation, existing: DataAlertRawValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertRawValueRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: DataAlertRawValueRepresentationNormalized, incoming: DataAlertRawValueRepresentationNormalized): 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: DataAlertRawValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents a raw value for a data alert condition
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface DataAlertRawValueRepresentationNormalized extends DataAlertValueRepresentation_DataAlertValueRepresentation {
|
|
18
|
+
/** Data type of the raw value */
|
|
19
|
+
dataType: string;
|
|
20
|
+
/** Raw value */
|
|
21
|
+
value: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Represents a raw value for a data alert condition
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface DataAlertRawValueRepresentation extends DataAlertValueRepresentation_DataAlertValueRepresentation {
|
|
30
|
+
dataType: string;
|
|
31
|
+
value: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
2
|
+
export declare enum DiscriminatorValues {
|
|
3
|
+
Notification = "Notification"
|
|
4
|
+
}
|
|
5
|
+
export declare const VERSION = "89d38c1901682638f542d12da09938e9";
|
|
6
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
7
|
+
export declare const RepresentationType: string;
|
|
8
|
+
export declare function normalize(input: DataAlertReceiversInputRepresentation, existing: DataAlertReceiversInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertReceiversInputRepresentationNormalized;
|
|
9
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
10
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
11
|
+
export declare function equals(existing: DataAlertReceiversInputRepresentationNormalized, incoming: DataAlertReceiversInputRepresentationNormalized): boolean;
|
|
12
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
13
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
14
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: DataAlertReceiversInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
15
|
+
/**
|
|
16
|
+
* Input representation for data alert recipients
|
|
17
|
+
*
|
|
18
|
+
* Keys:
|
|
19
|
+
* (none)
|
|
20
|
+
*/
|
|
21
|
+
export interface DataAlertReceiversInputRepresentationNormalized {
|
|
22
|
+
/** delivery type */
|
|
23
|
+
type: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Input representation for data alert recipients
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface DataAlertReceiversInputRepresentation {
|
|
32
|
+
type: string;
|
|
33
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 = "81c494b37a0057605cbb1a850f4bc7c6";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: DataAlertReceiversRepresentation, existing: DataAlertReceiversRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): DataAlertReceiversRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: DataAlertReceiversRepresentationNormalized, incoming: DataAlertReceiversRepresentationNormalized): 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: DataAlertReceiversRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents receivers for a data alert
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface DataAlertReceiversRepresentationNormalized {
|
|
17
|
+
/** delivery type */
|
|
18
|
+
type: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Represents receivers for a data alert
|
|
22
|
+
*
|
|
23
|
+
* Keys:
|
|
24
|
+
* (none)
|
|
25
|
+
*/
|
|
26
|
+
export interface DataAlertReceiversRepresentation {
|
|
27
|
+
type: string;
|
|
28
|
+
}
|