@gizone/rrs-client 4.2.0-alpha.275 → 4.2.0-alpha.277
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/.openapi-generator/FILES +1 -0
- package/apis/auth-api.ts +2 -452
- package/apis/smsapi.ts +17 -555
- package/dist/apis/auth-api.d.ts +0 -200
- package/dist/apis/auth-api.js +2 -382
- package/dist/apis/smsapi.d.ts +8 -253
- package/dist/apis/smsapi.js +12 -463
- package/dist/esm/apis/auth-api.d.ts +0 -200
- package/dist/esm/apis/auth-api.js +2 -382
- package/dist/esm/apis/smsapi.d.ts +8 -253
- package/dist/esm/apis/smsapi.js +12 -463
- package/dist/esm/models/get-user-wx200-response.d.ts +18 -18
- package/dist/esm/models/index.d.ts +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/esm/models/user-sms-captcha-enum.d.ts +21 -0
- package/dist/esm/models/user-sms-captcha-enum.js +22 -0
- package/dist/models/get-user-wx200-response.d.ts +18 -18
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/user-sms-captcha-enum.d.ts +21 -0
- package/dist/models/user-sms-captcha-enum.js +25 -0
- package/models/get-user-wx200-response.ts +18 -18
- package/models/index.ts +1 -0
- package/models/user-sms-captcha-enum.ts +31 -0
- package/package.json +1 -1
package/dist/apis/auth-api.d.ts
CHANGED
|
@@ -127,18 +127,6 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
127
127
|
* @throws {RequiredError}
|
|
128
128
|
*/
|
|
129
129
|
fusionGetToken3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
* @param {*} [options] Override http request option.
|
|
133
|
-
* @throws {RequiredError}
|
|
134
|
-
*/
|
|
135
|
-
fusionGetToken4: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
136
|
-
/**
|
|
137
|
-
*
|
|
138
|
-
* @param {*} [options] Override http request option.
|
|
139
|
-
* @throws {RequiredError}
|
|
140
|
-
*/
|
|
141
|
-
fusionGetToken5: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
142
130
|
/**
|
|
143
131
|
*
|
|
144
132
|
* @param {*} [options] Override http request option.
|
|
@@ -217,18 +205,6 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
217
205
|
* @throws {RequiredError}
|
|
218
206
|
*/
|
|
219
207
|
getTokenByHttp3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
220
|
-
/**
|
|
221
|
-
*
|
|
222
|
-
* @param {*} [options] Override http request option.
|
|
223
|
-
* @throws {RequiredError}
|
|
224
|
-
*/
|
|
225
|
-
getTokenByHttp4: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
226
|
-
/**
|
|
227
|
-
*
|
|
228
|
-
* @param {*} [options] Override http request option.
|
|
229
|
-
* @throws {RequiredError}
|
|
230
|
-
*/
|
|
231
|
-
getTokenByHttp5: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
232
208
|
/**
|
|
233
209
|
*
|
|
234
210
|
* @summary 获取用户信息
|
|
@@ -293,22 +269,6 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
293
269
|
* @throws {RequiredError}
|
|
294
270
|
*/
|
|
295
271
|
pushMsg: (cid: string, payload: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
296
|
-
/**
|
|
297
|
-
*
|
|
298
|
-
* @param {string} phone
|
|
299
|
-
* @param {string} templateCode
|
|
300
|
-
* @param {*} [options] Override http request option.
|
|
301
|
-
* @throws {RequiredError}
|
|
302
|
-
*/
|
|
303
|
-
sendSms: (phone: string, templateCode: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
304
|
-
/**
|
|
305
|
-
*
|
|
306
|
-
* @param {string} phone
|
|
307
|
-
* @param {string} templateCode
|
|
308
|
-
* @param {*} [options] Override http request option.
|
|
309
|
-
* @throws {RequiredError}
|
|
310
|
-
*/
|
|
311
|
-
sendSms1: (phone: string, templateCode: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
312
272
|
/**
|
|
313
273
|
*
|
|
314
274
|
* @summary 小程序切换园区
|
|
@@ -432,18 +392,6 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
432
392
|
* @throws {RequiredError}
|
|
433
393
|
*/
|
|
434
394
|
fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
435
|
-
/**
|
|
436
|
-
*
|
|
437
|
-
* @param {*} [options] Override http request option.
|
|
438
|
-
* @throws {RequiredError}
|
|
439
|
-
*/
|
|
440
|
-
fusionGetToken4(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
441
|
-
/**
|
|
442
|
-
*
|
|
443
|
-
* @param {*} [options] Override http request option.
|
|
444
|
-
* @throws {RequiredError}
|
|
445
|
-
*/
|
|
446
|
-
fusionGetToken5(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
447
395
|
/**
|
|
448
396
|
*
|
|
449
397
|
* @param {*} [options] Override http request option.
|
|
@@ -530,18 +478,6 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
530
478
|
* @throws {RequiredError}
|
|
531
479
|
*/
|
|
532
480
|
getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
533
|
-
/**
|
|
534
|
-
*
|
|
535
|
-
* @param {*} [options] Override http request option.
|
|
536
|
-
* @throws {RequiredError}
|
|
537
|
-
*/
|
|
538
|
-
getTokenByHttp4(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
539
|
-
/**
|
|
540
|
-
*
|
|
541
|
-
* @param {*} [options] Override http request option.
|
|
542
|
-
* @throws {RequiredError}
|
|
543
|
-
*/
|
|
544
|
-
getTokenByHttp5(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
545
481
|
/**
|
|
546
482
|
*
|
|
547
483
|
* @summary 获取用户信息
|
|
@@ -616,22 +552,6 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
616
552
|
* @throws {RequiredError}
|
|
617
553
|
*/
|
|
618
554
|
pushMsg(cid: string, payload: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
619
|
-
/**
|
|
620
|
-
*
|
|
621
|
-
* @param {string} phone
|
|
622
|
-
* @param {string} templateCode
|
|
623
|
-
* @param {*} [options] Override http request option.
|
|
624
|
-
* @throws {RequiredError}
|
|
625
|
-
*/
|
|
626
|
-
sendSms(phone: string, templateCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
627
|
-
/**
|
|
628
|
-
*
|
|
629
|
-
* @param {string} phone
|
|
630
|
-
* @param {string} templateCode
|
|
631
|
-
* @param {*} [options] Override http request option.
|
|
632
|
-
* @throws {RequiredError}
|
|
633
|
-
*/
|
|
634
|
-
sendSms1(phone: string, templateCode: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<boolean>>;
|
|
635
555
|
/**
|
|
636
556
|
*
|
|
637
557
|
* @summary 小程序切换园区
|
|
@@ -758,18 +678,6 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
758
678
|
* @throws {RequiredError}
|
|
759
679
|
*/
|
|
760
680
|
fusionGetToken3(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
761
|
-
/**
|
|
762
|
-
*
|
|
763
|
-
* @param {*} [options] Override http request option.
|
|
764
|
-
* @throws {RequiredError}
|
|
765
|
-
*/
|
|
766
|
-
fusionGetToken4(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
767
|
-
/**
|
|
768
|
-
*
|
|
769
|
-
* @param {*} [options] Override http request option.
|
|
770
|
-
* @throws {RequiredError}
|
|
771
|
-
*/
|
|
772
|
-
fusionGetToken5(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
773
681
|
/**
|
|
774
682
|
*
|
|
775
683
|
* @param {*} [options] Override http request option.
|
|
@@ -851,18 +759,6 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
851
759
|
* @throws {RequiredError}
|
|
852
760
|
*/
|
|
853
761
|
getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
854
|
-
/**
|
|
855
|
-
*
|
|
856
|
-
* @param {*} [options] Override http request option.
|
|
857
|
-
* @throws {RequiredError}
|
|
858
|
-
*/
|
|
859
|
-
getTokenByHttp4(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
860
|
-
/**
|
|
861
|
-
*
|
|
862
|
-
* @param {*} [options] Override http request option.
|
|
863
|
-
* @throws {RequiredError}
|
|
864
|
-
*/
|
|
865
|
-
getTokenByHttp5(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
866
762
|
/**
|
|
867
763
|
*
|
|
868
764
|
* @summary 获取用户信息
|
|
@@ -935,20 +831,6 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
935
831
|
* @throws {RequiredError}
|
|
936
832
|
*/
|
|
937
833
|
pushMsg(requestParameters: AuthApiPushMsgRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
938
|
-
/**
|
|
939
|
-
*
|
|
940
|
-
* @param {AuthApiSendSmsRequest} requestParameters Request parameters.
|
|
941
|
-
* @param {*} [options] Override http request option.
|
|
942
|
-
* @throws {RequiredError}
|
|
943
|
-
*/
|
|
944
|
-
sendSms(requestParameters: AuthApiSendSmsRequest, options?: RawAxiosRequestConfig): AxiosPromise<boolean>;
|
|
945
|
-
/**
|
|
946
|
-
*
|
|
947
|
-
* @param {AuthApiSendSms1Request} requestParameters Request parameters.
|
|
948
|
-
* @param {*} [options] Override http request option.
|
|
949
|
-
* @throws {RequiredError}
|
|
950
|
-
*/
|
|
951
|
-
sendSms1(requestParameters: AuthApiSendSms1Request, options?: RawAxiosRequestConfig): AxiosPromise<boolean>;
|
|
952
834
|
/**
|
|
953
835
|
*
|
|
954
836
|
* @summary 小程序切换园区
|
|
@@ -1272,44 +1154,6 @@ export interface AuthApiPushMsgRequest {
|
|
|
1272
1154
|
*/
|
|
1273
1155
|
readonly payload: string;
|
|
1274
1156
|
}
|
|
1275
|
-
/**
|
|
1276
|
-
* Request parameters for sendSms operation in AuthApi.
|
|
1277
|
-
* @export
|
|
1278
|
-
* @interface AuthApiSendSmsRequest
|
|
1279
|
-
*/
|
|
1280
|
-
export interface AuthApiSendSmsRequest {
|
|
1281
|
-
/**
|
|
1282
|
-
*
|
|
1283
|
-
* @type {string}
|
|
1284
|
-
* @memberof AuthApiSendSms
|
|
1285
|
-
*/
|
|
1286
|
-
readonly phone: string;
|
|
1287
|
-
/**
|
|
1288
|
-
*
|
|
1289
|
-
* @type {string}
|
|
1290
|
-
* @memberof AuthApiSendSms
|
|
1291
|
-
*/
|
|
1292
|
-
readonly templateCode: string;
|
|
1293
|
-
}
|
|
1294
|
-
/**
|
|
1295
|
-
* Request parameters for sendSms1 operation in AuthApi.
|
|
1296
|
-
* @export
|
|
1297
|
-
* @interface AuthApiSendSms1Request
|
|
1298
|
-
*/
|
|
1299
|
-
export interface AuthApiSendSms1Request {
|
|
1300
|
-
/**
|
|
1301
|
-
*
|
|
1302
|
-
* @type {string}
|
|
1303
|
-
* @memberof AuthApiSendSms1
|
|
1304
|
-
*/
|
|
1305
|
-
readonly phone: string;
|
|
1306
|
-
/**
|
|
1307
|
-
*
|
|
1308
|
-
* @type {string}
|
|
1309
|
-
* @memberof AuthApiSendSms1
|
|
1310
|
-
*/
|
|
1311
|
-
readonly templateCode: string;
|
|
1312
|
-
}
|
|
1313
1157
|
/**
|
|
1314
1158
|
* Request parameters for switchPark operation in AuthApi.
|
|
1315
1159
|
* @export
|
|
@@ -1462,20 +1306,6 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1462
1306
|
* @memberof AuthApi
|
|
1463
1307
|
*/
|
|
1464
1308
|
fusionGetToken3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
1465
|
-
/**
|
|
1466
|
-
*
|
|
1467
|
-
* @param {*} [options] Override http request option.
|
|
1468
|
-
* @throws {RequiredError}
|
|
1469
|
-
* @memberof AuthApi
|
|
1470
|
-
*/
|
|
1471
|
-
fusionGetToken4(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
1472
|
-
/**
|
|
1473
|
-
*
|
|
1474
|
-
* @param {*} [options] Override http request option.
|
|
1475
|
-
* @throws {RequiredError}
|
|
1476
|
-
* @memberof AuthApi
|
|
1477
|
-
*/
|
|
1478
|
-
fusionGetToken5(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
1479
1309
|
/**
|
|
1480
1310
|
*
|
|
1481
1311
|
* @param {*} [options] Override http request option.
|
|
@@ -1568,20 +1398,6 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1568
1398
|
* @memberof AuthApi
|
|
1569
1399
|
*/
|
|
1570
1400
|
getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
1571
|
-
/**
|
|
1572
|
-
*
|
|
1573
|
-
* @param {*} [options] Override http request option.
|
|
1574
|
-
* @throws {RequiredError}
|
|
1575
|
-
* @memberof AuthApi
|
|
1576
|
-
*/
|
|
1577
|
-
getTokenByHttp4(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
1578
|
-
/**
|
|
1579
|
-
*
|
|
1580
|
-
* @param {*} [options] Override http request option.
|
|
1581
|
-
* @throws {RequiredError}
|
|
1582
|
-
* @memberof AuthApi
|
|
1583
|
-
*/
|
|
1584
|
-
getTokenByHttp5(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
1585
1401
|
/**
|
|
1586
1402
|
*
|
|
1587
1403
|
* @summary 获取用户信息
|
|
@@ -1662,22 +1478,6 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1662
1478
|
* @memberof AuthApi
|
|
1663
1479
|
*/
|
|
1664
1480
|
pushMsg(requestParameters: AuthApiPushMsgRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1665
|
-
/**
|
|
1666
|
-
*
|
|
1667
|
-
* @param {AuthApiSendSmsRequest} requestParameters Request parameters.
|
|
1668
|
-
* @param {*} [options] Override http request option.
|
|
1669
|
-
* @throws {RequiredError}
|
|
1670
|
-
* @memberof AuthApi
|
|
1671
|
-
*/
|
|
1672
|
-
sendSms(requestParameters: AuthApiSendSmsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1673
|
-
/**
|
|
1674
|
-
*
|
|
1675
|
-
* @param {AuthApiSendSms1Request} requestParameters Request parameters.
|
|
1676
|
-
* @param {*} [options] Override http request option.
|
|
1677
|
-
* @throws {RequiredError}
|
|
1678
|
-
* @memberof AuthApi
|
|
1679
|
-
*/
|
|
1680
|
-
sendSms1(requestParameters: AuthApiSendSms1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<boolean, any>>;
|
|
1681
1481
|
/**
|
|
1682
1482
|
*
|
|
1683
1483
|
* @summary 小程序切换园区
|