@cherryin/passport-api-client 0.1.7 → 0.1.8

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @cherryin/passport-api-client@0.1.7
1
+ ## @cherryin/passport-api-client@0.1.8
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @cherryin/passport-api-client@0.1.7 --save
39
+ npm install @cherryin/passport-api-client@0.1.8 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -543,7 +543,7 @@ export interface PassportAuthEnterpriseUpdateInfoRequest {
543
543
  export interface PassportAuthEnterpriseUpdateInfoResponse {
544
544
  'code'?: string;
545
545
  'message'?: string;
546
- 'users'?: Array<AuthUser>;
546
+ 'users'?: Array<AuthEnterpriseUser>;
547
547
  }
548
548
  export interface PassportAuthEnterpriseVerifyEmailRequest {
549
549
  'email'?: string;
package/dist/api.d.ts CHANGED
@@ -532,7 +532,7 @@ export interface PassportAuthEnterpriseUpdateInfoRequest {
532
532
  export interface PassportAuthEnterpriseUpdateInfoResponse {
533
533
  'code'?: string;
534
534
  'message'?: string;
535
- 'users'?: Array<AuthUser>;
535
+ 'users'?: Array<AuthEnterpriseUser>;
536
536
  }
537
537
  export interface PassportAuthEnterpriseVerifyEmailRequest {
538
538
  'email'?: string;
package/dist/esm/api.d.ts CHANGED
@@ -532,7 +532,7 @@ export interface PassportAuthEnterpriseUpdateInfoRequest {
532
532
  export interface PassportAuthEnterpriseUpdateInfoResponse {
533
533
  'code'?: string;
534
534
  'message'?: string;
535
- 'users'?: Array<AuthUser>;
535
+ 'users'?: Array<AuthEnterpriseUser>;
536
536
  }
537
537
  export interface PassportAuthEnterpriseVerifyEmailRequest {
538
538
  'email'?: string;
@@ -7,7 +7,7 @@ Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **code** | **string** | | [optional] [default to undefined]
9
9
  **message** | **string** | | [optional] [default to undefined]
10
- **users** | [**Array&lt;AuthUser&gt;**](AuthUser.md) | | [optional] [default to undefined]
10
+ **users** | [**Array&lt;AuthEnterpriseUser&gt;**](AuthEnterpriseUser.md) | | [optional] [default to undefined]
11
11
 
12
12
  ## Example
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cherryin/passport-api-client",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "OpenAPI client for @cherryin/passport-api-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {