@unified-api/typescript-sdk 1.0.0 → 1.0.2
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 +54 -700
- package/dist/sdk/accounting.d.ts +0 -40
- package/dist/sdk/accounting.js +44 -696
- package/dist/sdk/link.d.ts +31 -0
- package/dist/sdk/link.js +503 -0
- package/dist/sdk/models/operations/{createaccountingpayment.d.ts → createpaymentlink.d.ts} +7 -7
- package/dist/sdk/models/operations/createpaymentlink.js +95 -0
- package/dist/sdk/models/operations/createpaymentpayment.d.ts +28 -0
- package/dist/sdk/models/operations/{createaccountingpayment.js → createpaymentpayment.js} +20 -20
- package/dist/sdk/models/operations/getpaymentlink.d.ts +35 -0
- package/dist/sdk/models/operations/getpaymentlink.js +99 -0
- package/dist/sdk/models/operations/{getaccountingpayment.d.ts → getpaymentpayment.d.ts} +6 -6
- package/dist/sdk/models/operations/{getaccountingpayment.js → getpaymentpayment.js} +20 -20
- package/dist/sdk/models/operations/{getaccountingpayout.d.ts → getpaymentpayout.d.ts} +6 -6
- package/dist/sdk/models/operations/{getaccountingpayout.js → getpaymentpayout.js} +20 -20
- package/dist/sdk/models/operations/{getaccountingrefund.d.ts → getpaymentrefund.d.ts} +6 -6
- package/dist/sdk/models/operations/{getaccountingrefund.js → getpaymentrefund.js} +20 -20
- package/dist/sdk/models/operations/getunifiedintegrationauth.d.ts +6 -4
- package/dist/sdk/models/operations/getunifiedintegrationauth.js +6 -4
- package/dist/sdk/models/operations/index.d.ts +16 -10
- package/dist/sdk/models/operations/index.js +16 -10
- package/dist/sdk/models/operations/listpaymentlinks.d.ts +51 -0
- package/dist/sdk/models/operations/listpaymentlinks.js +127 -0
- package/dist/sdk/models/operations/{listaccountingpayments.d.ts → listpaymentpayments.d.ts} +6 -6
- package/dist/sdk/models/operations/{listaccountingpayments.js → listpaymentpayments.js} +28 -28
- package/dist/sdk/models/operations/{listaccountingpayouts.d.ts → listpaymentpayouts.d.ts} +6 -6
- package/dist/sdk/models/operations/{listaccountingpayouts.js → listpaymentpayouts.js} +26 -26
- package/dist/sdk/models/operations/{listaccountingrefunds.d.ts → listpaymentrefunds.d.ts} +6 -6
- package/dist/sdk/models/operations/{listaccountingrefunds.js → listpaymentrefunds.js} +27 -27
- package/dist/sdk/models/operations/listunifiedconnections.d.ts +2 -1
- package/dist/sdk/models/operations/listunifiedconnections.js +1 -0
- package/dist/sdk/models/operations/listunifiedintegrations.d.ts +2 -1
- package/dist/sdk/models/operations/listunifiedintegrations.js +1 -0
- package/dist/sdk/models/operations/listunifiedintegrationworkspaces.d.ts +2 -1
- package/dist/sdk/models/operations/listunifiedintegrationworkspaces.js +1 -0
- package/dist/sdk/models/operations/patchpaymentlink.d.ts +32 -0
- package/dist/sdk/models/operations/patchpaymentlink.js +99 -0
- package/dist/sdk/models/operations/{patchaccountingpayment.d.ts → patchpaymentpayment.d.ts} +7 -7
- package/dist/sdk/models/operations/{patchaccountingpayment.js → patchpaymentpayment.js} +21 -21
- package/dist/sdk/models/operations/removepaymentlink.d.ts +30 -0
- package/dist/sdk/models/operations/{removeaccountingpayment.js → removepaymentlink.js} +17 -17
- package/dist/sdk/models/operations/{removeaccountingpayment.d.ts → removepaymentpayment.d.ts} +2 -2
- package/dist/sdk/models/operations/removepaymentpayment.js +71 -0
- package/dist/sdk/models/operations/updatepaymentlink.d.ts +32 -0
- package/dist/sdk/models/operations/updatepaymentlink.js +99 -0
- package/dist/sdk/models/operations/{updateaccountingpayment.d.ts → updatepaymentpayment.d.ts} +7 -7
- package/dist/sdk/models/operations/{updateaccountingpayment.js → updatepaymentpayment.js} +21 -21
- package/dist/sdk/models/shared/accountinginvoice.d.ts +1 -0
- package/dist/sdk/models/shared/accountinginvoice.js +5 -0
- package/dist/sdk/models/shared/index.d.ts +5 -3
- package/dist/sdk/models/shared/index.js +5 -3
- package/dist/sdk/models/shared/paymenntlinklineitem.d.ts +20 -0
- package/dist/sdk/models/shared/paymenntlinklineitem.js +137 -0
- package/dist/sdk/models/shared/paymentlink.d.ts +15 -0
- package/dist/sdk/models/shared/paymentlink.js +105 -0
- package/dist/sdk/models/shared/{accountingpayment.d.ts → paymentpayment.d.ts} +1 -1
- package/dist/sdk/models/shared/{accountingpayment.js → paymentpayment.js} +18 -18
- package/dist/sdk/models/shared/{accountingpayout.d.ts → paymentpayout.d.ts} +3 -3
- package/dist/sdk/models/shared/{accountingpayout.js → paymentpayout.js} +21 -21
- package/dist/sdk/models/shared/{accountingrefund.d.ts → paymentrefund.d.ts} +3 -3
- package/dist/sdk/models/shared/{accountingrefund.js → paymentrefund.js} +23 -23
- package/dist/sdk/models/shared/propertyconnectioncategories.d.ts +2 -1
- package/dist/sdk/models/shared/propertyconnectioncategories.js +1 -0
- package/dist/sdk/models/shared/propertyconnectionpermissions.d.ts +6 -4
- package/dist/sdk/models/shared/propertyconnectionpermissions.js +6 -4
- package/dist/sdk/models/shared/propertyintegrationcategories.d.ts +2 -1
- package/dist/sdk/models/shared/propertyintegrationcategories.js +1 -0
- package/dist/sdk/models/shared/webhook.d.ts +4 -3
- package/dist/sdk/models/shared/webhook.js +4 -3
- package/dist/sdk/payment.d.ts +46 -6
- package/dist/sdk/payment.js +705 -53
- package/dist/sdk/payout.d.ts +2 -2
- package/dist/sdk/payout.js +11 -11
- package/dist/sdk/refund.d.ts +2 -2
- package/dist/sdk/refund.js +11 -11
- package/dist/sdk/sdk.d.ts +5 -3
- package/dist/sdk/sdk.js +7 -5
- package/docs/sdk/models/operations/categories.md +2 -1
- package/docs/sdk/models/operations/createpaymentlinkrequest.md +9 -0
- package/docs/sdk/models/operations/createpaymentlinkresponse.md +11 -0
- package/docs/sdk/models/operations/createpaymentpaymentrequest.md +9 -0
- package/docs/sdk/models/operations/createpaymentpaymentresponse.md +11 -0
- package/docs/sdk/models/operations/getpaymentlinkrequest.md +10 -0
- package/docs/sdk/models/operations/getpaymentlinkresponse.md +11 -0
- package/docs/sdk/models/operations/{getaccountingpaymentrequest.md → getpaymentpaymentrequest.md} +1 -1
- package/docs/sdk/models/operations/getpaymentpaymentresponse.md +11 -0
- package/docs/sdk/models/operations/{getaccountingpayoutrequest.md → getpaymentpayoutrequest.md} +1 -1
- package/docs/sdk/models/operations/getpaymentpayoutresponse.md +11 -0
- package/docs/sdk/models/operations/{getaccountingrefundrequest.md → getpaymentrefundrequest.md} +1 -1
- package/docs/sdk/models/operations/getpaymentrefundresponse.md +11 -0
- package/docs/sdk/models/operations/listpaymentlinksrequest.md +17 -0
- package/docs/sdk/models/operations/listpaymentlinksresponse.md +11 -0
- package/docs/sdk/models/operations/{listaccountingpaymentsrequest.md → listpaymentpaymentsrequest.md} +1 -1
- package/docs/sdk/models/operations/listpaymentpaymentsresponse.md +11 -0
- package/docs/sdk/models/operations/{listaccountingpayoutsrequest.md → listpaymentpayoutsrequest.md} +1 -1
- package/docs/sdk/models/operations/listpaymentpayoutsresponse.md +11 -0
- package/docs/sdk/models/operations/{listaccountingrefundsrequest.md → listpaymentrefundsrequest.md} +1 -1
- package/docs/sdk/models/operations/listpaymentrefundsresponse.md +11 -0
- package/docs/sdk/models/operations/listunifiedintegrationsqueryparamcategories.md +2 -1
- package/docs/sdk/models/operations/patchpaymentlinkrequest.md +10 -0
- package/docs/sdk/models/operations/patchpaymentlinkresponse.md +11 -0
- package/docs/sdk/models/operations/patchpaymentpaymentrequest.md +10 -0
- package/docs/sdk/models/operations/patchpaymentpaymentresponse.md +11 -0
- package/docs/sdk/models/operations/queryparamcategories.md +2 -1
- package/docs/sdk/models/operations/{removeaccountingpaymentrequest.md → removepaymentlinkrequest.md} +2 -2
- package/docs/sdk/models/operations/{removeaccountingpaymentresponse.md → removepaymentlinkresponse.md} +1 -1
- package/docs/sdk/models/operations/removepaymentpaymentrequest.md +9 -0
- package/docs/sdk/models/operations/removepaymentpaymentresponse.md +11 -0
- package/docs/sdk/models/operations/scopes.md +6 -4
- package/docs/sdk/models/operations/updatepaymentlinkrequest.md +10 -0
- package/docs/sdk/models/operations/updatepaymentlinkresponse.md +11 -0
- package/docs/sdk/models/operations/updatepaymentpaymentrequest.md +10 -0
- package/docs/sdk/models/operations/updatepaymentpaymentresponse.md +11 -0
- package/docs/sdk/models/shared/accountinginvoice.md +2 -1
- package/docs/sdk/models/shared/objecttype.md +4 -3
- package/docs/sdk/models/shared/paymenntlinklineitem.md +24 -0
- package/docs/sdk/models/shared/paymentlink.md +18 -0
- package/docs/sdk/models/shared/{accountingpayment.md → paymentpayment.md} +1 -1
- package/docs/sdk/models/shared/paymentpayout.md +15 -0
- package/docs/sdk/models/shared/{accountingpayoutstatus.md → paymentpayoutstatus.md} +1 -1
- package/docs/sdk/models/shared/paymentrefund.md +17 -0
- package/docs/sdk/models/shared/{accountingrefundstatus.md → paymentrefundstatus.md} +1 -1
- package/docs/sdk/models/shared/propertyconnectioncategories.md +2 -1
- package/docs/sdk/models/shared/propertyconnectionpermissions.md +6 -4
- package/docs/sdk/models/shared/propertyintegrationcategories.md +2 -1
- package/package.json +1 -1
- package/docs/sdk/models/operations/createaccountingpaymentrequest.md +0 -9
- package/docs/sdk/models/operations/createaccountingpaymentresponse.md +0 -11
- package/docs/sdk/models/operations/getaccountingpaymentresponse.md +0 -11
- package/docs/sdk/models/operations/getaccountingpayoutresponse.md +0 -11
- package/docs/sdk/models/operations/getaccountingrefundresponse.md +0 -11
- package/docs/sdk/models/operations/listaccountingpaymentsresponse.md +0 -11
- package/docs/sdk/models/operations/listaccountingpayoutsresponse.md +0 -11
- package/docs/sdk/models/operations/listaccountingrefundsresponse.md +0 -11
- package/docs/sdk/models/operations/patchaccountingpaymentrequest.md +0 -10
- package/docs/sdk/models/operations/patchaccountingpaymentresponse.md +0 -11
- package/docs/sdk/models/operations/updateaccountingpaymentrequest.md +0 -10
- package/docs/sdk/models/operations/updateaccountingpaymentresponse.md +0 -11
- package/docs/sdk/models/shared/accountingpayout.md +0 -15
- package/docs/sdk/models/shared/accountingrefund.md +0 -17
- package/docs/sdks/account/README.md +0 -312
- package/docs/sdks/accounting/README.md +0 -2198
- package/docs/sdks/activity/README.md +0 -321
- package/docs/sdks/apicall/README.md +0 -95
- package/docs/sdks/application/README.md +0 -333
- package/docs/sdks/applicationstatus/README.md +0 -54
- package/docs/sdks/ats/README.md +0 -2488
- package/docs/sdks/auth/README.md +0 -103
- package/docs/sdks/call/README.md +0 -54
- package/docs/sdks/candidate/README.md +0 -369
- package/docs/sdks/collection/README.md +0 -348
- package/docs/sdks/commerce/README.md +0 -1371
- package/docs/sdks/company/README.md +0 -517
- package/docs/sdks/connection/README.md +0 -359
- package/docs/sdks/contact/README.md +0 -1028
- package/docs/sdks/crm/README.md +0 -2048
- package/docs/sdks/customer/README.md +0 -348
- package/docs/sdks/deal/README.md +0 -315
- package/docs/sdks/document/README.md +0 -309
- package/docs/sdks/employee/README.md +0 -363
- package/docs/sdks/enrich/README.md +0 -97
- package/docs/sdks/event/README.md +0 -390
- package/docs/sdks/file/README.md +0 -330
- package/docs/sdks/group/README.md +0 -327
- package/docs/sdks/hris/README.md +0 -685
- package/docs/sdks/integration/README.md +0 -155
- package/docs/sdks/interview/README.md +0 -318
- package/docs/sdks/inventory/README.md +0 -309
- package/docs/sdks/invoice/README.md +0 -324
- package/docs/sdks/issue/README.md +0 -49
- package/docs/sdks/item/README.md +0 -417
- package/docs/sdks/job/README.md +0 -396
- package/docs/sdks/lead/README.md +0 -336
- package/docs/sdks/list/README.md +0 -306
- package/docs/sdks/location/README.md +0 -312
- package/docs/sdks/login/README.md +0 -52
- package/docs/sdks/martech/README.md +0 -643
- package/docs/sdks/member/README.md +0 -342
- package/docs/sdks/note/README.md +0 -306
- package/docs/sdks/organization/README.md +0 -104
- package/docs/sdks/passthrough/README.md +0 -249
- package/docs/sdks/payment/README.md +0 -306
- package/docs/sdks/payout/README.md +0 -104
- package/docs/sdks/person/README.md +0 -51
- package/docs/sdks/pipeline/README.md +0 -306
- package/docs/sdks/refund/README.md +0 -104
- package/docs/sdks/scorecard/README.md +0 -324
- package/docs/sdks/storage/README.md +0 -330
- package/docs/sdks/taxrate/README.md +0 -312
- package/docs/sdks/ticket/README.md +0 -318
- package/docs/sdks/ticketing/README.md +0 -962
- package/docs/sdks/transaction/README.md +0 -327
- package/docs/sdks/uc/README.md +0 -388
- package/docs/sdks/unified/README.md +0 -929
- package/docs/sdks/unifiedto/README.md +0 -9
- package/docs/sdks/webhook/README.md +0 -291
|
@@ -10,13 +10,15 @@ export declare enum Scopes {
|
|
|
10
10
|
AccountingInvoiceWrite = "accounting_invoice_write",
|
|
11
11
|
AccountingContactRead = "accounting_contact_read",
|
|
12
12
|
AccountingContactWrite = "accounting_contact_write",
|
|
13
|
-
AccountingPaymentRead = "accounting_payment_read",
|
|
14
|
-
AccountingPaymentWrite = "accounting_payment_write",
|
|
15
13
|
AccountingTaxrateRead = "accounting_taxrate_read",
|
|
16
14
|
AccountingTaxrateWrite = "accounting_taxrate_write",
|
|
17
15
|
AccountingOrganizationRead = "accounting_organization_read",
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
PaymentPaymentRead = "payment_payment_read",
|
|
17
|
+
PaymentPaymentWrite = "payment_payment_write",
|
|
18
|
+
PaymentPayoutRead = "payment_payout_read",
|
|
19
|
+
PaymentRefundRead = "payment_refund_read",
|
|
20
|
+
PaymentLinkRead = "payment_link_read",
|
|
21
|
+
PaymentLinkWrite = "payment_link_write",
|
|
20
22
|
CommerceItemRead = "commerce_item_read",
|
|
21
23
|
CommerceItemWrite = "commerce_item_write",
|
|
22
24
|
CommerceCollectionRead = "commerce_collection_read",
|
|
@@ -40,13 +40,15 @@ var Scopes;
|
|
|
40
40
|
Scopes["AccountingInvoiceWrite"] = "accounting_invoice_write";
|
|
41
41
|
Scopes["AccountingContactRead"] = "accounting_contact_read";
|
|
42
42
|
Scopes["AccountingContactWrite"] = "accounting_contact_write";
|
|
43
|
-
Scopes["AccountingPaymentRead"] = "accounting_payment_read";
|
|
44
|
-
Scopes["AccountingPaymentWrite"] = "accounting_payment_write";
|
|
45
43
|
Scopes["AccountingTaxrateRead"] = "accounting_taxrate_read";
|
|
46
44
|
Scopes["AccountingTaxrateWrite"] = "accounting_taxrate_write";
|
|
47
45
|
Scopes["AccountingOrganizationRead"] = "accounting_organization_read";
|
|
48
|
-
Scopes["
|
|
49
|
-
Scopes["
|
|
46
|
+
Scopes["PaymentPaymentRead"] = "payment_payment_read";
|
|
47
|
+
Scopes["PaymentPaymentWrite"] = "payment_payment_write";
|
|
48
|
+
Scopes["PaymentPayoutRead"] = "payment_payout_read";
|
|
49
|
+
Scopes["PaymentRefundRead"] = "payment_refund_read";
|
|
50
|
+
Scopes["PaymentLinkRead"] = "payment_link_read";
|
|
51
|
+
Scopes["PaymentLinkWrite"] = "payment_link_write";
|
|
50
52
|
Scopes["CommerceItemRead"] = "commerce_item_read";
|
|
51
53
|
Scopes["CommerceItemWrite"] = "commerce_item_write";
|
|
52
54
|
Scopes["CommerceCollectionRead"] = "commerce_collection_read";
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * from "./createaccountingaccount";
|
|
2
2
|
export * from "./createaccountingcontact";
|
|
3
3
|
export * from "./createaccountinginvoice";
|
|
4
|
-
export * from "./createaccountingpayment";
|
|
5
4
|
export * from "./createaccountingtaxrate";
|
|
6
5
|
export * from "./createaccountingtransaction";
|
|
7
6
|
export * from "./createatsactivity";
|
|
@@ -26,6 +25,8 @@ export * from "./createhrisgroup";
|
|
|
26
25
|
export * from "./createmartechlist";
|
|
27
26
|
export * from "./createmartechmember";
|
|
28
27
|
export * from "./createpassthrough";
|
|
28
|
+
export * from "./createpaymentlink";
|
|
29
|
+
export * from "./createpaymentpayment";
|
|
29
30
|
export * from "./createstoragefile";
|
|
30
31
|
export * from "./createticketingcustomer";
|
|
31
32
|
export * from "./createticketingnote";
|
|
@@ -37,9 +38,6 @@ export * from "./getaccountingaccount";
|
|
|
37
38
|
export * from "./getaccountingcontact";
|
|
38
39
|
export * from "./getaccountinginvoice";
|
|
39
40
|
export * from "./getaccountingorganization";
|
|
40
|
-
export * from "./getaccountingpayment";
|
|
41
|
-
export * from "./getaccountingpayout";
|
|
42
|
-
export * from "./getaccountingrefund";
|
|
43
41
|
export * from "./getaccountingtaxrate";
|
|
44
42
|
export * from "./getaccountingtransaction";
|
|
45
43
|
export * from "./getatsactivity";
|
|
@@ -64,6 +62,10 @@ export * from "./gethrisemployee";
|
|
|
64
62
|
export * from "./gethrisgroup";
|
|
65
63
|
export * from "./getmartechlist";
|
|
66
64
|
export * from "./getmartechmember";
|
|
65
|
+
export * from "./getpaymentlink";
|
|
66
|
+
export * from "./getpaymentpayment";
|
|
67
|
+
export * from "./getpaymentpayout";
|
|
68
|
+
export * from "./getpaymentrefund";
|
|
67
69
|
export * from "./getstoragefile";
|
|
68
70
|
export * from "./getticketingcustomer";
|
|
69
71
|
export * from "./getticketingnote";
|
|
@@ -78,9 +80,6 @@ export * from "./listaccountingaccounts";
|
|
|
78
80
|
export * from "./listaccountingcontacts";
|
|
79
81
|
export * from "./listaccountinginvoices";
|
|
80
82
|
export * from "./listaccountingorganizations";
|
|
81
|
-
export * from "./listaccountingpayments";
|
|
82
|
-
export * from "./listaccountingpayouts";
|
|
83
|
-
export * from "./listaccountingrefunds";
|
|
84
83
|
export * from "./listaccountingtaxrates";
|
|
85
84
|
export * from "./listaccountingtransactions";
|
|
86
85
|
export * from "./listatsactivities";
|
|
@@ -109,6 +108,10 @@ export * from "./listhrisgroups";
|
|
|
109
108
|
export * from "./listmartechlists";
|
|
110
109
|
export * from "./listmartechmembers";
|
|
111
110
|
export * from "./listpassthroughs";
|
|
111
|
+
export * from "./listpaymentlinks";
|
|
112
|
+
export * from "./listpaymentpayments";
|
|
113
|
+
export * from "./listpaymentpayouts";
|
|
114
|
+
export * from "./listpaymentrefunds";
|
|
112
115
|
export * from "./liststoragefiles";
|
|
113
116
|
export * from "./listticketingcustomers";
|
|
114
117
|
export * from "./listticketingnotes";
|
|
@@ -124,7 +127,6 @@ export * from "./listunifiedwebhooks";
|
|
|
124
127
|
export * from "./patchaccountingaccount";
|
|
125
128
|
export * from "./patchaccountingcontact";
|
|
126
129
|
export * from "./patchaccountinginvoice";
|
|
127
|
-
export * from "./patchaccountingpayment";
|
|
128
130
|
export * from "./patchaccountingtaxrate";
|
|
129
131
|
export * from "./patchaccountingtransaction";
|
|
130
132
|
export * from "./patchatsactivity";
|
|
@@ -149,6 +151,8 @@ export * from "./patchhrisgroup";
|
|
|
149
151
|
export * from "./patchmartechlist";
|
|
150
152
|
export * from "./patchmartechmember";
|
|
151
153
|
export * from "./patchpassthrough";
|
|
154
|
+
export * from "./patchpaymentlink";
|
|
155
|
+
export * from "./patchpaymentpayment";
|
|
152
156
|
export * from "./patchstoragefile";
|
|
153
157
|
export * from "./patchticketingcustomer";
|
|
154
158
|
export * from "./patchticketingnote";
|
|
@@ -159,7 +163,6 @@ export * from "./patchunifiedwebhooktrigger";
|
|
|
159
163
|
export * from "./removeaccountingaccount";
|
|
160
164
|
export * from "./removeaccountingcontact";
|
|
161
165
|
export * from "./removeaccountinginvoice";
|
|
162
|
-
export * from "./removeaccountingpayment";
|
|
163
166
|
export * from "./removeaccountingtaxrate";
|
|
164
167
|
export * from "./removeaccountingtransaction";
|
|
165
168
|
export * from "./removeatsactivity";
|
|
@@ -184,6 +187,8 @@ export * from "./removehrisgroup";
|
|
|
184
187
|
export * from "./removemartechlist";
|
|
185
188
|
export * from "./removemartechmember";
|
|
186
189
|
export * from "./removepassthrough";
|
|
190
|
+
export * from "./removepaymentlink";
|
|
191
|
+
export * from "./removepaymentpayment";
|
|
187
192
|
export * from "./removestoragefile";
|
|
188
193
|
export * from "./removeticketingcustomer";
|
|
189
194
|
export * from "./removeticketingnote";
|
|
@@ -194,7 +199,6 @@ export * from "./removeunifiedwebhook";
|
|
|
194
199
|
export * from "./updateaccountingaccount";
|
|
195
200
|
export * from "./updateaccountingcontact";
|
|
196
201
|
export * from "./updateaccountinginvoice";
|
|
197
|
-
export * from "./updateaccountingpayment";
|
|
198
202
|
export * from "./updateaccountingtaxrate";
|
|
199
203
|
export * from "./updateaccountingtransaction";
|
|
200
204
|
export * from "./updateatsactivity";
|
|
@@ -219,6 +223,8 @@ export * from "./updatehrisgroup";
|
|
|
219
223
|
export * from "./updatemartechlist";
|
|
220
224
|
export * from "./updatemartechmember";
|
|
221
225
|
export * from "./updatepassthrough";
|
|
226
|
+
export * from "./updatepaymentlink";
|
|
227
|
+
export * from "./updatepaymentpayment";
|
|
222
228
|
export * from "./updatestoragefile";
|
|
223
229
|
export * from "./updateticketingcustomer";
|
|
224
230
|
export * from "./updateticketingnote";
|
|
@@ -20,7 +20,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
20
20
|
__exportStar(require("./createaccountingaccount"), exports);
|
|
21
21
|
__exportStar(require("./createaccountingcontact"), exports);
|
|
22
22
|
__exportStar(require("./createaccountinginvoice"), exports);
|
|
23
|
-
__exportStar(require("./createaccountingpayment"), exports);
|
|
24
23
|
__exportStar(require("./createaccountingtaxrate"), exports);
|
|
25
24
|
__exportStar(require("./createaccountingtransaction"), exports);
|
|
26
25
|
__exportStar(require("./createatsactivity"), exports);
|
|
@@ -45,6 +44,8 @@ __exportStar(require("./createhrisgroup"), exports);
|
|
|
45
44
|
__exportStar(require("./createmartechlist"), exports);
|
|
46
45
|
__exportStar(require("./createmartechmember"), exports);
|
|
47
46
|
__exportStar(require("./createpassthrough"), exports);
|
|
47
|
+
__exportStar(require("./createpaymentlink"), exports);
|
|
48
|
+
__exportStar(require("./createpaymentpayment"), exports);
|
|
48
49
|
__exportStar(require("./createstoragefile"), exports);
|
|
49
50
|
__exportStar(require("./createticketingcustomer"), exports);
|
|
50
51
|
__exportStar(require("./createticketingnote"), exports);
|
|
@@ -56,9 +57,6 @@ __exportStar(require("./getaccountingaccount"), exports);
|
|
|
56
57
|
__exportStar(require("./getaccountingcontact"), exports);
|
|
57
58
|
__exportStar(require("./getaccountinginvoice"), exports);
|
|
58
59
|
__exportStar(require("./getaccountingorganization"), exports);
|
|
59
|
-
__exportStar(require("./getaccountingpayment"), exports);
|
|
60
|
-
__exportStar(require("./getaccountingpayout"), exports);
|
|
61
|
-
__exportStar(require("./getaccountingrefund"), exports);
|
|
62
60
|
__exportStar(require("./getaccountingtaxrate"), exports);
|
|
63
61
|
__exportStar(require("./getaccountingtransaction"), exports);
|
|
64
62
|
__exportStar(require("./getatsactivity"), exports);
|
|
@@ -83,6 +81,10 @@ __exportStar(require("./gethrisemployee"), exports);
|
|
|
83
81
|
__exportStar(require("./gethrisgroup"), exports);
|
|
84
82
|
__exportStar(require("./getmartechlist"), exports);
|
|
85
83
|
__exportStar(require("./getmartechmember"), exports);
|
|
84
|
+
__exportStar(require("./getpaymentlink"), exports);
|
|
85
|
+
__exportStar(require("./getpaymentpayment"), exports);
|
|
86
|
+
__exportStar(require("./getpaymentpayout"), exports);
|
|
87
|
+
__exportStar(require("./getpaymentrefund"), exports);
|
|
86
88
|
__exportStar(require("./getstoragefile"), exports);
|
|
87
89
|
__exportStar(require("./getticketingcustomer"), exports);
|
|
88
90
|
__exportStar(require("./getticketingnote"), exports);
|
|
@@ -97,9 +99,6 @@ __exportStar(require("./listaccountingaccounts"), exports);
|
|
|
97
99
|
__exportStar(require("./listaccountingcontacts"), exports);
|
|
98
100
|
__exportStar(require("./listaccountinginvoices"), exports);
|
|
99
101
|
__exportStar(require("./listaccountingorganizations"), exports);
|
|
100
|
-
__exportStar(require("./listaccountingpayments"), exports);
|
|
101
|
-
__exportStar(require("./listaccountingpayouts"), exports);
|
|
102
|
-
__exportStar(require("./listaccountingrefunds"), exports);
|
|
103
102
|
__exportStar(require("./listaccountingtaxrates"), exports);
|
|
104
103
|
__exportStar(require("./listaccountingtransactions"), exports);
|
|
105
104
|
__exportStar(require("./listatsactivities"), exports);
|
|
@@ -128,6 +127,10 @@ __exportStar(require("./listhrisgroups"), exports);
|
|
|
128
127
|
__exportStar(require("./listmartechlists"), exports);
|
|
129
128
|
__exportStar(require("./listmartechmembers"), exports);
|
|
130
129
|
__exportStar(require("./listpassthroughs"), exports);
|
|
130
|
+
__exportStar(require("./listpaymentlinks"), exports);
|
|
131
|
+
__exportStar(require("./listpaymentpayments"), exports);
|
|
132
|
+
__exportStar(require("./listpaymentpayouts"), exports);
|
|
133
|
+
__exportStar(require("./listpaymentrefunds"), exports);
|
|
131
134
|
__exportStar(require("./liststoragefiles"), exports);
|
|
132
135
|
__exportStar(require("./listticketingcustomers"), exports);
|
|
133
136
|
__exportStar(require("./listticketingnotes"), exports);
|
|
@@ -143,7 +146,6 @@ __exportStar(require("./listunifiedwebhooks"), exports);
|
|
|
143
146
|
__exportStar(require("./patchaccountingaccount"), exports);
|
|
144
147
|
__exportStar(require("./patchaccountingcontact"), exports);
|
|
145
148
|
__exportStar(require("./patchaccountinginvoice"), exports);
|
|
146
|
-
__exportStar(require("./patchaccountingpayment"), exports);
|
|
147
149
|
__exportStar(require("./patchaccountingtaxrate"), exports);
|
|
148
150
|
__exportStar(require("./patchaccountingtransaction"), exports);
|
|
149
151
|
__exportStar(require("./patchatsactivity"), exports);
|
|
@@ -168,6 +170,8 @@ __exportStar(require("./patchhrisgroup"), exports);
|
|
|
168
170
|
__exportStar(require("./patchmartechlist"), exports);
|
|
169
171
|
__exportStar(require("./patchmartechmember"), exports);
|
|
170
172
|
__exportStar(require("./patchpassthrough"), exports);
|
|
173
|
+
__exportStar(require("./patchpaymentlink"), exports);
|
|
174
|
+
__exportStar(require("./patchpaymentpayment"), exports);
|
|
171
175
|
__exportStar(require("./patchstoragefile"), exports);
|
|
172
176
|
__exportStar(require("./patchticketingcustomer"), exports);
|
|
173
177
|
__exportStar(require("./patchticketingnote"), exports);
|
|
@@ -178,7 +182,6 @@ __exportStar(require("./patchunifiedwebhooktrigger"), exports);
|
|
|
178
182
|
__exportStar(require("./removeaccountingaccount"), exports);
|
|
179
183
|
__exportStar(require("./removeaccountingcontact"), exports);
|
|
180
184
|
__exportStar(require("./removeaccountinginvoice"), exports);
|
|
181
|
-
__exportStar(require("./removeaccountingpayment"), exports);
|
|
182
185
|
__exportStar(require("./removeaccountingtaxrate"), exports);
|
|
183
186
|
__exportStar(require("./removeaccountingtransaction"), exports);
|
|
184
187
|
__exportStar(require("./removeatsactivity"), exports);
|
|
@@ -203,6 +206,8 @@ __exportStar(require("./removehrisgroup"), exports);
|
|
|
203
206
|
__exportStar(require("./removemartechlist"), exports);
|
|
204
207
|
__exportStar(require("./removemartechmember"), exports);
|
|
205
208
|
__exportStar(require("./removepassthrough"), exports);
|
|
209
|
+
__exportStar(require("./removepaymentlink"), exports);
|
|
210
|
+
__exportStar(require("./removepaymentpayment"), exports);
|
|
206
211
|
__exportStar(require("./removestoragefile"), exports);
|
|
207
212
|
__exportStar(require("./removeticketingcustomer"), exports);
|
|
208
213
|
__exportStar(require("./removeticketingnote"), exports);
|
|
@@ -213,7 +218,6 @@ __exportStar(require("./removeunifiedwebhook"), exports);
|
|
|
213
218
|
__exportStar(require("./updateaccountingaccount"), exports);
|
|
214
219
|
__exportStar(require("./updateaccountingcontact"), exports);
|
|
215
220
|
__exportStar(require("./updateaccountinginvoice"), exports);
|
|
216
|
-
__exportStar(require("./updateaccountingpayment"), exports);
|
|
217
221
|
__exportStar(require("./updateaccountingtaxrate"), exports);
|
|
218
222
|
__exportStar(require("./updateaccountingtransaction"), exports);
|
|
219
223
|
__exportStar(require("./updateatsactivity"), exports);
|
|
@@ -238,6 +242,8 @@ __exportStar(require("./updatehrisgroup"), exports);
|
|
|
238
242
|
__exportStar(require("./updatemartechlist"), exports);
|
|
239
243
|
__exportStar(require("./updatemartechmember"), exports);
|
|
240
244
|
__exportStar(require("./updatepassthrough"), exports);
|
|
245
|
+
__exportStar(require("./updatepaymentlink"), exports);
|
|
246
|
+
__exportStar(require("./updatepaymentpayment"), exports);
|
|
241
247
|
__exportStar(require("./updatestoragefile"), exports);
|
|
242
248
|
__exportStar(require("./updateticketingcustomer"), exports);
|
|
243
249
|
__exportStar(require("./updateticketingnote"), exports);
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
|
+
import * as shared from "../../../sdk/models/shared";
|
|
3
|
+
import { AxiosResponse } from "axios";
|
|
4
|
+
export declare class ListPaymentLinksRequest extends SpeakeasyBase {
|
|
5
|
+
/**
|
|
6
|
+
* ID of the connection
|
|
7
|
+
*/
|
|
8
|
+
connectionId: string;
|
|
9
|
+
/**
|
|
10
|
+
* The customer/supplier ID to filter results
|
|
11
|
+
*/
|
|
12
|
+
contactId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Comma-delimited fields to return
|
|
15
|
+
*/
|
|
16
|
+
fields?: string[];
|
|
17
|
+
limit?: number;
|
|
18
|
+
offset?: number;
|
|
19
|
+
order?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The payment ID to filter results
|
|
22
|
+
*/
|
|
23
|
+
paymentId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Query string to search. eg. email address or name
|
|
26
|
+
*/
|
|
27
|
+
query?: string;
|
|
28
|
+
sort?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Return only results whose updated date is equal or greater to this value
|
|
31
|
+
*/
|
|
32
|
+
updatedGte?: Date;
|
|
33
|
+
}
|
|
34
|
+
export declare class ListPaymentLinksResponse extends SpeakeasyBase {
|
|
35
|
+
/**
|
|
36
|
+
* HTTP response content type for this operation
|
|
37
|
+
*/
|
|
38
|
+
contentType: string;
|
|
39
|
+
/**
|
|
40
|
+
* Successful
|
|
41
|
+
*/
|
|
42
|
+
paymentLinks?: shared.PaymentLink[];
|
|
43
|
+
/**
|
|
44
|
+
* HTTP response status code for this operation
|
|
45
|
+
*/
|
|
46
|
+
statusCode: number;
|
|
47
|
+
/**
|
|
48
|
+
* Raw HTTP response; suitable for custom response parsing
|
|
49
|
+
*/
|
|
50
|
+
rawResponse: AxiosResponse;
|
|
51
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __extends = (this && this.__extends) || (function () {
|
|
6
|
+
var extendStatics = function (d, b) {
|
|
7
|
+
extendStatics = Object.setPrototypeOf ||
|
|
8
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
9
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
10
|
+
return extendStatics(d, b);
|
|
11
|
+
};
|
|
12
|
+
return function (d, b) {
|
|
13
|
+
if (typeof b !== "function" && b !== null)
|
|
14
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
15
|
+
extendStatics(d, b);
|
|
16
|
+
function __() { this.constructor = d; }
|
|
17
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
18
|
+
};
|
|
19
|
+
})();
|
|
20
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
23
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
24
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
25
|
+
}
|
|
26
|
+
Object.defineProperty(o, k2, desc);
|
|
27
|
+
}) : (function(o, m, k, k2) {
|
|
28
|
+
if (k2 === undefined) k2 = k;
|
|
29
|
+
o[k2] = m[k];
|
|
30
|
+
}));
|
|
31
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
32
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
33
|
+
}) : function(o, v) {
|
|
34
|
+
o["default"] = v;
|
|
35
|
+
});
|
|
36
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
37
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
38
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
39
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
40
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
41
|
+
};
|
|
42
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
43
|
+
if (mod && mod.__esModule) return mod;
|
|
44
|
+
var result = {};
|
|
45
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
46
|
+
__setModuleDefault(result, mod);
|
|
47
|
+
return result;
|
|
48
|
+
};
|
|
49
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
50
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
|
+
};
|
|
52
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
+
exports.ListPaymentLinksResponse = exports.ListPaymentLinksRequest = void 0;
|
|
54
|
+
var utils_1 = require("../../../internal/utils");
|
|
55
|
+
var shared = __importStar(require("../../../sdk/models/shared"));
|
|
56
|
+
var ListPaymentLinksRequest = /** @class */ (function (_super) {
|
|
57
|
+
__extends(ListPaymentLinksRequest, _super);
|
|
58
|
+
function ListPaymentLinksRequest() {
|
|
59
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
60
|
+
}
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], ListPaymentLinksRequest.prototype, "connectionId", void 0);
|
|
65
|
+
__decorate([
|
|
66
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=contact_id" }),
|
|
67
|
+
__metadata("design:type", String)
|
|
68
|
+
], ListPaymentLinksRequest.prototype, "contactId", void 0);
|
|
69
|
+
__decorate([
|
|
70
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=fields" }),
|
|
71
|
+
__metadata("design:type", Array)
|
|
72
|
+
], ListPaymentLinksRequest.prototype, "fields", void 0);
|
|
73
|
+
__decorate([
|
|
74
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=limit" }),
|
|
75
|
+
__metadata("design:type", Number)
|
|
76
|
+
], ListPaymentLinksRequest.prototype, "limit", void 0);
|
|
77
|
+
__decorate([
|
|
78
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=offset" }),
|
|
79
|
+
__metadata("design:type", Number)
|
|
80
|
+
], ListPaymentLinksRequest.prototype, "offset", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=order" }),
|
|
83
|
+
__metadata("design:type", String)
|
|
84
|
+
], ListPaymentLinksRequest.prototype, "order", void 0);
|
|
85
|
+
__decorate([
|
|
86
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=payment_id" }),
|
|
87
|
+
__metadata("design:type", String)
|
|
88
|
+
], ListPaymentLinksRequest.prototype, "paymentId", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=query" }),
|
|
91
|
+
__metadata("design:type", String)
|
|
92
|
+
], ListPaymentLinksRequest.prototype, "query", void 0);
|
|
93
|
+
__decorate([
|
|
94
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=sort" }),
|
|
95
|
+
__metadata("design:type", String)
|
|
96
|
+
], ListPaymentLinksRequest.prototype, "sort", void 0);
|
|
97
|
+
__decorate([
|
|
98
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=updated_gte" }),
|
|
99
|
+
__metadata("design:type", Date)
|
|
100
|
+
], ListPaymentLinksRequest.prototype, "updatedGte", void 0);
|
|
101
|
+
return ListPaymentLinksRequest;
|
|
102
|
+
}(utils_1.SpeakeasyBase));
|
|
103
|
+
exports.ListPaymentLinksRequest = ListPaymentLinksRequest;
|
|
104
|
+
var ListPaymentLinksResponse = /** @class */ (function (_super) {
|
|
105
|
+
__extends(ListPaymentLinksResponse, _super);
|
|
106
|
+
function ListPaymentLinksResponse() {
|
|
107
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
108
|
+
}
|
|
109
|
+
__decorate([
|
|
110
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
111
|
+
__metadata("design:type", String)
|
|
112
|
+
], ListPaymentLinksResponse.prototype, "contentType", void 0);
|
|
113
|
+
__decorate([
|
|
114
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: shared.PaymentLink }),
|
|
115
|
+
__metadata("design:type", Array)
|
|
116
|
+
], ListPaymentLinksResponse.prototype, "paymentLinks", void 0);
|
|
117
|
+
__decorate([
|
|
118
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
119
|
+
__metadata("design:type", Number)
|
|
120
|
+
], ListPaymentLinksResponse.prototype, "statusCode", void 0);
|
|
121
|
+
__decorate([
|
|
122
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
123
|
+
__metadata("design:type", Object)
|
|
124
|
+
], ListPaymentLinksResponse.prototype, "rawResponse", void 0);
|
|
125
|
+
return ListPaymentLinksResponse;
|
|
126
|
+
}(utils_1.SpeakeasyBase));
|
|
127
|
+
exports.ListPaymentLinksResponse = ListPaymentLinksResponse;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class ListPaymentPaymentsRequest extends SpeakeasyBase {
|
|
5
5
|
/**
|
|
6
6
|
* ID of the connection
|
|
7
7
|
*/
|
|
@@ -31,15 +31,15 @@ export declare class ListAccountingPaymentsRequest extends SpeakeasyBase {
|
|
|
31
31
|
*/
|
|
32
32
|
updatedGte?: Date;
|
|
33
33
|
}
|
|
34
|
-
export declare class
|
|
35
|
-
/**
|
|
36
|
-
* Successful
|
|
37
|
-
*/
|
|
38
|
-
accountingPayments?: shared.AccountingPayment[];
|
|
34
|
+
export declare class ListPaymentPaymentsResponse extends SpeakeasyBase {
|
|
39
35
|
/**
|
|
40
36
|
* HTTP response content type for this operation
|
|
41
37
|
*/
|
|
42
38
|
contentType: string;
|
|
39
|
+
/**
|
|
40
|
+
* Successful
|
|
41
|
+
*/
|
|
42
|
+
paymentPayments?: shared.PaymentPayment[];
|
|
43
43
|
/**
|
|
44
44
|
* HTTP response status code for this operation
|
|
45
45
|
*/
|
|
@@ -50,78 +50,78 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
50
50
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
51
51
|
};
|
|
52
52
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53
|
-
exports.
|
|
53
|
+
exports.ListPaymentPaymentsResponse = exports.ListPaymentPaymentsRequest = void 0;
|
|
54
54
|
var utils_1 = require("../../../internal/utils");
|
|
55
55
|
var shared = __importStar(require("../../../sdk/models/shared"));
|
|
56
|
-
var
|
|
57
|
-
__extends(
|
|
58
|
-
function
|
|
56
|
+
var ListPaymentPaymentsRequest = /** @class */ (function (_super) {
|
|
57
|
+
__extends(ListPaymentPaymentsRequest, _super);
|
|
58
|
+
function ListPaymentPaymentsRequest() {
|
|
59
59
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
60
60
|
}
|
|
61
61
|
__decorate([
|
|
62
62
|
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
|
|
63
63
|
__metadata("design:type", String)
|
|
64
|
-
],
|
|
64
|
+
], ListPaymentPaymentsRequest.prototype, "connectionId", void 0);
|
|
65
65
|
__decorate([
|
|
66
66
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=contact_id" }),
|
|
67
67
|
__metadata("design:type", String)
|
|
68
|
-
],
|
|
68
|
+
], ListPaymentPaymentsRequest.prototype, "contactId", void 0);
|
|
69
69
|
__decorate([
|
|
70
70
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=fields" }),
|
|
71
71
|
__metadata("design:type", Array)
|
|
72
|
-
],
|
|
72
|
+
], ListPaymentPaymentsRequest.prototype, "fields", void 0);
|
|
73
73
|
__decorate([
|
|
74
74
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=invoice_id" }),
|
|
75
75
|
__metadata("design:type", String)
|
|
76
|
-
],
|
|
76
|
+
], ListPaymentPaymentsRequest.prototype, "invoiceId", void 0);
|
|
77
77
|
__decorate([
|
|
78
78
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=limit" }),
|
|
79
79
|
__metadata("design:type", Number)
|
|
80
|
-
],
|
|
80
|
+
], ListPaymentPaymentsRequest.prototype, "limit", void 0);
|
|
81
81
|
__decorate([
|
|
82
82
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=offset" }),
|
|
83
83
|
__metadata("design:type", Number)
|
|
84
|
-
],
|
|
84
|
+
], ListPaymentPaymentsRequest.prototype, "offset", void 0);
|
|
85
85
|
__decorate([
|
|
86
86
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=order" }),
|
|
87
87
|
__metadata("design:type", String)
|
|
88
|
-
],
|
|
88
|
+
], ListPaymentPaymentsRequest.prototype, "order", void 0);
|
|
89
89
|
__decorate([
|
|
90
90
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=query" }),
|
|
91
91
|
__metadata("design:type", String)
|
|
92
|
-
],
|
|
92
|
+
], ListPaymentPaymentsRequest.prototype, "query", void 0);
|
|
93
93
|
__decorate([
|
|
94
94
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=sort" }),
|
|
95
95
|
__metadata("design:type", String)
|
|
96
|
-
],
|
|
96
|
+
], ListPaymentPaymentsRequest.prototype, "sort", void 0);
|
|
97
97
|
__decorate([
|
|
98
98
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=updated_gte" }),
|
|
99
99
|
__metadata("design:type", Date)
|
|
100
|
-
],
|
|
101
|
-
return
|
|
100
|
+
], ListPaymentPaymentsRequest.prototype, "updatedGte", void 0);
|
|
101
|
+
return ListPaymentPaymentsRequest;
|
|
102
102
|
}(utils_1.SpeakeasyBase));
|
|
103
|
-
exports.
|
|
104
|
-
var
|
|
105
|
-
__extends(
|
|
106
|
-
function
|
|
103
|
+
exports.ListPaymentPaymentsRequest = ListPaymentPaymentsRequest;
|
|
104
|
+
var ListPaymentPaymentsResponse = /** @class */ (function (_super) {
|
|
105
|
+
__extends(ListPaymentPaymentsResponse, _super);
|
|
106
|
+
function ListPaymentPaymentsResponse() {
|
|
107
107
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
108
108
|
}
|
|
109
|
-
__decorate([
|
|
110
|
-
(0, utils_1.SpeakeasyMetadata)({ elemType: shared.AccountingPayment }),
|
|
111
|
-
__metadata("design:type", Array)
|
|
112
|
-
], ListAccountingPaymentsResponse.prototype, "accountingPayments", void 0);
|
|
113
109
|
__decorate([
|
|
114
110
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
115
111
|
__metadata("design:type", String)
|
|
116
|
-
],
|
|
112
|
+
], ListPaymentPaymentsResponse.prototype, "contentType", void 0);
|
|
113
|
+
__decorate([
|
|
114
|
+
(0, utils_1.SpeakeasyMetadata)({ elemType: shared.PaymentPayment }),
|
|
115
|
+
__metadata("design:type", Array)
|
|
116
|
+
], ListPaymentPaymentsResponse.prototype, "paymentPayments", void 0);
|
|
117
117
|
__decorate([
|
|
118
118
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
119
119
|
__metadata("design:type", Number)
|
|
120
|
-
],
|
|
120
|
+
], ListPaymentPaymentsResponse.prototype, "statusCode", void 0);
|
|
121
121
|
__decorate([
|
|
122
122
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
123
123
|
__metadata("design:type", Object)
|
|
124
|
-
],
|
|
125
|
-
return
|
|
124
|
+
], ListPaymentPaymentsResponse.prototype, "rawResponse", void 0);
|
|
125
|
+
return ListPaymentPaymentsResponse;
|
|
126
126
|
}(utils_1.SpeakeasyBase));
|
|
127
|
-
exports.
|
|
127
|
+
exports.ListPaymentPaymentsResponse = ListPaymentPaymentsResponse;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class ListPaymentPayoutsRequest extends SpeakeasyBase {
|
|
5
5
|
/**
|
|
6
6
|
* ID of the connection
|
|
7
7
|
*/
|
|
@@ -23,15 +23,15 @@ export declare class ListAccountingPayoutsRequest extends SpeakeasyBase {
|
|
|
23
23
|
*/
|
|
24
24
|
updatedGte?: Date;
|
|
25
25
|
}
|
|
26
|
-
export declare class
|
|
27
|
-
/**
|
|
28
|
-
* Successful
|
|
29
|
-
*/
|
|
30
|
-
accountingPayouts?: shared.AccountingPayout[];
|
|
26
|
+
export declare class ListPaymentPayoutsResponse extends SpeakeasyBase {
|
|
31
27
|
/**
|
|
32
28
|
* HTTP response content type for this operation
|
|
33
29
|
*/
|
|
34
30
|
contentType: string;
|
|
31
|
+
/**
|
|
32
|
+
* Successful
|
|
33
|
+
*/
|
|
34
|
+
paymentPayouts?: shared.PaymentPayout[];
|
|
35
35
|
/**
|
|
36
36
|
* HTTP response status code for this operation
|
|
37
37
|
*/
|