@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 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 CoreHaloRunV1alpha1LinkApiAxiosParamCreator = function(configuration) {
212
+ const AppleGuqingXyzV1alpha1AppleApiAxiosParamCreator = function(configuration) {
181
213
  return {
182
- createcoreHaloRunV1alpha1Link: async (link, options = {}) => {
183
- const localVarPath = `/apis/core.halo.run/v1alpha1/links`;
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(link, localVarRequestOptions, configuration);
228
+ localVarRequestOptions.data = serializeDataIfNeeded(apple, localVarRequestOptions, configuration);
197
229
  return {
198
230
  url: toPathString(localVarUrlObj),
199
231
  options: localVarRequestOptions
200
232
  };
201
233
  },
202
- deletecoreHaloRunV1alpha1Link: async (name, options = {}) => {
203
- assertParamExists("deletecoreHaloRunV1alpha1Link", "name", name);
204
- const localVarPath = `/apis/core.halo.run/v1alpha1/links/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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
- getcoreHaloRunV1alpha1Link: async (name, options = {}) => {
222
- assertParamExists("getcoreHaloRunV1alpha1Link", "name", name);
223
- const localVarPath = `/apis/core.halo.run/v1alpha1/links/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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
- listcoreHaloRunV1alpha1Link: async (page, size, sort, options = {}) => {
241
- const localVarPath = `/apis/core.halo.run/v1alpha1/links`;
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
- updatecoreHaloRunV1alpha1Link: async (name, link, options = {}) => {
268
- assertParamExists("updatecoreHaloRunV1alpha1Link", "name", name);
269
- const localVarPath = `/apis/core.halo.run/v1alpha1/links/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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(link, localVarRequestOptions, configuration);
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 CoreHaloRunV1alpha1LinkApiFp = function(configuration) {
291
- const localVarAxiosParamCreator = CoreHaloRunV1alpha1LinkApiAxiosParamCreator(configuration);
322
+ const AppleGuqingXyzV1alpha1AppleApiFp = function(configuration) {
323
+ const localVarAxiosParamCreator = AppleGuqingXyzV1alpha1AppleApiAxiosParamCreator(configuration);
292
324
  return {
293
- async createcoreHaloRunV1alpha1Link(link, options) {
294
- const localVarAxiosArgs = await localVarAxiosParamCreator.createcoreHaloRunV1alpha1Link(link, options);
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 deletecoreHaloRunV1alpha1Link(name, options) {
298
- const localVarAxiosArgs = await localVarAxiosParamCreator.deletecoreHaloRunV1alpha1Link(name, options);
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 getcoreHaloRunV1alpha1Link(name, options) {
302
- const localVarAxiosArgs = await localVarAxiosParamCreator.getcoreHaloRunV1alpha1Link(name, options);
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 listcoreHaloRunV1alpha1Link(page, size, sort, options) {
306
- const localVarAxiosArgs = await localVarAxiosParamCreator.listcoreHaloRunV1alpha1Link(page, size, sort, options);
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 updatecoreHaloRunV1alpha1Link(name, link, options) {
310
- const localVarAxiosArgs = await localVarAxiosParamCreator.updatecoreHaloRunV1alpha1Link(name, link, options);
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 CoreHaloRunV1alpha1LinkApiFactory = function(configuration, basePath, axios) {
316
- const localVarFp = CoreHaloRunV1alpha1LinkApiFp(configuration);
347
+ const AppleGuqingXyzV1alpha1AppleApiFactory = function(configuration, basePath, axios) {
348
+ const localVarFp = AppleGuqingXyzV1alpha1AppleApiFp(configuration);
317
349
  return {
318
- createcoreHaloRunV1alpha1Link(link, options) {
319
- return localVarFp.createcoreHaloRunV1alpha1Link(link, options).then((request) => request(axios, basePath));
350
+ createappleGuqingXyzV1alpha1Apple(apple, options) {
351
+ return localVarFp.createappleGuqingXyzV1alpha1Apple(apple, options).then((request) => request(axios, basePath));
320
352
  },
321
- deletecoreHaloRunV1alpha1Link(name, options) {
322
- return localVarFp.deletecoreHaloRunV1alpha1Link(name, options).then((request) => request(axios, basePath));
353
+ deleteappleGuqingXyzV1alpha1Apple(name, options) {
354
+ return localVarFp.deleteappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(axios, basePath));
323
355
  },
324
- getcoreHaloRunV1alpha1Link(name, options) {
325
- return localVarFp.getcoreHaloRunV1alpha1Link(name, options).then((request) => request(axios, basePath));
356
+ getappleGuqingXyzV1alpha1Apple(name, options) {
357
+ return localVarFp.getappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(axios, basePath));
326
358
  },
327
- listcoreHaloRunV1alpha1Link(page, size, sort, options) {
328
- return localVarFp.listcoreHaloRunV1alpha1Link(page, size, sort, options).then((request) => request(axios, basePath));
359
+ listappleGuqingXyzV1alpha1Apple(page, size, sort, options) {
360
+ return localVarFp.listappleGuqingXyzV1alpha1Apple(page, size, sort, options).then((request) => request(axios, basePath));
329
361
  },
330
- updatecoreHaloRunV1alpha1Link(name, link, options) {
331
- return localVarFp.updatecoreHaloRunV1alpha1Link(name, link, options).then((request) => request(axios, basePath));
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 CoreHaloRunV1alpha1LinkApi extends BaseAPI {
336
- createcoreHaloRunV1alpha1Link(link, options) {
337
- return CoreHaloRunV1alpha1LinkApiFp(this.configuration).createcoreHaloRunV1alpha1Link(link, options).then((request) => request(this.axios, this.basePath));
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
- deletecoreHaloRunV1alpha1Link(name, options) {
340
- return CoreHaloRunV1alpha1LinkApiFp(this.configuration).deletecoreHaloRunV1alpha1Link(name, options).then((request) => request(this.axios, this.basePath));
371
+ deleteappleGuqingXyzV1alpha1Apple(name, options) {
372
+ return AppleGuqingXyzV1alpha1AppleApiFp(this.configuration).deleteappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(this.axios, this.basePath));
341
373
  }
342
- getcoreHaloRunV1alpha1Link(name, options) {
343
- return CoreHaloRunV1alpha1LinkApiFp(this.configuration).getcoreHaloRunV1alpha1Link(name, options).then((request) => request(this.axios, this.basePath));
374
+ getappleGuqingXyzV1alpha1Apple(name, options) {
375
+ return AppleGuqingXyzV1alpha1AppleApiFp(this.configuration).getappleGuqingXyzV1alpha1Apple(name, options).then((request) => request(this.axios, this.basePath));
344
376
  }
345
- listcoreHaloRunV1alpha1Link(page, size, sort, options) {
346
- return CoreHaloRunV1alpha1LinkApiFp(this.configuration).listcoreHaloRunV1alpha1Link(page, size, sort, options).then((request) => request(this.axios, this.basePath));
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
- updatecoreHaloRunV1alpha1Link(name, link, options) {
349
- return CoreHaloRunV1alpha1LinkApiFp(this.configuration).updatecoreHaloRunV1alpha1Link(name, link, options).then((request) => request(this.axios, this.basePath));
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 CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration) {
384
+ const ApplesControllerApiAxiosParamCreator = function(configuration) {
353
385
  return {
354
- createcoreHaloRunV1alpha1LinkGroup: async (linkGroup, options = {}) => {
355
- const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups`;
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(linkGroup, localVarRequestOptions, configuration);
444
+ localVarRequestOptions.data = serializeDataIfNeeded(link, localVarRequestOptions, configuration);
369
445
  return {
370
446
  url: toPathString(localVarUrlObj),
371
447
  options: localVarRequestOptions
372
448
  };
373
449
  },
374
- deletecoreHaloRunV1alpha1LinkGroup: async (name, options = {}) => {
375
- assertParamExists("deletecoreHaloRunV1alpha1LinkGroup", "name", name);
376
- const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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
- getcoreHaloRunV1alpha1LinkGroup: async (name, options = {}) => {
394
- assertParamExists("getcoreHaloRunV1alpha1LinkGroup", "name", name);
395
- const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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
- listcoreHaloRunV1alpha1LinkGroup: async (page, size, sort, options = {}) => {
413
- const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups`;
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
- updatecoreHaloRunV1alpha1LinkGroup: async (name, linkGroup, options = {}) => {
440
- assertParamExists("updatecoreHaloRunV1alpha1LinkGroup", "name", name);
441
- const localVarPath = `/apis/core.halo.run/v1alpha1/linkgroups/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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(linkGroup, localVarRequestOptions, configuration);
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 CoreHaloRunV1alpha1LinkGroupApiFp = function(configuration) {
463
- const localVarAxiosParamCreator = CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator(configuration);
538
+ const CoreHaloRunV1alpha1LinkApiFp = function(configuration) {
539
+ const localVarAxiosParamCreator = CoreHaloRunV1alpha1LinkApiAxiosParamCreator(configuration);
464
540
  return {
465
- async createcoreHaloRunV1alpha1LinkGroup(linkGroup, options) {
466
- const localVarAxiosArgs = await localVarAxiosParamCreator.createcoreHaloRunV1alpha1LinkGroup(linkGroup, options);
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 deletecoreHaloRunV1alpha1LinkGroup(name, options) {
470
- const localVarAxiosArgs = await localVarAxiosParamCreator.deletecoreHaloRunV1alpha1LinkGroup(name, options);
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 getcoreHaloRunV1alpha1LinkGroup(name, options) {
474
- const localVarAxiosArgs = await localVarAxiosParamCreator.getcoreHaloRunV1alpha1LinkGroup(name, options);
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 listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options) {
478
- const localVarAxiosArgs = await localVarAxiosParamCreator.listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options);
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 updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options) {
482
- const localVarAxiosArgs = await localVarAxiosParamCreator.updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options);
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 CoreHaloRunV1alpha1LinkGroupApiFactory = function(configuration, basePath, axios) {
488
- const localVarFp = CoreHaloRunV1alpha1LinkGroupApiFp(configuration);
563
+ const CoreHaloRunV1alpha1LinkApiFactory = function(configuration, basePath, axios) {
564
+ const localVarFp = CoreHaloRunV1alpha1LinkApiFp(configuration);
489
565
  return {
490
- createcoreHaloRunV1alpha1LinkGroup(linkGroup, options) {
491
- return localVarFp.createcoreHaloRunV1alpha1LinkGroup(linkGroup, options).then((request) => request(axios, basePath));
566
+ createcoreHaloRunV1alpha1Link(link, options) {
567
+ return localVarFp.createcoreHaloRunV1alpha1Link(link, options).then((request) => request(axios, basePath));
492
568
  },
493
- deletecoreHaloRunV1alpha1LinkGroup(name, options) {
494
- return localVarFp.deletecoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(axios, basePath));
569
+ deletecoreHaloRunV1alpha1Link(name, options) {
570
+ return localVarFp.deletecoreHaloRunV1alpha1Link(name, options).then((request) => request(axios, basePath));
495
571
  },
496
- getcoreHaloRunV1alpha1LinkGroup(name, options) {
497
- return localVarFp.getcoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(axios, basePath));
572
+ getcoreHaloRunV1alpha1Link(name, options) {
573
+ return localVarFp.getcoreHaloRunV1alpha1Link(name, options).then((request) => request(axios, basePath));
498
574
  },
499
- listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options) {
500
- return localVarFp.listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options).then((request) => request(axios, basePath));
575
+ listcoreHaloRunV1alpha1Link(page, size, sort, options) {
576
+ return localVarFp.listcoreHaloRunV1alpha1Link(page, size, sort, options).then((request) => request(axios, basePath));
501
577
  },
502
- updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options) {
503
- return localVarFp.updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options).then((request) => request(axios, basePath));
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 CoreHaloRunV1alpha1LinkGroupApi extends BaseAPI {
508
- createcoreHaloRunV1alpha1LinkGroup(linkGroup, options) {
509
- return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).createcoreHaloRunV1alpha1LinkGroup(linkGroup, options).then((request) => request(this.axios, this.basePath));
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
- deletecoreHaloRunV1alpha1LinkGroup(name, options) {
512
- return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).deletecoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(this.axios, this.basePath));
587
+ deletecoreHaloRunV1alpha1Link(name, options) {
588
+ return CoreHaloRunV1alpha1LinkApiFp(this.configuration).deletecoreHaloRunV1alpha1Link(name, options).then((request) => request(this.axios, this.basePath));
513
589
  }
514
- getcoreHaloRunV1alpha1LinkGroup(name, options) {
515
- return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).getcoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(this.axios, this.basePath));
590
+ getcoreHaloRunV1alpha1Link(name, options) {
591
+ return CoreHaloRunV1alpha1LinkApiFp(this.configuration).getcoreHaloRunV1alpha1Link(name, options).then((request) => request(this.axios, this.basePath));
516
592
  }
517
- listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options) {
518
- return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options).then((request) => request(this.axios, this.basePath));
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
- updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options) {
521
- return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).updatecoreHaloRunV1alpha1LinkGroup(name, linkGroup, options).then((request) => request(this.axios, this.basePath));
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 CoreHaloRunV1alpha1PostApiAxiosParamCreator = function(configuration) {
600
+ const CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator = function(configuration) {
525
601
  return {
526
- createcoreHaloRunV1alpha1Post: async (post, options = {}) => {
527
- const localVarPath = `/apis/core.halo.run/v1alpha1/posts`;
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(post, localVarRequestOptions, configuration);
616
+ localVarRequestOptions.data = serializeDataIfNeeded(linkGroup, localVarRequestOptions, configuration);
541
617
  return {
542
618
  url: toPathString(localVarUrlObj),
543
619
  options: localVarRequestOptions
544
620
  };
545
621
  },
546
- deletecoreHaloRunV1alpha1Post: async (name, options = {}) => {
547
- assertParamExists("deletecoreHaloRunV1alpha1Post", "name", name);
548
- const localVarPath = `/apis/core.halo.run/v1alpha1/posts/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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
- getcoreHaloRunV1alpha1Post: async (name, options = {}) => {
566
- assertParamExists("getcoreHaloRunV1alpha1Post", "name", name);
567
- const localVarPath = `/apis/core.halo.run/v1alpha1/posts/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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
- listcoreHaloRunV1alpha1Post: async (page, size, sort, options = {}) => {
585
- const localVarPath = `/apis/core.halo.run/v1alpha1/posts`;
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
- updatecoreHaloRunV1alpha1Post: async (name, post, options = {}) => {
612
- assertParamExists("updatecoreHaloRunV1alpha1Post", "name", name);
613
- const localVarPath = `/apis/core.halo.run/v1alpha1/posts/{name}`.replace(`{${"name"}}`, encodeURIComponent(String(name)));
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(post, localVarRequestOptions, configuration);
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 CoreHaloRunV1alpha1PostApiFp = function(configuration) {
635
- const localVarAxiosParamCreator = CoreHaloRunV1alpha1PostApiAxiosParamCreator(configuration);
710
+ const CoreHaloRunV1alpha1LinkGroupApiFp = function(configuration) {
711
+ const localVarAxiosParamCreator = CoreHaloRunV1alpha1LinkGroupApiAxiosParamCreator(configuration);
636
712
  return {
637
- async createcoreHaloRunV1alpha1Post(post, options) {
638
- const localVarAxiosArgs = await localVarAxiosParamCreator.createcoreHaloRunV1alpha1Post(post, options);
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 deletecoreHaloRunV1alpha1Post(name, options) {
642
- const localVarAxiosArgs = await localVarAxiosParamCreator.deletecoreHaloRunV1alpha1Post(name, options);
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 getcoreHaloRunV1alpha1Post(name, options) {
646
- const localVarAxiosArgs = await localVarAxiosParamCreator.getcoreHaloRunV1alpha1Post(name, options);
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 listcoreHaloRunV1alpha1Post(page, size, sort, options) {
650
- const localVarAxiosArgs = await localVarAxiosParamCreator.listcoreHaloRunV1alpha1Post(page, size, sort, options);
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 updatecoreHaloRunV1alpha1Post(name, post, options) {
654
- const localVarAxiosArgs = await localVarAxiosParamCreator.updatecoreHaloRunV1alpha1Post(name, post, options);
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 CoreHaloRunV1alpha1PostApiFactory = function(configuration, basePath, axios) {
660
- const localVarFp = CoreHaloRunV1alpha1PostApiFp(configuration);
735
+ const CoreHaloRunV1alpha1LinkGroupApiFactory = function(configuration, basePath, axios) {
736
+ const localVarFp = CoreHaloRunV1alpha1LinkGroupApiFp(configuration);
661
737
  return {
662
- createcoreHaloRunV1alpha1Post(post, options) {
663
- return localVarFp.createcoreHaloRunV1alpha1Post(post, options).then((request) => request(axios, basePath));
738
+ createcoreHaloRunV1alpha1LinkGroup(linkGroup, options) {
739
+ return localVarFp.createcoreHaloRunV1alpha1LinkGroup(linkGroup, options).then((request) => request(axios, basePath));
664
740
  },
665
- deletecoreHaloRunV1alpha1Post(name, options) {
666
- return localVarFp.deletecoreHaloRunV1alpha1Post(name, options).then((request) => request(axios, basePath));
741
+ deletecoreHaloRunV1alpha1LinkGroup(name, options) {
742
+ return localVarFp.deletecoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(axios, basePath));
667
743
  },
668
- getcoreHaloRunV1alpha1Post(name, options) {
669
- return localVarFp.getcoreHaloRunV1alpha1Post(name, options).then((request) => request(axios, basePath));
744
+ getcoreHaloRunV1alpha1LinkGroup(name, options) {
745
+ return localVarFp.getcoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(axios, basePath));
670
746
  },
671
- listcoreHaloRunV1alpha1Post(page, size, sort, options) {
672
- return localVarFp.listcoreHaloRunV1alpha1Post(page, size, sort, options).then((request) => request(axios, basePath));
747
+ listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options) {
748
+ return localVarFp.listcoreHaloRunV1alpha1LinkGroup(page, size, sort, options).then((request) => request(axios, basePath));
673
749
  },
674
- updatecoreHaloRunV1alpha1Post(name, post, options) {
675
- return localVarFp.updatecoreHaloRunV1alpha1Post(name, post, options).then((request) => request(axios, basePath));
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 CoreHaloRunV1alpha1PostApi extends BaseAPI {
680
- createcoreHaloRunV1alpha1Post(post, options) {
681
- return CoreHaloRunV1alpha1PostApiFp(this.configuration).createcoreHaloRunV1alpha1Post(post, options).then((request) => request(this.axios, this.basePath));
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
- deletecoreHaloRunV1alpha1Post(name, options) {
684
- return CoreHaloRunV1alpha1PostApiFp(this.configuration).deletecoreHaloRunV1alpha1Post(name, options).then((request) => request(this.axios, this.basePath));
759
+ deletecoreHaloRunV1alpha1LinkGroup(name, options) {
760
+ return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).deletecoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(this.axios, this.basePath));
685
761
  }
686
- getcoreHaloRunV1alpha1Post(name, options) {
687
- return CoreHaloRunV1alpha1PostApiFp(this.configuration).getcoreHaloRunV1alpha1Post(name, options).then((request) => request(this.axios, this.basePath));
762
+ getcoreHaloRunV1alpha1LinkGroup(name, options) {
763
+ return CoreHaloRunV1alpha1LinkGroupApiFp(this.configuration).getcoreHaloRunV1alpha1LinkGroup(name, options).then((request) => request(this.axios, this.basePath));
688
764
  }
689
- listcoreHaloRunV1alpha1Post(page, size, sort, options) {
690
- return CoreHaloRunV1alpha1PostApiFp(this.configuration).listcoreHaloRunV1alpha1Post(page, size, sort, options).then((request) => request(this.axios, this.basePath));
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
- updatecoreHaloRunV1alpha1Post(name, post, options) {
693
- return CoreHaloRunV1alpha1PostApiFp(this.configuration).updatecoreHaloRunV1alpha1Post(name, post, options).then((request) => request(this.axios, this.basePath));
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;