@getyetty-sdk/pennylane 2026.3.14 → 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 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
@@ -5381,6 +5383,12 @@ type ProAccountMandateMigrationsResponse = {
5381
5383
  * URL to get the customer.
5382
5384
  */
5383
5385
  url: string;
5386
+ pro_account_mandate: {
5387
+ /**
5388
+ * Link to the pro account mandate for this customer.
5389
+ */
5390
+ url: string;
5391
+ };
5384
5392
  } | null;
5385
5393
  /**
5386
5394
  * Creation date of the mandate migration candidate
@@ -5433,16 +5441,21 @@ type ProAccountMandateMigrationsCreateResponse = {
5433
5441
  * URL to get the customer.
5434
5442
  */
5435
5443
  url: string;
5444
+ /**
5445
+ * Link to the pro account mandate for this customer.
5446
+ */
5447
+ pro_account_mandate: {
5448
+ /**
5449
+ * URL to list pro account mandates for this customer.
5450
+ */
5451
+ url: string;
5452
+ };
5436
5453
  };
5437
5454
  };
5438
5455
  /**
5439
5456
  * Payment mandate for Pro Account
5440
5457
  */
5441
5458
  type ProAccountSwanSepaPaymentMandatesMandate = {
5442
- /**
5443
- * Unique identifier of the mandate
5444
- */
5445
- id: number;
5446
5459
  /**
5447
5460
  * Current status of the mandate
5448
5461
  */
@@ -5452,13 +5465,9 @@ type ProAccountSwanSepaPaymentMandatesMandate = {
5452
5465
  */
5453
5466
  early_execution_date_permitted: boolean;
5454
5467
  /**
5455
- * Number of active subscriptions using this mandate
5456
- */
5457
- active_subscriptions_count: number;
5458
- /**
5459
- * Type of mandate
5468
+ * Whether the customer has at least one active billing subscription
5460
5469
  */
5461
- type: string;
5470
+ active_billing_subscription: boolean;
5462
5471
  /**
5463
5472
  * Date when the mandate was signed
5464
5473
  */
@@ -21021,7 +21030,7 @@ type GetSupplierInvoicesResponses = {
21021
21030
  */
21022
21031
  e_invoicing: {
21023
21032
  status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
21024
- 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;
21025
21034
  } | null;
21026
21035
  /**
21027
21036
  * The time the invoice has been archived
@@ -21263,7 +21272,7 @@ type GetSupplierInvoiceResponses = {
21263
21272
  */
21264
21273
  e_invoicing: {
21265
21274
  status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
21266
- 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;
21267
21276
  } | null;
21268
21277
  /**
21269
21278
  * The time the invoice has been archived
@@ -21666,7 +21675,7 @@ type PutSupplierInvoiceResponses = {
21666
21675
  */
21667
21676
  e_invoicing: {
21668
21677
  status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
21669
- 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;
21670
21679
  } | null;
21671
21680
  /**
21672
21681
  * The time the invoice has been archived
@@ -22826,7 +22835,7 @@ type ImportSupplierInvoiceResponses = {
22826
22835
  */
22827
22836
  e_invoicing: {
22828
22837
  status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
22829
- 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;
22830
22839
  } | null;
22831
22840
  /**
22832
22841
  * The time the invoice has been archived
@@ -23176,7 +23185,7 @@ type ValidateAccountingSupplierInvoiceResponses = {
23176
23185
  */
23177
23186
  e_invoicing: {
23178
23187
  status: 'waiting_for_validation' | 'approved' | 'rejected' | 'disputed' | 'refused' | 'collected' | 'partially_collected';
23179
- 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;
23180
23189
  } | null;
23181
23190
  /**
23182
23191
  * The time the invoice has been archived
@@ -30801,6 +30810,12 @@ type GetProAccountMandateMigrationsResponses = {
30801
30810
  * URL to get the customer.
30802
30811
  */
30803
30812
  url: string;
30813
+ pro_account_mandate: {
30814
+ /**
30815
+ * Link to the pro account mandate for this customer.
30816
+ */
30817
+ url: string;
30818
+ };
30804
30819
  } | null;
30805
30820
  /**
30806
30821
  * Creation date of the mandate migration candidate
@@ -30940,14 +30955,17 @@ type PostProAccountMandateMigrationsResponses = {
30940
30955
  * URL to get the customer.
30941
30956
  */
30942
30957
  url: string;
30958
+ /**
30959
+ * Link to the pro account mandate for this customer.
30960
+ */
30961
+ pro_account_mandate: {
30962
+ /**
30963
+ * URL to list pro account mandates for this customer.
30964
+ */
30965
+ url: string;
30966
+ };
30943
30967
  };
30944
30968
  };
30945
- /**
30946
- * The Pro Account mandate associated with this migration
30947
- */
30948
- pro_account_mandate: {
30949
- id: number;
30950
- } | null;
30951
30969
  };
30952
30970
  };
30953
30971
  type PostProAccountMandateMigrationsResponse = PostProAccountMandateMigrationsResponses[keyof PostProAccountMandateMigrationsResponses];
