@gizone/rrs-client 4.2.9-alpha.869 → 4.2.9-alpha.871
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 +0 -1
- package/apis/app-auth-api.ts +0 -91
- package/apis/auth-api.ts +0 -91
- package/dist/apis/app-auth-api.d.ts +0 -53
- package/dist/apis/app-auth-api.js +0 -70
- package/dist/apis/auth-api.d.ts +0 -53
- package/dist/apis/auth-api.js +0 -70
- package/dist/esm/apis/app-auth-api.d.ts +0 -53
- package/dist/esm/apis/app-auth-api.js +0 -70
- package/dist/esm/apis/auth-api.d.ts +0 -53
- package/dist/esm/apis/auth-api.js +0 -70
- package/dist/esm/models/index.d.ts +0 -1
- package/dist/esm/models/index.js +0 -1
- package/dist/models/index.d.ts +0 -1
- package/dist/models/index.js +0 -1
- package/models/index.ts +0 -1
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
- package/dist/esm/models/app-obtain-token.d.ts +0 -24
- package/dist/esm/models/app-obtain-token.js +0 -14
- package/dist/models/app-obtain-token.d.ts +0 -24
- package/dist/models/app-obtain-token.js +0 -15
- package/models/app-obtain-token.ts +0 -30
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OpenAPI definition
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* app换取token
|
|
14
|
-
* @export
|
|
15
|
-
* @interface AppObtainToken
|
|
16
|
-
*/
|
|
17
|
-
export interface AppObtainToken {
|
|
18
|
-
/**
|
|
19
|
-
* 微信openId
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof AppObtainToken
|
|
22
|
-
*/
|
|
23
|
-
'openId'?: string;
|
|
24
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
export {};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* OpenAPI definition
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: v0
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
* app换取token
|
|
14
|
-
* @export
|
|
15
|
-
* @interface AppObtainToken
|
|
16
|
-
*/
|
|
17
|
-
export interface AppObtainToken {
|
|
18
|
-
/**
|
|
19
|
-
* 微信openId
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof AppObtainToken
|
|
22
|
-
*/
|
|
23
|
-
'openId'?: string;
|
|
24
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* OpenAPI definition
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: v0
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* OpenAPI definition
|
|
5
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: v0
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* app换取token
|
|
19
|
-
* @export
|
|
20
|
-
* @interface AppObtainToken
|
|
21
|
-
*/
|
|
22
|
-
export interface AppObtainToken {
|
|
23
|
-
/**
|
|
24
|
-
* 微信openId
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof AppObtainToken
|
|
27
|
-
*/
|
|
28
|
-
'openId'?: string;
|
|
29
|
-
}
|
|
30
|
-
|