@distilled.cloud/axiom 0.0.0 → 0.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +61 -6
- package/lib/category.d.ts +5 -0
- package/lib/category.d.ts.map +1 -0
- package/lib/category.js +5 -0
- package/lib/category.js.map +1 -0
- package/lib/client.d.ts +10 -0
- package/lib/client.d.ts.map +1 -0
- package/lib/client.js +102 -0
- package/lib/client.js.map +1 -0
- package/lib/credentials.d.ts +30 -0
- package/lib/credentials.d.ts.map +1 -0
- package/lib/credentials.js +31 -0
- package/lib/credentials.js.map +1 -0
- package/lib/edge-ingest.d.ts +2 -0
- package/lib/edge-ingest.d.ts.map +1 -0
- package/lib/edge-ingest.js +2 -0
- package/lib/edge-ingest.js.map +1 -0
- package/lib/edge-query.d.ts +2 -0
- package/lib/edge-query.d.ts.map +1 -0
- package/lib/edge-query.js +2 -0
- package/lib/edge-query.js.map +1 -0
- package/lib/errors.d.ts +31 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +23 -0
- package/lib/errors.js.map +1 -0
- package/lib/index.d.ts +22 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +22 -0
- package/lib/index.js.map +1 -0
- package/lib/operations/index.d.ts +2 -0
- package/lib/operations/index.d.ts.map +1 -0
- package/lib/operations/index.js +2 -0
- package/lib/operations/index.js.map +1 -0
- package/lib/operations/v1-edge-ingest/index.d.ts +2 -0
- package/lib/operations/v1-edge-ingest/index.d.ts.map +1 -0
- package/lib/operations/v1-edge-ingest/index.js +2 -0
- package/lib/operations/v1-edge-ingest/index.js.map +1 -0
- package/lib/operations/v1-edge-ingest/ingestToDataset.d.ts +46 -0
- package/lib/operations/v1-edge-ingest/ingestToDataset.d.ts.map +1 -0
- package/lib/operations/v1-edge-ingest/ingestToDataset.js +38 -0
- package/lib/operations/v1-edge-ingest/ingestToDataset.js.map +1 -0
- package/lib/operations/v1-edge-query/index.d.ts +2 -0
- package/lib/operations/v1-edge-query/index.d.ts.map +1 -0
- package/lib/operations/v1-edge-query/index.js +2 -0
- package/lib/operations/v1-edge-query/index.js.map +1 -0
- package/lib/operations/v1-edge-query/queryApl.d.ts +124 -0
- package/lib/operations/v1-edge-query/queryApl.d.ts.map +1 -0
- package/lib/operations/v1-edge-query/queryApl.js +74 -0
- package/lib/operations/v1-edge-query/queryApl.js.map +1 -0
- package/lib/operations/v2/createAPIToken.d.ts +165 -0
- package/lib/operations/v2/createAPIToken.d.ts.map +1 -0
- package/lib/operations/v2/createAPIToken.js +91 -0
- package/lib/operations/v2/createAPIToken.js.map +1 -0
- package/lib/operations/v2/createAnnotation.d.ts +45 -0
- package/lib/operations/v2/createAnnotation.d.ts.map +1 -0
- package/lib/operations/v2/createAnnotation.js +35 -0
- package/lib/operations/v2/createAnnotation.js.map +1 -0
- package/lib/operations/v2/createDashboard.d.ts +147 -0
- package/lib/operations/v2/createDashboard.d.ts.map +1 -0
- package/lib/operations/v2/createDashboard.js +115 -0
- package/lib/operations/v2/createDashboard.js.map +1 -0
- package/lib/operations/v2/createDataset.d.ts +55 -0
- package/lib/operations/v2/createDataset.d.ts.map +1 -0
- package/lib/operations/v2/createDataset.js +51 -0
- package/lib/operations/v2/createDataset.js.map +1 -0
- package/lib/operations/v2/createGroup.d.ts +39 -0
- package/lib/operations/v2/createGroup.d.ts.map +1 -0
- package/lib/operations/v2/createGroup.js +33 -0
- package/lib/operations/v2/createGroup.js.map +1 -0
- package/lib/operations/v2/createMapField.d.ts +18 -0
- package/lib/operations/v2/createMapField.d.ts.map +1 -0
- package/lib/operations/v2/createMapField.js +20 -0
- package/lib/operations/v2/createMapField.js.map +1 -0
- package/lib/operations/v2/createMonitor.d.ts +117 -0
- package/lib/operations/v2/createMonitor.d.ts.map +1 -0
- package/lib/operations/v2/createMonitor.js +83 -0
- package/lib/operations/v2/createMonitor.js.map +1 -0
- package/lib/operations/v2/createNotifier.d.ts +181 -0
- package/lib/operations/v2/createNotifier.d.ts.map +1 -0
- package/lib/operations/v2/createNotifier.js +100 -0
- package/lib/operations/v2/createNotifier.js.map +1 -0
- package/lib/operations/v2/createOrg.d.ts +101 -0
- package/lib/operations/v2/createOrg.d.ts.map +1 -0
- package/lib/operations/v2/createOrg.js +77 -0
- package/lib/operations/v2/createOrg.js.map +1 -0
- package/lib/operations/v2/createRole.d.ts +163 -0
- package/lib/operations/v2/createRole.d.ts.map +1 -0
- package/lib/operations/v2/createRole.js +91 -0
- package/lib/operations/v2/createRole.js.map +1 -0
- package/lib/operations/v2/createStarred.d.ts +166 -0
- package/lib/operations/v2/createStarred.d.ts.map +1 -0
- package/lib/operations/v2/createStarred.js +102 -0
- package/lib/operations/v2/createStarred.js.map +1 -0
- package/lib/operations/v2/createUser.d.ts +35 -0
- package/lib/operations/v2/createUser.d.ts.map +1 -0
- package/lib/operations/v2/createUser.js +30 -0
- package/lib/operations/v2/createUser.js.map +1 -0
- package/lib/operations/v2/createView.d.ts +36 -0
- package/lib/operations/v2/createView.d.ts.map +1 -0
- package/lib/operations/v2/createView.js +29 -0
- package/lib/operations/v2/createView.js.map +1 -0
- package/lib/operations/v2/createVirtualField.d.ts +38 -0
- package/lib/operations/v2/createVirtualField.d.ts.map +1 -0
- package/lib/operations/v2/createVirtualField.js +32 -0
- package/lib/operations/v2/createVirtualField.js.map +1 -0
- package/lib/operations/v2/deleteAPIToken.d.ts +15 -0
- package/lib/operations/v2/deleteAPIToken.d.ts.map +1 -0
- package/lib/operations/v2/deleteAPIToken.js +20 -0
- package/lib/operations/v2/deleteAPIToken.js.map +1 -0
- package/lib/operations/v2/deleteAnnotation.d.ts +17 -0
- package/lib/operations/v2/deleteAnnotation.d.ts.map +1 -0
- package/lib/operations/v2/deleteAnnotation.js +22 -0
- package/lib/operations/v2/deleteAnnotation.js.map +1 -0
- package/lib/operations/v2/deleteDashboard.d.ts +17 -0
- package/lib/operations/v2/deleteDashboard.d.ts.map +1 -0
- package/lib/operations/v2/deleteDashboard.js +22 -0
- package/lib/operations/v2/deleteDashboard.js.map +1 -0
- package/lib/operations/v2/deleteDataset.d.ts +15 -0
- package/lib/operations/v2/deleteDataset.d.ts.map +1 -0
- package/lib/operations/v2/deleteDataset.js +20 -0
- package/lib/operations/v2/deleteDataset.js.map +1 -0
- package/lib/operations/v2/deleteGroup.d.ts +19 -0
- package/lib/operations/v2/deleteGroup.d.ts.map +1 -0
- package/lib/operations/v2/deleteGroup.js +24 -0
- package/lib/operations/v2/deleteGroup.js.map +1 -0
- package/lib/operations/v2/deleteMapField.d.ts +14 -0
- package/lib/operations/v2/deleteMapField.d.ts.map +1 -0
- package/lib/operations/v2/deleteMapField.js +21 -0
- package/lib/operations/v2/deleteMapField.js.map +1 -0
- package/lib/operations/v2/deleteMonitor.d.ts +15 -0
- package/lib/operations/v2/deleteMonitor.d.ts.map +1 -0
- package/lib/operations/v2/deleteMonitor.js +20 -0
- package/lib/operations/v2/deleteMonitor.js.map +1 -0
- package/lib/operations/v2/deleteNotifier.d.ts +15 -0
- package/lib/operations/v2/deleteNotifier.d.ts.map +1 -0
- package/lib/operations/v2/deleteNotifier.js +20 -0
- package/lib/operations/v2/deleteNotifier.js.map +1 -0
- package/lib/operations/v2/deleteRole.d.ts +19 -0
- package/lib/operations/v2/deleteRole.d.ts.map +1 -0
- package/lib/operations/v2/deleteRole.js +24 -0
- package/lib/operations/v2/deleteRole.js.map +1 -0
- package/lib/operations/v2/deleteStarred.d.ts +12 -0
- package/lib/operations/v2/deleteStarred.d.ts.map +1 -0
- package/lib/operations/v2/deleteStarred.js +17 -0
- package/lib/operations/v2/deleteStarred.js.map +1 -0
- package/lib/operations/v2/deleteView.d.ts +12 -0
- package/lib/operations/v2/deleteView.d.ts.map +1 -0
- package/lib/operations/v2/deleteView.js +17 -0
- package/lib/operations/v2/deleteView.js.map +1 -0
- package/lib/operations/v2/deleteVirtualField.d.ts +12 -0
- package/lib/operations/v2/deleteVirtualField.d.ts.map +1 -0
- package/lib/operations/v2/deleteVirtualField.js +18 -0
- package/lib/operations/v2/deleteVirtualField.js.map +1 -0
- package/lib/operations/v2/getAPIToken.d.ts +93 -0
- package/lib/operations/v2/getAPIToken.d.ts.map +1 -0
- package/lib/operations/v2/getAPIToken.js +57 -0
- package/lib/operations/v2/getAPIToken.js.map +1 -0
- package/lib/operations/v2/getAPITokens.d.ts +88 -0
- package/lib/operations/v2/getAPITokens.d.ts.map +1 -0
- package/lib/operations/v2/getAPITokens.js +53 -0
- package/lib/operations/v2/getAPITokens.js.map +1 -0
- package/lib/operations/v2/getAnnotation.d.ts +35 -0
- package/lib/operations/v2/getAnnotation.d.ts.map +1 -0
- package/lib/operations/v2/getAnnotation.js +31 -0
- package/lib/operations/v2/getAnnotation.js.map +1 -0
- package/lib/operations/v2/getAnnotations.d.ts +40 -0
- package/lib/operations/v2/getAnnotations.d.ts.map +1 -0
- package/lib/operations/v2/getAnnotations.js +33 -0
- package/lib/operations/v2/getAnnotations.js.map +1 -0
- package/lib/operations/v2/getCurrentUser.d.ts +26 -0
- package/lib/operations/v2/getCurrentUser.d.ts.map +1 -0
- package/lib/operations/v2/getCurrentUser.js +24 -0
- package/lib/operations/v2/getCurrentUser.js.map +1 -0
- package/lib/operations/v2/getDashboard.d.ts +83 -0
- package/lib/operations/v2/getDashboard.d.ts.map +1 -0
- package/lib/operations/v2/getDashboard.js +69 -0
- package/lib/operations/v2/getDashboard.js.map +1 -0
- package/lib/operations/v2/getDataset.d.ts +41 -0
- package/lib/operations/v2/getDataset.d.ts.map +1 -0
- package/lib/operations/v2/getDataset.js +38 -0
- package/lib/operations/v2/getDataset.js.map +1 -0
- package/lib/operations/v2/getDatasets.d.ts +37 -0
- package/lib/operations/v2/getDatasets.d.ts.map +1 -0
- package/lib/operations/v2/getDatasets.js +36 -0
- package/lib/operations/v2/getDatasets.js.map +1 -0
- package/lib/operations/v2/getFieldForDataset.d.ts +26 -0
- package/lib/operations/v2/getFieldForDataset.d.ts.map +1 -0
- package/lib/operations/v2/getFieldForDataset.js +29 -0
- package/lib/operations/v2/getFieldForDataset.js.map +1 -0
- package/lib/operations/v2/getFieldsForDataset.d.ts +24 -0
- package/lib/operations/v2/getFieldsForDataset.d.ts.map +1 -0
- package/lib/operations/v2/getFieldsForDataset.js +25 -0
- package/lib/operations/v2/getFieldsForDataset.js.map +1 -0
- package/lib/operations/v2/getGroupById.d.ts +33 -0
- package/lib/operations/v2/getGroupById.d.ts.map +1 -0
- package/lib/operations/v2/getGroupById.js +31 -0
- package/lib/operations/v2/getGroupById.js.map +1 -0
- package/lib/operations/v2/getMapFields.d.ts +12 -0
- package/lib/operations/v2/getMapFields.d.ts.map +1 -0
- package/lib/operations/v2/getMapFields.js +17 -0
- package/lib/operations/v2/getMapFields.js.map +1 -0
- package/lib/operations/v2/getMonitor.d.ts +71 -0
- package/lib/operations/v2/getMonitor.d.ts.map +1 -0
- package/lib/operations/v2/getMonitor.js +55 -0
- package/lib/operations/v2/getMonitor.js.map +1 -0
- package/lib/operations/v2/getMonitorHistory.d.ts +32 -0
- package/lib/operations/v2/getMonitorHistory.d.ts.map +1 -0
- package/lib/operations/v2/getMonitorHistory.js +30 -0
- package/lib/operations/v2/getMonitorHistory.js.map +1 -0
- package/lib/operations/v2/getMonitors.d.ts +64 -0
- package/lib/operations/v2/getMonitors.d.ts.map +1 -0
- package/lib/operations/v2/getMonitors.js +49 -0
- package/lib/operations/v2/getMonitors.js.map +1 -0
- package/lib/operations/v2/getNotifier.d.ts +103 -0
- package/lib/operations/v2/getNotifier.d.ts.map +1 -0
- package/lib/operations/v2/getNotifier.js +64 -0
- package/lib/operations/v2/getNotifier.js.map +1 -0
- package/lib/operations/v2/getNotifiers.d.ts +96 -0
- package/lib/operations/v2/getNotifiers.d.ts.map +1 -0
- package/lib/operations/v2/getNotifiers.js +58 -0
- package/lib/operations/v2/getNotifiers.js.map +1 -0
- package/lib/operations/v2/getOrg.d.ts +100 -0
- package/lib/operations/v2/getOrg.d.ts.map +1 -0
- package/lib/operations/v2/getOrg.js +78 -0
- package/lib/operations/v2/getOrg.js.map +1 -0
- package/lib/operations/v2/getOrgs.d.ts +95 -0
- package/lib/operations/v2/getOrgs.d.ts.map +1 -0
- package/lib/operations/v2/getOrgs.js +74 -0
- package/lib/operations/v2/getOrgs.js.map +1 -0
- package/lib/operations/v2/getRoleById.d.ts +95 -0
- package/lib/operations/v2/getRoleById.d.ts.map +1 -0
- package/lib/operations/v2/getRoleById.js +60 -0
- package/lib/operations/v2/getRoleById.js.map +1 -0
- package/lib/operations/v2/getStarred.d.ts +92 -0
- package/lib/operations/v2/getStarred.d.ts.map +1 -0
- package/lib/operations/v2/getStarred.js +61 -0
- package/lib/operations/v2/getStarred.js.map +1 -0
- package/lib/operations/v2/getStarredQueries.d.ts +106 -0
- package/lib/operations/v2/getStarredQueries.d.ts.map +1 -0
- package/lib/operations/v2/getStarredQueries.js +70 -0
- package/lib/operations/v2/getStarredQueries.js.map +1 -0
- package/lib/operations/v2/getUser.d.ts +31 -0
- package/lib/operations/v2/getUser.d.ts.map +1 -0
- package/lib/operations/v2/getUser.js +28 -0
- package/lib/operations/v2/getUser.js.map +1 -0
- package/lib/operations/v2/getUsers.d.ts +26 -0
- package/lib/operations/v2/getUsers.d.ts.map +1 -0
- package/lib/operations/v2/getUsers.js +24 -0
- package/lib/operations/v2/getUsers.js.map +1 -0
- package/lib/operations/v2/getView.d.ts +26 -0
- package/lib/operations/v2/getView.d.ts.map +1 -0
- package/lib/operations/v2/getView.js +24 -0
- package/lib/operations/v2/getView.js.map +1 -0
- package/lib/operations/v2/getViews.d.ts +21 -0
- package/lib/operations/v2/getViews.d.ts.map +1 -0
- package/lib/operations/v2/getViews.js +20 -0
- package/lib/operations/v2/getViews.js.map +1 -0
- package/lib/operations/v2/getVirtualField.d.ts +28 -0
- package/lib/operations/v2/getVirtualField.d.ts.map +1 -0
- package/lib/operations/v2/getVirtualField.js +25 -0
- package/lib/operations/v2/getVirtualField.js.map +1 -0
- package/lib/operations/v2/getVirtualFields.d.ts +27 -0
- package/lib/operations/v2/getVirtualFields.d.ts.map +1 -0
- package/lib/operations/v2/getVirtualFields.js +23 -0
- package/lib/operations/v2/getVirtualFields.js.map +1 -0
- package/lib/operations/v2/index.d.ts +77 -0
- package/lib/operations/v2/index.d.ts.map +1 -0
- package/lib/operations/v2/index.js +77 -0
- package/lib/operations/v2/index.js.map +1 -0
- package/lib/operations/v2/listDashboards.d.ts +84 -0
- package/lib/operations/v2/listDashboards.d.ts.map +1 -0
- package/lib/operations/v2/listDashboards.js +68 -0
- package/lib/operations/v2/listDashboards.js.map +1 -0
- package/lib/operations/v2/listGroups.d.ts +26 -0
- package/lib/operations/v2/listGroups.d.ts.map +1 -0
- package/lib/operations/v2/listGroups.js +25 -0
- package/lib/operations/v2/listGroups.js.map +1 -0
- package/lib/operations/v2/listRoles.d.ts +88 -0
- package/lib/operations/v2/listRoles.d.ts.map +1 -0
- package/lib/operations/v2/listRoles.js +54 -0
- package/lib/operations/v2/listRoles.js.map +1 -0
- package/lib/operations/v2/regenerateAPIToken.d.ts +175 -0
- package/lib/operations/v2/regenerateAPIToken.d.ts.map +1 -0
- package/lib/operations/v2/regenerateAPIToken.js +98 -0
- package/lib/operations/v2/regenerateAPIToken.js.map +1 -0
- package/lib/operations/v2/removeUserFromOrg.d.ts +15 -0
- package/lib/operations/v2/removeUserFromOrg.d.ts.map +1 -0
- package/lib/operations/v2/removeUserFromOrg.js +20 -0
- package/lib/operations/v2/removeUserFromOrg.js.map +1 -0
- package/lib/operations/v2/trimDataset.d.ts +19 -0
- package/lib/operations/v2/trimDataset.d.ts.map +1 -0
- package/lib/operations/v2/trimDataset.js +23 -0
- package/lib/operations/v2/trimDataset.js.map +1 -0
- package/lib/operations/v2/updateAnnotation.d.ts +49 -0
- package/lib/operations/v2/updateAnnotation.d.ts.map +1 -0
- package/lib/operations/v2/updateAnnotation.js +38 -0
- package/lib/operations/v2/updateAnnotation.js.map +1 -0
- package/lib/operations/v2/updateCurrentUser.d.ts +30 -0
- package/lib/operations/v2/updateCurrentUser.d.ts.map +1 -0
- package/lib/operations/v2/updateCurrentUser.js +27 -0
- package/lib/operations/v2/updateCurrentUser.js.map +1 -0
- package/lib/operations/v2/updateDashboard.d.ts +147 -0
- package/lib/operations/v2/updateDashboard.d.ts.map +1 -0
- package/lib/operations/v2/updateDashboard.js +115 -0
- package/lib/operations/v2/updateDashboard.js.map +1 -0
- package/lib/operations/v2/updateDataset.d.ts +47 -0
- package/lib/operations/v2/updateDataset.d.ts.map +1 -0
- package/lib/operations/v2/updateDataset.js +41 -0
- package/lib/operations/v2/updateDataset.js.map +1 -0
- package/lib/operations/v2/updateFieldForDataset.d.ts +36 -0
- package/lib/operations/v2/updateFieldForDataset.d.ts.map +1 -0
- package/lib/operations/v2/updateFieldForDataset.js +34 -0
- package/lib/operations/v2/updateFieldForDataset.js.map +1 -0
- package/lib/operations/v2/updateGroup.d.ts +43 -0
- package/lib/operations/v2/updateGroup.d.ts.map +1 -0
- package/lib/operations/v2/updateGroup.js +36 -0
- package/lib/operations/v2/updateGroup.js.map +1 -0
- package/lib/operations/v2/updateMapFields.d.ts +12 -0
- package/lib/operations/v2/updateMapFields.d.ts.map +1 -0
- package/lib/operations/v2/updateMapFields.js +17 -0
- package/lib/operations/v2/updateMapFields.js.map +1 -0
- package/lib/operations/v2/updateMonitor.d.ts +119 -0
- package/lib/operations/v2/updateMonitor.d.ts.map +1 -0
- package/lib/operations/v2/updateMonitor.js +84 -0
- package/lib/operations/v2/updateMonitor.js.map +1 -0
- package/lib/operations/v2/updateNotifier.d.ts +183 -0
- package/lib/operations/v2/updateNotifier.d.ts.map +1 -0
- package/lib/operations/v2/updateNotifier.js +101 -0
- package/lib/operations/v2/updateNotifier.js.map +1 -0
- package/lib/operations/v2/updateOrg.d.ts +102 -0
- package/lib/operations/v2/updateOrg.d.ts.map +1 -0
- package/lib/operations/v2/updateOrg.js +79 -0
- package/lib/operations/v2/updateOrg.js.map +1 -0
- package/lib/operations/v2/updateRole.d.ts +167 -0
- package/lib/operations/v2/updateRole.d.ts.map +1 -0
- package/lib/operations/v2/updateRole.js +94 -0
- package/lib/operations/v2/updateRole.js.map +1 -0
- package/lib/operations/v2/updateStarred.d.ts +168 -0
- package/lib/operations/v2/updateStarred.d.ts.map +1 -0
- package/lib/operations/v2/updateStarred.js +103 -0
- package/lib/operations/v2/updateStarred.js.map +1 -0
- package/lib/operations/v2/updateUserRole.d.ts +33 -0
- package/lib/operations/v2/updateUserRole.d.ts.map +1 -0
- package/lib/operations/v2/updateUserRole.js +29 -0
- package/lib/operations/v2/updateUserRole.js.map +1 -0
- package/lib/operations/v2/updateView.d.ts +38 -0
- package/lib/operations/v2/updateView.d.ts.map +1 -0
- package/lib/operations/v2/updateView.js +30 -0
- package/lib/operations/v2/updateView.js.map +1 -0
- package/lib/operations/v2/updateVirtualField.d.ts +40 -0
- package/lib/operations/v2/updateVirtualField.d.ts.map +1 -0
- package/lib/operations/v2/updateVirtualField.js +33 -0
- package/lib/operations/v2/updateVirtualField.js.map +1 -0
- package/lib/operations/v2/vacuumDataset.d.ts +11 -0
- package/lib/operations/v2/vacuumDataset.d.ts.map +1 -0
- package/lib/operations/v2/vacuumDataset.js +15 -0
- package/lib/operations/v2/vacuumDataset.js.map +1 -0
- package/lib/retry.d.ts +22 -0
- package/lib/retry.d.ts.map +1 -0
- package/lib/retry.js +21 -0
- package/lib/retry.js.map +1 -0
- package/lib/sensitive.d.ts +5 -0
- package/lib/sensitive.d.ts.map +1 -0
- package/lib/sensitive.js +5 -0
- package/lib/sensitive.js.map +1 -0
- package/lib/traits.d.ts +5 -0
- package/lib/traits.d.ts.map +1 -0
- package/lib/traits.js +5 -0
- package/lib/traits.js.map +1 -0
- package/package.json +85 -7
- package/src/category.ts +4 -0
- package/src/client.ts +112 -0
- package/src/credentials.ts +51 -0
- package/src/edge-ingest.ts +1 -0
- package/src/edge-query.ts +1 -0
- package/src/errors.ts +47 -0
- package/src/index.ts +21 -0
- package/src/operations/index.ts +1 -0
- package/src/operations/v1-edge-ingest/index.ts +1 -0
- package/src/operations/v1-edge-ingest/ingestToDataset.ts +46 -0
- package/src/operations/v1-edge-query/index.ts +1 -0
- package/src/operations/v1-edge-query/queryApl.ts +84 -0
- package/src/operations/v2/createAPIToken.ts +185 -0
- package/src/operations/v2/createAnnotation.ts +41 -0
- package/src/operations/v2/createDashboard.ts +127 -0
- package/src/operations/v2/createDataset.ts +57 -0
- package/src/operations/v2/createGroup.ts +37 -0
- package/src/operations/v2/createMapField.ts +26 -0
- package/src/operations/v2/createMonitor.ts +91 -0
- package/src/operations/v2/createNotifier.ts +144 -0
- package/src/operations/v2/createOrg.ts +81 -0
- package/src/operations/v2/createRole.ts +191 -0
- package/src/operations/v2/createStarred.ts +130 -0
- package/src/operations/v2/createUser.ts +36 -0
- package/src/operations/v2/createView.ts +33 -0
- package/src/operations/v2/createVirtualField.ts +36 -0
- package/src/operations/v2/deleteAPIToken.ts +24 -0
- package/src/operations/v2/deleteAnnotation.ts +26 -0
- package/src/operations/v2/deleteDashboard.ts +26 -0
- package/src/operations/v2/deleteDataset.ts +24 -0
- package/src/operations/v2/deleteGroup.ts +28 -0
- package/src/operations/v2/deleteMapField.ts +27 -0
- package/src/operations/v2/deleteMonitor.ts +24 -0
- package/src/operations/v2/deleteNotifier.ts +24 -0
- package/src/operations/v2/deleteRole.ts +28 -0
- package/src/operations/v2/deleteStarred.ts +21 -0
- package/src/operations/v2/deleteView.ts +21 -0
- package/src/operations/v2/deleteVirtualField.ts +22 -0
- package/src/operations/v2/getAPIToken.ts +103 -0
- package/src/operations/v2/getAPITokens.ts +105 -0
- package/src/operations/v2/getAnnotation.ts +35 -0
- package/src/operations/v2/getAnnotations.ts +39 -0
- package/src/operations/v2/getCurrentUser.ts +32 -0
- package/src/operations/v2/getDashboard.ts +77 -0
- package/src/operations/v2/getDataset.ts +42 -0
- package/src/operations/v2/getDatasets.ts +44 -0
- package/src/operations/v2/getFieldForDataset.ts +35 -0
- package/src/operations/v2/getFieldsForDataset.ts +31 -0
- package/src/operations/v2/getGroupById.ts +35 -0
- package/src/operations/v2/getMapFields.ts +23 -0
- package/src/operations/v2/getMonitor.ts +61 -0
- package/src/operations/v2/getMonitorHistory.ts +38 -0
- package/src/operations/v2/getMonitors.ts +59 -0
- package/src/operations/v2/getNotifier.ts +88 -0
- package/src/operations/v2/getNotifiers.ts +86 -0
- package/src/operations/v2/getOrg.ts +82 -0
- package/src/operations/v2/getOrgs.ts +82 -0
- package/src/operations/v2/getRoleById.ts +112 -0
- package/src/operations/v2/getStarred.ts +77 -0
- package/src/operations/v2/getStarredQueries.ts +92 -0
- package/src/operations/v2/getUser.ts +34 -0
- package/src/operations/v2/getUsers.ts +34 -0
- package/src/operations/v2/getView.ts +28 -0
- package/src/operations/v2/getViews.ts +28 -0
- package/src/operations/v2/getVirtualField.ts +29 -0
- package/src/operations/v2/getVirtualFields.ts +29 -0
- package/src/operations/v2/index.ts +76 -0
- package/src/operations/v2/listDashboards.ts +78 -0
- package/src/operations/v2/listGroups.ts +33 -0
- package/src/operations/v2/listRoles.ts +114 -0
- package/src/operations/v2/regenerateAPIToken.ts +228 -0
- package/src/operations/v2/removeUserFromOrg.ts +26 -0
- package/src/operations/v2/trimDataset.ts +27 -0
- package/src/operations/v2/updateAnnotation.ts +44 -0
- package/src/operations/v2/updateCurrentUser.ts +35 -0
- package/src/operations/v2/updateDashboard.ts +127 -0
- package/src/operations/v2/updateDataset.ts +45 -0
- package/src/operations/v2/updateFieldForDataset.ts +43 -0
- package/src/operations/v2/updateGroup.ts +40 -0
- package/src/operations/v2/updateMapFields.ts +23 -0
- package/src/operations/v2/updateMonitor.ts +92 -0
- package/src/operations/v2/updateNotifier.ts +145 -0
- package/src/operations/v2/updateOrg.ts +83 -0
- package/src/operations/v2/updateRole.ts +194 -0
- package/src/operations/v2/updateStarred.ts +131 -0
- package/src/operations/v2/updateUserRole.ts +35 -0
- package/src/operations/v2/updateView.ts +34 -0
- package/src/operations/v2/updateVirtualField.ts +37 -0
- package/src/operations/v2/vacuumDataset.ts +19 -0
- package/src/retry.ts +35 -0
- package/src/sensitive.ts +4 -0
- package/src/traits.ts +4 -0
- package/bun.lock +0 -26
- package/index.ts +0 -1
- package/tsconfig.json +0 -29
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
3
|
+
export declare const UpdateStarredInput: Schema.Struct<{
|
|
4
|
+
readonly id: Schema.String;
|
|
5
|
+
readonly dataset: Schema.optional<Schema.String>;
|
|
6
|
+
readonly kind: Schema.Literals<readonly ["apl"]>;
|
|
7
|
+
readonly metadata: Schema.$Record<Schema.String, Schema.String>;
|
|
8
|
+
readonly name: Schema.String;
|
|
9
|
+
readonly query: Schema.Struct<{
|
|
10
|
+
readonly apl: Schema.String;
|
|
11
|
+
readonly cursor: Schema.optional<Schema.String>;
|
|
12
|
+
readonly defaultLimit: Schema.optional<Schema.Number>;
|
|
13
|
+
readonly defaultOrder: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
14
|
+
readonly desc: Schema.optional<Schema.Boolean>;
|
|
15
|
+
readonly field: Schema.optional<Schema.String>;
|
|
16
|
+
}>>>;
|
|
17
|
+
readonly endTime: Schema.optional<Schema.String>;
|
|
18
|
+
readonly includeCursor: Schema.optional<Schema.Boolean>;
|
|
19
|
+
readonly includeCursorField: Schema.optional<Schema.Boolean>;
|
|
20
|
+
readonly libraries: Schema.optional<Schema.$Array<Schema.String>>;
|
|
21
|
+
readonly queryOptions: Schema.optional<Schema.Struct<{
|
|
22
|
+
readonly disableCache: Schema.optional<Schema.Boolean>;
|
|
23
|
+
readonly disableStats: Schema.optional<Schema.Boolean>;
|
|
24
|
+
readonly disableTrace: Schema.optional<Schema.Boolean>;
|
|
25
|
+
readonly maxDataPoints: Schema.optional<Schema.Number>;
|
|
26
|
+
readonly maxSeries: Schema.optional<Schema.Number>;
|
|
27
|
+
readonly noAggregation: Schema.optional<Schema.Boolean>;
|
|
28
|
+
readonly noFill: Schema.optional<Schema.Boolean>;
|
|
29
|
+
readonly noInterpolation: Schema.optional<Schema.Boolean>;
|
|
30
|
+
readonly priority: Schema.optional<Schema.Literals<readonly ["low", "medium", "high"]>>;
|
|
31
|
+
readonly resolution: Schema.optional<Schema.String>;
|
|
32
|
+
readonly displayNull: Schema.optional<Schema.Literals<readonly ["auto", "null", "span", "zero", ""]>>;
|
|
33
|
+
readonly overlayCharts: Schema.optional<Schema.Literals<readonly ["true", "false", ""]>>;
|
|
34
|
+
readonly shownColumns: Schema.optional<Schema.String>;
|
|
35
|
+
readonly timeSeriesVariant: Schema.optional<Schema.Literals<readonly ["area", "bars", "line", "lines", ""]>>;
|
|
36
|
+
readonly timeSeriesView: Schema.optional<Schema.Literals<readonly ["charts", "resultsTable", "charts|resultsTable", ""]>>;
|
|
37
|
+
}>>;
|
|
38
|
+
readonly startTime: Schema.optional<Schema.String>;
|
|
39
|
+
readonly variables: Schema.optional<Schema.Unknown>;
|
|
40
|
+
}>;
|
|
41
|
+
readonly who: Schema.String;
|
|
42
|
+
}>;
|
|
43
|
+
export type UpdateStarredInput = typeof UpdateStarredInput.Type;
|
|
44
|
+
export declare const UpdateStarredOutput: Schema.Struct<{
|
|
45
|
+
readonly dataset: Schema.optional<Schema.String>;
|
|
46
|
+
readonly kind: Schema.Literals<readonly ["apl"]>;
|
|
47
|
+
readonly metadata: Schema.$Record<Schema.String, Schema.String>;
|
|
48
|
+
readonly name: Schema.String;
|
|
49
|
+
readonly query: Schema.Struct<{
|
|
50
|
+
readonly apl: Schema.String;
|
|
51
|
+
readonly cursor: Schema.optional<Schema.String>;
|
|
52
|
+
readonly defaultLimit: Schema.optional<Schema.Number>;
|
|
53
|
+
readonly defaultOrder: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
54
|
+
readonly desc: Schema.optional<Schema.Boolean>;
|
|
55
|
+
readonly field: Schema.optional<Schema.String>;
|
|
56
|
+
}>>>;
|
|
57
|
+
readonly endTime: Schema.optional<Schema.String>;
|
|
58
|
+
readonly includeCursor: Schema.optional<Schema.Boolean>;
|
|
59
|
+
readonly includeCursorField: Schema.optional<Schema.Boolean>;
|
|
60
|
+
readonly libraries: Schema.optional<Schema.$Array<Schema.String>>;
|
|
61
|
+
readonly queryOptions: Schema.optional<Schema.Struct<{
|
|
62
|
+
readonly disableCache: Schema.optional<Schema.Boolean>;
|
|
63
|
+
readonly disableStats: Schema.optional<Schema.Boolean>;
|
|
64
|
+
readonly disableTrace: Schema.optional<Schema.Boolean>;
|
|
65
|
+
readonly maxDataPoints: Schema.optional<Schema.Number>;
|
|
66
|
+
readonly maxSeries: Schema.optional<Schema.Number>;
|
|
67
|
+
readonly noAggregation: Schema.optional<Schema.Boolean>;
|
|
68
|
+
readonly noFill: Schema.optional<Schema.Boolean>;
|
|
69
|
+
readonly noInterpolation: Schema.optional<Schema.Boolean>;
|
|
70
|
+
readonly priority: Schema.optional<Schema.Literals<readonly ["low", "medium", "high"]>>;
|
|
71
|
+
readonly resolution: Schema.optional<Schema.String>;
|
|
72
|
+
readonly displayNull: Schema.optional<Schema.Literals<readonly ["auto", "null", "span", "zero", ""]>>;
|
|
73
|
+
readonly overlayCharts: Schema.optional<Schema.Literals<readonly ["true", "false", ""]>>;
|
|
74
|
+
readonly shownColumns: Schema.optional<Schema.String>;
|
|
75
|
+
readonly timeSeriesVariant: Schema.optional<Schema.Literals<readonly ["area", "bars", "line", "lines", ""]>>;
|
|
76
|
+
readonly timeSeriesView: Schema.optional<Schema.Literals<readonly ["charts", "resultsTable", "charts|resultsTable", ""]>>;
|
|
77
|
+
}>>;
|
|
78
|
+
readonly startTime: Schema.optional<Schema.String>;
|
|
79
|
+
readonly variables: Schema.optional<Schema.Unknown>;
|
|
80
|
+
}>;
|
|
81
|
+
readonly who: Schema.String;
|
|
82
|
+
readonly id: Schema.String;
|
|
83
|
+
}>;
|
|
84
|
+
export type UpdateStarredOutput = typeof UpdateStarredOutput.Type;
|
|
85
|
+
export declare const updateStarred: import("@distilled.cloud/core/client").OperationMethod<{
|
|
86
|
+
readonly dataset?: string | undefined;
|
|
87
|
+
readonly id: string;
|
|
88
|
+
readonly kind: "apl";
|
|
89
|
+
readonly metadata: {
|
|
90
|
+
readonly [x: string]: string;
|
|
91
|
+
};
|
|
92
|
+
readonly name: string;
|
|
93
|
+
readonly query: {
|
|
94
|
+
readonly apl: string;
|
|
95
|
+
readonly cursor?: string | undefined;
|
|
96
|
+
readonly defaultLimit?: number | undefined;
|
|
97
|
+
readonly defaultOrder?: readonly {
|
|
98
|
+
readonly desc?: boolean | undefined;
|
|
99
|
+
readonly field?: string | undefined;
|
|
100
|
+
}[] | undefined;
|
|
101
|
+
readonly endTime?: string | undefined;
|
|
102
|
+
readonly includeCursor?: boolean | undefined;
|
|
103
|
+
readonly includeCursorField?: boolean | undefined;
|
|
104
|
+
readonly libraries?: readonly string[] | undefined;
|
|
105
|
+
readonly queryOptions?: {
|
|
106
|
+
readonly disableCache?: boolean | undefined;
|
|
107
|
+
readonly disableStats?: boolean | undefined;
|
|
108
|
+
readonly disableTrace?: boolean | undefined;
|
|
109
|
+
readonly displayNull?: "" | "auto" | "null" | "span" | "zero" | undefined;
|
|
110
|
+
readonly maxDataPoints?: number | undefined;
|
|
111
|
+
readonly maxSeries?: number | undefined;
|
|
112
|
+
readonly noAggregation?: boolean | undefined;
|
|
113
|
+
readonly noFill?: boolean | undefined;
|
|
114
|
+
readonly noInterpolation?: boolean | undefined;
|
|
115
|
+
readonly overlayCharts?: "" | "false" | "true" | undefined;
|
|
116
|
+
readonly priority?: "high" | "low" | "medium" | undefined;
|
|
117
|
+
readonly resolution?: string | undefined;
|
|
118
|
+
readonly shownColumns?: string | undefined;
|
|
119
|
+
readonly timeSeriesVariant?: "" | "area" | "bars" | "line" | "lines" | undefined;
|
|
120
|
+
readonly timeSeriesView?: "" | "charts" | "charts|resultsTable" | "resultsTable" | undefined;
|
|
121
|
+
} | undefined;
|
|
122
|
+
readonly startTime?: string | undefined;
|
|
123
|
+
readonly variables?: unknown;
|
|
124
|
+
};
|
|
125
|
+
readonly who: string;
|
|
126
|
+
}, {
|
|
127
|
+
readonly dataset?: string | undefined;
|
|
128
|
+
readonly id: string;
|
|
129
|
+
readonly kind: "apl";
|
|
130
|
+
readonly metadata: {
|
|
131
|
+
readonly [x: string]: string;
|
|
132
|
+
};
|
|
133
|
+
readonly name: string;
|
|
134
|
+
readonly query: {
|
|
135
|
+
readonly apl: string;
|
|
136
|
+
readonly cursor?: string | undefined;
|
|
137
|
+
readonly defaultLimit?: number | undefined;
|
|
138
|
+
readonly defaultOrder?: readonly {
|
|
139
|
+
readonly desc?: boolean | undefined;
|
|
140
|
+
readonly field?: string | undefined;
|
|
141
|
+
}[] | undefined;
|
|
142
|
+
readonly endTime?: string | undefined;
|
|
143
|
+
readonly includeCursor?: boolean | undefined;
|
|
144
|
+
readonly includeCursorField?: boolean | undefined;
|
|
145
|
+
readonly libraries?: readonly string[] | undefined;
|
|
146
|
+
readonly queryOptions?: {
|
|
147
|
+
readonly disableCache?: boolean | undefined;
|
|
148
|
+
readonly disableStats?: boolean | undefined;
|
|
149
|
+
readonly disableTrace?: boolean | undefined;
|
|
150
|
+
readonly displayNull?: "" | "auto" | "null" | "span" | "zero" | undefined;
|
|
151
|
+
readonly maxDataPoints?: number | undefined;
|
|
152
|
+
readonly maxSeries?: number | undefined;
|
|
153
|
+
readonly noAggregation?: boolean | undefined;
|
|
154
|
+
readonly noFill?: boolean | undefined;
|
|
155
|
+
readonly noInterpolation?: boolean | undefined;
|
|
156
|
+
readonly overlayCharts?: "" | "false" | "true" | undefined;
|
|
157
|
+
readonly priority?: "high" | "low" | "medium" | undefined;
|
|
158
|
+
readonly resolution?: string | undefined;
|
|
159
|
+
readonly shownColumns?: string | undefined;
|
|
160
|
+
readonly timeSeriesVariant?: "" | "area" | "bars" | "line" | "lines" | undefined;
|
|
161
|
+
readonly timeSeriesView?: "" | "charts" | "charts|resultsTable" | "resultsTable" | undefined;
|
|
162
|
+
} | undefined;
|
|
163
|
+
readonly startTime?: string | undefined;
|
|
164
|
+
readonly variables?: unknown;
|
|
165
|
+
};
|
|
166
|
+
readonly who: string;
|
|
167
|
+
}, NotFound | UnprocessableEntity, any>;
|
|
168
|
+
//# sourceMappingURL=updateStarred.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateStarred.d.ts","sourceRoot":"","sources":["../../../src/operations/v2/updateStarred.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAG7D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwDyC,CAAC;AACzE,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAwD9B,CAAC;AACH,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uCAIvB,CAAC"}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../../client";
|
|
3
|
+
import * as T from "../../traits";
|
|
4
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const UpdateStarredInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
id: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
dataset: Schema.optional(Schema.String),
|
|
9
|
+
kind: Schema.Literals(["apl"]),
|
|
10
|
+
metadata: Schema.Record(Schema.String, Schema.String),
|
|
11
|
+
name: Schema.String,
|
|
12
|
+
query: Schema.Struct({
|
|
13
|
+
apl: Schema.String,
|
|
14
|
+
cursor: Schema.optional(Schema.String),
|
|
15
|
+
defaultLimit: Schema.optional(Schema.Number),
|
|
16
|
+
defaultOrder: Schema.optional(Schema.Array(Schema.Struct({
|
|
17
|
+
desc: Schema.optional(Schema.Boolean),
|
|
18
|
+
field: Schema.optional(Schema.String),
|
|
19
|
+
}))),
|
|
20
|
+
endTime: Schema.optional(Schema.String),
|
|
21
|
+
includeCursor: Schema.optional(Schema.Boolean),
|
|
22
|
+
includeCursorField: Schema.optional(Schema.Boolean),
|
|
23
|
+
libraries: Schema.optional(Schema.Array(Schema.String)),
|
|
24
|
+
queryOptions: Schema.optional(Schema.Struct({
|
|
25
|
+
disableCache: Schema.optional(Schema.Boolean),
|
|
26
|
+
disableStats: Schema.optional(Schema.Boolean),
|
|
27
|
+
disableTrace: Schema.optional(Schema.Boolean),
|
|
28
|
+
maxDataPoints: Schema.optional(Schema.Number),
|
|
29
|
+
maxSeries: Schema.optional(Schema.Number),
|
|
30
|
+
noAggregation: Schema.optional(Schema.Boolean),
|
|
31
|
+
noFill: Schema.optional(Schema.Boolean),
|
|
32
|
+
noInterpolation: Schema.optional(Schema.Boolean),
|
|
33
|
+
priority: Schema.optional(Schema.Literals(["low", "medium", "high"])),
|
|
34
|
+
resolution: Schema.optional(Schema.String),
|
|
35
|
+
displayNull: Schema.optional(Schema.Literals(["auto", "null", "span", "zero", ""])),
|
|
36
|
+
overlayCharts: Schema.optional(Schema.Literals(["true", "false", ""])),
|
|
37
|
+
shownColumns: Schema.optional(Schema.String),
|
|
38
|
+
timeSeriesVariant: Schema.optional(Schema.Literals(["area", "bars", "line", "lines", ""])),
|
|
39
|
+
timeSeriesView: Schema.optional(Schema.Literals([
|
|
40
|
+
"charts",
|
|
41
|
+
"resultsTable",
|
|
42
|
+
"charts|resultsTable",
|
|
43
|
+
"",
|
|
44
|
+
])),
|
|
45
|
+
})),
|
|
46
|
+
startTime: Schema.optional(Schema.String),
|
|
47
|
+
variables: Schema.optional(Schema.Unknown),
|
|
48
|
+
}),
|
|
49
|
+
who: Schema.String,
|
|
50
|
+
}).pipe(T.Http({ method: "PUT", path: "/v2/apl-starred-queries/{id}" }));
|
|
51
|
+
// Output Schema
|
|
52
|
+
export const UpdateStarredOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
53
|
+
dataset: Schema.optional(Schema.String),
|
|
54
|
+
kind: Schema.Literals(["apl"]),
|
|
55
|
+
metadata: Schema.Record(Schema.String, Schema.String),
|
|
56
|
+
name: Schema.String,
|
|
57
|
+
query: Schema.Struct({
|
|
58
|
+
apl: Schema.String,
|
|
59
|
+
cursor: Schema.optional(Schema.String),
|
|
60
|
+
defaultLimit: Schema.optional(Schema.Number),
|
|
61
|
+
defaultOrder: Schema.optional(Schema.Array(Schema.Struct({
|
|
62
|
+
desc: Schema.optional(Schema.Boolean),
|
|
63
|
+
field: Schema.optional(Schema.String),
|
|
64
|
+
}))),
|
|
65
|
+
endTime: Schema.optional(Schema.String),
|
|
66
|
+
includeCursor: Schema.optional(Schema.Boolean),
|
|
67
|
+
includeCursorField: Schema.optional(Schema.Boolean),
|
|
68
|
+
libraries: Schema.optional(Schema.Array(Schema.String)),
|
|
69
|
+
queryOptions: Schema.optional(Schema.Struct({
|
|
70
|
+
disableCache: Schema.optional(Schema.Boolean),
|
|
71
|
+
disableStats: Schema.optional(Schema.Boolean),
|
|
72
|
+
disableTrace: Schema.optional(Schema.Boolean),
|
|
73
|
+
maxDataPoints: Schema.optional(Schema.Number),
|
|
74
|
+
maxSeries: Schema.optional(Schema.Number),
|
|
75
|
+
noAggregation: Schema.optional(Schema.Boolean),
|
|
76
|
+
noFill: Schema.optional(Schema.Boolean),
|
|
77
|
+
noInterpolation: Schema.optional(Schema.Boolean),
|
|
78
|
+
priority: Schema.optional(Schema.Literals(["low", "medium", "high"])),
|
|
79
|
+
resolution: Schema.optional(Schema.String),
|
|
80
|
+
displayNull: Schema.optional(Schema.Literals(["auto", "null", "span", "zero", ""])),
|
|
81
|
+
overlayCharts: Schema.optional(Schema.Literals(["true", "false", ""])),
|
|
82
|
+
shownColumns: Schema.optional(Schema.String),
|
|
83
|
+
timeSeriesVariant: Schema.optional(Schema.Literals(["area", "bars", "line", "lines", ""])),
|
|
84
|
+
timeSeriesView: Schema.optional(Schema.Literals([
|
|
85
|
+
"charts",
|
|
86
|
+
"resultsTable",
|
|
87
|
+
"charts|resultsTable",
|
|
88
|
+
"",
|
|
89
|
+
])),
|
|
90
|
+
})),
|
|
91
|
+
startTime: Schema.optional(Schema.String),
|
|
92
|
+
variables: Schema.optional(Schema.Unknown),
|
|
93
|
+
}),
|
|
94
|
+
who: Schema.String,
|
|
95
|
+
id: Schema.String,
|
|
96
|
+
});
|
|
97
|
+
// The operation
|
|
98
|
+
export const updateStarred = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
99
|
+
inputSchema: UpdateStarredInput,
|
|
100
|
+
outputSchema: UpdateStarredOutput,
|
|
101
|
+
errors: [NotFound, UnprocessableEntity],
|
|
102
|
+
}));
|
|
103
|
+
//# sourceMappingURL=updateStarred.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateStarred.js","sourceRoot":"","sources":["../../../src/operations/v2/updateStarred.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
3
|
+
export declare const UpdateUserRoleInput: Schema.Struct<{
|
|
4
|
+
readonly id: Schema.String;
|
|
5
|
+
readonly role: Schema.String;
|
|
6
|
+
}>;
|
|
7
|
+
export type UpdateUserRoleInput = typeof UpdateUserRoleInput.Type;
|
|
8
|
+
export declare const UpdateUserRoleOutput: Schema.Struct<{
|
|
9
|
+
readonly email: Schema.String;
|
|
10
|
+
readonly id: Schema.String;
|
|
11
|
+
readonly name: Schema.String;
|
|
12
|
+
readonly role: Schema.optional<Schema.Struct<{
|
|
13
|
+
readonly id: Schema.String;
|
|
14
|
+
readonly name: Schema.String;
|
|
15
|
+
}>>;
|
|
16
|
+
}>;
|
|
17
|
+
export type UpdateUserRoleOutput = typeof UpdateUserRoleOutput.Type;
|
|
18
|
+
/**
|
|
19
|
+
* Update user role
|
|
20
|
+
*/
|
|
21
|
+
export declare const updateUserRole: import("@distilled.cloud/core/client").OperationMethod<{
|
|
22
|
+
readonly id: string;
|
|
23
|
+
readonly role: string;
|
|
24
|
+
}, {
|
|
25
|
+
readonly email: string;
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly name: string;
|
|
28
|
+
readonly role?: {
|
|
29
|
+
readonly id: string;
|
|
30
|
+
readonly name: string;
|
|
31
|
+
} | undefined;
|
|
32
|
+
}, NotFound | UnprocessableEntity, any>;
|
|
33
|
+
//# sourceMappingURL=updateUserRole.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateUserRole.d.ts","sourceRoot":"","sources":["../../../src/operations/v2/updateUserRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAG7D,eAAO,MAAM,mBAAmB;;;EAG+B,CAAC;AAChE,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,oBAAoB;;;;;;;;EAU/B,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,IAAI,CAAC;AAGpE;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;uCAIxB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../../client";
|
|
3
|
+
import * as T from "../../traits";
|
|
4
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const UpdateUserRoleInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
id: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
role: Schema.String,
|
|
9
|
+
}).pipe(T.Http({ method: "PUT", path: "/v2/users/{id}/role" }));
|
|
10
|
+
// Output Schema
|
|
11
|
+
export const UpdateUserRoleOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
12
|
+
email: Schema.String,
|
|
13
|
+
id: Schema.String,
|
|
14
|
+
name: Schema.String,
|
|
15
|
+
role: Schema.optional(Schema.Struct({
|
|
16
|
+
id: Schema.String,
|
|
17
|
+
name: Schema.String,
|
|
18
|
+
})),
|
|
19
|
+
});
|
|
20
|
+
// The operation
|
|
21
|
+
/**
|
|
22
|
+
* Update user role
|
|
23
|
+
*/
|
|
24
|
+
export const updateUserRole = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
25
|
+
inputSchema: UpdateUserRoleInput,
|
|
26
|
+
outputSchema: UpdateUserRoleOutput,
|
|
27
|
+
errors: [NotFound, UnprocessableEntity],
|
|
28
|
+
}));
|
|
29
|
+
//# sourceMappingURL=updateUserRole.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateUserRole.js","sourceRoot":"","sources":["../../../src/operations/v2/updateUserRole.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAE7D,eAAe;AACf,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3E,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IACrC,IAAI,EAAE,MAAM,CAAC,MAAM;CACpB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,qBAAqB,EAAE,CAAC,CAAC,CAAC;AAGhE,gBAAgB;AAChB,MAAM,CAAC,MAAM,oBAAoB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC5E,KAAK,EAAE,MAAM,CAAC,MAAM;IACpB,EAAE,EAAE,MAAM,CAAC,MAAM;IACjB,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CACnB,MAAM,CAAC,MAAM,CAAC;QACZ,EAAE,EAAE,MAAM,CAAC,MAAM;QACjB,IAAI,EAAE,MAAM,CAAC,MAAM;KACpB,CAAC,CACH;CACF,CAAC,CAAC;AAGH,gBAAgB;AAChB;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACxE,WAAW,EAAE,mBAAmB;IAChC,YAAY,EAAE,oBAAoB;IAClC,MAAM,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAU;CACjD,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
3
|
+
export declare const UpdateViewInput: Schema.Struct<{
|
|
4
|
+
readonly id: Schema.String;
|
|
5
|
+
readonly aplQuery: Schema.String;
|
|
6
|
+
readonly datasets: Schema.optional<Schema.$Array<Schema.String>>;
|
|
7
|
+
readonly description: Schema.optional<Schema.String>;
|
|
8
|
+
readonly name: Schema.String;
|
|
9
|
+
readonly sharedByOrg: Schema.optional<Schema.String>;
|
|
10
|
+
readonly sharedByOrgName: Schema.optional<Schema.String>;
|
|
11
|
+
}>;
|
|
12
|
+
export type UpdateViewInput = typeof UpdateViewInput.Type;
|
|
13
|
+
export declare const UpdateViewOutput: Schema.Struct<{
|
|
14
|
+
readonly aplQuery: Schema.String;
|
|
15
|
+
readonly datasets: Schema.optional<Schema.$Array<Schema.String>>;
|
|
16
|
+
readonly description: Schema.optional<Schema.String>;
|
|
17
|
+
readonly name: Schema.String;
|
|
18
|
+
readonly sharedByOrg: Schema.optional<Schema.String>;
|
|
19
|
+
readonly sharedByOrgName: Schema.optional<Schema.String>;
|
|
20
|
+
}>;
|
|
21
|
+
export type UpdateViewOutput = typeof UpdateViewOutput.Type;
|
|
22
|
+
export declare const updateView: import("@distilled.cloud/core/client").OperationMethod<{
|
|
23
|
+
readonly aplQuery: string;
|
|
24
|
+
readonly datasets?: readonly string[] | undefined;
|
|
25
|
+
readonly description?: string | undefined;
|
|
26
|
+
readonly id: string;
|
|
27
|
+
readonly name: string;
|
|
28
|
+
readonly sharedByOrg?: string | undefined;
|
|
29
|
+
readonly sharedByOrgName?: string | undefined;
|
|
30
|
+
}, {
|
|
31
|
+
readonly aplQuery: string;
|
|
32
|
+
readonly datasets?: readonly string[] | undefined;
|
|
33
|
+
readonly description?: string | undefined;
|
|
34
|
+
readonly name: string;
|
|
35
|
+
readonly sharedByOrg?: string | undefined;
|
|
36
|
+
readonly sharedByOrgName?: string | undefined;
|
|
37
|
+
}, NotFound | UnprocessableEntity, any>;
|
|
38
|
+
//# sourceMappingURL=updateView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateView.d.ts","sourceRoot":"","sources":["../../../src/operations/v2/updateView.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAG7D,eAAO,MAAM,eAAe;;;;;;;;EAQ8B,CAAC;AAC3D,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,IAAI,CAAC;AAG1D,eAAO,MAAM,gBAAgB;;;;;;;EAO3B,CAAC;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,gBAAgB,CAAC,IAAI,CAAC;AAG5D,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;uCAIpB,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../../client";
|
|
3
|
+
import * as T from "../../traits";
|
|
4
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const UpdateViewInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
7
|
+
id: Schema.String.pipe(T.PathParam()),
|
|
8
|
+
aplQuery: Schema.String,
|
|
9
|
+
datasets: Schema.optional(Schema.Array(Schema.String)),
|
|
10
|
+
description: Schema.optional(Schema.String),
|
|
11
|
+
name: Schema.String,
|
|
12
|
+
sharedByOrg: Schema.optional(Schema.String),
|
|
13
|
+
sharedByOrgName: Schema.optional(Schema.String),
|
|
14
|
+
}).pipe(T.Http({ method: "PUT", path: "/v2/views/{id}" }));
|
|
15
|
+
// Output Schema
|
|
16
|
+
export const UpdateViewOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
17
|
+
aplQuery: Schema.String,
|
|
18
|
+
datasets: Schema.optional(Schema.Array(Schema.String)),
|
|
19
|
+
description: Schema.optional(Schema.String),
|
|
20
|
+
name: Schema.String,
|
|
21
|
+
sharedByOrg: Schema.optional(Schema.String),
|
|
22
|
+
sharedByOrgName: Schema.optional(Schema.String),
|
|
23
|
+
});
|
|
24
|
+
// The operation
|
|
25
|
+
export const updateView = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
26
|
+
inputSchema: UpdateViewInput,
|
|
27
|
+
outputSchema: UpdateViewOutput,
|
|
28
|
+
errors: [NotFound, UnprocessableEntity],
|
|
29
|
+
}));
|
|
30
|
+
//# sourceMappingURL=updateView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateView.js","sourceRoot":"","sources":["../../../src/operations/v2/updateView.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAE7D,eAAe;AACf,MAAM,CAAC,MAAM,eAAe,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACvE,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IACrC,QAAQ,EAAE,MAAM,CAAC,MAAM;IACvB,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD,WAAW,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,WAAW,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3C,eAAe,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CAChD,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,gBAAgB,EAAE,CAAC,CAAC,CAAC;AAG3D,gBAAgB;AAChB,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxE,QAAQ,EAAE,MAAM,CAAC,MAAM;IACvB,QAAQ,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACtD,WAAW,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,WAAW,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3C,eAAe,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CAChD,CAAC,CAAC;AAGH,gBAAgB;AAChB,MAAM,CAAC,MAAM,UAAU,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACpE,WAAW,EAAE,eAAe;IAC5B,YAAY,EAAE,gBAAgB;IAC9B,MAAM,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAU;CACjD,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
3
|
+
export declare const UpdateVirtualFieldInput: Schema.Struct<{
|
|
4
|
+
readonly id: Schema.String;
|
|
5
|
+
readonly dataset: Schema.String;
|
|
6
|
+
readonly description: Schema.optional<Schema.String>;
|
|
7
|
+
readonly expression: Schema.String;
|
|
8
|
+
readonly name: Schema.String;
|
|
9
|
+
readonly type: Schema.optional<Schema.String>;
|
|
10
|
+
readonly unit: Schema.optional<Schema.String>;
|
|
11
|
+
}>;
|
|
12
|
+
export type UpdateVirtualFieldInput = typeof UpdateVirtualFieldInput.Type;
|
|
13
|
+
export declare const UpdateVirtualFieldOutput: Schema.Struct<{
|
|
14
|
+
readonly dataset: Schema.String;
|
|
15
|
+
readonly description: Schema.optional<Schema.String>;
|
|
16
|
+
readonly expression: Schema.String;
|
|
17
|
+
readonly name: Schema.String;
|
|
18
|
+
readonly type: Schema.optional<Schema.String>;
|
|
19
|
+
readonly unit: Schema.optional<Schema.String>;
|
|
20
|
+
readonly id: Schema.String;
|
|
21
|
+
}>;
|
|
22
|
+
export type UpdateVirtualFieldOutput = typeof UpdateVirtualFieldOutput.Type;
|
|
23
|
+
export declare const updateVirtualField: import("@distilled.cloud/core/client").OperationMethod<{
|
|
24
|
+
readonly dataset: string;
|
|
25
|
+
readonly description?: string | undefined;
|
|
26
|
+
readonly expression: string;
|
|
27
|
+
readonly id: string;
|
|
28
|
+
readonly name: string;
|
|
29
|
+
readonly type?: string | undefined;
|
|
30
|
+
readonly unit?: string | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
readonly dataset: string;
|
|
33
|
+
readonly description?: string | undefined;
|
|
34
|
+
readonly expression: string;
|
|
35
|
+
readonly id: string;
|
|
36
|
+
readonly name: string;
|
|
37
|
+
readonly type?: string | undefined;
|
|
38
|
+
readonly unit?: string | undefined;
|
|
39
|
+
}, NotFound | UnprocessableEntity, any>;
|
|
40
|
+
//# sourceMappingURL=updateVirtualField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateVirtualField.d.ts","sourceRoot":"","sources":["../../../src/operations/v2/updateVirtualField.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAGxC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAG7D,eAAO,MAAM,uBAAuB;;;;;;;;EAS0B,CAAC;AAC/D,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,IAAI,CAAC;AAG1E,eAAO,MAAM,wBAAwB;;;;;;;;EASjC,CAAC;AACL,MAAM,MAAM,wBAAwB,GAAG,OAAO,wBAAwB,CAAC,IAAI,CAAC;AAG5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;uCAI5B,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../../client";
|
|
3
|
+
import * as T from "../../traits";
|
|
4
|
+
import { NotFound, UnprocessableEntity } from "../../errors";
|
|
5
|
+
// Input Schema
|
|
6
|
+
export const UpdateVirtualFieldInput =
|
|
7
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
8
|
+
id: Schema.String.pipe(T.PathParam()),
|
|
9
|
+
dataset: Schema.String,
|
|
10
|
+
description: Schema.optional(Schema.String),
|
|
11
|
+
expression: Schema.String,
|
|
12
|
+
name: Schema.String,
|
|
13
|
+
type: Schema.optional(Schema.String),
|
|
14
|
+
unit: Schema.optional(Schema.String),
|
|
15
|
+
}).pipe(T.Http({ method: "PUT", path: "/v2/vfields/{id}" }));
|
|
16
|
+
// Output Schema
|
|
17
|
+
export const UpdateVirtualFieldOutput =
|
|
18
|
+
/*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
19
|
+
dataset: Schema.String,
|
|
20
|
+
description: Schema.optional(Schema.String),
|
|
21
|
+
expression: Schema.String,
|
|
22
|
+
name: Schema.String,
|
|
23
|
+
type: Schema.optional(Schema.String),
|
|
24
|
+
unit: Schema.optional(Schema.String),
|
|
25
|
+
id: Schema.String,
|
|
26
|
+
});
|
|
27
|
+
// The operation
|
|
28
|
+
export const updateVirtualField = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
29
|
+
inputSchema: UpdateVirtualFieldInput,
|
|
30
|
+
outputSchema: UpdateVirtualFieldOutput,
|
|
31
|
+
errors: [NotFound, UnprocessableEntity],
|
|
32
|
+
}));
|
|
33
|
+
//# sourceMappingURL=updateVirtualField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateVirtualField.js","sourceRoot":"","sources":["../../../src/operations/v2/updateVirtualField.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAE7D,eAAe;AACf,MAAM,CAAC,MAAM,uBAAuB;AAClC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,EAAE,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;IACrC,OAAO,EAAE,MAAM,CAAC,MAAM;IACtB,WAAW,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC,MAAM;IACzB,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACpC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;CACrC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC,CAAC;AAG/D,gBAAgB;AAChB,MAAM,CAAC,MAAM,wBAAwB;AACnC,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC,MAAM;IACtB,WAAW,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IAC3C,UAAU,EAAE,MAAM,CAAC,MAAM;IACzB,IAAI,EAAE,MAAM,CAAC,MAAM;IACnB,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACpC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,MAAM,CAAC,MAAM,CAAC;IACpC,EAAE,EAAE,MAAM,CAAC,MAAM;CAClB,CAAC,CAAC;AAGL,gBAAgB;AAChB,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IAC5E,WAAW,EAAE,uBAAuB;IACpC,YAAY,EAAE,wBAAwB;IACtC,MAAM,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAU;CACjD,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
export declare const VacuumDatasetInput: Schema.Struct<{
|
|
3
|
+
readonly dataset_id: Schema.String;
|
|
4
|
+
}>;
|
|
5
|
+
export type VacuumDatasetInput = typeof VacuumDatasetInput.Type;
|
|
6
|
+
export declare const VacuumDatasetOutput: Schema.Void;
|
|
7
|
+
export type VacuumDatasetOutput = typeof VacuumDatasetOutput.Type;
|
|
8
|
+
export declare const vacuumDataset: import("@distilled.cloud/core/client").OperationMethod<{
|
|
9
|
+
readonly dataset_id: string;
|
|
10
|
+
}, void, never, any>;
|
|
11
|
+
//# sourceMappingURL=vacuumDataset.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vacuumDataset.d.ts","sourceRoot":"","sources":["../../../src/operations/v2/vacuumDataset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,eAAO,MAAM,kBAAkB;;EAE8C,CAAC;AAC9E,MAAM,MAAM,kBAAkB,GAAG,OAAO,kBAAkB,CAAC,IAAI,CAAC;AAGhE,eAAO,MAAM,mBAAmB,aAA0C,CAAC;AAC3E,MAAM,MAAM,mBAAmB,GAAG,OAAO,mBAAmB,CAAC,IAAI,CAAC;AAGlE,eAAO,MAAM,aAAa;;oBAGvB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as Schema from "effect/Schema";
|
|
2
|
+
import { API } from "../../client";
|
|
3
|
+
import * as T from "../../traits";
|
|
4
|
+
// Input Schema
|
|
5
|
+
export const VacuumDatasetInput = /*@__PURE__*/ /*#__PURE__*/ Schema.Struct({
|
|
6
|
+
dataset_id: Schema.String.pipe(T.PathParam()),
|
|
7
|
+
}).pipe(T.Http({ method: "POST", path: "/v2/datasets/{dataset_id}/vacuum" }));
|
|
8
|
+
// Output Schema
|
|
9
|
+
export const VacuumDatasetOutput = /*@__PURE__*/ /*#__PURE__*/ Schema.Void;
|
|
10
|
+
// The operation
|
|
11
|
+
export const vacuumDataset = /*@__PURE__*/ /*#__PURE__*/ API.make(() => ({
|
|
12
|
+
inputSchema: VacuumDatasetInput,
|
|
13
|
+
outputSchema: VacuumDatasetOutput,
|
|
14
|
+
}));
|
|
15
|
+
//# sourceMappingURL=vacuumDataset.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vacuumDataset.js","sourceRoot":"","sources":["../../../src/operations/v2/vacuumDataset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAC;AACnC,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAElC,eAAe;AACf,MAAM,CAAC,MAAM,kBAAkB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,MAAM,CAAC;IAC1E,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC;CAC9C,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,kCAAkC,EAAE,CAAC,CAAC,CAAC;AAG9E,gBAAgB;AAChB,MAAM,CAAC,MAAM,mBAAmB,GAAG,aAAa,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC;AAG3E,gBAAgB;AAChB,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC;IACvE,WAAW,EAAE,kBAAkB;IAC/B,YAAY,EAAE,mBAAmB;CAClC,CAAC,CAAC,CAAC"}
|
package/lib/retry.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Axiom retry configuration.
|
|
3
|
+
*/
|
|
4
|
+
import * as Effect from "effect/Effect";
|
|
5
|
+
import * as Context from "effect/Context";
|
|
6
|
+
export { type Options, type Factory, type Policy, makeDefault, jittered, capped, throttlingOptions, transientOptions, } from "@distilled.cloud/core/retry";
|
|
7
|
+
import type { Policy } from "@distilled.cloud/core/retry";
|
|
8
|
+
declare const Retry_base: Context.ServiceClass<Retry, "AxiomRetry", Policy>;
|
|
9
|
+
/**
|
|
10
|
+
* Context tag for configuring retry behavior of Axiom API calls.
|
|
11
|
+
*/
|
|
12
|
+
export declare class Retry extends Retry_base {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Provides a custom retry policy to all Axiom API calls.
|
|
16
|
+
*/
|
|
17
|
+
export declare const policy: (optionsOrFactory: Policy) => <A, E, R>(self: Effect.Effect<A, E, R>) => Effect.Effect<A, E, Exclude<R, Retry>>;
|
|
18
|
+
/**
|
|
19
|
+
* Disables all automatic retries.
|
|
20
|
+
*/
|
|
21
|
+
export declare const none: <A, E, R>(self: Effect.Effect<A, E, R>) => Effect.Effect<A, E, Exclude<R, Retry>>;
|
|
22
|
+
//# sourceMappingURL=retry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retry.d.ts","sourceRoot":"","sources":["../src/retry.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAExC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EACL,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,MAAM,EACX,WAAW,EACX,QAAQ,EACR,MAAM,EACN,iBAAiB,EACjB,gBAAgB,GACjB,MAAM,6BAA6B,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;;AAE1D;;GAEG;AACH,qBAAa,KAAM,SAAQ,UAA8C;CAAG;AAE5E;;GAEG;AACH,eAAO,MAAM,MAAM,qBAAsB,MAAM,sFACS,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,IAAI,mFAEhB,CAAC"}
|
package/lib/retry.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Axiom retry configuration.
|
|
3
|
+
*/
|
|
4
|
+
import * as Effect from "effect/Effect";
|
|
5
|
+
import * as Layer from "effect/Layer";
|
|
6
|
+
import * as Context from "effect/Context";
|
|
7
|
+
export { makeDefault, jittered, capped, throttlingOptions, transientOptions, } from "@distilled.cloud/core/retry";
|
|
8
|
+
/**
|
|
9
|
+
* Context tag for configuring retry behavior of Axiom API calls.
|
|
10
|
+
*/
|
|
11
|
+
export class Retry extends Context.Service()("AxiomRetry") {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Provides a custom retry policy to all Axiom API calls.
|
|
15
|
+
*/
|
|
16
|
+
export const policy = (optionsOrFactory) => Effect.provide(Layer.succeed(Retry, optionsOrFactory));
|
|
17
|
+
/**
|
|
18
|
+
* Disables all automatic retries.
|
|
19
|
+
*/
|
|
20
|
+
export const none = Effect.provide(Layer.succeed(Retry, { while: () => false }));
|
|
21
|
+
//# sourceMappingURL=retry.js.map
|
package/lib/retry.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"retry.js","sourceRoot":"","sources":["../src/retry.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;AACtC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAIL,WAAW,EACX,QAAQ,EACR,MAAM,EACN,iBAAiB,EACjB,gBAAgB,GACjB,MAAM,6BAA6B,CAAC;AAGrC;;GAEG;AACH,MAAM,OAAO,KAAM,SAAQ,OAAO,CAAC,OAAO,EAAiB,CAAC,YAAY,CAAC;CAAG;AAE5E;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,gBAAwB,EAAE,EAAE,CACjD,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC;AAEzD;;GAEG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,KAAK,EAAE,CAAC,CAC7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sensitive.d.ts","sourceRoot":"","sources":["../src/sensitive.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,iCAAiC,CAAC"}
|
package/lib/sensitive.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sensitive.js","sourceRoot":"","sources":["../src/sensitive.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,cAAc,iCAAiC,CAAC"}
|