@scaleway/sdk-cockpit 2.2.2 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/_virtual/_rolldown/runtime.js +11 -0
- package/dist/index.gen.js +2 -4
- package/dist/v1/api.gen.js +534 -755
- package/dist/v1/content.gen.js +3 -6
- package/dist/v1/index.gen.js +52 -50
- package/dist/v1/marshalling.gen.js +305 -512
- package/dist/v1/validation-rules.gen.js +81 -91
- package/package.json +4 -4
package/dist/v1/content.gen.js
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export {
|
|
5
|
-
EXPORTER_TRANSIENT_STATUSES
|
|
6
|
-
};
|
|
1
|
+
/** Lists transient statutes of the enum {@link ExporterStatus}. */
|
|
2
|
+
const EXPORTER_TRANSIENT_STATUSES = ["creating"];
|
|
3
|
+
export { EXPORTER_TRANSIENT_STATUSES };
|
package/dist/v1/index.gen.js
CHANGED
|
@@ -1,52 +1,54 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
|
|
2
2
|
import { EXPORTER_TRANSIENT_STATUSES } from "./content.gen.js";
|
|
3
3
|
import { marshalGlobalApiCreateGrafanaUserRequest, marshalGlobalApiResetGrafanaUserPasswordRequest, marshalGlobalApiSelectPlanRequest, marshalGlobalApiSyncGrafanaDataSourcesRequest, marshalRegionalApiCreateContactPointRequest, marshalRegionalApiCreateDataSourceRequest, marshalRegionalApiCreateExporterRequest, marshalRegionalApiCreateTokenRequest, marshalRegionalApiDeleteContactPointRequest, marshalRegionalApiDisableAlertManagerRequest, marshalRegionalApiDisableAlertRulesRequest, marshalRegionalApiDisableManagedAlertsRequest, marshalRegionalApiEnableAlertManagerRequest, marshalRegionalApiEnableAlertRulesRequest, marshalRegionalApiEnableManagedAlertsRequest, marshalRegionalApiTriggerTestAlertRequest, marshalRegionalApiUpdateContactPointRequest, marshalRegionalApiUpdateDataSourceRequest, marshalRegionalApiUpdateExporterRequest, unmarshalAlertManager, unmarshalContactPoint, unmarshalDataSource, unmarshalDisableAlertRulesResponse, unmarshalEnableAlertRulesResponse, unmarshalExporter, unmarshalGetConfigResponse, unmarshalGetRulesCountResponse, unmarshalGrafana, unmarshalGrafanaProductDashboard, unmarshalGrafanaUser, unmarshalListAlertsResponse, unmarshalListContactPointsResponse, unmarshalListDataSourcesResponse, unmarshalListExportersResponse, unmarshalListGrafanaProductDashboardsResponse, unmarshalListGrafanaUsersResponse, unmarshalListPlansResponse, unmarshalListProductsResponse, unmarshalListTokensResponse, unmarshalPlan, unmarshalToken, unmarshalUsageOverview } from "./marshalling.gen.js";
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
4
|
+
import { GlobalAPI, RegionalAPI } from "./api.gen.js";
|
|
5
|
+
import { validation_rules_gen_exports } from "./validation-rules.gen.js";
|
|
6
|
+
var index_gen_exports = /* @__PURE__ */ __exportAll({
|
|
7
|
+
EXPORTER_TRANSIENT_STATUSES: () => EXPORTER_TRANSIENT_STATUSES,
|
|
8
|
+
GlobalAPI: () => GlobalAPI,
|
|
9
|
+
RegionalAPI: () => RegionalAPI,
|
|
10
|
+
ValidationRules: () => validation_rules_gen_exports,
|
|
11
|
+
marshalGlobalApiCreateGrafanaUserRequest: () => marshalGlobalApiCreateGrafanaUserRequest,
|
|
12
|
+
marshalGlobalApiResetGrafanaUserPasswordRequest: () => marshalGlobalApiResetGrafanaUserPasswordRequest,
|
|
13
|
+
marshalGlobalApiSelectPlanRequest: () => marshalGlobalApiSelectPlanRequest,
|
|
14
|
+
marshalGlobalApiSyncGrafanaDataSourcesRequest: () => marshalGlobalApiSyncGrafanaDataSourcesRequest,
|
|
15
|
+
marshalRegionalApiCreateContactPointRequest: () => marshalRegionalApiCreateContactPointRequest,
|
|
16
|
+
marshalRegionalApiCreateDataSourceRequest: () => marshalRegionalApiCreateDataSourceRequest,
|
|
17
|
+
marshalRegionalApiCreateExporterRequest: () => marshalRegionalApiCreateExporterRequest,
|
|
18
|
+
marshalRegionalApiCreateTokenRequest: () => marshalRegionalApiCreateTokenRequest,
|
|
19
|
+
marshalRegionalApiDeleteContactPointRequest: () => marshalRegionalApiDeleteContactPointRequest,
|
|
20
|
+
marshalRegionalApiDisableAlertManagerRequest: () => marshalRegionalApiDisableAlertManagerRequest,
|
|
21
|
+
marshalRegionalApiDisableAlertRulesRequest: () => marshalRegionalApiDisableAlertRulesRequest,
|
|
22
|
+
marshalRegionalApiDisableManagedAlertsRequest: () => marshalRegionalApiDisableManagedAlertsRequest,
|
|
23
|
+
marshalRegionalApiEnableAlertManagerRequest: () => marshalRegionalApiEnableAlertManagerRequest,
|
|
24
|
+
marshalRegionalApiEnableAlertRulesRequest: () => marshalRegionalApiEnableAlertRulesRequest,
|
|
25
|
+
marshalRegionalApiEnableManagedAlertsRequest: () => marshalRegionalApiEnableManagedAlertsRequest,
|
|
26
|
+
marshalRegionalApiTriggerTestAlertRequest: () => marshalRegionalApiTriggerTestAlertRequest,
|
|
27
|
+
marshalRegionalApiUpdateContactPointRequest: () => marshalRegionalApiUpdateContactPointRequest,
|
|
28
|
+
marshalRegionalApiUpdateDataSourceRequest: () => marshalRegionalApiUpdateDataSourceRequest,
|
|
29
|
+
marshalRegionalApiUpdateExporterRequest: () => marshalRegionalApiUpdateExporterRequest,
|
|
30
|
+
unmarshalAlertManager: () => unmarshalAlertManager,
|
|
31
|
+
unmarshalContactPoint: () => unmarshalContactPoint,
|
|
32
|
+
unmarshalDataSource: () => unmarshalDataSource,
|
|
33
|
+
unmarshalDisableAlertRulesResponse: () => unmarshalDisableAlertRulesResponse,
|
|
34
|
+
unmarshalEnableAlertRulesResponse: () => unmarshalEnableAlertRulesResponse,
|
|
35
|
+
unmarshalExporter: () => unmarshalExporter,
|
|
36
|
+
unmarshalGetConfigResponse: () => unmarshalGetConfigResponse,
|
|
37
|
+
unmarshalGetRulesCountResponse: () => unmarshalGetRulesCountResponse,
|
|
38
|
+
unmarshalGrafana: () => unmarshalGrafana,
|
|
39
|
+
unmarshalGrafanaProductDashboard: () => unmarshalGrafanaProductDashboard,
|
|
40
|
+
unmarshalGrafanaUser: () => unmarshalGrafanaUser,
|
|
41
|
+
unmarshalListAlertsResponse: () => unmarshalListAlertsResponse,
|
|
42
|
+
unmarshalListContactPointsResponse: () => unmarshalListContactPointsResponse,
|
|
43
|
+
unmarshalListDataSourcesResponse: () => unmarshalListDataSourcesResponse,
|
|
44
|
+
unmarshalListExportersResponse: () => unmarshalListExportersResponse,
|
|
45
|
+
unmarshalListGrafanaProductDashboardsResponse: () => unmarshalListGrafanaProductDashboardsResponse,
|
|
46
|
+
unmarshalListGrafanaUsersResponse: () => unmarshalListGrafanaUsersResponse,
|
|
47
|
+
unmarshalListPlansResponse: () => unmarshalListPlansResponse,
|
|
48
|
+
unmarshalListProductsResponse: () => unmarshalListProductsResponse,
|
|
49
|
+
unmarshalListTokensResponse: () => unmarshalListTokensResponse,
|
|
50
|
+
unmarshalPlan: () => unmarshalPlan,
|
|
51
|
+
unmarshalToken: () => unmarshalToken,
|
|
52
|
+
unmarshalUsageOverview: () => unmarshalUsageOverview
|
|
53
|
+
});
|
|
54
|
+
export { index_gen_exports };
|