@gizone/rrs-client 4.2.9-alpha.515 → 4.2.9-alpha.517
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/apis/app-auth-api.ts +0 -248
- package/apis/auth-api.ts +0 -496
- package/dist/apis/app-auth-api.d.ts +0 -100
- package/dist/apis/app-auth-api.js +0 -232
- package/dist/apis/auth-api.d.ts +0 -200
- package/dist/apis/auth-api.js +0 -464
- package/dist/esm/apis/app-auth-api.d.ts +0 -100
- package/dist/esm/apis/app-auth-api.js +0 -232
- package/dist/esm/apis/auth-api.d.ts +0 -200
- package/dist/esm/apis/auth-api.js +0 -464
- package/dist/esm/models/violation-decision-vo.d.ts +0 -12
- package/dist/esm/models/violation-work-order-add-vo.d.ts +0 -6
- package/dist/esm/models/violation-work-order-info.d.ts +0 -12
- package/dist/models/violation-decision-vo.d.ts +0 -12
- package/dist/models/violation-work-order-add-vo.d.ts +0 -6
- package/dist/models/violation-work-order-info.d.ts +0 -12
- package/models/violation-decision-vo.ts +0 -12
- package/models/violation-work-order-add-vo.ts +0 -6
- package/models/violation-work-order-info.ts +0 -12
- package/package.json +1 -1
package/apis/auth-api.ts
CHANGED
|
@@ -403,138 +403,6 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
403
403
|
|
|
404
404
|
|
|
405
405
|
|
|
406
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
407
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
408
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
409
|
-
|
|
410
|
-
return {
|
|
411
|
-
url: toPathString(localVarUrlObj),
|
|
412
|
-
options: localVarRequestOptions,
|
|
413
|
-
};
|
|
414
|
-
},
|
|
415
|
-
/**
|
|
416
|
-
*
|
|
417
|
-
* @param {*} [options] Override http request option.
|
|
418
|
-
* @throws {RequiredError}
|
|
419
|
-
*/
|
|
420
|
-
fusionGetToken: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
421
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
422
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
423
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
424
|
-
let baseOptions;
|
|
425
|
-
if (configuration) {
|
|
426
|
-
baseOptions = configuration.baseOptions;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
430
|
-
const localVarHeaderParameter = {} as any;
|
|
431
|
-
const localVarQueryParameter = {} as any;
|
|
432
|
-
|
|
433
|
-
// authentication tokenScheme required
|
|
434
|
-
// http bearer authentication required
|
|
435
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
440
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
441
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
442
|
-
|
|
443
|
-
return {
|
|
444
|
-
url: toPathString(localVarUrlObj),
|
|
445
|
-
options: localVarRequestOptions,
|
|
446
|
-
};
|
|
447
|
-
},
|
|
448
|
-
/**
|
|
449
|
-
*
|
|
450
|
-
* @param {*} [options] Override http request option.
|
|
451
|
-
* @throws {RequiredError}
|
|
452
|
-
*/
|
|
453
|
-
fusionGetToken1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
454
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
455
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
456
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
457
|
-
let baseOptions;
|
|
458
|
-
if (configuration) {
|
|
459
|
-
baseOptions = configuration.baseOptions;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
463
|
-
const localVarHeaderParameter = {} as any;
|
|
464
|
-
const localVarQueryParameter = {} as any;
|
|
465
|
-
|
|
466
|
-
// authentication tokenScheme required
|
|
467
|
-
// http bearer authentication required
|
|
468
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
473
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
474
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
475
|
-
|
|
476
|
-
return {
|
|
477
|
-
url: toPathString(localVarUrlObj),
|
|
478
|
-
options: localVarRequestOptions,
|
|
479
|
-
};
|
|
480
|
-
},
|
|
481
|
-
/**
|
|
482
|
-
*
|
|
483
|
-
* @param {*} [options] Override http request option.
|
|
484
|
-
* @throws {RequiredError}
|
|
485
|
-
*/
|
|
486
|
-
fusionGetToken2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
487
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
488
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
489
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
490
|
-
let baseOptions;
|
|
491
|
-
if (configuration) {
|
|
492
|
-
baseOptions = configuration.baseOptions;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
496
|
-
const localVarHeaderParameter = {} as any;
|
|
497
|
-
const localVarQueryParameter = {} as any;
|
|
498
|
-
|
|
499
|
-
// authentication tokenScheme required
|
|
500
|
-
// http bearer authentication required
|
|
501
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
506
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
507
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
508
|
-
|
|
509
|
-
return {
|
|
510
|
-
url: toPathString(localVarUrlObj),
|
|
511
|
-
options: localVarRequestOptions,
|
|
512
|
-
};
|
|
513
|
-
},
|
|
514
|
-
/**
|
|
515
|
-
*
|
|
516
|
-
* @param {*} [options] Override http request option.
|
|
517
|
-
* @throws {RequiredError}
|
|
518
|
-
*/
|
|
519
|
-
fusionGetToken3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
520
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
521
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
522
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
523
|
-
let baseOptions;
|
|
524
|
-
if (configuration) {
|
|
525
|
-
baseOptions = configuration.baseOptions;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
529
|
-
const localVarHeaderParameter = {} as any;
|
|
530
|
-
const localVarQueryParameter = {} as any;
|
|
531
|
-
|
|
532
|
-
// authentication tokenScheme required
|
|
533
|
-
// http bearer authentication required
|
|
534
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
406
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
539
407
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
540
408
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -829,138 +697,6 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
829
697
|
|
|
830
698
|
|
|
831
699
|
|
|
832
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
833
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
834
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
835
|
-
|
|
836
|
-
return {
|
|
837
|
-
url: toPathString(localVarUrlObj),
|
|
838
|
-
options: localVarRequestOptions,
|
|
839
|
-
};
|
|
840
|
-
},
|
|
841
|
-
/**
|
|
842
|
-
*
|
|
843
|
-
* @param {*} [options] Override http request option.
|
|
844
|
-
* @throws {RequiredError}
|
|
845
|
-
*/
|
|
846
|
-
getTokenByHttp: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
847
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
848
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
849
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
850
|
-
let baseOptions;
|
|
851
|
-
if (configuration) {
|
|
852
|
-
baseOptions = configuration.baseOptions;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
856
|
-
const localVarHeaderParameter = {} as any;
|
|
857
|
-
const localVarQueryParameter = {} as any;
|
|
858
|
-
|
|
859
|
-
// authentication tokenScheme required
|
|
860
|
-
// http bearer authentication required
|
|
861
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
866
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
867
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
868
|
-
|
|
869
|
-
return {
|
|
870
|
-
url: toPathString(localVarUrlObj),
|
|
871
|
-
options: localVarRequestOptions,
|
|
872
|
-
};
|
|
873
|
-
},
|
|
874
|
-
/**
|
|
875
|
-
*
|
|
876
|
-
* @param {*} [options] Override http request option.
|
|
877
|
-
* @throws {RequiredError}
|
|
878
|
-
*/
|
|
879
|
-
getTokenByHttp1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
880
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
881
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
882
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
883
|
-
let baseOptions;
|
|
884
|
-
if (configuration) {
|
|
885
|
-
baseOptions = configuration.baseOptions;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
889
|
-
const localVarHeaderParameter = {} as any;
|
|
890
|
-
const localVarQueryParameter = {} as any;
|
|
891
|
-
|
|
892
|
-
// authentication tokenScheme required
|
|
893
|
-
// http bearer authentication required
|
|
894
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
899
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
900
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
901
|
-
|
|
902
|
-
return {
|
|
903
|
-
url: toPathString(localVarUrlObj),
|
|
904
|
-
options: localVarRequestOptions,
|
|
905
|
-
};
|
|
906
|
-
},
|
|
907
|
-
/**
|
|
908
|
-
*
|
|
909
|
-
* @param {*} [options] Override http request option.
|
|
910
|
-
* @throws {RequiredError}
|
|
911
|
-
*/
|
|
912
|
-
getTokenByHttp2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
913
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
914
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
915
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
916
|
-
let baseOptions;
|
|
917
|
-
if (configuration) {
|
|
918
|
-
baseOptions = configuration.baseOptions;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
922
|
-
const localVarHeaderParameter = {} as any;
|
|
923
|
-
const localVarQueryParameter = {} as any;
|
|
924
|
-
|
|
925
|
-
// authentication tokenScheme required
|
|
926
|
-
// http bearer authentication required
|
|
927
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
932
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
933
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
934
|
-
|
|
935
|
-
return {
|
|
936
|
-
url: toPathString(localVarUrlObj),
|
|
937
|
-
options: localVarRequestOptions,
|
|
938
|
-
};
|
|
939
|
-
},
|
|
940
|
-
/**
|
|
941
|
-
*
|
|
942
|
-
* @param {*} [options] Override http request option.
|
|
943
|
-
* @throws {RequiredError}
|
|
944
|
-
*/
|
|
945
|
-
getTokenByHttp3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
946
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
947
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
948
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
949
|
-
let baseOptions;
|
|
950
|
-
if (configuration) {
|
|
951
|
-
baseOptions = configuration.baseOptions;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
955
|
-
const localVarHeaderParameter = {} as any;
|
|
956
|
-
const localVarQueryParameter = {} as any;
|
|
957
|
-
|
|
958
|
-
// authentication tokenScheme required
|
|
959
|
-
// http bearer authentication required
|
|
960
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
700
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
965
701
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
966
702
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1498,50 +1234,6 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1498
1234
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.code']?.[localVarOperationServerIndex]?.url;
|
|
1499
1235
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1500
1236
|
},
|
|
1501
|
-
/**
|
|
1502
|
-
*
|
|
1503
|
-
* @param {*} [options] Override http request option.
|
|
1504
|
-
* @throws {RequiredError}
|
|
1505
|
-
*/
|
|
1506
|
-
async fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1507
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken(options);
|
|
1508
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1509
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken']?.[localVarOperationServerIndex]?.url;
|
|
1510
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1511
|
-
},
|
|
1512
|
-
/**
|
|
1513
|
-
*
|
|
1514
|
-
* @param {*} [options] Override http request option.
|
|
1515
|
-
* @throws {RequiredError}
|
|
1516
|
-
*/
|
|
1517
|
-
async fusionGetToken1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1518
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken1(options);
|
|
1519
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1520
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken1']?.[localVarOperationServerIndex]?.url;
|
|
1521
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1522
|
-
},
|
|
1523
|
-
/**
|
|
1524
|
-
*
|
|
1525
|
-
* @param {*} [options] Override http request option.
|
|
1526
|
-
* @throws {RequiredError}
|
|
1527
|
-
*/
|
|
1528
|
-
async fusionGetToken2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1529
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken2(options);
|
|
1530
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1531
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken2']?.[localVarOperationServerIndex]?.url;
|
|
1532
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1533
|
-
},
|
|
1534
|
-
/**
|
|
1535
|
-
*
|
|
1536
|
-
* @param {*} [options] Override http request option.
|
|
1537
|
-
* @throws {RequiredError}
|
|
1538
|
-
*/
|
|
1539
|
-
async fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1540
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken3(options);
|
|
1541
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1542
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken3']?.[localVarOperationServerIndex]?.url;
|
|
1543
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1544
|
-
},
|
|
1545
1237
|
/**
|
|
1546
1238
|
*
|
|
1547
1239
|
* @param {*} [options] Override http request option.
|
|
@@ -1631,50 +1323,6 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1631
1323
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRoutersAll']?.[localVarOperationServerIndex]?.url;
|
|
1632
1324
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1633
1325
|
},
|
|
1634
|
-
/**
|
|
1635
|
-
*
|
|
1636
|
-
* @param {*} [options] Override http request option.
|
|
1637
|
-
* @throws {RequiredError}
|
|
1638
|
-
*/
|
|
1639
|
-
async getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1640
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp(options);
|
|
1641
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1642
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp']?.[localVarOperationServerIndex]?.url;
|
|
1643
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1644
|
-
},
|
|
1645
|
-
/**
|
|
1646
|
-
*
|
|
1647
|
-
* @param {*} [options] Override http request option.
|
|
1648
|
-
* @throws {RequiredError}
|
|
1649
|
-
*/
|
|
1650
|
-
async getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1651
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp1(options);
|
|
1652
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1653
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp1']?.[localVarOperationServerIndex]?.url;
|
|
1654
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1655
|
-
},
|
|
1656
|
-
/**
|
|
1657
|
-
*
|
|
1658
|
-
* @param {*} [options] Override http request option.
|
|
1659
|
-
* @throws {RequiredError}
|
|
1660
|
-
*/
|
|
1661
|
-
async getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1662
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp2(options);
|
|
1663
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1664
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp2']?.[localVarOperationServerIndex]?.url;
|
|
1665
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1666
|
-
},
|
|
1667
|
-
/**
|
|
1668
|
-
*
|
|
1669
|
-
* @param {*} [options] Override http request option.
|
|
1670
|
-
* @throws {RequiredError}
|
|
1671
|
-
*/
|
|
1672
|
-
async getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1673
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp3(options);
|
|
1674
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1675
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp3']?.[localVarOperationServerIndex]?.url;
|
|
1676
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1677
|
-
},
|
|
1678
1326
|
/**
|
|
1679
1327
|
*
|
|
1680
1328
|
* @summary 获取用户信息
|
|
@@ -1900,38 +1548,6 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1900
1548
|
code(requestParameters: AuthApiCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1901
1549
|
return localVarFp.code(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1902
1550
|
},
|
|
1903
|
-
/**
|
|
1904
|
-
*
|
|
1905
|
-
* @param {*} [options] Override http request option.
|
|
1906
|
-
* @throws {RequiredError}
|
|
1907
|
-
*/
|
|
1908
|
-
fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1909
|
-
return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
|
|
1910
|
-
},
|
|
1911
|
-
/**
|
|
1912
|
-
*
|
|
1913
|
-
* @param {*} [options] Override http request option.
|
|
1914
|
-
* @throws {RequiredError}
|
|
1915
|
-
*/
|
|
1916
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1917
|
-
return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
|
|
1918
|
-
},
|
|
1919
|
-
/**
|
|
1920
|
-
*
|
|
1921
|
-
* @param {*} [options] Override http request option.
|
|
1922
|
-
* @throws {RequiredError}
|
|
1923
|
-
*/
|
|
1924
|
-
fusionGetToken2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1925
|
-
return localVarFp.fusionGetToken2(options).then((request) => request(axios, basePath));
|
|
1926
|
-
},
|
|
1927
|
-
/**
|
|
1928
|
-
*
|
|
1929
|
-
* @param {*} [options] Override http request option.
|
|
1930
|
-
* @throws {RequiredError}
|
|
1931
|
-
*/
|
|
1932
|
-
fusionGetToken3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1933
|
-
return localVarFp.fusionGetToken3(options).then((request) => request(axios, basePath));
|
|
1934
|
-
},
|
|
1935
1551
|
/**
|
|
1936
1552
|
*
|
|
1937
1553
|
* @param {*} [options] Override http request option.
|
|
@@ -1995,38 +1611,6 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1995
1611
|
getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1996
1612
|
return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
|
|
1997
1613
|
},
|
|
1998
|
-
/**
|
|
1999
|
-
*
|
|
2000
|
-
* @param {*} [options] Override http request option.
|
|
2001
|
-
* @throws {RequiredError}
|
|
2002
|
-
*/
|
|
2003
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2004
|
-
return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
|
|
2005
|
-
},
|
|
2006
|
-
/**
|
|
2007
|
-
*
|
|
2008
|
-
* @param {*} [options] Override http request option.
|
|
2009
|
-
* @throws {RequiredError}
|
|
2010
|
-
*/
|
|
2011
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2012
|
-
return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
|
|
2013
|
-
},
|
|
2014
|
-
/**
|
|
2015
|
-
*
|
|
2016
|
-
* @param {*} [options] Override http request option.
|
|
2017
|
-
* @throws {RequiredError}
|
|
2018
|
-
*/
|
|
2019
|
-
getTokenByHttp2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2020
|
-
return localVarFp.getTokenByHttp2(options).then((request) => request(axios, basePath));
|
|
2021
|
-
},
|
|
2022
|
-
/**
|
|
2023
|
-
*
|
|
2024
|
-
* @param {*} [options] Override http request option.
|
|
2025
|
-
* @throws {RequiredError}
|
|
2026
|
-
*/
|
|
2027
|
-
getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2028
|
-
return localVarFp.getTokenByHttp3(options).then((request) => request(axios, basePath));
|
|
2029
|
-
},
|
|
2030
1614
|
/**
|
|
2031
1615
|
*
|
|
2032
1616
|
* @summary 获取用户信息
|
|
@@ -2582,46 +2166,6 @@ export class AuthApi extends BaseAPI {
|
|
|
2582
2166
|
return AuthApiFp(this.configuration).code(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
2583
2167
|
}
|
|
2584
2168
|
|
|
2585
|
-
/**
|
|
2586
|
-
*
|
|
2587
|
-
* @param {*} [options] Override http request option.
|
|
2588
|
-
* @throws {RequiredError}
|
|
2589
|
-
* @memberof AuthApi
|
|
2590
|
-
*/
|
|
2591
|
-
public fusionGetToken(options?: RawAxiosRequestConfig) {
|
|
2592
|
-
return AuthApiFp(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
|
|
2593
|
-
}
|
|
2594
|
-
|
|
2595
|
-
/**
|
|
2596
|
-
*
|
|
2597
|
-
* @param {*} [options] Override http request option.
|
|
2598
|
-
* @throws {RequiredError}
|
|
2599
|
-
* @memberof AuthApi
|
|
2600
|
-
*/
|
|
2601
|
-
public fusionGetToken1(options?: RawAxiosRequestConfig) {
|
|
2602
|
-
return AuthApiFp(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
/**
|
|
2606
|
-
*
|
|
2607
|
-
* @param {*} [options] Override http request option.
|
|
2608
|
-
* @throws {RequiredError}
|
|
2609
|
-
* @memberof AuthApi
|
|
2610
|
-
*/
|
|
2611
|
-
public fusionGetToken2(options?: RawAxiosRequestConfig) {
|
|
2612
|
-
return AuthApiFp(this.configuration).fusionGetToken2(options).then((request) => request(this.axios, this.basePath));
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
/**
|
|
2616
|
-
*
|
|
2617
|
-
* @param {*} [options] Override http request option.
|
|
2618
|
-
* @throws {RequiredError}
|
|
2619
|
-
* @memberof AuthApi
|
|
2620
|
-
*/
|
|
2621
|
-
public fusionGetToken3(options?: RawAxiosRequestConfig) {
|
|
2622
|
-
return AuthApiFp(this.configuration).fusionGetToken3(options).then((request) => request(this.axios, this.basePath));
|
|
2623
|
-
}
|
|
2624
|
-
|
|
2625
2169
|
/**
|
|
2626
2170
|
*
|
|
2627
2171
|
* @param {*} [options] Override http request option.
|
|
@@ -2699,46 +2243,6 @@ export class AuthApi extends BaseAPI {
|
|
|
2699
2243
|
return AuthApiFp(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
|
|
2700
2244
|
}
|
|
2701
2245
|
|
|
2702
|
-
/**
|
|
2703
|
-
*
|
|
2704
|
-
* @param {*} [options] Override http request option.
|
|
2705
|
-
* @throws {RequiredError}
|
|
2706
|
-
* @memberof AuthApi
|
|
2707
|
-
*/
|
|
2708
|
-
public getTokenByHttp(options?: RawAxiosRequestConfig) {
|
|
2709
|
-
return AuthApiFp(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
/**
|
|
2713
|
-
*
|
|
2714
|
-
* @param {*} [options] Override http request option.
|
|
2715
|
-
* @throws {RequiredError}
|
|
2716
|
-
* @memberof AuthApi
|
|
2717
|
-
*/
|
|
2718
|
-
public getTokenByHttp1(options?: RawAxiosRequestConfig) {
|
|
2719
|
-
return AuthApiFp(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
/**
|
|
2723
|
-
*
|
|
2724
|
-
* @param {*} [options] Override http request option.
|
|
2725
|
-
* @throws {RequiredError}
|
|
2726
|
-
* @memberof AuthApi
|
|
2727
|
-
*/
|
|
2728
|
-
public getTokenByHttp2(options?: RawAxiosRequestConfig) {
|
|
2729
|
-
return AuthApiFp(this.configuration).getTokenByHttp2(options).then((request) => request(this.axios, this.basePath));
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
/**
|
|
2733
|
-
*
|
|
2734
|
-
* @param {*} [options] Override http request option.
|
|
2735
|
-
* @throws {RequiredError}
|
|
2736
|
-
* @memberof AuthApi
|
|
2737
|
-
*/
|
|
2738
|
-
public getTokenByHttp3(options?: RawAxiosRequestConfig) {
|
|
2739
|
-
return AuthApiFp(this.configuration).getTokenByHttp3(options).then((request) => request(this.axios, this.basePath));
|
|
2740
|
-
}
|
|
2741
|
-
|
|
2742
2246
|
/**
|
|
2743
2247
|
*
|
|
2744
2248
|
* @summary 获取用户信息
|