@cloudfleet/sdk 0.0.1-d8d23ea → 0.0.1-dba2400

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.
Files changed (85) hide show
  1. package/dist/client/client.gen.d.ts +3 -0
  2. package/dist/client/client.gen.d.ts.map +1 -0
  3. package/dist/client/{client.js → client.gen.js} +82 -23
  4. package/dist/client/client.gen.js.map +1 -0
  5. package/dist/client/index.d.ts +8 -7
  6. package/dist/client/index.d.ts.map +1 -1
  7. package/dist/client/index.js +6 -4
  8. package/dist/client/index.js.map +1 -1
  9. package/dist/client/{types.d.ts → types.gen.d.ts} +19 -14
  10. package/dist/client/types.gen.d.ts.map +1 -0
  11. package/dist/client/types.gen.js +3 -0
  12. package/dist/client/types.gen.js.map +1 -0
  13. package/dist/client/{utils.d.ts → utils.gen.d.ts} +9 -21
  14. package/dist/client/utils.gen.d.ts.map +1 -0
  15. package/dist/client/{utils.js → utils.gen.js} +56 -110
  16. package/dist/client/utils.gen.js.map +1 -0
  17. package/dist/client.gen.d.ts +3 -3
  18. package/dist/client.gen.d.ts.map +1 -1
  19. package/dist/client.gen.js.map +1 -1
  20. package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
  21. package/dist/core/auth.gen.d.ts.map +1 -0
  22. package/dist/core/{auth.js → auth.gen.js} +2 -1
  23. package/dist/core/auth.gen.js.map +1 -0
  24. package/dist/core/{bodySerializer.d.ts → bodySerializer.gen.d.ts} +2 -2
  25. package/dist/core/bodySerializer.gen.d.ts.map +1 -0
  26. package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +5 -1
  27. package/dist/core/bodySerializer.gen.js.map +1 -0
  28. package/dist/core/{params.d.ts → params.gen.d.ts} +1 -1
  29. package/dist/core/params.gen.d.ts.map +1 -0
  30. package/dist/core/{params.js → params.gen.js} +2 -1
  31. package/dist/core/params.gen.js.map +1 -0
  32. package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
  33. package/dist/core/pathSerializer.gen.d.ts.map +1 -0
  34. package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +2 -1
  35. package/dist/core/pathSerializer.gen.js.map +1 -0
  36. package/dist/core/queryKeySerializer.gen.d.ts +19 -0
  37. package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
  38. package/dist/core/queryKeySerializer.gen.js +100 -0
  39. package/dist/core/queryKeySerializer.gen.js.map +1 -0
  40. package/dist/core/serverSentEvents.gen.d.ts +72 -0
  41. package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
  42. package/dist/core/serverSentEvents.gen.js +136 -0
  43. package/dist/core/serverSentEvents.gen.js.map +1 -0
  44. package/dist/core/{types.d.ts → types.gen.d.ts} +15 -15
  45. package/dist/core/types.gen.d.ts.map +1 -0
  46. package/dist/core/types.gen.js +3 -0
  47. package/dist/core/types.gen.js.map +1 -0
  48. package/dist/core/utils.gen.d.ts +20 -0
  49. package/dist/core/utils.gen.d.ts.map +1 -0
  50. package/dist/core/utils.gen.js +88 -0
  51. package/dist/core/utils.gen.js.map +1 -0
  52. package/dist/schemas.gen.d.ts +7 -7
  53. package/dist/schemas.gen.js +7 -7
  54. package/dist/schemas.gen.js.map +1 -1
  55. package/dist/sdk.gen.d.ts +49 -3
  56. package/dist/sdk.gen.d.ts.map +1 -1
  57. package/dist/sdk.gen.js +94 -48
  58. package/dist/sdk.gen.js.map +1 -1
  59. package/dist/services/kubernetes/api.d.ts +12 -12
  60. package/dist/types.gen.d.ts +8 -8
  61. package/dist/types.gen.d.ts.map +1 -1
  62. package/dist/zod.gen.d.ts +2257 -3156
  63. package/dist/zod.gen.d.ts.map +1 -1
  64. package/dist/zod.gen.js +288 -285
  65. package/dist/zod.gen.js.map +1 -1
  66. package/package.json +4 -4
  67. package/dist/client/client.d.ts +0 -3
  68. package/dist/client/client.d.ts.map +0 -1
  69. package/dist/client/client.js.map +0 -1
  70. package/dist/client/types.d.ts.map +0 -1
  71. package/dist/client/types.js +0 -2
  72. package/dist/client/types.js.map +0 -1
  73. package/dist/client/utils.d.ts.map +0 -1
  74. package/dist/client/utils.js.map +0 -1
  75. package/dist/core/auth.d.ts.map +0 -1
  76. package/dist/core/auth.js.map +0 -1
  77. package/dist/core/bodySerializer.d.ts.map +0 -1
  78. package/dist/core/bodySerializer.js.map +0 -1
  79. package/dist/core/params.d.ts.map +0 -1
  80. package/dist/core/params.js.map +0 -1
  81. package/dist/core/pathSerializer.d.ts.map +0 -1
  82. package/dist/core/pathSerializer.js.map +0 -1
  83. package/dist/core/types.d.ts.map +0 -1
  84. package/dist/core/types.js +0 -2
  85. package/dist/core/types.js.map +0 -1