@@ -30972,11 +30990,8 @@ type GetProAccountMandatesData = {
30972
30990
  /**
30973
30991
  * You can choose to filter items on specific fields.
30974
30992
  * Available fields and operators:
30975
- * - `id`: `lt`, `lteq`, `gt`, `gteq`, `eq`, `not_eq`, `in`, `not_in`
30976
- * - `signed_at`: `lt`, `lteq`, `gt`, `gteq`, `eq`, `not_eq`, `in`, `not_in`
30977
30993
  * - `status`: `eq`, `not_eq`, `in`, `not_in`
30978
30994
  * - `customer_id`: `lt`, `lteq`, `gt`, `gteq`, `eq`, `not_eq`, `in`, `not_in`
30979
- * - `active_subscriptions_count`: `lt`, `lteq`, `gt`, `gteq`, `eq`, `not_eq`, `in`, `not_in`
30980
30995
  *
30981
30996
  */
30982
30997
  filter?: string;
@@ -31059,10 +31074,6 @@ type GetProAccountMandatesResponses = {
31059
31074
  */
31060
31075
  next_cursor: string | null;
31061
31076
  items: Array<{
31062
- /**
31063
- * Unique identifier of the mandate
31064
- */
31065
- id: number;
31066
31077
  /**
31067
31078
  * Current status of the mandate
31068
31079
  */
@@ -31072,13 +31083,9 @@ type GetProAccountMandatesResponses = {
31072
31083
  */
31073
31084
  early_execution_date_permitted: boolean;
31074
31085
  /**
31075
- * Number of active subscriptions using this mandate
31086
+ * Whether the customer has at least one active billing subscription
31076
31087
  */
31077
- active_subscriptions_count: number;
31078
- /**
31079
- * Type of mandate
31080
- */
31081
- type: string;
31088
+ active_billing_subscription: boolean;
31082
31089
  /**
31083
31090
  * Date when the mandate was signed
31084
31091
  */
@@ -37021,7 +37028,7 @@ declare const SupplierInvoicePDPStatusSchema: {
37021
37028
  };
37022
37029
  declare const SupplierInvoicePDPReasonSchema: {
37023
37030
  readonly type: "string";
37024
- 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"];
37025
37032
  };
37026
37033
  declare const NullSchema: {
37027
37034
  readonly nullable: true;
@@ -37255,7 +37262,7 @@ declare const SupplierInvoices__ResponseSchema: {
37255
37262
  readonly reason: {
37256
37263
  readonly anyOf: readonly [{
37257
37264
  readonly type: "string";
37258
- 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"];
37259
37266
  }, {
37260
37267
  readonly nullable: true;
37261
37268
  readonly type: "string";
@@ -39548,8 +39555,20 @@ declare const ProAccount__MandateMigrations__ResponseSchema: {
39548
39555
  readonly type: "string";
39549
39556
  readonly example: "https://app.pennylane.com/api/external/v2/customers/42";
39550
39557
  };
39558
+ readonly pro_account_mandate: {
39559
+ readonly type: "object";
39560
+ readonly additionalProperties: false;
39561
+ readonly properties: {
39562
+ readonly url: {
39563
+ readonly description: "Link to the pro account mandate for this customer.";
39564
+ readonly type: "string";
39565
+ readonly example: "https://app.pennylane.com/api/external/v2/pro_account/mandates?filter=...";
39566
+ };
39567
+ };
39568
+ readonly required: readonly ["url"];
39569
+ };
39551
39570
  };
39552
- readonly required: readonly ["id", "url"];
39571
+ readonly required: readonly ["id", "url", "pro_account_mandate"];
39553
39572
  };
39554
39573
  readonly created_at: {
39555
39574
  readonly description: "Creation date of the mandate migration candidate";
@@ -39654,8 +39673,21 @@ declare const ProAccount__MandateMigrations__CreateResponseSchema: {
39654
39673
  readonly type: "string";
39655
39674
  readonly example: "https://app.pennylane.com/api/external/v2/customers/42";
39656
39675
  };
39676
+ readonly pro_account_mandate: {
39677
+ readonly description: "Link to the pro account mandate for this customer.";
39678
+ readonly type: "object";
39679
+ readonly additionalProperties: false;
39680
+ readonly properties: {
39681
+ readonly url: {
39682
+ readonly description: "URL to list pro account mandates for this customer.";
39683
+ readonly type: "string";
39684
+ readonly example: "https://app.pennylane.com/api/external/v2/pro_account/mandates?filter=...";
39685
+ };
39686
+ };
39687
+ readonly required: readonly ["url"];
39688
+ };
39657
39689
  };
39658
- readonly required: readonly ["id", "url"];
39690
+ readonly required: readonly ["id", "url", "pro_account_mandate"];
39659
39691
  };
39660
39692
  };
39661
39693
  readonly required: readonly ["id", "status", "direct_debit_method", "signed_at", "error_message", "migrated_at", "migration_started_at", "created_at", "updated_at", "mandate", "customer"];
@@ -39665,12 +39697,6 @@ declare const ProAccount__SwanSepaPaymentMandates__MandateSchema: {
39665
39697
  readonly type: "object";
39666
39698
  readonly additionalProperties: false;
39667
39699
  readonly properties: {
39668
- readonly id: {
39669
- readonly type: "integer";
39670
- readonly format: "int64";
39671
- readonly description: "Unique identifier of the mandate";
39672
- readonly example: 12345;
39673
- };
39674
39700
  readonly status: {
39675
39701
  readonly description: "Current status of the mandate";
39676
39702
  readonly type: "string";
@@ -39681,16 +39707,10 @@ declare const ProAccount__SwanSepaPaymentMandates__MandateSchema: {
39681
39707
  readonly type: "boolean";
39682
39708
  readonly example: false;
39683
39709
  };
39684
- readonly active_subscriptions_count: {
39685
- readonly type: "integer";
39686
- readonly format: "int64";
39687
- readonly description: "Number of active subscriptions using this mandate";
39688
- readonly example: 3;
39689
- };
39690
- readonly type: {
39691
- readonly description: "Type of mandate";
39692
- readonly type: "string";
39693
- readonly example: "mandate";
39710
+ readonly active_billing_subscription: {
39711
+ readonly description: "Whether the customer has at least one active billing subscription";
39712
+ readonly type: "boolean";
39713
+ readonly example: false;
39694
39714
  };
39695
39715
  readonly signed_at: {
39696
39716
  readonly description: "Date when the mandate was signed";
@@ -39732,7 +39752,7 @@ declare const ProAccount__SwanSepaPaymentMandates__MandateSchema: {
39732
39752
  readonly required: readonly ["id", "url"];
39733
39753
  };
39734
39754
  };
39735
- readonly required: readonly ["id", "status", "early_execution_date_permitted", "active_subscriptions_count", "type", "signed_at", "created_at", "pdf_url", "customer"];
39755
+ readonly required: readonly ["status", "early_execution_date_permitted", "active_billing_subscription", "signed_at", "created_at", "pdf_url", "customer"];
39736
39756
  };
39737
39757
  declare const PurchaseRequestLineUnitSchema: {
39738
39758
  readonly type: "string";
@@ -40094,7 +40114,7 @@ declare const getLedgerAccount: <ThrowOnError extends boolean = false>(options:
40094
40114
  * Update a ledger account
40095
40115
  *
40096
40116
  * > ℹ️
40097
- * > This endpoint requires one of the following scopes: `ledger_accounts:all`
40117
+ * > This endpoint requires the following scope: `ledger_accounts:all`
40098
40118
  */
40099
40119
  declare const updateLedgerAccount: <ThrowOnError extends boolean = false>(options: Options<UpdateLedgerAccountData, ThrowOnError>) => RequestResult<UpdateLedgerAccountResponses, UpdateLedgerAccountErrors, ThrowOnError, "fields">;
40100
40120
  /**
@@ -40108,7 +40128,7 @@ declare const updateLedgerAccount: <ThrowOnError extends boolean = false>(option
40108
40128
  * For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
40109
40129
  *
40110
40130
  * > ℹ️
40111
- * > This endpoint requires one of the following scopes: `ledger`
40131
+ * > This endpoint requires the following scope: `ledger`
40112
40132
  *
40113
40133
  * @deprecated
40114
40134
  */
@@ -40124,7 +40144,7 @@ declare const getLedgerAttachments: <ThrowOnError extends boolean = false>(optio
40124
40144
  * > As an alternative, please use the [File Attachments: Upload a file](https://pennylane.readme.io/reference/postfileattachments#/) endpoint.
40125
40145
  *
40126
40146
  * > ℹ️
40127
- * > This endpoint requires one of the following scopes: `ledger`
40147
+ * > This endpoint requires the following scope: `ledger`
40128
40148
  *
40129
40149
  * @deprecated
40130
40150
  */
@@ -40312,7 +40332,7 @@ declare const getCustomerInvoices: <ThrowOnError extends boolean = false>(option
40312
40332
  *
40313
40333
  *
40314
40334
  * > ℹ️
40315
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40335
+ * > This endpoint requires the following scope: `customer_invoices:all`
40316
40336
  */
40317
40337
  declare const postCustomerInvoices: <ThrowOnError extends boolean = false>(options: Options<PostCustomerInvoicesData, ThrowOnError>) => RequestResult<PostCustomerInvoicesResponses, PostCustomerInvoicesErrors, ThrowOnError, "fields">;
40318
40338
  /**
@@ -40324,7 +40344,7 @@ declare const postCustomerInvoices: <ThrowOnError extends boolean = false>(optio
40324
40344
  *
40325
40345
  *
40326
40346
  * > ℹ️
40327
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40347
+ * > This endpoint requires the following scope: `customer_invoices:all`
40328
40348
  */
40329
40349
  declare const importCustomerInvoices: <ThrowOnError extends boolean = false>(options: Options<ImportCustomerInvoicesData, ThrowOnError>) => RequestResult<ImportCustomerInvoicesResponses, ImportCustomerInvoicesErrors, ThrowOnError, "fields">;
40330
40350
  /**
@@ -40337,7 +40357,7 @@ declare const importCustomerInvoices: <ThrowOnError extends boolean = false>(opt
40337
40357
  *
40338
40358
  *
40339
40359
  * > ℹ️
40340
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40360
+ * > This endpoint requires the following scope: `customer_invoices:all`
40341
40361
  */
40342
40362
  declare const createCustomerInvoiceEInvoiceImport: <ThrowOnError extends boolean = false>(options: Options<CreateCustomerInvoiceEInvoiceImportData, ThrowOnError>) => RequestResult<CreateCustomerInvoiceEInvoiceImportResponses, CreateCustomerInvoiceEInvoiceImportErrors, ThrowOnError, "fields">;
40343
40363
  /**
@@ -40348,7 +40368,7 @@ declare const createCustomerInvoiceEInvoiceImport: <ThrowOnError extends boolean
40348
40368
  *
40349
40369
  *
40350
40370
  * > ℹ️
40351
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40371
+ * > This endpoint requires the following scope: `customer_invoices:all`
40352
40372
  */
40353
40373
  declare const createCustomerInvoiceFromQuote: <ThrowOnError extends boolean = false>(options: Options<CreateCustomerInvoiceFromQuoteData, ThrowOnError>) => RequestResult<CreateCustomerInvoiceFromQuoteResponses, CreateCustomerInvoiceFromQuoteErrors, ThrowOnError, "fields">;
40354
40374
  /**
@@ -40368,7 +40388,7 @@ declare const getBillingSubscriptions: <ThrowOnError extends boolean = false>(op
40368
40388
  *
40369
40389
  *
40370
40390
  * > ℹ️
40371
- * > This endpoint requires one of the following scopes: `billing_subscriptions:all`
40391
+ * > This endpoint requires the following scope: `billing_subscriptions:all`
40372
40392
  */
40373
40393
  declare const postBillingSubscriptions: <ThrowOnError extends boolean = false>(options: Options<PostBillingSubscriptionsData, ThrowOnError>) => RequestResult<PostBillingSubscriptionsResponses, PostBillingSubscriptionsErrors, ThrowOnError, "fields">;
40374
40394
  /**
@@ -40386,7 +40406,7 @@ declare const getBillingSubscription: <ThrowOnError extends boolean = false>(opt
40386
40406
  * Update a billing subscription
40387
40407
  *
40388
40408
  * > ℹ️
40389
- * > This endpoint requires one of the following scopes: `billing_subscriptions:all`
40409
+ * > This endpoint requires the following scope: `billing_subscriptions:all`
40390
40410
  */
40391
40411
  declare const putBillingSubscriptions: <ThrowOnError extends boolean = false>(options: Options<PutBillingSubscriptionsData, ThrowOnError>) => RequestResult<PutBillingSubscriptionsResponses, PutBillingSubscriptionsErrors, ThrowOnError, "fields">;
40392
40412
  /**
@@ -40422,7 +40442,7 @@ declare const getProducts: <ThrowOnError extends boolean = false>(options?: Opti
40422
40442
  * Create a product
40423
40443
  *
40424
40444
  * > ℹ️
40425
- * > This endpoint requires one of the following scopes: `products:all`
40445
+ * > This endpoint requires the following scope: `products:all`
40426
40446
  */
40427
40447
  declare const postProducts: <ThrowOnError extends boolean = false>(options: Options<PostProductsData, ThrowOnError>) => RequestResult<PostProductsResponses, PostProductsErrors, ThrowOnError, "fields">;
40428
40448
  /**
@@ -40440,7 +40460,7 @@ declare const getProduct: <ThrowOnError extends boolean = false>(options: Option
40440
40460
  * Update a product
40441
40461
  *
40442
40462
  * > ℹ️
40443
- * > This endpoint requires one of the following scopes: `products:all`
40463
+ * > This endpoint requires the following scope: `products:all`
40444
40464
  */
40445
40465
  declare const putProduct: <ThrowOnError extends boolean = false>(options: Options<PutProductData, ThrowOnError>) => RequestResult<PutProductResponses, PutProductErrors, ThrowOnError, "fields">;
40446
40466
  /**
@@ -40467,7 +40487,7 @@ declare const getFileAttachments: <ThrowOnError extends boolean = false>(options
40467
40487
  *
40468
40488
  *
40469
40489
  * > ℹ️
40470
- * > This endpoint requires one of the following scopes: `file_attachments:all`
40490
+ * > This endpoint requires the following scope: `file_attachments:all`
40471
40491
  */
40472
40492
  declare const postFileAttachments: <ThrowOnError extends boolean = false>(options: Options<PostFileAttachmentsData, ThrowOnError>) => RequestResult<PostFileAttachmentsResponses, PostFileAttachmentsErrors, ThrowOnError, "fields">;
40473
40493
  /**
@@ -40476,7 +40496,7 @@ declare const postFileAttachments: <ThrowOnError extends boolean = false>(option
40476
40496
  * List customer invoice templates
40477
40497
  *
40478
40498
  * > ℹ️
40479
- * > This endpoint requires one of the following scopes: `customer_invoice_templates:readonly`
40499
+ * > This endpoint requires the following scope: `customer_invoice_templates:readonly`
40480
40500
  */
40481
40501
  declare const getCustomerInvoiceTemplates: <ThrowOnError extends boolean = false>(options?: Options<GetCustomerInvoiceTemplatesData, ThrowOnError>) => RequestResult<GetCustomerInvoiceTemplatesResponses, GetCustomerInvoiceTemplatesErrors, ThrowOnError, "fields">;
40482
40502
  /**
@@ -40485,7 +40505,7 @@ declare const getCustomerInvoiceTemplates: <ThrowOnError extends boolean = false
40485
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.
40486
40506
  *
40487
40507
  * > ℹ️
40488
- * > This endpoint requires one of the following scopes: `exports:agl`
40508
+ * > This endpoint requires the following scope: `exports:agl`
40489
40509
  */
40490
40510
  declare const exportAnalyticalGeneralLedger: <ThrowOnError extends boolean = false>(options: Options<ExportAnalyticalGeneralLedgerData, ThrowOnError>) => RequestResult<ExportAnalyticalGeneralLedgerResponses, ExportAnalyticalGeneralLedgerErrors, ThrowOnError, "fields">;
40491
40511
  /**
@@ -40494,7 +40514,7 @@ declare const exportAnalyticalGeneralLedger: <ThrowOnError extends boolean = fal
40494
40514
  * The endpoint returns a specific Analytical General Ledger export. The export file is an xlsx file, using the in-line analytical mode.
40495
40515
  *
40496
40516
  * > ℹ️
40497
- * > This endpoint requires one of the following scopes: `exports:agl`
40517
+ * > This endpoint requires the following scope: `exports:agl`
40498
40518
  */
40499
40519
  declare const getAnalyticalGeneralLedgerExport: <ThrowOnError extends boolean = false>(options: Options<GetAnalyticalGeneralLedgerExportData, ThrowOnError>) => RequestResult<GetAnalyticalGeneralLedgerExportResponses, GetAnalyticalGeneralLedgerExportErrors, ThrowOnError, "fields">;
40500
40520
  /**
@@ -40503,7 +40523,7 @@ declare const getAnalyticalGeneralLedgerExport: <ThrowOnError extends boolean =
40503
40523
  * This endpoint allows you to create a FEC export
40504
40524
  *
40505
40525
  * > ℹ️
40506
- * > This endpoint requires one of the following scopes: `exports:fec`
40526
+ * > This endpoint requires the following scope: `exports:fec`
40507
40527
  */
40508
40528
  declare const exportFec: <ThrowOnError extends boolean = false>(options: Options<ExportFecData, ThrowOnError>) => RequestResult<ExportFecResponses, ExportFecErrors, ThrowOnError, "fields">;
40509
40529
  /**
@@ -40512,7 +40532,7 @@ declare const exportFec: <ThrowOnError extends boolean = false>(options: Options
40512
40532
  * The endpoint returns a specific FEC export
40513
40533
  *
40514
40534
  * > ℹ️
40515
- * > This endpoint requires one of the following scopes: `exports:fec`
40535
+ * > This endpoint requires the following scope: `exports:fec`
40516
40536
  */
40517
40537
  declare const getFecExport: <ThrowOnError extends boolean = false>(options: Options<GetFecExportData, ThrowOnError>) => RequestResult<GetFecExportResponses, GetFecExportErrors, ThrowOnError, "fields">;
40518
40538
  /**
@@ -40521,7 +40541,7 @@ declare const getFecExport: <ThrowOnError extends boolean = false>(options: Opti
40521
40541
  * This endpoint returns the created company customer.
40522
40542
  *
40523
40543
  * > ℹ️
40524
- * > This endpoint requires one of the following scopes: `customers:all`
40544
+ * > This endpoint requires the following scope: `customers:all`
40525
40545
  */
40526
40546
  declare const postCompanyCustomer: <ThrowOnError extends boolean = false>(options: Options<PostCompanyCustomerData, ThrowOnError>) => RequestResult<PostCompanyCustomerResponses, PostCompanyCustomerErrors, ThrowOnError, "fields">;
40527
40547
  /**
@@ -40539,7 +40559,7 @@ declare const getCompanyCustomer: <ThrowOnError extends boolean = false>(options
40539
40559
  * This endpoint returns the updated company customer.
40540
40560
  *
40541
40561
  * > ℹ️
40542
- * > This endpoint requires one of the following scopes: `customers:all`
40562
+ * > This endpoint requires the following scope: `customers:all`
40543
40563
  */
40544
40564
  declare const putCompanyCustomer: <ThrowOnError extends boolean = false>(options: Options<PutCompanyCustomerData, ThrowOnError>) => RequestResult<PutCompanyCustomerResponses, PutCompanyCustomerErrors, ThrowOnError, "fields">;
40545
40565
  /**
@@ -40548,7 +40568,7 @@ declare const putCompanyCustomer: <ThrowOnError extends boolean = false>(options
40548
40568
  * This endpoint returns the created individual customer.
40549
40569
  *
40550
40570
  * > ℹ️
40551
- * > This endpoint requires one of the following scopes: `customers:all`
40571
+ * > This endpoint requires the following scope: `customers:all`
40552
40572
  */
40553
40573
  declare const postIndividualCustomer: <ThrowOnError extends boolean = false>(options: Options<PostIndividualCustomerData, ThrowOnError>) => RequestResult<PostIndividualCustomerResponses, PostIndividualCustomerErrors, ThrowOnError, "fields">;
40554
40574
  /**
@@ -40566,7 +40586,7 @@ declare const getIndividualCustomer: <ThrowOnError extends boolean = false>(opti
40566
40586
  * This endpoint returns the updated individual customer.
40567
40587
  *
40568
40588
  * > ℹ️
40569
- * > This endpoint requires one of the following scopes: `customers:all`
40589
+ * > This endpoint requires the following scope: `customers:all`
40570
40590
  */
40571
40591
  declare const putIndividualCustomer: <ThrowOnError extends boolean = false>(options: Options<PutIndividualCustomerData, ThrowOnError>) => RequestResult<PutIndividualCustomerResponses, PutIndividualCustomerErrors, ThrowOnError, "fields">;
40572
40592
  /**
@@ -40610,7 +40630,7 @@ declare const getCustomerCategories: <ThrowOnError extends boolean = false>(opti
40610
40630
  *
40611
40631
  *
40612
40632
  * > ℹ️
40613
- * > This endpoint requires one of the following scopes: `customers:all`
40633
+ * > This endpoint requires the following scope: `customers:all`
40614
40634
  */
40615
40635
  declare const putCustomerCategories: <ThrowOnError extends boolean = false>(options: Options<PutCustomerCategoriesData, ThrowOnError>) => RequestResult<PutCustomerCategoriesResponses, PutCustomerCategoriesErrors, ThrowOnError, "fields">;
40616
40636
  /**
@@ -40637,7 +40657,7 @@ declare const getSuppliers: <ThrowOnError extends boolean = false>(options?: Opt
40637
40657
  * This endpoint returns the created supplier.
40638
40658
  *
40639
40659
  * > ℹ️
40640
- * > This endpoint requires one of the following scopes: `suppliers:all`
40660
+ * > This endpoint requires the following scope: `suppliers:all`
40641
40661
  */
40642
40662
  declare const postSupplier: <ThrowOnError extends boolean = false>(options: Options<PostSupplierData, ThrowOnError>) => RequestResult<PostSupplierResponses, PostSupplierErrors, ThrowOnError, "fields">;
40643
40663
  /**
@@ -40655,7 +40675,7 @@ declare const getSupplier: <ThrowOnError extends boolean = false>(options: Optio
40655
40675
  * This endpoint returns the updated supplier.
40656
40676
  *
40657
40677
  * > ℹ️
40658
- * > This endpoint requires one of the following scopes: `suppliers:all`
40678
+ * > This endpoint requires the following scope: `suppliers:all`
40659
40679
  */
40660
40680
  declare const putSupplier: <ThrowOnError extends boolean = false>(options: Options<PutSupplierData, ThrowOnError>) => RequestResult<PutSupplierResponses, PutSupplierErrors, ThrowOnError, "fields">;
40661
40681
  /**
@@ -40681,7 +40701,7 @@ declare const getSupplierCategories: <ThrowOnError extends boolean = false>(opti
40681
40701
  *
40682
40702
  *
40683
40703
  * > ℹ️
40684
- * > This endpoint requires one of the following scopes: `suppliers:all`
40704
+ * > This endpoint requires the following scope: `suppliers:all`
40685
40705
  */
40686
40706
  declare const putSupplierCategories: <ThrowOnError extends boolean = false>(options: Options<PutSupplierCategoriesData, ThrowOnError>) => RequestResult<PutSupplierCategoriesResponses, PutSupplierCategoriesErrors, ThrowOnError, "fields">;
40687
40707
  /**
@@ -40736,7 +40756,7 @@ declare const getCustomerInvoiceMatchedTransactions: <ThrowOnError extends boole
40736
40756
  *
40737
40757
  *
40738
40758
  * > ℹ️
40739
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40759
+ * > This endpoint requires the following scope: `customer_invoices:all`
40740
40760
  */
40741
40761
  declare const postCustomerInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<PostCustomerInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<PostCustomerInvoiceMatchedTransactionsResponses, PostCustomerInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
40742
40762
  /**
@@ -40746,7 +40766,7 @@ declare const postCustomerInvoiceMatchedTransactions: <ThrowOnError extends bool
40746
40766
  *
40747
40767
  *
40748
40768
  * > ℹ️
40749
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40769
+ * > This endpoint requires the following scope: `customer_invoices:all`
40750
40770
  */
40751
40771
  declare const deleteCustomerInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<DeleteCustomerInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<DeleteCustomerInvoiceMatchedTransactionsResponses, DeleteCustomerInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
40752
40772
  /**
@@ -40767,7 +40787,7 @@ declare const getCustomerInvoiceAppendices: <ThrowOnError extends boolean = fals
40767
40787
  *
40768
40788
  *
40769
40789
  * > ℹ️
40770
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40790
+ * > This endpoint requires the following scope: `customer_invoices:all`
40771
40791
  */
40772
40792
  declare const postCustomerInvoiceAppendices: <ThrowOnError extends boolean = false>(options: Options<PostCustomerInvoiceAppendicesData, ThrowOnError>) => RequestResult<PostCustomerInvoiceAppendicesResponses, PostCustomerInvoiceAppendicesErrors, ThrowOnError, "fields">;
40773
40793
  /**
@@ -40776,7 +40796,7 @@ declare const postCustomerInvoiceAppendices: <ThrowOnError extends boolean = fal
40776
40796
  * Delete a draft customer invoice or draft credit note
40777
40797
  *
40778
40798
  * > ℹ️
40779
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40799
+ * > This endpoint requires the following scope: `customer_invoices:all`
40780
40800
  */
40781
40801
  declare const deleteCustomerInvoices: <ThrowOnError extends boolean = false>(options: Options<DeleteCustomerInvoicesData, ThrowOnError>) => RequestResult<DeleteCustomerInvoicesResponses, DeleteCustomerInvoicesErrors, ThrowOnError, "fields">;
40782
40802
  /**
@@ -40794,7 +40814,7 @@ declare const getCustomerInvoice: <ThrowOnError extends boolean = false>(options
40794
40814
  * Update a customer invoice
40795
40815
  *
40796
40816
  * > ℹ️
40797
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40817
+ * > This endpoint requires the following scope: `customer_invoices:all`
40798
40818
  */
40799
40819
  declare const updateCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<UpdateCustomerInvoiceData, ThrowOnError>) => RequestResult<UpdateCustomerInvoiceResponses, UpdateCustomerInvoiceErrors, ThrowOnError, "fields">;
40800
40820
  /**
@@ -40805,7 +40825,7 @@ declare const updateCustomerInvoice: <ThrowOnError extends boolean = false>(opti
40805
40825
  *
40806
40826
  *
40807
40827
  * > ℹ️
40808
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40828
+ * > This endpoint requires the following scope: `customer_invoices:all`
40809
40829
  */
40810
40830
  declare const markAsPaidCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<MarkAsPaidCustomerInvoiceData, ThrowOnError>) => RequestResult<MarkAsPaidCustomerInvoiceResponses, MarkAsPaidCustomerInvoiceErrors, ThrowOnError, "fields">;
40811
40831
  /**
@@ -40821,7 +40841,7 @@ declare const markAsPaidCustomerInvoice: <ThrowOnError extends boolean = false>(
40821
40841
  *
40822
40842
  *
40823
40843
  * > ℹ️
40824
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40844
+ * > This endpoint requires the following scope: `customer_invoices:all`
40825
40845
  */
40826
40846
  declare const sendByEmailCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<SendByEmailCustomerInvoiceData, ThrowOnError>) => RequestResult<SendByEmailCustomerInvoiceResponses, SendByEmailCustomerInvoiceErrors, ThrowOnError, "fields">;
40827
40847
  /**
@@ -40848,7 +40868,7 @@ declare const getCustomerInvoiceCategories: <ThrowOnError extends boolean = fals
40848
40868
  *
40849
40869
  *
40850
40870
  * > ℹ️
40851
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40871
+ * > This endpoint requires the following scope: `customer_invoices:all`
40852
40872
  */
40853
40873
  declare const putCustomerInvoiceCategories: <ThrowOnError extends boolean = false>(options: Options<PutCustomerInvoiceCategoriesData, ThrowOnError>) => RequestResult<PutCustomerInvoiceCategoriesResponses, PutCustomerInvoiceCategoriesErrors, ThrowOnError, "fields">;
40854
40874
  /**
@@ -40859,7 +40879,7 @@ declare const putCustomerInvoiceCategories: <ThrowOnError extends boolean = fals
40859
40879
  *
40860
40880
  *
40861
40881
  * > ℹ️
40862
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40882
+ * > This endpoint requires the following scope: `customer_invoices:all`
40863
40883
  */
40864
40884
  declare const updateImportedCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<UpdateImportedCustomerInvoiceData, ThrowOnError>) => RequestResult<UpdateImportedCustomerInvoiceResponses, UpdateImportedCustomerInvoiceErrors, ThrowOnError, "fields">;
40865
40885
  /**
@@ -40870,7 +40890,7 @@ declare const updateImportedCustomerInvoice: <ThrowOnError extends boolean = fal
40870
40890
  *
40871
40891
  *
40872
40892
  * > ℹ️
40873
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40893
+ * > This endpoint requires the following scope: `customer_invoices:all`
40874
40894
  */
40875
40895
  declare const finalizeCustomerInvoice: <ThrowOnError extends boolean = false>(options: Options<FinalizeCustomerInvoiceData, ThrowOnError>) => RequestResult<FinalizeCustomerInvoiceResponses, FinalizeCustomerInvoiceErrors, ThrowOnError, "fields">;
40876
40896
  /**
@@ -40879,7 +40899,7 @@ declare const finalizeCustomerInvoice: <ThrowOnError extends boolean = false>(op
40879
40899
  * Link a credit note to a customer invoice
40880
40900
  *
40881
40901
  * > ℹ️
40882
- * > This endpoint requires one of the following scopes: `customer_invoices:all`
40902
+ * > This endpoint requires the following scope: `customer_invoices:all`
40883
40903
  */
40884
40904
  declare const linkCreditNote: <ThrowOnError extends boolean = false>(options: Options<LinkCreditNoteData, ThrowOnError>) => RequestResult<LinkCreditNoteResponses, LinkCreditNoteErrors, ThrowOnError, "fields">;
40885
40905
  /**
@@ -40915,7 +40935,7 @@ declare const getSupplierInvoice: <ThrowOnError extends boolean = false>(options
40915
40935
  * This endpoint allows you to update a supplier invoice.
40916
40936
  *
40917
40937
  * > ℹ️
40918
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
40938
+ * > This endpoint requires the following scope: `supplier_invoices:all`
40919
40939
  */
40920
40940
  declare const putSupplierInvoice: <ThrowOnError extends boolean = false>(options: Options<PutSupplierInvoiceData, ThrowOnError>) => RequestResult<PutSupplierInvoiceResponses, PutSupplierInvoiceErrors, ThrowOnError, "fields">;
40921
40941
  /**
@@ -40941,7 +40961,7 @@ declare const getSupplierInvoiceCategories: <ThrowOnError extends boolean = fals
40941
40961
  *
40942
40962
  *
40943
40963
  * > ℹ️
40944
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
40964
+ * > This endpoint requires the following scope: `supplier_invoices:all`
40945
40965
  */
40946
40966
  declare const putSupplierInvoiceCategories: <ThrowOnError extends boolean = false>(options: Options<PutSupplierInvoiceCategoriesData, ThrowOnError>) => RequestResult<PutSupplierInvoiceCategoriesResponses, PutSupplierInvoiceCategoriesErrors, ThrowOnError, "fields">;
40947
40967
  /**
@@ -40961,7 +40981,7 @@ declare const getSupplierInvoicePayments: <ThrowOnError extends boolean = false>
40961
40981
  *
40962
40982
  *
40963
40983
  * > ℹ️
40964
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
40984
+ * > This endpoint requires the following scope: `supplier_invoices:all`
40965
40985
  */
40966
40986
  declare const updateSupplierInvoicePaymentStatus: <ThrowOnError extends boolean = false>(options: Options<UpdateSupplierInvoicePaymentStatusData, ThrowOnError>) => RequestResult<UpdateSupplierInvoicePaymentStatusResponses, UpdateSupplierInvoicePaymentStatusErrors, ThrowOnError, "fields">;
40967
40987
  /**
@@ -40983,7 +41003,7 @@ declare const getSupplierInvoiceMatchedTransactions: <ThrowOnError extends boole
40983
41003
  *
40984
41004
  *
40985
41005
  * > ℹ️
40986
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
41006
+ * > This endpoint requires the following scope: `supplier_invoices:all`
40987
41007
  */
40988
41008
  declare const postSupplierInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<PostSupplierInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<PostSupplierInvoiceMatchedTransactionsResponses, PostSupplierInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
40989
41009
  /**
@@ -40994,7 +41014,7 @@ declare const postSupplierInvoiceMatchedTransactions: <ThrowOnError extends bool
40994
41014
  *
40995
41015
  *
40996
41016
  * > ℹ️
40997
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
41017
+ * > This endpoint requires the following scope: `supplier_invoices:all`
40998
41018
  */
40999
41019
  declare const deleteSupplierInvoiceMatchedTransactions: <ThrowOnError extends boolean = false>(options: Options<DeleteSupplierInvoiceMatchedTransactionsData, ThrowOnError>) => RequestResult<DeleteSupplierInvoiceMatchedTransactionsResponses, DeleteSupplierInvoiceMatchedTransactionsErrors, ThrowOnError, "fields">;
41000
41020
  /**
@@ -41007,7 +41027,7 @@ declare const deleteSupplierInvoiceMatchedTransactions: <ThrowOnError extends bo
41007
41027
  *
41008
41028
  *
41009
41029
  * > ℹ️
41010
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
41030
+ * > This endpoint requires the following scope: `supplier_invoices:all`
41011
41031
  */
41012
41032
  declare const postSupplierInvoiceLinkedPurchaseRequests: <ThrowOnError extends boolean = false>(options: Options<PostSupplierInvoiceLinkedPurchaseRequestsData, ThrowOnError>) => RequestResult<PostSupplierInvoiceLinkedPurchaseRequestsResponses, PostSupplierInvoiceLinkedPurchaseRequestsErrors, ThrowOnError, "fields">;
41013
41033
  /**
@@ -41018,7 +41038,7 @@ declare const postSupplierInvoiceLinkedPurchaseRequests: <ThrowOnError extends b
41018
41038
  *
41019
41039
  *
41020
41040
  * > ℹ️
41021
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
41041
+ * > This endpoint requires the following scope: `supplier_invoices:all`
41022
41042
  */
41023
41043
  declare const importSupplierInvoice: <ThrowOnError extends boolean = false>(options: Options<ImportSupplierInvoiceData, ThrowOnError>) => RequestResult<ImportSupplierInvoiceResponses, ImportSupplierInvoiceErrors, ThrowOnError, "fields">;
41024
41044
  /**
@@ -41031,7 +41051,7 @@ declare const importSupplierInvoice: <ThrowOnError extends boolean = false>(opti
41031
41051
  *
41032
41052
  *
41033
41053
  * > ℹ️
41034
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
41054
+ * > This endpoint requires the following scope: `supplier_invoices:all`
41035
41055
  */
41036
41056
  declare const createSupplierInvoiceEInvoiceImport: <ThrowOnError extends boolean = false>(options: Options<CreateSupplierInvoiceEInvoiceImportData, ThrowOnError>) => RequestResult<CreateSupplierInvoiceEInvoiceImportResponses, CreateSupplierInvoiceEInvoiceImportErrors, ThrowOnError, "fields">;
41037
41057
  /**
@@ -41040,7 +41060,7 @@ declare const createSupplierInvoiceEInvoiceImport: <ThrowOnError extends boolean
41040
41060
  * Turn the supplier invoice into a Complete state.
41041
41061
  *
41042
41062
  * > ℹ️
41043
- * > This endpoint requires one of the following scopes: `supplier_invoices:all`
41063
+ * > This endpoint requires the following scope: `supplier_invoices:all`
41044
41064
  */
41045
41065
  declare const validateAccountingSupplierInvoice: <ThrowOnError extends boolean = false>(options: Options<ValidateAccountingSupplierInvoiceData, ThrowOnError>) => RequestResult<ValidateAccountingSupplierInvoiceResponses, ValidateAccountingSupplierInvoiceErrors, ThrowOnError, "fields">;
41046
41066
  /**
@@ -41085,7 +41105,7 @@ declare const getCategories: <ThrowOnError extends boolean = false>(options?: Op
41085
41105
  * Create a category
41086
41106
  *
41087
41107
  * > ℹ️
41088
- * > This endpoint requires one of the following scopes: `categories:all`
41108
+ * > This endpoint requires the following scope: `categories:all`
41089
41109
  */
41090
41110
  declare const postCategories: <ThrowOnError extends boolean = false>(options: Options<PostCategoriesData, ThrowOnError>) => RequestResult<PostCategoriesResponses, PostCategoriesErrors, ThrowOnError, "fields">;
41091
41111
  /**
@@ -41103,7 +41123,7 @@ declare const getCategory: <ThrowOnError extends boolean = false>(options: Optio
41103
41123
  * This endpoint updates a category.
41104
41124
  *
41105
41125
  * > ℹ️
41106
- * > This endpoint requires one of the following scopes: `categories:all`
41126
+ * > This endpoint requires the following scope: `categories:all`
41107
41127
  */
41108
41128
  declare const updateCategory: <ThrowOnError extends boolean = false>(options: Options<UpdateCategoryData, ThrowOnError>) => RequestResult<UpdateCategoryResponses, UpdateCategoryErrors, ThrowOnError, "fields">;
41109
41129
  /**
@@ -41117,7 +41137,7 @@ declare const updateCategory: <ThrowOnError extends boolean = false>(options: Op
41117
41137
  * For more details, see our API documentation https://pennylane.readme.io/docs/2026-api-changes-guide for migration instructions.
41118
41138
  *
41119
41139
  * > ℹ️
41120
- * > This endpoint requires one of the following scopes: `trial_balance:readonly`
41140
+ * > This endpoint requires the following scope: `trial_balance:readonly`
41121
41141
  */
41122
41142
  declare const getTrialBalance: <ThrowOnError extends boolean = false>(options: Options<GetTrialBalanceData, ThrowOnError>) => RequestResult<GetTrialBalanceResponses, GetTrialBalanceErrors, ThrowOnError, "fields">;
41123
41143
  /**
@@ -41135,7 +41155,7 @@ declare const getTrialBalance: <ThrowOnError extends boolean = false>(options: O
41135
41155
  *
41136
41156
  *
41137
41157
  * > ℹ️
41138
- * > This endpoint requires one of the following scopes: `fiscal_years:readonly`
41158
+ * > This endpoint requires the following scope: `fiscal_years:readonly`
41139
41159
  */
41140
41160
  declare const companyFiscalYears: <ThrowOnError extends boolean = false>(options?: Options<CompanyFiscalYearsData, ThrowOnError>) => RequestResult<CompanyFiscalYearsResponses, CompanyFiscalYearsErrors, ThrowOnError, "fields">;
41141
41161
  /**
@@ -41261,7 +41281,7 @@ declare const getBankAccounts: <ThrowOnError extends boolean = false>(options?:
41261
41281
  * Create a bank account
41262
41282
  *
41263
41283
  * > ℹ️
41264
- * > This endpoint requires one of the following scopes: `bank_accounts:all`
41284
+ * > This endpoint requires the following scope: `bank_accounts:all`
41265
41285
  */
41266
41286
  declare const postBankAccount: <ThrowOnError extends boolean = false>(options: Options<PostBankAccountData, ThrowOnError>) => RequestResult<PostBankAccountResponses, PostBankAccountErrors, ThrowOnError, "fields">;
41267
41287
  /**
@@ -41288,7 +41308,7 @@ declare const getTransactions: <ThrowOnError extends boolean = false>(options?:
41288
41308
  * Create a banking transaction
41289
41309
  *
41290
41310
  * > ℹ️
41291
- * > This endpoint requires one of the following scopes: `transactions:all`
41311
+ * > This endpoint requires the following scope: `transactions:all`
41292
41312
  */
41293
41313
  declare const createTransaction: <ThrowOnError extends boolean = false>(options: Options<CreateTransactionData, ThrowOnError>) => RequestResult<CreateTransactionResponses, CreateTransactionErrors, ThrowOnError, "fields">;
41294
41314
  /**
@@ -41306,7 +41326,7 @@ declare const getTransaction: <ThrowOnError extends boolean = false>(options: Op
41306
41326
  * This endpoint returns the updated transaction.
41307
41327
  *
41308
41328
  * > ℹ️
41309
- * > This endpoint requires one of the following scopes: `transactions:all`
41329
+ * > This endpoint requires the following scope: `transactions:all`
41310
41330
  */
41311
41331
  declare const updateTransaction: <ThrowOnError extends boolean = false>(options: Options<UpdateTransactionData, ThrowOnError>) => RequestResult<UpdateTransactionResponses, UpdateTransactionErrors, ThrowOnError, "fields">;
41312
41332
  /**
@@ -41332,7 +41352,7 @@ declare const getTransactionCategories: <ThrowOnError extends boolean = false>(o
41332
41352
  *
41333
41353
  *
41334
41354
  * > ℹ️
41335
- * > This endpoint requires one of the following scopes: `transactions:all`
41355
+ * > This endpoint requires the following scope: `transactions:all`
41336
41356
  */
41337
41357
  declare const putTransactionCategories: <ThrowOnError extends boolean = false>(options: Options<PutTransactionCategoriesData, ThrowOnError>) => RequestResult<PutTransactionCategoriesResponses, PutTransactionCategoriesErrors, ThrowOnError, "fields">;
41338
41358
  /**
@@ -41359,7 +41379,7 @@ declare const listQuotes: <ThrowOnError extends boolean = false>(options?: Optio
41359
41379
  * This endpoint allows you to create a quote
41360
41380
  *
41361
41381
  * > ℹ️
41362
- * > This endpoint requires one of the following scopes: `quotes:all`
41382
+ * > This endpoint requires the following scope: `quotes:all`
41363
41383
  */
41364
41384
  declare const postQuotes: <ThrowOnError extends boolean = false>(options: Options<PostQuotesData, ThrowOnError>) => RequestResult<PostQuotesResponses, PostQuotesErrors, ThrowOnError, "fields">;
41365
41385
  /**
@@ -41377,7 +41397,7 @@ declare const getQuote: <ThrowOnError extends boolean = false>(options: Options<
41377
41397
  * This endpoint allows you to update a quote
41378
41398
  *
41379
41399
  * > ℹ️
41380
- * > This endpoint requires one of the following scopes: `quotes:all`
41400
+ * > This endpoint requires the following scope: `quotes:all`
41381
41401
  */
41382
41402
  declare const updateQuote: <ThrowOnError extends boolean = false>(options: Options<UpdateQuoteData, ThrowOnError>) => RequestResult<UpdateQuoteResponses, UpdateQuoteErrors, ThrowOnError, "fields">;
41383
41403
  /**
@@ -41398,7 +41418,7 @@ declare const getQuoteAppendices: <ThrowOnError extends boolean = false>(options
41398
41418
  *
41399
41419
  *
41400
41420
  * > ℹ️
41401
- * > This endpoint requires one of the following scopes: `quotes:all`
41421
+ * > This endpoint requires the following scope: `quotes:all`
41402
41422
  */
41403
41423
  declare const postQuoteAppendices: <ThrowOnError extends boolean = false>(options: Options<PostQuoteAppendicesData, ThrowOnError>) => RequestResult<PostQuoteAppendicesResponses, PostQuoteAppendicesErrors, ThrowOnError, "fields">;
41404
41424
  /**
@@ -41432,7 +41452,7 @@ declare const getQuoteInvoiceLineSections: <ThrowOnError extends boolean = false
41432
41452
  *
41433
41453
  *
41434
41454
  * > ℹ️
41435
- * > This endpoint requires one of the following scopes: `quotes:all`
41455
+ * > This endpoint requires the following scope: `quotes:all`
41436
41456
  */
41437
41457
  declare const sendByEmailQuote: <ThrowOnError extends boolean = false>(options: Options<SendByEmailQuoteData, ThrowOnError>) => RequestResult<SendByEmailQuoteResponses, SendByEmailQuoteErrors, ThrowOnError, "fields">;
41438
41458
  /**
@@ -41441,7 +41461,7 @@ declare const sendByEmailQuote: <ThrowOnError extends boolean = false>(options:
41441
41461
  * This endpoint allows you to update the status of a quote
41442
41462
  *
41443
41463
  * > ℹ️
41444
- * > This endpoint requires one of the following scopes: `quotes:all`
41464
+ * > This endpoint requires the following scope: `quotes:all`
41445
41465
  */
41446
41466
  declare const updateStatusQuote: <ThrowOnError extends boolean = false>(options: Options<UpdateStatusQuoteData, ThrowOnError>) => RequestResult<UpdateStatusQuoteResponses, UpdateStatusQuoteErrors, ThrowOnError, "fields">;
41447
41467
  /**
@@ -41480,7 +41500,7 @@ declare const getCommercialDocumentAppendices: <ThrowOnError extends boolean = f
41480
41500
  *
41481
41501
  *
41482
41502
  * > ℹ️
41483
- * > This endpoint requires one of the following scopes: `commercial_documents:all`
41503
+ * > This endpoint requires the following scope: `commercial_documents:all`
41484
41504
  */
41485
41505
  declare const postCommercialDocumentAppendices: <ThrowOnError extends boolean = false>(options: Options<PostCommercialDocumentAppendicesData, ThrowOnError>) => RequestResult<PostCommercialDocumentAppendicesResponses, PostCommercialDocumentAppendicesErrors, ThrowOnError, "fields">;
41486
41506
  /**
@@ -41516,7 +41536,7 @@ declare const getSepaMandates: <ThrowOnError extends boolean = false>(options?:
41516
41536
  * This endpoint allows you to create a SEPA mandate to enable direct debit payments
41517
41537
  *
41518
41538
  * > ℹ️
41519
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41539
+ * > This endpoint requires the following scope: `customer_mandates:all`
41520
41540
  */
41521
41541
  declare const postSepaMandates: <ThrowOnError extends boolean = false>(options: Options<PostSepaMandatesData, ThrowOnError>) => RequestResult<PostSepaMandatesResponses, PostSepaMandatesErrors, ThrowOnError, "fields">;
41522
41542
  /**
@@ -41525,7 +41545,7 @@ declare const postSepaMandates: <ThrowOnError extends boolean = false>(options:
41525
41545
  * This endpoint allows you to delete a specific SEPA mandate
41526
41546
  *
41527
41547
  * > ℹ️
41528
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41548
+ * > This endpoint requires the following scope: `customer_mandates:all`
41529
41549
  */
41530
41550
  declare const deleteSepaMandate: <ThrowOnError extends boolean = false>(options: Options<DeleteSepaMandateData, ThrowOnError>) => RequestResult<DeleteSepaMandateResponses, DeleteSepaMandateErrors, ThrowOnError, "fields">;
41531
41551
  /**
@@ -41543,7 +41563,7 @@ declare const getSepaMandate: <ThrowOnError extends boolean = false>(options: Op
41543
41563
  * This endpoint allows you to update an existing SEPA mandate
41544
41564
  *
41545
41565
  * > ℹ️
41546
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41566
+ * > This endpoint requires the following scope: `customer_mandates:all`
41547
41567
  */
41548
41568
  declare const putSepaMandate: <ThrowOnError extends boolean = false>(options: Options<PutSepaMandateData, ThrowOnError>) => RequestResult<PutSepaMandateResponses, PutSepaMandateErrors, ThrowOnError, "fields">;
41549
41569
  /**
@@ -41570,7 +41590,7 @@ declare const getGocardlessMandate: <ThrowOnError extends boolean = false>(optio
41570
41590
  * This endpoint allows you to send an email request for a GoCardless mandate to a recipient.
41571
41591
  *
41572
41592
  * > ℹ️
41573
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41593
+ * > This endpoint requires the following scope: `customer_mandates:all`
41574
41594
  */
41575
41595
  declare const postGocardlessMandateMailRequests: <ThrowOnError extends boolean = false>(options: Options<PostGocardlessMandateMailRequestsData, ThrowOnError>) => RequestResult<PostGocardlessMandateMailRequestsResponses, PostGocardlessMandateMailRequestsErrors, ThrowOnError, "fields">;
41576
41596
  /**
@@ -41579,7 +41599,7 @@ declare const postGocardlessMandateMailRequests: <ThrowOnError extends boolean =
41579
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`.
41580
41600
  *
41581
41601
  * > ℹ️
41582
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41602
+ * > This endpoint requires the following scope: `customer_mandates:all`
41583
41603
  */
41584
41604
  declare const postGocardlessMandateCancellations: <ThrowOnError extends boolean = false>(options: Options<PostGocardlessMandateCancellationsData, ThrowOnError>) => RequestResult<PostGocardlessMandateCancellationsResponses, PostGocardlessMandateCancellationsErrors, ThrowOnError, "fields">;
41585
41605
  /**
@@ -41588,7 +41608,7 @@ declare const postGocardlessMandateCancellations: <ThrowOnError extends boolean
41588
41608
  * This endpoint allows you to associate a GoCardless mandate to a customer.
41589
41609
  *
41590
41610
  * > ℹ️
41591
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41611
+ * > This endpoint requires the following scope: `customer_mandates:all`
41592
41612
  */
41593
41613
  declare const postGocardlessMandateAssociations: <ThrowOnError extends boolean = false>(options: Options<PostGocardlessMandateAssociationsData, ThrowOnError>) => RequestResult<PostGocardlessMandateAssociationsResponses, PostGocardlessMandateAssociationsErrors, ThrowOnError, "fields">;
41594
41614
  /**
@@ -41603,7 +41623,7 @@ declare const postGocardlessMandateAssociations: <ThrowOnError extends boolean =
41603
41623
  *
41604
41624
  *
41605
41625
  * > ℹ️
41606
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41626
+ * > This endpoint requires the following scope: `customer_mandates:all`
41607
41627
  */
41608
41628
  declare const postProAccountMandateMailRequests: <ThrowOnError extends boolean = false>(options: Options<PostProAccountMandateMailRequestsData, ThrowOnError>) => RequestResult<PostProAccountMandateMailRequestsResponses, PostProAccountMandateMailRequestsErrors, ThrowOnError, "fields">;
41609
41629
  /**
@@ -41633,7 +41653,7 @@ declare const getProAccountMandateMigrations: <ThrowOnError extends boolean = fa
41633
41653
  *
41634
41654
  *
41635
41655
  * > ℹ️
41636
- * > This endpoint requires one of the following scopes: `customer_mandates:all`
41656
+ * > This endpoint requires the following scope: `customer_mandates:all`
41637
41657
  */
41638
41658
  declare const postProAccountMandateMigrations: <ThrowOnError extends boolean = false>(options: Options<PostProAccountMandateMigrationsData, ThrowOnError>) => RequestResult<PostProAccountMandateMigrationsResponses, PostProAccountMandateMigrationsErrors, ThrowOnError, "fields">;
41639
41659
  /**
@@ -41672,7 +41692,7 @@ declare const getCustomerInvoiceCustomHeaderFields: <ThrowOnError extends boolea
41672
41692
  * > - [Import a supplier e-invoice](https://pennylane.readme.io/reference/createsupplierinvoiceeinvoiceimport) endpoint
41673
41693
  *
41674
41694
  * > ℹ️
41675
- * > This endpoint requires one of the following scopes: `e_invoices:all`
41695
+ * > This endpoint requires the following scope: `e_invoices:all`
41676
41696
  *
41677
41697
  * @deprecated
41678
41698
  */
@@ -41685,7 +41705,7 @@ declare const createEInvoiceImport: <ThrowOnError extends boolean = false>(optio
41685
41705
  *
41686
41706
  *
41687
41707
  * > ℹ️
41688
- * > This endpoint requires one of the following scopes: `purchase_requests:all`
41708
+ * > This endpoint requires the following scope: `purchase_requests:all`
41689
41709
  */
41690
41710
  declare const createPurchaseRequestImport: <ThrowOnError extends boolean = false>(options: Options<CreatePurchaseRequestImportData, ThrowOnError>) => RequestResult<CreatePurchaseRequestImportResponses, CreatePurchaseRequestImportErrors, ThrowOnError, "fields">;
41691
41711
  /**
@@ -41712,7 +41732,7 @@ declare const getPurchaseRequests: <ThrowOnError extends boolean = false>(option
41712
41732
  * List bank establishments
41713
41733
  *
41714
41734
  * > ℹ️
41715
- * > This endpoint requires one of the following scopes: `bank_establishments:readonly`
41735
+ * > This endpoint requires the following scope: `bank_establishments:readonly`
41716
41736
  */
41717
41737
  declare const getBankEstablishments: <ThrowOnError extends boolean = false>(options?: Options<GetBankEstablishmentsData, ThrowOnError>) => RequestResult<GetBankEstablishmentsResponses, GetBankEstablishmentsErrors, ThrowOnError, "fields">;
41718
41738
  //#endregion