@randock/nameshift-api-client 0.0.353 → 0.0.355
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/.openapi-generator/FILES +7 -0
- package/README.md +3 -3
- package/dist/apis/AccountsApi.d.ts +75 -1
- package/dist/apis/AccountsApi.js +300 -1
- package/dist/apis/SubscriptionsPublicApi.d.ts +2 -2
- package/dist/apis/SubscriptionsPublicApi.js +5 -3
- package/dist/models/AccountPaymentDto.d.ts +100 -0
- package/dist/models/AccountPaymentDto.js +101 -0
- package/dist/models/AccountPaymentMethodDto.d.ts +80 -0
- package/dist/models/AccountPaymentMethodDto.js +83 -0
- package/dist/models/AccountPaymentMethodProfileDto.d.ts +71 -0
- package/dist/models/AccountPaymentMethodProfileDto.js +80 -0
- package/dist/models/AuctionConfigurationDto.d.ts +7 -0
- package/dist/models/AuctionConfigurationDto.js +5 -0
- package/dist/models/BuyerNotificationDto.d.ts +1 -0
- package/dist/models/BuyerNotificationDto.js +1 -0
- package/dist/models/BuyerNotificationListItemDto.d.ts +1 -0
- package/dist/models/BuyerNotificationListItemDto.js +1 -0
- package/dist/models/CreateAccountPaymentInput.d.ts +51 -0
- package/dist/models/CreateAccountPaymentInput.js +62 -0
- package/dist/models/CreateAccountPaymentManualTransactionInput.d.ts +58 -0
- package/dist/models/CreateAccountPaymentManualTransactionInput.js +65 -0
- package/dist/models/CreateSubscriptionManualTransactionInput.d.ts +32 -0
- package/dist/models/CreateSubscriptionManualTransactionInput.js +49 -0
- package/dist/models/DomainAuctionDto.d.ts +6 -0
- package/dist/models/DomainAuctionDto.js +4 -0
- package/dist/models/IntersectionDomainDtoWithAccountDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithAccountDto.js +4 -0
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.js +4 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.js +4 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.d.ts +6 -0
- package/dist/models/IntersectionDomainDtoWithSeoMetricsDto.js +4 -0
- package/dist/models/PayAccountPaymentInput.d.ts +32 -0
- package/dist/models/PayAccountPaymentInput.js +51 -0
- package/dist/models/StartAuctionInput.d.ts +6 -13
- package/dist/models/StartAuctionInput.js +2 -5
- package/dist/models/UpdateAuctionConfigurationDto.d.ts +7 -0
- package/dist/models/UpdateAuctionConfigurationDto.js +3 -0
- package/dist/models/UserNotificationDto.d.ts +1 -0
- package/dist/models/UserNotificationDto.js +1 -0
- package/dist/models/UserNotificationListItemDto.d.ts +1 -0
- package/dist/models/UserNotificationListItemDto.js +1 -0
- package/dist/models/index.d.ts +7 -0
- package/dist/models/index.js +7 -0
- package/package.json +1 -1
- package/src/apis/AccountsApi.ts +319 -0
- package/src/apis/SubscriptionsPublicApi.ts +11 -5
- package/src/models/AccountPaymentDto.ts +189 -0
- package/src/models/AccountPaymentMethodDto.ts +138 -0
- package/src/models/AccountPaymentMethodProfileDto.ts +130 -0
- package/src/models/AuctionConfigurationDto.ts +16 -0
- package/src/models/BuyerNotificationDto.ts +1 -0
- package/src/models/BuyerNotificationListItemDto.ts +1 -0
- package/src/models/CreateAccountPaymentInput.ts +92 -0
- package/src/models/CreateAccountPaymentManualTransactionInput.ts +101 -0
- package/src/models/CreateSubscriptionManualTransactionInput.ts +65 -0
- package/src/models/DomainAuctionDto.ts +9 -0
- package/src/models/IntersectionDomainDtoWithAccountDto.ts +9 -0
- package/src/models/IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto.ts +9 -0
- package/src/models/IntersectionDomainDtoWithHijackerDtoWithAccountDto.ts +9 -0
- package/src/models/IntersectionDomainDtoWithSeoMetricsDto.ts +9 -0
- package/src/models/PayAccountPaymentInput.ts +66 -0
- package/src/models/StartAuctionInput.ts +8 -24
- package/src/models/UpdateAuctionConfigurationDto.ts +15 -0
- package/src/models/UserNotificationDto.ts +1 -0
- package/src/models/UserNotificationListItemDto.ts +1 -0
- package/src/models/index.ts +7 -0
|
@@ -190,6 +190,12 @@ export interface IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto {
|
|
|
190
190
|
* @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
|
|
191
191
|
*/
|
|
192
192
|
auction: DomainAuctionDto | null;
|
|
193
|
+
/**
|
|
194
|
+
* The paid auction price
|
|
195
|
+
* @type {MoneyDto}
|
|
196
|
+
* @memberof IntersectionDomainDtoWithAccountDtoWithAuctionInfoDto
|
|
197
|
+
*/
|
|
198
|
+
paidAuctionPrice: MoneyDto;
|
|
193
199
|
/**
|
|
194
200
|
* Whether the domain has an open lead
|
|
195
201
|
* @type {boolean}
|
|
@@ -234,6 +240,7 @@ export function instanceOfIntersectionDomainDtoWithAccountDtoWithAuctionInfoDto(
|
|
|
234
240
|
if (!('allowThirdPartySalesDataSharing' in value) || value['allowThirdPartySalesDataSharing'] === undefined) return false;
|
|
235
241
|
if (!('leadPriceNegotiator' in value) || value['leadPriceNegotiator'] === undefined) return false;
|
|
236
242
|
if (!('auction' in value) || value['auction'] === undefined) return false;
|
|
243
|
+
if (!('paidAuctionPrice' in value) || value['paidAuctionPrice'] === undefined) return false;
|
|
237
244
|
if (!('hasAcceptedLead' in value) || value['hasAcceptedLead'] === undefined) return false;
|
|
238
245
|
if (!('account' in value) || value['account'] === undefined) return false;
|
|
239
246
|
if (!('hasAuction' in value) || value['hasAuction'] === undefined) return false;
|
|
@@ -270,6 +277,7 @@ export function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoFromJSONTyp
|
|
|
270
277
|
'allowThirdPartySalesDataSharing': json['allowThirdPartySalesDataSharing'],
|
|
271
278
|
'leadPriceNegotiator': DomainLeadPriceNegotiatorAiAgentConfigurationDtoFromJSON(json['leadPriceNegotiator']),
|
|
272
279
|
'auction': DomainAuctionDtoFromJSON(json['auction']),
|
|
280
|
+
'paidAuctionPrice': MoneyDtoFromJSON(json['paidAuctionPrice']),
|
|
273
281
|
'hasAcceptedLead': json['hasAcceptedLead'],
|
|
274
282
|
'account': AccountDtoFromJSON(json['account']),
|
|
275
283
|
'hasAuction': json['hasAuction'],
|
|
@@ -307,6 +315,7 @@ export function IntersectionDomainDtoWithAccountDtoWithAuctionInfoDtoToJSONTyped
|
|
|
307
315
|
'allowThirdPartySalesDataSharing': value['allowThirdPartySalesDataSharing'],
|
|
308
316
|
'leadPriceNegotiator': DomainLeadPriceNegotiatorAiAgentConfigurationDtoToJSON(value['leadPriceNegotiator']),
|
|
309
317
|
'auction': DomainAuctionDtoToJSON(value['auction']),
|
|
318
|
+
'paidAuctionPrice': MoneyDtoToJSON(value['paidAuctionPrice']),
|
|
310
319
|
'hasAcceptedLead': value['hasAcceptedLead'],
|
|
311
320
|
'account': AccountDtoToJSON(value['account']),
|
|
312
321
|
'hasAuction': value['hasAuction'],
|
|
@@ -190,6 +190,12 @@ export interface IntersectionDomainDtoWithHijackerDtoWithAccountDto {
|
|
|
190
190
|
* @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
|
|
191
191
|
*/
|
|
192
192
|
auction: DomainAuctionDto | null;
|
|
193
|
+
/**
|
|
194
|
+
* The paid auction price
|
|
195
|
+
* @type {MoneyDto}
|
|
196
|
+
* @memberof IntersectionDomainDtoWithHijackerDtoWithAccountDto
|
|
197
|
+
*/
|
|
198
|
+
paidAuctionPrice: MoneyDto;
|
|
193
199
|
/**
|
|
194
200
|
* Whether the domain has an open lead
|
|
195
201
|
* @type {boolean}
|
|
@@ -234,6 +240,7 @@ export function instanceOfIntersectionDomainDtoWithHijackerDtoWithAccountDto(val
|
|
|
234
240
|
if (!('allowThirdPartySalesDataSharing' in value) || value['allowThirdPartySalesDataSharing'] === undefined) return false;
|
|
235
241
|
if (!('leadPriceNegotiator' in value) || value['leadPriceNegotiator'] === undefined) return false;
|
|
236
242
|
if (!('auction' in value) || value['auction'] === undefined) return false;
|
|
243
|
+
if (!('paidAuctionPrice' in value) || value['paidAuctionPrice'] === undefined) return false;
|
|
237
244
|
if (!('hasAcceptedLead' in value) || value['hasAcceptedLead'] === undefined) return false;
|
|
238
245
|
if (!('hijacker' in value) || value['hijacker'] === undefined) return false;
|
|
239
246
|
if (!('account' in value) || value['account'] === undefined) return false;
|
|
@@ -270,6 +277,7 @@ export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoFromJSONTyped(
|
|
|
270
277
|
'allowThirdPartySalesDataSharing': json['allowThirdPartySalesDataSharing'],
|
|
271
278
|
'leadPriceNegotiator': DomainLeadPriceNegotiatorAiAgentConfigurationDtoFromJSON(json['leadPriceNegotiator']),
|
|
272
279
|
'auction': DomainAuctionDtoFromJSON(json['auction']),
|
|
280
|
+
'paidAuctionPrice': MoneyDtoFromJSON(json['paidAuctionPrice']),
|
|
273
281
|
'hasAcceptedLead': json['hasAcceptedLead'],
|
|
274
282
|
'hijacker': AccountDtoFromJSON(json['hijacker']),
|
|
275
283
|
'account': AccountDtoFromJSON(json['account']),
|
|
@@ -307,6 +315,7 @@ export function IntersectionDomainDtoWithHijackerDtoWithAccountDtoToJSONTyped(va
|
|
|
307
315
|
'allowThirdPartySalesDataSharing': value['allowThirdPartySalesDataSharing'],
|
|
308
316
|
'leadPriceNegotiator': DomainLeadPriceNegotiatorAiAgentConfigurationDtoToJSON(value['leadPriceNegotiator']),
|
|
309
317
|
'auction': DomainAuctionDtoToJSON(value['auction']),
|
|
318
|
+
'paidAuctionPrice': MoneyDtoToJSON(value['paidAuctionPrice']),
|
|
310
319
|
'hasAcceptedLead': value['hasAcceptedLead'],
|
|
311
320
|
'hijacker': AccountDtoToJSON(value['hijacker']),
|
|
312
321
|
'account': AccountDtoToJSON(value['account']),
|
|
@@ -196,6 +196,12 @@ export interface IntersectionDomainDtoWithSeoMetricsDto {
|
|
|
196
196
|
* @memberof IntersectionDomainDtoWithSeoMetricsDto
|
|
197
197
|
*/
|
|
198
198
|
auction: DomainAuctionDto | null;
|
|
199
|
+
/**
|
|
200
|
+
* The paid auction price
|
|
201
|
+
* @type {MoneyDto}
|
|
202
|
+
* @memberof IntersectionDomainDtoWithSeoMetricsDto
|
|
203
|
+
*/
|
|
204
|
+
paidAuctionPrice: MoneyDto;
|
|
199
205
|
/**
|
|
200
206
|
* Whether the domain has an open lead
|
|
201
207
|
* @type {boolean}
|
|
@@ -229,6 +235,7 @@ export function instanceOfIntersectionDomainDtoWithSeoMetricsDto(value: object):
|
|
|
229
235
|
if (!('allowThirdPartySalesDataSharing' in value) || value['allowThirdPartySalesDataSharing'] === undefined) return false;
|
|
230
236
|
if (!('leadPriceNegotiator' in value) || value['leadPriceNegotiator'] === undefined) return false;
|
|
231
237
|
if (!('auction' in value) || value['auction'] === undefined) return false;
|
|
238
|
+
if (!('paidAuctionPrice' in value) || value['paidAuctionPrice'] === undefined) return false;
|
|
232
239
|
if (!('hasAcceptedLead' in value) || value['hasAcceptedLead'] === undefined) return false;
|
|
233
240
|
return true;
|
|
234
241
|
}
|
|
@@ -264,6 +271,7 @@ export function IntersectionDomainDtoWithSeoMetricsDtoFromJSONTyped(json: any, i
|
|
|
264
271
|
'allowThirdPartySalesDataSharing': json['allowThirdPartySalesDataSharing'],
|
|
265
272
|
'leadPriceNegotiator': DomainLeadPriceNegotiatorAiAgentConfigurationDtoFromJSON(json['leadPriceNegotiator']),
|
|
266
273
|
'auction': DomainAuctionDtoFromJSON(json['auction']),
|
|
274
|
+
'paidAuctionPrice': MoneyDtoFromJSON(json['paidAuctionPrice']),
|
|
267
275
|
'hasAcceptedLead': json['hasAcceptedLead'],
|
|
268
276
|
};
|
|
269
277
|
}
|
|
@@ -300,6 +308,7 @@ export function IntersectionDomainDtoWithSeoMetricsDtoToJSONTyped(value?: Inters
|
|
|
300
308
|
'allowThirdPartySalesDataSharing': value['allowThirdPartySalesDataSharing'],
|
|
301
309
|
'leadPriceNegotiator': DomainLeadPriceNegotiatorAiAgentConfigurationDtoToJSON(value['leadPriceNegotiator']),
|
|
302
310
|
'auction': DomainAuctionDtoToJSON(value['auction']),
|
|
311
|
+
'paidAuctionPrice': MoneyDtoToJSON(value['paidAuctionPrice']),
|
|
303
312
|
'hasAcceptedLead': value['hasAcceptedLead'],
|
|
304
313
|
};
|
|
305
314
|
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* Nameshift
|
|
5
|
+
* Nameshift API
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: 1.0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import { mapValues } from '../runtime';
|
|
16
|
+
/**
|
|
17
|
+
*
|
|
18
|
+
* @export
|
|
19
|
+
* @interface PayAccountPaymentInput
|
|
20
|
+
*/
|
|
21
|
+
export interface PayAccountPaymentInput {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {string}
|
|
25
|
+
* @memberof PayAccountPaymentInput
|
|
26
|
+
*/
|
|
27
|
+
paymentMethodId: string;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the PayAccountPaymentInput interface.
|
|
32
|
+
*/
|
|
33
|
+
export function instanceOfPayAccountPaymentInput(value: object): value is PayAccountPaymentInput {
|
|
34
|
+
if (!('paymentMethodId' in value) || value['paymentMethodId'] === undefined) return false;
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function PayAccountPaymentInputFromJSON(json: any): PayAccountPaymentInput {
|
|
39
|
+
return PayAccountPaymentInputFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export function PayAccountPaymentInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): PayAccountPaymentInput {
|
|
43
|
+
if (json == null) {
|
|
44
|
+
return json;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
|
|
48
|
+
'paymentMethodId': json['paymentMethodId'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function PayAccountPaymentInputToJSON(json: any): PayAccountPaymentInput {
|
|
53
|
+
return PayAccountPaymentInputToJSONTyped(json, false);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export function PayAccountPaymentInputToJSONTyped(value?: PayAccountPaymentInput | null, ignoreDiscriminator: boolean = false): any {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return {
|
|
62
|
+
|
|
63
|
+
'paymentMethodId': value['paymentMethodId'],
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -13,32 +13,12 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
import { mapValues } from '../runtime';
|
|
16
|
-
import type { MoneyInput } from './MoneyInput';
|
|
17
|
-
import {
|
|
18
|
-
MoneyInputFromJSON,
|
|
19
|
-
MoneyInputFromJSONTyped,
|
|
20
|
-
MoneyInputToJSON,
|
|
21
|
-
MoneyInputToJSONTyped,
|
|
22
|
-
} from './MoneyInput';
|
|
23
|
-
|
|
24
16
|
/**
|
|
25
17
|
*
|
|
26
18
|
* @export
|
|
27
19
|
* @interface StartAuctionInput
|
|
28
20
|
*/
|
|
29
21
|
export interface StartAuctionInput {
|
|
30
|
-
/**
|
|
31
|
-
* Minimum bid amount
|
|
32
|
-
* @type {MoneyInput}
|
|
33
|
-
* @memberof StartAuctionInput
|
|
34
|
-
*/
|
|
35
|
-
minimumBid?: MoneyInput;
|
|
36
|
-
/**
|
|
37
|
-
* Reserve price (optional)
|
|
38
|
-
* @type {MoneyInput}
|
|
39
|
-
* @memberof StartAuctionInput
|
|
40
|
-
*/
|
|
41
|
-
reservePrice?: MoneyInput;
|
|
42
22
|
/**
|
|
43
23
|
* Auction start date
|
|
44
24
|
* @type {string}
|
|
@@ -51,6 +31,12 @@ export interface StartAuctionInput {
|
|
|
51
31
|
* @memberof StartAuctionInput
|
|
52
32
|
*/
|
|
53
33
|
endDate: string;
|
|
34
|
+
/**
|
|
35
|
+
* Initial bid amount in the smallest currency unit (e.g., cents for EUR)
|
|
36
|
+
* @type {number}
|
|
37
|
+
* @memberof StartAuctionInput
|
|
38
|
+
*/
|
|
39
|
+
initialBidAmount?: number;
|
|
54
40
|
}
|
|
55
41
|
|
|
56
42
|
/**
|
|
@@ -72,10 +58,9 @@ export function StartAuctionInputFromJSONTyped(json: any, ignoreDiscriminator: b
|
|
|
72
58
|
}
|
|
73
59
|
return {
|
|
74
60
|
|
|
75
|
-
'minimumBid': json['minimumBid'] == null ? undefined : MoneyInputFromJSON(json['minimumBid']),
|
|
76
|
-
'reservePrice': json['reservePrice'] == null ? undefined : MoneyInputFromJSON(json['reservePrice']),
|
|
77
61
|
'startDate': json['startDate'],
|
|
78
62
|
'endDate': json['endDate'],
|
|
63
|
+
'initialBidAmount': json['initialBidAmount'] == null ? undefined : json['initialBidAmount'],
|
|
79
64
|
};
|
|
80
65
|
}
|
|
81
66
|
|
|
@@ -90,10 +75,9 @@ export function StartAuctionInputToJSONTyped(value?: StartAuctionInput | null, i
|
|
|
90
75
|
|
|
91
76
|
return {
|
|
92
77
|
|
|
93
|
-
'minimumBid': MoneyInputToJSON(value['minimumBid']),
|
|
94
|
-
'reservePrice': MoneyInputToJSON(value['reservePrice']),
|
|
95
78
|
'startDate': value['startDate'],
|
|
96
79
|
'endDate': value['endDate'],
|
|
80
|
+
'initialBidAmount': value['initialBidAmount'],
|
|
97
81
|
};
|
|
98
82
|
}
|
|
99
83
|
|
|
@@ -20,6 +20,13 @@ import {
|
|
|
20
20
|
AuctionDurationDtoToJSON,
|
|
21
21
|
AuctionDurationDtoToJSONTyped,
|
|
22
22
|
} from './AuctionDurationDto';
|
|
23
|
+
import type { MoneyDto } from './MoneyDto';
|
|
24
|
+
import {
|
|
25
|
+
MoneyDtoFromJSON,
|
|
26
|
+
MoneyDtoFromJSONTyped,
|
|
27
|
+
MoneyDtoToJSON,
|
|
28
|
+
MoneyDtoToJSONTyped,
|
|
29
|
+
} from './MoneyDto';
|
|
23
30
|
|
|
24
31
|
/**
|
|
25
32
|
*
|
|
@@ -39,6 +46,12 @@ export interface UpdateAuctionConfigurationDto {
|
|
|
39
46
|
* @memberof UpdateAuctionConfigurationDto
|
|
40
47
|
*/
|
|
41
48
|
defaultInitialBidAmount?: number;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {MoneyDto}
|
|
52
|
+
* @memberof UpdateAuctionConfigurationDto
|
|
53
|
+
*/
|
|
54
|
+
paidAuctionPrice?: MoneyDto;
|
|
42
55
|
}
|
|
43
56
|
|
|
44
57
|
/**
|
|
@@ -60,6 +73,7 @@ export function UpdateAuctionConfigurationDtoFromJSONTyped(json: any, ignoreDisc
|
|
|
60
73
|
|
|
61
74
|
'defaultDurationFromLead': json['defaultDurationFromLead'] == null ? undefined : AuctionDurationDtoFromJSON(json['defaultDurationFromLead']),
|
|
62
75
|
'defaultInitialBidAmount': json['defaultInitialBidAmount'] == null ? undefined : json['defaultInitialBidAmount'],
|
|
76
|
+
'paidAuctionPrice': json['paidAuctionPrice'] == null ? undefined : MoneyDtoFromJSON(json['paidAuctionPrice']),
|
|
63
77
|
};
|
|
64
78
|
}
|
|
65
79
|
|
|
@@ -76,6 +90,7 @@ export function UpdateAuctionConfigurationDtoToJSONTyped(value?: UpdateAuctionCo
|
|
|
76
90
|
|
|
77
91
|
'defaultDurationFromLead': AuctionDurationDtoToJSON(value['defaultDurationFromLead']),
|
|
78
92
|
'defaultInitialBidAmount': value['defaultInitialBidAmount'],
|
|
93
|
+
'paidAuctionPrice': MoneyDtoToJSON(value['paidAuctionPrice']),
|
|
79
94
|
};
|
|
80
95
|
}
|
|
81
96
|
|
|
@@ -135,6 +135,7 @@ export const UserNotificationDtoTypeEnum = {
|
|
|
135
135
|
LEAD_CLOSED_SELLER: 'lead.closed.seller',
|
|
136
136
|
SELLER_PAYOUT_WAS_PAID: 'seller_payout_was_paid',
|
|
137
137
|
SELLER_INVOICE: 'seller_invoice',
|
|
138
|
+
SELLER_ACCOUNT_PAYMENT_INVOICE: 'seller_account_payment_invoice',
|
|
138
139
|
SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
|
|
139
140
|
SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
|
|
140
141
|
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
|
|
@@ -121,6 +121,7 @@ export const UserNotificationListItemDtoTypeEnum = {
|
|
|
121
121
|
LEAD_CLOSED_SELLER: 'lead.closed.seller',
|
|
122
122
|
SELLER_PAYOUT_WAS_PAID: 'seller_payout_was_paid',
|
|
123
123
|
SELLER_INVOICE: 'seller_invoice',
|
|
124
|
+
SELLER_ACCOUNT_PAYMENT_INVOICE: 'seller_account_payment_invoice',
|
|
124
125
|
SELLER_LEASE_TO_OWN_INSTALLMENT_INVOICE: 'seller_lease_to_own_installment_invoice',
|
|
125
126
|
SELLER_RENT_INSTALLMENT_INVOICE: 'seller_rent_installment_invoice',
|
|
126
127
|
AFFILIATE_COMMISSIONS_INVOICE: 'affiliate_commissions_invoice',
|
package/src/models/index.ts
CHANGED
|
@@ -11,6 +11,9 @@ export * from './AccountNotificationDto';
|
|
|
11
11
|
export * from './AccountNotificationReadStatusDto';
|
|
12
12
|
export * from './AccountOnboardingDto';
|
|
13
13
|
export * from './AccountOnboardingSessionDto';
|
|
14
|
+
export * from './AccountPaymentDto';
|
|
15
|
+
export * from './AccountPaymentMethodDto';
|
|
16
|
+
export * from './AccountPaymentMethodProfileDto';
|
|
14
17
|
export * from './AccountPayoutDto';
|
|
15
18
|
export * from './AccountSettingsAffiliateCommissionDto';
|
|
16
19
|
export * from './AccountSettingsAffiliateCommissionReferralDuration';
|
|
@@ -96,6 +99,8 @@ export * from './CompanyInformationDto';
|
|
|
96
99
|
export * from './CompanyTaxIdDto';
|
|
97
100
|
export * from './ConcreteDomainTransferTaskData';
|
|
98
101
|
export * from './ConflictException';
|
|
102
|
+
export * from './CreateAccountPaymentInput';
|
|
103
|
+
export * from './CreateAccountPaymentManualTransactionInput';
|
|
99
104
|
export * from './CreateBankAccountInput';
|
|
100
105
|
export * from './CreateBuyerLeadMessageInput';
|
|
101
106
|
export * from './CreateLeadInput';
|
|
@@ -105,6 +110,7 @@ export * from './CreateManualTransactionInput';
|
|
|
105
110
|
export * from './CreateOrderInput';
|
|
106
111
|
export * from './CreateSubscriptionBillingPeriodicityInput';
|
|
107
112
|
export * from './CreateSubscriptionInput';
|
|
113
|
+
export * from './CreateSubscriptionManualTransactionInput';
|
|
108
114
|
export * from './CursorBasedPageInfo';
|
|
109
115
|
export * from './CursorBasedPaginationResponse';
|
|
110
116
|
export * from './DeleteDomainsInput';
|
|
@@ -241,6 +247,7 @@ export * from './PaginateResponseLinks';
|
|
|
241
247
|
export * from './PaginateResponseMeta';
|
|
242
248
|
export * from './ParsedDomainDto';
|
|
243
249
|
export * from './PartnerAuctionDto';
|
|
250
|
+
export * from './PayAccountPaymentInput';
|
|
244
251
|
export * from './PrivateAccountGetMeResponse';
|
|
245
252
|
export * from './PublicAccountInformationDto';
|
|
246
253
|
export * from './PublicAuctionListItemDto';
|