@randock/nameshift-api-client 0.0.139 → 0.0.140
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 +3 -3
- package/dist/models/DomainDto.d.ts +1 -1
- package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +1 -1
- package/dist/models/IntersectionDomainDtoWithDomainUrlDto.d.ts +1 -1
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +1 -1
- package/package.json +1 -1
- package/src/models/DomainDto.ts +1 -1
- package/src/models/IntersectionDomainDtoWithAccountDto.ts +1 -1
- package/src/models/IntersectionDomainDtoWithDomainUrlDto.ts +1 -1
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @randock/nameshift-api-client@0.0.
|
|
1
|
+
## @randock/nameshift-api-client@0.0.140
|
|
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.
|
|
39
|
+
npm install @randock/nameshift-api-client@0.0.140 --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
|
-
|
|
47
|
+
30335131a6a30d3b9a6710d118dc62bba355bcf33d03ae44fe81ba8cf3eb8bc23ab58dc1cf394b2effe0f50a5e123746
|
|
@@ -106,7 +106,7 @@ export interface IntersectionDomainDtoWithDomainUrlDto {
|
|
|
106
106
|
* @type {number}
|
|
107
107
|
* @memberof IntersectionDomainDtoWithDomainUrlDto
|
|
108
108
|
*/
|
|
109
|
-
pageviews: number
|
|
109
|
+
pageviews: number;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Check if a given object implements the IntersectionDomainDtoWithDomainUrlDto interface.
|
|
@@ -101,7 +101,7 @@ export interface IntersectionDomainDtoWithHijackerDtoWithAccountDto {
|
|
|
101
101
|
* @type {number}
|
|
102
102
|
* @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
|
|
103
103
|
*/
|
|
104
|
-
pageviews: number
|
|
104
|
+
pageviews: number;
|
|
105
105
|
/**
|
|
106
106
|
*
|
|
107
107
|
* @type {AccountDto}
|
package/package.json
CHANGED
package/src/models/DomainDto.ts
CHANGED
|
@@ -118,7 +118,7 @@ export interface IntersectionDomainDtoWithHijackerDtoWithAccountDto {
|
|
|
118
118
|
* @type {number}
|
|
119
119
|
* @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
|
|
120
120
|
*/
|
|
121
|
-
pageviews: number
|
|
121
|
+
pageviews: number;
|
|
122
122
|
/**
|
|
123
123
|
*
|
|
124
124
|
* @type {AccountDto}
|