@getyetty-sdk/pennylane 2026.3.17 → 2026.3.18
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/dist/index.d.mts +80 -80
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +79 -73
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4070,6 +4070,8 @@ declare const SupplierInvoicePdpReason: {
|
|
|
4070
4070
|
readonly RECIPIENT_ERROR: "recipient_error";
|
|
4071
4071
|
readonly CONTRACT_COMPLETED: "contract_completed";
|
|
4072
4072
|
readonly DUPLICATE_INVOICE: "duplicate_invoice";
|
|
4073
|
+
readonly INCORRECT_PRICES: "incorrect_prices";
|
|
4074
|
+
readonly NON_COMPLIANT_INVOICE: "non_compliant_invoice";
|
|
4073
4075
|
};
|
|
4074
4076
|
type SupplierInvoicePdpReason = (typeof SupplierInvoicePdpReason)[keyof typeof SupplierInvoicePdpReason];
|
|
4075
4077
|
declare const Null2: {
|
|
@@ -4213,7 +4215,7 @@ type SupplierInvoicesResponse = {
|
|
|
4213
4215
|
*/
|
|
4214
4216
|
e_invoicing: {
|
|
4215
4217
|
status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
|
|
4216
|
-
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | null;
|
|
4218
|
+
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | 'incorrect_prices' | 'non_compliant_invoice' | null;
|
|
4217
4219
|
} | null;
|
|
4218
4220
|
/**
|
|
4219
4221
|
* The time the invoice has been archived
|
|
@@ -21028,7 +21030,7 @@ type GetSupplierInvoicesResponses = {
|
|
|
21028
21030
|
*/
|
|
21029
21031
|
e_invoicing: {
|
|
21030
21032
|
status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
|
|
21031
|
-
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | null;
|
|
21033
|
+
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | 'incorrect_prices' | 'non_compliant_invoice' | null;
|
|
21032
21034
|
} | null;
|
|
21033
21035
|
/**
|
|
21034
21036
|
* The time the invoice has been archived
|
|
@@ -21270,7 +21272,7 @@ type GetSupplierInvoiceResponses = {
|
|
|
21270
21272
|
*/
|
|
21271
21273
|
e_invoicing: {
|
|
21272
21274
|
status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
|
|
21273
|
-
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | null;
|
|
21275
|
+
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | 'incorrect_prices' | 'non_compliant_invoice' | null;
|
|
21274
21276
|
} | null;
|
|
21275
21277
|
/**
|
|
21276
21278
|
* The time the invoice has been archived
|
|
@@ -21673,7 +21675,7 @@ type PutSupplierInvoiceResponses = {
|
|
|
21673
21675
|
*/
|
|
21674
21676
|
e_invoicing: {
|
|
21675
21677
|
status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
|
|
21676
|
-
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | null;
|
|
21678
|
+
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | 'incorrect_prices' | 'non_compliant_invoice' | null;
|
|
21677
21679
|
} | null;
|
|
21678
21680
|
/**
|
|
21679
21681
|
* The time the invoice has been archived
|
|
@@ -22833,7 +22835,7 @@ type ImportSupplierInvoiceResponses = {
|
|
|
22833
22835
|
*/
|
|
22834
22836
|
e_invoicing: {
|
|
22835
22837
|
status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
|
|
22836
|
-
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | null;
|
|
22838
|
+
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | 'incorrect_prices' | 'non_compliant_invoice' | null;
|
|
22837
22839
|
} | null;
|
|
22838
22840
|
/**
|
|
22839
22841
|
* The time the invoice has been archived
|
|
@@ -23183,7 +23185,7 @@ type ValidateAccountingSupplierInvoiceResponses = {
|
|
|
23183
23185
|
*/
|
|
23184
23186
|
e_invoicing: {
|
|
23185
23187
|
status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
|
|
23186
|
-
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | null;
|
|
23188
|
+
reason: 'incorrect_vat_rate' | 'incorrect_unit_prices' | 'incorrect_billed_quantity' | 'incorrect_billed_item' | 'defective_delivered_item' | 'delivery_issue' | 'bank_details_error' | 'incorrect_payment_terms' | 'missing_legal_notice' | 'missing_contractual_reference' | 'recipient_error' | 'contract_completed' | 'duplicate_invoice' | 'incorrect_prices' | 'non_compliant_invoice' | null;
|
|
23187
23189
|
} | null;
|
|
23188
23190
|
/**
|
|
23189
23191
|
* The time the invoice has been archived
|
|
@@ -30988,10 +30990,8 @@ type GetProAccountMandatesData = {
|
|
|
30988
30990
|
/**
|
|
30989
30991
|
* You can choose to filter items on specific fields.
|
|
30990
30992
|
* Available fields and operators:
|
|
30991
|
-
* - `signed_at`: `lt`, `lteq`, `gt`, `gteq`, `eq`, `not_eq`, `in`, `not_in`
|
|
30992
30993
|
* - `status`: `eq`, `not_eq`, `in`, `not_in`
|
|
30993
30994
|
* - `customer_id`: `lt`, `lteq`, `gt`, `gteq`, `eq`, `not_eq`, `in`, `not_in`
|
|
30994
|
-
* - `active_subscriptions_count`: `lt`, `lteq`, `gt`, `gteq`, `eq`, `not_eq`, `in`, `not_in`
|
|
30995
30995
|
*
|
|
30996
30996
|
*/
|
|
30997
30997
|
filter?: string;
|
|
@@ -37028,7 +37028,7 @@ declare const SupplierInvoicePDPStatusSchema: {
|
|
|
37028
37028
|
};
|
|
37029
37029
|
declare const SupplierInvoicePDPReasonSchema: {
|
|
37030
37030
|
readonly type: "string";
|
|
37031
|
-
readonly enum: readonly ["incorrect_vat_rate", "incorrect_unit_prices", "incorrect_billed_quantity", "incorrect_billed_item", "defective_delivered_item", "delivery_issue", "bank_details_error", "incorrect_payment_terms", "missing_legal_notice", "missing_contractual_reference", "recipient_error", "contract_completed", "duplicate_invoice"];
|
|
37031
|
+
readonly enum: readonly ["incorrect_vat_rate", "incorrect_unit_prices", "incorrect_billed_quantity", "incorrect_billed_item", "defective_delivered_item", "delivery_issue", "bank_details_error", "incorrect_payment_terms", "missing_legal_notice", "missing_contractual_reference", "recipient_error", "contract_completed", "duplicate_invoice", "incorrect_prices", "non_compliant_invoice"];
|
|
37032
37032
|
};
|
|
37033
37033
|
declare const NullSchema: {
|
|
37034
37034
|
readonly nullable: true;
|
|
@@ -37262,7 +37262,7 @@ declare const SupplierInvoices__ResponseSchema: {
|
|
|
37262
37262
|
readonly reason: {
|
|
37263
37263
|
readonly anyOf: readonly [{
|
|
37264
37264
|
readonly type: "string";
|
|
37265
|
-
readonly enum: readonly ["incorrect_vat_rate", "incorrect_unit_prices", "incorrect_billed_quantity", "incorrect_billed_item", "defective_delivered_item", "delivery_issue", "bank_details_error", "incorrect_payment_terms", "missing_legal_notice", "missing_contractual_reference", "recipient_error", "contract_completed", "duplicate_invoice"];
|
|
37265
|
+
readonly enum: readonly ["incorrect_vat_rate", "incorrect_unit_prices", "incorrect_billed_quantity", "incorrect_billed_item", "defective_delivered_item", "delivery_issue", "bank_details_error", "incorrect_payment_terms", "missing_legal_notice", "missing_contractual_reference", "recipient_error", "contract_completed", "duplicate_invoice", "incorrect_prices", "non_compliant_invoice"];
|
|
37266
37266
|
}, {
|
|
37267
37267
|
readonly nullable: true;
|
|
37268
37268
|
readonly type: "string";
|
|
@@ -40114,7 +40114,7 @@ declare const getLedgerAccount: <ThrowOnError extends boolean = false>(options:
|
|
|
40114
40114
|
* Update a ledger account
|
|
40115
40115
|
*
|
|
40116
40116
|
* > ℹ️
|
|
40117
|
-
* > This endpoint requires
|
|
40117
|
+
* > This endpoint requires the following scope: `ledger_accounts:all`
|
|
40118
40118
|
*/
|
|
40119
40119
|
declare const updateLedgerAccount: <ThrowOnError extends boolean = false>(options: Options<UpdateLedgerAccountData, ThrowOnError>) => RequestResult<UpdateLedgerAccountResponses, UpdateLedgerAccountErrors, ThrowOnError, "fields">;
|
|
40120
40120
|
/**
|
|
@@ -40128,7 +40128,7 @@ declare const updateLedgerAccount: <ThrowOnError extends boolean = false>(option
|
|
|
40128
40128
|
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
40129
40129
|
*
|
|
40130
40130
|
* > ℹ️
|
|
40131
|
-
* > This endpoint requires
|
|
40131
|
+
* > This endpoint requires the following scope: `ledger`
|
|
40132
40132
|
*
|
|
40133
40133
|
* @deprecated
|
|
40134
40134
|
*/
|
|
@@ -40144,7 +40144,7 @@ declare const getLedgerAttachments: <ThrowOnError extends boolean = false>(optio
|
|
|
40144
40144
|
* > As an alternative, please use the [File Attachments: Upload a file](https://pennylane.readme.io/reference/postfileattachments#/) endpoint.
|
|
40145
40145
|
*
|
|
40146
40146
|
* > ℹ️
|
|
40147
|
-
* > This endpoint requires
|
|
40147
|
+
* > This endpoint requires the following scope: `ledger`
|
|
40148
40148
|
*
|
|
40149
40149
|
* @deprecated
|
|
40150
40150
|
*/
|
|
@@ -40332,7 +40332,7 @@ declare const getCustomerInvoices: <ThrowOnError extends boolean = false>(option
|
|
|
40332
40332
|
*
|
|
40333
40333
|
*
|
|
40334
40334
|
* > ℹ️
|
|
40335
|
-
* > This endpoint requires
|
|
40335
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40336
40336
|
*/
|
|
40337
40337
|
declare const postCustomerInvoices: <ThrowOnError extends boolean = false>(options: Options<PostCustomerInvoicesData, ThrowOnError>) => RequestResult<PostCustomerInvoicesResponses, PostCustomerInvoicesErrors, ThrowOnError, "fields">;
|
|
40338
40338
|
/**
|
|
@@ -40344,7 +40344,7 @@ declare const postCustomerInvoices: <ThrowOnError extends boolean = false>(optio
|
|
|
40344
40344
|
*
|
|
40345
40345
|
*
|
|
40346
40346
|
* > ℹ️
|
|
40347
|
-
* > This endpoint requires
|
|
40347
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40348
40348
|
*/
|
|
40349
40349
|
declare const importCustomerInvoices: <ThrowOnError extends boolean = false>(options: Options<ImportCustomerInvoicesData, ThrowOnError>) => RequestResult<ImportCustomerInvoicesResponses, ImportCustomerInvoicesErrors, ThrowOnError, "fields">;
|
|
40350
40350
|
/**
|
|
@@ -40357,7 +40357,7 @@ declare const importCustomerInvoices: <ThrowOnError extends boolean = false>(opt
|
|
|
40357
40357
|
*
|
|
40358
40358
|
*
|
|
40359
40359
|
* > ℹ️
|
|
40360
|
-
* > This endpoint requires
|
|
40360
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40361
40361
|
*/
|
|
40362
40362
|
declare const createCustomerInvoiceEInvoiceImport: <ThrowOnError extends boolean = false>(options: Options<CreateCustomerInvoiceEInvoiceImportData, ThrowOnError>) => RequestResult<CreateCustomerInvoiceEInvoiceImportResponses, CreateCustomerInvoiceEInvoiceImportErrors, ThrowOnError, "fields">;
|
|
40363
40363
|
/**
|
|
@@ -40368,7 +40368,7 @@ declare const createCustomerInvoiceEInvoiceImport: <ThrowOnError extends boolean
|
|
|
40368
40368
|
*
|
|
40369
40369
|
*
|
|
40370
40370
|
* > ℹ️
|
|
40371
|
-
* > This endpoint requires
|
|
40371
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40372
40372
|
*/
|
|
40373
40373
|
declare const createCustomerInvoiceFromQuote: <ThrowOnError extends boolean = false>(options: Options<CreateCustomerInvoiceFromQuoteData, ThrowOnError>) => RequestResult<CreateCustomerInvoiceFromQuoteResponses, CreateCustomerInvoiceFromQuoteErrors, ThrowOnError, "fields">;
|
|
40374
40374
|
/**
|
|
@@ -40388,7 +40388,7 @@ declare const getBillingSubscriptions: <ThrowOnError extends boolean = false>(op
|
|
|
40388
40388
|
*
|
|
40389
40389
|
*
|
|
40390
40390
|
* > ℹ️
|
|
40391
|
-
* > This endpoint requires
|
|
40391
|
+
* > This endpoint requires the following scope: `billing_subscriptions:all`
|
|
40392
40392
|
*/
|
|
40393
40393
|
declare const postBillingSubscriptions: <ThrowOnError extends boolean = false>(options: Options<PostBillingSubscriptionsData, ThrowOnError>) => RequestResult<PostBillingSubscriptionsResponses, PostBillingSubscriptionsErrors, ThrowOnError, "fields">;
|
|
40394
40394
|
/**
|
|
@@ -40406,7 +40406,7 @@ declare const getBillingSubscription: <ThrowOnError extends boolean = false>(opt
|
|
|
40406
40406
|
* Update a billing subscription
|
|
40407
40407
|
*
|
|
40408
40408
|
* > ℹ️
|
|
40409
|
-
* > This endpoint requires
|
|
40409
|
+
* > This endpoint requires the following scope: `billing_subscriptions:all`
|
|
40410
40410
|
*/
|
|
40411
40411
|
declare const putBillingSubscriptions: <ThrowOnError extends boolean = false>(options: Options<PutBillingSubscriptionsData, ThrowOnError>) => RequestResult<PutBillingSubscriptionsResponses, PutBillingSubscriptionsErrors, ThrowOnError, "fields">;
|
|
40412
40412
|
/**
|
|
@@ -40442,7 +40442,7 @@ declare const getProducts: <ThrowOnError extends boolean = false>(options?: Opti
|
|
|
40442
40442
|
* Create a product
|
|
40443
40443
|
*
|
|
40444
40444
|
* > ℹ️
|
|
40445
|
-
* > This endpoint requires
|
|
40445
|
+
* > This endpoint requires the following scope: `products:all`
|
|
40446
40446
|
*/
|
|
40447
40447
|
declare const postProducts: <ThrowOnError extends boolean = false>(options: Options<PostProductsData, ThrowOnError>) => RequestResult<PostProductsResponses, PostProductsErrors, ThrowOnError, "fields">;
|
|
40448
40448
|
/**
|
|
@@ -40460,7 +40460,7 @@ declare const getProduct: <ThrowOnError extends boolean = false>(options: Option
|
|
|
40460
40460
|
* Update a product
|
|
40461
40461
|
*
|
|
40462
40462
|
* > ℹ️
|
|
40463
|
-
* > This endpoint requires
|
|
40463
|
+
* > This endpoint requires the following scope: `products:all`
|
|
40464
40464
|
*/
|
|
40465
40465
|
declare const putProduct: <ThrowOnError extends boolean = false>(options: Options<PutProductData, ThrowOnError>) => RequestResult<PutProductResponses, PutProductErrors, ThrowOnError, "fields">;
|
|
40466
40466
|
/**
|
|
@@ -40487,7 +40487,7 @@ declare const getFileAttachments: <ThrowOnError extends boolean = false>(options
|
|
|
40487
40487
|
*
|
|
40488
40488
|
*
|
|
40489
40489
|
* > ℹ️
|
|
40490
|
-
* > This endpoint requires
|
|
40490
|
+
* > This endpoint requires the following scope: `file_attachments:all`
|
|
40491
40491
|
*/
|
|
40492
40492
|
declare const postFileAttachments: <ThrowOnError extends boolean = false>(options: Options<PostFileAttachmentsData, ThrowOnError>) => RequestResult<PostFileAttachmentsResponses, PostFileAttachmentsErrors, ThrowOnError, "fields">;
|
|
40493
40493
|
/**
|
|
@@ -40496,7 +40496,7 @@ declare const postFileAttachments: <ThrowOnError extends boolean = false>(option
|
|
|
40496
40496
|
* List customer invoice templates
|
|
40497
40497
|
*
|
|
40498
40498
|
* > ℹ️
|
|
40499
|
-
* > This endpoint requires
|
|
40499
|
+
* > This endpoint requires the following scope: `customer_invoice_templates:readonly`
|
|
40500
40500
|
*/
|
|
40501
40501
|
declare const getCustomerInvoiceTemplates: <ThrowOnError extends boolean = false>(options?: Options<GetCustomerInvoiceTemplatesData, ThrowOnError>) => RequestResult<GetCustomerInvoiceTemplatesResponses, GetCustomerInvoiceTemplatesErrors, ThrowOnError, "fields">;
|
|
40502
40502
|
/**
|
|
@@ -40505,7 +40505,7 @@ declare const getCustomerInvoiceTemplates: <ThrowOnError extends boolean = false
|
|
|
40505
40505
|
* This endpoint allows you to create an Analytical General Ledger export. The generated export file is an xlsx file, using the in-line analytical mode by default.
|
|
40506
40506
|
*
|
|
40507
40507
|
* > ℹ️
|
|
40508
|
-
* > This endpoint requires
|
|
40508
|
+
* > This endpoint requires the following scope: `exports:agl`
|
|
40509
40509
|
*/
|
|
40510
40510
|
declare const exportAnalyticalGeneralLedger: <ThrowOnError extends boolean = false>(options: Options<ExportAnalyticalGeneralLedgerData, ThrowOnError>) => RequestResult<ExportAnalyticalGeneralLedgerResponses, ExportAnalyticalGeneralLedgerErrors, ThrowOnError, "fields">;
|
|
40511
40511
|
/**
|
|
@@ -40514,7 +40514,7 @@ declare const exportAnalyticalGeneralLedger: <ThrowOnError extends boolean = fal
|
|
|
40514
40514
|
* The endpoint returns a specific Analytical General Ledger export. The export file is an xlsx file, using the in-line analytical mode.
|
|
40515
40515
|
*
|
|
40516
40516
|
* > ℹ️
|
|
40517
|
-
* > This endpoint requires
|
|
40517
|
+
* > This endpoint requires the following scope: `exports:agl`
|
|
40518
40518
|
*/
|
|
40519
40519
|
declare const getAnalyticalGeneralLedgerExport: <ThrowOnError extends boolean = false>(options: Options<GetAnalyticalGeneralLedgerExportData, ThrowOnError>) => RequestResult<GetAnalyticalGeneralLedgerExportResponses, GetAnalyticalGeneralLedgerExportErrors, ThrowOnError, "fields">;
|
|
40520
40520
|
/**
|
|
@@ -40523,7 +40523,7 @@ declare const getAnalyticalGeneralLedgerExport: <ThrowOnError extends boolean =
|
|
|
40523
40523
|
* This endpoint allows you to create a FEC export
|
|
40524
40524
|
*
|
|
40525
40525
|
* > ℹ️
|
|
40526
|
-
* > This endpoint requires
|
|
40526
|
+
* > This endpoint requires the following scope: `exports:fec`
|
|
40527
40527
|
*/
|
|
40528
40528
|
declare const exportFec: <ThrowOnError extends boolean = false>(options: Options<ExportFecData, ThrowOnError>) => RequestResult<ExportFecResponses, ExportFecErrors, ThrowOnError, "fields">;
|
|
40529
40529
|
/**
|
|
@@ -40532,7 +40532,7 @@ declare const exportFec: <ThrowOnError extends boolean = false>(options: Options
|
|
|
40532
40532
|
* The endpoint returns a specific FEC export
|
|
40533
40533
|
*
|
|
40534
40534
|
* > ℹ️
|
|
40535
|
-
* > This endpoint requires
|
|
40535
|
+
* > This endpoint requires the following scope: `exports:fec`
|
|
40536
40536
|
*/
|
|
40537
40537
|
declare const getFecExport: <ThrowOnError extends boolean = false>(options: Options<GetFecExportData, ThrowOnError>) => RequestResult<GetFecExportResponses, GetFecExportErrors, ThrowOnError, "fields">;
|
|
40538
40538
|
/**
|
|
@@ -40541,7 +40541,7 @@ declare const getFecExport: <ThrowOnError extends boolean = false>(options: Opti
|
|
|
40541
40541
|
* This endpoint returns the created company customer.
|
|
40542
40542
|
*
|
|
40543
40543
|
* > ℹ️
|
|
40544
|
-
* > This endpoint requires
|
|
40544
|
+
* > This endpoint requires the following scope: `customers:all`
|
|
40545
40545
|
*/
|
|
40546
40546
|
declare const postCompanyCustomer: <ThrowOnError extends boolean = false>(options: Options<PostCompanyCustomerData, ThrowOnError>) => RequestResult<PostCompanyCustomerResponses, PostCompanyCustomerErrors, ThrowOnError, "fields">;
|
|
40547
40547
|
/**
|
|
@@ -40559,7 +40559,7 @@ declare const getCompanyCustomer: <ThrowOnError extends boolean = false>(options
|
|
|
40559
40559
|
* This endpoint returns the updated company customer.
|
|
40560
40560
|
*
|
|
40561
40561
|
* > ℹ️
|
|
40562
|
-
* > This endpoint requires
|
|
40562
|
+
* > This endpoint requires the following scope: `customers:all`
|
|
40563
40563
|
*/
|
|
40564
40564
|
declare const putCompanyCustomer: <ThrowOnError extends boolean = false>(options: Options<PutCompanyCustomerData, ThrowOnError>) => RequestResult<PutCompanyCustomerResponses, PutCompanyCustomerErrors, ThrowOnError, "fields">;
|
|
40565
40565
|
/**
|
|
@@ -40568,7 +40568,7 @@ declare const putCompanyCustomer: <ThrowOnError extends boolean = false>(options
|
|
|
40568
40568
|
* This endpoint returns the created individual customer.
|
|
40569
40569
|
*
|
|
40570
40570
|
* > ℹ️
|
|
40571
|
-
* > This endpoint requires
|
|
40571
|
+
* > This endpoint requires the following scope: `customers:all`
|
|
40572
40572
|
*/
|
|
40573
40573
|
declare const postIndividualCustomer: <ThrowOnError extends boolean = false>(options: Options<PostIndividualCustomerData, ThrowOnError>) => RequestResult<PostIndividualCustomerResponses, PostIndividualCustomerErrors, ThrowOnError, "fields">;
|
|
40574
40574
|
/**
|
|
@@ -40586,7 +40586,7 @@ declare const getIndividualCustomer: <ThrowOnError extends boolean = false>(opti
|
|
|
40586
40586
|
* This endpoint returns the updated individual customer.
|
|
40587
40587
|
*
|
|
40588
40588
|
* > ℹ️
|
|
40589
|
-
* > This endpoint requires
|
|
40589
|
+
* > This endpoint requires the following scope: `customers:all`
|
|
40590
40590
|
*/
|
|
40591
40591
|
declare const putIndividualCustomer: <ThrowOnError extends boolean = false>(options: Options<PutIndividualCustomerData, ThrowOnError>) => RequestResult<PutIndividualCustomerResponses, PutIndividualCustomerErrors, ThrowOnError, "fields">;
|
|
40592
40592
|
/**
|
|
@@ -40630,7 +40630,7 @@ declare const getCustomerCategories: <ThrowOnError extends boolean = false>(opti
|
|
|
40630
40630
|
*
|
|
40631
40631
|
*
|
|
40632
40632
|
* > ℹ️
|
|
40633
|
-
* > This endpoint requires
|
|
40633
|
+
* > This endpoint requires the following scope: `customers:all`
|
|
40634
40634
|
*/
|
|
40635
40635
|
declare const putCustomerCategories: <ThrowOnError extends boolean = false>(options: Options<PutCustomerCategoriesData, ThrowOnError>) => RequestResult<PutCustomerCategoriesResponses, PutCustomerCategoriesErrors, ThrowOnError, "fields">;
|
|
40636
40636
|
/**
|
|
@@ -40657,7 +40657,7 @@ declare const getSuppliers: <ThrowOnError extends boolean = false>(options?: Opt
|
|
|
40657
40657
|
* This endpoint returns the created supplier.
|
|
40658
40658
|
*
|
|
40659
40659
|
* > ℹ️
|
|
40660
|
-
* > This endpoint requires
|
|
40660
|
+
* > This endpoint requires the following scope: `suppliers:all`
|
|
40661
40661
|
*/
|
|
40662
40662
|
declare const postSupplier: <ThrowOnError extends boolean = false>(options: Options<PostSupplierData, ThrowOnError>) => RequestResult<PostSupplierResponses, PostSupplierErrors, ThrowOnError, "fields">;
|
|
40663
40663
|
/**
|
|
@@ -40675,7 +40675,7 @@ declare const getSupplier: <ThrowOnError extends boolean = false>(options: Optio
|
|
|
40675
40675
|
* This endpoint returns the updated supplier.
|
|
40676
40676
|
*
|
|
40677
40677
|
* > ℹ️
|
|
40678
|
-
* > This endpoint requires
|
|
40678
|
+
* > This endpoint requires the following scope: `suppliers:all`
|
|
40679
40679
|
*/
|
|
40680
40680
|
declare const putSupplier: <ThrowOnError extends boolean = false>(options: Options<PutSupplierData, ThrowOnError>) => RequestResult<PutSupplierResponses, PutSupplierErrors, ThrowOnError, "fields">;
|
|
40681
40681
|
/**
|
|
@@ -40701,7 +40701,7 @@ declare const getSupplierCategories: <ThrowOnError extends boolean = false>(opti
|
|
|
40701
40701
|
*
|
|
40702
40702
|
*
|
|
40703
40703
|
* > ℹ️
|
|
40704
|
-
* > This endpoint requires
|
|
40704
|
+
* > This endpoint requires the following scope: `suppliers:all`
|
|
40705
40705
|
*/
|
|
40706
40706
|
declare const putSupplierCategories: <ThrowOnError extends boolean = false>(options: Options<PutSupplierCategoriesData, ThrowOnError>) => RequestResult<PutSupplierCategoriesResponses, PutSupplierCategoriesErrors, ThrowOnError, "fields">;
|
|
40707
40707
|
/**
|
|
@@ -40756,7 +40756,7 @@ declare const getCustomerInvoiceMatchedTransactions: <ThrowOnError extends boole
|
|
|
40756
40756
|
*
|
|
40757
40757
|
*
|
|
40758
40758
|
* > ℹ️
|
|
40759
|
-
* > This endpoint requires
|
|
40759
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40760
40760
|
*/
|
|
40761
40761
|
declare const postCustomerInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<PostCustomerInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<PostCustomerInvoiceMatchedTransactionsResponses, PostCustomerInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
|
|
40762
40762
|
/**
|
|
@@ -40766,7 +40766,7 @@ declare const postCustomerInvoiceMatchedTransactions: <ThrowOnError extends bool
|
|
|
40766
40766
|
*
|
|
40767
40767
|
*
|
|
40768
40768
|
* > ℹ️
|
|
40769
|
-
* > This endpoint requires
|
|
40769
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40770
40770
|
*/
|
|
40771
40771
|
declare const deleteCustomerInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<DeleteCustomerInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<DeleteCustomerInvoiceMatchedTransactionsResponses, DeleteCustomerInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
|
|
40772
40772
|
/**
|
|
@@ -40787,7 +40787,7 @@ declare const getCustomerInvoiceAppendices: <ThrowOnError extends boolean = fals
|
|
|
40787
40787
|
*
|
|
40788
40788
|
*
|
|
40789
40789
|
* > ℹ️
|
|
40790
|
-
* > This endpoint requires
|
|
40790
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40791
40791
|
*/
|
|
40792
40792
|
declare const postCustomerInvoiceAppendices: <ThrowOnError extends boolean = false>(options: Options<PostCustomerInvoiceAppendicesData, ThrowOnError>) => RequestResult<PostCustomerInvoiceAppendicesResponses, PostCustomerInvoiceAppendicesErrors, ThrowOnError, "fields">;
|
|
40793
40793
|
/**
|
|
@@ -40796,7 +40796,7 @@ declare const postCustomerInvoiceAppendices: <ThrowOnError extends boolean = fal
|
|
|
40796
40796
|
* Delete a draft customer invoice or draft credit note
|
|
40797
40797
|
*
|
|
40798
40798
|
* > ℹ️
|
|
40799
|
-
* > This endpoint requires
|
|
40799
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40800
40800
|
*/
|
|
40801
40801
|
declare const deleteCustomerInvoices: <ThrowOnError extends boolean = false>(options: Options<DeleteCustomerInvoicesData, ThrowOnError>) => RequestResult<DeleteCustomerInvoicesResponses, DeleteCustomerInvoicesErrors, ThrowOnError, "fields">;
|
|
40802
40802
|
/**
|
|
@@ -40814,7 +40814,7 @@ declare const getCustomerInvoice: <ThrowOnError extends boolean = false>(options
|
|
|
40814
40814
|
* Update a customer invoice
|
|
40815
40815
|
*
|
|
40816
40816
|
* > ℹ️
|
|
40817
|
-
* > This endpoint requires
|
|
40817
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40818
40818
|
*/
|
|
40819
40819
|
declare const updateCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<UpdateCustomerInvoiceData, ThrowOnError>) => RequestResult<UpdateCustomerInvoiceResponses, UpdateCustomerInvoiceErrors, ThrowOnError, "fields">;
|
|
40820
40820
|
/**
|
|
@@ -40825,7 +40825,7 @@ declare const updateCustomerInvoice: <ThrowOnError extends boolean = false>(opti
|
|
|
40825
40825
|
*
|
|
40826
40826
|
*
|
|
40827
40827
|
* > ℹ️
|
|
40828
|
-
* > This endpoint requires
|
|
40828
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40829
40829
|
*/
|
|
40830
40830
|
declare const markAsPaidCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<MarkAsPaidCustomerInvoiceData, ThrowOnError>) => RequestResult<MarkAsPaidCustomerInvoiceResponses, MarkAsPaidCustomerInvoiceErrors, ThrowOnError, "fields">;
|
|
40831
40831
|
/**
|
|
@@ -40841,7 +40841,7 @@ declare const markAsPaidCustomerInvoice: <ThrowOnError extends boolean = false>(
|
|
|
40841
40841
|
*
|
|
40842
40842
|
*
|
|
40843
40843
|
* > ℹ️
|
|
40844
|
-
* > This endpoint requires
|
|
40844
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40845
40845
|
*/
|
|
40846
40846
|
declare const sendByEmailCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<SendByEmailCustomerInvoiceData, ThrowOnError>) => RequestResult<SendByEmailCustomerInvoiceResponses, SendByEmailCustomerInvoiceErrors, ThrowOnError, "fields">;
|
|
40847
40847
|
/**
|
|
@@ -40868,7 +40868,7 @@ declare const getCustomerInvoiceCategories: <ThrowOnError extends boolean = fals
|
|
|
40868
40868
|
*
|
|
40869
40869
|
*
|
|
40870
40870
|
* > ℹ️
|
|
40871
|
-
* > This endpoint requires
|
|
40871
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40872
40872
|
*/
|
|
40873
40873
|
declare const putCustomerInvoiceCategories: <ThrowOnError extends boolean = false>(options: Options<PutCustomerInvoiceCategoriesData, ThrowOnError>) => RequestResult<PutCustomerInvoiceCategoriesResponses, PutCustomerInvoiceCategoriesErrors, ThrowOnError, "fields">;
|
|
40874
40874
|
/**
|
|
@@ -40879,7 +40879,7 @@ declare const putCustomerInvoiceCategories: <ThrowOnError extends boolean = fals
|
|
|
40879
40879
|
*
|
|
40880
40880
|
*
|
|
40881
40881
|
* > ℹ️
|
|
40882
|
-
* > This endpoint requires
|
|
40882
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40883
40883
|
*/
|
|
40884
40884
|
declare const updateImportedCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<UpdateImportedCustomerInvoiceData, ThrowOnError>) => RequestResult<UpdateImportedCustomerInvoiceResponses, UpdateImportedCustomerInvoiceErrors, ThrowOnError, "fields">;
|
|
40885
40885
|
/**
|
|
@@ -40890,7 +40890,7 @@ declare const updateImportedCustomerInvoice: <ThrowOnError extends boolean = fal
|
|
|
40890
40890
|
*
|
|
40891
40891
|
*
|
|
40892
40892
|
* > ℹ️
|
|
40893
|
-
* > This endpoint requires
|
|
40893
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40894
40894
|
*/
|
|
40895
40895
|
declare const finalizeCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<FinalizeCustomerInvoiceData, ThrowOnError>) => RequestResult<FinalizeCustomerInvoiceResponses, FinalizeCustomerInvoiceErrors, ThrowOnError, "fields">;
|
|
40896
40896
|
/**
|
|
@@ -40899,7 +40899,7 @@ declare const finalizeCustomerInvoice: <ThrowOnError extends boolean = false>(op
|
|
|
40899
40899
|
* Link a credit note to a customer invoice
|
|
40900
40900
|
*
|
|
40901
40901
|
* > ℹ️
|
|
40902
|
-
* > This endpoint requires
|
|
40902
|
+
* > This endpoint requires the following scope: `customer_invoices:all`
|
|
40903
40903
|
*/
|
|
40904
40904
|
declare const linkCreditNote: <ThrowOnError extends boolean = false>(options: Options<LinkCreditNoteData, ThrowOnError>) => RequestResult<LinkCreditNoteResponses, LinkCreditNoteErrors, ThrowOnError, "fields">;
|
|
40905
40905
|
/**
|
|
@@ -40935,7 +40935,7 @@ declare const getSupplierInvoice: <ThrowOnError extends boolean = false>(options
|
|
|
40935
40935
|
* This endpoint allows you to update a supplier invoice.
|
|
40936
40936
|
*
|
|
40937
40937
|
* > ℹ️
|
|
40938
|
-
* > This endpoint requires
|
|
40938
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
40939
40939
|
*/
|
|
40940
40940
|
declare const putSupplierInvoice: <ThrowOnError extends boolean = false>(options: Options<PutSupplierInvoiceData, ThrowOnError>) => RequestResult<PutSupplierInvoiceResponses, PutSupplierInvoiceErrors, ThrowOnError, "fields">;
|
|
40941
40941
|
/**
|
|
@@ -40961,7 +40961,7 @@ declare const getSupplierInvoiceCategories: <ThrowOnError extends boolean = fals
|
|
|
40961
40961
|
*
|
|
40962
40962
|
*
|
|
40963
40963
|
* > ℹ️
|
|
40964
|
-
* > This endpoint requires
|
|
40964
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
40965
40965
|
*/
|
|
40966
40966
|
declare const putSupplierInvoiceCategories: <ThrowOnError extends boolean = false>(options: Options<PutSupplierInvoiceCategoriesData, ThrowOnError>) => RequestResult<PutSupplierInvoiceCategoriesResponses, PutSupplierInvoiceCategoriesErrors, ThrowOnError, "fields">;
|
|
40967
40967
|
/**
|
|
@@ -40981,7 +40981,7 @@ declare const getSupplierInvoicePayments: <ThrowOnError extends boolean = false>
|
|
|
40981
40981
|
*
|
|
40982
40982
|
*
|
|
40983
40983
|
* > ℹ️
|
|
40984
|
-
* > This endpoint requires
|
|
40984
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
40985
40985
|
*/
|
|
40986
40986
|
declare const updateSupplierInvoicePaymentStatus: <ThrowOnError extends boolean = false>(options: Options<UpdateSupplierInvoicePaymentStatusData, ThrowOnError>) => RequestResult<UpdateSupplierInvoicePaymentStatusResponses, UpdateSupplierInvoicePaymentStatusErrors, ThrowOnError, "fields">;
|
|
40987
40987
|
/**
|
|
@@ -41003,7 +41003,7 @@ declare const getSupplierInvoiceMatchedTransactions: <ThrowOnError extends boole
|
|
|
41003
41003
|
*
|
|
41004
41004
|
*
|
|
41005
41005
|
* > ℹ️
|
|
41006
|
-
* > This endpoint requires
|
|
41006
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
41007
41007
|
*/
|
|
41008
41008
|
declare const postSupplierInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<PostSupplierInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<PostSupplierInvoiceMatchedTransactionsResponses, PostSupplierInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
|
|
41009
41009
|
/**
|
|
@@ -41014,7 +41014,7 @@ declare const postSupplierInvoiceMatchedTransactions: <ThrowOnError extends bool
|
|
|
41014
41014
|
*
|
|
41015
41015
|
*
|
|
41016
41016
|
* > ℹ️
|
|
41017
|
-
* > This endpoint requires
|
|
41017
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
41018
41018
|
*/
|
|
41019
41019
|
declare const deleteSupplierInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<DeleteSupplierInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<DeleteSupplierInvoiceMatchedTransactionsResponses, DeleteSupplierInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
|
|
41020
41020
|
/**
|
|
@@ -41027,7 +41027,7 @@ declare const deleteSupplierInvoiceMatchedTransactions: <ThrowOnError extends bo
|
|
|
41027
41027
|
*
|
|
41028
41028
|
*
|
|
41029
41029
|
* > ℹ️
|
|
41030
|
-
* > This endpoint requires
|
|
41030
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
41031
41031
|
*/
|
|
41032
41032
|
declare const postSupplierInvoiceLinkedPurchaseRequests: <ThrowOnError extends boolean = false>(options: Options<PostSupplierInvoiceLinkedPurchaseRequestsData, ThrowOnError>) => RequestResult<PostSupplierInvoiceLinkedPurchaseRequestsResponses, PostSupplierInvoiceLinkedPurchaseRequestsErrors, ThrowOnError, "fields">;
|
|
41033
41033
|
/**
|
|
@@ -41038,7 +41038,7 @@ declare const postSupplierInvoiceLinkedPurchaseRequests: <ThrowOnError extends b
|
|
|
41038
41038
|
*
|
|
41039
41039
|
*
|
|
41040
41040
|
* > ℹ️
|
|
41041
|
-
* > This endpoint requires
|
|
41041
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
41042
41042
|
*/
|
|
41043
41043
|
declare const importSupplierInvoice: <ThrowOnError extends boolean = false>(options: Options<ImportSupplierInvoiceData, ThrowOnError>) => RequestResult<ImportSupplierInvoiceResponses, ImportSupplierInvoiceErrors, ThrowOnError, "fields">;
|
|
41044
41044
|
/**
|
|
@@ -41051,7 +41051,7 @@ declare const importSupplierInvoice: <ThrowOnError extends boolean = false>(opti
|
|
|
41051
41051
|
*
|
|
41052
41052
|
*
|
|
41053
41053
|
* > ℹ️
|
|
41054
|
-
* > This endpoint requires
|
|
41054
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
41055
41055
|
*/
|
|
41056
41056
|
declare const createSupplierInvoiceEInvoiceImport: <ThrowOnError extends boolean = false>(options: Options<CreateSupplierInvoiceEInvoiceImportData, ThrowOnError>) => RequestResult<CreateSupplierInvoiceEInvoiceImportResponses, CreateSupplierInvoiceEInvoiceImportErrors, ThrowOnError, "fields">;
|
|
41057
41057
|
/**
|
|
@@ -41060,7 +41060,7 @@ declare const createSupplierInvoiceEInvoiceImport: <ThrowOnError extends boolean
|
|
|
41060
41060
|
* Turn the supplier invoice into a Complete state.
|
|
41061
41061
|
*
|
|
41062
41062
|
* > ℹ️
|
|
41063
|
-
* > This endpoint requires
|
|
41063
|
+
* > This endpoint requires the following scope: `supplier_invoices:all`
|
|
41064
41064
|
*/
|
|
41065
41065
|
declare const validateAccountingSupplierInvoice: <ThrowOnError extends boolean = false>(options: Options<ValidateAccountingSupplierInvoiceData, ThrowOnError>) => RequestResult<ValidateAccountingSupplierInvoiceResponses, ValidateAccountingSupplierInvoiceErrors, ThrowOnError, "fields">;
|
|
41066
41066
|
/**
|
|
@@ -41105,7 +41105,7 @@ declare const getCategories: <ThrowOnError extends boolean = false>(options?: Op
|
|
|
41105
41105
|
* Create a category
|
|
41106
41106
|
*
|
|
41107
41107
|
* > ℹ️
|
|
41108
|
-
* > This endpoint requires
|
|
41108
|
+
* > This endpoint requires the following scope: `categories:all`
|
|
41109
41109
|
*/
|
|
41110
41110
|
declare const postCategories: <ThrowOnError extends boolean = false>(options: Options<PostCategoriesData, ThrowOnError>) => RequestResult<PostCategoriesResponses, PostCategoriesErrors, ThrowOnError, "fields">;
|
|
41111
41111
|
/**
|
|
@@ -41123,7 +41123,7 @@ declare const getCategory: <ThrowOnError extends boolean = false>(options: Optio
|
|
|
41123
41123
|
* This endpoint updates a category.
|
|
41124
41124
|
*
|
|
41125
41125
|
* > ℹ️
|
|
41126
|
-
* > This endpoint requires
|
|
41126
|
+
* > This endpoint requires the following scope: `categories:all`
|
|
41127
41127
|
*/
|
|
41128
41128
|
declare const updateCategory: <ThrowOnError extends boolean = false>(options: Options<UpdateCategoryData, ThrowOnError>) => RequestResult<UpdateCategoryResponses, UpdateCategoryErrors, ThrowOnError, "fields">;
|
|
41129
41129
|
/**
|
|
@@ -41137,7 +41137,7 @@ declare const updateCategory: <ThrowOnError extends boolean = false>(options: Op
|
|
|
41137
41137
|
* For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
|
|
41138
41138
|
*
|
|
41139
41139
|
* > ℹ️
|
|
41140
|
-
* > This endpoint requires
|
|
41140
|
+
* > This endpoint requires the following scope: `trial_balance:readonly`
|
|
41141
41141
|
*/
|
|
41142
41142
|
declare const getTrialBalance: <ThrowOnError extends boolean = false>(options: Options<GetTrialBalanceData, ThrowOnError>) => RequestResult<GetTrialBalanceResponses, GetTrialBalanceErrors, ThrowOnError, "fields">;
|
|
41143
41143
|
/**
|
|
@@ -41155,7 +41155,7 @@ declare const getTrialBalance: <ThrowOnError extends boolean = false>(options: O
|
|
|
41155
41155
|
*
|
|
41156
41156
|
*
|
|
41157
41157
|
* > ℹ️
|
|
41158
|
-
* > This endpoint requires
|
|
41158
|
+
* > This endpoint requires the following scope: `fiscal_years:readonly`
|
|
41159
41159
|
*/
|
|
41160
41160
|
declare const companyFiscalYears: <ThrowOnError extends boolean = false>(options?: Options<CompanyFiscalYearsData, ThrowOnError>) => RequestResult<CompanyFiscalYearsResponses, CompanyFiscalYearsErrors, ThrowOnError, "fields">;
|
|
41161
41161
|
/**
|
|
@@ -41281,7 +41281,7 @@ declare const getBankAccounts: <ThrowOnError extends boolean = false>(options?:
|
|
|
41281
41281
|
* Create a bank account
|
|
41282
41282
|
*
|
|
41283
41283
|
* > ℹ️
|
|
41284
|
-
* > This endpoint requires
|
|
41284
|
+
* > This endpoint requires the following scope: `bank_accounts:all`
|
|
41285
41285
|
*/
|
|
41286
41286
|
declare const postBankAccount: <ThrowOnError extends boolean = false>(options: Options<PostBankAccountData, ThrowOnError>) => RequestResult<PostBankAccountResponses, PostBankAccountErrors, ThrowOnError, "fields">;
|
|
41287
41287
|
/**
|
|
@@ -41308,7 +41308,7 @@ declare const getTransactions: <ThrowOnError extends boolean = false>(options?:
|
|
|
41308
41308
|
* Create a banking transaction
|
|
41309
41309
|
*
|
|
41310
41310
|
* > ℹ️
|
|
41311
|
-
* > This endpoint requires
|
|
41311
|
+
* > This endpoint requires the following scope: `transactions:all`
|
|
41312
41312
|
*/
|
|
41313
41313
|
declare const createTransaction: <ThrowOnError extends boolean = false>(options: Options<CreateTransactionData, ThrowOnError>) => RequestResult<CreateTransactionResponses, CreateTransactionErrors, ThrowOnError, "fields">;
|
|
41314
41314
|
/**
|
|
@@ -41326,7 +41326,7 @@ declare const getTransaction: <ThrowOnError extends boolean = false>(options: Op
|
|
|
41326
41326
|
* This endpoint returns the updated transaction.
|
|
41327
41327
|
*
|
|
41328
41328
|
* > ℹ️
|
|
41329
|
-
* > This endpoint requires
|
|
41329
|
+
* > This endpoint requires the following scope: `transactions:all`
|
|
41330
41330
|
*/
|
|
41331
41331
|
declare const updateTransaction: <ThrowOnError extends boolean = false>(options: Options<UpdateTransactionData, ThrowOnError>) => RequestResult<UpdateTransactionResponses, UpdateTransactionErrors, ThrowOnError, "fields">;
|
|
41332
41332
|
/**
|
|
@@ -41352,7 +41352,7 @@ declare const getTransactionCategories: <ThrowOnError extends boolean = false>(o
|
|
|
41352
41352
|
*
|
|
41353
41353
|
*
|
|
41354
41354
|
* > ℹ️
|
|
41355
|
-
* > This endpoint requires
|
|
41355
|
+
* > This endpoint requires the following scope: `transactions:all`
|
|
41356
41356
|
*/
|
|
41357
41357
|
declare const putTransactionCategories: <ThrowOnError extends boolean = false>(options: Options<PutTransactionCategoriesData, ThrowOnError>) => RequestResult<PutTransactionCategoriesResponses, PutTransactionCategoriesErrors, ThrowOnError, "fields">;
|
|
41358
41358
|
/**
|
|
@@ -41379,7 +41379,7 @@ declare const listQuotes: <ThrowOnError extends boolean = false>(options?: Optio
|
|
|
41379
41379
|
* This endpoint allows you to create a quote
|
|
41380
41380
|
*
|
|
41381
41381
|
* > ℹ️
|
|
41382
|
-
* > This endpoint requires
|
|
41382
|
+
* > This endpoint requires the following scope: `quotes:all`
|
|
41383
41383
|
*/
|
|
41384
41384
|
declare const postQuotes: <ThrowOnError extends boolean = false>(options: Options<PostQuotesData, ThrowOnError>) => RequestResult<PostQuotesResponses, PostQuotesErrors, ThrowOnError, "fields">;
|
|
41385
41385
|
/**
|
|
@@ -41397,7 +41397,7 @@ declare const getQuote: <ThrowOnError extends boolean = false>(options: Options<
|
|
|
41397
41397
|
* This endpoint allows you to update a quote
|
|
41398
41398
|
*
|
|
41399
41399
|
* > ℹ️
|
|
41400
|
-
* > This endpoint requires
|
|
41400
|
+
* > This endpoint requires the following scope: `quotes:all`
|
|
41401
41401
|
*/
|
|
41402
41402
|
declare const updateQuote: <ThrowOnError extends boolean = false>(options: Options<UpdateQuoteData, ThrowOnError>) => RequestResult<UpdateQuoteResponses, UpdateQuoteErrors, ThrowOnError, "fields">;
|
|
41403
41403
|
/**
|
|
@@ -41418,7 +41418,7 @@ declare const getQuoteAppendices: <ThrowOnError extends boolean = false>(options
|
|
|
41418
41418
|
*
|
|
41419
41419
|
*
|
|
41420
41420
|
* > ℹ️
|
|
41421
|
-
* > This endpoint requires
|
|
41421
|
+
* > This endpoint requires the following scope: `quotes:all`
|
|
41422
41422
|
*/
|
|
41423
41423
|
declare const postQuoteAppendices: <ThrowOnError extends boolean = false>(options: Options<PostQuoteAppendicesData, ThrowOnError>) => RequestResult<PostQuoteAppendicesResponses, PostQuoteAppendicesErrors, ThrowOnError, "fields">;
|
|
41424
41424
|
/**
|
|
@@ -41452,7 +41452,7 @@ declare const getQuoteInvoiceLineSections: <ThrowOnError extends boolean = false
|
|
|
41452
41452
|
*
|
|
41453
41453
|
*
|
|
41454
41454
|
* > ℹ️
|
|
41455
|
-
* > This endpoint requires
|
|
41455
|
+
* > This endpoint requires the following scope: `quotes:all`
|
|
41456
41456
|
*/
|
|
41457
41457
|
declare const sendByEmailQuote: <ThrowOnError extends boolean = false>(options: Options<SendByEmailQuoteData, ThrowOnError>) => RequestResult<SendByEmailQuoteResponses, SendByEmailQuoteErrors, ThrowOnError, "fields">;
|
|
41458
41458
|
/**
|
|
@@ -41461,7 +41461,7 @@ declare const sendByEmailQuote: <ThrowOnError extends boolean = false>(options:
|
|
|
41461
41461
|
* This endpoint allows you to update the status of a quote
|
|
41462
41462
|
*
|
|
41463
41463
|
* > ℹ️
|
|
41464
|
-
* > This endpoint requires
|
|
41464
|
+
* > This endpoint requires the following scope: `quotes:all`
|
|
41465
41465
|
*/
|
|
41466
41466
|
declare const updateStatusQuote: <ThrowOnError extends boolean = false>(options: Options<UpdateStatusQuoteData, ThrowOnError>) => RequestResult<UpdateStatusQuoteResponses, UpdateStatusQuoteErrors, ThrowOnError, "fields">;
|
|
41467
41467
|
/**
|
|
@@ -41500,7 +41500,7 @@ declare const getCommercialDocumentAppendices: <ThrowOnError extends boolean = f
|
|
|
41500
41500
|
*
|
|
41501
41501
|
*
|
|
41502
41502
|
* > ℹ️
|
|
41503
|
-
* > This endpoint requires
|
|
41503
|
+
* > This endpoint requires the following scope: `commercial_documents:all`
|
|
41504
41504
|
*/
|
|
41505
41505
|
declare const postCommercialDocumentAppendices: <ThrowOnError extends boolean = false>(options: Options<PostCommercialDocumentAppendicesData, ThrowOnError>) => RequestResult<PostCommercialDocumentAppendicesResponses, PostCommercialDocumentAppendicesErrors, ThrowOnError, "fields">;
|
|
41506
41506
|
/**
|
|
@@ -41536,7 +41536,7 @@ declare const getSepaMandates: <ThrowOnError extends boolean = false>(options?:
|
|
|
41536
41536
|
* This endpoint allows you to create a SEPA mandate to enable direct debit payments
|
|
41537
41537
|
*
|
|
41538
41538
|
* > ℹ️
|
|
41539
|
-
* > This endpoint requires
|
|
41539
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41540
41540
|
*/
|
|
41541
41541
|
declare const postSepaMandates: <ThrowOnError extends boolean = false>(options: Options<PostSepaMandatesData, ThrowOnError>) => RequestResult<PostSepaMandatesResponses, PostSepaMandatesErrors, ThrowOnError, "fields">;
|
|
41542
41542
|
/**
|
|
@@ -41545,7 +41545,7 @@ declare const postSepaMandates: <ThrowOnError extends boolean = false>(options:
|
|
|
41545
41545
|
* This endpoint allows you to delete a specific SEPA mandate
|
|
41546
41546
|
*
|
|
41547
41547
|
* > ℹ️
|
|
41548
|
-
* > This endpoint requires
|
|
41548
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41549
41549
|
*/
|
|
41550
41550
|
declare const deleteSepaMandate: <ThrowOnError extends boolean = false>(options: Options<DeleteSepaMandateData, ThrowOnError>) => RequestResult<DeleteSepaMandateResponses, DeleteSepaMandateErrors, ThrowOnError, "fields">;
|
|
41551
41551
|
/**
|
|
@@ -41563,7 +41563,7 @@ declare const getSepaMandate: <ThrowOnError extends boolean = false>(options: Op
|
|
|
41563
41563
|
* This endpoint allows you to update an existing SEPA mandate
|
|
41564
41564
|
*
|
|
41565
41565
|
* > ℹ️
|
|
41566
|
-
* > This endpoint requires
|
|
41566
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41567
41567
|
*/
|
|
41568
41568
|
declare const putSepaMandate: <ThrowOnError extends boolean = false>(options: Options<PutSepaMandateData, ThrowOnError>) => RequestResult<PutSepaMandateResponses, PutSepaMandateErrors, ThrowOnError, "fields">;
|
|
41569
41569
|
/**
|
|
@@ -41590,7 +41590,7 @@ declare const getGocardlessMandate: <ThrowOnError extends boolean = false>(optio
|
|
|
41590
41590
|
* This endpoint allows you to send an email request for a GoCardless mandate to a recipient.
|
|
41591
41591
|
*
|
|
41592
41592
|
* > ℹ️
|
|
41593
|
-
* > This endpoint requires
|
|
41593
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41594
41594
|
*/
|
|
41595
41595
|
declare const postGocardlessMandateMailRequests: <ThrowOnError extends boolean = false>(options: Options<PostGocardlessMandateMailRequestsData, ThrowOnError>) => RequestResult<PostGocardlessMandateMailRequestsResponses, PostGocardlessMandateMailRequestsErrors, ThrowOnError, "fields">;
|
|
41596
41596
|
/**
|
|
@@ -41599,7 +41599,7 @@ declare const postGocardlessMandateMailRequests: <ThrowOnError extends boolean =
|
|
|
41599
41599
|
* Cancels a specific Gocardless mandate by ID. The mandate must be in a cancellable state, having one of the following statuses: `pending_submission`, `submitted` or `active`.
|
|
41600
41600
|
*
|
|
41601
41601
|
* > ℹ️
|
|
41602
|
-
* > This endpoint requires
|
|
41602
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41603
41603
|
*/
|
|
41604
41604
|
declare const postGocardlessMandateCancellations: <ThrowOnError extends boolean = false>(options: Options<PostGocardlessMandateCancellationsData, ThrowOnError>) => RequestResult<PostGocardlessMandateCancellationsResponses, PostGocardlessMandateCancellationsErrors, ThrowOnError, "fields">;
|
|
41605
41605
|
/**
|
|
@@ -41608,7 +41608,7 @@ declare const postGocardlessMandateCancellations: <ThrowOnError extends boolean
|
|
|
41608
41608
|
* This endpoint allows you to associate a GoCardless mandate to a customer.
|
|
41609
41609
|
*
|
|
41610
41610
|
* > ℹ️
|
|
41611
|
-
* > This endpoint requires
|
|
41611
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41612
41612
|
*/
|
|
41613
41613
|
declare const postGocardlessMandateAssociations: <ThrowOnError extends boolean = false>(options: Options<PostGocardlessMandateAssociationsData, ThrowOnError>) => RequestResult<PostGocardlessMandateAssociationsResponses, PostGocardlessMandateAssociationsErrors, ThrowOnError, "fields">;
|
|
41614
41614
|
/**
|
|
@@ -41623,7 +41623,7 @@ declare const postGocardlessMandateAssociations: <ThrowOnError extends boolean =
|
|
|
41623
41623
|
*
|
|
41624
41624
|
*
|
|
41625
41625
|
* > ℹ️
|
|
41626
|
-
* > This endpoint requires
|
|
41626
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41627
41627
|
*/
|
|
41628
41628
|
declare const postProAccountMandateMailRequests: <ThrowOnError extends boolean = false>(options: Options<PostProAccountMandateMailRequestsData, ThrowOnError>) => RequestResult<PostProAccountMandateMailRequestsResponses, PostProAccountMandateMailRequestsErrors, ThrowOnError, "fields">;
|
|
41629
41629
|
/**
|
|
@@ -41653,7 +41653,7 @@ declare const getProAccountMandateMigrations: <ThrowOnError extends boolean = fa
|
|
|
41653
41653
|
*
|
|
41654
41654
|
*
|
|
41655
41655
|
* > ℹ️
|
|
41656
|
-
* > This endpoint requires
|
|
41656
|
+
* > This endpoint requires the following scope: `customer_mandates:all`
|
|
41657
41657
|
*/
|
|
41658
41658
|
declare const postProAccountMandateMigrations: <ThrowOnError extends boolean = false>(options: Options<PostProAccountMandateMigrationsData, ThrowOnError>) => RequestResult<PostProAccountMandateMigrationsResponses, PostProAccountMandateMigrationsErrors, ThrowOnError, "fields">;
|
|
41659
41659
|
/**
|
|
@@ -41692,7 +41692,7 @@ declare const getCustomerInvoiceCustomHeaderFields: <ThrowOnError extends boolea
|
|
|
41692
41692
|
* > - [Import a supplier e-invoice](https://pennylane.readme.io/reference/createsupplierinvoiceeinvoiceimport) endpoint
|
|
41693
41693
|
*
|
|
41694
41694
|
* > ℹ️
|
|
41695
|
-
* > This endpoint requires
|
|
41695
|
+
* > This endpoint requires the following scope: `e_invoices:all`
|
|
41696
41696
|
*
|
|
41697
41697
|
* @deprecated
|
|
41698
41698
|
*/
|
|
@@ -41705,7 +41705,7 @@ declare const createEInvoiceImport: <ThrowOnError extends boolean = false>(optio
|
|
|
41705
41705
|
*
|
|
41706
41706
|
*
|
|
41707
41707
|
* > ℹ️
|
|
41708
|
-
* > This endpoint requires
|
|
41708
|
+
* > This endpoint requires the following scope: `purchase_requests:all`
|
|
41709
41709
|
*/
|
|
41710
41710
|
declare const createPurchaseRequestImport: <ThrowOnError extends boolean = false>(options: Options<CreatePurchaseRequestImportData, ThrowOnError>) => RequestResult<CreatePurchaseRequestImportResponses, CreatePurchaseRequestImportErrors, ThrowOnError, "fields">;
|
|
41711
41711
|
/**
|
|
@@ -41732,7 +41732,7 @@ declare const getPurchaseRequests: <ThrowOnError extends boolean = false>(option
|
|
|
41732
41732
|
* List bank establishments
|
|
41733
41733
|
*
|
|
41734
41734
|
* > ℹ️
|
|
41735
|
-
* > This endpoint requires
|
|
41735
|
+
* > This endpoint requires the following scope: `bank_establishments:readonly`
|
|
41736
41736
|
*/
|
|
41737
41737
|
declare const getBankEstablishments: <ThrowOnError extends boolean = false>(options?: Options<GetBankEstablishmentsData, ThrowOnError>) => RequestResult<GetBankEstablishmentsResponses, GetBankEstablishmentsErrors, ThrowOnError, "fields">;
|
|
41738
41738
|
//#endregion
|