@halo-dev/api-client 0.0.2 → 0.0.3
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/index.cjs +237 -157
- package/dist/index.d.ts +343 -240
- package/dist/index.mjs +230 -154
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -74,6 +74,28 @@ const PluginStatusPhaseEnum = {
|
|
|
74
74
|
};
|
|
75
75
|
const ApiHaloRunV1alpha1UserApiAxiosParamCreator = function(configuration) {
|
|
76
76
|
return {
|
|
77
|
+
changePassword: async (name, changePasswordRequest, options = {}) => {
|
|
78
|
+
assertParamExists("changePassword", "name", name);
|
|
79
|
+
assertParamExists("changePassword", "changePasswordRequest", changePasswordRequest);
|
|
80
|
+
const localVarPath = `/apis/api.halo.run/v1alpha1/users/{name}/password`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
81
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
82
|
+
let baseOptions;
|
|
83
|
+
if (configuration) {
|
|
84
|
+
baseOptions = configuration.baseOptions;
|
|
85
|
+
}
|
|
86
|
+
const localVarRequestOptions = { method: "PUT", ...baseOptions, ...options };
|
|
87
|
+
const localVarHeaderParameter = {};
|
|
88
|
+
const localVarQueryParameter = {};
|
|
89
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
90
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
91
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
92
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
93
|
+
localVarRequestOptions.data = serializeDataIfNeeded(changePasswordRequest, localVarRequestOptions, configuration);
|
|
94
|
+
return {
|
|
95
|
+
url: toPathString(localVarUrlObj),
|
|
96
|
+
options: localVarRequestOptions
|
|
97
|
+
};
|
|
98
|
+
},
|
|
77
99
|
getCurrentUserDetail: async (options = {}) => {
|
|
78
100
|
const localVarPath = `/apis/api.halo.run/v1alpha1/users/-`;
|
|
79
101
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -138,6 +160,10 @@ const ApiHaloRunV1alpha1UserApiAxiosParamCreator = function(configuration) {
|
|
|
138
160
|
const ApiHaloRunV1alpha1UserApiFp = function(configuration) {
|
|
139
161
|
const localVarAxiosParamCreator = ApiHaloRunV1alpha1UserApiAxiosParamCreator(configuration);
|
|
140
162
|
return {
|
|
163
|
+
async changePassword(name, changePasswordRequest, options) {
|
|
164
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.changePassword(name, changePasswordRequest, options);
|
|
165
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
166
|
+
},
|
|
141
167
|
async getCurrentUserDetail(options) {
|
|
142
168
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCurrentUserDetail(options);
|
|
143
169
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
@@ -155,6 +181,9 @@ const ApiHaloRunV1alpha1UserApiFp = function(configuration) {
|
|
|
155
181
|
const ApiHaloRunV1alpha1UserApiFactory = function(configuration, basePath, axios) {
|
|
156
182
|
const localVarFp = ApiHaloRunV1alpha1UserApiFp(configuration);
|
|
157
183
|
return {
|
|
184
|
+
changePassword(name, changePasswordRequest, options) {
|
|
185
|
+
return localVarFp.changePassword(name, changePasswordRequest, options).then((request) => request(axios, basePath));
|
|
186
|
+
},
|
|
158
187
|
getCurrentUserDetail(options) {
|
|
159
188
|
return localVarFp.getCurrentUserDetail(options).then((request) => request(axios, basePath));
|
|
160
189
|
},
|
|
@@ -167,6 +196,9 @@ const ApiHaloRunV1alpha1UserApiFactory = function(configuration, basePath, axios
|
|
|
167
196
|
};
|
|
168
197
|
};
|
|
169
198
|
class ApiHaloRunV1alpha1UserApi extends BaseAPI {
|
|
199
|
+
changePassword(name, changePasswordRequest, options) {
|
|
200
|
+
return ApiHaloRunV1alpha1UserApiFp(this.configuration).changePassword(name, changePasswordRequest, options).then((request) => request(this.axios, this.basePath));
|
|
201
|
+
}
|
|
170
202
|
getCurrentUserDetail(options) {
|
|
171
203
|
return ApiHaloRunV1alpha1UserApiFp(this.configuration).getCurrentUserDetail(options).then((request) => request(this.axios, this.basePath));
|
|
172
204
|
}
|
|
@@ -177,10 +209,10 @@ class ApiHaloRunV1alpha1UserApi extends BaseAPI {
|
|
|
177
209
|
return ApiHaloRunV1alpha1UserApiFp(this.configuration).grantPermission(name, grantRequest, options).then((request) => request(this.axios, this.basePath));
|
|
178
210
|
}
|
|
179
211
|
}
|
|
180
|
-
const
|
|
212
|
+
const AppleGuqingXyzV1alpha1AppleApiAxiosParamCreator = function(configuration) {
|
|
181
213
|
return {
|
|
182
|
-
|
|
183
|
-
const localVarPath = `/apis/
|
|
214
|
+
createappleGuqingXyzV1alpha1Apple: async (apple, options = {}) => {
|
|
215
|
+
const localVarPath = `/apis/apple.guqing.xyz/v1alpha1/apples`;
|
|
184
216
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
185
217
|
let baseOptions;
|
|
186
218
|
if (configuration) {
|
|
@@ -193,15 +225,15 @@ const CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
|
|
|
193
225
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
194
226
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
195
227
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
196
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
228
|
+
localVarRequestOptions.data = serializeDataIfNeeded(apple, localVarRequestOptions, configuration);
|
|
197
229
|
return {
|
|
198
230
|
url: toPathString(localVarUrlObj),
|
|
199
231
|
options: localVarRequestOptions
|
|
200
232
|
};
|
|
201
233
|
},
|
|
202
|
-
|
|
203
|
-
assertParamExists("
|
|
204
|
-
const localVarPath = `/apis/
|
|
234
|
+
deleteappleGuqingXyzV1alpha1Apple: async (name, options = {}) => {
|
|
235
|
+
assertParamExists("deleteappleGuqingXyzV1alpha1Apple", "name", name);
|
|
236
|
+
const localVarPath = `/apis/apple.guqing.xyz/v1alpha1/apples/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
205
237
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
206
238
|
let baseOptions;
|
|
207
239
|
if (configuration) {
|
|
@@ -218,9 +250,9 @@ const CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
|
|
|
218
250
|
options: localVarRequestOptions
|
|
219
251
|
};
|
|
220
252
|
},
|
|
221
|
-
|
|
222
|
-
assertParamExists("
|
|
223
|
-
const localVarPath = `/apis/
|
|
253
|
+
getappleGuqingXyzV1alpha1Apple: async (name, options = {}) => {
|
|
254
|
+
assertParamExists("getappleGuqingXyzV1alpha1Apple", "name", name);
|
|
255
|
+
const localVarPath = `/apis/apple.guqing.xyz/v1alpha1/apples/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
224
256
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
225
257
|
let baseOptions;
|
|
226
258
|
if (configuration) {
|
|
@@ -237,8 +269,8 @@ const CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
|
|
|
237
269
|
options: localVarRequestOptions
|
|
238
270
|
};
|
|
239
271
|
},
|
|
240
|
-
|
|
241
|
-
const localVarPath = `/apis/
|
|
272
|
+
listappleGuqingXyzV1alpha1Apple: async (page, size, sort, options = {}) => {
|
|
273
|
+
const localVarPath = `/apis/apple.guqing.xyz/v1alpha1/apples`;
|
|
242
274
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
243
275
|
let baseOptions;
|
|
244
276
|
if (configuration) {
|
|
@@ -264,9 +296,9 @@ const CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
|
|
|
264
296
|
options: localVarRequestOptions
|
|
265
297
|
};
|
|
266
298
|
},
|
|
267
|
-
|
|
268
|
-
assertParamExists("
|
|
269
|
-
const localVarPath = `/apis/
|
|
299
|
+
updateappleGuqingXyzV1alpha1Apple: async (name, apple, options = {}) => {
|
|
300
|
+
assertParamExists("updateappleGuqingXyzV1alpha1Apple", "name", name);
|
|
301
|
+
const localVarPath = `/apis/apple.guqing.xyz/v1alpha1/apples/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
270
302
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
271
303
|
let baseOptions;
|
|
272
304
|
if (configuration) {
|
|
@@ -279,7 +311,7 @@ const CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
|
|
|
279
311
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
280
312
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
281
313
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
282
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
314
|
+
localVarRequestOptions.data = serializeDataIfNeeded(apple, localVarRequestOptions, configuration);
|
|
283
315
|
return {
|
|
284
316
|
url: toPathString(localVarUrlObj),
|
|
285
317
|
options: localVarRequestOptions
|
|
@@ -287,72 +319,116 @@ const CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
|
|
|
287
319
|
}
|
|
288
320
|
};
|
|
289
321
|
};
|
|
290
|
-
const
|
|
291
|
-
const localVarAxiosParamCreator =
|
|
322
|
+
const AppleGuqingXyzV1alpha1AppleApiFp = function(configuration) {
|
|
323
|
+
const localVarAxiosParamCreator = AppleGuqingXyzV1alpha1AppleApiAxiosParamCreator(configuration);
|
|
292
324
|
return {
|
|
293
|
-
async
|
|
294
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
325
|
+
async createappleGuqingXyzV1alpha1Apple(apple, options) {
|
|
326
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createappleGuqingXyzV1alpha1Apple(apple, options);
|
|
295
327
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
296
328
|
},
|
|
297
|
-
async
|
|
298
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
329
|
+
async deleteappleGuqingXyzV1alpha1Apple(name, options) {
|
|
330
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteappleGuqingXyzV1alpha1Apple(name, options);
|
|
299
331
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
300
332
|
},
|
|
301
|
-
async
|
|
302
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
333
|
+
async getappleGuqingXyzV1alpha1Apple(name, options) {
|
|
334
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getappleGuqingXyzV1alpha1Apple(name, options);
|
|
303
335
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
304
336
|
},
|
|
305
|
-
async
|
|
306
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
337
|
+
async listappleGuqingXyzV1alpha1Apple(page, size, sort, options) {
|
|
338
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listappleGuqingXyzV1alpha1Apple(page, size, sort, options);
|
|
307
339
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
308
340
|
},
|
|
309
|
-
async
|
|
310
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
341
|
+
async updateappleGuqingXyzV1alpha1Apple(name, apple, options) {
|
|
342
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateappleGuqingXyzV1alpha1Apple(name, apple, options);
|
|
311
343
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
312
344
|
}
|
|
313
345
|
};
|
|
314
346
|
};
|
|
315
|
-
const
|
|
316
|
-
const localVarFp =
|
|
347
|
+
const AppleGuqingXyzV1alpha1AppleApiFactory = function(configuration, basePath, axios) {
|
|
348
|
+
const localVarFp = AppleGuqingXyzV1alpha1AppleApiFp(configuration);
|
|
317
349
|
return {
|
|
318
|
-
|
|
319
|
-
return localVarFp.
|
|
350
|
+
createappleGuqingXyzV1alpha1Apple(apple, options) {
|
|
351
|
+
return localVarFp.createappleGuqingXyzV1alpha1Apple(apple, options).then((request) => request(axios, basePath));
|
|
320
352
|
},
|
|
321
|
-
|
|
322
|
-
return localVarFp.
|
|
353
|
+
deleteappleGuqingXyzV1alpha1Apple(name, options) {
|
|
354
|
+
return localVarFp.deleteappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(axios, basePath));
|
|
323
355
|
},
|
|
324
|
-
|
|
325
|
-
return localVarFp.
|
|
356
|
+
getappleGuqingXyzV1alpha1Apple(name, options) {
|
|
357
|
+
return localVarFp.getappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(axios, basePath));
|
|
326
358
|
},
|
|
327
|
-
|
|
328
|
-
return localVarFp.
|
|
359
|
+
listappleGuqingXyzV1alpha1Apple(page, size, sort, options) {
|
|
360
|
+
return localVarFp.listappleGuqingXyzV1alpha1Apple(page, size, sort, options).then((request) => request(axios, basePath));
|
|
329
361
|
},
|
|
330
|
-
|
|
331
|
-
return localVarFp.
|
|
362
|
+
updateappleGuqingXyzV1alpha1Apple(name, apple, options) {
|
|
363
|
+
return localVarFp.updateappleGuqingXyzV1alpha1Apple(name, apple, options).then((request) => request(axios, basePath));
|
|
332
364
|
}
|
|
333
365
|
};
|
|
334
366
|
};
|
|
335
|
-
class
|
|
336
|
-
|
|
337
|
-
return
|
|
367
|
+
class AppleGuqingXyzV1alpha1AppleApi extends BaseAPI {
|
|
368
|
+
createappleGuqingXyzV1alpha1Apple(apple, options) {
|
|
369
|
+
return AppleGuqingXyzV1alpha1AppleApiFp(this.configuration).createappleGuqingXyzV1alpha1Apple(apple, options).then((request) => request(this.axios, this.basePath));
|
|
338
370
|
}
|
|
339
|
-
|
|
340
|
-
return
|
|
371
|
+
deleteappleGuqingXyzV1alpha1Apple(name, options) {
|
|
372
|
+
return AppleGuqingXyzV1alpha1AppleApiFp(this.configuration).deleteappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(this.axios, this.basePath));
|
|
341
373
|
}
|
|
342
|
-
|
|
343
|
-
return
|
|
374
|
+
getappleGuqingXyzV1alpha1Apple(name, options) {
|
|
375
|
+
return AppleGuqingXyzV1alpha1AppleApiFp(this.configuration).getappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(this.axios, this.basePath));
|
|
344
376
|
}
|
|
345
|
-
|
|
346
|
-
return
|
|
377
|
+
listappleGuqingXyzV1alpha1Apple(page, size, sort, options) {
|
|
378
|
+
return AppleGuqingXyzV1alpha1AppleApiFp(this.configuration).listappleGuqingXyzV1alpha1Apple(page, size, sort, options).then((request) => request(this.axios, this.basePath));
|
|
347
379
|
}
|
|
348
|
-
|
|
349
|
-
return
|
|
380
|
+
updateappleGuqingXyzV1alpha1Apple(name, apple, options) {
|
|
381
|
+
return AppleGuqingXyzV1alpha1AppleApiFp(this.configuration).updateappleGuqingXyzV1alpha1Apple(name, apple, options).then((request) => request(this.axios, this.basePath));
|
|
350
382
|
}
|
|
351
383
|
}
|
|
352
|
-
const
|
|
384
|
+
const ApplesControllerApiAxiosParamCreator = function(configuration) {
|
|
353
385
|
return {
|
|
354
|
-
|
|
355
|
-
const localVarPath = `/apis/
|
|
386
|
+
hello: async (options = {}) => {
|
|
387
|
+
const localVarPath = `/apis/plugin.api.halo.run/v1alpha1/plugins/PluginTemplate/apples`;
|
|
388
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
389
|
+
let baseOptions;
|
|
390
|
+
if (configuration) {
|
|
391
|
+
baseOptions = configuration.baseOptions;
|
|
392
|
+
}
|
|
393
|
+
const localVarRequestOptions = { method: "GET", ...baseOptions, ...options };
|
|
394
|
+
const localVarHeaderParameter = {};
|
|
395
|
+
const localVarQueryParameter = {};
|
|
396
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
397
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
398
|
+
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
399
|
+
return {
|
|
400
|
+
url: toPathString(localVarUrlObj),
|
|
401
|
+
options: localVarRequestOptions
|
|
402
|
+
};
|
|
403
|
+
}
|
|
404
|
+
};
|
|
405
|
+
};
|
|
406
|
+
const ApplesControllerApiFp = function(configuration) {
|
|
407
|
+
const localVarAxiosParamCreator = ApplesControllerApiAxiosParamCreator(configuration);
|
|
408
|
+
return {
|
|
409
|
+
async hello(options) {
|
|
410
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.hello(options);
|
|
411
|
+
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
412
|
+
}
|
|
413
|
+
};
|
|
414
|
+
};
|
|
415
|
+
const ApplesControllerApiFactory = function(configuration, basePath, axios) {
|
|
416
|
+
const localVarFp = ApplesControllerApiFp(configuration);
|
|
417
|
+
return {
|
|
418
|
+
hello(options) {
|
|
419
|
+
return localVarFp.hello(options).then((request) => request(axios, basePath));
|
|
420
|
+
}
|
|
421
|
+
};
|
|
422
|
+
};
|
|
423
|
+
class ApplesControllerApi extends BaseAPI {
|
|
424
|
+
hello(options) {
|
|
425
|
+
return ApplesControllerApiFp(this.configuration).hello(options).then((request) => request(this.axios, this.basePath));
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
const CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
|
|
429
|
+
return {
|
|
430
|
+
createcoreHaloRunV1alpha1Link: async (link, options = {}) => {
|
|
431
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/links`;
|
|
356
432
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
357
433
|
let baseOptions;
|
|
358
434
|
if (configuration) {
|
|
@@ -365,15 +441,15 @@ const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration)
|
|
|
365
441
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
366
442
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
367
443
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
368
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
444
|
+
localVarRequestOptions.data = serializeDataIfNeeded(link, localVarRequestOptions, configuration);
|
|
369
445
|
return {
|
|
370
446
|
url: toPathString(localVarUrlObj),
|
|
371
447
|
options: localVarRequestOptions
|
|
372
448
|
};
|
|
373
449
|
},
|
|
374
|
-
|
|
375
|
-
assertParamExists("
|
|
376
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
450
|
+
deletecoreHaloRunV1alpha1Link: async (name, options = {}) => {
|
|
451
|
+
assertParamExists("deletecoreHaloRunV1alpha1Link", "name", name);
|
|
452
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/links/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
377
453
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
378
454
|
let baseOptions;
|
|
379
455
|
if (configuration) {
|
|
@@ -390,9 +466,9 @@ const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration)
|
|
|
390
466
|
options: localVarRequestOptions
|
|
391
467
|
};
|
|
392
468
|
},
|
|
393
|
-
|
|
394
|
-
assertParamExists("
|
|
395
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
469
|
+
getcoreHaloRunV1alpha1Link: async (name, options = {}) => {
|
|
470
|
+
assertParamExists("getcoreHaloRunV1alpha1Link", "name", name);
|
|
471
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/links/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
396
472
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
397
473
|
let baseOptions;
|
|
398
474
|
if (configuration) {
|
|
@@ -409,8 +485,8 @@ const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration)
|
|
|
409
485
|
options: localVarRequestOptions
|
|
410
486
|
};
|
|
411
487
|
},
|
|
412
|
-
|
|
413
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
488
|
+
listcoreHaloRunV1alpha1Link: async (page, size, sort, options = {}) => {
|
|
489
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/links`;
|
|
414
490
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
415
491
|
let baseOptions;
|
|
416
492
|
if (configuration) {
|
|
@@ -436,9 +512,9 @@ const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration)
|
|
|
436
512
|
options: localVarRequestOptions
|
|
437
513
|
};
|
|
438
514
|
},
|
|
439
|
-
|
|
440
|
-
assertParamExists("
|
|
441
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
515
|
+
updatecoreHaloRunV1alpha1Link: async (name, link, options = {}) => {
|
|
516
|
+
assertParamExists("updatecoreHaloRunV1alpha1Link", "name", name);
|
|
517
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/links/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
442
518
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
443
519
|
let baseOptions;
|
|
444
520
|
if (configuration) {
|
|
@@ -451,7 +527,7 @@ const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration)
|
|
|
451
527
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
452
528
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
453
529
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
454
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
530
|
+
localVarRequestOptions.data = serializeDataIfNeeded(link, localVarRequestOptions, configuration);
|
|
455
531
|
return {
|
|
456
532
|
url: toPathString(localVarUrlObj),
|
|
457
533
|
options: localVarRequestOptions
|
|
@@ -459,72 +535,72 @@ const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration)
|
|
|
459
535
|
}
|
|
460
536
|
};
|
|
461
537
|
};
|
|
462
|
-
const
|
|
463
|
-
const localVarAxiosParamCreator =
|
|
538
|
+
const CoreHaloRunV1alpha1LinkApiFp = function(configuration) {
|
|
539
|
+
const localVarAxiosParamCreator = CoreHaloRunV1alpha1LinkApiAxiosParamCreator(configuration);
|
|
464
540
|
return {
|
|
465
|
-
async
|
|
466
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
541
|
+
async createcoreHaloRunV1alpha1Link(link, options) {
|
|
542
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createcoreHaloRunV1alpha1Link(link, options);
|
|
467
543
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
468
544
|
},
|
|
469
|
-
async
|
|
470
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
545
|
+
async deletecoreHaloRunV1alpha1Link(name, options) {
|
|
546
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deletecoreHaloRunV1alpha1Link(name, options);
|
|
471
547
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
472
548
|
},
|
|
473
|
-
async
|
|
474
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
549
|
+
async getcoreHaloRunV1alpha1Link(name, options) {
|
|
550
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getcoreHaloRunV1alpha1Link(name, options);
|
|
475
551
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
476
552
|
},
|
|
477
|
-
async
|
|
478
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
553
|
+
async listcoreHaloRunV1alpha1Link(page, size, sort, options) {
|
|
554
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listcoreHaloRunV1alpha1Link(page, size, sort, options);
|
|
479
555
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
480
556
|
},
|
|
481
|
-
async
|
|
482
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
557
|
+
async updatecoreHaloRunV1alpha1Link(name, link, options) {
|
|
558
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updatecoreHaloRunV1alpha1Link(name, link, options);
|
|
483
559
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
484
560
|
}
|
|
485
561
|
};
|
|
486
562
|
};
|
|
487
|
-
const
|
|
488
|
-
const localVarFp =
|
|
563
|
+
const CoreHaloRunV1alpha1LinkApiFactory = function(configuration, basePath, axios) {
|
|
564
|
+
const localVarFp = CoreHaloRunV1alpha1LinkApiFp(configuration);
|
|
489
565
|
return {
|
|
490
|
-
|
|
491
|
-
return localVarFp.
|
|
566
|
+
createcoreHaloRunV1alpha1Link(link, options) {
|
|
567
|
+
return localVarFp.createcoreHaloRunV1alpha1Link(link, options).then((request) => request(axios, basePath));
|
|
492
568
|
},
|
|
493
|
-
|
|
494
|
-
return localVarFp.
|
|
569
|
+
deletecoreHaloRunV1alpha1Link(name, options) {
|
|
570
|
+
return localVarFp.deletecoreHaloRunV1alpha1Link(name, options).then((request) => request(axios, basePath));
|
|
495
571
|
},
|
|
496
|
-
|
|
497
|
-
return localVarFp.
|
|
572
|
+
getcoreHaloRunV1alpha1Link(name, options) {
|
|
573
|
+
return localVarFp.getcoreHaloRunV1alpha1Link(name, options).then((request) => request(axios, basePath));
|
|
498
574
|
},
|
|
499
|
-
|
|
500
|
-
return localVarFp.
|
|
575
|
+
listcoreHaloRunV1alpha1Link(page, size, sort, options) {
|
|
576
|
+
return localVarFp.listcoreHaloRunV1alpha1Link(page, size, sort, options).then((request) => request(axios, basePath));
|
|
501
577
|
},
|
|
502
|
-
|
|
503
|
-
return localVarFp.
|
|
578
|
+
updatecoreHaloRunV1alpha1Link(name, link, options) {
|
|
579
|
+
return localVarFp.updatecoreHaloRunV1alpha1Link(name, link, options).then((request) => request(axios, basePath));
|
|
504
580
|
}
|
|
505
581
|
};
|
|
506
582
|
};
|
|
507
|
-
class
|
|
508
|
-
|
|
509
|
-
return
|
|
583
|
+
class CoreHaloRunV1alpha1LinkApi extends BaseAPI {
|
|
584
|
+
createcoreHaloRunV1alpha1Link(link, options) {
|
|
585
|
+
return CoreHaloRunV1alpha1LinkApiFp(this.configuration).createcoreHaloRunV1alpha1Link(link, options).then((request) => request(this.axios, this.basePath));
|
|
510
586
|
}
|
|
511
|
-
|
|
512
|
-
return
|
|
587
|
+
deletecoreHaloRunV1alpha1Link(name, options) {
|
|
588
|
+
return CoreHaloRunV1alpha1LinkApiFp(this.configuration).deletecoreHaloRunV1alpha1Link(name, options).then((request) => request(this.axios, this.basePath));
|
|
513
589
|
}
|
|
514
|
-
|
|
515
|
-
return
|
|
590
|
+
getcoreHaloRunV1alpha1Link(name, options) {
|
|
591
|
+
return CoreHaloRunV1alpha1LinkApiFp(this.configuration).getcoreHaloRunV1alpha1Link(name, options).then((request) => request(this.axios, this.basePath));
|
|
516
592
|
}
|
|
517
|
-
|
|
518
|
-
return
|
|
593
|
+
listcoreHaloRunV1alpha1Link(page, size, sort, options) {
|
|
594
|
+
return CoreHaloRunV1alpha1LinkApiFp(this.configuration).listcoreHaloRunV1alpha1Link(page, size, sort, options).then((request) => request(this.axios, this.basePath));
|
|
519
595
|
}
|
|
520
|
-
|
|
521
|
-
return
|
|
596
|
+
updatecoreHaloRunV1alpha1Link(name, link, options) {
|
|
597
|
+
return CoreHaloRunV1alpha1LinkApiFp(this.configuration).updatecoreHaloRunV1alpha1Link(name, link, options).then((request) => request(this.axios, this.basePath));
|
|
522
598
|
}
|
|
523
599
|
}
|
|
524
|
-
const
|
|
600
|
+
const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration) {
|
|
525
601
|
return {
|
|
526
|
-
|
|
527
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
602
|
+
createcoreHaloRunV1alpha1LinkGroup: async (linkGroup, options = {}) => {
|
|
603
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups`;
|
|
528
604
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
529
605
|
let baseOptions;
|
|
530
606
|
if (configuration) {
|
|
@@ -537,15 +613,15 @@ const CoreHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration) {
|
|
|
537
613
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
538
614
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
539
615
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
540
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
616
|
+
localVarRequestOptions.data = serializeDataIfNeeded(linkGroup, localVarRequestOptions, configuration);
|
|
541
617
|
return {
|
|
542
618
|
url: toPathString(localVarUrlObj),
|
|
543
619
|
options: localVarRequestOptions
|
|
544
620
|
};
|
|
545
621
|
},
|
|
546
|
-
|
|
547
|
-
assertParamExists("
|
|
548
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
622
|
+
deletecoreHaloRunV1alpha1LinkGroup: async (name, options = {}) => {
|
|
623
|
+
assertParamExists("deletecoreHaloRunV1alpha1LinkGroup", "name", name);
|
|
624
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
549
625
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
550
626
|
let baseOptions;
|
|
551
627
|
if (configuration) {
|
|
@@ -562,9 +638,9 @@ const CoreHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration) {
|
|
|
562
638
|
options: localVarRequestOptions
|
|
563
639
|
};
|
|
564
640
|
},
|
|
565
|
-
|
|
566
|
-
assertParamExists("
|
|
567
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
641
|
+
getcoreHaloRunV1alpha1LinkGroup: async (name, options = {}) => {
|
|
642
|
+
assertParamExists("getcoreHaloRunV1alpha1LinkGroup", "name", name);
|
|
643
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
568
644
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
569
645
|
let baseOptions;
|
|
570
646
|
if (configuration) {
|
|
@@ -581,8 +657,8 @@ const CoreHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration) {
|
|
|
581
657
|
options: localVarRequestOptions
|
|
582
658
|
};
|
|
583
659
|
},
|
|
584
|
-
|
|
585
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
660
|
+
listcoreHaloRunV1alpha1LinkGroup: async (page, size, sort, options = {}) => {
|
|
661
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups`;
|
|
586
662
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
587
663
|
let baseOptions;
|
|
588
664
|
if (configuration) {
|
|
@@ -608,9 +684,9 @@ const CoreHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration) {
|
|
|
608
684
|
options: localVarRequestOptions
|
|
609
685
|
};
|
|
610
686
|
},
|
|
611
|
-
|
|
612
|
-
assertParamExists("
|
|
613
|
-
const localVarPath = `/apis/core.halo.run/v1alpha1/
|
|
687
|
+
updatecoreHaloRunV1alpha1LinkGroup: async (name, linkGroup, options = {}) => {
|
|
688
|
+
assertParamExists("updatecoreHaloRunV1alpha1LinkGroup", "name", name);
|
|
689
|
+
const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
|
|
614
690
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
615
691
|
let baseOptions;
|
|
616
692
|
if (configuration) {
|
|
@@ -623,7 +699,7 @@ const CoreHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration) {
|
|
|
623
699
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
624
700
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
625
701
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
626
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
702
|
+
localVarRequestOptions.data = serializeDataIfNeeded(linkGroup, localVarRequestOptions, configuration);
|
|
627
703
|
return {
|
|
628
704
|
url: toPathString(localVarUrlObj),
|
|
629
705
|
options: localVarRequestOptions
|
|
@@ -631,66 +707,66 @@ const CoreHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration) {
|
|
|
631
707
|
}
|
|
632
708
|
};
|
|
633
709
|
};
|
|
634
|
-
const
|
|
635
|
-
const localVarAxiosParamCreator =
|
|
710
|
+
const CoreHaloRunV1alpha1LinkGroupApiFp = function(configuration) {
|
|
711
|
+
const localVarAxiosParamCreator = CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator(configuration);
|
|
636
712
|
return {
|
|
637
|
-
async
|
|
638
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
713
|
+
async createcoreHaloRunV1alpha1LinkGroup(linkGroup, options) {
|
|
714
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createcoreHaloRunV1alpha1LinkGroup(linkGroup, options);
|
|
639
715
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
640
716
|
},
|
|
641
|
-
async
|
|
642
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
717
|
+
async deletecoreHaloRunV1alpha1LinkGroup(name, options) {
|
|
718
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deletecoreHaloRunV1alpha1LinkGroup(name, options);
|
|
643
719
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
644
720
|
},
|
|
645
|
-
async
|
|
646
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
721
|
+
async getcoreHaloRunV1alpha1LinkGroup(name, options) {
|
|
722
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getcoreHaloRunV1alpha1LinkGroup(name, options);
|
|
647
723
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
648
724
|
},
|
|
649
|
-
async
|
|
650
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
725
|
+
async listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options) {
|
|
726
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options);
|
|
651
727
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
652
728
|
},
|
|
653
|
-
async
|
|
654
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
729
|
+
async updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options) {
|
|
730
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options);
|
|
655
731
|
return createRequestFunction(localVarAxiosArgs, globalAxios__default, BASE_PATH, configuration);
|
|
656
732
|
}
|
|
657
733
|
};
|
|
658
734
|
};
|
|
659
|
-
const
|
|
660
|
-
const localVarFp =
|
|
735
|
+
const CoreHaloRunV1alpha1LinkGroupApiFactory = function(configuration, basePath, axios) {
|
|
736
|
+
const localVarFp = CoreHaloRunV1alpha1LinkGroupApiFp(configuration);
|
|
661
737
|
return {
|
|
662
|
-
|
|
663
|
-
return localVarFp.
|
|
738
|
+
createcoreHaloRunV1alpha1LinkGroup(linkGroup, options) {
|
|
739
|
+
return localVarFp.createcoreHaloRunV1alpha1LinkGroup(linkGroup, options).then((request) => request(axios, basePath));
|
|
664
740
|
},
|
|
665
|
-
|
|
666
|
-
return localVarFp.
|
|
741
|
+
deletecoreHaloRunV1alpha1LinkGroup(name, options) {
|
|
742
|
+
return localVarFp.deletecoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(axios, basePath));
|
|
667
743
|
},
|
|
668
|
-
|
|
669
|
-
return localVarFp.
|
|
744
|
+
getcoreHaloRunV1alpha1LinkGroup(name, options) {
|
|
745
|
+
return localVarFp.getcoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(axios, basePath));
|
|
670
746
|
},
|
|
671
|
-
|
|
672
|
-
return localVarFp.
|
|
747
|
+
listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options) {
|
|
748
|
+
return localVarFp.listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options).then((request) => request(axios, basePath));
|
|
673
749
|
},
|
|
674
|
-
|
|
675
|
-
return localVarFp.
|
|
750
|
+
updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options) {
|
|
751
|
+
return localVarFp.updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options).then((request) => request(axios, basePath));
|
|
676
752
|
}
|
|
677
753
|
};
|
|
678
754
|
};
|
|
679
|
-
class
|
|
680
|
-
|
|
681
|
-
return
|
|
755
|
+
class CoreHaloRunV1alpha1LinkGroupApi extends BaseAPI {
|
|
756
|
+
createcoreHaloRunV1alpha1LinkGroup(linkGroup, options) {
|
|
757
|
+
return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).createcoreHaloRunV1alpha1LinkGroup(linkGroup, options).then((request) => request(this.axios, this.basePath));
|
|
682
758
|
}
|
|
683
|
-
|
|
684
|
-
return
|
|
759
|
+
deletecoreHaloRunV1alpha1LinkGroup(name, options) {
|
|
760
|
+
return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).deletecoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(this.axios, this.basePath));
|
|
685
761
|
}
|
|
686
|
-
|
|
687
|
-
return
|
|
762
|
+
getcoreHaloRunV1alpha1LinkGroup(name, options) {
|
|
763
|
+
return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).getcoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(this.axios, this.basePath));
|
|
688
764
|
}
|
|
689
|
-
|
|
690
|
-
return
|
|
765
|
+
listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options) {
|
|
766
|
+
return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options).then((request) => request(this.axios, this.basePath));
|
|
691
767
|
}
|
|
692
|
-
|
|
693
|
-
return
|
|
768
|
+
updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options) {
|
|
769
|
+
return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options).then((request) => request(this.axios, this.basePath));
|
|
694
770
|
}
|
|
695
771
|
}
|
|
696
772
|
const PluginHaloRunV1alpha1PluginApiAxiosParamCreator = function(configuration) {
|
|
@@ -2090,6 +2166,14 @@ exports.ApiHaloRunV1alpha1UserApi = ApiHaloRunV1alpha1UserApi;
|
|
|
2090
2166
|
exports.ApiHaloRunV1alpha1UserApiAxiosParamCreator = ApiHaloRunV1alpha1UserApiAxiosParamCreator;
|
|
2091
2167
|
exports.ApiHaloRunV1alpha1UserApiFactory = ApiHaloRunV1alpha1UserApiFactory;
|
|
2092
2168
|
exports.ApiHaloRunV1alpha1UserApiFp = ApiHaloRunV1alpha1UserApiFp;
|
|
2169
|
+
exports.AppleGuqingXyzV1alpha1AppleApi = AppleGuqingXyzV1alpha1AppleApi;
|
|
2170
|
+
exports.AppleGuqingXyzV1alpha1AppleApiAxiosParamCreator = AppleGuqingXyzV1alpha1AppleApiAxiosParamCreator;
|
|
2171
|
+
exports.AppleGuqingXyzV1alpha1AppleApiFactory = AppleGuqingXyzV1alpha1AppleApiFactory;
|
|
2172
|
+
exports.AppleGuqingXyzV1alpha1AppleApiFp = AppleGuqingXyzV1alpha1AppleApiFp;
|
|
2173
|
+
exports.ApplesControllerApi = ApplesControllerApi;
|
|
2174
|
+
exports.ApplesControllerApiAxiosParamCreator = ApplesControllerApiAxiosParamCreator;
|
|
2175
|
+
exports.ApplesControllerApiFactory = ApplesControllerApiFactory;
|
|
2176
|
+
exports.ApplesControllerApiFp = ApplesControllerApiFp;
|
|
2093
2177
|
exports.Configuration = Configuration;
|
|
2094
2178
|
exports.CoreHaloRunV1alpha1LinkApi = CoreHaloRunV1alpha1LinkApi;
|
|
2095
2179
|
exports.CoreHaloRunV1alpha1LinkApiAxiosParamCreator = CoreHaloRunV1alpha1LinkApiAxiosParamCreator;
|
|
@@ -2099,10 +2183,6 @@ exports.CoreHaloRunV1alpha1LinkGroupApi = CoreHaloRunV1alpha1LinkGroupApi;
|
|
|
2099
2183
|
exports.CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator;
|
|
2100
2184
|
exports.CoreHaloRunV1alpha1LinkGroupApiFactory = CoreHaloRunV1alpha1LinkGroupApiFactory;
|
|
2101
2185
|
exports.CoreHaloRunV1alpha1LinkGroupApiFp = CoreHaloRunV1alpha1LinkGroupApiFp;
|
|
2102
|
-
exports.CoreHaloRunV1alpha1PostApi = CoreHaloRunV1alpha1PostApi;
|
|
2103
|
-
exports.CoreHaloRunV1alpha1PostApiAxiosParamCreator = CoreHaloRunV1alpha1PostApiAxiosParamCreator;
|
|
2104
|
-
exports.CoreHaloRunV1alpha1PostApiFactory = CoreHaloRunV1alpha1PostApiFactory;
|
|
2105
|
-
exports.CoreHaloRunV1alpha1PostApiFp = CoreHaloRunV1alpha1PostApiFp;
|
|
2106
2186
|
exports.PluginHaloRunV1alpha1PluginApi = PluginHaloRunV1alpha1PluginApi;
|
|
2107
2187
|
exports.PluginHaloRunV1alpha1PluginApiAxiosParamCreator = PluginHaloRunV1alpha1PluginApiAxiosParamCreator;
|
|
2108
2188
|
exports.PluginHaloRunV1alpha1PluginApiFactory = PluginHaloRunV1alpha1PluginApiFactory;
|