@cloudfleet/sdk 0.0.1-ed50a15 → 0.0.1-f018175
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 +26 -2
- package/dist/@tanstack/react-query.gen.d.ts +1149 -0
- package/dist/@tanstack/react-query.gen.d.ts.map +1 -0
- package/dist/@tanstack/react-query.gen.js +1165 -0
- package/dist/@tanstack/react-query.gen.js.map +1 -0
- package/dist/client/client.gen.d.ts +3 -0
- package/dist/client/client.gen.d.ts.map +1 -0
- package/dist/client/client.gen.js +217 -0
- package/dist/client/client.gen.js.map +1 -0
- package/dist/client/index.d.ts +8 -7
- package/dist/client/index.d.ts.map +1 -1
- package/dist/client/index.js +6 -4
- package/dist/client/index.js.map +1 -1
- package/dist/client/{types.d.ts → types.gen.d.ts} +23 -22
- package/dist/client/types.gen.d.ts.map +1 -0
- package/dist/client/types.gen.js +3 -0
- package/dist/client/types.gen.js.map +1 -0
- package/dist/client/{utils.d.ts → utils.gen.d.ts} +17 -25
- package/dist/client/utils.gen.d.ts.map +1 -0
- package/dist/client/{utils.js → utils.gen.js} +66 -122
- package/dist/client/utils.gen.js.map +1 -0
- package/dist/client.gen.d.ts +3 -3
- package/dist/client.gen.d.ts.map +1 -1
- package/dist/client.gen.js +1 -3
- package/dist/client.gen.js.map +1 -1
- package/dist/core/{auth.d.ts → auth.gen.d.ts} +1 -1
- package/dist/core/auth.gen.d.ts.map +1 -0
- package/dist/core/{auth.js → auth.gen.js} +2 -1
- package/dist/core/auth.gen.js.map +1 -0
- package/dist/core/bodySerializer.gen.d.ts +26 -0
- package/dist/core/bodySerializer.gen.d.ts.map +1 -0
- package/dist/core/{bodySerializer.js → bodySerializer.gen.js} +6 -2
- package/dist/core/bodySerializer.gen.js.map +1 -0
- package/dist/core/{params.d.ts → params.gen.d.ts} +11 -1
- package/dist/core/params.gen.d.ts.map +1 -0
- package/dist/core/{params.js → params.gen.js} +24 -11
- package/dist/core/params.gen.js.map +1 -0
- package/dist/core/{pathSerializer.d.ts → pathSerializer.gen.d.ts} +1 -1
- package/dist/core/pathSerializer.gen.d.ts.map +1 -0
- package/dist/core/{pathSerializer.js → pathSerializer.gen.js} +5 -12
- package/dist/core/pathSerializer.gen.js.map +1 -0
- package/dist/core/queryKeySerializer.gen.d.ts +19 -0
- package/dist/core/queryKeySerializer.gen.d.ts.map +1 -0
- package/dist/core/queryKeySerializer.gen.js +93 -0
- package/dist/core/queryKeySerializer.gen.js.map +1 -0
- package/dist/core/serverSentEvents.gen.d.ts +72 -0
- package/dist/core/serverSentEvents.gen.d.ts.map +1 -0
- package/dist/core/serverSentEvents.gen.js +133 -0
- package/dist/core/serverSentEvents.gen.js.map +1 -0
- package/dist/core/{types.d.ts → types.gen.d.ts} +16 -16
- package/dist/core/types.gen.d.ts.map +1 -0
- package/dist/core/types.gen.js +3 -0
- package/dist/core/types.gen.js.map +1 -0
- package/dist/core/utils.gen.d.ts +20 -0
- package/dist/core/utils.gen.d.ts.map +1 -0
- package/dist/core/utils.gen.js +88 -0
- package/dist/core/utils.gen.js.map +1 -0
- package/dist/schemas.gen.d.ts +1579 -569
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +2995 -711
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +286 -164
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +406 -337
- package/dist/sdk.gen.js.map +1 -1
- package/dist/services/kubernetes/api.d.ts +20 -20
- package/dist/types.gen.d.ts +1782 -782
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +3497 -2553
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +1432 -1194
- package/dist/zod.gen.js.map +1 -1
- package/package.json +28 -8
- package/dist/client/client.d.ts +0 -3
- package/dist/client/client.d.ts.map +0 -1
- package/dist/client/client.js +0 -146
- package/dist/client/client.js.map +0 -1
- package/dist/client/types.d.ts.map +0 -1
- package/dist/client/types.js +0 -2
- package/dist/client/types.js.map +0 -1
- package/dist/client/utils.d.ts.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/core/auth.d.ts.map +0 -1
- package/dist/core/auth.js.map +0 -1
- package/dist/core/bodySerializer.d.ts +0 -18
- package/dist/core/bodySerializer.d.ts.map +0 -1
- package/dist/core/bodySerializer.js.map +0 -1
- package/dist/core/params.d.ts.map +0 -1
- package/dist/core/params.js.map +0 -1
- package/dist/core/pathSerializer.d.ts.map +0 -1
- package/dist/core/pathSerializer.js.map +0 -1
- package/dist/core/types.d.ts.map +0 -1
- package/dist/core/types.js +0 -2
- package/dist/core/types.js.map +0 -1
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type {
|
|
3
|
-
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> =
|
|
1
|
+
import { type Client, type Options as Options2, type TDataShape } from './client';
|
|
2
|
+
import type { CloseTicketData, CloseTicketResponses, CreateChartData, CreateChartErrors, CreateChartResponses, CreateClusterData, CreateClusterErrors, CreateClusterResponses, CreateFleetData, CreateFleetErrors, CreateFleetResponses, CreateInviteData, CreateInviteResponses, CreateOrganizationData, CreateOrganizationResponses, CreateTicketData, CreateTicketResponses, CreateTokenData, CreateTokenErrors, CreateTokenResponses, CreateUserData, CreateUserResponses, DeleteChartData, DeleteChartErrors, DeleteChartResponses, DeleteClusterData, DeleteClusterErrors, DeleteClusterResponses, DeleteFleetData, DeleteFleetErrors, DeleteFleetResponses, DeleteInviteData, DeleteInviteResponses, DeletePaymentMethodData, DeletePaymentMethodErrors, DeletePaymentMethodResponses, DeleteTagData, DeleteTagErrors, DeleteTagResponses, DeleteTokenData, DeleteTokenResponses, DeleteUserData, DeleteUserErrors, DeleteUserResponses, GetChartData, GetChartResponses, GetClusterData, GetClusterResponses, GetContactData, GetContactResponses, GetCreditsData, GetCreditsErrors, GetCreditsResponses, GetFleetData, GetFleetResponses, GetInviteData, GetInviteResponses, GetJoinInformationData, GetJoinInformationErrors, GetJoinInformationResponses, GetMarketplaceChartFilesData, GetMarketplaceChartFilesErrors, GetMarketplaceChartFilesResponses, GetOrganizationData, GetOrganizationResponses, GetPaymentMethodSecretData, GetPaymentMethodSecretResponses, GetTagData, GetTagErrors, GetTagResponses, GetTicketAttachmentData, GetTicketAttachmentResponses, GetTicketData, GetTicketResponses, 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, ListPaymentMethodsData, ListPaymentMethodsErrors, ListPaymentMethodsResponses, ListRepositoriesData, ListRepositoriesErrors, ListRepositoriesResponses, ListTagsData, ListTagsErrors, ListTagsResponses, ListTicketsData, ListTicketsResponses, ListTokensData, ListTokensErrors, ListTokensResponses, ListUserOrganizationsData, ListUserOrganizationsResponses, ListUsersData, ListUsersErrors, ListUsersResponses, PostMcpData, PostMcpErrors, PostMcpResponses, QueryClusterData, QueryClusterErrors, QueryClusterResponses, RedeemCreditsData, RedeemCreditsErrors, RedeemCreditsResponses, RegenerateTokenData, RegenerateTokenErrors, RegenerateTokenResponses, ReplyTicketData, ReplyTicketErrors, ReplyTicketResponses, SetDefaultPaymentMethodData, SetDefaultPaymentMethodErrors, SetDefaultPaymentMethodResponses, UpdateChartData, UpdateChartErrors, UpdateChartResponses, UpdateClusterData, UpdateClusterErrors, 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, TResponse = unknown> = Options2<TData, ThrowOnError, TResponse> & {
|
|
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
|
|
@@ -13,111 +13,254 @@ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends
|
|
|
13
13
|
*/
|
|
14
14
|
meta?: Record<string, unknown>;
|
|
15
15
|
};
|
|
16
|
-
export declare class
|
|
16
|
+
export declare class UsersService {
|
|
17
17
|
/**
|
|
18
|
-
* Get
|
|
19
|
-
|
|
18
|
+
* Get a list of organizations the user belongs to. Used during authentication process.
|
|
19
|
+
*/
|
|
20
|
+
static listUserOrganizations<ThrowOnError extends boolean = false>(options: Options<ListUserOrganizationsData, ThrowOnError>): import("./client").RequestResult<ListUserOrganizationsResponses, unknown, ThrowOnError, "fields">;
|
|
21
|
+
/**
|
|
22
|
+
* List users in organization.
|
|
23
|
+
*
|
|
24
|
+
* 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.
|
|
25
|
+
*
|
|
26
|
+
* This endpoint is available to all users in the organization.
|
|
20
27
|
*
|
|
21
28
|
*/
|
|
22
|
-
static
|
|
29
|
+
static listUsers<ThrowOnError extends boolean = false>(options?: Options<ListUsersData, ThrowOnError>): import("./client").RequestResult<ListUsersResponses, ListUsersErrors, ThrowOnError, "fields">;
|
|
23
30
|
/**
|
|
24
|
-
*
|
|
25
|
-
*
|
|
31
|
+
* Create a new user.
|
|
32
|
+
*
|
|
33
|
+
* 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.
|
|
26
34
|
*
|
|
27
35
|
*/
|
|
28
|
-
static
|
|
36
|
+
static createUser<ThrowOnError extends boolean = false>(options: Options<CreateUserData, ThrowOnError>): import("./client").RequestResult<CreateUserResponses, unknown, ThrowOnError, "fields">;
|
|
29
37
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
38
|
+
* Delete user by id.
|
|
39
|
+
*
|
|
40
|
+
* Sets user status to `inactive`. Inactive users cannot log in and manage organization resources. This endpoint is available to administrators of the organization only.
|
|
32
41
|
*
|
|
33
42
|
*/
|
|
34
|
-
static
|
|
43
|
+
static deleteUser<ThrowOnError extends boolean = false>(options: Options<DeleteUserData, ThrowOnError>): import("./client").RequestResult<DeleteUserResponses, DeleteUserErrors, ThrowOnError, "fields">;
|
|
35
44
|
/**
|
|
36
|
-
* Get
|
|
37
|
-
*
|
|
45
|
+
* Get user profile information by id.
|
|
46
|
+
*
|
|
47
|
+
* Returns user details including their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
|
|
48
|
+
*
|
|
49
|
+
* This endpoint is available to all users in the organization.
|
|
38
50
|
*
|
|
39
51
|
*/
|
|
40
|
-
static
|
|
52
|
+
static getUser<ThrowOnError extends boolean = false>(options: Options<GetUserData, ThrowOnError>): import("./client").RequestResult<GetUserResponses, GetUserErrors, ThrowOnError, "fields">;
|
|
41
53
|
/**
|
|
42
|
-
*
|
|
43
|
-
*
|
|
54
|
+
* Update user profile information.
|
|
55
|
+
*
|
|
56
|
+
* 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.
|
|
44
57
|
*
|
|
45
58
|
*/
|
|
46
|
-
static
|
|
59
|
+
static updateUser<ThrowOnError extends boolean = false>(options: Options<UpdateUserData, ThrowOnError>): import("./client").RequestResult<UpdateUserResponses, unknown, ThrowOnError, "fields">;
|
|
60
|
+
}
|
|
61
|
+
export declare class TokensService {
|
|
47
62
|
/**
|
|
48
|
-
*
|
|
49
|
-
*
|
|
63
|
+
* List access tokens in organization.
|
|
64
|
+
*
|
|
65
|
+
* 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.
|
|
50
66
|
*
|
|
51
67
|
*/
|
|
52
|
-
static
|
|
68
|
+
static listTokens<ThrowOnError extends boolean = false>(options?: Options<ListTokensData, ThrowOnError>): import("./client").RequestResult<ListTokensResponses, ListTokensErrors, ThrowOnError, "fields">;
|
|
53
69
|
/**
|
|
54
|
-
*
|
|
55
|
-
*
|
|
70
|
+
* Create a new access token.
|
|
71
|
+
*
|
|
72
|
+
* 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.
|
|
73
|
+
*
|
|
74
|
+
* This endpoint is available to administrators of the organization only.
|
|
56
75
|
*
|
|
57
76
|
*/
|
|
58
|
-
static
|
|
77
|
+
static createToken<ThrowOnError extends boolean = false>(options: Options<CreateTokenData, ThrowOnError>): import("./client").RequestResult<CreateTokenResponses, CreateTokenErrors, ThrowOnError, "fields">;
|
|
59
78
|
/**
|
|
60
|
-
*
|
|
61
|
-
*
|
|
79
|
+
* Permanently delete access token.
|
|
80
|
+
*
|
|
81
|
+
* 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.
|
|
62
82
|
*
|
|
63
83
|
*/
|
|
64
|
-
static
|
|
84
|
+
static deleteToken<ThrowOnError extends boolean = false>(options: Options<DeleteTokenData, ThrowOnError>): import("./client").RequestResult<DeleteTokenResponses, unknown, ThrowOnError, "fields">;
|
|
65
85
|
/**
|
|
66
|
-
* Get
|
|
67
|
-
*
|
|
86
|
+
* Get access token information.
|
|
87
|
+
*
|
|
88
|
+
* 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.
|
|
68
89
|
*
|
|
69
90
|
*/
|
|
70
|
-
static
|
|
91
|
+
static getToken<ThrowOnError extends boolean = false>(options: Options<GetTokenData, ThrowOnError>): import("./client").RequestResult<GetTokenResponses, GetTokenErrors, ThrowOnError, "fields">;
|
|
71
92
|
/**
|
|
72
|
-
*
|
|
73
|
-
*
|
|
93
|
+
* Update access token information.
|
|
94
|
+
*
|
|
95
|
+
* 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.
|
|
96
|
+
*
|
|
97
|
+
* This endpoint is available to administrators of the organization only.
|
|
74
98
|
*
|
|
75
99
|
*/
|
|
76
|
-
static
|
|
100
|
+
static updateToken<ThrowOnError extends boolean = false>(options: Options<UpdateTokenData, ThrowOnError>): import("./client").RequestResult<UpdateTokenResponses, UpdateTokenErrors, ThrowOnError, "fields">;
|
|
101
|
+
/**
|
|
102
|
+
* Regenerate access token secret key.
|
|
103
|
+
*
|
|
104
|
+
* Generates a new access token secret. Old secret will not be valid anymore.
|
|
105
|
+
*/
|
|
106
|
+
static regenerateToken<ThrowOnError extends boolean = false>(options: Options<RegenerateTokenData, ThrowOnError>): import("./client").RequestResult<RegenerateTokenResponses, RegenerateTokenErrors, ThrowOnError, "fields">;
|
|
77
107
|
}
|
|
78
|
-
export declare class
|
|
108
|
+
export declare class TicketsService {
|
|
79
109
|
/**
|
|
80
|
-
* List
|
|
81
|
-
*
|
|
110
|
+
* List tickets for the current organization.
|
|
111
|
+
*
|
|
112
|
+
* Returns all tickets belonging to the caller's organization, newest first.
|
|
113
|
+
*
|
|
114
|
+
*/
|
|
115
|
+
static listTickets<ThrowOnError extends boolean = false>(options?: Options<ListTicketsData, ThrowOnError>): import("./client").RequestResult<ListTicketsResponses, unknown, ThrowOnError, "fields">;
|
|
116
|
+
/**
|
|
117
|
+
* Create a new support ticket.
|
|
118
|
+
*
|
|
119
|
+
* Creates a new support ticket with an initial customer message. The request is `multipart/form-data` with a JSON-encoded `payload` field carrying `category`, `body`, and optional `properties`, plus up to 3 `attachments` files (10 MB max each).
|
|
120
|
+
*
|
|
121
|
+
*/
|
|
122
|
+
static createTicket<ThrowOnError extends boolean = false>(options: Options<CreateTicketData, ThrowOnError>): import("./client").RequestResult<CreateTicketResponses, unknown, ThrowOnError, "fields">;
|
|
123
|
+
/**
|
|
124
|
+
* Close a ticket (soft close).
|
|
125
|
+
*
|
|
126
|
+
* Marks the ticket as closed. Closed is a terminal state — users cannot reply to a closed ticket; a new ticket must be opened instead.
|
|
127
|
+
*
|
|
128
|
+
*/
|
|
129
|
+
static closeTicket<ThrowOnError extends boolean = false>(options: Options<CloseTicketData, ThrowOnError>): import("./client").RequestResult<CloseTicketResponses, unknown, ThrowOnError, "fields">;
|
|
130
|
+
/**
|
|
131
|
+
* Get a ticket and its messages.
|
|
132
|
+
*/
|
|
133
|
+
static getTicket<ThrowOnError extends boolean = false>(options: Options<GetTicketData, ThrowOnError>): import("./client").RequestResult<GetTicketResponses, unknown, ThrowOnError, "fields">;
|
|
134
|
+
/**
|
|
135
|
+
* Append a customer reply to a ticket.
|
|
136
|
+
*
|
|
137
|
+
* Multipart form-data with a JSON-encoded `payload` field carrying `body`, plus up to 3 `attachments` files. Returns 409 if the ticket is closed.
|
|
138
|
+
*
|
|
139
|
+
*/
|
|
140
|
+
static replyTicket<ThrowOnError extends boolean = false>(options: Options<ReplyTicketData, ThrowOnError>): import("./client").RequestResult<ReplyTicketResponses, ReplyTicketErrors, ThrowOnError, "fields">;
|
|
141
|
+
/**
|
|
142
|
+
* Download a ticket attachment.
|
|
143
|
+
*/
|
|
144
|
+
static getTicketAttachment<ThrowOnError extends boolean = false>(options: Options<GetTicketAttachmentData, ThrowOnError>): import("./client").RequestResult<GetTicketAttachmentResponses, unknown, ThrowOnError, "fields">;
|
|
145
|
+
}
|
|
146
|
+
export declare class RegistryService {
|
|
147
|
+
/**
|
|
148
|
+
* List repositories
|
|
149
|
+
*
|
|
150
|
+
* Returns a list of repositories in the registry across all regions. This endpoint is available to all users in the organization.
|
|
151
|
+
*
|
|
152
|
+
*/
|
|
153
|
+
static listRepositories<ThrowOnError extends boolean = false>(options?: Options<ListRepositoriesData, ThrowOnError>): import("./client").RequestResult<ListRepositoriesResponses, ListRepositoriesErrors, ThrowOnError, "fields">;
|
|
154
|
+
/**
|
|
155
|
+
* List tags for a repository
|
|
156
|
+
*
|
|
157
|
+
* Returns a list of tags for a specific repository, including size and metadata for each tag. This endpoint is available to all users in the organization.
|
|
158
|
+
*
|
|
159
|
+
*/
|
|
160
|
+
static listTags<ThrowOnError extends boolean = false>(options: Options<ListTagsData, ThrowOnError>): import("./client").RequestResult<ListTagsResponses, ListTagsErrors, ThrowOnError, "fields">;
|
|
161
|
+
/**
|
|
162
|
+
* Delete tag
|
|
163
|
+
*
|
|
164
|
+
* Permanently deletes a specific tag from a repository. This endpoint is available to administrators of the organization only.
|
|
165
|
+
*
|
|
166
|
+
*/
|
|
167
|
+
static deleteTag<ThrowOnError extends boolean = false>(options: Options<DeleteTagData, ThrowOnError>): import("./client").RequestResult<DeleteTagResponses, DeleteTagErrors, ThrowOnError, "fields">;
|
|
168
|
+
/**
|
|
169
|
+
* Get tag details
|
|
170
|
+
*
|
|
171
|
+
* Returns detailed information for a specific tag in a repository, including manifest details, size, and URI. This endpoint is available to all users in the organization.
|
|
172
|
+
*
|
|
173
|
+
*/
|
|
174
|
+
static getTag<ThrowOnError extends boolean = false>(options: Options<GetTagData, ThrowOnError>): import("./client").RequestResult<GetTagResponses, GetTagErrors, ThrowOnError, "fields">;
|
|
175
|
+
}
|
|
176
|
+
export declare class OrganizationService {
|
|
177
|
+
/**
|
|
178
|
+
* Get organization information.
|
|
179
|
+
*
|
|
180
|
+
* Returns organization details including quota. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
82
181
|
*
|
|
83
182
|
* This endpoint is available to all users in the organization.
|
|
84
183
|
*
|
|
85
184
|
*/
|
|
86
|
-
static
|
|
185
|
+
static getOrganization<ThrowOnError extends boolean = false>(options?: Options<GetOrganizationData, ThrowOnError>): import("./client").RequestResult<GetOrganizationResponses, unknown, ThrowOnError, "fields">;
|
|
87
186
|
/**
|
|
88
|
-
* Create a new
|
|
89
|
-
* Create a new chart deployment.
|
|
187
|
+
* Create a new organization / Cloudfleet account signup.
|
|
90
188
|
*
|
|
91
|
-
* This endpoint
|
|
189
|
+
* This endpoint allows you to create a new Cloudfleet organization and an administrator user.
|
|
92
190
|
*
|
|
93
191
|
*/
|
|
94
|
-
static
|
|
192
|
+
static createOrganization<ThrowOnError extends boolean = false>(options: Options<CreateOrganizationData, ThrowOnError>): import("./client").RequestResult<CreateOrganizationResponses, unknown, ThrowOnError, "fields">;
|
|
193
|
+
}
|
|
194
|
+
export declare class McpService {
|
|
95
195
|
/**
|
|
96
|
-
*
|
|
97
|
-
* This endpoint will permanently delete chart. This operation cannot be undone.
|
|
196
|
+
* MCP endpoint
|
|
98
197
|
*
|
|
99
|
-
*
|
|
198
|
+
* MCP endpoint for handling Model Context Protocol JSON-RPC 2.0 messages.
|
|
199
|
+
*/
|
|
200
|
+
static postMcp<ThrowOnError extends boolean = false>(options: Options<PostMcpData, ThrowOnError>): import("./client").RequestResult<PostMcpResponses, PostMcpErrors, ThrowOnError, "fields">;
|
|
201
|
+
}
|
|
202
|
+
export declare class ChartsMarketplaceService {
|
|
203
|
+
/**
|
|
204
|
+
* List chart listings available in the marketplace.
|
|
205
|
+
*
|
|
206
|
+
* Returns a list of available charts in the marketplace.
|
|
207
|
+
*
|
|
208
|
+
* This endpoint is available to all users in the organization.
|
|
100
209
|
*
|
|
101
210
|
*/
|
|
102
|
-
static
|
|
211
|
+
static listMarketplaceCharts<ThrowOnError extends boolean = false>(options?: Options<ListMarketplaceChartsData, ThrowOnError>): import("./client").RequestResult<ListMarketplaceChartsResponses, ListMarketplaceChartsErrors, ThrowOnError, "fields">;
|
|
103
212
|
/**
|
|
104
|
-
* Get chart
|
|
105
|
-
*
|
|
213
|
+
* Get chart files for a specific version channel.
|
|
214
|
+
*
|
|
215
|
+
* Returns the Chart.yaml, values.yaml, and values.schema.json files for the latest version matching the specified version channel.
|
|
216
|
+
*
|
|
217
|
+
* Version channels use patterns like "1.31.x-cfke.x" to match the latest patch version, or "1.x.x-cfke.x" to match the latest minor version.
|
|
106
218
|
*
|
|
107
219
|
* This endpoint is available to all users in the organization.
|
|
108
220
|
*
|
|
109
221
|
*/
|
|
110
|
-
static
|
|
222
|
+
static getMarketplaceChartFiles<ThrowOnError extends boolean = false>(options: Options<GetMarketplaceChartFilesData, ThrowOnError>): import("./client").RequestResult<GetMarketplaceChartFilesResponses, GetMarketplaceChartFilesErrors, ThrowOnError, "fields">;
|
|
223
|
+
}
|
|
224
|
+
export declare class InvitesService {
|
|
111
225
|
/**
|
|
112
|
-
*
|
|
113
|
-
* This endpoint allows you to update the values of a chart deployment.
|
|
226
|
+
* List invites.
|
|
114
227
|
*
|
|
115
|
-
* This endpoint is available to administrators of the organization only.
|
|
228
|
+
* Returns a list of pending (non-expired) invites under the current organization. This endpoint is available to administrators of the organization only.
|
|
229
|
+
*
|
|
230
|
+
*/
|
|
231
|
+
static listInvites<ThrowOnError extends boolean = false>(options?: Options<ListInvitesData, ThrowOnError>): import("./client").RequestResult<ListInvitesResponses, ListInvitesErrors, ThrowOnError, "fields">;
|
|
232
|
+
/**
|
|
233
|
+
* Create a new invite.
|
|
234
|
+
*
|
|
235
|
+
* 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.
|
|
236
|
+
*
|
|
237
|
+
*/
|
|
238
|
+
static createInvite<ThrowOnError extends boolean = false>(options: Options<CreateInviteData, ThrowOnError>): import("./client").RequestResult<CreateInviteResponses, unknown, ThrowOnError, "fields">;
|
|
239
|
+
/**
|
|
240
|
+
* Get invite information.
|
|
241
|
+
*
|
|
242
|
+
* Validates an invitation code and returns the email address it was issued to (to pre-fill the signup form) and the organization it grants access to. This endpoint is unauthenticated, so no other invite details (such as the invited role) are disclosed.
|
|
243
|
+
*
|
|
244
|
+
*/
|
|
245
|
+
static getInvite<ThrowOnError extends boolean = false>(options: Options<GetInviteData, ThrowOnError>): import("./client").RequestResult<GetInviteResponses, unknown, ThrowOnError, "fields">;
|
|
246
|
+
/**
|
|
247
|
+
* Permanently delete invite.
|
|
248
|
+
*
|
|
249
|
+
* Permanently deletes invite from the organization. This endpoint is available to administrators of the organization only.
|
|
250
|
+
*
|
|
251
|
+
*/
|
|
252
|
+
static deleteInvite<ThrowOnError extends boolean = false>(options: Options<DeleteInviteData, ThrowOnError>): import("./client").RequestResult<DeleteInviteResponses, unknown, ThrowOnError, "fields">;
|
|
253
|
+
}
|
|
254
|
+
export declare class ClustersService {
|
|
255
|
+
/**
|
|
256
|
+
* Query Kubernetes cluster API
|
|
116
257
|
*
|
|
258
|
+
* 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.
|
|
117
259
|
*/
|
|
118
|
-
static
|
|
260
|
+
static queryCluster<ThrowOnError extends boolean = false>(options: Options<QueryClusterData, ThrowOnError>): import("./client").RequestResult<QueryClusterResponses, QueryClusterErrors, ThrowOnError, "fields">;
|
|
119
261
|
/**
|
|
120
262
|
* List fleets.
|
|
263
|
+
*
|
|
121
264
|
* 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
265
|
*
|
|
123
266
|
* This endpoint is available to all users in the organization.
|
|
@@ -126,6 +269,7 @@ export declare class ClustersService {
|
|
|
126
269
|
static listFleets<ThrowOnError extends boolean = false>(options: Options<ListFleetsData, ThrowOnError>): import("./client").RequestResult<ListFleetsResponses, ListFleetsErrors, ThrowOnError, "fields">;
|
|
127
270
|
/**
|
|
128
271
|
* Create a new fleet.
|
|
272
|
+
*
|
|
129
273
|
* 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
274
|
*
|
|
131
275
|
* This endpoint is available to administrators of the organization only.
|
|
@@ -134,14 +278,16 @@ export declare class ClustersService {
|
|
|
134
278
|
static createFleet<ThrowOnError extends boolean = false>(options: Options<CreateFleetData, ThrowOnError>): import("./client").RequestResult<CreateFleetResponses, CreateFleetErrors, ThrowOnError, "fields">;
|
|
135
279
|
/**
|
|
136
280
|
* Permanently delete fleet.
|
|
137
|
-
*
|
|
281
|
+
*
|
|
282
|
+
* 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. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
138
283
|
*
|
|
139
284
|
* This endpoint is available to administrators of the organization only.
|
|
140
285
|
*
|
|
141
286
|
*/
|
|
142
|
-
static deleteFleet<ThrowOnError extends boolean = false>(options: Options<DeleteFleetData, ThrowOnError>): import("./client").RequestResult<DeleteFleetResponses,
|
|
287
|
+
static deleteFleet<ThrowOnError extends boolean = false>(options: Options<DeleteFleetData, ThrowOnError>): import("./client").RequestResult<DeleteFleetResponses, DeleteFleetErrors, ThrowOnError, "fields">;
|
|
143
288
|
/**
|
|
144
289
|
* Get fleet information.
|
|
290
|
+
*
|
|
145
291
|
* Returns fleet details. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
146
292
|
*
|
|
147
293
|
* This endpoint is available to all users in the organization.
|
|
@@ -150,9 +296,8 @@ export declare class ClustersService {
|
|
|
150
296
|
static getFleet<ThrowOnError extends boolean = false>(options: Options<GetFleetData, ThrowOnError>): import("./client").RequestResult<GetFleetResponses, unknown, ThrowOnError, "fields">;
|
|
151
297
|
/**
|
|
152
298
|
* Update fleet information.
|
|
153
|
-
* This endpoint allows you to update fleet details.
|
|
154
299
|
*
|
|
155
|
-
*
|
|
300
|
+
* This endpoint allows you to update fleet details.
|
|
156
301
|
*
|
|
157
302
|
* For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
158
303
|
*
|
|
@@ -161,196 +306,173 @@ export declare class ClustersService {
|
|
|
161
306
|
*/
|
|
162
307
|
static updateFleet<ThrowOnError extends boolean = false>(options: Options<UpdateFleetData, ThrowOnError>): import("./client").RequestResult<UpdateFleetResponses, UpdateFleetErrors, ThrowOnError, "fields">;
|
|
163
308
|
/**
|
|
164
|
-
*
|
|
165
|
-
*
|
|
166
|
-
|
|
167
|
-
static queryCluster<ThrowOnError extends boolean = false>(options: Options<QueryClusterData, ThrowOnError>): import("./client").RequestResult<QueryClusterResponses, QueryClusterErrors, ThrowOnError, "fields">;
|
|
168
|
-
/**
|
|
169
|
-
* List clusters.
|
|
170
|
-
* 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.
|
|
309
|
+
* List charts.
|
|
310
|
+
*
|
|
311
|
+
* Returns a list of charts in the cluster.
|
|
171
312
|
*
|
|
172
313
|
* This endpoint is available to all users in the organization.
|
|
173
314
|
*
|
|
174
315
|
*/
|
|
175
|
-
static
|
|
316
|
+
static listCharts<ThrowOnError extends boolean = false>(options: Options<ListChartsData, ThrowOnError>): import("./client").RequestResult<ListChartsResponses, ListChartsErrors, ThrowOnError, "fields">;
|
|
176
317
|
/**
|
|
177
|
-
* Create a new
|
|
178
|
-
*
|
|
318
|
+
* Create a new chart.
|
|
319
|
+
*
|
|
320
|
+
* Create a new chart deployment.
|
|
179
321
|
*
|
|
180
322
|
* This endpoint is available to administrators of the organization only.
|
|
181
323
|
*
|
|
182
324
|
*/
|
|
183
|
-
static
|
|
325
|
+
static createChart<ThrowOnError extends boolean = false>(options: Options<CreateChartData, ThrowOnError>): import("./client").RequestResult<CreateChartResponses, CreateChartErrors, ThrowOnError, "fields">;
|
|
184
326
|
/**
|
|
185
|
-
* Permanently delete cluster.
|
|
186
|
-
*
|
|
327
|
+
* Permanently delete the chart deployment from the cluster.
|
|
328
|
+
*
|
|
329
|
+
* This endpoint will permanently delete chart. This operation cannot be undone.
|
|
187
330
|
*
|
|
188
331
|
* This endpoint is available to administrators of the organization only.
|
|
189
332
|
*
|
|
190
333
|
*/
|
|
191
|
-
static
|
|
334
|
+
static deleteChart<ThrowOnError extends boolean = false>(options: Options<DeleteChartData, ThrowOnError>): import("./client").RequestResult<DeleteChartResponses, DeleteChartErrors, ThrowOnError, "fields">;
|
|
192
335
|
/**
|
|
193
|
-
* Get
|
|
194
|
-
*
|
|
336
|
+
* Get chart information.
|
|
337
|
+
*
|
|
338
|
+
* Returns the details of the chart deployment.
|
|
195
339
|
*
|
|
196
340
|
* This endpoint is available to all users in the organization.
|
|
197
341
|
*
|
|
198
342
|
*/
|
|
199
|
-
static
|
|
343
|
+
static getChart<ThrowOnError extends boolean = false>(options: Options<GetChartData, ThrowOnError>): import("./client").RequestResult<GetChartResponses, unknown, ThrowOnError, "fields">;
|
|
200
344
|
/**
|
|
201
|
-
* Update
|
|
202
|
-
*
|
|
345
|
+
* Update chart information.
|
|
346
|
+
*
|
|
347
|
+
* This endpoint allows you to update the values of a chart deployment.
|
|
203
348
|
*
|
|
204
349
|
* This endpoint is available to administrators of the organization only.
|
|
205
350
|
*
|
|
206
351
|
*/
|
|
207
|
-
static
|
|
352
|
+
static updateChart<ThrowOnError extends boolean = false>(options: Options<UpdateChartData, ThrowOnError>): import("./client").RequestResult<UpdateChartResponses, UpdateChartErrors, ThrowOnError, "fields">;
|
|
208
353
|
/**
|
|
209
|
-
*
|
|
210
|
-
* 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.
|
|
354
|
+
* List clusters.
|
|
211
355
|
*
|
|
212
|
-
|
|
213
|
-
static getJoinInformation<ThrowOnError extends boolean = false>(options: Options<GetJoinInformationData, ThrowOnError>): import("./client").RequestResult<GetJoinInformationResponses, GetJoinInformationErrors, ThrowOnError, "fields">;
|
|
214
|
-
}
|
|
215
|
-
export declare class InvitesService {
|
|
216
|
-
/**
|
|
217
|
-
* List invites.
|
|
218
|
-
* Returns a list of invites under the current organization. This endpoint is available to all users in the organization.
|
|
356
|
+
* Returns a list of clusters under the current organization.
|
|
219
357
|
*
|
|
220
|
-
|
|
221
|
-
static listInvites<ThrowOnError extends boolean = false>(options?: Options<ListInvitesData, ThrowOnError>): import("./client").RequestResult<ListInvitesResponses, ListInvitesErrors, ThrowOnError, "fields">;
|
|
222
|
-
/**
|
|
223
|
-
* Create a new invite.
|
|
224
|
-
* 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.
|
|
358
|
+
* This endpoint is available to all users in the organization.
|
|
225
359
|
*
|
|
226
360
|
*/
|
|
227
|
-
static
|
|
361
|
+
static listClusters<ThrowOnError extends boolean = false>(options?: Options<ListClustersData, ThrowOnError>): import("./client").RequestResult<ListClustersResponses, ListClustersErrors, ThrowOnError, "fields">;
|
|
228
362
|
/**
|
|
229
|
-
*
|
|
230
|
-
* Returns invite details.
|
|
363
|
+
* Create a new cluster.
|
|
231
364
|
*
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
* Permanently delete invite.
|
|
236
|
-
* Permanently deletes invite from the organization. This endpoint is available to administrators of the organization only.
|
|
365
|
+
* 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.
|
|
366
|
+
*
|
|
367
|
+
* This endpoint is available to administrators of the organization only.
|
|
237
368
|
*
|
|
238
369
|
*/
|
|
239
|
-
static
|
|
240
|
-
}
|
|
241
|
-
export declare class ChartsMarketplaceService {
|
|
370
|
+
static createCluster<ThrowOnError extends boolean = false>(options: Options<CreateClusterData, ThrowOnError>): import("./client").RequestResult<CreateClusterResponses, CreateClusterErrors, ThrowOnError, "fields">;
|
|
242
371
|
/**
|
|
243
|
-
*
|
|
244
|
-
* Returns a list of available charts in the marketplace.
|
|
372
|
+
* Permanently delete cluster.
|
|
245
373
|
*
|
|
246
|
-
* This endpoint
|
|
374
|
+
* This endpoint will permanently delete the cluster. This operation cannot be undone.
|
|
375
|
+
*
|
|
376
|
+
* This endpoint is available to administrators of the organization only.
|
|
247
377
|
*
|
|
248
378
|
*/
|
|
249
|
-
static
|
|
379
|
+
static deleteCluster<ThrowOnError extends boolean = false>(options: Options<DeleteClusterData, ThrowOnError>): import("./client").RequestResult<DeleteClusterResponses, DeleteClusterErrors, ThrowOnError, "fields">;
|
|
250
380
|
/**
|
|
251
|
-
* Get
|
|
252
|
-
*
|
|
381
|
+
* Get cluster information.
|
|
382
|
+
*
|
|
383
|
+
* Returns cluster details.
|
|
253
384
|
*
|
|
254
385
|
* This endpoint is available to all users in the organization.
|
|
255
386
|
*
|
|
256
387
|
*/
|
|
257
|
-
static
|
|
258
|
-
}
|
|
259
|
-
export declare class OrganizationService {
|
|
388
|
+
static getCluster<ThrowOnError extends boolean = false>(options: Options<GetClusterData, ThrowOnError>): import("./client").RequestResult<GetClusterResponses, unknown, ThrowOnError, "fields">;
|
|
260
389
|
/**
|
|
261
|
-
*
|
|
262
|
-
* Returns organization details including quota. For more information about quotas, see [Quotas and limits](https://cloudfleet.ai/docs/organization/quotas/) section of documentaiton.
|
|
390
|
+
* Update cluster information.
|
|
263
391
|
*
|
|
264
|
-
* This endpoint
|
|
392
|
+
* This endpoint allows you to update cluster details. For more information about clusters, see [Clusters](https://cloudfleet.ai/docs/cluster-management/cluster-types/) section of documentation.
|
|
393
|
+
*
|
|
394
|
+
* This endpoint is available to administrators of the organization only.
|
|
265
395
|
*
|
|
266
396
|
*/
|
|
267
|
-
static
|
|
397
|
+
static updateCluster<ThrowOnError extends boolean = false>(options: Options<UpdateClusterData, ThrowOnError>): import("./client").RequestResult<UpdateClusterResponses, UpdateClusterErrors, ThrowOnError, "fields">;
|
|
268
398
|
/**
|
|
269
|
-
*
|
|
270
|
-
*
|
|
399
|
+
* Node join information for the cluster
|
|
400
|
+
*
|
|
401
|
+
* 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.
|
|
271
402
|
*
|
|
272
403
|
*/
|
|
273
|
-
static
|
|
404
|
+
static getJoinInformation<ThrowOnError extends boolean = false>(options: Options<GetJoinInformationData, ThrowOnError>): import("./client").RequestResult<GetJoinInformationResponses, GetJoinInformationErrors, ThrowOnError, "fields">;
|
|
274
405
|
}
|
|
275
|
-
export declare class
|
|
406
|
+
export declare class BillingService {
|
|
276
407
|
/**
|
|
277
|
-
*
|
|
278
|
-
*
|
|
408
|
+
* Get billing usage information.
|
|
409
|
+
*
|
|
410
|
+
* Returns aggregated usage information for the organization with facets for filtering. 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.
|
|
279
411
|
*
|
|
280
412
|
*/
|
|
281
|
-
static
|
|
413
|
+
static getUsage<ThrowOnError extends boolean = false>(options?: Options<GetUsageData, ThrowOnError>): import("./client").RequestResult<GetUsageResponses, GetUsageErrors, ThrowOnError, "fields">;
|
|
282
414
|
/**
|
|
283
|
-
*
|
|
284
|
-
* 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.
|
|
415
|
+
* Get Stripe client secret.
|
|
285
416
|
*
|
|
286
|
-
* This endpoint is available to administrators of the organization only.
|
|
417
|
+
* 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.
|
|
287
418
|
*
|
|
288
419
|
*/
|
|
289
|
-
static
|
|
420
|
+
static getPaymentMethodSecret<ThrowOnError extends boolean = false>(options?: Options<GetPaymentMethodSecretData, ThrowOnError>): import("./client").RequestResult<GetPaymentMethodSecretResponses, unknown, ThrowOnError, "fields">;
|
|
290
421
|
/**
|
|
291
|
-
*
|
|
292
|
-
* 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.
|
|
422
|
+
* List organization payment methods.
|
|
293
423
|
*
|
|
294
|
-
|
|
295
|
-
static deleteToken<ThrowOnError extends boolean = false>(options: Options<DeleteTokenData, ThrowOnError>): import("./client").RequestResult<DeleteTokenResponses, unknown, ThrowOnError, "fields">;
|
|
296
|
-
/**
|
|
297
|
-
* Get access token information.
|
|
298
|
-
* 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.
|
|
424
|
+
* Returns all payment methods (cards and SEPA Direct Debit) attached to the organization, most recently added first, with the default flagged. This endpoint is available to all users in the organization.
|
|
299
425
|
*
|
|
300
426
|
*/
|
|
301
|
-
static
|
|
427
|
+
static listPaymentMethods<ThrowOnError extends boolean = false>(options?: Options<ListPaymentMethodsData, ThrowOnError>): import("./client").RequestResult<ListPaymentMethodsResponses, ListPaymentMethodsErrors, ThrowOnError, "fields">;
|
|
302
428
|
/**
|
|
303
|
-
*
|
|
304
|
-
* 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.
|
|
429
|
+
* Set the default payment method.
|
|
305
430
|
*
|
|
306
|
-
*
|
|
431
|
+
* Sets the given payment method as the default used for invoices and active subscriptions. Requires the Administrator role.
|
|
307
432
|
*
|
|
308
433
|
*/
|
|
309
|
-
static
|
|
434
|
+
static setDefaultPaymentMethod<ThrowOnError extends boolean = false>(options: Options<SetDefaultPaymentMethodData, ThrowOnError>): import("./client").RequestResult<SetDefaultPaymentMethodResponses, SetDefaultPaymentMethodErrors, ThrowOnError, "fields">;
|
|
310
435
|
/**
|
|
311
|
-
*
|
|
312
|
-
*
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
}
|
|
316
|
-
export declare class UsersService {
|
|
317
|
-
/**
|
|
318
|
-
* Get a list of organizations the user belongs to. Used during authentication process.
|
|
436
|
+
* Delete a payment method.
|
|
437
|
+
*
|
|
438
|
+
* Detaches the given payment method from the organization. Requires the Administrator role. An organization must keep at least one payment method, so deleting the only remaining method is rejected.
|
|
439
|
+
*
|
|
319
440
|
*/
|
|
320
|
-
static
|
|
441
|
+
static deletePaymentMethod<ThrowOnError extends boolean = false>(options: Options<DeletePaymentMethodData, ThrowOnError>): import("./client").RequestResult<DeletePaymentMethodResponses, DeletePaymentMethodErrors, ThrowOnError, "fields">;
|
|
321
442
|
/**
|
|
322
|
-
* List
|
|
323
|
-
* 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.
|
|
443
|
+
* List issued invoices.
|
|
324
444
|
*
|
|
325
|
-
* This endpoint is available to all users in the organization.
|
|
445
|
+
* 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.
|
|
326
446
|
*
|
|
327
447
|
*/
|
|
328
|
-
static
|
|
448
|
+
static listInvoices<ThrowOnError extends boolean = false>(options?: Options<ListInvoicesData, ThrowOnError>): import("./client").RequestResult<ListInvoicesResponses, ListInvoicesErrors, ThrowOnError, "fields">;
|
|
329
449
|
/**
|
|
330
|
-
*
|
|
331
|
-
*
|
|
450
|
+
* Get organization contact and billing address information.
|
|
451
|
+
*
|
|
452
|
+
* Returns the organization contact and billing address information. This endpoint is available to all users in the organization.
|
|
332
453
|
*
|
|
333
454
|
*/
|
|
334
|
-
static
|
|
455
|
+
static getContact<ThrowOnError extends boolean = false>(options?: Options<GetContactData, ThrowOnError>): import("./client").RequestResult<GetContactResponses, unknown, ThrowOnError, "fields">;
|
|
335
456
|
/**
|
|
336
|
-
*
|
|
337
|
-
*
|
|
457
|
+
* Update organization contact information and billing address.
|
|
458
|
+
*
|
|
459
|
+
* This endpoint allows you to update organization details with its contact information. This endpoint is available to administrators of the organization only.
|
|
338
460
|
*
|
|
339
461
|
*/
|
|
340
|
-
static
|
|
462
|
+
static updateContact<ThrowOnError extends boolean = false>(options: Options<UpdateContactData, ThrowOnError>): import("./client").RequestResult<UpdateContactResponses, unknown, ThrowOnError, "fields">;
|
|
341
463
|
/**
|
|
342
|
-
* Get
|
|
343
|
-
* Returns user details including their roles. For more information on identity access management, see [Users](https://cloudfleet.ai/docs/organization/users/) section of documentaiton.
|
|
464
|
+
* Get applied promotional credits
|
|
344
465
|
*
|
|
345
|
-
* This endpoint is available to all users in the organization.
|
|
466
|
+
* 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.
|
|
346
467
|
*
|
|
347
468
|
*/
|
|
348
|
-
static
|
|
469
|
+
static getCredits<ThrowOnError extends boolean = false>(options?: Options<GetCreditsData, ThrowOnError>): import("./client").RequestResult<GetCreditsResponses, GetCreditsErrors, ThrowOnError, "fields">;
|
|
349
470
|
/**
|
|
350
|
-
*
|
|
351
|
-
*
|
|
471
|
+
* Redeem promotional credits code.
|
|
472
|
+
*
|
|
473
|
+
* 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.
|
|
352
474
|
*
|
|
353
475
|
*/
|
|
354
|
-
static
|
|
476
|
+
static redeemCredits<ThrowOnError extends boolean = false>(options: Options<RedeemCreditsData, ThrowOnError>): import("./client").RequestResult<RedeemCreditsResponses, RedeemCreditsErrors, ThrowOnError, "fields">;
|
|
355
477
|
}
|
|
356
478
|
//# sourceMappingURL=sdk.gen.d.ts.map
|