@cloudfleet/sdk 0.6.4 → 0.6.6
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/dist/schemas.gen.d.ts +21 -14
- package/dist/schemas.gen.d.ts.map +1 -1
- package/dist/schemas.gen.js +21 -14
- package/dist/schemas.gen.js.map +1 -1
- package/dist/sdk.gen.d.ts +48 -55
- package/dist/sdk.gen.d.ts.map +1 -1
- package/dist/sdk.gen.js +14 -14
- package/dist/sdk.gen.js.map +1 -1
- package/dist/types.gen.d.ts +12 -8
- package/dist/types.gen.d.ts.map +1 -1
- package/dist/zod.gen.d.ts +631 -18
- package/dist/zod.gen.d.ts.map +1 -1
- package/dist/zod.gen.js +299 -8
- package/dist/zod.gen.js.map +1 -1
- package/package.json +6 -6
package/dist/sdk.gen.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Options as ClientOptions, TDataShape, Client } from '@hey-api/client-fetch';
|
|
2
|
-
import type { GetUsageData, GetBalanceData, GetPaymentMethodData, GetPaymentMethodSecretData, ListInvoicesData, GetInvoiceData, GetContactData, UpdateContactData, GetCreditsData, RedeemCreditsData, ListChartsData, CreateChartData, DeleteChartData, GetChartData, UpdateChartData, ListFleetsData, CreateFleetData, DeleteFleetData, GetFleetData, UpdateFleetData, QueryClusterData, ListClustersData, CreateClusterData, DeleteClusterData, GetClusterData, UpdateClusterData, GetJoinInformationData, ListInvitesData, CreateInviteData, GetInviteData, DeleteInviteData, ListMarketplaceChartsData, GetMarketplaceChartData, GetOrganizationData, CreateOrganizationData, ListTokensData, CreateTokenData, DeleteTokenData, GetTokenData, UpdateTokenData, RegenerateTokenData, ListUserOrganizationsData, ListUsersData, CreateUserData, DeleteUserData, GetUserData, UpdateUserData } from './types.gen';
|
|
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
3
|
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = ClientOptions<TData, ThrowOnError> & {
|
|
4
4
|
/**
|
|
5
5
|
* You can provide a client instance returned by `createClient()` instead of
|
|
@@ -19,65 +19,61 @@ export declare class BillingService {
|
|
|
19
19
|
* 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
20
|
*
|
|
21
21
|
*/
|
|
22
|
-
static getUsage<ThrowOnError extends boolean = false>(options?: Options<GetUsageData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
22
|
+
static getUsage<ThrowOnError extends boolean = false>(options?: Options<GetUsageData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetUsageResponses, GetUsageErrors, ThrowOnError, "fields">;
|
|
23
23
|
/**
|
|
24
24
|
* Get billing balance information.
|
|
25
25
|
* 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
26
|
*
|
|
27
27
|
*/
|
|
28
|
-
static getBalance<ThrowOnError extends boolean = false>(options?: Options<GetBalanceData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
28
|
+
static getBalance<ThrowOnError extends boolean = false>(options?: Options<GetBalanceData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetBalanceResponses, unknown, ThrowOnError, "fields">;
|
|
29
29
|
/**
|
|
30
30
|
* Get organization payment method information.
|
|
31
31
|
* 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
32
|
*
|
|
33
33
|
*/
|
|
34
|
-
static getPaymentMethod<ThrowOnError extends boolean = false>(options?: Options<GetPaymentMethodData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
34
|
+
static getPaymentMethod<ThrowOnError extends boolean = false>(options?: Options<GetPaymentMethodData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetPaymentMethodResponses, GetPaymentMethodErrors, ThrowOnError, "fields">;
|
|
35
35
|
/**
|
|
36
36
|
* Get Stripe client secret.
|
|
37
37
|
* 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
38
|
*
|
|
39
39
|
*/
|
|
40
|
-
static getPaymentMethodSecret<ThrowOnError extends boolean = false>(options?: Options<GetPaymentMethodSecretData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
41
|
-
id?: string;
|
|
42
|
-
}, unknown, ThrowOnError>;
|
|
40
|
+
static getPaymentMethodSecret<ThrowOnError extends boolean = false>(options?: Options<GetPaymentMethodSecretData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetPaymentMethodSecretResponses, unknown, ThrowOnError, "fields">;
|
|
43
41
|
/**
|
|
44
42
|
* List issued invoices.
|
|
45
43
|
* 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.
|
|
46
44
|
*
|
|
47
45
|
*/
|
|
48
|
-
static listInvoices<ThrowOnError extends boolean = false>(options: Options<ListInvoicesData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
46
|
+
static listInvoices<ThrowOnError extends boolean = false>(options: Options<ListInvoicesData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListInvoicesResponses, ListInvoicesErrors, ThrowOnError, "fields">;
|
|
49
47
|
/**
|
|
50
48
|
* Get invoice information.
|
|
51
49
|
* Returns a single Invoice as HTML referenced by id. This endpoint is available to all users in the organization.
|
|
52
50
|
*
|
|
53
51
|
*/
|
|
54
|
-
static getInvoice<ThrowOnError extends boolean = false>(options: Options<GetInvoiceData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
55
|
-
html?: string;
|
|
56
|
-
}, unknown, ThrowOnError>;
|
|
52
|
+
static getInvoice<ThrowOnError extends boolean = false>(options: Options<GetInvoiceData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetInvoiceResponses, unknown, ThrowOnError, "fields">;
|
|
57
53
|
/**
|
|
58
54
|
* Get organization contact and billing address information.
|
|
59
55
|
* Returns the organization contact and billing address information. This endpoint is available to all users in the organization.
|
|
60
56
|
*
|
|
61
57
|
*/
|
|
62
|
-
static getContact<ThrowOnError extends boolean = false>(options?: Options<GetContactData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
58
|
+
static getContact<ThrowOnError extends boolean = false>(options?: Options<GetContactData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetContactResponses, unknown, ThrowOnError, "fields">;
|
|
63
59
|
/**
|
|
64
60
|
* Update organization contact information and billing address.
|
|
65
61
|
* This endpoint allows you to update organization details with its contact information. This endpoint is available to administrators of the organization only.
|
|
66
62
|
*
|
|
67
63
|
*/
|
|
68
|
-
static updateContact<ThrowOnError extends boolean = false>(options: Options<UpdateContactData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
64
|
+
static updateContact<ThrowOnError extends boolean = false>(options: Options<UpdateContactData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<UpdateContactResponses, unknown, ThrowOnError, "fields">;
|
|
69
65
|
/**
|
|
70
66
|
* Get applied promotional credits
|
|
71
67
|
* 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.
|
|
72
68
|
*
|
|
73
69
|
*/
|
|
74
|
-
static getCredits<ThrowOnError extends boolean = false>(options?: Options<GetCreditsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
70
|
+
static getCredits<ThrowOnError extends boolean = false>(options?: Options<GetCreditsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetCreditsResponses, GetCreditsErrors, ThrowOnError, "fields">;
|
|
75
71
|
/**
|
|
76
72
|
* Redeem promotional credits code.
|
|
77
73
|
* 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.
|
|
78
74
|
*
|
|
79
75
|
*/
|
|
80
|
-
static redeemCredits<ThrowOnError extends boolean = false>(options: Options<RedeemCreditsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
76
|
+
static redeemCredits<ThrowOnError extends boolean = false>(options: Options<RedeemCreditsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<RedeemCreditsResponses, RedeemCreditsErrors, ThrowOnError, "fields">;
|
|
81
77
|
}
|
|
82
78
|
export declare class ClustersService {
|
|
83
79
|
/**
|
|
@@ -87,7 +83,7 @@ export declare class ClustersService {
|
|
|
87
83
|
* This endpoint is available to all users in the organization.
|
|
88
84
|
*
|
|
89
85
|
*/
|
|
90
|
-
static listCharts<ThrowOnError extends boolean = false>(options: Options<ListChartsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
86
|
+
static listCharts<ThrowOnError extends boolean = false>(options: Options<ListChartsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListChartsResponses, ListChartsErrors, ThrowOnError, "fields">;
|
|
91
87
|
/**
|
|
92
88
|
* Create a new chart.
|
|
93
89
|
* Create a new chart deployment.
|
|
@@ -95,7 +91,7 @@ export declare class ClustersService {
|
|
|
95
91
|
* This endpoint is available to administrators of the organization only.
|
|
96
92
|
*
|
|
97
93
|
*/
|
|
98
|
-
static createChart<ThrowOnError extends boolean = false>(options: Options<CreateChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
94
|
+
static createChart<ThrowOnError extends boolean = false>(options: Options<CreateChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<CreateChartResponses, unknown, ThrowOnError, "fields">;
|
|
99
95
|
/**
|
|
100
96
|
* Permanently delete the chart deployment from the cluster.
|
|
101
97
|
* This endpoint will permanently delete chart. This operation cannot be undone.
|
|
@@ -103,7 +99,7 @@ export declare class ClustersService {
|
|
|
103
99
|
* This endpoint is available to administrators of the organization only.
|
|
104
100
|
*
|
|
105
101
|
*/
|
|
106
|
-
static deleteChart<ThrowOnError extends boolean = false>(options: Options<DeleteChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
102
|
+
static deleteChart<ThrowOnError extends boolean = false>(options: Options<DeleteChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<DeleteChartResponses, unknown, ThrowOnError, "fields">;
|
|
107
103
|
/**
|
|
108
104
|
* Get chart information.
|
|
109
105
|
* Returns the details of the chart deployment.
|
|
@@ -111,7 +107,7 @@ export declare class ClustersService {
|
|
|
111
107
|
* This endpoint is available to all users in the organization.
|
|
112
108
|
*
|
|
113
109
|
*/
|
|
114
|
-
static getChart<ThrowOnError extends boolean = false>(options: Options<GetChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
110
|
+
static getChart<ThrowOnError extends boolean = false>(options: Options<GetChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetChartResponses, unknown, ThrowOnError, "fields">;
|
|
115
111
|
/**
|
|
116
112
|
* Update chart information.
|
|
117
113
|
* This endpoint allows you to update the values of a chart deployment.
|
|
@@ -119,7 +115,7 @@ export declare class ClustersService {
|
|
|
119
115
|
* This endpoint is available to administrators of the organization only.
|
|
120
116
|
*
|
|
121
117
|
*/
|
|
122
|
-
static updateChart<ThrowOnError extends boolean = false>(options: Options<UpdateChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
118
|
+
static updateChart<ThrowOnError extends boolean = false>(options: Options<UpdateChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<UpdateChartResponses, unknown, ThrowOnError, "fields">;
|
|
123
119
|
/**
|
|
124
120
|
* List fleets.
|
|
125
121
|
* Returns a list of fleets belonging to the cluster. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
@@ -127,7 +123,7 @@ export declare class ClustersService {
|
|
|
127
123
|
* This endpoint is available to all users in the organization.
|
|
128
124
|
*
|
|
129
125
|
*/
|
|
130
|
-
static listFleets<ThrowOnError extends boolean = false>(options: Options<ListFleetsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
126
|
+
static listFleets<ThrowOnError extends boolean = false>(options: Options<ListFleetsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListFleetsResponses, ListFleetsErrors, ThrowOnError, "fields">;
|
|
131
127
|
/**
|
|
132
128
|
* Create a new fleet.
|
|
133
129
|
* 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.
|
|
@@ -135,7 +131,7 @@ export declare class ClustersService {
|
|
|
135
131
|
* This endpoint is available to administrators of the organization only.
|
|
136
132
|
*
|
|
137
133
|
*/
|
|
138
|
-
static createFleet<ThrowOnError extends boolean = false>(options: Options<CreateFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
134
|
+
static createFleet<ThrowOnError extends boolean = false>(options: Options<CreateFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<CreateFleetResponses, CreateFleetErrors, ThrowOnError, "fields">;
|
|
139
135
|
/**
|
|
140
136
|
* Permanently delete fleet.
|
|
141
137
|
* 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.
|
|
@@ -143,7 +139,7 @@ export declare class ClustersService {
|
|
|
143
139
|
* This endpoint is available to administrators of the organization only.
|
|
144
140
|
*
|
|
145
141
|
*/
|
|
146
|
-
static deleteFleet<ThrowOnError extends boolean = false>(options: Options<DeleteFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
142
|
+
static deleteFleet<ThrowOnError extends boolean = false>(options: Options<DeleteFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<DeleteFleetResponses, unknown, ThrowOnError, "fields">;
|
|
147
143
|
/**
|
|
148
144
|
* Get fleet information.
|
|
149
145
|
* Returns fleet details. For more information, see [Fleets](https://cloudfleet.ai/docs/cloud-infrastructure/fleets/) section of documentaiton.
|
|
@@ -151,7 +147,7 @@ export declare class ClustersService {
|
|
|
151
147
|
* This endpoint is available to all users in the organization.
|
|
152
148
|
*
|
|
153
149
|
*/
|
|
154
|
-
static getFleet<ThrowOnError extends boolean = false>(options: Options<GetFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
150
|
+
static getFleet<ThrowOnError extends boolean = false>(options: Options<GetFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetFleetResponses, unknown, ThrowOnError, "fields">;
|
|
155
151
|
/**
|
|
156
152
|
* Update fleet information.
|
|
157
153
|
* This endpoint allows you to update fleet details.
|
|
@@ -163,12 +159,12 @@ export declare class ClustersService {
|
|
|
163
159
|
* This endpoint is available to administrators of the organization only.
|
|
164
160
|
*
|
|
165
161
|
*/
|
|
166
|
-
static updateFleet<ThrowOnError extends boolean = false>(options: Options<UpdateFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
162
|
+
static updateFleet<ThrowOnError extends boolean = false>(options: Options<UpdateFleetData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<UpdateFleetResponses, UpdateFleetErrors, ThrowOnError, "fields">;
|
|
167
163
|
/**
|
|
168
164
|
* Query Kubernetes cluster API
|
|
169
165
|
* 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.
|
|
170
166
|
*/
|
|
171
|
-
static queryCluster<ThrowOnError extends boolean = false>(options: Options<QueryClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
167
|
+
static queryCluster<ThrowOnError extends boolean = false>(options: Options<QueryClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<QueryClusterResponses, QueryClusterErrors, ThrowOnError, "fields">;
|
|
172
168
|
/**
|
|
173
169
|
* List clusters.
|
|
174
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.
|
|
@@ -176,7 +172,7 @@ export declare class ClustersService {
|
|
|
176
172
|
* This endpoint is available to all users in the organization.
|
|
177
173
|
*
|
|
178
174
|
*/
|
|
179
|
-
static listClusters<ThrowOnError extends boolean = false>(options?: Options<ListClustersData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
175
|
+
static listClusters<ThrowOnError extends boolean = false>(options?: Options<ListClustersData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListClustersResponses, ListClustersErrors, ThrowOnError, "fields">;
|
|
180
176
|
/**
|
|
181
177
|
* Create a new cluster.
|
|
182
178
|
* 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.
|
|
@@ -184,7 +180,7 @@ export declare class ClustersService {
|
|
|
184
180
|
* This endpoint is available to administrators of the organization only.
|
|
185
181
|
*
|
|
186
182
|
*/
|
|
187
|
-
static createCluster<ThrowOnError extends boolean = false>(options: Options<CreateClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
183
|
+
static createCluster<ThrowOnError extends boolean = false>(options: Options<CreateClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<CreateClusterResponses, CreateClusterErrors, ThrowOnError, "fields">;
|
|
188
184
|
/**
|
|
189
185
|
* Permanently delete cluster.
|
|
190
186
|
* This endpoint will permanently delete the cluster. This operation cannot be undone.
|
|
@@ -192,7 +188,7 @@ export declare class ClustersService {
|
|
|
192
188
|
* This endpoint is available to administrators of the organization only.
|
|
193
189
|
*
|
|
194
190
|
*/
|
|
195
|
-
static deleteCluster<ThrowOnError extends boolean = false>(options: Options<DeleteClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
191
|
+
static deleteCluster<ThrowOnError extends boolean = false>(options: Options<DeleteClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<DeleteClusterResponses, unknown, ThrowOnError, "fields">;
|
|
196
192
|
/**
|
|
197
193
|
* Get cluster information.
|
|
198
194
|
* 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.
|
|
@@ -200,7 +196,7 @@ export declare class ClustersService {
|
|
|
200
196
|
* This endpoint is available to all users in the organization.
|
|
201
197
|
*
|
|
202
198
|
*/
|
|
203
|
-
static getCluster<ThrowOnError extends boolean = false>(options: Options<GetClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
199
|
+
static getCluster<ThrowOnError extends boolean = false>(options: Options<GetClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetClusterResponses, unknown, ThrowOnError, "fields">;
|
|
204
200
|
/**
|
|
205
201
|
* Update cluster information.
|
|
206
202
|
* 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.
|
|
@@ -208,13 +204,13 @@ export declare class ClustersService {
|
|
|
208
204
|
* This endpoint is available to administrators of the organization only.
|
|
209
205
|
*
|
|
210
206
|
*/
|
|
211
|
-
static updateCluster<ThrowOnError extends boolean = false>(options: Options<UpdateClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
207
|
+
static updateCluster<ThrowOnError extends boolean = false>(options: Options<UpdateClusterData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<UpdateClusterResponses, unknown, ThrowOnError, "fields">;
|
|
212
208
|
/**
|
|
213
209
|
* Node join information for the cluster
|
|
214
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.
|
|
215
211
|
*
|
|
216
212
|
*/
|
|
217
|
-
static getJoinInformation<ThrowOnError extends boolean = false>(options: Options<GetJoinInformationData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
213
|
+
static getJoinInformation<ThrowOnError extends boolean = false>(options: Options<GetJoinInformationData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetJoinInformationResponses, GetJoinInformationErrors, ThrowOnError, "fields">;
|
|
218
214
|
}
|
|
219
215
|
export declare class InvitesService {
|
|
220
216
|
/**
|
|
@@ -222,25 +218,25 @@ export declare class InvitesService {
|
|
|
222
218
|
* Returns a list of invites under the current organization. This endpoint is available to all users in the organization.
|
|
223
219
|
*
|
|
224
220
|
*/
|
|
225
|
-
static listInvites<ThrowOnError extends boolean = false>(options?: Options<ListInvitesData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
221
|
+
static listInvites<ThrowOnError extends boolean = false>(options?: Options<ListInvitesData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListInvitesResponses, ListInvitesErrors, ThrowOnError, "fields">;
|
|
226
222
|
/**
|
|
227
223
|
* Create a new invite.
|
|
228
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.
|
|
229
225
|
*
|
|
230
226
|
*/
|
|
231
|
-
static createInvite<ThrowOnError extends boolean = false>(options: Options<CreateInviteData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
227
|
+
static createInvite<ThrowOnError extends boolean = false>(options: Options<CreateInviteData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<CreateInviteResponses, unknown, ThrowOnError, "fields">;
|
|
232
228
|
/**
|
|
233
229
|
* Get invite information.
|
|
234
230
|
* Returns invite details.
|
|
235
231
|
*
|
|
236
232
|
*/
|
|
237
|
-
static getInvite<ThrowOnError extends boolean = false>(options: Options<GetInviteData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
233
|
+
static getInvite<ThrowOnError extends boolean = false>(options: Options<GetInviteData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetInviteResponses, unknown, ThrowOnError, "fields">;
|
|
238
234
|
/**
|
|
239
235
|
* Permanently delete invite.
|
|
240
236
|
* Permanently deletes invite from the organization. This endpoint is available to administrators of the organization only.
|
|
241
237
|
*
|
|
242
238
|
*/
|
|
243
|
-
static deleteInvite<ThrowOnError extends boolean = false>(options: Options<DeleteInviteData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
239
|
+
static deleteInvite<ThrowOnError extends boolean = false>(options: Options<DeleteInviteData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<DeleteInviteResponses, unknown, ThrowOnError, "fields">;
|
|
244
240
|
}
|
|
245
241
|
export declare class ChartsMarketplaceService {
|
|
246
242
|
/**
|
|
@@ -250,7 +246,7 @@ export declare class ChartsMarketplaceService {
|
|
|
250
246
|
* This endpoint is available to all users in the organization.
|
|
251
247
|
*
|
|
252
248
|
*/
|
|
253
|
-
static listMarketplaceCharts<ThrowOnError extends boolean = false>(options?: Options<ListMarketplaceChartsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
249
|
+
static listMarketplaceCharts<ThrowOnError extends boolean = false>(options?: Options<ListMarketplaceChartsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListMarketplaceChartsResponses, ListMarketplaceChartsErrors, ThrowOnError, "fields">;
|
|
254
250
|
/**
|
|
255
251
|
* Get chart listing details.
|
|
256
252
|
* Returns details of the chart listing.
|
|
@@ -258,7 +254,7 @@ export declare class ChartsMarketplaceService {
|
|
|
258
254
|
* This endpoint is available to all users in the organization.
|
|
259
255
|
*
|
|
260
256
|
*/
|
|
261
|
-
static getMarketplaceChart<ThrowOnError extends boolean = false>(options: Options<GetMarketplaceChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
257
|
+
static getMarketplaceChart<ThrowOnError extends boolean = false>(options: Options<GetMarketplaceChartData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetMarketplaceChartResponses, unknown, ThrowOnError, "fields">;
|
|
262
258
|
}
|
|
263
259
|
export declare class OrganizationService {
|
|
264
260
|
/**
|
|
@@ -268,13 +264,13 @@ export declare class OrganizationService {
|
|
|
268
264
|
* This endpoint is available to all users in the organization.
|
|
269
265
|
*
|
|
270
266
|
*/
|
|
271
|
-
static getOrganization<ThrowOnError extends boolean = false>(options?: Options<GetOrganizationData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
267
|
+
static getOrganization<ThrowOnError extends boolean = false>(options?: Options<GetOrganizationData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetOrganizationResponses, unknown, ThrowOnError, "fields">;
|
|
272
268
|
/**
|
|
273
269
|
* Create a new organization / Cloudfleet account signup.
|
|
274
270
|
* This endpoint allows you to create a new Cloudfleet organization and an administrator user.
|
|
275
271
|
*
|
|
276
272
|
*/
|
|
277
|
-
static createOrganization<ThrowOnError extends boolean = false>(options: Options<CreateOrganizationData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
273
|
+
static createOrganization<ThrowOnError extends boolean = false>(options: Options<CreateOrganizationData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<CreateOrganizationResponses, unknown, ThrowOnError, "fields">;
|
|
278
274
|
}
|
|
279
275
|
export declare class TokensService {
|
|
280
276
|
/**
|
|
@@ -282,7 +278,7 @@ export declare class TokensService {
|
|
|
282
278
|
* 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.
|
|
283
279
|
*
|
|
284
280
|
*/
|
|
285
|
-
static listTokens<ThrowOnError extends boolean = false>(options?: Options<ListTokensData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
281
|
+
static listTokens<ThrowOnError extends boolean = false>(options?: Options<ListTokensData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListTokensResponses, ListTokensErrors, ThrowOnError, "fields">;
|
|
286
282
|
/**
|
|
287
283
|
* Create a new access token.
|
|
288
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.
|
|
@@ -290,19 +286,19 @@ export declare class TokensService {
|
|
|
290
286
|
* This endpoint is available to administrators of the organization only.
|
|
291
287
|
*
|
|
292
288
|
*/
|
|
293
|
-
static createToken<ThrowOnError extends boolean = false>(options: Options<CreateTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
289
|
+
static createToken<ThrowOnError extends boolean = false>(options: Options<CreateTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<CreateTokenResponses, CreateTokenErrors, ThrowOnError, "fields">;
|
|
294
290
|
/**
|
|
295
291
|
* Permanently delete access token.
|
|
296
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.
|
|
297
293
|
*
|
|
298
294
|
*/
|
|
299
|
-
static deleteToken<ThrowOnError extends boolean = false>(options: Options<DeleteTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
295
|
+
static deleteToken<ThrowOnError extends boolean = false>(options: Options<DeleteTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<DeleteTokenResponses, unknown, ThrowOnError, "fields">;
|
|
300
296
|
/**
|
|
301
297
|
* Get access token information.
|
|
302
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.
|
|
303
299
|
*
|
|
304
300
|
*/
|
|
305
|
-
static getToken<ThrowOnError extends boolean = false>(options: Options<GetTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
301
|
+
static getToken<ThrowOnError extends boolean = false>(options: Options<GetTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetTokenResponses, GetTokenErrors, ThrowOnError, "fields">;
|
|
306
302
|
/**
|
|
307
303
|
* Update access token information.
|
|
308
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.
|
|
@@ -310,21 +306,18 @@ export declare class TokensService {
|
|
|
310
306
|
* This endpoint is available to administrators of the organization only.
|
|
311
307
|
*
|
|
312
308
|
*/
|
|
313
|
-
static updateToken<ThrowOnError extends boolean = false>(options: Options<UpdateTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
309
|
+
static updateToken<ThrowOnError extends boolean = false>(options: Options<UpdateTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<UpdateTokenResponses, UpdateTokenErrors, ThrowOnError, "fields">;
|
|
314
310
|
/**
|
|
315
311
|
* Regenerate access token secret key.
|
|
316
312
|
* Generates a new access token secret. Old secret will not be valid anymore.
|
|
317
313
|
*/
|
|
318
|
-
static regenerateToken<ThrowOnError extends boolean = false>(options: Options<RegenerateTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
314
|
+
static regenerateToken<ThrowOnError extends boolean = false>(options: Options<RegenerateTokenData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<RegenerateTokenResponses, RegenerateTokenErrors, ThrowOnError, "fields">;
|
|
319
315
|
}
|
|
320
316
|
export declare class UsersService {
|
|
321
317
|
/**
|
|
322
318
|
* Get a list of organizations the user belongs to. Used during authentication process.
|
|
323
319
|
*/
|
|
324
|
-
static listUserOrganizations<ThrowOnError extends boolean = false>(options: Options<ListUserOrganizationsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
325
|
-
realm?: string;
|
|
326
|
-
displayName?: string;
|
|
327
|
-
}[], unknown, ThrowOnError>;
|
|
320
|
+
static listUserOrganizations<ThrowOnError extends boolean = false>(options: Options<ListUserOrganizationsData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListUserOrganizationsResponses, unknown, ThrowOnError, "fields">;
|
|
328
321
|
/**
|
|
329
322
|
* List users in organization.
|
|
330
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.
|
|
@@ -332,19 +325,19 @@ export declare class UsersService {
|
|
|
332
325
|
* This endpoint is available to all users in the organization.
|
|
333
326
|
*
|
|
334
327
|
*/
|
|
335
|
-
static listUsers<ThrowOnError extends boolean = false>(options?: Options<ListUsersData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
328
|
+
static listUsers<ThrowOnError extends boolean = false>(options?: Options<ListUsersData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<ListUsersResponses, ListUsersErrors, ThrowOnError, "fields">;
|
|
336
329
|
/**
|
|
337
330
|
* Create a new user.
|
|
338
331
|
* 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.
|
|
339
332
|
*
|
|
340
333
|
*/
|
|
341
|
-
static createUser<ThrowOnError extends boolean = false>(options: Options<CreateUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
334
|
+
static createUser<ThrowOnError extends boolean = false>(options: Options<CreateUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<CreateUserResponses, unknown, ThrowOnError, "fields">;
|
|
342
335
|
/**
|
|
343
336
|
* Delete user by id.
|
|
344
337
|
* Sets user status to `inactive`. Inactive users cannot log in and manage organization resources. This endpoint is available to administrators of the organization only.
|
|
345
338
|
*
|
|
346
339
|
*/
|
|
347
|
-
static deleteUser<ThrowOnError extends boolean = false>(options: Options<DeleteUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
340
|
+
static deleteUser<ThrowOnError extends boolean = false>(options: Options<DeleteUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<DeleteUserResponses, DeleteUserErrors, ThrowOnError, "fields">;
|
|
348
341
|
/**
|
|
349
342
|
* Get user profile information by id.
|
|
350
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.
|
|
@@ -352,12 +345,12 @@ export declare class UsersService {
|
|
|
352
345
|
* This endpoint is available to all users in the organization.
|
|
353
346
|
*
|
|
354
347
|
*/
|
|
355
|
-
static getUser<ThrowOnError extends boolean = false>(options: Options<GetUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
348
|
+
static getUser<ThrowOnError extends boolean = false>(options: Options<GetUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<GetUserResponses, GetUserErrors, ThrowOnError, "fields">;
|
|
356
349
|
/**
|
|
357
350
|
* Update user profile information.
|
|
358
351
|
* 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.
|
|
359
352
|
*
|
|
360
353
|
*/
|
|
361
|
-
static updateUser<ThrowOnError extends boolean = false>(options: Options<UpdateUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<
|
|
354
|
+
static updateUser<ThrowOnError extends boolean = false>(options: Options<UpdateUserData, ThrowOnError>): import("@hey-api/client-fetch").RequestResult<UpdateUserResponses, unknown, ThrowOnError, "fields">;
|
|
362
355
|
}
|
|
363
356
|
//# sourceMappingURL=sdk.gen.d.ts.map
|
package/dist/sdk.gen.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../src/sdk.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAC1F,OAAO,KAAK,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../src/sdk.gen.ts"],"names":[],"mappings":"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"}
|
package/dist/sdk.gen.js
CHANGED
|
@@ -89,7 +89,7 @@ export class BillingService {
|
|
|
89
89
|
...options,
|
|
90
90
|
headers: {
|
|
91
91
|
'Content-Type': 'application/json',
|
|
92
|
-
...options
|
|
92
|
+
...options.headers
|
|
93
93
|
}
|
|
94
94
|
});
|
|
95
95
|
}
|
|
@@ -115,7 +115,7 @@ export class BillingService {
|
|
|
115
115
|
...options,
|
|
116
116
|
headers: {
|
|
117
117
|
'Content-Type': 'application/json',
|
|
118
|
-
...options
|
|
118
|
+
...options.headers
|
|
119
119
|
}
|
|
120
120
|
});
|
|
121
121
|
}
|
|
@@ -147,7 +147,7 @@ export class ClustersService {
|
|
|
147
147
|
...options,
|
|
148
148
|
headers: {
|
|
149
149
|
'Content-Type': 'application/json',
|
|
150
|
-
...options
|
|
150
|
+
...options.headers
|
|
151
151
|
}
|
|
152
152
|
});
|
|
153
153
|
}
|
|
@@ -190,7 +190,7 @@ export class ClustersService {
|
|
|
190
190
|
...options,
|
|
191
191
|
headers: {
|
|
192
192
|
'Content-Type': 'application/json',
|
|
193
|
-
...options
|
|
193
|
+
...options.headers
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
196
|
}
|
|
@@ -220,7 +220,7 @@ export class ClustersService {
|
|
|
220
220
|
...options,
|
|
221
221
|
headers: {
|
|
222
222
|
'Content-Type': 'application/json',
|
|
223
|
-
...options
|
|
223
|
+
...options.headers
|
|
224
224
|
}
|
|
225
225
|
});
|
|
226
226
|
}
|
|
@@ -267,7 +267,7 @@ export class ClustersService {
|
|
|
267
267
|
...options,
|
|
268
268
|
headers: {
|
|
269
269
|
'Content-Type': 'application/json',
|
|
270
|
-
...options
|
|
270
|
+
...options.headers
|
|
271
271
|
}
|
|
272
272
|
});
|
|
273
273
|
}
|
|
@@ -307,7 +307,7 @@ export class ClustersService {
|
|
|
307
307
|
...options,
|
|
308
308
|
headers: {
|
|
309
309
|
'Content-Type': 'application/json',
|
|
310
|
-
...options
|
|
310
|
+
...options.headers
|
|
311
311
|
}
|
|
312
312
|
});
|
|
313
313
|
}
|
|
@@ -350,7 +350,7 @@ export class ClustersService {
|
|
|
350
350
|
...options,
|
|
351
351
|
headers: {
|
|
352
352
|
'Content-Type': 'application/json',
|
|
353
|
-
...options
|
|
353
|
+
...options.headers
|
|
354
354
|
}
|
|
355
355
|
});
|
|
356
356
|
}
|
|
@@ -389,7 +389,7 @@ export class InvitesService {
|
|
|
389
389
|
...options,
|
|
390
390
|
headers: {
|
|
391
391
|
'Content-Type': 'application/json',
|
|
392
|
-
...options
|
|
392
|
+
...options.headers
|
|
393
393
|
}
|
|
394
394
|
});
|
|
395
395
|
}
|
|
@@ -469,7 +469,7 @@ export class OrganizationService {
|
|
|
469
469
|
...options,
|
|
470
470
|
headers: {
|
|
471
471
|
'Content-Type': 'application/json',
|
|
472
|
-
...options
|
|
472
|
+
...options.headers
|
|
473
473
|
}
|
|
474
474
|
});
|
|
475
475
|
}
|
|
@@ -499,7 +499,7 @@ export class TokensService {
|
|
|
499
499
|
...options,
|
|
500
500
|
headers: {
|
|
501
501
|
'Content-Type': 'application/json',
|
|
502
|
-
...options
|
|
502
|
+
...options.headers
|
|
503
503
|
}
|
|
504
504
|
});
|
|
505
505
|
}
|
|
@@ -538,7 +538,7 @@ export class TokensService {
|
|
|
538
538
|
...options,
|
|
539
539
|
headers: {
|
|
540
540
|
'Content-Type': 'application/json',
|
|
541
|
-
...options
|
|
541
|
+
...options.headers
|
|
542
542
|
}
|
|
543
543
|
});
|
|
544
544
|
}
|
|
@@ -587,7 +587,7 @@ export class UsersService {
|
|
|
587
587
|
...options,
|
|
588
588
|
headers: {
|
|
589
589
|
'Content-Type': 'application/json',
|
|
590
|
-
...options
|
|
590
|
+
...options.headers
|
|
591
591
|
}
|
|
592
592
|
});
|
|
593
593
|
}
|
|
@@ -626,7 +626,7 @@ export class UsersService {
|
|
|
626
626
|
...options,
|
|
627
627
|
headers: {
|
|
628
628
|
'Content-Type': 'application/json',
|
|
629
|
-
...options
|
|
629
|
+
...options.headers
|
|
630
630
|
}
|
|
631
631
|
});
|
|
632
632
|
}
|
package/dist/sdk.gen.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../src/sdk.gen.ts"],"names":[],"mappings":"AAAA,qDAAqD;AAIrD,OAAO,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,cAAc,CAAC;AAgBvD,MAAM,OAAO,cAAc;IACvB;;;;OAIG;IACI,MAAM,CAAC,QAAQ,CAAuC,OAA6C;QACtG,OAAO,CAAC,OAAO,EAAE,MAAM,IAAI,aAAa,CAAC,CAAC,GAAG,
|
|
1
|
+
{"version":3,"file":"sdk.gen.js","sourceRoot":"","sources":["../src/sdk.gen.ts"],"names":[],"mappings":"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"}
|