package/dist/sdk.gen.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import type { Options as ClientOptions, TDataShape, Client } from './client';
2
- import type { GetUsageData, GetUsageResponses, GetUsageErrors, GetBalanceData, GetBalanceResponses, GetPaymentMethodData, GetPaymentMethodResponses, GetPaymentMethodErrors, GetPaymentMethodSecretData, GetPaymentMethodSecretResponses, ListInvoicesData, ListInvoicesResponses, ListInvoicesErrors, GetInvoiceData, GetInvoiceResponses, GetContactData, GetContactResponses, UpdateContactData, UpdateContactResponses, GetCreditsData, GetCreditsResponses, GetCreditsErrors, RedeemCreditsData, RedeemCreditsResponses, RedeemCreditsErrors, ListChartsData, ListChartsResponses, ListChartsErrors, CreateChartData, CreateChartResponses, DeleteChartData, DeleteChartResponses, GetChartData, GetChartResponses, UpdateChartData, UpdateChartResponses, ListFleetsData, ListFleetsResponses, ListFleetsErrors, CreateFleetData, CreateFleetResponses, CreateFleetErrors, DeleteFleetData, DeleteFleetResponses, GetFleetData, GetFleetResponses, UpdateFleetData, UpdateFleetResponses, UpdateFleetErrors, QueryClusterData, QueryClusterResponses, QueryClusterErrors, ListClustersData, ListClustersResponses, ListClustersErrors, CreateClusterData, CreateClusterResponses, CreateClusterErrors, DeleteClusterData, DeleteClusterResponses, GetClusterData, GetClusterResponses, UpdateClusterData, UpdateClusterResponses, GetJoinInformationData, GetJoinInformationResponses, GetJoinInformationErrors, ListInvitesData, ListInvitesResponses, ListInvitesErrors, CreateInviteData, CreateInviteResponses, GetInviteData, GetInviteResponses, DeleteInviteData, DeleteInviteResponses, ListMarketplaceChartsData, ListMarketplaceChartsResponses, ListMarketplaceChartsErrors, GetMarketplaceChartData, GetMarketplaceChartResponses, GetOrganizationData, GetOrganizationResponses, CreateOrganizationData, CreateOrganizationResponses, ListTokensData, ListTokensResponses, ListTokensErrors, CreateTokenData, CreateTokenResponses, CreateTokenErrors, DeleteTokenData, DeleteTokenResponses, GetTokenData, GetTokenResponses, GetTokenErrors, UpdateTokenData, UpdateTokenResponses, UpdateTokenErrors, RegenerateTokenData, RegenerateTokenResponses, RegenerateTokenErrors, ListUserOrganizationsData, ListUserOrganizationsResponses, ListUsersData, ListUsersResponses, ListUsersErrors, CreateUserData, CreateUserResponses, DeleteUserData, DeleteUserResponses, DeleteUserErrors, GetUserData, GetUserResponses, GetUserErrors, UpdateUserData, UpdateUserResponses } from './types.gen';
3
- export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
1
+ import type { Client, Options as Options2, TDataShape } from './client';
2
+ import type { CreateChartData, CreateChartResponses, CreateClusterData, CreateClusterErrors, CreateClusterResponses, CreateFleetData, CreateFleetErrors, CreateFleetResponses, CreateInviteData, CreateInviteResponses, CreateOrganizationData, CreateOrganizationResponses, CreateTokenData, CreateTokenErrors, CreateTokenResponses, CreateUserData, CreateUserResponses, DeleteChartData, DeleteChartResponses, DeleteClusterData, DeleteClusterResponses, DeleteFleetData, DeleteFleetResponses, DeleteInviteData, DeleteInviteResponses, DeleteTokenData, DeleteTokenResponses, DeleteUserData, DeleteUserErrors, DeleteUserResponses, GetBalanceData, GetBalanceResponses, GetChartData, GetChartResponses, GetClusterData, GetClusterResponses, GetContactData, GetContactResponses, GetCreditsData, GetCreditsErrors, GetCreditsResponses, GetFleetData, GetFleetResponses, GetInviteData, GetInviteResponses, GetInvoiceData, GetInvoiceResponses, GetJoinInformationData, GetJoinInformationErrors, GetJoinInformationResponses, GetMarketplaceChartData, GetMarketplaceChartResponses, GetOrganizationData, GetOrganizationResponses, GetPaymentMethodData, GetPaymentMethodErrors, GetPaymentMethodResponses, GetPaymentMethodSecretData, GetPaymentMethodSecretResponses, GetTokenData, GetTokenErrors, GetTokenResponses, GetUsageData, GetUsageErrors, GetUsageResponses, GetUserData, GetUserErrors, GetUserResponses, ListChartsData, ListChartsErrors, ListChartsResponses, ListClustersData, ListClustersErrors, ListClustersResponses, ListFleetsData, ListFleetsErrors, ListFleetsResponses, ListInvitesData, ListInvitesErrors, ListInvitesResponses, ListInvoicesData, ListInvoicesErrors, ListInvoicesResponses, ListMarketplaceChartsData, ListMarketplaceChartsErrors, ListMarketplaceChartsResponses, ListTokensData, ListTokensErrors, ListTokensResponses, ListUserOrganizationsData, ListUserOrganizationsResponses, ListUsersData, ListUsersErrors, ListUsersResponses, QueryClusterData, QueryClusterErrors, QueryClusterResponses, RedeemCreditsData, RedeemCreditsErrors, RedeemCreditsResponses, RegenerateTokenData, RegenerateTokenErrors, RegenerateTokenResponses, UpdateChartData, UpdateChartResponses, UpdateClusterData, UpdateClusterResponses, UpdateContactData, UpdateContactResponses, UpdateFleetData, UpdateFleetErrors, UpdateFleetResponses, UpdateTokenData, UpdateTokenErrors, UpdateTokenResponses, UpdateUserData, UpdateUserResponses } from './types.gen';
3
+ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
4
4
  /**
5
5
  * You can provide a client instance returned by `createClient()` instead of
6
6
  * individual options. This might be also useful if you want to implement a
@@ -16,60 +16,70 @@ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends
16
16
  export declare class BillingService {
17
17
  /**
18
18
  * Get billing usage information.
19
+ *
19
20
  * Returns aggregated usage information for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
20
21
  *
21
22
  */
22
23
  static getUsage<ThrowOnError extends boolean = false>(options?: Options<GetUsageData, ThrowOnError>): import("./client").RequestResult<GetUsageResponses, GetUsageErrors, ThrowOnError, "fields">;
23
24
  /**
24
25
  * Get billing balance information.
26
+ *
25
27
  * Returns the current balance of the organization in USD as a floating-point number. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
26
28
  *
27
29
  */
28
30
  static getBalance<ThrowOnError extends boolean = false>(options?: Options<GetBalanceData, ThrowOnError>): import("./client").RequestResult<GetBalanceResponses, unknown, ThrowOnError, "fields">;
29
31
  /**
30
32
  * Get organization payment method information.
33
+ *
31
34
  * Returns the information about the payment card associated with the organization with sensitive information redacted. Payment details can be updated in the Cloudfleet console only, please visit https://console.cloudfleet.ai. This endpoint is available to all users in the organization.
32
35
  *
33
36
  */
34
37
  static getPaymentMethod<ThrowOnError extends boolean = false>(options?: Options<GetPaymentMethodData, ThrowOnError>): import("./client").RequestResult<GetPaymentMethodResponses, GetPaymentMethodErrors, ThrowOnError, "fields">;
35
38
  /**
36
39
  * Get Stripe client secret.
40
+ *
37
41
  * Endpoint returns the Stripe secret key for the organization. This key is used to securely update the payment method in the Cloudfleet console only, please visit https://console.cloudfleet.ai. This endpoint is available to administrators of the organization only.
38
42
  *
39
43
  */
