@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.
- 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/dist/apis/auth-api.js
CHANGED
|
@@ -327,114 +327,6 @@ const AuthApiAxiosParamCreator = function (configuration) {
|
|
|
327
327
|
options: localVarRequestOptions,
|
|
328
328
|
};
|
|
329
329
|
}),
|
|
330
|
-
/**
|
|
331
|
-
*
|
|
332
|
-
* @param {*} [options] Override http request option.
|
|
333
|
-
* @throws {RequiredError}
|
|
334
|
-
*/
|
|
335
|
-
fusionGetToken: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
336
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
337
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
338
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
339
|
-
let baseOptions;
|
|
340
|
-
if (configuration) {
|
|
341
|
-
baseOptions = configuration.baseOptions;
|
|
342
|
-
}
|
|
343
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
344
|
-
const localVarHeaderParameter = {};
|
|
345
|
-
const localVarQueryParameter = {};
|
|
346
|
-
// authentication tokenScheme required
|
|
347
|
-
// http bearer authentication required
|
|
348
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
349
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
350
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
351
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
352
|
-
return {
|
|
353
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
354
|
-
options: localVarRequestOptions,
|
|
355
|
-
};
|
|
356
|
-
}),
|
|
357
|
-
/**
|
|
358
|
-
*
|
|
359
|
-
* @param {*} [options] Override http request option.
|
|
360
|
-
* @throws {RequiredError}
|
|
361
|
-
*/
|
|
362
|
-
fusionGetToken1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
363
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
364
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
365
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
366
|
-
let baseOptions;
|
|
367
|
-
if (configuration) {
|
|
368
|
-
baseOptions = configuration.baseOptions;
|
|
369
|
-
}
|
|
370
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
371
|
-
const localVarHeaderParameter = {};
|
|
372
|
-
const localVarQueryParameter = {};
|
|
373
|
-
// authentication tokenScheme required
|
|
374
|
-
// http bearer authentication required
|
|
375
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
376
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
377
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
378
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
379
|
-
return {
|
|
380
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
381
|
-
options: localVarRequestOptions,
|
|
382
|
-
};
|
|
383
|
-
}),
|
|
384
|
-
/**
|
|
385
|
-
*
|
|
386
|
-
* @param {*} [options] Override http request option.
|
|
387
|
-
* @throws {RequiredError}
|
|
388
|
-
*/
|
|
389
|
-
fusionGetToken2: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
390
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
391
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
392
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
393
|
-
let baseOptions;
|
|
394
|
-
if (configuration) {
|
|
395
|
-
baseOptions = configuration.baseOptions;
|
|
396
|
-
}
|
|
397
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
398
|
-
const localVarHeaderParameter = {};
|
|
399
|
-
const localVarQueryParameter = {};
|
|
400
|
-
// authentication tokenScheme required
|
|
401
|
-
// http bearer authentication required
|
|
402
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
403
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
404
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
405
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
406
|
-
return {
|
|
407
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
408
|
-
options: localVarRequestOptions,
|
|
409
|
-
};
|
|
410
|
-
}),
|
|
411
|
-
/**
|
|
412
|
-
*
|
|
413
|
-
* @param {*} [options] Override http request option.
|
|
414
|
-
* @throws {RequiredError}
|
|
415
|
-
*/
|
|
416
|
-
fusionGetToken3: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
417
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
418
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
419
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
420
|
-
let baseOptions;
|
|
421
|
-
if (configuration) {
|
|
422
|
-
baseOptions = configuration.baseOptions;
|
|
423
|
-
}
|
|
424
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
425
|
-
const localVarHeaderParameter = {};
|
|
426
|
-
const localVarQueryParameter = {};
|
|
427
|
-
// authentication tokenScheme required
|
|
428
|
-
// http bearer authentication required
|
|
429
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
430
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
431
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
432
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
433
|
-
return {
|
|
434
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
435
|
-
options: localVarRequestOptions,
|
|
436
|
-
};
|
|
437
|
-
}),
|
|
438
330
|
/**
|
|
439
331
|
*
|
|
440
332
|
* @param {*} [options] Override http request option.
|
|
@@ -679,114 +571,6 @@ const AuthApiAxiosParamCreator = function (configuration) {
|
|
|
679
571
|
options: localVarRequestOptions,
|
|
680
572
|
};
|
|
681
573
|
}),
|
|
682
|
-
/**
|
|
683
|
-
*
|
|
684
|
-
* @param {*} [options] Override http request option.
|
|
685
|
-
* @throws {RequiredError}
|
|
686
|
-
*/
|
|
687
|
-
getTokenByHttp: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
688
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
689
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
690
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
691
|
-
let baseOptions;
|
|
692
|
-
if (configuration) {
|
|
693
|
-
baseOptions = configuration.baseOptions;
|
|
694
|
-
}
|
|
695
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
696
|
-
const localVarHeaderParameter = {};
|
|
697
|
-
const localVarQueryParameter = {};
|
|
698
|
-
// authentication tokenScheme required
|
|
699
|
-
// http bearer authentication required
|
|
700
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
701
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
702
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
703
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
704
|
-
return {
|
|
705
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
706
|
-
options: localVarRequestOptions,
|
|
707
|
-
};
|
|
708
|
-
}),
|
|
709
|
-
/**
|
|
710
|
-
*
|
|
711
|
-
* @param {*} [options] Override http request option.
|
|
712
|
-
* @throws {RequiredError}
|
|
713
|
-
*/
|
|
714
|
-
getTokenByHttp1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
715
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
716
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
717
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
718
|
-
let baseOptions;
|
|
719
|
-
if (configuration) {
|
|
720
|
-
baseOptions = configuration.baseOptions;
|
|
721
|
-
}
|
|
722
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
723
|
-
const localVarHeaderParameter = {};
|
|
724
|
-
const localVarQueryParameter = {};
|
|
725
|
-
// authentication tokenScheme required
|
|
726
|
-
// http bearer authentication required
|
|
727
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
728
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
729
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
730
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
731
|
-
return {
|
|
732
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
733
|
-
options: localVarRequestOptions,
|
|
734
|
-
};
|
|
735
|
-
}),
|
|
736
|
-
/**
|
|
737
|
-
*
|
|
738
|
-
* @param {*} [options] Override http request option.
|
|
739
|
-
* @throws {RequiredError}
|
|
740
|
-
*/
|
|
741
|
-
getTokenByHttp2: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
742
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
743
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
744
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
745
|
-
let baseOptions;
|
|
746
|
-
if (configuration) {
|
|
747
|
-
baseOptions = configuration.baseOptions;
|
|
748
|
-
}
|
|
749
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
750
|
-
const localVarHeaderParameter = {};
|
|
751
|
-
const localVarQueryParameter = {};
|
|
752
|
-
// authentication tokenScheme required
|
|
753
|
-
// http bearer authentication required
|
|
754
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
755
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
756
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
757
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
758
|
-
return {
|
|
759
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
760
|
-
options: localVarRequestOptions,
|
|
761
|
-
};
|
|
762
|
-
}),
|
|
763
|
-
/**
|
|
764
|
-
*
|
|
765
|
-
* @param {*} [options] Override http request option.
|
|
766
|
-
* @throws {RequiredError}
|
|
767
|
-
*/
|
|
768
|
-
getTokenByHttp3: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
769
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
770
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
771
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
772
|
-
let baseOptions;
|
|
773
|
-
if (configuration) {
|
|
774
|
-
baseOptions = configuration.baseOptions;
|
|
775
|
-
}
|
|
776
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
777
|
-
const localVarHeaderParameter = {};
|
|
778
|
-
const localVarQueryParameter = {};
|
|
779
|
-
// authentication tokenScheme required
|
|
780
|
-
// http bearer authentication required
|
|
781
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
782
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
783
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
784
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
785
|
-
return {
|
|
786
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
787
|
-
options: localVarRequestOptions,
|
|
788
|
-
};
|
|
789
|
-
}),
|
|
790
574
|
/**
|
|
791
575
|
*
|
|
792
576
|
* @summary 获取用户信息
|
|
@@ -1272,62 +1056,6 @@ const AuthApiFp = function (configuration) {
|
|
|
1272
1056
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1273
1057
|
});
|
|
1274
1058
|
},
|
|
1275
|
-
/**
|
|
1276
|
-
*
|
|
1277
|
-
* @param {*} [options] Override http request option.
|
|
1278
|
-
* @throws {RequiredError}
|
|
1279
|
-
*/
|
|
1280
|
-
fusionGetToken(options) {
|
|
1281
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1282
|
-
var _a, _b, _c;
|
|
1283
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken(options);
|
|
1284
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1285
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1286
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1287
|
-
});
|
|
1288
|
-
},
|
|
1289
|
-
/**
|
|
1290
|
-
*
|
|
1291
|
-
* @param {*} [options] Override http request option.
|
|
1292
|
-
* @throws {RequiredError}
|
|
1293
|
-
*/
|
|
1294
|
-
fusionGetToken1(options) {
|
|
1295
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1296
|
-
var _a, _b, _c;
|
|
1297
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken1(options);
|
|
1298
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1299
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1300
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1301
|
-
});
|
|
1302
|
-
},
|
|
1303
|
-
/**
|
|
1304
|
-
*
|
|
1305
|
-
* @param {*} [options] Override http request option.
|
|
1306
|
-
* @throws {RequiredError}
|
|
1307
|
-
*/
|
|
1308
|
-
fusionGetToken2(options) {
|
|
1309
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1310
|
-
var _a, _b, _c;
|
|
1311
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken2(options);
|
|
1312
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1313
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1314
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1315
|
-
});
|
|
1316
|
-
},
|
|
1317
|
-
/**
|
|
1318
|
-
*
|
|
1319
|
-
* @param {*} [options] Override http request option.
|
|
1320
|
-
* @throws {RequiredError}
|
|
1321
|
-
*/
|
|
1322
|
-
fusionGetToken3(options) {
|
|
1323
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1324
|
-
var _a, _b, _c;
|
|
1325
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken3(options);
|
|
1326
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1327
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1328
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1329
|
-
});
|
|
1330
|
-
},
|
|
1331
1059
|
/**
|
|
1332
1060
|
*
|
|
1333
1061
|
* @param {*} [options] Override http request option.
|
|
@@ -1438,62 +1166,6 @@ const AuthApiFp = function (configuration) {
|
|
|
1438
1166
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1439
1167
|
});
|
|
1440
1168
|
},
|
|
1441
|
-
/**
|
|
1442
|
-
*
|
|
1443
|
-
* @param {*} [options] Override http request option.
|
|
1444
|
-
* @throws {RequiredError}
|
|
1445
|
-
*/
|
|
1446
|
-
getTokenByHttp(options) {
|
|
1447
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1448
|
-
var _a, _b, _c;
|
|
1449
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp(options);
|
|
1450
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1451
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1452
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1453
|
-
});
|
|
1454
|
-
},
|
|
1455
|
-
/**
|
|
1456
|
-
*
|
|
1457
|
-
* @param {*} [options] Override http request option.
|
|
1458
|
-
* @throws {RequiredError}
|
|
1459
|
-
*/
|
|
1460
|
-
getTokenByHttp1(options) {
|
|
1461
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1462
|
-
var _a, _b, _c;
|
|
1463
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp1(options);
|
|
1464
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1465
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1466
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1467
|
-
});
|
|
1468
|
-
},
|
|
1469
|
-
/**
|
|
1470
|
-
*
|
|
1471
|
-
* @param {*} [options] Override http request option.
|
|
1472
|
-
* @throws {RequiredError}
|
|
1473
|
-
*/
|
|
1474
|
-
getTokenByHttp2(options) {
|
|
1475
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1476
|
-
var _a, _b, _c;
|
|
1477
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp2(options);
|
|
1478
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1479
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1480
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1481
|
-
});
|
|
1482
|
-
},
|
|
1483
|
-
/**
|
|
1484
|
-
*
|
|
1485
|
-
* @param {*} [options] Override http request option.
|
|
1486
|
-
* @throws {RequiredError}
|
|
1487
|
-
*/
|
|
1488
|
-
getTokenByHttp3(options) {
|
|
1489
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1490
|
-
var _a, _b, _c;
|
|
1491
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp3(options);
|
|
1492
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1493
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1494
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1495
|
-
});
|
|
1496
|
-
},
|
|
1497
1169
|
/**
|
|
1498
1170
|
*
|
|
1499
1171
|
* @summary 获取用户信息
|
|
@@ -1749,38 +1421,6 @@ const AuthApiFactory = function (configuration, basePath, axios) {
|
|
|
1749
1421
|
code(requestParameters, options) {
|
|
1750
1422
|
return localVarFp.code(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1751
1423
|
},
|
|
1752
|
-
/**
|
|
1753
|
-
*
|
|
1754
|
-
* @param {*} [options] Override http request option.
|
|
1755
|
-
* @throws {RequiredError}
|
|
1756
|
-
*/
|
|
1757
|
-
fusionGetToken(options) {
|
|
1758
|
-
return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
|
|
1759
|
-
},
|
|
1760
|
-
/**
|
|
1761
|
-
*
|
|
1762
|
-
* @param {*} [options] Override http request option.
|
|
1763
|
-
* @throws {RequiredError}
|
|
1764
|
-
*/
|
|
1765
|
-
fusionGetToken1(options) {
|
|
1766
|
-
return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
|
|
1767
|
-
},
|
|
1768
|
-
/**
|
|
1769
|
-
*
|
|
1770
|
-
* @param {*} [options] Override http request option.
|
|
1771
|
-
* @throws {RequiredError}
|
|
1772
|
-
*/
|
|
1773
|
-
fusionGetToken2(options) {
|
|
1774
|
-
return localVarFp.fusionGetToken2(options).then((request) => request(axios, basePath));
|
|
1775
|
-
},
|
|
1776
|
-
/**
|
|
1777
|
-
*
|
|
1778
|
-
* @param {*} [options] Override http request option.
|
|
1779
|
-
* @throws {RequiredError}
|
|
1780
|
-
*/
|
|
1781
|
-
fusionGetToken3(options) {
|
|
1782
|
-
return localVarFp.fusionGetToken3(options).then((request) => request(axios, basePath));
|
|
1783
|
-
},
|
|
1784
1424
|
/**
|
|
1785
1425
|
*
|
|
1786
1426
|
* @param {*} [options] Override http request option.
|
|
@@ -1844,38 +1484,6 @@ const AuthApiFactory = function (configuration, basePath, axios) {
|
|
|
1844
1484
|
getRoutersAll(options) {
|
|
1845
1485
|
return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
|
|
1846
1486
|
},
|
|
1847
|
-
/**
|
|
1848
|
-
*
|
|
1849
|
-
* @param {*} [options] Override http request option.
|
|
1850
|
-
* @throws {RequiredError}
|
|
1851
|
-
*/
|
|
1852
|
-
getTokenByHttp(options) {
|
|
1853
|
-
return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
|
|
1854
|
-
},
|
|
1855
|
-
/**
|
|
1856
|
-
*
|
|
1857
|
-
* @param {*} [options] Override http request option.
|
|
1858
|
-
* @throws {RequiredError}
|
|
1859
|
-
*/
|
|
1860
|
-
getTokenByHttp1(options) {
|
|
1861
|
-
return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
|
|
1862
|
-
},
|
|
1863
|
-
/**
|
|
1864
|
-
*
|
|
1865
|
-
* @param {*} [options] Override http request option.
|
|
1866
|
-
* @throws {RequiredError}
|
|
1867
|
-
*/
|
|
1868
|
-
getTokenByHttp2(options) {
|
|
1869
|
-
return localVarFp.getTokenByHttp2(options).then((request) => request(axios, basePath));
|
|
1870
|
-
},
|
|
1871
|
-
/**
|
|
1872
|
-
*
|
|
1873
|
-
* @param {*} [options] Override http request option.
|
|
1874
|
-
* @throws {RequiredError}
|
|
1875
|
-
*/
|
|
1876
|
-
getTokenByHttp3(options) {
|
|
1877
|
-
return localVarFp.getTokenByHttp3(options).then((request) => request(axios, basePath));
|
|
1878
|
-
},
|
|
1879
1487
|
/**
|
|
1880
1488
|
*
|
|
1881
1489
|
* @summary 获取用户信息
|
|
@@ -2079,42 +1687,6 @@ class AuthApi extends base_1.BaseAPI {
|
|
|
2079
1687
|
code(requestParameters, options) {
|
|
2080
1688
|
return (0, exports.AuthApiFp)(this.configuration).code(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
2081
1689
|
}
|
|
2082
|
-
/**
|
|
2083
|
-
*
|
|
2084
|
-
* @param {*} [options] Override http request option.
|
|
2085
|
-
* @throws {RequiredError}
|
|
2086
|
-
* @memberof AuthApi
|
|
2087
|
-
*/
|
|
2088
|
-
fusionGetToken(options) {
|
|
2089
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
|
|
2090
|
-
}
|
|
2091
|
-
/**
|
|
2092
|
-
*
|
|
2093
|
-
* @param {*} [options] Override http request option.
|
|
2094
|
-
* @throws {RequiredError}
|
|
2095
|
-
* @memberof AuthApi
|
|
2096
|
-
*/
|
|
2097
|
-
fusionGetToken1(options) {
|
|
2098
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
|
|
2099
|
-
}
|
|
2100
|
-
/**
|
|
2101
|
-
*
|
|
2102
|
-
* @param {*} [options] Override http request option.
|
|
2103
|
-
* @throws {RequiredError}
|
|
2104
|
-
* @memberof AuthApi
|
|
2105
|
-
*/
|
|
2106
|
-
fusionGetToken2(options) {
|
|
2107
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken2(options).then((request) => request(this.axios, this.basePath));
|
|
2108
|
-
}
|
|
2109
|
-
/**
|
|
2110
|
-
*
|
|
2111
|
-
* @param {*} [options] Override http request option.
|
|
2112
|
-
* @throws {RequiredError}
|
|
2113
|
-
* @memberof AuthApi
|
|
2114
|
-
*/
|
|
2115
|
-
fusionGetToken3(options) {
|
|
2116
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken3(options).then((request) => request(this.axios, this.basePath));
|
|
2117
|
-
}
|
|
2118
1690
|
/**
|
|
2119
1691
|
*
|
|
2120
1692
|
* @param {*} [options] Override http request option.
|
|
@@ -2185,42 +1757,6 @@ class AuthApi extends base_1.BaseAPI {
|
|
|
2185
1757
|
getRoutersAll(options) {
|
|
2186
1758
|
return (0, exports.AuthApiFp)(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
|
|
2187
1759
|
}
|
|
2188
|
-
/**
|
|
2189
|
-
*
|
|
2190
|
-
* @param {*} [options] Override http request option.
|
|
2191
|
-
* @throws {RequiredError}
|
|
2192
|
-
* @memberof AuthApi
|
|
2193
|
-
*/
|
|
2194
|
-
getTokenByHttp(options) {
|
|
2195
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
|
|
2196
|
-
}
|
|
2197
|
-
/**
|
|
2198
|
-
*
|
|
2199
|
-
* @param {*} [options] Override http request option.
|
|
2200
|
-
* @throws {RequiredError}
|
|
2201
|
-
* @memberof AuthApi
|
|
2202
|
-
*/
|
|
2203
|
-
getTokenByHttp1(options) {
|
|
2204
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
|
|
2205
|
-
}
|
|
2206
|
-
/**
|
|
2207
|
-
*
|
|
2208
|
-
* @param {*} [options] Override http request option.
|
|
2209
|
-
* @throws {RequiredError}
|
|
2210
|
-
* @memberof AuthApi
|
|
2211
|
-
*/
|
|
2212
|
-
getTokenByHttp2(options) {
|
|
2213
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp2(options).then((request) => request(this.axios, this.basePath));
|
|
2214
|
-
}
|
|
2215
|
-
/**
|
|
2216
|
-
*
|
|
2217
|
-
* @param {*} [options] Override http request option.
|
|
2218
|
-
* @throws {RequiredError}
|
|
2219
|
-
* @memberof AuthApi
|
|
2220
|
-
*/
|
|
2221
|
-
getTokenByHttp3(options) {
|
|
2222
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp3(options).then((request) => request(this.axios, this.basePath));
|
|
2223
|
-
}
|
|
2224
1760
|
/**
|
|
2225
1761
|
*
|
|
2226
1762
|
* @summary 获取用户信息
|
|
@@ -82,18 +82,6 @@ export declare const AppAuthApiAxiosParamCreator: (configuration?: Configuration
|
|
|
82
82
|
* @throws {RequiredError}
|
|
83
83
|
*/
|
|
84
84
|
choosePark: (choosePakBody: ChoosePakBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @param {*} [options] Override http request option.
|
|
88
|
-
* @throws {RequiredError}
|
|
89
|
-
*/
|
|
90
|
-
fusionGetToken: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
* @param {*} [options] Override http request option.
|
|
94
|
-
* @throws {RequiredError}
|
|
95
|
-
*/
|
|
96
|
-
fusionGetToken1: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
85
|
/**
|
|
98
86
|
*
|
|
99
87
|
* @summary 获取园区数据
|
|
@@ -123,18 +111,6 @@ export declare const AppAuthApiAxiosParamCreator: (configuration?: Configuration
|
|
|
123
111
|
* @throws {RequiredError}
|
|
124
112
|
*/
|
|
125
113
|
getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
126
|
-
/**
|
|
127
|
-
*
|
|
128
|
-
* @param {*} [options] Override http request option.
|
|
129
|
-
* @throws {RequiredError}
|
|
130
|
-
*/
|
|
131
|
-
getTokenByHttp: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
132
|
-
/**
|
|
133
|
-
*
|
|
134
|
-
* @param {*} [options] Override http request option.
|
|
135
|
-
* @throws {RequiredError}
|
|
136
|
-
*/
|
|
137
|
-
getTokenByHttp1: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
138
114
|
/**
|
|
139
115
|
*
|
|
140
116
|
* @summary 微信小程序登录
|
|
@@ -235,18 +211,6 @@ export declare const AppAuthApiFp: (configuration?: Configuration) => {
|
|
|
235
211
|
* @throws {RequiredError}
|
|
236
212
|
*/
|
|
237
213
|
choosePark(choosePakBody: ChoosePakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultString>>;
|
|
238
|
-
/**
|
|
239
|
-
*
|
|
240
|
-
* @param {*} [options] Override http request option.
|
|
241
|
-
* @throws {RequiredError}
|
|
242
|
-
*/
|
|
243
|
-
fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
244
|
-
/**
|
|
245
|
-
*
|
|
246
|
-
* @param {*} [options] Override http request option.
|
|
247
|
-
* @throws {RequiredError}
|
|
248
|
-
*/
|
|
249
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
250
214
|
/**
|
|
251
215
|
*
|
|
252
216
|
* @summary 获取园区数据
|
|
@@ -276,18 +240,6 @@ export declare const AppAuthApiFp: (configuration?: Configuration) => {
|
|
|
276
240
|
* @throws {RequiredError}
|
|
277
241
|
*/
|
|
278
242
|
getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
279
|
-
/**
|
|
280
|
-
*
|
|
281
|
-
* @param {*} [options] Override http request option.
|
|
282
|
-
* @throws {RequiredError}
|
|
283
|
-
*/
|
|
284
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
285
|
-
/**
|
|
286
|
-
*
|
|
287
|
-
* @param {*} [options] Override http request option.
|
|
288
|
-
* @throws {RequiredError}
|
|
289
|
-
*/
|
|
290
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
291
243
|
/**
|
|
292
244
|
*
|
|
293
245
|
* @summary 微信小程序登录
|
|
@@ -394,18 +346,6 @@ export declare const AppAuthApiFactory: (configuration?: Configuration, basePath
|
|
|
394
346
|
* @throws {RequiredError}
|
|
395
347
|
*/
|
|
396
348
|
choosePark(requestParameters: AppAuthApiChooseParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultString>;
|
|
397
|
-
/**
|
|
398
|
-
*
|
|
399
|
-
* @param {*} [options] Override http request option.
|
|
400
|
-
* @throws {RequiredError}
|
|
401
|
-
*/
|
|
402
|
-
fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
403
|
-
/**
|
|
404
|
-
*
|
|
405
|
-
* @param {*} [options] Override http request option.
|
|
406
|
-
* @throws {RequiredError}
|
|
407
|
-
*/
|
|
408
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
409
349
|
/**
|
|
410
350
|
*
|
|
411
351
|
* @summary 获取园区数据
|
|
@@ -430,18 +370,6 @@ export declare const AppAuthApiFactory: (configuration?: Configuration, basePath
|
|
|
430
370
|
* @throws {RequiredError}
|
|
431
371
|
*/
|
|
432
372
|
getParkMiniApp(requestParameters: AppAuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
433
|
-
/**
|
|
434
|
-
*
|
|
435
|
-
* @param {*} [options] Override http request option.
|
|
436
|
-
* @throws {RequiredError}
|
|
437
|
-
*/
|
|
438
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
439
|
-
/**
|
|
440
|
-
*
|
|
441
|
-
* @param {*} [options] Override http request option.
|
|
442
|
-
* @throws {RequiredError}
|
|
443
|
-
*/
|
|
444
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
445
373
|
/**
|
|
446
374
|
*
|
|
447
375
|
* @summary 微信小程序登录
|
|
@@ -774,20 +702,6 @@ export declare class AppAuthApi extends BaseAPI {
|
|
|
774
702
|
* @memberof AppAuthApi
|
|
775
703
|
*/
|
|
776
704
|
choosePark(requestParameters: AppAuthApiChooseParkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultString, any, {}>>;
|
|
777
|
-
/**
|
|
778
|
-
*
|
|
779
|
-
* @param {*} [options] Override http request option.
|
|
780
|
-
* @throws {RequiredError}
|
|
781
|
-
* @memberof AppAuthApi
|
|
782
|
-
*/
|
|
783
|
-
fusionGetToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
784
|
-
/**
|
|
785
|
-
*
|
|
786
|
-
* @param {*} [options] Override http request option.
|
|
787
|
-
* @throws {RequiredError}
|
|
788
|
-
* @memberof AppAuthApi
|
|
789
|
-
*/
|
|
790
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
791
705
|
/**
|
|
792
706
|
*
|
|
793
707
|
* @summary 获取园区数据
|
|
@@ -815,20 +729,6 @@ export declare class AppAuthApi extends BaseAPI {
|
|
|
815
729
|
* @memberof AppAuthApi
|
|
816
730
|
*/
|
|
817
731
|
getParkMiniApp(requestParameters: AppAuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
818
|
-
/**
|
|
819
|
-
*
|
|
820
|
-
* @param {*} [options] Override http request option.
|
|
821
|
-
* @throws {RequiredError}
|
|
822
|
-
* @memberof AppAuthApi
|
|
823
|
-
*/
|
|
824
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
825
|
-
/**
|
|
826
|
-
*
|
|
827
|
-
* @param {*} [options] Override http request option.
|
|
828
|
-
* @throws {RequiredError}
|
|
829
|
-
* @memberof AppAuthApi
|
|
830
|
-
*/
|
|
831
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
832
732
|
/**
|
|
833
733
|
*
|
|
834
734
|
* @summary 微信小程序登录
|