@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,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig } from '../resources/getTableauDashboardsByDashboardIdOrApiName';
|
|
4
|
+
import { DashboardRepresentation as types_DashboardRepresentation_DashboardRepresentation, KeyParams as types_DashboardRepresentation_KeyParams } from '../types/DashboardRepresentation';
|
|
5
|
+
export declare const adapterName = "getDashboardByName";
|
|
6
|
+
export declare const getDashboardByName_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDashboardByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDashboardByNameConfig {
|
|
9
|
+
dashboardIdOrApiName: string;
|
|
10
|
+
minorVersion?: number;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetDashboardByNameConfig) => resources_getTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDashboardByNameConfig>): adapter$45$utils_Untrusted<GetDashboardByNameConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDashboardByNameConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig): $64$luvio_engine_Snapshot<types_DashboardRepresentation_DashboardRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig, resourceParams: resources_getTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DashboardRepresentation_DashboardRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DashboardRepresentation_DashboardRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DashboardRepresentation_DashboardRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DashboardRepresentation_DashboardRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig, resourceParams: resources_getTableauDashboardsByDashboardIdOrApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDashboardByNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DashboardRepresentation_DashboardRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetDashboardByNameConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DashboardRepresentation_DashboardRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DashboardRepresentation_DashboardRepresentation>): $64$luvio_engine_Snapshot<types_DashboardRepresentation_DashboardRepresentation, any>;
|
|
28
|
+
export declare const getDashboardByNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetDashboardByNameConfig, types_DashboardRepresentation_DashboardRepresentation>;
|
|
29
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_DashboardRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDashboards_ResourceRequestConfig } from '../resources/getTableauDashboards';
|
|
4
|
+
import { DashboardCollectionRepresentation as types_DashboardCollectionRepresentation_DashboardCollectionRepresentation } from '../types/DashboardCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getDashboards";
|
|
6
|
+
export declare const getDashboards_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDashboards_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDashboardsConfig {
|
|
9
|
+
limit?: number;
|
|
10
|
+
minorVersion?: number;
|
|
11
|
+
offset?: number;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GetDashboardsConfig) => resources_getTableauDashboards_ResourceRequestConfig;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDashboardsConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDashboardsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDashboardsConfig>): adapter$45$utils_Untrusted<GetDashboardsConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDashboardsConfig | null;
|
|
18
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDashboardsConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDashboardsConfig): $64$luvio_engine_Snapshot<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation, any>;
|
|
20
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDashboardsConfig, resourceParams: resources_getTableauDashboards_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation, any>>;
|
|
21
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDashboardsConfig, resourceParams: resources_getTableauDashboards_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
22
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDashboardsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation, any>>;
|
|
23
|
+
export type BuildSnapshotContext = {
|
|
24
|
+
luvio: $64$luvio_engine_Luvio;
|
|
25
|
+
config: GetDashboardsConfig;
|
|
26
|
+
};
|
|
27
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation, any>>;
|
|
28
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation>): $64$luvio_engine_Snapshot<types_DashboardCollectionRepresentation_DashboardCollectionRepresentation, any>;
|
|
29
|
+
export declare const getDashboardsAdapterFactory: $64$luvio_engine_AdapterFactory<GetDashboardsConfig, types_DashboardCollectionRepresentation_DashboardCollectionRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAlertsByDataAlertId_ResourceRequestConfig } from '../resources/getTableauDataAlertsByDataAlertId';
|
|
4
|
+
import { DataAlertRepresentation as types_DataAlertRepresentation_DataAlertRepresentation, KeyParams as types_DataAlertRepresentation_KeyParams } from '../types/DataAlertRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAlert";
|
|
6
|
+
export declare const getDataAlert_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAlert_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAlertConfig {
|
|
9
|
+
dataAlertId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetDataAlertConfig) => resources_getTableauDataAlertsByDataAlertId_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAlertConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAlertConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAlertConfig>): adapter$45$utils_Untrusted<GetDataAlertConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAlertConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAlertConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAlertConfig): $64$luvio_engine_Snapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAlertConfig, resourceParams: resources_getTableauDataAlertsByDataAlertId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAlertRepresentation_DataAlertRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAlertConfig, resourceParams: resources_getTableauDataAlertsByDataAlertId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAlertConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetDataAlertConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAlertRepresentation_DataAlertRepresentation>): $64$luvio_engine_Snapshot<types_DataAlertRepresentation_DataAlertRepresentation, any>;
|
|
27
|
+
export declare const getDataAlertAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAlertConfig, types_DataAlertRepresentation_DataAlertRepresentation>;
|
|
28
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_DataAlertRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAlerts_ResourceRequestConfig } from '../resources/getTableauDataAlerts';
|
|
4
|
+
import { DataAlertCollectionRepresentation as types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation } from '../types/DataAlertCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAlertCollection";
|
|
6
|
+
export declare const getDataAlertCollection_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAlertCollection_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAlertCollectionConfig {
|
|
9
|
+
ownerId: string;
|
|
10
|
+
limit?: number;
|
|
11
|
+
offset?: number;
|
|
12
|
+
}
|
|
13
|
+
export declare const createResourceParams: (config: GetDataAlertCollectionConfig) => resources_getTableauDataAlerts_ResourceRequestConfig;
|
|
14
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAlertCollectionConfig): string;
|
|
15
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAlertCollectionConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAlertCollectionConfig>): adapter$45$utils_Untrusted<GetDataAlertCollectionConfig>;
|
|
17
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAlertCollectionConfig | null;
|
|
18
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAlertCollectionConfig): $64$luvio_engine_Fragment;
|
|
19
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAlertCollectionConfig): $64$luvio_engine_Snapshot<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation, any>;
|
|
20
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAlertCollectionConfig, resourceParams: resources_getTableauDataAlerts_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation, any>>;
|
|
21
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAlertCollectionConfig, resourceParams: resources_getTableauDataAlerts_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
22
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAlertCollectionConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation, any>>;
|
|
23
|
+
export type BuildSnapshotContext = {
|
|
24
|
+
luvio: $64$luvio_engine_Luvio;
|
|
25
|
+
config: GetDataAlertCollectionConfig;
|
|
26
|
+
};
|
|
27
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation, any>>;
|
|
28
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation>): $64$luvio_engine_Snapshot<types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation, any>;
|
|
29
|
+
export declare const getDataAlertCollectionAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAlertCollectionConfig, types_DataAlertCollectionRepresentation_DataAlertCollectionRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig } from '../resources/getTableauDataAssetsDependenciesByAssetId';
|
|
4
|
+
import { DataAssetDependentCollectionRepresentation as types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation } from '../types/DataAssetDependentCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetDependencies";
|
|
6
|
+
export declare const getDataAssetDependencies_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetDependencies_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetDependenciesConfig {
|
|
9
|
+
assetId: string;
|
|
10
|
+
includeSynchronizationInfo?: boolean;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetDataAssetDependenciesConfig) => resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetDependenciesConfig>): adapter$45$utils_Untrusted<GetDataAssetDependenciesConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetDependenciesConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig): $64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig, resourceParams: resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig, resourceParams: resources_getTableauDataAssetsDependenciesByAssetId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetDependenciesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetDataAssetDependenciesConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation, any>;
|
|
28
|
+
export declare const getDataAssetDependenciesAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetDependenciesConfig, types_DataAssetDependentCollectionRepresentation_DataAssetDependentCollectionRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig } from '../resources/getTableauDataAssetsRequestsByRequestIdOrApiName';
|
|
4
|
+
import { DataAssetRequestRepresentation as types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, KeyParams as types_DataAssetRequestRepresentation_KeyParams } from '../types/DataAssetRequestRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetRequestByIdOrApiName";
|
|
6
|
+
export declare const getDataAssetRequestByIdOrApiName_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetRequestByIdOrApiName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetRequestByIdOrApiNameConfig {
|
|
9
|
+
requestIdOrApiName: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetDataAssetRequestByIdOrApiNameConfig) => resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetRequestByIdOrApiNameConfig>): adapter$45$utils_Untrusted<GetDataAssetRequestByIdOrApiNameConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetRequestByIdOrApiNameConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig): $64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig, resourceParams: resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig, resourceParams: resources_getTableauDataAssetsRequestsByRequestIdOrApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestByIdOrApiNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetDataAssetRequestByIdOrApiNameConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetRequestRepresentation_DataAssetRequestRepresentation, any>;
|
|
27
|
+
export declare const getDataAssetRequestByIdOrApiNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetRequestByIdOrApiNameConfig, types_DataAssetRequestRepresentation_DataAssetRequestRepresentation>;
|
|
28
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_DataAssetRequestRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsRequests_ResourceRequestConfig } from '../resources/getTableauDataAssetsRequests';
|
|
4
|
+
import { DataAssetRequestCollectionRepresentation as types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation } from '../types/DataAssetRequestCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetRequests";
|
|
6
|
+
export declare const getDataAssetRequests_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetRequests_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetRequestsConfig {
|
|
9
|
+
assetId?: string;
|
|
10
|
+
assetType?: string;
|
|
11
|
+
createdBy?: string;
|
|
12
|
+
limit?: number;
|
|
13
|
+
offset?: number;
|
|
14
|
+
orderBy?: string;
|
|
15
|
+
requestType?: string;
|
|
16
|
+
searchQueryTerm?: string;
|
|
17
|
+
sortBy?: string;
|
|
18
|
+
status?: string;
|
|
19
|
+
workspaceIdOrApiName?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare const createResourceParams: (config: GetDataAssetRequestsConfig) => resources_getTableauDataAssetsRequests_ResourceRequestConfig;
|
|
22
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): string;
|
|
23
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
24
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetRequestsConfig>): adapter$45$utils_Untrusted<GetDataAssetRequestsConfig>;
|
|
25
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetRequestsConfig | null;
|
|
26
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): $64$luvio_engine_Fragment;
|
|
27
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig): $64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>;
|
|
28
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig, resourceParams: resources_getTableauDataAssetsRequests_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>>;
|
|
29
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig, resourceParams: resources_getTableauDataAssetsRequests_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
30
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>>;
|
|
31
|
+
export type BuildSnapshotContext = {
|
|
32
|
+
luvio: $64$luvio_engine_Luvio;
|
|
33
|
+
config: GetDataAssetRequestsConfig;
|
|
34
|
+
};
|
|
35
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>>;
|
|
36
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation, any>;
|
|
37
|
+
export declare const getDataAssetRequestsAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetRequestsConfig, types_DataAssetRequestCollectionRepresentation_DataAssetRequestCollectionRepresentation>;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig } from '../resources/getTableauDataAssetsRequestsCount';
|
|
4
|
+
import { DataAssetRequestCountRepresentation as types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation } from '../types/DataAssetRequestCountRepresentation';
|
|
5
|
+
export declare const adapterName = "getDataAssetRequestsCount";
|
|
6
|
+
export declare const getDataAssetRequestsCount_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getDataAssetRequestsCount_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetDataAssetRequestsCountConfig {
|
|
9
|
+
assetId?: string;
|
|
10
|
+
assetType?: string;
|
|
11
|
+
createdBy?: string;
|
|
12
|
+
searchQueryTerm?: string;
|
|
13
|
+
status?: string;
|
|
14
|
+
taskType?: string;
|
|
15
|
+
workspaceIdOrApiName?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const createResourceParams: (config: GetDataAssetRequestsCountConfig) => resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetDataAssetRequestsCountConfig>): adapter$45$utils_Untrusted<GetDataAssetRequestsCountConfig>;
|
|
21
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetDataAssetRequestsCountConfig | null;
|
|
22
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig): $64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>;
|
|
24
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig, resourceParams: resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>>;
|
|
25
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig, resourceParams: resources_getTableauDataAssetsRequestsCount_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
26
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetDataAssetRequestsCountConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>>;
|
|
27
|
+
export type BuildSnapshotContext = {
|
|
28
|
+
luvio: $64$luvio_engine_Luvio;
|
|
29
|
+
config: GetDataAssetRequestsCountConfig;
|
|
30
|
+
};
|
|
31
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>>;
|
|
32
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>): $64$luvio_engine_Snapshot<types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation, any>;
|
|
33
|
+
export declare const getDataAssetRequestsCountAdapterFactory: $64$luvio_engine_AdapterFactory<GetDataAssetRequestsCountConfig, types_DataAssetRequestCountRepresentation_DataAssetRequestCountRepresentation>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauFlowsByFlowApiName_ResourceRequestConfig } from '../resources/getTableauFlowsByFlowApiName';
|
|
4
|
+
import { FlowRepresentation as types_FlowRepresentation_FlowRepresentation } from '../types/FlowRepresentation';
|
|
5
|
+
export declare const adapterName = "getFlowByName";
|
|
6
|
+
export declare const getFlowByName_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getFlowByName_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetFlowByNameConfig {
|
|
9
|
+
flowApiName: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetFlowByNameConfig) => resources_getTableauFlowsByFlowApiName_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFlowByNameConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFlowByNameConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFlowByNameConfig>): adapter$45$utils_Untrusted<GetFlowByNameConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFlowByNameConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFlowByNameConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFlowByNameConfig): $64$luvio_engine_Snapshot<types_FlowRepresentation_FlowRepresentation, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetFlowByNameConfig, resourceParams: resources_getTableauFlowsByFlowApiName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FlowRepresentation_FlowRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_FlowRepresentation_FlowRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FlowRepresentation_FlowRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FlowRepresentation_FlowRepresentation, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetFlowByNameConfig, resourceParams: resources_getTableauFlowsByFlowApiName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFlowByNameConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_FlowRepresentation_FlowRepresentation, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetFlowByNameConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FlowRepresentation_FlowRepresentation, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FlowRepresentation_FlowRepresentation>): $64$luvio_engine_Snapshot<types_FlowRepresentation_FlowRepresentation, any>;
|
|
27
|
+
export declare const getFlowByNameAdapterFactory: $64$luvio_engine_AdapterFactory<GetFlowByNameConfig, types_FlowRepresentation_FlowRepresentation>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauFlows_ResourceRequestConfig } from '../resources/getTableauFlows';
|
|
4
|
+
import { FlowCollectionRepresentation as types_FlowCollectionRepresentation_FlowCollectionRepresentation } from '../types/FlowCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getFlows";
|
|
6
|
+
export declare const getFlows_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getFlows_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetFlowsConfig {
|
|
9
|
+
limit?: number;
|
|
10
|
+
offset?: number;
|
|
11
|
+
}
|
|
12
|
+
export declare const createResourceParams: (config: GetFlowsConfig) => resources_getTableauFlows_ResourceRequestConfig;
|
|
13
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig): string;
|
|
14
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFlowsConfig>): adapter$45$utils_Untrusted<GetFlowsConfig>;
|
|
16
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFlowsConfig | null;
|
|
17
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig): $64$luvio_engine_Fragment;
|
|
18
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig): $64$luvio_engine_Snapshot<types_FlowCollectionRepresentation_FlowCollectionRepresentation, any>;
|
|
19
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig, resourceParams: resources_getTableauFlows_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FlowCollectionRepresentation_FlowCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_FlowCollectionRepresentation_FlowCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FlowCollectionRepresentation_FlowCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FlowCollectionRepresentation_FlowCollectionRepresentation, any>>;
|
|
20
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig, resourceParams: resources_getTableauFlows_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
21
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFlowsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_FlowCollectionRepresentation_FlowCollectionRepresentation, any>>;
|
|
22
|
+
export type BuildSnapshotContext = {
|
|
23
|
+
luvio: $64$luvio_engine_Luvio;
|
|
24
|
+
config: GetFlowsConfig;
|
|
25
|
+
};
|
|
26
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FlowCollectionRepresentation_FlowCollectionRepresentation, any>>;
|
|
27
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FlowCollectionRepresentation_FlowCollectionRepresentation>): $64$luvio_engine_Snapshot<types_FlowCollectionRepresentation_FlowCollectionRepresentation, any>;
|
|
28
|
+
export declare const getFlowsAdapterFactory: $64$luvio_engine_AdapterFactory<GetFlowsConfig, types_FlowCollectionRepresentation_FlowCollectionRepresentation>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauFollowFollowersFollowedAssetsByFollowerId_ResourceRequestConfig } from '../resources/getTableauFollowFollowersFollowedAssetsByFollowerId';
|
|
4
|
+
import { FollowedAssetCollectionRepresentation as types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation } from '../types/FollowedAssetCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getFollowedAssets";
|
|
6
|
+
export declare const getFollowedAssets_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getFollowedAssets_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetFollowedAssetsConfig {
|
|
9
|
+
followerId: string;
|
|
10
|
+
followedAssetType?: string;
|
|
11
|
+
limit?: number;
|
|
12
|
+
offset?: number;
|
|
13
|
+
}
|
|
14
|
+
export declare const createResourceParams: (config: GetFollowedAssetsConfig) => resources_getTableauFollowFollowersFollowedAssetsByFollowerId_ResourceRequestConfig;
|
|
15
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFollowedAssetsConfig): string;
|
|
16
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFollowedAssetsConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFollowedAssetsConfig>): adapter$45$utils_Untrusted<GetFollowedAssetsConfig>;
|
|
18
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFollowedAssetsConfig | null;
|
|
19
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFollowedAssetsConfig): $64$luvio_engine_Fragment;
|
|
20
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFollowedAssetsConfig): $64$luvio_engine_Snapshot<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation, any>;
|
|
21
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetFollowedAssetsConfig, resourceParams: resources_getTableauFollowFollowersFollowedAssetsByFollowerId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation, any>>;
|
|
22
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetFollowedAssetsConfig, resourceParams: resources_getTableauFollowFollowersFollowedAssetsByFollowerId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
23
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFollowedAssetsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation, any>>;
|
|
24
|
+
export type BuildSnapshotContext = {
|
|
25
|
+
luvio: $64$luvio_engine_Luvio;
|
|
26
|
+
config: GetFollowedAssetsConfig;
|
|
27
|
+
};
|
|
28
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation, any>>;
|
|
29
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation>): $64$luvio_engine_Snapshot<types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation, any>;
|
|
30
|
+
export declare const getFollowedAssetsAdapterFactory: $64$luvio_engine_AdapterFactory<GetFollowedAssetsConfig, types_FollowedAssetCollectionRepresentation_FollowedAssetCollectionRepresentation>;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauFollowAssetsFollowersByFollowedAssetId_ResourceRequestConfig } from '../resources/getTableauFollowAssetsFollowersByFollowedAssetId';
|
|
4
|
+
import { FollowerCollectionRepresentation as types_FollowerCollectionRepresentation_FollowerCollectionRepresentation } from '../types/FollowerCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getFollowers";
|
|
6
|
+
export declare const getFollowers_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getFollowers_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetFollowersConfig {
|
|
9
|
+
followedAssetId: string;
|
|
10
|
+
followerId?: string;
|
|
11
|
+
followerType?: string;
|
|
12
|
+
limit?: number;
|
|
13
|
+
offset?: number;
|
|
14
|
+
}
|
|
15
|
+
export declare const createResourceParams: (config: GetFollowersConfig) => resources_getTableauFollowAssetsFollowersByFollowedAssetId_ResourceRequestConfig;
|
|
16
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetFollowersConfig): string;
|
|
17
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetFollowersConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
18
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetFollowersConfig>): adapter$45$utils_Untrusted<GetFollowersConfig>;
|
|
19
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetFollowersConfig | null;
|
|
20
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetFollowersConfig): $64$luvio_engine_Fragment;
|
|
21
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFollowersConfig): $64$luvio_engine_Snapshot<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation, any>;
|
|
22
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetFollowersConfig, resourceParams: resources_getTableauFollowAssetsFollowersByFollowedAssetId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation, any>>;
|
|
23
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetFollowersConfig, resourceParams: resources_getTableauFollowAssetsFollowersByFollowedAssetId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
24
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetFollowersConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation, any>>;
|
|
25
|
+
export type BuildSnapshotContext = {
|
|
26
|
+
luvio: $64$luvio_engine_Luvio;
|
|
27
|
+
config: GetFollowersConfig;
|
|
28
|
+
};
|
|
29
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation, any>>;
|
|
30
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation>): $64$luvio_engine_Snapshot<types_FollowerCollectionRepresentation_FollowerCollectionRepresentation, any>;
|
|
31
|
+
export declare const getFollowersAdapterFactory: $64$luvio_engine_AdapterFactory<GetFollowersConfig, types_FollowerCollectionRepresentation_FollowerCollectionRepresentation>;
|
package/dist/es/es2018/types/src/generated/adapters/getMarketplaceListingInstallationProgress.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauMarketplaceInstallationsByInstallationId_ResourceRequestConfig } from '../resources/getTableauMarketplaceInstallationsByInstallationId';
|
|
4
|
+
import { TableauMarketplaceListingInstallationProgressResponse as types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse } from '../types/TableauMarketplaceListingInstallationProgressResponse';
|
|
5
|
+
export declare const adapterName = "getMarketplaceListingInstallationProgress";
|
|
6
|
+
export declare const getMarketplaceListingInstallationProgress_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getMarketplaceListingInstallationProgress_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetMarketplaceListingInstallationProgressConfig {
|
|
9
|
+
installationId: string;
|
|
10
|
+
}
|
|
11
|
+
export declare const createResourceParams: (config: GetMarketplaceListingInstallationProgressConfig) => resources_getTableauMarketplaceInstallationsByInstallationId_ResourceRequestConfig;
|
|
12
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetMarketplaceListingInstallationProgressConfig): string;
|
|
13
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetMarketplaceListingInstallationProgressConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
14
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetMarketplaceListingInstallationProgressConfig>): adapter$45$utils_Untrusted<GetMarketplaceListingInstallationProgressConfig>;
|
|
15
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetMarketplaceListingInstallationProgressConfig | null;
|
|
16
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetMarketplaceListingInstallationProgressConfig): $64$luvio_engine_Fragment;
|
|
17
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetMarketplaceListingInstallationProgressConfig): $64$luvio_engine_Snapshot<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse, any>;
|
|
18
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetMarketplaceListingInstallationProgressConfig, resourceParams: resources_getTableauMarketplaceInstallationsByInstallationId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse>): Promise<import("@luvio/engine").FulfilledSnapshot<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse, {}> | import("@luvio/engine").StaleSnapshot<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse, {}> | import("@luvio/engine").PendingSnapshot<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse, any>>;
|
|
19
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetMarketplaceListingInstallationProgressConfig, resourceParams: resources_getTableauMarketplaceInstallationsByInstallationId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
20
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetMarketplaceListingInstallationProgressConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse, any>>;
|
|
21
|
+
export type BuildSnapshotContext = {
|
|
22
|
+
luvio: $64$luvio_engine_Luvio;
|
|
23
|
+
config: GetMarketplaceListingInstallationProgressConfig;
|
|
24
|
+
};
|
|
25
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse, any>>;
|
|
26
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse>): $64$luvio_engine_Snapshot<types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse, any>;
|
|
27
|
+
export declare const getMarketplaceListingInstallationProgressAdapterFactory: $64$luvio_engine_AdapterFactory<GetMarketplaceListingInstallationProgressConfig, types_TableauMarketplaceListingInstallationProgressResponse_TableauMarketplaceListingInstallationProgressResponse>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauOrgs_ResourceRequestConfig } from '../resources/getTableauOrgs';
|
|
4
|
+
import { OrgCollectionRepresentation as types_OrgCollectionRepresentation_OrgCollectionRepresentation } from '../types/OrgCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getOrg";
|
|
6
|
+
export declare const getOrg_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getOrg_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetOrgConfig {
|
|
9
|
+
}
|
|
10
|
+
export declare const createResourceParams: (config: GetOrgConfig) => resources_getTableauOrgs_ResourceRequestConfig;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetOrgConfig>): adapter$45$utils_Untrusted<GetOrgConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetOrgConfig | null;
|
|
15
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_Fragment;
|
|
16
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig): $64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>;
|
|
17
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgs_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_OrgCollectionRepresentation_OrgCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
|
|
18
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, resourceParams: resources_getTableauOrgs_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
19
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetOrgConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
|
|
20
|
+
export type BuildSnapshotContext = {
|
|
21
|
+
luvio: $64$luvio_engine_Luvio;
|
|
22
|
+
config: GetOrgConfig;
|
|
23
|
+
};
|
|
24
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>>;
|
|
25
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_OrgCollectionRepresentation_OrgCollectionRepresentation>): $64$luvio_engine_Snapshot<types_OrgCollectionRepresentation_OrgCollectionRepresentation, any>;
|
|
26
|
+
export declare const getOrgAdapterFactory: $64$luvio_engine_AdapterFactory<GetOrgConfig, types_OrgCollectionRepresentation_OrgCollectionRepresentation>;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig, UncoercedConfiguration as adapter$45$utils_UncoercedConfiguration } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig } from '../resources/getTableauRecordsSharesByRecordId';
|
|
4
|
+
import { SetupRecordAccessCollectionRepresentation as types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, KeyParams as types_SetupRecordAccessCollectionRepresentation_KeyParams } from '../types/SetupRecordAccessCollectionRepresentation';
|
|
5
|
+
export declare const adapterName = "getShares";
|
|
6
|
+
export declare const getShares_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getShares_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSharesConfig {
|
|
9
|
+
recordId: string;
|
|
10
|
+
limit?: number;
|
|
11
|
+
offset?: number;
|
|
12
|
+
userOrGroupId?: string;
|
|
13
|
+
orderBy?: string;
|
|
14
|
+
sortOrder?: string;
|
|
15
|
+
filterByRecipientType?: Array<string>;
|
|
16
|
+
}
|
|
17
|
+
export declare const createResourceParams: (config: GetSharesConfig) => resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig;
|
|
18
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig): string;
|
|
19
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSharesConfig>): adapter$45$utils_Untrusted<GetSharesConfig>;
|
|
21
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSharesConfig | null;
|
|
22
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig): $64$luvio_engine_Fragment;
|
|
23
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig): $64$luvio_engine_Snapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, any>;
|
|
24
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig, resourceParams: resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, any>>;
|
|
25
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig, resourceParams: resources_getTableauRecordsSharesByRecordId_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
26
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSharesConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, any>>;
|
|
27
|
+
export type BuildSnapshotContext = {
|
|
28
|
+
luvio: $64$luvio_engine_Luvio;
|
|
29
|
+
config: GetSharesConfig;
|
|
30
|
+
};
|
|
31
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, any>>;
|
|
32
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation>): $64$luvio_engine_Snapshot<types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation, any>;
|
|
33
|
+
export declare const getSharesAdapterFactory: $64$luvio_engine_AdapterFactory<GetSharesConfig, types_SetupRecordAccessCollectionRepresentation_SetupRecordAccessCollectionRepresentation>;
|
|
34
|
+
export declare const notifyChangeFactory: (luvio: $64$luvio_engine_Luvio, options?: $64$luvio_engine_DispatchResourceRequestContext) => (configs: adapter$45$utils_UncoercedConfiguration<types_SetupRecordAccessCollectionRepresentation_KeyParams, any>[]) => void;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
|
|
2
|
+
import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
|
|
3
|
+
import { ResourceRequestConfig as resources_getTableauAnnotationsSlackAppInfo_ResourceRequestConfig } from '../resources/getTableauAnnotationsSlackAppInfo';
|
|
4
|
+
import { SlackAppInfoRepresentation as types_SlackAppInfoRepresentation_SlackAppInfoRepresentation } from '../types/SlackAppInfoRepresentation';
|
|
5
|
+
export declare const adapterName = "getSlackAppInfo";
|
|
6
|
+
export declare const getSlackAppInfo_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
|
|
7
|
+
export declare const getSlackAppInfo_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
|
|
8
|
+
export interface GetSlackAppInfoConfig {
|
|
9
|
+
}
|
|
10
|
+
export declare const createResourceParams: (config: GetSlackAppInfoConfig) => resources_getTableauAnnotationsSlackAppInfo_ResourceRequestConfig;
|
|
11
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetSlackAppInfoConfig): string;
|
|
12
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetSlackAppInfoConfig): $64$luvio_engine_NormalizedKeyMetadata;
|
|
13
|
+
export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetSlackAppInfoConfig>): adapter$45$utils_Untrusted<GetSlackAppInfoConfig>;
|
|
14
|
+
export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetSlackAppInfoConfig | null;
|
|
15
|
+
export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetSlackAppInfoConfig): $64$luvio_engine_Fragment;
|
|
16
|
+
export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackAppInfoConfig): $64$luvio_engine_Snapshot<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation, any>;
|
|
17
|
+
export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetSlackAppInfoConfig, resourceParams: resources_getTableauAnnotationsSlackAppInfo_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation, any>>;
|
|
18
|
+
export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetSlackAppInfoConfig, resourceParams: resources_getTableauAnnotationsSlackAppInfo_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
|
|
19
|
+
export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetSlackAppInfoConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation, any>>;
|
|
20
|
+
export type BuildSnapshotContext = {
|
|
21
|
+
luvio: $64$luvio_engine_Luvio;
|
|
22
|
+
config: GetSlackAppInfoConfig;
|
|
23
|
+
};
|
|
24
|
+
export declare function buildNetworkSnapshotCachePolicy(context: BuildSnapshotContext, coercedAdapterRequestContext: $64$luvio_engine_CoercedAdapterRequestContext): Promise<$64$luvio_engine_Snapshot<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation, any>>;
|
|
25
|
+
export declare function buildCachedSnapshotCachePolicy(context: BuildSnapshotContext, storeLookup: $64$luvio_engine_StoreLookup<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation>): $64$luvio_engine_Snapshot<types_SlackAppInfoRepresentation_SlackAppInfoRepresentation, any>;
|
|
26
|
+
export declare const getSlackAppInfoAdapterFactory: $64$luvio_engine_AdapterFactory<GetSlackAppInfoConfig, types_SlackAppInfoRepresentation_SlackAppInfoRepresentation>;
|