40
44
  static getPaymentMethodSecret<ThrowOnError extends boolean = false>(options?: Options<GetPaymentMethodSecretData, ThrowOnError>): import("./client").RequestResult<GetPaymentMethodSecretResponses, unknown, ThrowOnError, "fields">;
41
45
  /**
42
46
  * List issued invoices.
47
+ *
43
48
  * Returns a list of invoices for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
44
49
  *
45
50
  */
46
51
  static listInvoices<ThrowOnError extends boolean = false>(options: Options<ListInvoicesData, ThrowOnError>): import("./client").RequestResult<ListInvoicesResponses, ListInvoicesErrors, ThrowOnError, "fields">;
47
52
  /**
48
53
  * Get invoice information.
54
+ *
49
55
  * Returns a single Invoice as HTML referenced by id. This endpoint is available to all users in the organization.
50
56
  *
51
57
  */
52
58
  static getInvoice<ThrowOnError extends boolean = false>(options: Options<GetInvoiceData, ThrowOnError>): import("./client").RequestResult<GetInvoiceResponses, unknown, ThrowOnError, "fields">;
53
59
  /**
54
60
  * Get organization contact and billing address information.
61
+ *
55
62
  * Returns the organization contact and billing address information. This endpoint is available to all users in the organization.
56
63
  *
57
64
  */
58
65
  static getContact<ThrowOnError extends boolean = false>(options?: Options<GetContactData, ThrowOnError>): import("./client").RequestResult<GetContactResponses, unknown, ThrowOnError, "fields">;
59
66
  /**
60
67
  * Update organization contact information and billing address.
68
+ *
61
69
  * This endpoint allows you to update organization details with its contact information. This endpoint is available to administrators of the organization only.
62
70
  *
63
71
  */
64
72
  static updateContact<ThrowOnError extends boolean = false>(options: Options<UpdateContactData, ThrowOnError>): import("./client").RequestResult<UpdateContactResponses, unknown, ThrowOnError, "fields">;
65
73
  /**
66
74
  * Get applied promotional credits
75
+ *
67
76
  * Returns applied promotional credits for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
68
77
  *
69
78
  */
70
79
  static getCredits<ThrowOnError extends boolean = false>(options?: Options<GetCreditsData, ThrowOnError>): import("./client").RequestResult<GetCreditsResponses, GetCreditsErrors, ThrowOnError, "fields">;
71
80
  /**
72
81
  * Redeem promotional credits code.
82
+ *
73
83
  * Applies promotional credits for the organization. For more information on billing and payments, see [Billing and pricing](https://cloudfleet.ai/docs/organization/billing/) section of documentaiton. This endpoint is available to all users in the organization.
74
84
  *
75
85
  */
