@gizone/rrs-client 4.2.9-alpha.514 → 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.
@@ -324,114 +324,6 @@ export const AuthApiAxiosParamCreator = function (configuration) {
324
324
  options: localVarRequestOptions,
325
325
  };
326
326
  }),
327
- /**
328
- *
329
- * @param {*} [options] Override http request option.
330
- * @throws {RequiredError}
331
- */
332
- fusionGetToken: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
333
- const localVarPath = `/miniapp/auth/getToken`;
334
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
335
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
336
- let baseOptions;
337
- if (configuration) {
338
- baseOptions = configuration.baseOptions;
339
- }
340
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
341
- const localVarHeaderParameter = {};
342
- const localVarQueryParameter = {};
343
- // authentication tokenScheme required
344
- // http bearer authentication required
345
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
346
- setSearchParams(localVarUrlObj, localVarQueryParameter);
347
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
348
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
349
- return {
350
- url: toPathString(localVarUrlObj),
351
- options: localVarRequestOptions,
352
- };
353
- }),
354
- /**
355
- *
356
- * @param {*} [options] Override http request option.
357
- * @throws {RequiredError}
358
- */
359
- fusionGetToken1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
360
- const localVarPath = `/miniapp/auth/getToken`;
361
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
362
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
363
- let baseOptions;
364
- if (configuration) {
365
- baseOptions = configuration.baseOptions;
366
- }
367
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
368
- const localVarHeaderParameter = {};
369
- const localVarQueryParameter = {};
370
- // authentication tokenScheme required
371
- // http bearer authentication required
372
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
373
- setSearchParams(localVarUrlObj, localVarQueryParameter);
374
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
375
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
376
- return {
377
- url: toPathString(localVarUrlObj),
378
- options: localVarRequestOptions,
379
- };
380
- }),
381
- /**
382
- *
383
- * @param {*} [options] Override http request option.
384
- * @throws {RequiredError}
385
- */
386
- fusionGetToken2: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
387
- const localVarPath = `/fusion/base/getToken`;
388
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
389
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
390
- let baseOptions;
391
- if (configuration) {
392
- baseOptions = configuration.baseOptions;
393
- }
394
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
395
- const localVarHeaderParameter = {};
396
- const localVarQueryParameter = {};
397
- // authentication tokenScheme required
398
- // http bearer authentication required
399
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
400
- setSearchParams(localVarUrlObj, localVarQueryParameter);
401
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
402
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
403
- return {
404
- url: toPathString(localVarUrlObj),
405
- options: localVarRequestOptions,
406
- };
407
- }),
408
- /**
409
- *
410
- * @param {*} [options] Override http request option.
411
- * @throws {RequiredError}
412
- */
413
- fusionGetToken3: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
414
- const localVarPath = `/fusion/base/getToken`;
415
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
416
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
417
- let baseOptions;
418
- if (configuration) {
419
- baseOptions = configuration.baseOptions;
420
- }
421
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
422
- const localVarHeaderParameter = {};
423
- const localVarQueryParameter = {};
424
- // authentication tokenScheme required
425
- // http bearer authentication required
426
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
427
- setSearchParams(localVarUrlObj, localVarQueryParameter);
428
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
429
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
430
- return {
431
- url: toPathString(localVarUrlObj),
432
- options: localVarRequestOptions,
433
- };
434
- }),
435
327
  /**
436
328
  *
437
329
  * @param {*} [options] Override http request option.
@@ -676,114 +568,6 @@ export const AuthApiAxiosParamCreator = function (configuration) {
676
568
  options: localVarRequestOptions,
677
569
  };
678
570
  }),
679
- /**
680
- *
681
- * @param {*} [options] Override http request option.
682
- * @throws {RequiredError}
683
- */
684
- getTokenByHttp: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
685
- const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
686
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
687
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
688
- let baseOptions;
689
- if (configuration) {
690
- baseOptions = configuration.baseOptions;
691
- }
692
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
693
- const localVarHeaderParameter = {};
694
- const localVarQueryParameter = {};
695
- // authentication tokenScheme required
696
- // http bearer authentication required
697
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
698
- setSearchParams(localVarUrlObj, localVarQueryParameter);
699
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
700
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
701
- return {
702
- url: toPathString(localVarUrlObj),
703
- options: localVarRequestOptions,
704
- };
705
- }),
706
- /**
707
- *
708
- * @param {*} [options] Override http request option.
709
- * @throws {RequiredError}
710
- */
711
- getTokenByHttp1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
712
- const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
713
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
714
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
715
- let baseOptions;
716
- if (configuration) {
717
- baseOptions = configuration.baseOptions;
718
- }
719
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
720
- const localVarHeaderParameter = {};
721
- const localVarQueryParameter = {};
722
- // authentication tokenScheme required
723
- // http bearer authentication required
724
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
725
- setSearchParams(localVarUrlObj, localVarQueryParameter);
726
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
727
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
728
- return {
729
- url: toPathString(localVarUrlObj),
730
- options: localVarRequestOptions,
731
- };
732
- }),
733
- /**
734
- *
735
- * @param {*} [options] Override http request option.
736
- * @throws {RequiredError}
737
- */
738
- getTokenByHttp2: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
739
- const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
740
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
741
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
742
- let baseOptions;
743
- if (configuration) {
744
- baseOptions = configuration.baseOptions;
745
- }
746
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
747
- const localVarHeaderParameter = {};
748
- const localVarQueryParameter = {};
749
- // authentication tokenScheme required
750
- // http bearer authentication required
751
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
752
- setSearchParams(localVarUrlObj, localVarQueryParameter);
753
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
754
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
755
- return {
756
- url: toPathString(localVarUrlObj),
757
- options: localVarRequestOptions,
758
- };
759
- }),
760
- /**
761
- *
762
- * @param {*} [options] Override http request option.
763
- * @throws {RequiredError}
764
- */
765
- getTokenByHttp3: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
766
- const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
767
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
768
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
769
- let baseOptions;
770
- if (configuration) {
771
- baseOptions = configuration.baseOptions;
772
- }
773
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
774
- const localVarHeaderParameter = {};
775
- const localVarQueryParameter = {};
776
- // authentication tokenScheme required
777
- // http bearer authentication required
778
- yield setBearerAuthToObject(localVarHeaderParameter, configuration);
779
- setSearchParams(localVarUrlObj, localVarQueryParameter);
780
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
781
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
782
- return {
783
- url: toPathString(localVarUrlObj),
784
- options: localVarRequestOptions,
785
- };
786
- }),
787
571
  /**
788
572
  *
789
573
  * @summary 获取用户信息
@@ -1268,62 +1052,6 @@ export const AuthApiFp = function (configuration) {
1268
1052
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1269
1053
  });
1270
1054
  },
1271
- /**
1272
- *
1273
- * @param {*} [options] Override http request option.
1274
- * @throws {RequiredError}
1275
- */
1276
- fusionGetToken(options) {
1277
- return __awaiter(this, void 0, void 0, function* () {
1278
- var _a, _b, _c;
1279
- const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken(options);
1280
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1281
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.fusionGetToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1282
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1283
- });
1284
- },
1285
- /**
1286
- *
1287
- * @param {*} [options] Override http request option.
1288
- * @throws {RequiredError}
1289
- */
1290
- fusionGetToken1(options) {
1291
- return __awaiter(this, void 0, void 0, function* () {
1292
- var _a, _b, _c;
1293
- const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken1(options);
1294
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1295
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.fusionGetToken1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1296
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1297
- });
1298
- },
1299
- /**
1300
- *
1301
- * @param {*} [options] Override http request option.
1302
- * @throws {RequiredError}
1303
- */
1304
- fusionGetToken2(options) {
1305
- return __awaiter(this, void 0, void 0, function* () {
1306
- var _a, _b, _c;
1307
- const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken2(options);
1308
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1309
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.fusionGetToken2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1310
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1311
- });
1312
- },
1313
- /**
1314
- *
1315
- * @param {*} [options] Override http request option.
1316
- * @throws {RequiredError}
1317
- */
1318
- fusionGetToken3(options) {
1319
- return __awaiter(this, void 0, void 0, function* () {
1320
- var _a, _b, _c;
1321
- const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken3(options);
1322
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1323
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.fusionGetToken3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1324
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1325
- });
1326
- },
1327
1055
  /**
1328
1056
  *
1329
1057
  * @param {*} [options] Override http request option.
@@ -1434,62 +1162,6 @@ export const AuthApiFp = function (configuration) {
1434
1162
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1435
1163
  });
1436
1164
  },
1437
- /**
1438
- *
1439
- * @param {*} [options] Override http request option.
1440
- * @throws {RequiredError}
1441
- */
1442
- getTokenByHttp(options) {
1443
- return __awaiter(this, void 0, void 0, function* () {
1444
- var _a, _b, _c;
1445
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp(options);
1446
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1447
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.getTokenByHttp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1448
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1449
- });
1450
- },
1451
- /**
1452
- *
1453
- * @param {*} [options] Override http request option.
1454
- * @throws {RequiredError}
1455
- */
1456
- getTokenByHttp1(options) {
1457
- return __awaiter(this, void 0, void 0, function* () {
1458
- var _a, _b, _c;
1459
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp1(options);
1460
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1461
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.getTokenByHttp1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1462
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1463
- });
1464
- },
1465
- /**
1466
- *
1467
- * @param {*} [options] Override http request option.
1468
- * @throws {RequiredError}
1469
- */
1470
- getTokenByHttp2(options) {
1471
- return __awaiter(this, void 0, void 0, function* () {
1472
- var _a, _b, _c;
1473
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp2(options);
1474
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1475
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.getTokenByHttp2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1476
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1477
- });
1478
- },
1479
- /**
1480
- *
1481
- * @param {*} [options] Override http request option.
1482
- * @throws {RequiredError}
1483
- */
1484
- getTokenByHttp3(options) {
1485
- return __awaiter(this, void 0, void 0, function* () {
1486
- var _a, _b, _c;
1487
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp3(options);
1488
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1489
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AuthApi.getTokenByHttp3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1490
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1491
- });
1492
- },
1493
1165
  /**
1494
1166
  *
1495
1167
  * @summary 获取用户信息
@@ -1744,38 +1416,6 @@ export const AuthApiFactory = function (configuration, basePath, axios) {
1744
1416
  code(requestParameters, options) {
1745
1417
  return localVarFp.code(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
1746
1418
  },
1747
- /**
1748
- *
1749
- * @param {*} [options] Override http request option.
1750
- * @throws {RequiredError}
1751
- */
1752
- fusionGetToken(options) {
1753
- return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
1754
- },
1755
- /**
1756
- *
1757
- * @param {*} [options] Override http request option.
1758
- * @throws {RequiredError}
1759
- */
1760
- fusionGetToken1(options) {
1761
- return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
1762
- },
1763
- /**
1764
- *
1765
- * @param {*} [options] Override http request option.
1766
- * @throws {RequiredError}
1767
- */
1768
- fusionGetToken2(options) {
1769
- return localVarFp.fusionGetToken2(options).then((request) => request(axios, basePath));
1770
- },
1771
- /**
1772
- *
1773
- * @param {*} [options] Override http request option.
1774
- * @throws {RequiredError}
1775
- */
1776
- fusionGetToken3(options) {
1777
- return localVarFp.fusionGetToken3(options).then((request) => request(axios, basePath));
1778
- },
1779
1419
  /**
1780
1420
  *
1781
1421
  * @param {*} [options] Override http request option.
@@ -1839,38 +1479,6 @@ export const AuthApiFactory = function (configuration, basePath, axios) {
1839
1479
  getRoutersAll(options) {
1840
1480
  return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
1841
1481
  },
1842
- /**
1843
- *
1844
- * @param {*} [options] Override http request option.
1845
- * @throws {RequiredError}
1846
- */
1847
- getTokenByHttp(options) {
1848
- return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
1849
- },
1850
- /**
1851
- *
1852
- * @param {*} [options] Override http request option.
1853
- * @throws {RequiredError}
1854
- */
1855
- getTokenByHttp1(options) {
1856
- return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
1857
- },
1858
- /**
1859
- *
1860
- * @param {*} [options] Override http request option.
1861
- * @throws {RequiredError}
1862
- */
1863
- getTokenByHttp2(options) {
1864
- return localVarFp.getTokenByHttp2(options).then((request) => request(axios, basePath));
1865
- },
1866
- /**
1867
- *
1868
- * @param {*} [options] Override http request option.
1869
- * @throws {RequiredError}
1870
- */
1871
- getTokenByHttp3(options) {
1872
- return localVarFp.getTokenByHttp3(options).then((request) => request(axios, basePath));
1873
- },
1874
1482
  /**
1875
1483
  *
1876
1484
  * @summary 获取用户信息
@@ -2073,42 +1681,6 @@ export class AuthApi extends BaseAPI {
2073
1681
  code(requestParameters, options) {
2074
1682
  return AuthApiFp(this.configuration).code(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
2075
1683
  }
2076
- /**
2077
- *
2078
- * @param {*} [options] Override http request option.
2079
- * @throws {RequiredError}
2080
- * @memberof AuthApi
2081
- */
2082
- fusionGetToken(options) {
2083
- return AuthApiFp(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
2084
- }
2085
- /**
2086
- *
2087
- * @param {*} [options] Override http request option.
2088
- * @throws {RequiredError}
2089
- * @memberof AuthApi
2090
- */
2091
- fusionGetToken1(options) {
2092
- return AuthApiFp(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
2093
- }
2094
- /**
2095
- *
2096
- * @param {*} [options] Override http request option.
2097
- * @throws {RequiredError}
2098
- * @memberof AuthApi
2099
- */
2100
- fusionGetToken2(options) {
2101
- return AuthApiFp(this.configuration).fusionGetToken2(options).then((request) => request(this.axios, this.basePath));
2102
- }
2103
- /**
2104
- *
2105
- * @param {*} [options] Override http request option.
2106
- * @throws {RequiredError}
2107
- * @memberof AuthApi
2108
- */
2109
- fusionGetToken3(options) {
2110
- return AuthApiFp(this.configuration).fusionGetToken3(options).then((request) => request(this.axios, this.basePath));
2111
- }
2112
1684
  /**
2113
1685
  *
2114
1686
  * @param {*} [options] Override http request option.
@@ -2179,42 +1751,6 @@ export class AuthApi extends BaseAPI {
2179
1751
  getRoutersAll(options) {
2180
1752
  return AuthApiFp(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
2181
1753
  }
2182
- /**
2183
- *
2184
- * @param {*} [options] Override http request option.
2185
- * @throws {RequiredError}
2186
- * @memberof AuthApi
2187
- */
2188
- getTokenByHttp(options) {
2189
- return AuthApiFp(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
2190
- }
2191
- /**
2192
- *
2193
- * @param {*} [options] Override http request option.
2194
- * @throws {RequiredError}
2195
- * @memberof AuthApi
2196
- */
2197
- getTokenByHttp1(options) {
2198
- return AuthApiFp(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
2199
- }
2200
- /**
2201
- *
2202
- * @param {*} [options] Override http request option.
2203
- * @throws {RequiredError}
2204
- * @memberof AuthApi
2205
- */
2206
- getTokenByHttp2(options) {
2207
- return AuthApiFp(this.configuration).getTokenByHttp2(options).then((request) => request(this.axios, this.basePath));
2208
- }
2209
- /**
2210
- *
2211
- * @param {*} [options] Override http request option.
2212
- * @throws {RequiredError}
2213
- * @memberof AuthApi
2214
- */
2215
- getTokenByHttp3(options) {
2216
- return AuthApiFp(this.configuration).getTokenByHttp3(options).then((request) => request(this.axios, this.basePath));
2217
- }
2218
1754
  /**
2219
1755
  *
2220
1756
  * @summary 获取用户信息
@@ -71,16 +71,4 @@ export interface ViolationDecisionVo {
71
71
  * @memberof ViolationDecisionVo
72
72
  */
73
73
  'claimAmount'?: number;
74
- /**
75
- * 举证说明
76
- * @type {string}
77
- * @memberof ViolationDecisionVo
78
- */
79
- 'evidenceStatement'?: string;
80
- /**
81
- * 举证图片
82
- * @type {Array<string>}
83
- * @memberof ViolationDecisionVo
84
- */
85
- 'evidenceImages'?: Array<string>;
86
74
  }
@@ -96,10 +96,4 @@ export interface ViolationWorkOrderAddVo {
96
96
  * @memberof ViolationWorkOrderAddVo
97
97
  */
98
98
  'sourceId'?: number;
99
- /**
100
- * 索赔金额
101
- * @type {number}
102
- * @memberof ViolationWorkOrderAddVo
103
- */
104
- 'claimAmount'?: number;
105
99
  }
@@ -109,16 +109,4 @@ export interface ViolationWorkOrderInfo {
109
109
  * @memberof ViolationWorkOrderInfo
110
110
  */
111
111
  'projectName'?: string;
112
- /**
113
- * 举证说明
114
- * @type {string}
115
- * @memberof ViolationWorkOrderInfo
116
- */
117
- 'evidenceStatement'?: string;
118
- /**
119
- * 举证图片
120
- * @type {Array<string>}
121
- * @memberof ViolationWorkOrderInfo
122
- */
123
- 'evidenceImages'?: Array<string>;
124
112
  }
@@ -71,16 +71,4 @@ export interface ViolationDecisionVo {
71
71
  * @memberof ViolationDecisionVo
72
72
  */
73
73
  'claimAmount'?: number;
74
- /**
75
- * 举证说明
76
- * @type {string}
77
- * @memberof ViolationDecisionVo
78
- */
79
- 'evidenceStatement'?: string;
80
- /**
81
- * 举证图片
82
- * @type {Array<string>}
83
- * @memberof ViolationDecisionVo
84
- */
85
- 'evidenceImages'?: Array<string>;
86
74
  }
@@ -96,10 +96,4 @@ export interface ViolationWorkOrderAddVo {
96
96
  * @memberof ViolationWorkOrderAddVo
97
97
  */
98
98
  'sourceId'?: number;
99
- /**
100
- * 索赔金额
101
- * @type {number}
102
- * @memberof ViolationWorkOrderAddVo
103
- */
104
- 'claimAmount'?: number;
105
99
  }
@@ -109,16 +109,4 @@ export interface ViolationWorkOrderInfo {
109
109
  * @memberof ViolationWorkOrderInfo
110
110
  */
111
111
  'projectName'?: string;
112
- /**
113
- * 举证说明
114
- * @type {string}
115
- * @memberof ViolationWorkOrderInfo
116
- */
117
- 'evidenceStatement'?: string;
118
- /**
119
- * 举证图片
120
- * @type {Array<string>}
121
- * @memberof ViolationWorkOrderInfo
122
- */
123
- 'evidenceImages'?: Array<string>;
124
112
  }
@@ -80,18 +80,6 @@ export interface ViolationDecisionVo {
80
80
  * @memberof ViolationDecisionVo
81
81
  */
82
82
  'claimAmount'?: number;
83
- /**
84
- * 举证说明
85
- * @type {string}
86
- * @memberof ViolationDecisionVo
87
- */
88
- 'evidenceStatement'?: string;
89
- /**
90
- * 举证图片
91
- * @type {Array<string>}
92
- * @memberof ViolationDecisionVo
93
- */
94
- 'evidenceImages'?: Array<string>;
95
83
  }
96
84
 
97
85
 
@@ -107,12 +107,6 @@ export interface ViolationWorkOrderAddVo {
107
107
  * @memberof ViolationWorkOrderAddVo
108
108
  */
109
109
  'sourceId'?: number;
110
- /**
111
- * 索赔金额
112
- * @type {number}
113
- * @memberof ViolationWorkOrderAddVo
114
- */
115
- 'claimAmount'?: number;
116
110
  }
117
111
 
118
112
 
@@ -122,18 +122,6 @@ export interface ViolationWorkOrderInfo {
122
122
  * @memberof ViolationWorkOrderInfo
123
123
  */
124
124
  'projectName'?: string;
125
- /**
126
- * 举证说明
127
- * @type {string}
128
- * @memberof ViolationWorkOrderInfo
129
- */
130
- 'evidenceStatement'?: string;
131
- /**
132
- * 举证图片
133
- * @type {Array<string>}
134
- * @memberof ViolationWorkOrderInfo
135
- */
136
- 'evidenceImages'?: Array<string>;
137
125
  }
138
126
 
139
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.514",
3
+ "version": "4.2.9-alpha.517",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {