@randock/nameshift-api-client 0.0.32 → 0.0.33

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
- ## @randock/nameshift-api-client@0.0.32
1
+ ## @randock/nameshift-api-client@0.0.33
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). 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 @randock/nameshift-api-client@0.0.32 --save
39
+ npm install @randock/nameshift-api-client@0.0.33 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -44,4 +44,4 @@ _unPublished (not recommended):_
44
44
  ```
45
45
  npm install PATH_TO_GENERATED_PACKAGE --save
46
46
  ```
47
- b392534377f4517cb44a8e067141ece8b6bc0b7b9664c013985e66d0dab39e13694a6d9ad56daa4eceea7ed0e75149ed
47
+ 3ded32cc2a54ee0a8fdadd64a0ac9e439896334f770365b2fc8796a62c7c53693ca9f3c65524c92f84147a1472ca7ff8
@@ -23,10 +23,10 @@ export interface AccountDto {
23
23
  id: string;
24
24
  /**
25
25
  *
26
- * @type {string}
26
+ * @type {object}
27
27
  * @memberof AccountDto
28
28
  */
29
- identifier: string;
29
+ identifier: object;
30
30
  }
31
31
  /**
32
32
  * Check if a given object implements the AccountDto interface.
@@ -26,10 +26,10 @@ export interface IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddres
26
26
  id: string;
27
27
  /**
28
28
  *
29
- * @type {string}
29
+ * @type {object}
30
30
  * @memberof IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto
31
31
  */
32
- identifier: string;
32
+ identifier: object;
33
33
  /**
34
34
  *
35
35
  * @type {WithFinancialDtoInner}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -27,10 +27,10 @@ export interface AccountDto {
27
27
  id: string;
28
28
  /**
29
29
  *
30
- * @type {string}
30
+ * @type {object}
31
31
  * @memberof AccountDto
32
32
  */
33
- identifier: string;
33
+ identifier: object;
34
34
  }
35
35
 
36
36
  /**
@@ -46,10 +46,10 @@ export interface IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddres
46
46
  id: string;
47
47
  /**
48
48
  *
49
- * @type {string}
49
+ * @type {object}
50
50
  * @memberof IntersectionAccountDtoWithFinancialDtoWithSettingsDtoWithAddressDto
51
51
  */
52
- identifier: string;
52
+ identifier: object;
53
53
  /**
54
54
  *
55
55
  * @type {WithFinancialDtoInner}