@@ -78,6 +88,7 @@ export declare class BillingService {
78
88
  export declare class ClustersService {
79
89
  /**
80
90
  * List charts.
91
+ *
81
92
  * Returns a list of charts in the cluster.
82
93
  *
83
94
  * This endpoint is available to all users in the organization.
@@ -86,6 +97,7 @@ export declare class ClustersService {
86
97
  static listCharts<ThrowOnError extends boolean = false>(options: Options<ListChartsData, ThrowOnError>): import("./client").RequestResult<ListChartsResponses, ListChartsErrors, ThrowOnError, "fields">;
87
98
  /**
88
99
  * Create a new chart.
100
+ *
89
101
  * Create a new chart deployment.
90
102
  *
91
103
  * This endpoint is available to administrators of the organization only.
@@ -94,6 +106,7 @@ export declare class ClustersService {
94
106
  static createChart<ThrowOnError extends boolean = false>(options: Options<CreateChartData, ThrowOnError>): import("./client").RequestResult<CreateChartResponses, unknown, ThrowOnError, "fields">;
95
107
  /**
96
108
  * Permanently delete the chart deployment from the cluster.
109
+ *
97
110
  * This endpoint will permanently delete chart. This operation cannot be undone.
98
111
  *
99
112
  * This endpoint is available to administrators of the organization only.
@@ -102,6 +115,7 @@ export declare class ClustersService {
102
115
  static deleteChart<ThrowOnError extends boolean = false>(options: Options<DeleteChartData, ThrowOnError>): import("./client").RequestResult<DeleteChartResponses, unknown, ThrowOnError, "fields">;
103
116
  /**
104
117
  * Get chart information.
118
+ *
105
119
  * Returns the details of the chart deployment.
106
120
  *
107
121
  * This endpoint is available to all users in the organization.
@@ -110,6 +124,7 @@ export declare class ClustersService {
110
124
  static getChart<ThrowOnError extends boolean = false>(options: Options<GetChartData, ThrowOnError>): import("./client").RequestResult<GetChartResponses, unknown, ThrowOnError, "fields">;
111
125
  /**
112
126
  * Update chart information.
127
+ *
113
128
  * This endpoint allows you to update the values of a chart deployment.
114
129
  *
115
130
  * This endpoint is available to administrators of the organization only.
@@ -118,6 +133,7 @@ export declare class ClustersService {
118
133
  static updateChart<ThrowOnError extends boolean = false>(options: Options<UpdateChartData, ThrowOnError>): import("./client").RequestResult<UpdateChartResponses, unknown, ThrowOnError, "fields">;
119
134
  /**
120
135
  * List fleets.
136
+ *
121
137
  * Returns a list of fleets belonging to the cluster. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
122
138
  *
123
139
  * This endpoint is available to all users in the organization.
@@ -126,6 +142,7 @@ export declare class ClustersService {
126
142
  static listFleets<ThrowOnError extends boolean = false>(options: Options<ListFleetsData, ThrowOnError>): import("./client").RequestResult<ListFleetsResponses, ListFleetsErrors, ThrowOnError, "fields">;
127
143
  /**
128
144
  * Create a new fleet.
145
+ *
129
146
  * Create a new fleet under the current organization. fleets allow you to to schedule workloads in cloud service provider accounts owned by you. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
130
147
  *
131
148
  * This endpoint is available to administrators of the organization only.
@@ -134,6 +151,7 @@ export declare class ClustersService {
134
151
  static createFleet<ThrowOnError extends boolean = false>(options: Options<CreateFleetData, ThrowOnError>): import("./client").RequestResult<CreateFleetResponses, CreateFleetErrors, ThrowOnError, "fields">;
135
152
  /**
136
153
  * Permanently delete fleet.
154
+ *
137
155
  * This endpoint will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. If you want to keep using the Fleet until the end of the billing period, set the status to `cancelling`. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
138
156
  *
139
157
  * This endpoint is available to administrators of the organization only.
@@ -142,6 +160,7 @@ export declare class ClustersService {
142
160
  static deleteFleet<ThrowOnError extends boolean = false>(options: Options<DeleteFleetData, ThrowOnError>): import("./client").RequestResult<DeleteFleetResponses, unknown, ThrowOnError, "fields">;
143
161
  /**
144
162
  * Get fleet information.
163
+ *
145
164
  * Returns fleet details. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
146
165
  *
147
166
  * This endpoint is available to all users in the organization.
@@ -150,6 +169,7 @@ export declare class ClustersService {
150
169
  static getFleet<ThrowOnError extends boolean = false>(options: Options<GetFleetData, ThrowOnError>): import("./client").RequestResult<GetFleetResponses, unknown, ThrowOnError, "fields">;
151
170
  /**
152
171
  * Update fleet information.
172
+ *
153
173
  * This endpoint allows you to update fleet details.
154
174
  *
155
175
  * Setting status to `deleted` will permanently delete fleet. This operation cannot be undone. Your subscription will end by the end of the current billing period and you will not be able to receive credit for unused time. If you want to keep using the Fleet until the end of the billing period, set the status to `cancelling`.
@@ -162,11 +182,13 @@ export declare class ClustersService {
162
182
  static updateFleet<ThrowOnError extends boolean = false>(options: Options<UpdateFleetData, ThrowOnError>): import("./client").RequestResult<UpdateFleetResponses, UpdateFleetErrors, ThrowOnError, "fields">;
163
183
  /**
164
184
  * Query Kubernetes cluster API
185
+ *
165
186
  * An API endpoint for directly querying a Kubernetes cluster API without requiring kubectl or other tools. This endpoint is ideal for automation and scripting, as well as for internal use in fetching data for the Cloudfleet Console. It acts as a passthrough to the Kubernetes API, allowing access to any valid Kubernetes API endpoint, including those not exposed in the Cloudfleet Console. The endpoint is strictly read-only, ensuring no modifications to the cluster state. It is accessible to all users within the organization and uses the same authentication mechanisms as other Cloudfleet API endpoints.
166
187
  */
167
188
  static queryCluster<ThrowOnError extends boolean = false>(options: Options<QueryClusterData, ThrowOnError>): import("./client").RequestResult<QueryClusterResponses, QueryClusterErrors, ThrowOnError, "fields">;
168
189
  /**
169
190
  * List clusters.
191
+ *
170
192
  * Returns a list of clusters under the current organization, including quota. Quota is a set of filters defined by the admin of the organization that will be applied to all resources created in the cluster. Quota information returned here does not take into account quota set on organization or platform level. For calculated quota applied to this account, use /clusters/{cluster_id}/quota endpoint. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
171
193
  *
172
194
  * This endpoint is available to all users in the organization.
@@ -175,6 +197,7 @@ export declare class ClustersService {
175
197
  static listClusters<ThrowOnError extends boolean = false>(options?: Options<ListClustersData, ThrowOnError>): import("./client").RequestResult<ListClustersResponses, ListClustersErrors, ThrowOnError, "fields">;
176
198
  /**
177
199
  * Create a new cluster.
200
+ *
178
201
  * Create a new cluster under the current organization. Clusters allow you to group resources and you can create multiple clusters under the same organization, with billing delegated to the parent organization.
179
202
  *
180
203
  * This endpoint is available to administrators of the organization only.
@@ -183,6 +206,7 @@ export declare class ClustersService {
183
206
  static createCluster<ThrowOnError extends boolean = false>(options: Options<CreateClusterData, ThrowOnError>): import("./client").RequestResult<CreateClusterResponses, CreateClusterErrors, ThrowOnError, "fields">;
184
207
  /**
185
208
  * Permanently delete cluster.
209
+ *
186
210
  * This endpoint will permanently delete the cluster. This operation cannot be undone.
187
211
  *
188
212
  * This endpoint is available to administrators of the organization only.
@@ -191,6 +215,7 @@ export declare class ClustersService {
191
215
  static deleteCluster<ThrowOnError extends boolean = false>(options: Options<DeleteClusterData, ThrowOnError>): import("./client").RequestResult<DeleteClusterResponses, unknown, ThrowOnError, "fields">;
192
216
  /**
193
217
  * Get cluster information.
218
+ *
194
219
  * Returns cluster details including quota. Quota is a set of filters defined by the admin of the organization that will be applied to all resources created in the cluster. Quota information returned here does not take into account quota set on organization or platform level. For calculated quota applied to this account, use /clusters/{cluster_id}/quota endpoint. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
195
220
  *
196
221
  * This endpoint is available to all users in the organization.
@@ -199,6 +224,7 @@ export declare class ClustersService {
199
224
  static getCluster<ThrowOnError extends boolean = false>(options: Options<GetClusterData, ThrowOnError>): import("./client").RequestResult<GetClusterResponses, unknown, ThrowOnError, "fields">;
200
225
  /**
201
226
  * Update cluster information.
227
+ *
202
228
  * This endpoint allows you to update cluster details, including quota and cluster status. For more information about clusters, see [Clusters](https://cloudfleet.ai/docs/cluster-management/cluster-types/) section of documentaiton.
203
229
  *
204
230
  * This endpoint is available to administrators of the organization only.
@@ -207,6 +233,7 @@ export declare class ClustersService {
207
233
  static updateCluster<ThrowOnError extends boolean = false>(options: Options<UpdateClusterData, ThrowOnError>): import("./client").RequestResult<UpdateClusterResponses, unknown, ThrowOnError, "fields">;
208
234
  /**
209
235
  * Node join information for the cluster
236
+ *
210
237
  * Returns the join information for the cluster. This information is used to add a self-managed nodes to the CFKE cluster. This endpoint is available to only admins of the organization.
211
238
  *
212
239
  */
@@ -215,24 +242,28 @@ export declare class ClustersService {
215
242
  export declare class InvitesService {
216
243
  /**
217
244
  * List invites.
245
+ *
218
246
  * Returns a list of invites under the current organization. This endpoint is available to all users in the organization.
219
247
  *
220
248
  */
221
249
  static listInvites<ThrowOnError extends boolean = false>(options?: Options<ListInvitesData, ThrowOnError>): import("./client").RequestResult<ListInvitesResponses, ListInvitesErrors, ThrowOnError, "fields">;
222
250
  /**
223
251
  * Create a new invite.
252
+ *
224
253
  * Invite a new user to your Cloudfleet organization. The user will receive an email with a link to create a new account. This endpoint is available to administrators of the organization only.
225
254
  *
226
255
  */
227
256
  static createInvite<ThrowOnError extends boolean = false>(options: Options<CreateInviteData, ThrowOnError>): import("./client").RequestResult<CreateInviteResponses, unknown, ThrowOnError, "fields">;
228
257
  /**
229
258
  * Get invite information.
259
+ *
230
260
  * Returns invite details.
231
261
  *
232
262
  */
233
263
  static getInvite<ThrowOnError extends boolean = false>(options: Options<GetInviteData, ThrowOnError>): import("./client").RequestResult<GetInviteResponses, unknown, ThrowOnError, "fields">;
234
264
  /**
235
265
  * Permanently delete invite.
266
+ *
236
267
  * Permanently deletes invite from the organization. This endpoint is available to administrators of the organization only.
237
268
  *
238
269
  */
@@ -241,6 +272,7 @@ export declare class InvitesService {
241
272
  export declare class ChartsMarketplaceService {
242
273
  /**
243
274
  * List chart listings available in the marketplace.
275
+ *
244
276
  * Returns a list of available charts in the marketplace.
245
277
  *
246
278
  * This endpoint is available to all users in the organization.
@@ -249,6 +281,7 @@ export declare class ChartsMarketplaceService {
249
281
  static listMarketplaceCharts<ThrowOnError extends boolean = false>(options?: Options<ListMarketplaceChartsData, ThrowOnError>): import("./client").RequestResult<ListMarketplaceChartsResponses, ListMarketplaceChartsErrors, ThrowOnError, "fields">;
250
282
  /**
251
283
  * Get chart listing details.
284
+ *
252
285
  * Returns details of the chart listing.
253
286
  *
254
287
  * This endpoint is available to all users in the organization.
@@ -259,6 +292,7 @@ export declare class ChartsMarketplaceService {
259
292
  export declare class OrganizationService {
260
293
  /**
261
294
  * Get organization information.
295
+ *
262
296
  * Returns organization details including quota. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
263
297
  *
264
298
  * This endpoint is available to all users in the organization.
@@ -267,6 +301,7 @@ export declare class OrganizationService {
267
301
  static getOrganization<ThrowOnError extends boolean = false>(options?: Options<GetOrganizationData, ThrowOnError>): import("./client").RequestResult<GetOrganizationResponses, unknown, ThrowOnError, "fields">;
268
302
  /**
269
303
  * Create a new organization / Cloudfleet account signup.
304
+ *
270
305
  * This endpoint allows you to create a new Cloudfleet organization and an administrator user.
271
306
  *
272
307
  */
@@ -275,12 +310,14 @@ export declare class OrganizationService {
275
310
  export declare class TokensService {
276
311
  /**
277
312
  * List access tokens in organization.
313
+ *
278
314
  * This endpoint allows you to get a list of all access tokens details in organization. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to all users in the organization.
279
315
  *
280
316
  */
281
317
  static listTokens<ThrowOnError extends boolean = false>(options?: Options<ListTokensData, ThrowOnError>): import("./client").RequestResult<ListTokensResponses, ListTokensErrors, ThrowOnError, "fields">;
282
318
  /**
283
319
  * Create a new access token.
320
+ *
284
321
  * This endpoint allows you to create a new access token. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton.
285
322
  *
286
323
  * This endpoint is available to administrators of the organization only.
@@ -289,18 +326,21 @@ export declare class TokensService {
289
326
  static createToken<ThrowOnError extends boolean = false>(options: Options<CreateTokenData, ThrowOnError>): import("./client").RequestResult<CreateTokenResponses, CreateTokenErrors, ThrowOnError, "fields">;
290
327
  /**
291
328
  * Permanently delete access token.
329
+ *
292
330
  * This endpoint allows you to delete an access token. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to administrators of the organization only.
293
331
  *
294
332
  */
295
333
  static deleteToken<ThrowOnError extends boolean = false>(options: Options<DeleteTokenData, ThrowOnError>): import("./client").RequestResult<DeleteTokenResponses, unknown, ThrowOnError, "fields">;
296
334
  /**
297
335
  * Get access token information.
336
+ *
298
337
  * This endpoint allows you to get access token details. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton. This endpoint is available to all users in the organization.
299
338
  *
300
339
  */
301
340
  static getToken<ThrowOnError extends boolean = false>(options: Options<GetTokenData, ThrowOnError>): import("./client").RequestResult<GetTokenResponses, GetTokenErrors, ThrowOnError, "fields">;
302
341
  /**
303
342
  * Update access token information.
343
+ *
304
344
  * This endpoint allows you to update access token details. For more information about identity access management and security, see [Service Accounts](https://cloudfleet.ai/docs/organization/api-tokens/) section of documentaiton.
305
345
  *
306
346
  * This endpoint is available to administrators of the organization only.
@@ -309,6 +349,7 @@ export declare class TokensService {
309
349
  static updateToken<ThrowOnError extends boolean = false>(options: Options<UpdateTokenData, ThrowOnError>): import("./client").RequestResult<UpdateTokenResponses, UpdateTokenErrors, ThrowOnError, "fields">;
310
350
  /**
311
351
  * Regenerate access token secret key.
352
+ *
312
353
  * Generates a new access token secret. Old secret will not be valid anymore.
313
354
  */
314
355
  static regenerateToken<ThrowOnError extends boolean = false>(options: Options<RegenerateTokenData, ThrowOnError>): import("./client").RequestResult<RegenerateTokenResponses, RegenerateTokenErrors, ThrowOnError, "fields">;
@@ -320,6 +361,7 @@ export declare class UsersService {
320
361
  static listUserOrganizations<ThrowOnError extends boolean = false>(options: Options<ListUserOrganizationsData, ThrowOnError>): import("./client").RequestResult<ListUserOrganizationsResponses, unknown, ThrowOnError, "fields">;
321
362
  /**
322
363
  * List users in organization.
364
+ *
323
365
  * Returns a list of user details and their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
324
366
  *
325
367
  * This endpoint is available to all users in the organization.
@@ -328,18 +370,21 @@ export declare class UsersService {
328
370
  static listUsers<ThrowOnError extends boolean = false>(options?: Options<ListUsersData, ThrowOnError>): import("./client").RequestResult<ListUsersResponses, ListUsersErrors, ThrowOnError, "fields">;
329
371
  /**
330
372
  * Create a new user.
373
+ *
331
374
  * Create a new user in your Cloudfleet organization. Requires a valid invite code generated by the `invites create` command. The invite code is a unique string that can be used only once to create a new user. The invite code is generated by the `POST /invites` endpoint.
332
375
  *
333
376
  */
334
377
  static createUser<ThrowOnError extends boolean = false>(options: Options<CreateUserData, ThrowOnError>): import("./client").RequestResult<CreateUserResponses, unknown, ThrowOnError, "fields">;
335
378
  /**
336
379
  * Delete user by id.
380
+ *
337
381
  * Sets user status to `inactive`. Inactive users cannot log in and manage organization resources. This endpoint is available to administrators of the organization only.
338
382
  *
339
383
  */
340
384
  static deleteUser<ThrowOnError extends boolean = false>(options: Options<DeleteUserData, ThrowOnError>): import("./client").RequestResult<DeleteUserResponses, DeleteUserErrors, ThrowOnError, "fields">;
341
385
  /**
342
386
  * Get user profile information by id.
387
+ *
343
388
  * Returns user details including their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
344
389
  *
345
390
  * This endpoint is available to all users in the organization.
@@ -348,6 +393,7 @@ export declare class UsersService {
348
393
  static getUser<ThrowOnError extends boolean = false>(options: Options<GetUserData, ThrowOnError>): import("./client").RequestResult<GetUserResponses, GetUserErrors, ThrowOnError, "fields">;
349
394
  /**
350
395
  * Update user profile information.
396
+ *
351
397
  * Update user profile information: email, first name, last name, role. This endpoint can be accessed by administrators and the user itself. Role and status can be changed by administrators only.
352
398
  *
353
399
  */
@@ -1 +1 @@
1
- {"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../src/sdk.gen.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../src/sdk.gen.ts"],"names":[],"mappings":"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"}