@randock/nameshift-api-client 0.0.311 → 0.0.312
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/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +1 -0
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +1 -0
- package/package.json +1 -1
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +1 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @randock/nameshift-api-client@0.0.
|
|
1
|
+
## @randock/nameshift-api-client@0.0.312
|
|
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.312 --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
|
+
a08ecc0b90432c45814ecf521d37452ff8b93993e657a135e0cd7bab94bfe6c13c5b53d27b66ea67a8a792ef6b2dbd62
|
|
@@ -97,6 +97,7 @@ export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWi
|
|
|
97
97
|
readonly SEO_METRICS: "SEO_METRICS";
|
|
98
98
|
readonly BANK_PAYOUTS: "BANK_PAYOUTS";
|
|
99
99
|
readonly ZERO_COMMISSION: "ZERO_COMMISSION";
|
|
100
|
+
readonly COMMISSION_7_5: "COMMISSION_7_5";
|
|
100
101
|
readonly LEAD_PRICE_NEGOTIATOR_AI_AGENT: "LEAD_PRICE_NEGOTIATOR_AI_AGENT";
|
|
101
102
|
readonly AFFILIATE_PROGRAM: "AFFILIATE_PROGRAM";
|
|
102
103
|
readonly DOMAIN_AFFILIATE_PROGRAM: "DOMAIN_AFFILIATE_PROGRAM";
|
package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js
CHANGED
|
@@ -34,6 +34,7 @@ exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlag
|
|
|
34
34
|
SEO_METRICS: 'SEO_METRICS',
|
|
35
35
|
BANK_PAYOUTS: 'BANK_PAYOUTS',
|
|
36
36
|
ZERO_COMMISSION: 'ZERO_COMMISSION',
|
|
37
|
+
COMMISSION_7_5: 'COMMISSION_7_5',
|
|
37
38
|
LEAD_PRICE_NEGOTIATOR_AI_AGENT: 'LEAD_PRICE_NEGOTIATOR_AI_AGENT',
|
|
38
39
|
AFFILIATE_PROGRAM: 'AFFILIATE_PROGRAM',
|
|
39
40
|
DOMAIN_AFFILIATE_PROGRAM: 'DOMAIN_AFFILIATE_PROGRAM',
|
package/package.json
CHANGED
package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts
CHANGED
|
@@ -140,6 +140,7 @@ export const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatur
|
|
|
140
140
|
SEO_METRICS: 'SEO_METRICS',
|
|
141
141
|
BANK_PAYOUTS: 'BANK_PAYOUTS',
|
|
142
142
|
ZERO_COMMISSION: 'ZERO_COMMISSION',
|
|
143
|
+
COMMISSION_7_5: 'COMMISSION_7_5',
|
|
143
144
|
LEAD_PRICE_NEGOTIATOR_AI_AGENT: 'LEAD_PRICE_NEGOTIATOR_AI_AGENT',
|
|
144
145
|
AFFILIATE_PROGRAM: 'AFFILIATE_PROGRAM',
|
|
145
146
|
DOMAIN_AFFILIATE_PROGRAM: 'DOMAIN_AFFILIATE_PROGRAM',
|