@randock/nameshift-api-client 0.0.440 → 0.0.442
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 +8 -0
- package/README.md +3 -3
- package/dist/apis/AccountsApi.d.ts +1 -0
- package/dist/apis/AccountsApi.js +2 -1
- package/dist/apis/AdminApi.d.ts +49 -1
- package/dist/apis/AdminApi.js +187 -0
- package/dist/models/AccountPaymentMethodProfileDto.d.ts +1 -0
- package/dist/models/AccountPaymentMethodProfileDto.js +2 -1
- package/dist/models/AdminBankDepositAccountBankAccountDto.d.ts +39 -0
- package/dist/models/AdminBankDepositAccountBankAccountDto.js +56 -0
- package/dist/models/AdminBankDepositAccountDto.d.ts +38 -0
- package/dist/models/AdminBankDepositAccountDto.js +55 -0
- package/dist/models/AdminBankDepositDto.d.ts +76 -0
- package/dist/models/AdminBankDepositDto.js +81 -0
- package/dist/models/AdminBankDepositInvoiceDto.d.ts +54 -0
- package/dist/models/AdminBankDepositInvoiceDto.js +69 -0
- package/dist/models/AdminBankDepositInvoiceTransactionDto.d.ts +39 -0
- package/dist/models/AdminBankDepositInvoiceTransactionDto.js +56 -0
- package/dist/models/AdminVerificationDepositDto.d.ts +18 -0
- package/dist/models/AdminVerificationDepositDto.js +12 -0
- package/dist/models/AirwallexBankAccountDetailsDto.d.ts +6 -0
- package/dist/models/AirwallexBankAccountDetailsDto.js +2 -0
- package/dist/models/FeatureFlagListItemDto.d.ts +1 -0
- package/dist/models/FeatureFlagListItemDto.js +2 -1
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +1 -0
- package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +2 -1
- package/dist/models/InvoiceDtoTransaction.d.ts +8 -0
- package/dist/models/InvoiceDtoTransaction.js +7 -1
- package/dist/models/InvoiceTransactionDto.d.ts +8 -0
- package/dist/models/InvoiceTransactionDto.js +7 -1
- package/dist/models/LinkBankDepositToBankAccountInput.d.ts +32 -0
- package/dist/models/LinkBankDepositToBankAccountInput.js +51 -0
- package/dist/models/LinkBankDepositToInvoiceInput.d.ts +32 -0
- package/dist/models/LinkBankDepositToInvoiceInput.js +51 -0
- package/dist/models/ListBankDeposits200Response.d.ts +47 -0
- package/dist/models/ListBankDeposits200Response.js +62 -0
- package/dist/models/OrderListItemDto.d.ts +1 -1
- package/dist/models/OrderListItemDtoTransaction.d.ts +99 -2
- package/dist/models/OrderListItemDtoTransaction.js +96 -5
- package/dist/models/PrivateAccountGetMeResponse.d.ts +1 -0
- package/dist/models/PrivateAccountGetMeResponse.js +2 -1
- package/dist/models/SubscriptionListItemDtoTransaction.d.ts +1 -0
- package/dist/models/SubscriptionListItemDtoTransaction.js +2 -1
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.js +8 -0
- package/package.json +1 -1
- package/src/apis/AccountsApi.ts +2 -1
- package/src/apis/AdminApi.ts +192 -0
- package/src/models/AccountPaymentMethodProfileDto.ts +2 -1
- package/src/models/AdminBankDepositAccountBankAccountDto.ts +83 -0
- package/src/models/AdminBankDepositAccountDto.ts +75 -0
- package/src/models/AdminBankDepositDto.ts +144 -0
- package/src/models/AdminBankDepositInvoiceDto.ts +97 -0
- package/src/models/AdminBankDepositInvoiceTransactionDto.ts +83 -0
- package/src/models/AdminVerificationDepositDto.ts +27 -0
- package/src/models/AirwallexBankAccountDetailsDto.ts +8 -0
- package/src/models/FeatureFlagListItemDto.ts +2 -1
- package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +2 -1
- package/src/models/InvoiceDtoTransaction.ts +19 -1
- package/src/models/InvoiceTransactionDto.ts +19 -1
- package/src/models/LinkBankDepositToBankAccountInput.ts +66 -0
- package/src/models/LinkBankDepositToInvoiceInput.ts +66 -0
- package/src/models/ListBankDeposits200Response.ts +106 -0
- package/src/models/OrderListItemDto.ts +1 -1
- package/src/models/OrderListItemDtoTransaction.ts +111 -6
- package/src/models/PrivateAccountGetMeResponse.ts +2 -1
- package/src/models/SubscriptionListItemDtoTransaction.ts +2 -1
- package/src/models/index.ts +8 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nameshift
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface LinkBankDepositToInvoiceInput
|
|
16
|
+
*/
|
|
17
|
+
export interface LinkBankDepositToInvoiceInput {
|
|
18
|
+
/**
|
|
19
|
+
* Invoice UUID to link to the deposit
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof LinkBankDepositToInvoiceInput
|
|
22
|
+
*/
|
|
23
|
+
invoiceId: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Check if a given object implements the LinkBankDepositToInvoiceInput interface.
|
|
27
|
+
*/
|
|
28
|
+
export declare function instanceOfLinkBankDepositToInvoiceInput(value: object): value is LinkBankDepositToInvoiceInput;
|
|
29
|
+
export declare function LinkBankDepositToInvoiceInputFromJSON(json: any): LinkBankDepositToInvoiceInput;
|
|
30
|
+
export declare function LinkBankDepositToInvoiceInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): LinkBankDepositToInvoiceInput;
|
|
31
|
+
export declare function LinkBankDepositToInvoiceInputToJSON(json: any): LinkBankDepositToInvoiceInput;
|
|
32
|
+
export declare function LinkBankDepositToInvoiceInputToJSONTyped(value?: LinkBankDepositToInvoiceInput | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Nameshift
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfLinkBankDepositToInvoiceInput = instanceOfLinkBankDepositToInvoiceInput;
|
|
17
|
+
exports.LinkBankDepositToInvoiceInputFromJSON = LinkBankDepositToInvoiceInputFromJSON;
|
|
18
|
+
exports.LinkBankDepositToInvoiceInputFromJSONTyped = LinkBankDepositToInvoiceInputFromJSONTyped;
|
|
19
|
+
exports.LinkBankDepositToInvoiceInputToJSON = LinkBankDepositToInvoiceInputToJSON;
|
|
20
|
+
exports.LinkBankDepositToInvoiceInputToJSONTyped = LinkBankDepositToInvoiceInputToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the LinkBankDepositToInvoiceInput interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfLinkBankDepositToInvoiceInput(value) {
|
|
25
|
+
if (!('invoiceId' in value) || value['invoiceId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function LinkBankDepositToInvoiceInputFromJSON(json) {
|
|
30
|
+
return LinkBankDepositToInvoiceInputFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function LinkBankDepositToInvoiceInputFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'invoiceId': json['invoiceId'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function LinkBankDepositToInvoiceInputToJSON(json) {
|
|
41
|
+
return LinkBankDepositToInvoiceInputToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function LinkBankDepositToInvoiceInputToJSONTyped(value, ignoreDiscriminator) {
|
|
44
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'invoiceId': value['invoiceId'],
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Nameshift
|
|
3
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { PaginateResponseLinks } from './PaginateResponseLinks';
|
|
13
|
+
import type { AdminBankDepositDto } from './AdminBankDepositDto';
|
|
14
|
+
import type { PaginateResponseMeta } from './PaginateResponseMeta';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface ListBankDeposits200Response
|
|
19
|
+
*/
|
|
20
|
+
export interface ListBankDeposits200Response {
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @type {Array<AdminBankDepositDto>}
|
|
24
|
+
* @memberof ListBankDeposits200Response
|
|
25
|
+
*/
|
|
26
|
+
data: Array<AdminBankDepositDto>;
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {PaginateResponseMeta}
|
|
30
|
+
* @memberof ListBankDeposits200Response
|
|
31
|
+
*/
|
|
32
|
+
meta: PaginateResponseMeta;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {PaginateResponseLinks}
|
|
36
|
+
* @memberof ListBankDeposits200Response
|
|
37
|
+
*/
|
|
38
|
+
links: PaginateResponseLinks;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the ListBankDeposits200Response interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfListBankDeposits200Response(value: object): value is ListBankDeposits200Response;
|
|
44
|
+
export declare function ListBankDeposits200ResponseFromJSON(json: any): ListBankDeposits200Response;
|
|
45
|
+
export declare function ListBankDeposits200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): ListBankDeposits200Response;
|
|
46
|
+
export declare function ListBankDeposits200ResponseToJSON(json: any): ListBankDeposits200Response;
|
|
47
|
+
export declare function ListBankDeposits200ResponseToJSONTyped(value?: ListBankDeposits200Response | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Nameshift
|
|
6
|
+
* Nameshift domain marketplace and management API. ## Authentication - **Bearer JWT** — Seller and buyer sessions obtained via login endpoints. - **API key** — Pass the `apikey` header for programmatic seller access. ## Audiences - **(public)** tags — Unauthenticated or buyer-facing endpoints. - **Accounts / Domains / Leads / Buyers** — Seller or buyer resources. - **Partner** — Partner integrations.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfListBankDeposits200Response = instanceOfListBankDeposits200Response;
|
|
17
|
+
exports.ListBankDeposits200ResponseFromJSON = ListBankDeposits200ResponseFromJSON;
|
|
18
|
+
exports.ListBankDeposits200ResponseFromJSONTyped = ListBankDeposits200ResponseFromJSONTyped;
|
|
19
|
+
exports.ListBankDeposits200ResponseToJSON = ListBankDeposits200ResponseToJSON;
|
|
20
|
+
exports.ListBankDeposits200ResponseToJSONTyped = ListBankDeposits200ResponseToJSONTyped;
|
|
21
|
+
var PaginateResponseLinks_1 = require("./PaginateResponseLinks");
|
|
22
|
+
var AdminBankDepositDto_1 = require("./AdminBankDepositDto");
|
|
23
|
+
var PaginateResponseMeta_1 = require("./PaginateResponseMeta");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the ListBankDeposits200Response interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfListBankDeposits200Response(value) {
|
|
28
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('meta' in value) || value['meta'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('links' in value) || value['links'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
return true;
|
|
35
|
+
}
|
|
36
|
+
function ListBankDeposits200ResponseFromJSON(json) {
|
|
37
|
+
return ListBankDeposits200ResponseFromJSONTyped(json, false);
|
|
38
|
+
}
|
|
39
|
+
function ListBankDeposits200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
40
|
+
if (json == null) {
|
|
41
|
+
return json;
|
|
42
|
+
}
|
|
43
|
+
return {
|
|
44
|
+
'data': (json['data'].map(AdminBankDepositDto_1.AdminBankDepositDtoFromJSON)),
|
|
45
|
+
'meta': (0, PaginateResponseMeta_1.PaginateResponseMetaFromJSON)(json['meta']),
|
|
46
|
+
'links': (0, PaginateResponseLinks_1.PaginateResponseLinksFromJSON)(json['links']),
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
function ListBankDeposits200ResponseToJSON(json) {
|
|
50
|
+
return ListBankDeposits200ResponseToJSONTyped(json, false);
|
|
51
|
+
}
|
|
52
|
+
function ListBankDeposits200ResponseToJSONTyped(value, ignoreDiscriminator) {
|
|
53
|
+
if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'data': (value['data'].map(AdminBankDepositDto_1.AdminBankDepositDtoToJSON)),
|
|
59
|
+
'meta': (0, PaginateResponseMeta_1.PaginateResponseMetaToJSON)(value['meta']),
|
|
60
|
+
'links': (0, PaginateResponseLinks_1.PaginateResponseLinksToJSON)(value['links']),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -105,7 +105,7 @@ export interface OrderListItemDto {
|
|
|
105
105
|
*/
|
|
106
106
|
domainTransferId: string | null;
|
|
107
107
|
/**
|
|
108
|
-
*
|
|
108
|
+
* Paid invoice transaction when available, otherwise the latest transaction.
|
|
109
109
|
* @type {OrderListItemDtoTransaction}
|
|
110
110
|
* @memberof OrderListItemDto
|
|
111
111
|
*/
|
|
@@ -21,6 +21,12 @@ export interface OrderListItemDtoTransaction {
|
|
|
21
21
|
* @memberof OrderListItemDtoTransaction
|
|
22
22
|
*/
|
|
23
23
|
id: string;
|
|
24
|
+
/**
|
|
25
|
+
* Invoice transaction status.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof OrderListItemDtoTransaction
|
|
28
|
+
*/
|
|
29
|
+
status: OrderListItemDtoTransactionStatusEnum;
|
|
24
30
|
/**
|
|
25
31
|
* Payment gateway.
|
|
26
32
|
* @type {string}
|
|
@@ -28,12 +34,30 @@ export interface OrderListItemDtoTransaction {
|
|
|
28
34
|
*/
|
|
29
35
|
gateway: OrderListItemDtoTransactionGatewayEnum;
|
|
30
36
|
/**
|
|
31
|
-
*
|
|
37
|
+
* Selected payment method.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof OrderListItemDtoTransaction
|
|
40
|
+
*/
|
|
41
|
+
paymentMethod: OrderListItemDtoTransactionPaymentMethodEnum;
|
|
42
|
+
/**
|
|
43
|
+
* Processed bank deposit ID linked to this transaction, if any.
|
|
32
44
|
* @type {string}
|
|
33
45
|
* @memberof OrderListItemDtoTransaction
|
|
34
46
|
*/
|
|
35
|
-
|
|
47
|
+
depositId: string | null;
|
|
36
48
|
}
|
|
49
|
+
/**
|
|
50
|
+
* @export
|
|
51
|
+
*/
|
|
52
|
+
export declare const OrderListItemDtoTransactionStatusEnum: {
|
|
53
|
+
readonly OPEN: "open";
|
|
54
|
+
readonly PAID: "paid";
|
|
55
|
+
readonly PENDING: "pending";
|
|
56
|
+
readonly ERROR: "error";
|
|
57
|
+
readonly CANCELLED: "cancelled";
|
|
58
|
+
readonly REFUNDED: "refunded";
|
|
59
|
+
};
|
|
60
|
+
export type OrderListItemDtoTransactionStatusEnum = typeof OrderListItemDtoTransactionStatusEnum[keyof typeof OrderListItemDtoTransactionStatusEnum];
|
|
37
61
|
/**
|
|
38
62
|
* @export
|
|
39
63
|
*/
|
|
@@ -41,8 +65,81 @@ export declare const OrderListItemDtoTransactionGatewayEnum: {
|
|
|
41
65
|
readonly STRIPE: "stripe";
|
|
42
66
|
readonly MOLLIE: "mollie";
|
|
43
67
|
readonly NICKY: "nicky";
|
|
68
|
+
readonly AIRWALLEX: "airwallex";
|
|
44
69
|
};
|
|
45
70
|
export type OrderListItemDtoTransactionGatewayEnum = typeof OrderListItemDtoTransactionGatewayEnum[keyof typeof OrderListItemDtoTransactionGatewayEnum];
|
|
71
|
+
/**
|
|
72
|
+
* @export
|
|
73
|
+
*/
|
|
74
|
+
export declare const OrderListItemDtoTransactionPaymentMethodEnum: {
|
|
75
|
+
readonly ACSS_DEBIT: "acss_debit";
|
|
76
|
+
readonly AFFIRM: "affirm";
|
|
77
|
+
readonly AFTERPAY_CLEARPAY: "afterpay_clearpay";
|
|
78
|
+
readonly ALIPAY: "alipay";
|
|
79
|
+
readonly ALMA: "alma";
|
|
80
|
+
readonly AMAZON_PAY: "amazon_pay";
|
|
81
|
+
readonly APPLE_PAY: "apple_pay";
|
|
82
|
+
readonly AU_BECS_DEBIT: "au_becs_debit";
|
|
83
|
+
readonly BACS_DEBIT: "bacs_debit";
|
|
84
|
+
readonly BANCOMAT_PAY: "bancomat_pay";
|
|
85
|
+
readonly BANCONTACT: "bancontact";
|
|
86
|
+
readonly BELFIUS: "belfius";
|
|
87
|
+
readonly BILLIE: "billie";
|
|
88
|
+
readonly BLIK: "blik";
|
|
89
|
+
readonly BOLETO: "boleto";
|
|
90
|
+
readonly BANK_TRANSFER: "bank_transfer";
|
|
91
|
+
readonly CARD: "card";
|
|
92
|
+
readonly CARD_PRESENT: "card_present";
|
|
93
|
+
readonly CASHAPP: "cashapp";
|
|
94
|
+
readonly CUSTOMER_BALANCE: "customer_balance";
|
|
95
|
+
readonly EPS: "eps";
|
|
96
|
+
readonly FPX: "fpx";
|
|
97
|
+
readonly GIFTCARD: "giftcard";
|
|
98
|
+
readonly GIROPAY: "giropay";
|
|
99
|
+
readonly GOOGLE_PAY: "google_pay";
|
|
100
|
+
readonly GOPAY: "gopay";
|
|
101
|
+
readonly GRABPAY: "grabpay";
|
|
102
|
+
readonly ID_BANK_TRANSFER: "id_bank_transfer";
|
|
103
|
+
readonly IDEAL: "ideal";
|
|
104
|
+
readonly IN3: "in3";
|
|
105
|
+
readonly INTERAC_PRESENT: "interac_present";
|
|
106
|
+
readonly KAKAO_PAY: "kakao_pay";
|
|
107
|
+
readonly KBC: "kbc";
|
|
108
|
+
readonly KLARNA: "klarna";
|
|
109
|
+
readonly KONBINI: "konbini";
|
|
110
|
+
readonly KR_CARD: "kr_card";
|
|
111
|
+
readonly LINK: "link";
|
|
112
|
+
readonly MB_WAY: "mb_way";
|
|
113
|
+
readonly MOBILEPAY: "mobilepay";
|
|
114
|
+
readonly MULTIBANCO: "multibanco";
|
|
115
|
+
readonly NAVER_PAY: "naver_pay";
|
|
116
|
+
readonly NZ_BANK_ACCOUNT: "nz_bank_account";
|
|
117
|
+
readonly OXXO: "oxxo";
|
|
118
|
+
readonly PAY_BY_BANK: "pay_by_bank";
|
|
119
|
+
readonly PAYCO: "payco";
|
|
120
|
+
readonly PAYNOW: "paynow";
|
|
121
|
+
readonly PAYPAL: "paypal";
|
|
122
|
+
readonly PAYTO: "payto";
|
|
123
|
+
readonly PIX: "pix";
|
|
124
|
+
readonly PROMPTPAY: "promptpay";
|
|
125
|
+
readonly PRZELEWY24: "przelewy24";
|
|
126
|
+
readonly QRIS: "qris";
|
|
127
|
+
readonly RECHNUNG: "rechnung";
|
|
128
|
+
readonly REVOLUT_PAY: "revolut_pay";
|
|
129
|
+
readonly SAMSUNG_PAY: "samsung_pay";
|
|
130
|
+
readonly SATISPAY: "satispay";
|
|
131
|
+
readonly SEPA_DEBIT: "sepa_debit";
|
|
132
|
+
readonly SHOPEEPAY: "shopeepay";
|
|
133
|
+
readonly SOFORT: "sofort";
|
|
134
|
+
readonly STRIPE_BALANCE: "stripe_balance";
|
|
135
|
+
readonly SWISH: "swish";
|
|
136
|
+
readonly TWINT: "twint";
|
|
137
|
+
readonly US_BANK_ACCOUNT: "us_bank_account";
|
|
138
|
+
readonly VOUCHER: "voucher";
|
|
139
|
+
readonly WECHAT_PAY: "wechat_pay";
|
|
140
|
+
readonly ZIP: "zip";
|
|
141
|
+
};
|
|
142
|
+
export type OrderListItemDtoTransactionPaymentMethodEnum = typeof OrderListItemDtoTransactionPaymentMethodEnum[keyof typeof OrderListItemDtoTransactionPaymentMethodEnum];
|
|
46
143
|
/**
|
|
47
144
|
* Check if a given object implements the OrderListItemDtoTransaction interface.
|
|
48
145
|
*/
|
|
@@ -13,19 +13,102 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.OrderListItemDtoTransactionGatewayEnum = void 0;
|
|
16
|
+
exports.OrderListItemDtoTransactionPaymentMethodEnum = exports.OrderListItemDtoTransactionGatewayEnum = exports.OrderListItemDtoTransactionStatusEnum = void 0;
|
|
17
17
|
exports.instanceOfOrderListItemDtoTransaction = instanceOfOrderListItemDtoTransaction;
|
|
18
18
|
exports.OrderListItemDtoTransactionFromJSON = OrderListItemDtoTransactionFromJSON;
|
|
19
19
|
exports.OrderListItemDtoTransactionFromJSONTyped = OrderListItemDtoTransactionFromJSONTyped;
|
|
20
20
|
exports.OrderListItemDtoTransactionToJSON = OrderListItemDtoTransactionToJSON;
|
|
21
21
|
exports.OrderListItemDtoTransactionToJSONTyped = OrderListItemDtoTransactionToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.OrderListItemDtoTransactionStatusEnum = {
|
|
26
|
+
OPEN: 'open',
|
|
27
|
+
PAID: 'paid',
|
|
28
|
+
PENDING: 'pending',
|
|
29
|
+
ERROR: 'error',
|
|
30
|
+
CANCELLED: 'cancelled',
|
|
31
|
+
REFUNDED: 'refunded'
|
|
32
|
+
};
|
|
22
33
|
/**
|
|
23
34
|
* @export
|
|
24
35
|
*/
|
|
25
36
|
exports.OrderListItemDtoTransactionGatewayEnum = {
|
|
26
37
|
STRIPE: 'stripe',
|
|
27
38
|
MOLLIE: 'mollie',
|
|
28
|
-
NICKY: 'nicky'
|
|
39
|
+
NICKY: 'nicky',
|
|
40
|
+
AIRWALLEX: 'airwallex'
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* @export
|
|
44
|
+
*/
|
|
45
|
+
exports.OrderListItemDtoTransactionPaymentMethodEnum = {
|
|
46
|
+
ACSS_DEBIT: 'acss_debit',
|
|
47
|
+
AFFIRM: 'affirm',
|
|
48
|
+
AFTERPAY_CLEARPAY: 'afterpay_clearpay',
|
|
49
|
+
ALIPAY: 'alipay',
|
|
50
|
+
ALMA: 'alma',
|
|
51
|
+
AMAZON_PAY: 'amazon_pay',
|
|
52
|
+
APPLE_PAY: 'apple_pay',
|
|
53
|
+
AU_BECS_DEBIT: 'au_becs_debit',
|
|
54
|
+
BACS_DEBIT: 'bacs_debit',
|
|
55
|
+
BANCOMAT_PAY: 'bancomat_pay',
|
|
56
|
+
BANCONTACT: 'bancontact',
|
|
57
|
+
BELFIUS: 'belfius',
|
|
58
|
+
BILLIE: 'billie',
|
|
59
|
+
BLIK: 'blik',
|
|
60
|
+
BOLETO: 'boleto',
|
|
61
|
+
BANK_TRANSFER: 'bank_transfer',
|
|
62
|
+
CARD: 'card',
|
|
63
|
+
CARD_PRESENT: 'card_present',
|
|
64
|
+
CASHAPP: 'cashapp',
|
|
65
|
+
CUSTOMER_BALANCE: 'customer_balance',
|
|
66
|
+
EPS: 'eps',
|
|
67
|
+
FPX: 'fpx',
|
|
68
|
+
GIFTCARD: 'giftcard',
|
|
69
|
+
GIROPAY: 'giropay',
|
|
70
|
+
GOOGLE_PAY: 'google_pay',
|
|
71
|
+
GOPAY: 'gopay',
|
|
72
|
+
GRABPAY: 'grabpay',
|
|
73
|
+
ID_BANK_TRANSFER: 'id_bank_transfer',
|
|
74
|
+
IDEAL: 'ideal',
|
|
75
|
+
IN3: 'in3',
|
|
76
|
+
INTERAC_PRESENT: 'interac_present',
|
|
77
|
+
KAKAO_PAY: 'kakao_pay',
|
|
78
|
+
KBC: 'kbc',
|
|
79
|
+
KLARNA: 'klarna',
|
|
80
|
+
KONBINI: 'konbini',
|
|
81
|
+
KR_CARD: 'kr_card',
|
|
82
|
+
LINK: 'link',
|
|
83
|
+
MB_WAY: 'mb_way',
|
|
84
|
+
MOBILEPAY: 'mobilepay',
|
|
85
|
+
MULTIBANCO: 'multibanco',
|
|
86
|
+
NAVER_PAY: 'naver_pay',
|
|
87
|
+
NZ_BANK_ACCOUNT: 'nz_bank_account',
|
|
88
|
+
OXXO: 'oxxo',
|
|
89
|
+
PAY_BY_BANK: 'pay_by_bank',
|
|
90
|
+
PAYCO: 'payco',
|
|
91
|
+
PAYNOW: 'paynow',
|
|
92
|
+
PAYPAL: 'paypal',
|
|
93
|
+
PAYTO: 'payto',
|
|
94
|
+
PIX: 'pix',
|
|
95
|
+
PROMPTPAY: 'promptpay',
|
|
96
|
+
PRZELEWY24: 'przelewy24',
|
|
97
|
+
QRIS: 'qris',
|
|
98
|
+
RECHNUNG: 'rechnung',
|
|
99
|
+
REVOLUT_PAY: 'revolut_pay',
|
|
100
|
+
SAMSUNG_PAY: 'samsung_pay',
|
|
101
|
+
SATISPAY: 'satispay',
|
|
102
|
+
SEPA_DEBIT: 'sepa_debit',
|
|
103
|
+
SHOPEEPAY: 'shopeepay',
|
|
104
|
+
SOFORT: 'sofort',
|
|
105
|
+
STRIPE_BALANCE: 'stripe_balance',
|
|
106
|
+
SWISH: 'swish',
|
|
107
|
+
TWINT: 'twint',
|
|
108
|
+
US_BANK_ACCOUNT: 'us_bank_account',
|
|
109
|
+
VOUCHER: 'voucher',
|
|
110
|
+
WECHAT_PAY: 'wechat_pay',
|
|
111
|
+
ZIP: 'zip'
|
|
29
112
|
};
|
|
30
113
|
/**
|
|
31
114
|
* Check if a given object implements the OrderListItemDtoTransaction interface.
|
|
@@ -33,9 +116,13 @@ exports.OrderListItemDtoTransactionGatewayEnum = {
|
|
|
33
116
|
function instanceOfOrderListItemDtoTransaction(value) {
|
|
34
117
|
if (!('id' in value) || value['id'] === undefined)
|
|
35
118
|
return false;
|
|
119
|
+
if (!('status' in value) || value['status'] === undefined)
|
|
120
|
+
return false;
|
|
36
121
|
if (!('gateway' in value) || value['gateway'] === undefined)
|
|
37
122
|
return false;
|
|
38
|
-
if (!('
|
|
123
|
+
if (!('paymentMethod' in value) || value['paymentMethod'] === undefined)
|
|
124
|
+
return false;
|
|
125
|
+
if (!('depositId' in value) || value['depositId'] === undefined)
|
|
39
126
|
return false;
|
|
40
127
|
return true;
|
|
41
128
|
}
|
|
@@ -48,8 +135,10 @@ function OrderListItemDtoTransactionFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
135
|
}
|
|
49
136
|
return {
|
|
50
137
|
'id': json['id'],
|
|
138
|
+
'status': json['status'],
|
|
51
139
|
'gateway': json['gateway'],
|
|
52
|
-
'
|
|
140
|
+
'paymentMethod': json['paymentMethod'],
|
|
141
|
+
'depositId': json['depositId'],
|
|
53
142
|
};
|
|
54
143
|
}
|
|
55
144
|
function OrderListItemDtoTransactionToJSON(json) {
|
|
@@ -62,7 +151,9 @@ function OrderListItemDtoTransactionToJSONTyped(value, ignoreDiscriminator) {
|
|
|
62
151
|
}
|
|
63
152
|
return {
|
|
64
153
|
'id': value['id'],
|
|
154
|
+
'status': value['status'],
|
|
65
155
|
'gateway': value['gateway'],
|
|
66
|
-
'
|
|
156
|
+
'paymentMethod': value['paymentMethod'],
|
|
157
|
+
'depositId': value['depositId'],
|
|
67
158
|
};
|
|
68
159
|
}
|
|
@@ -136,6 +136,7 @@ export declare const PrivateAccountGetMeResponseEnabledFeaturesEnum: {
|
|
|
136
136
|
readonly ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: "ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE";
|
|
137
137
|
readonly USE_MAILER_FALLBACK_URL: "USE_MAILER_FALLBACK_URL";
|
|
138
138
|
readonly USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: "USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST";
|
|
139
|
+
readonly AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD: "AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD";
|
|
139
140
|
};
|
|
140
141
|
export type PrivateAccountGetMeResponseEnabledFeaturesEnum = typeof PrivateAccountGetMeResponseEnabledFeaturesEnum[keyof typeof PrivateAccountGetMeResponseEnabledFeaturesEnum];
|
|
141
142
|
/**
|
|
@@ -54,7 +54,8 @@ exports.PrivateAccountGetMeResponseEnabledFeaturesEnum = {
|
|
|
54
54
|
ALLOW_FREE_SETUP_RESERVE_PRICE: 'ALLOW_FREE_SETUP_RESERVE_PRICE',
|
|
55
55
|
ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE: 'ALLOW_FREE_SETUP_CUSTOM_INITIAL_PRICE',
|
|
56
56
|
USE_MAILER_FALLBACK_URL: 'USE_MAILER_FALLBACK_URL',
|
|
57
|
-
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST'
|
|
57
|
+
USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST: 'USE_MAILER_FALLBACK_FOR_MANUAL_OTP_REQUEST',
|
|
58
|
+
AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD: 'AIRWALLEX_BANK_TRANSFER_PAYMENT_METHOD'
|
|
58
59
|
};
|
|
59
60
|
/**
|
|
60
61
|
* Check if a given object implements the PrivateAccountGetMeResponse interface.
|
|
@@ -41,6 +41,7 @@ export declare const SubscriptionListItemDtoTransactionGatewayEnum: {
|
|
|
41
41
|
readonly STRIPE: "stripe";
|
|
42
42
|
readonly MOLLIE: "mollie";
|
|
43
43
|
readonly NICKY: "nicky";
|
|
44
|
+
readonly AIRWALLEX: "airwallex";
|
|
44
45
|
};
|
|
45
46
|
export type SubscriptionListItemDtoTransactionGatewayEnum = typeof SubscriptionListItemDtoTransactionGatewayEnum[keyof typeof SubscriptionListItemDtoTransactionGatewayEnum];
|
|
46
47
|
/**
|
|
@@ -25,7 +25,8 @@ exports.SubscriptionListItemDtoTransactionToJSONTyped = SubscriptionListItemDtoT
|
|
|
25
25
|
exports.SubscriptionListItemDtoTransactionGatewayEnum = {
|
|
26
26
|
STRIPE: 'stripe',
|
|
27
27
|
MOLLIE: 'mollie',
|
|
28
|
-
NICKY: 'nicky'
|
|
28
|
+
NICKY: 'nicky',
|
|
29
|
+
AIRWALLEX: 'airwallex'
|
|
29
30
|
};
|
|
30
31
|
/**
|
|
31
32
|
* Check if a given object implements the SubscriptionListItemDtoTransaction interface.
|
package/dist/models/index.d.ts
CHANGED
|
@@ -43,6 +43,11 @@ export * from './AdminAccountSettingsInput';
|
|
|
43
43
|
export * from './AdminAuctionCommissionByDateRangeInput';
|
|
44
44
|
export * from './AdminAuctionConfigurationInput';
|
|
45
45
|
export * from './AdminBankAccountDto';
|
|
46
|
+
export * from './AdminBankDepositAccountBankAccountDto';
|
|
47
|
+
export * from './AdminBankDepositAccountDto';
|
|
48
|
+
export * from './AdminBankDepositDto';
|
|
49
|
+
export * from './AdminBankDepositInvoiceDto';
|
|
50
|
+
export * from './AdminBankDepositInvoiceTransactionDto';
|
|
46
51
|
export * from './AdminBuyerLoginDto';
|
|
47
52
|
export * from './AdminChallengeListDto';
|
|
48
53
|
export * from './AdminChallengeListItemDto';
|
|
@@ -271,6 +276,8 @@ export * from './LeaseToOwnDto';
|
|
|
271
276
|
export * from './LedgerMutationAttachmentDto';
|
|
272
277
|
export * from './LedgerMutationDto';
|
|
273
278
|
export * from './LedgerMutationsDto';
|
|
279
|
+
export * from './LinkBankDepositToBankAccountInput';
|
|
280
|
+
export * from './LinkBankDepositToInvoiceInput';
|
|
274
281
|
export * from './List200Response';
|
|
275
282
|
export * from './List200Response1';
|
|
276
283
|
export * from './List200Response2';
|
|
@@ -282,6 +289,7 @@ export * from './ListAccountUserDto';
|
|
|
282
289
|
export * from './ListAccounts200Response';
|
|
283
290
|
export * from './ListAuctions200Response';
|
|
284
291
|
export * from './ListBankAccounts200Response';
|
|
292
|
+
export * from './ListBankDeposits200Response';
|
|
285
293
|
export * from './ListBuyerNotifications200Response';
|
|
286
294
|
export * from './ListDomains200Response';
|
|
287
295
|
export * from './ListDomainsWithUpdatedPricing200Response';
|
package/dist/models/index.js
CHANGED
|
@@ -61,6 +61,11 @@ __exportStar(require("./AdminAccountSettingsInput"), exports);
|
|
|
61
61
|
__exportStar(require("./AdminAuctionCommissionByDateRangeInput"), exports);
|
|
62
62
|
__exportStar(require("./AdminAuctionConfigurationInput"), exports);
|
|
63
63
|
__exportStar(require("./AdminBankAccountDto"), exports);
|
|
64
|
+
__exportStar(require("./AdminBankDepositAccountBankAccountDto"), exports);
|
|
65
|
+
__exportStar(require("./AdminBankDepositAccountDto"), exports);
|
|
66
|
+
__exportStar(require("./AdminBankDepositDto"), exports);
|
|
67
|
+
__exportStar(require("./AdminBankDepositInvoiceDto"), exports);
|
|
68
|
+
__exportStar(require("./AdminBankDepositInvoiceTransactionDto"), exports);
|
|
64
69
|
__exportStar(require("./AdminBuyerLoginDto"), exports);
|
|
65
70
|
__exportStar(require("./AdminChallengeListDto"), exports);
|
|
66
71
|
__exportStar(require("./AdminChallengeListItemDto"), exports);
|
|
@@ -289,6 +294,8 @@ __exportStar(require("./LeaseToOwnDto"), exports);
|
|
|
289
294
|
__exportStar(require("./LedgerMutationAttachmentDto"), exports);
|
|
290
295
|
__exportStar(require("./LedgerMutationDto"), exports);
|
|
291
296
|
__exportStar(require("./LedgerMutationsDto"), exports);
|
|
297
|
+
__exportStar(require("./LinkBankDepositToBankAccountInput"), exports);
|
|
298
|
+
__exportStar(require("./LinkBankDepositToInvoiceInput"), exports);
|
|
292
299
|
__exportStar(require("./List200Response"), exports);
|
|
293
300
|
__exportStar(require("./List200Response1"), exports);
|
|
294
301
|
__exportStar(require("./List200Response2"), exports);
|
|
@@ -300,6 +307,7 @@ __exportStar(require("./ListAccountUserDto"), exports);
|
|
|
300
307
|
__exportStar(require("./ListAccounts200Response"), exports);
|
|
301
308
|
__exportStar(require("./ListAuctions200Response"), exports);
|
|
302
309
|
__exportStar(require("./ListBankAccounts200Response"), exports);
|
|
310
|
+
__exportStar(require("./ListBankDeposits200Response"), exports);
|
|
303
311
|
__exportStar(require("./ListBuyerNotifications200Response"), exports);
|
|
304
312
|
__exportStar(require("./ListDomains200Response"), exports);
|
|
305
313
|
__exportStar(require("./ListDomainsWithUpdatedPricing200Response"), exports);
|
package/package.json
CHANGED
package/src/apis/AccountsApi.ts
CHANGED
|
@@ -1061,6 +1061,7 @@ export class AccountsApi extends runtime.BaseAPI {
|
|
|
1061
1061
|
export const GetAccountPaymentMethodsGatewayEnum = {
|
|
1062
1062
|
STRIPE: 'stripe',
|
|
1063
1063
|
MOLLIE: 'mollie',
|
|
1064
|
-
NICKY: 'nicky'
|
|
1064
|
+
NICKY: 'nicky',
|
|
1065
|
+
AIRWALLEX: 'airwallex'
|
|
1065
1066
|
} as const;
|
|
1066
1067
|
export type GetAccountPaymentMethodsGatewayEnum = typeof GetAccountPaymentMethodsGatewayEnum[keyof typeof GetAccountPaymentMethodsGatewayEnum];
|