@randock/nameshift-api-client 0.0.27 → 0.0.28

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.27
1
+ ## @randock/nameshift-api-client@0.0.28
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.27 --save
39
+ npm install @randock/nameshift-api-client@0.0.28 --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
- f84aa10575179f25746f30d62c1dd8399a9d6e2557c330a3c0bb4e3974a3647d41254c236af47a4591868ad5b8da0b65
47
+ c5d524484f96b6bcacd604a2c4c6d46bffafbe397963767fca2582d0c320dd8e9aa9a4b8c528aabec768e00aa5fb78df
@@ -29,7 +29,7 @@ export interface DomainSellerDto {
29
29
  */
30
30
  createdAt: Date;
31
31
  /**
32
- * The domain seller account creation date
32
+ * The domain seller related domains
33
33
  * @type {Array<RelatedSellerDomain>}
34
34
  * @memberof DomainSellerDto
35
35
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@randock/nameshift-api-client",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "OpenAPI client for @randock/nameshift-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
@@ -39,7 +39,7 @@ export interface DomainSellerDto {
39
39
  */
40
40
  createdAt: Date;
41
41
  /**
42
- * The domain seller account creation date
42
+ * The domain seller related domains
43
43
  * @type {Array<RelatedSellerDomain>}
44
44
  * @memberof DomainSellerDto
45
45
  */