@daytonaio/api-client 0.140.0 → 0.142.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/api/admin-api.d.ts +6 -6
- package/src/api/api-keys-api.d.ts +6 -6
- package/src/api/audit-api.d.ts +2 -2
- package/src/api/config-api.d.ts +1 -1
- package/src/api/docker-registry-api.d.ts +7 -7
- package/src/api/health-api.d.ts +26 -1
- package/src/api/health-api.js +54 -0
- package/src/api/health-api.js.map +1 -1
- package/src/api/jobs-api.d.ts +4 -4
- package/src/api/object-storage-api.d.ts +1 -1
- package/src/api/organizations-api.d.ts +116 -37
- package/src/api/organizations-api.js +146 -0
- package/src/api/organizations-api.js.map +1 -1
- package/src/api/preview-api.d.ts +4 -4
- package/src/api/regions-api.d.ts +1 -1
- package/src/api/runners-api.d.ts +47 -10
- package/src/api/runners-api.js +77 -0
- package/src/api/runners-api.js.map +1 -1
- package/src/api/sandbox-api.d.ts +236 -28
- package/src/api/sandbox-api.js +419 -0
- package/src/api/sandbox-api.js.map +1 -1
- package/src/api/snapshots-api.d.ts +10 -10
- package/src/api/toolbox-api.d.ts +68 -68
- package/src/api/users-api.d.ts +9 -9
- package/src/api/volumes-api.d.ts +5 -5
- package/src/api/webhooks-api.d.ts +6 -6
- package/src/api/workspace-api.d.ts +14 -14
- package/src/models/index.d.ts +9 -0
- package/src/models/index.js +9 -0
- package/src/models/index.js.map +1 -1
- package/src/models/log-entry.d.ts +76 -0
- package/src/models/log-entry.js +4 -0
- package/src/models/log-entry.js.map +1 -0
- package/src/models/metric-data-point.d.ts +30 -0
- package/src/models/metric-data-point.js +4 -0
- package/src/models/metric-data-point.js.map +1 -0
- package/src/models/metric-series.d.ts +31 -0
- package/src/models/metric-series.js +16 -0
- package/src/models/metric-series.js.map +1 -0
- package/src/models/metrics-response.d.ts +25 -0
- package/src/models/metrics-response.js +16 -0
- package/src/models/metrics-response.js.map +1 -0
- package/src/models/organization.d.ts +24 -0
- package/src/models/otel-config.d.ts +32 -0
- package/src/models/otel-config.js +4 -0
- package/src/models/otel-config.js.map +1 -0
- package/src/models/paginated-logs.d.ts +43 -0
- package/src/models/paginated-logs.js +16 -0
- package/src/models/paginated-logs.js.map +1 -0
- package/src/models/paginated-traces.d.ts +43 -0
- package/src/models/paginated-traces.js +16 -0
- package/src/models/paginated-traces.js.map +1 -0
- package/src/models/trace-span.d.ts +74 -0
- package/src/models/trace-span.js +4 -0
- package/src/models/trace-span.js.map +1 -0
- package/src/models/trace-summary.d.ts +60 -0
- package/src/models/trace-summary.js +4 -0
- package/src/models/trace-summary.js.map +1 -0
- package/src/models/update-organization-quota.d.ts +18 -0
|
@@ -24,6 +24,7 @@ import type { OrganizationSandboxDefaultLimitedNetworkEgress } from '../models';
|
|
|
24
24
|
import type { OrganizationSuspension } from '../models';
|
|
25
25
|
import type { OrganizationUsageOverview } from '../models';
|
|
26
26
|
import type { OrganizationUser } from '../models';
|
|
27
|
+
import type { OtelConfig } from '../models';
|
|
27
28
|
import type { RegenerateApiKeyResponse } from '../models';
|
|
28
29
|
import type { Region } from '../models';
|
|
29
30
|
import type { RegionQuota } from '../models';
|
|
@@ -158,6 +159,14 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
158
159
|
* @throws {RequiredError}
|
|
159
160
|
*/
|
|
160
161
|
getOrganizationInvitationsCountForAuthenticatedUser: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
165
|
+
* @param {string} authToken Sandbox Auth Token
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
getOrganizationOtelConfigBySandboxAuthToken: (authToken: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
161
170
|
/**
|
|
162
171
|
*
|
|
163
172
|
* @summary Get organization current usage overview
|
|
@@ -300,6 +309,17 @@ export declare const OrganizationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
300
309
|
* @throws {RequiredError}
|
|
301
310
|
*/
|
|
302
311
|
updateAccessForOrganizationMember: (organizationId: string, userId: string, updateOrganizationMemberAccess: UpdateOrganizationMemberAccess, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
312
|
+
/**
|
|
313
|
+
*
|
|
314
|
+
* @summary Update experimental configuration
|
|
315
|
+
* @param {string} organizationId Organization ID
|
|
316
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
317
|
+
* @param {*} [options] Override http request option.
|
|
318
|
+
* @throws {RequiredError}
|
|
319
|
+
*/
|
|
320
|
+
updateExperimentalConfig: (organizationId: string, requestBody?: {
|
|
321
|
+
[key: string]: any;
|
|
322
|
+
}, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
303
323
|
/**
|
|
304
324
|
*
|
|
305
325
|
* @summary Update organization invitation
|
|
@@ -482,6 +502,14 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
482
502
|
* @throws {RequiredError}
|
|
483
503
|
*/
|
|
484
504
|
getOrganizationInvitationsCountForAuthenticatedUser(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<number>>;
|
|
505
|
+
/**
|
|
506
|
+
*
|
|
507
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
508
|
+
* @param {string} authToken Sandbox Auth Token
|
|
509
|
+
* @param {*} [options] Override http request option.
|
|
510
|
+
* @throws {RequiredError}
|
|
511
|
+
*/
|
|
512
|
+
getOrganizationOtelConfigBySandboxAuthToken(authToken: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OtelConfig>>;
|
|
485
513
|
/**
|
|
486
514
|
*
|
|
487
515
|
* @summary Get organization current usage overview
|
|
@@ -624,6 +652,17 @@ export declare const OrganizationsApiFp: (configuration?: Configuration) => {
|
|
|
624
652
|
* @throws {RequiredError}
|
|
625
653
|
*/
|
|
626
654
|
updateAccessForOrganizationMember(organizationId: string, userId: string, updateOrganizationMemberAccess: UpdateOrganizationMemberAccess, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<OrganizationUser>>;
|
|
655
|
+
/**
|
|
656
|
+
*
|
|
657
|
+
* @summary Update experimental configuration
|
|
658
|
+
* @param {string} organizationId Organization ID
|
|
659
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
660
|
+
* @param {*} [options] Override http request option.
|
|
661
|
+
* @throws {RequiredError}
|
|
662
|
+
*/
|
|
663
|
+
updateExperimentalConfig(organizationId: string, requestBody?: {
|
|
664
|
+
[key: string]: any;
|
|
665
|
+
}, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
627
666
|
/**
|
|
628
667
|
*
|
|
629
668
|
* @summary Update organization invitation
|
|
@@ -806,6 +845,14 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
806
845
|
* @throws {RequiredError}
|
|
807
846
|
*/
|
|
808
847
|
getOrganizationInvitationsCountForAuthenticatedUser(options?: RawAxiosRequestConfig): AxiosPromise<number>;
|
|
848
|
+
/**
|
|
849
|
+
*
|
|
850
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
851
|
+
* @param {string} authToken Sandbox Auth Token
|
|
852
|
+
* @param {*} [options] Override http request option.
|
|
853
|
+
* @throws {RequiredError}
|
|
854
|
+
*/
|
|
855
|
+
getOrganizationOtelConfigBySandboxAuthToken(authToken: string, options?: RawAxiosRequestConfig): AxiosPromise<OtelConfig>;
|
|
809
856
|
/**
|
|
810
857
|
*
|
|
811
858
|
* @summary Get organization current usage overview
|
|
@@ -948,6 +995,17 @@ export declare const OrganizationsApiFactory: (configuration?: Configuration, ba
|
|
|
948
995
|
* @throws {RequiredError}
|
|
949
996
|
*/
|
|
950
997
|
updateAccessForOrganizationMember(organizationId: string, userId: string, updateOrganizationMemberAccess: UpdateOrganizationMemberAccess, options?: RawAxiosRequestConfig): AxiosPromise<OrganizationUser>;
|
|
998
|
+
/**
|
|
999
|
+
*
|
|
1000
|
+
* @summary Update experimental configuration
|
|
1001
|
+
* @param {string} organizationId Organization ID
|
|
1002
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
1003
|
+
* @param {*} [options] Override http request option.
|
|
1004
|
+
* @throws {RequiredError}
|
|
1005
|
+
*/
|
|
1006
|
+
updateExperimentalConfig(organizationId: string, requestBody?: {
|
|
1007
|
+
[key: string]: any;
|
|
1008
|
+
}, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
951
1009
|
/**
|
|
952
1010
|
*
|
|
953
1011
|
* @summary Update organization invitation
|
|
@@ -1022,7 +1080,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1022
1080
|
* @throws {RequiredError}
|
|
1023
1081
|
* @memberof OrganizationsApi
|
|
1024
1082
|
*/
|
|
1025
|
-
acceptOrganizationInvitation(invitationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation, any>>;
|
|
1083
|
+
acceptOrganizationInvitation(invitationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation, any, {}>>;
|
|
1026
1084
|
/**
|
|
1027
1085
|
*
|
|
1028
1086
|
* @summary Cancel organization invitation
|
|
@@ -1032,7 +1090,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1032
1090
|
* @throws {RequiredError}
|
|
1033
1091
|
* @memberof OrganizationsApi
|
|
1034
1092
|
*/
|
|
1035
|
-
cancelOrganizationInvitation(organizationId: string, invitationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1093
|
+
cancelOrganizationInvitation(organizationId: string, invitationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1036
1094
|
/**
|
|
1037
1095
|
*
|
|
1038
1096
|
* @summary Create organization
|
|
@@ -1041,7 +1099,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1041
1099
|
* @throws {RequiredError}
|
|
1042
1100
|
* @memberof OrganizationsApi
|
|
1043
1101
|
*/
|
|
1044
|
-
createOrganization(createOrganization: CreateOrganization, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization, any>>;
|
|
1102
|
+
createOrganization(createOrganization: CreateOrganization, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization, any, {}>>;
|
|
1045
1103
|
/**
|
|
1046
1104
|
*
|
|
1047
1105
|
* @summary Create organization invitation
|
|
@@ -1051,7 +1109,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1051
1109
|
* @throws {RequiredError}
|
|
1052
1110
|
* @memberof OrganizationsApi
|
|
1053
1111
|
*/
|
|
1054
|
-
createOrganizationInvitation(organizationId: string, createOrganizationInvitation: CreateOrganizationInvitation, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation, any>>;
|
|
1112
|
+
createOrganizationInvitation(organizationId: string, createOrganizationInvitation: CreateOrganizationInvitation, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation, any, {}>>;
|
|
1055
1113
|
/**
|
|
1056
1114
|
*
|
|
1057
1115
|
* @summary Create organization role
|
|
@@ -1061,7 +1119,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1061
1119
|
* @throws {RequiredError}
|
|
1062
1120
|
* @memberof OrganizationsApi
|
|
1063
1121
|
*/
|
|
1064
|
-
createOrganizationRole(organizationId: string, createOrganizationRole: CreateOrganizationRole, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationRole, any>>;
|
|
1122
|
+
createOrganizationRole(organizationId: string, createOrganizationRole: CreateOrganizationRole, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationRole, any, {}>>;
|
|
1065
1123
|
/**
|
|
1066
1124
|
*
|
|
1067
1125
|
* @summary Create a new region
|
|
@@ -1071,7 +1129,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1071
1129
|
* @throws {RequiredError}
|
|
1072
1130
|
* @memberof OrganizationsApi
|
|
1073
1131
|
*/
|
|
1074
|
-
createRegion(createRegion: CreateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateRegionResponse, any>>;
|
|
1132
|
+
createRegion(createRegion: CreateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<CreateRegionResponse, any, {}>>;
|
|
1075
1133
|
/**
|
|
1076
1134
|
*
|
|
1077
1135
|
* @summary Decline organization invitation
|
|
@@ -1080,7 +1138,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1080
1138
|
* @throws {RequiredError}
|
|
1081
1139
|
* @memberof OrganizationsApi
|
|
1082
1140
|
*/
|
|
1083
|
-
declineOrganizationInvitation(invitationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1141
|
+
declineOrganizationInvitation(invitationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1084
1142
|
/**
|
|
1085
1143
|
*
|
|
1086
1144
|
* @summary Delete organization
|
|
@@ -1089,7 +1147,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1089
1147
|
* @throws {RequiredError}
|
|
1090
1148
|
* @memberof OrganizationsApi
|
|
1091
1149
|
*/
|
|
1092
|
-
deleteOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1150
|
+
deleteOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1093
1151
|
/**
|
|
1094
1152
|
*
|
|
1095
1153
|
* @summary Delete organization member
|
|
@@ -1099,7 +1157,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1099
1157
|
* @throws {RequiredError}
|
|
1100
1158
|
* @memberof OrganizationsApi
|
|
1101
1159
|
*/
|
|
1102
|
-
deleteOrganizationMember(organizationId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1160
|
+
deleteOrganizationMember(organizationId: string, userId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1103
1161
|
/**
|
|
1104
1162
|
*
|
|
1105
1163
|
* @summary Delete organization role
|
|
@@ -1109,7 +1167,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1109
1167
|
* @throws {RequiredError}
|
|
1110
1168
|
* @memberof OrganizationsApi
|
|
1111
1169
|
*/
|
|
1112
|
-
deleteOrganizationRole(organizationId: string, roleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1170
|
+
deleteOrganizationRole(organizationId: string, roleId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1113
1171
|
/**
|
|
1114
1172
|
*
|
|
1115
1173
|
* @summary Delete a region
|
|
@@ -1119,7 +1177,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1119
1177
|
* @throws {RequiredError}
|
|
1120
1178
|
* @memberof OrganizationsApi
|
|
1121
1179
|
*/
|
|
1122
|
-
deleteRegion(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1180
|
+
deleteRegion(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1123
1181
|
/**
|
|
1124
1182
|
*
|
|
1125
1183
|
* @summary Get organization by ID
|
|
@@ -1128,7 +1186,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1128
1186
|
* @throws {RequiredError}
|
|
1129
1187
|
* @memberof OrganizationsApi
|
|
1130
1188
|
*/
|
|
1131
|
-
getOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization, any>>;
|
|
1189
|
+
getOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization, any, {}>>;
|
|
1132
1190
|
/**
|
|
1133
1191
|
*
|
|
1134
1192
|
* @summary Get organization by sandbox ID
|
|
@@ -1137,7 +1195,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1137
1195
|
* @throws {RequiredError}
|
|
1138
1196
|
* @memberof OrganizationsApi
|
|
1139
1197
|
*/
|
|
1140
|
-
getOrganizationBySandboxId(sandboxId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization, any>>;
|
|
1198
|
+
getOrganizationBySandboxId(sandboxId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization, any, {}>>;
|
|
1141
1199
|
/**
|
|
1142
1200
|
*
|
|
1143
1201
|
* @summary Get count of organization invitations for authenticated user
|
|
@@ -1145,7 +1203,16 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1145
1203
|
* @throws {RequiredError}
|
|
1146
1204
|
* @memberof OrganizationsApi
|
|
1147
1205
|
*/
|
|
1148
|
-
getOrganizationInvitationsCountForAuthenticatedUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any>>;
|
|
1206
|
+
getOrganizationInvitationsCountForAuthenticatedUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<number, any, {}>>;
|
|
1207
|
+
/**
|
|
1208
|
+
*
|
|
1209
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
1210
|
+
* @param {string} authToken Sandbox Auth Token
|
|
1211
|
+
* @param {*} [options] Override http request option.
|
|
1212
|
+
* @throws {RequiredError}
|
|
1213
|
+
* @memberof OrganizationsApi
|
|
1214
|
+
*/
|
|
1215
|
+
getOrganizationOtelConfigBySandboxAuthToken(authToken: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OtelConfig, any, {}>>;
|
|
1149
1216
|
/**
|
|
1150
1217
|
*
|
|
1151
1218
|
* @summary Get organization current usage overview
|
|
@@ -1154,7 +1221,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1154
1221
|
* @throws {RequiredError}
|
|
1155
1222
|
* @memberof OrganizationsApi
|
|
1156
1223
|
*/
|
|
1157
|
-
getOrganizationUsageOverview(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationUsageOverview, any>>;
|
|
1224
|
+
getOrganizationUsageOverview(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationUsageOverview, any, {}>>;
|
|
1158
1225
|
/**
|
|
1159
1226
|
*
|
|
1160
1227
|
* @summary Get region by ID
|
|
@@ -1164,7 +1231,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1164
1231
|
* @throws {RequiredError}
|
|
1165
1232
|
* @memberof OrganizationsApi
|
|
1166
1233
|
*/
|
|
1167
|
-
getRegionById(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Region, any>>;
|
|
1234
|
+
getRegionById(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Region, any, {}>>;
|
|
1168
1235
|
/**
|
|
1169
1236
|
*
|
|
1170
1237
|
* @summary Get region quota by sandbox ID
|
|
@@ -1173,7 +1240,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1173
1240
|
* @throws {RequiredError}
|
|
1174
1241
|
* @memberof OrganizationsApi
|
|
1175
1242
|
*/
|
|
1176
|
-
getRegionQuotaBySandboxId(sandboxId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegionQuota, any>>;
|
|
1243
|
+
getRegionQuotaBySandboxId(sandboxId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegionQuota, any, {}>>;
|
|
1177
1244
|
/**
|
|
1178
1245
|
*
|
|
1179
1246
|
* @summary Leave organization
|
|
@@ -1182,7 +1249,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1182
1249
|
* @throws {RequiredError}
|
|
1183
1250
|
* @memberof OrganizationsApi
|
|
1184
1251
|
*/
|
|
1185
|
-
leaveOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1252
|
+
leaveOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1186
1253
|
/**
|
|
1187
1254
|
*
|
|
1188
1255
|
* @summary List all available regions for the organization
|
|
@@ -1191,7 +1258,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1191
1258
|
* @throws {RequiredError}
|
|
1192
1259
|
* @memberof OrganizationsApi
|
|
1193
1260
|
*/
|
|
1194
|
-
listAvailableRegions(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Region[], any>>;
|
|
1261
|
+
listAvailableRegions(xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Region[], any, {}>>;
|
|
1195
1262
|
/**
|
|
1196
1263
|
*
|
|
1197
1264
|
* @summary List pending organization invitations
|
|
@@ -1200,7 +1267,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1200
1267
|
* @throws {RequiredError}
|
|
1201
1268
|
* @memberof OrganizationsApi
|
|
1202
1269
|
*/
|
|
1203
|
-
listOrganizationInvitations(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation[], any>>;
|
|
1270
|
+
listOrganizationInvitations(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation[], any, {}>>;
|
|
1204
1271
|
/**
|
|
1205
1272
|
*
|
|
1206
1273
|
* @summary List organization invitations for authenticated user
|
|
@@ -1208,7 +1275,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1208
1275
|
* @throws {RequiredError}
|
|
1209
1276
|
* @memberof OrganizationsApi
|
|
1210
1277
|
*/
|
|
1211
|
-
listOrganizationInvitationsForAuthenticatedUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation[], any>>;
|
|
1278
|
+
listOrganizationInvitationsForAuthenticatedUser(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation[], any, {}>>;
|
|
1212
1279
|
/**
|
|
1213
1280
|
*
|
|
1214
1281
|
* @summary List organization members
|
|
@@ -1217,7 +1284,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1217
1284
|
* @throws {RequiredError}
|
|
1218
1285
|
* @memberof OrganizationsApi
|
|
1219
1286
|
*/
|
|
1220
|
-
listOrganizationMembers(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationUser[], any>>;
|
|
1287
|
+
listOrganizationMembers(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationUser[], any, {}>>;
|
|
1221
1288
|
/**
|
|
1222
1289
|
*
|
|
1223
1290
|
* @summary List organization roles
|
|
@@ -1226,7 +1293,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1226
1293
|
* @throws {RequiredError}
|
|
1227
1294
|
* @memberof OrganizationsApi
|
|
1228
1295
|
*/
|
|
1229
|
-
listOrganizationRoles(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationRole[], any>>;
|
|
1296
|
+
listOrganizationRoles(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationRole[], any, {}>>;
|
|
1230
1297
|
/**
|
|
1231
1298
|
*
|
|
1232
1299
|
* @summary List organizations
|
|
@@ -1234,7 +1301,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1234
1301
|
* @throws {RequiredError}
|
|
1235
1302
|
* @memberof OrganizationsApi
|
|
1236
1303
|
*/
|
|
1237
|
-
listOrganizations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization[], any>>;
|
|
1304
|
+
listOrganizations(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<Organization[], any, {}>>;
|
|
1238
1305
|
/**
|
|
1239
1306
|
*
|
|
1240
1307
|
* @summary Regenerate proxy API key for a region
|
|
@@ -1244,7 +1311,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1244
1311
|
* @throws {RequiredError}
|
|
1245
1312
|
* @memberof OrganizationsApi
|
|
1246
1313
|
*/
|
|
1247
|
-
regenerateProxyApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegenerateApiKeyResponse, any>>;
|
|
1314
|
+
regenerateProxyApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegenerateApiKeyResponse, any, {}>>;
|
|
1248
1315
|
/**
|
|
1249
1316
|
*
|
|
1250
1317
|
* @summary Regenerate snapshot manager credentials for a region
|
|
@@ -1254,7 +1321,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1254
1321
|
* @throws {RequiredError}
|
|
1255
1322
|
* @memberof OrganizationsApi
|
|
1256
1323
|
*/
|
|
1257
|
-
regenerateSnapshotManagerCredentials(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SnapshotManagerCredentials, any>>;
|
|
1324
|
+
regenerateSnapshotManagerCredentials(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SnapshotManagerCredentials, any, {}>>;
|
|
1258
1325
|
/**
|
|
1259
1326
|
*
|
|
1260
1327
|
* @summary Regenerate SSH gateway API key for a region
|
|
@@ -1264,7 +1331,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1264
1331
|
* @throws {RequiredError}
|
|
1265
1332
|
* @memberof OrganizationsApi
|
|
1266
1333
|
*/
|
|
1267
|
-
regenerateSshGatewayApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegenerateApiKeyResponse, any>>;
|
|
1334
|
+
regenerateSshGatewayApiKey(id: string, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RegenerateApiKeyResponse, any, {}>>;
|
|
1268
1335
|
/**
|
|
1269
1336
|
*
|
|
1270
1337
|
* @summary Set default region for organization
|
|
@@ -1274,7 +1341,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1274
1341
|
* @throws {RequiredError}
|
|
1275
1342
|
* @memberof OrganizationsApi
|
|
1276
1343
|
*/
|
|
1277
|
-
setOrganizationDefaultRegion(organizationId: string, updateOrganizationDefaultRegion: UpdateOrganizationDefaultRegion, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1344
|
+
setOrganizationDefaultRegion(organizationId: string, updateOrganizationDefaultRegion: UpdateOrganizationDefaultRegion, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1278
1345
|
/**
|
|
1279
1346
|
*
|
|
1280
1347
|
* @summary Suspend organization
|
|
@@ -1284,7 +1351,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1284
1351
|
* @throws {RequiredError}
|
|
1285
1352
|
* @memberof OrganizationsApi
|
|
1286
1353
|
*/
|
|
1287
|
-
suspendOrganization(organizationId: string, organizationSuspension?: OrganizationSuspension, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1354
|
+
suspendOrganization(organizationId: string, organizationSuspension?: OrganizationSuspension, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1288
1355
|
/**
|
|
1289
1356
|
*
|
|
1290
1357
|
* @summary Unsuspend organization
|
|
@@ -1293,7 +1360,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1293
1360
|
* @throws {RequiredError}
|
|
1294
1361
|
* @memberof OrganizationsApi
|
|
1295
1362
|
*/
|
|
1296
|
-
unsuspendOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1363
|
+
unsuspendOrganization(organizationId: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1297
1364
|
/**
|
|
1298
1365
|
*
|
|
1299
1366
|
* @summary Update access for organization member
|
|
@@ -1304,7 +1371,19 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1304
1371
|
* @throws {RequiredError}
|
|
1305
1372
|
* @memberof OrganizationsApi
|
|
1306
1373
|
*/
|
|
1307
|
-
updateAccessForOrganizationMember(organizationId: string, userId: string, updateOrganizationMemberAccess: UpdateOrganizationMemberAccess, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationUser, any>>;
|
|
1374
|
+
updateAccessForOrganizationMember(organizationId: string, userId: string, updateOrganizationMemberAccess: UpdateOrganizationMemberAccess, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationUser, any, {}>>;
|
|
1375
|
+
/**
|
|
1376
|
+
*
|
|
1377
|
+
* @summary Update experimental configuration
|
|
1378
|
+
* @param {string} organizationId Organization ID
|
|
1379
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
1380
|
+
* @param {*} [options] Override http request option.
|
|
1381
|
+
* @throws {RequiredError}
|
|
1382
|
+
* @memberof OrganizationsApi
|
|
1383
|
+
*/
|
|
1384
|
+
updateExperimentalConfig(organizationId: string, requestBody?: {
|
|
1385
|
+
[key: string]: any;
|
|
1386
|
+
}, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1308
1387
|
/**
|
|
1309
1388
|
*
|
|
1310
1389
|
* @summary Update organization invitation
|
|
@@ -1315,7 +1394,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1315
1394
|
* @throws {RequiredError}
|
|
1316
1395
|
* @memberof OrganizationsApi
|
|
1317
1396
|
*/
|
|
1318
|
-
updateOrganizationInvitation(organizationId: string, invitationId: string, updateOrganizationInvitation: UpdateOrganizationInvitation, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation, any>>;
|
|
1397
|
+
updateOrganizationInvitation(organizationId: string, invitationId: string, updateOrganizationInvitation: UpdateOrganizationInvitation, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationInvitation, any, {}>>;
|
|
1319
1398
|
/**
|
|
1320
1399
|
*
|
|
1321
1400
|
* @summary Update organization quota
|
|
@@ -1325,7 +1404,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1325
1404
|
* @throws {RequiredError}
|
|
1326
1405
|
* @memberof OrganizationsApi
|
|
1327
1406
|
*/
|
|
1328
|
-
updateOrganizationQuota(organizationId: string, updateOrganizationQuota: UpdateOrganizationQuota, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1407
|
+
updateOrganizationQuota(organizationId: string, updateOrganizationQuota: UpdateOrganizationQuota, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1329
1408
|
/**
|
|
1330
1409
|
*
|
|
1331
1410
|
* @summary Update organization region quota
|
|
@@ -1336,7 +1415,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1336
1415
|
* @throws {RequiredError}
|
|
1337
1416
|
* @memberof OrganizationsApi
|
|
1338
1417
|
*/
|
|
1339
|
-
updateOrganizationRegionQuota(organizationId: string, regionId: string, updateOrganizationRegionQuota: UpdateOrganizationRegionQuota, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1418
|
+
updateOrganizationRegionQuota(organizationId: string, regionId: string, updateOrganizationRegionQuota: UpdateOrganizationRegionQuota, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1340
1419
|
/**
|
|
1341
1420
|
*
|
|
1342
1421
|
* @summary Update organization role
|
|
@@ -1347,7 +1426,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1347
1426
|
* @throws {RequiredError}
|
|
1348
1427
|
* @memberof OrganizationsApi
|
|
1349
1428
|
*/
|
|
1350
|
-
updateOrganizationRole(organizationId: string, roleId: string, updateOrganizationRole: UpdateOrganizationRole, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationRole, any>>;
|
|
1429
|
+
updateOrganizationRole(organizationId: string, roleId: string, updateOrganizationRole: UpdateOrganizationRole, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<OrganizationRole, any, {}>>;
|
|
1351
1430
|
/**
|
|
1352
1431
|
*
|
|
1353
1432
|
* @summary Update region configuration
|
|
@@ -1358,7 +1437,7 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1358
1437
|
* @throws {RequiredError}
|
|
1359
1438
|
* @memberof OrganizationsApi
|
|
1360
1439
|
*/
|
|
1361
|
-
updateRegion(id: string, updateRegion: UpdateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1440
|
+
updateRegion(id: string, updateRegion: UpdateRegion, xDaytonaOrganizationID?: string, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1362
1441
|
/**
|
|
1363
1442
|
*
|
|
1364
1443
|
* @summary Update sandbox default limited network egress
|
|
@@ -1368,5 +1447,5 @@ export declare class OrganizationsApi extends BaseAPI {
|
|
|
1368
1447
|
* @throws {RequiredError}
|
|
1369
1448
|
* @memberof OrganizationsApi
|
|
1370
1449
|
*/
|
|
1371
|
-
updateSandboxDefaultLimitedNetworkEgress(organizationId: string, organizationSandboxDefaultLimitedNetworkEgress: OrganizationSandboxDefaultLimitedNetworkEgress, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
1450
|
+
updateSandboxDefaultLimitedNetworkEgress(organizationId: string, organizationSandboxDefaultLimitedNetworkEgress: OrganizationSandboxDefaultLimitedNetworkEgress, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1372
1451
|
}
|
|
@@ -508,6 +508,38 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
|
508
508
|
options: localVarRequestOptions,
|
|
509
509
|
};
|
|
510
510
|
},
|
|
511
|
+
/**
|
|
512
|
+
*
|
|
513
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
514
|
+
* @param {string} authToken Sandbox Auth Token
|
|
515
|
+
* @param {*} [options] Override http request option.
|
|
516
|
+
* @throws {RequiredError}
|
|
517
|
+
*/
|
|
518
|
+
getOrganizationOtelConfigBySandboxAuthToken: async (authToken, options = {}) => {
|
|
519
|
+
// verify required parameter 'authToken' is not null or undefined
|
|
520
|
+
(0, common_1.assertParamExists)('getOrganizationOtelConfigBySandboxAuthToken', 'authToken', authToken);
|
|
521
|
+
const localVarPath = `/organizations/otel-config/by-sandbox-auth-token/{authToken}`.replace(`{${'authToken'}}`, encodeURIComponent(String(authToken)));
|
|
522
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
523
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
524
|
+
let baseOptions;
|
|
525
|
+
if (configuration) {
|
|
526
|
+
baseOptions = configuration.baseOptions;
|
|
527
|
+
}
|
|
528
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options };
|
|
529
|
+
const localVarHeaderParameter = {};
|
|
530
|
+
const localVarQueryParameter = {};
|
|
531
|
+
// authentication bearer required
|
|
532
|
+
// http bearer authentication required
|
|
533
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
534
|
+
// authentication oauth2 required
|
|
535
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
536
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
537
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
538
|
+
return {
|
|
539
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
540
|
+
options: localVarRequestOptions,
|
|
541
|
+
};
|
|
542
|
+
},
|
|
511
543
|
/**
|
|
512
544
|
*
|
|
513
545
|
* @summary Get organization current usage overview
|
|
@@ -1081,6 +1113,41 @@ const OrganizationsApiAxiosParamCreator = function (configuration) {
|
|
|
1081
1113
|
options: localVarRequestOptions,
|
|
1082
1114
|
};
|
|
1083
1115
|
},
|
|
1116
|
+
/**
|
|
1117
|
+
*
|
|
1118
|
+
* @summary Update experimental configuration
|
|
1119
|
+
* @param {string} organizationId Organization ID
|
|
1120
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
1121
|
+
* @param {*} [options] Override http request option.
|
|
1122
|
+
* @throws {RequiredError}
|
|
1123
|
+
*/
|
|
1124
|
+
updateExperimentalConfig: async (organizationId, requestBody, options = {}) => {
|
|
1125
|
+
// verify required parameter 'organizationId' is not null or undefined
|
|
1126
|
+
(0, common_1.assertParamExists)('updateExperimentalConfig', 'organizationId', organizationId);
|
|
1127
|
+
const localVarPath = `/organizations/{organizationId}/experimental-config`.replace(`{${'organizationId'}}`, encodeURIComponent(String(organizationId)));
|
|
1128
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1129
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
1130
|
+
let baseOptions;
|
|
1131
|
+
if (configuration) {
|
|
1132
|
+
baseOptions = configuration.baseOptions;
|
|
1133
|
+
}
|
|
1134
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options };
|
|
1135
|
+
const localVarHeaderParameter = {};
|
|
1136
|
+
const localVarQueryParameter = {};
|
|
1137
|
+
// authentication bearer required
|
|
1138
|
+
// http bearer authentication required
|
|
1139
|
+
await (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
1140
|
+
// authentication oauth2 required
|
|
1141
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1142
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1143
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1144
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
1145
|
+
localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(requestBody, localVarRequestOptions, configuration);
|
|
1146
|
+
return {
|
|
1147
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
1148
|
+
options: localVarRequestOptions,
|
|
1149
|
+
};
|
|
1150
|
+
},
|
|
1084
1151
|
/**
|
|
1085
1152
|
*
|
|
1086
1153
|
* @summary Update organization invitation
|
|
@@ -1520,6 +1587,19 @@ const OrganizationsApiFp = function (configuration) {
|
|
|
1520
1587
|
const localVarOperationServerBasePath = base_1.operationServerMap['OrganizationsApi.getOrganizationInvitationsCountForAuthenticatedUser']?.[localVarOperationServerIndex]?.url;
|
|
1521
1588
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1522
1589
|
},
|
|
1590
|
+
/**
|
|
1591
|
+
*
|
|
1592
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
1593
|
+
* @param {string} authToken Sandbox Auth Token
|
|
1594
|
+
* @param {*} [options] Override http request option.
|
|
1595
|
+
* @throws {RequiredError}
|
|
1596
|
+
*/
|
|
1597
|
+
async getOrganizationOtelConfigBySandboxAuthToken(authToken, options) {
|
|
1598
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getOrganizationOtelConfigBySandboxAuthToken(authToken, options);
|
|
1599
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1600
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['OrganizationsApi.getOrganizationOtelConfigBySandboxAuthToken']?.[localVarOperationServerIndex]?.url;
|
|
1601
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1602
|
+
},
|
|
1523
1603
|
/**
|
|
1524
1604
|
*
|
|
1525
1605
|
* @summary Get organization current usage overview
|
|
@@ -1747,6 +1827,20 @@ const OrganizationsApiFp = function (configuration) {
|
|
|
1747
1827
|
const localVarOperationServerBasePath = base_1.operationServerMap['OrganizationsApi.updateAccessForOrganizationMember']?.[localVarOperationServerIndex]?.url;
|
|
1748
1828
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1749
1829
|
},
|
|
1830
|
+
/**
|
|
1831
|
+
*
|
|
1832
|
+
* @summary Update experimental configuration
|
|
1833
|
+
* @param {string} organizationId Organization ID
|
|
1834
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
1835
|
+
* @param {*} [options] Override http request option.
|
|
1836
|
+
* @throws {RequiredError}
|
|
1837
|
+
*/
|
|
1838
|
+
async updateExperimentalConfig(organizationId, requestBody, options) {
|
|
1839
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateExperimentalConfig(organizationId, requestBody, options);
|
|
1840
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1841
|
+
const localVarOperationServerBasePath = base_1.operationServerMap['OrganizationsApi.updateExperimentalConfig']?.[localVarOperationServerIndex]?.url;
|
|
1842
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1843
|
+
},
|
|
1750
1844
|
/**
|
|
1751
1845
|
*
|
|
1752
1846
|
* @summary Update organization invitation
|
|
@@ -2006,6 +2100,18 @@ const OrganizationsApiFactory = function (configuration, basePath, axios) {
|
|
|
2006
2100
|
.getOrganizationInvitationsCountForAuthenticatedUser(options)
|
|
2007
2101
|
.then((request) => request(axios, basePath));
|
|
2008
2102
|
},
|
|
2103
|
+
/**
|
|
2104
|
+
*
|
|
2105
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
2106
|
+
* @param {string} authToken Sandbox Auth Token
|
|
2107
|
+
* @param {*} [options] Override http request option.
|
|
2108
|
+
* @throws {RequiredError}
|
|
2109
|
+
*/
|
|
2110
|
+
getOrganizationOtelConfigBySandboxAuthToken(authToken, options) {
|
|
2111
|
+
return localVarFp
|
|
2112
|
+
.getOrganizationOtelConfigBySandboxAuthToken(authToken, options)
|
|
2113
|
+
.then((request) => request(axios, basePath));
|
|
2114
|
+
},
|
|
2009
2115
|
/**
|
|
2010
2116
|
*
|
|
2011
2117
|
* @summary Get organization current usage overview
|
|
@@ -2200,6 +2306,19 @@ const OrganizationsApiFactory = function (configuration, basePath, axios) {
|
|
|
2200
2306
|
.updateAccessForOrganizationMember(organizationId, userId, updateOrganizationMemberAccess, options)
|
|
2201
2307
|
.then((request) => request(axios, basePath));
|
|
2202
2308
|
},
|
|
2309
|
+
/**
|
|
2310
|
+
*
|
|
2311
|
+
* @summary Update experimental configuration
|
|
2312
|
+
* @param {string} organizationId Organization ID
|
|
2313
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
2314
|
+
* @param {*} [options] Override http request option.
|
|
2315
|
+
* @throws {RequiredError}
|
|
2316
|
+
*/
|
|
2317
|
+
updateExperimentalConfig(organizationId, requestBody, options) {
|
|
2318
|
+
return localVarFp
|
|
2319
|
+
.updateExperimentalConfig(organizationId, requestBody, options)
|
|
2320
|
+
.then((request) => request(axios, basePath));
|
|
2321
|
+
},
|
|
2203
2322
|
/**
|
|
2204
2323
|
*
|
|
2205
2324
|
* @summary Update organization invitation
|
|
@@ -2480,6 +2599,19 @@ class OrganizationsApi extends base_1.BaseAPI {
|
|
|
2480
2599
|
.getOrganizationInvitationsCountForAuthenticatedUser(options)
|
|
2481
2600
|
.then((request) => request(this.axios, this.basePath));
|
|
2482
2601
|
}
|
|
2602
|
+
/**
|
|
2603
|
+
*
|
|
2604
|
+
* @summary Get organization OTEL config by sandbox auth token
|
|
2605
|
+
* @param {string} authToken Sandbox Auth Token
|
|
2606
|
+
* @param {*} [options] Override http request option.
|
|
2607
|
+
* @throws {RequiredError}
|
|
2608
|
+
* @memberof OrganizationsApi
|
|
2609
|
+
*/
|
|
2610
|
+
getOrganizationOtelConfigBySandboxAuthToken(authToken, options) {
|
|
2611
|
+
return (0, exports.OrganizationsApiFp)(this.configuration)
|
|
2612
|
+
.getOrganizationOtelConfigBySandboxAuthToken(authToken, options)
|
|
2613
|
+
.then((request) => request(this.axios, this.basePath));
|
|
2614
|
+
}
|
|
2483
2615
|
/**
|
|
2484
2616
|
*
|
|
2485
2617
|
* @summary Get organization current usage overview
|
|
@@ -2707,6 +2839,20 @@ class OrganizationsApi extends base_1.BaseAPI {
|
|
|
2707
2839
|
.updateAccessForOrganizationMember(organizationId, userId, updateOrganizationMemberAccess, options)
|
|
2708
2840
|
.then((request) => request(this.axios, this.basePath));
|
|
2709
2841
|
}
|
|
2842
|
+
/**
|
|
2843
|
+
*
|
|
2844
|
+
* @summary Update experimental configuration
|
|
2845
|
+
* @param {string} organizationId Organization ID
|
|
2846
|
+
* @param {{ [key: string]: any; }} [requestBody] Experimental configuration as a JSON object. Set to null to clear the configuration.
|
|
2847
|
+
* @param {*} [options] Override http request option.
|
|
2848
|
+
* @throws {RequiredError}
|
|
2849
|
+
* @memberof OrganizationsApi
|
|
2850
|
+
*/
|
|
2851
|
+
updateExperimentalConfig(organizationId, requestBody, options) {
|
|
2852
|
+
return (0, exports.OrganizationsApiFp)(this.configuration)
|
|
2853
|
+
.updateExperimentalConfig(organizationId, requestBody, options)
|
|
2854
|
+
.then((request) => request(this.axios, this.basePath));
|
|
2855
|
+
}
|
|
2710
2856
|
/**
|
|
2711
2857
|
*
|
|
2712
2858
|
* @summary Update organization invitation
|