@getyetty-sdk/sellsy 2026.1.29 → 2026.2.4
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 +711 -134
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +119 -67
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1448,7 +1448,10 @@ type Estimate = {
|
|
|
1448
1448
|
*/
|
|
1449
1449
|
bank_account_id?: number | null;
|
|
1450
1450
|
/**
|
|
1451
|
-
* Eco tax ID
|
|
1451
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
1452
|
+
*
|
|
1453
|
+
*
|
|
1454
|
+
* @deprecated
|
|
1452
1455
|
*/
|
|
1453
1456
|
eco_tax_id?: number | null;
|
|
1454
1457
|
/**
|
|
@@ -1460,7 +1463,9 @@ type Estimate = {
|
|
|
1460
1463
|
*/
|
|
1461
1464
|
vat_mode?: 'debit' | 'collection';
|
|
1462
1465
|
/**
|
|
1463
|
-
* VAT
|
|
1466
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
1467
|
+
*
|
|
1468
|
+
* @deprecated
|
|
1464
1469
|
*/
|
|
1465
1470
|
vat_mention?: string | null;
|
|
1466
1471
|
/**
|
|
@@ -1624,7 +1629,9 @@ type EstimateCreate = _heyapi_414_ & {
|
|
|
1624
1629
|
*/
|
|
1625
1630
|
pdf_display?: {
|
|
1626
1631
|
/**
|
|
1627
|
-
*
|
|
1632
|
+
* Deprecated field: vat mention is now always shown on PDF
|
|
1633
|
+
*
|
|
1634
|
+
* @deprecated
|
|
1628
1635
|
*/
|
|
1629
1636
|
show_vat_mention?: boolean;
|
|
1630
1637
|
/**
|
|
@@ -3103,7 +3110,9 @@ type SaleEmbed = {
|
|
|
3103
3110
|
*/
|
|
3104
3111
|
pdf_display?: {
|
|
3105
3112
|
/**
|
|
3106
|
-
*
|
|
3113
|
+
* Deprecated field: vat mention is now always shown on PDF
|
|
3114
|
+
*
|
|
3115
|
+
* @deprecated
|
|
3107
3116
|
*/
|
|
3108
3117
|
show_vat_mention?: boolean;
|
|
3109
3118
|
/**
|
|
@@ -6301,11 +6310,15 @@ type TaxSettingsInput = {
|
|
|
6301
6310
|
*/
|
|
6302
6311
|
vat_mode: 'debit' | 'collection';
|
|
6303
6312
|
/**
|
|
6304
|
-
* VAT
|
|
6313
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode.
|
|
6314
|
+
*
|
|
6315
|
+
* @deprecated
|
|
6305
6316
|
*/
|
|
6306
6317
|
vat_mention: string | null;
|
|
6307
6318
|
/**
|
|
6308
|
-
*
|
|
6319
|
+
* Deprecated field: tax mention is now always displayed.
|
|
6320
|
+
*
|
|
6321
|
+
* @deprecated
|
|
6309
6322
|
*/
|
|
6310
6323
|
display_tax_mention: boolean;
|
|
6311
6324
|
/**
|
|
@@ -6348,11 +6361,15 @@ type TaxSettingsOutput = {
|
|
|
6348
6361
|
*/
|
|
6349
6362
|
vat_mode: 'debit' | 'collection';
|
|
6350
6363
|
/**
|
|
6351
|
-
* VAT
|
|
6364
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode.
|
|
6365
|
+
*
|
|
6366
|
+
* @deprecated
|
|
6352
6367
|
*/
|
|
6353
6368
|
vat_mention: string | null;
|
|
6354
6369
|
/**
|
|
6355
|
-
*
|
|
6370
|
+
* Deprecated field: tax mention is now always displayed.
|
|
6371
|
+
*
|
|
6372
|
+
* @deprecated
|
|
6356
6373
|
*/
|
|
6357
6374
|
display_tax_mention: boolean;
|
|
6358
6375
|
/**
|
|
@@ -12483,7 +12500,9 @@ type Invoice = {
|
|
|
12483
12500
|
*/
|
|
12484
12501
|
vat_mode?: 'debit' | 'collection';
|
|
12485
12502
|
/**
|
|
12486
|
-
* VAT
|
|
12503
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
12504
|
+
*
|
|
12505
|
+
* @deprecated
|
|
12487
12506
|
*/
|
|
12488
12507
|
vat_mention?: string | null;
|
|
12489
12508
|
/**
|
|
@@ -12495,9 +12514,12 @@ type Invoice = {
|
|
|
12495
12514
|
*/
|
|
12496
12515
|
bank_account_id?: number | null;
|
|
12497
12516
|
/**
|
|
12498
|
-
* Eco tax ID
|
|
12517
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
12518
|
+
*
|
|
12519
|
+
*
|
|
12520
|
+
* @deprecated
|
|
12499
12521
|
*/
|
|
12500
|
-
eco_tax_id?: number
|
|
12522
|
+
eco_tax_id?: number;
|
|
12501
12523
|
/**
|
|
12502
12524
|
* payments methods allowed on the invoice
|
|
12503
12525
|
*/
|
|
@@ -12777,7 +12799,9 @@ type InvoiceOne = {
|
|
|
12777
12799
|
*/
|
|
12778
12800
|
vat_mode?: 'debit' | 'collection';
|
|
12779
12801
|
/**
|
|
12780
|
-
* VAT
|
|
12802
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
12803
|
+
*
|
|
12804
|
+
* @deprecated
|
|
12781
12805
|
*/
|
|
12782
12806
|
vat_mention?: string | null;
|
|
12783
12807
|
/**
|
|
@@ -12789,9 +12813,12 @@ type InvoiceOne = {
|
|
|
12789
12813
|
*/
|
|
12790
12814
|
bank_account_id?: number | null;
|
|
12791
12815
|
/**
|
|
12792
|
-
* Eco tax ID
|
|
12816
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
12817
|
+
*
|
|
12818
|
+
*
|
|
12819
|
+
* @deprecated
|
|
12793
12820
|
*/
|
|
12794
|
-
eco_tax_id?: number
|
|
12821
|
+
eco_tax_id?: number;
|
|
12795
12822
|
/**
|
|
12796
12823
|
* payments methods allowed on the invoice
|
|
12797
12824
|
*/
|
|
@@ -13400,7 +13427,9 @@ type InvoiceOrProgressInvoiceOne = InvoiceOne | (_heyapi_512_ & {
|
|
|
13400
13427
|
show_progress_invoice_summary?: boolean;
|
|
13401
13428
|
} & {
|
|
13402
13429
|
/**
|
|
13403
|
-
*
|
|
13430
|
+
* Deprecated field: vat mention is now always shown on PDF
|
|
13431
|
+
*
|
|
13432
|
+
* @deprecated
|
|
13404
13433
|
*/
|
|
13405
13434
|
show_vat_mention?: boolean;
|
|
13406
13435
|
/**
|
|
@@ -13786,7 +13815,10 @@ type InvoiceCreate = {
|
|
|
13786
13815
|
*/
|
|
13787
13816
|
payment_method_ids?: Array<number> | null;
|
|
13788
13817
|
/**
|
|
13789
|
-
* Eco tax ID
|
|
13818
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
13819
|
+
*
|
|
13820
|
+
*
|
|
13821
|
+
* @deprecated
|
|
13790
13822
|
*/
|
|
13791
13823
|
eco_tax_id?: number | null;
|
|
13792
13824
|
/**
|
|
@@ -13798,7 +13830,9 @@ type InvoiceCreate = {
|
|
|
13798
13830
|
*/
|
|
13799
13831
|
vat_mode?: 'debit' | 'collection';
|
|
13800
13832
|
/**
|
|
13801
|
-
* VAT
|
|
13833
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
13834
|
+
*
|
|
13835
|
+
* @deprecated
|
|
13802
13836
|
*/
|
|
13803
13837
|
vat_mention?: string | null;
|
|
13804
13838
|
/**
|
|
@@ -14281,7 +14315,10 @@ type ProgressInvoiceCreate = {
|
|
|
14281
14315
|
*/
|
|
14282
14316
|
payment_method_ids?: Array<number> | null;
|
|
14283
14317
|
/**
|
|
14284
|
-
* Eco tax ID
|
|
14318
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
14319
|
+
*
|
|
14320
|
+
*
|
|
14321
|
+
* @deprecated
|
|
14285
14322
|
*/
|
|
14286
14323
|
eco_tax_id?: number | null;
|
|
14287
14324
|
/**
|
|
@@ -14293,7 +14330,7 @@ type ProgressInvoiceCreate = {
|
|
|
14293
14330
|
*/
|
|
14294
14331
|
vat_mode?: 'debit' | 'collection';
|
|
14295
14332
|
/**
|
|
14296
|
-
* VAT
|
|
14333
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
14297
14334
|
*/
|
|
14298
14335
|
vat_mention?: string | null;
|
|
14299
14336
|
/**
|
|
@@ -15645,7 +15682,10 @@ type OrderCreate = {
|
|
|
15645
15682
|
*/
|
|
15646
15683
|
payment_method_ids?: Array<number> | null;
|
|
15647
15684
|
/**
|
|
15648
|
-
* Eco tax ID
|
|
15685
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
15686
|
+
*
|
|
15687
|
+
*
|
|
15688
|
+
* @deprecated
|
|
15649
15689
|
*/
|
|
15650
15690
|
eco_tax_id?: number | null;
|
|
15651
15691
|
/**
|
|
@@ -15657,7 +15697,9 @@ type OrderCreate = {
|
|
|
15657
15697
|
*/
|
|
15658
15698
|
vat_mode?: 'debit' | 'collection';
|
|
15659
15699
|
/**
|
|
15660
|
-
* VAT
|
|
15700
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the order.
|
|
15701
|
+
*
|
|
15702
|
+
* @deprecated
|
|
15661
15703
|
*/
|
|
15662
15704
|
vat_mention?: string | null;
|
|
15663
15705
|
shipping_weight?: _heyapi_412_;
|
|
@@ -15936,7 +15978,10 @@ type Order = {
|
|
|
15936
15978
|
*/
|
|
15937
15979
|
bank_account_id?: number | null;
|
|
15938
15980
|
/**
|
|
15939
|
-
* Eco tax ID
|
|
15981
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
15982
|
+
*
|
|
15983
|
+
*
|
|
15984
|
+
* @deprecated
|
|
15940
15985
|
*/
|
|
15941
15986
|
eco_tax_id?: number | null;
|
|
15942
15987
|
/**
|
|
@@ -15948,7 +15993,9 @@ type Order = {
|
|
|
15948
15993
|
*/
|
|
15949
15994
|
vat_mode?: 'debit' | 'collection';
|
|
15950
15995
|
/**
|
|
15951
|
-
* VAT
|
|
15996
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the order.
|
|
15997
|
+
*
|
|
15998
|
+
* @deprecated
|
|
15952
15999
|
*/
|
|
15953
16000
|
vat_mention?: string | null;
|
|
15954
16001
|
shipping_weight?: _heyapi_412_;
|
|
@@ -16174,7 +16221,10 @@ type OrderOne = {
|
|
|
16174
16221
|
*/
|
|
16175
16222
|
bank_account_id?: number | null;
|
|
16176
16223
|
/**
|
|
16177
|
-
* Eco tax ID
|
|
16224
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
16225
|
+
*
|
|
16226
|
+
*
|
|
16227
|
+
* @deprecated
|
|
16178
16228
|
*/
|
|
16179
16229
|
eco_tax_id?: number | null;
|
|
16180
16230
|
/**
|
|
@@ -16186,7 +16236,9 @@ type OrderOne = {
|
|
|
16186
16236
|
*/
|
|
16187
16237
|
vat_mode?: 'debit' | 'collection';
|
|
16188
16238
|
/**
|
|
16189
|
-
* VAT
|
|
16239
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the order.
|
|
16240
|
+
*
|
|
16241
|
+
* @deprecated
|
|
16190
16242
|
*/
|
|
16191
16243
|
vat_mention?: string | null;
|
|
16192
16244
|
shipping_weight?: _heyapi_412_;
|
|
@@ -17540,11 +17592,15 @@ type CompanyPreferences = {
|
|
|
17540
17592
|
/**
|
|
17541
17593
|
* Exemption code following peppol VATEX code list : https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
|
|
17542
17594
|
*/
|
|
17543
|
-
vatex?: string;
|
|
17595
|
+
vatex?: string | null;
|
|
17544
17596
|
/**
|
|
17545
17597
|
* Is the tax compliant with e-invoicing regulations
|
|
17546
17598
|
*/
|
|
17547
17599
|
is_einvoicing_compliant?: boolean;
|
|
17600
|
+
/**
|
|
17601
|
+
* System label of tax
|
|
17602
|
+
*/
|
|
17603
|
+
system_label?: string;
|
|
17548
17604
|
};
|
|
17549
17605
|
/**
|
|
17550
17606
|
* Company preferred pay date.
|
|
@@ -19877,7 +19933,10 @@ type ProgressInvoiceUpdate = {
|
|
|
19877
19933
|
*/
|
|
19878
19934
|
lang_id?: number | null;
|
|
19879
19935
|
/**
|
|
19880
|
-
* Eco tax ID
|
|
19936
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
19937
|
+
*
|
|
19938
|
+
*
|
|
19939
|
+
* @deprecated
|
|
19881
19940
|
*/
|
|
19882
19941
|
eco_tax_id?: number | null;
|
|
19883
19942
|
/**
|
|
@@ -19897,7 +19956,9 @@ type ProgressInvoiceUpdate = {
|
|
|
19897
19956
|
*/
|
|
19898
19957
|
vat_mode?: 'debit' | 'collection';
|
|
19899
19958
|
/**
|
|
19900
|
-
* VAT
|
|
19959
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
19960
|
+
*
|
|
19961
|
+
* @deprecated
|
|
19901
19962
|
*/
|
|
19902
19963
|
vat_mention?: string | null;
|
|
19903
19964
|
/**
|
|
@@ -20891,7 +20952,10 @@ type EstimateWritable = {
|
|
|
20891
20952
|
*/
|
|
20892
20953
|
bank_account_id?: number | null;
|
|
20893
20954
|
/**
|
|
20894
|
-
* Eco tax ID
|
|
20955
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
20956
|
+
*
|
|
20957
|
+
*
|
|
20958
|
+
* @deprecated
|
|
20895
20959
|
*/
|
|
20896
20960
|
eco_tax_id?: number | null;
|
|
20897
20961
|
/**
|
|
@@ -20903,7 +20967,9 @@ type EstimateWritable = {
|
|
|
20903
20967
|
*/
|
|
20904
20968
|
vat_mode?: 'debit' | 'collection';
|
|
20905
20969
|
/**
|
|
20906
|
-
* VAT
|
|
20970
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
20971
|
+
*
|
|
20972
|
+
* @deprecated
|
|
20907
20973
|
*/
|
|
20908
20974
|
vat_mention?: string | null;
|
|
20909
20975
|
/**
|
|
@@ -21047,7 +21113,9 @@ type EstimateCreateWritable = _heyapi_414_ & {
|
|
|
21047
21113
|
*/
|
|
21048
21114
|
pdf_display?: {
|
|
21049
21115
|
/**
|
|
21050
|
-
*
|
|
21116
|
+
* Deprecated field: vat mention is now always shown on PDF
|
|
21117
|
+
*
|
|
21118
|
+
* @deprecated
|
|
21051
21119
|
*/
|
|
21052
21120
|
show_vat_mention?: boolean;
|
|
21053
21121
|
/**
|
|
@@ -22251,7 +22319,9 @@ type SaleEmbedWritable = {
|
|
|
22251
22319
|
*/
|
|
22252
22320
|
pdf_display?: {
|
|
22253
22321
|
/**
|
|
22254
|
-
*
|
|
22322
|
+
* Deprecated field: vat mention is now always shown on PDF
|
|
22323
|
+
*
|
|
22324
|
+
* @deprecated
|
|
22255
22325
|
*/
|
|
22256
22326
|
show_vat_mention?: boolean;
|
|
22257
22327
|
/**
|
|
@@ -25982,7 +26052,9 @@ type InvoiceWritable = {
|
|
|
25982
26052
|
*/
|
|
25983
26053
|
vat_mode?: 'debit' | 'collection';
|
|
25984
26054
|
/**
|
|
25985
|
-
* VAT
|
|
26055
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
26056
|
+
*
|
|
26057
|
+
* @deprecated
|
|
25986
26058
|
*/
|
|
25987
26059
|
vat_mention?: string | null;
|
|
25988
26060
|
/**
|
|
@@ -25994,9 +26066,12 @@ type InvoiceWritable = {
|
|
|
25994
26066
|
*/
|
|
25995
26067
|
bank_account_id?: number | null;
|
|
25996
26068
|
/**
|
|
25997
|
-
* Eco tax ID
|
|
26069
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
26070
|
+
*
|
|
26071
|
+
*
|
|
26072
|
+
* @deprecated
|
|
25998
26073
|
*/
|
|
25999
|
-
eco_tax_id?: number
|
|
26074
|
+
eco_tax_id?: number;
|
|
26000
26075
|
/**
|
|
26001
26076
|
* payments methods allowed on the invoice
|
|
26002
26077
|
*/
|
|
@@ -26156,7 +26231,9 @@ type InvoiceOneWritable = {
|
|
|
26156
26231
|
*/
|
|
26157
26232
|
vat_mode?: 'debit' | 'collection';
|
|
26158
26233
|
/**
|
|
26159
|
-
* VAT
|
|
26234
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
26235
|
+
*
|
|
26236
|
+
* @deprecated
|
|
26160
26237
|
*/
|
|
26161
26238
|
vat_mention?: string | null;
|
|
26162
26239
|
/**
|
|
@@ -26168,9 +26245,12 @@ type InvoiceOneWritable = {
|
|
|
26168
26245
|
*/
|
|
26169
26246
|
bank_account_id?: number | null;
|
|
26170
26247
|
/**
|
|
26171
|
-
* Eco tax ID
|
|
26248
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
26249
|
+
*
|
|
26250
|
+
*
|
|
26251
|
+
* @deprecated
|
|
26172
26252
|
*/
|
|
26173
|
-
eco_tax_id?: number
|
|
26253
|
+
eco_tax_id?: number;
|
|
26174
26254
|
/**
|
|
26175
26255
|
* payments methods allowed on the invoice
|
|
26176
26256
|
*/
|
|
@@ -26643,7 +26723,9 @@ type InvoiceOrProgressInvoiceOneWritable = InvoiceOneWritable | (_heyapi_512_ &
|
|
|
26643
26723
|
show_progress_invoice_summary?: boolean;
|
|
26644
26724
|
} & {
|
|
26645
26725
|
/**
|
|
26646
|
-
*
|
|
26726
|
+
* Deprecated field: vat mention is now always shown on PDF
|
|
26727
|
+
*
|
|
26728
|
+
* @deprecated
|
|
26647
26729
|
*/
|
|
26648
26730
|
show_vat_mention?: boolean;
|
|
26649
26731
|
/**
|
|
@@ -26876,7 +26958,10 @@ type InvoiceCreateWritable = {
|
|
|
26876
26958
|
*/
|
|
26877
26959
|
payment_method_ids?: Array<number> | null;
|
|
26878
26960
|
/**
|
|
26879
|
-
* Eco tax ID
|
|
26961
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
26962
|
+
*
|
|
26963
|
+
*
|
|
26964
|
+
* @deprecated
|
|
26880
26965
|
*/
|
|
26881
26966
|
eco_tax_id?: number | null;
|
|
26882
26967
|
/**
|
|
@@ -26888,7 +26973,9 @@ type InvoiceCreateWritable = {
|
|
|
26888
26973
|
*/
|
|
26889
26974
|
vat_mode?: 'debit' | 'collection';
|
|
26890
26975
|
/**
|
|
26891
|
-
* VAT
|
|
26976
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
26977
|
+
*
|
|
26978
|
+
* @deprecated
|
|
26892
26979
|
*/
|
|
26893
26980
|
vat_mention?: string | null;
|
|
26894
26981
|
/**
|
|
@@ -27283,7 +27370,10 @@ type ProgressInvoiceCreateWritable = {
|
|
|
27283
27370
|
*/
|
|
27284
27371
|
payment_method_ids?: Array<number> | null;
|
|
27285
27372
|
/**
|
|
27286
|
-
* Eco tax ID
|
|
27373
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
27374
|
+
*
|
|
27375
|
+
*
|
|
27376
|
+
* @deprecated
|
|
27287
27377
|
*/
|
|
27288
27378
|
eco_tax_id?: number | null;
|
|
27289
27379
|
/**
|
|
@@ -27295,7 +27385,7 @@ type ProgressInvoiceCreateWritable = {
|
|
|
27295
27385
|
*/
|
|
27296
27386
|
vat_mode?: 'debit' | 'collection';
|
|
27297
27387
|
/**
|
|
27298
|
-
* VAT
|
|
27388
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
27299
27389
|
*/
|
|
27300
27390
|
vat_mention?: string | null;
|
|
27301
27391
|
/**
|
|
@@ -28286,7 +28376,10 @@ type OrderCreateWritable = {
|
|
|
28286
28376
|
*/
|
|
28287
28377
|
payment_method_ids?: Array<number> | null;
|
|
28288
28378
|
/**
|
|
28289
|
-
* Eco tax ID
|
|
28379
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
28380
|
+
*
|
|
28381
|
+
*
|
|
28382
|
+
* @deprecated
|
|
28290
28383
|
*/
|
|
28291
28384
|
eco_tax_id?: number | null;
|
|
28292
28385
|
/**
|
|
@@ -28298,7 +28391,9 @@ type OrderCreateWritable = {
|
|
|
28298
28391
|
*/
|
|
28299
28392
|
vat_mode?: 'debit' | 'collection';
|
|
28300
28393
|
/**
|
|
28301
|
-
* VAT
|
|
28394
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the order.
|
|
28395
|
+
*
|
|
28396
|
+
* @deprecated
|
|
28302
28397
|
*/
|
|
28303
28398
|
vat_mention?: string | null;
|
|
28304
28399
|
shipping_weight?: _heyapi_412_;
|
|
@@ -28469,7 +28564,10 @@ type OrderWritable = {
|
|
|
28469
28564
|
*/
|
|
28470
28565
|
bank_account_id?: number | null;
|
|
28471
28566
|
/**
|
|
28472
|
-
* Eco tax ID
|
|
28567
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
28568
|
+
*
|
|
28569
|
+
*
|
|
28570
|
+
* @deprecated
|
|
28473
28571
|
*/
|
|
28474
28572
|
eco_tax_id?: number | null;
|
|
28475
28573
|
/**
|
|
@@ -28481,7 +28579,9 @@ type OrderWritable = {
|
|
|
28481
28579
|
*/
|
|
28482
28580
|
vat_mode?: 'debit' | 'collection';
|
|
28483
28581
|
/**
|
|
28484
|
-
* VAT
|
|
28582
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the order.
|
|
28583
|
+
*
|
|
28584
|
+
* @deprecated
|
|
28485
28585
|
*/
|
|
28486
28586
|
vat_mention?: string | null;
|
|
28487
28587
|
shipping_weight?: _heyapi_412_;
|
|
@@ -28599,7 +28699,10 @@ type OrderOneWritable = {
|
|
|
28599
28699
|
*/
|
|
28600
28700
|
bank_account_id?: number | null;
|
|
28601
28701
|
/**
|
|
28602
|
-
* Eco tax ID
|
|
28702
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
28703
|
+
*
|
|
28704
|
+
*
|
|
28705
|
+
* @deprecated
|
|
28603
28706
|
*/
|
|
28604
28707
|
eco_tax_id?: number | null;
|
|
28605
28708
|
/**
|
|
@@ -28611,7 +28714,9 @@ type OrderOneWritable = {
|
|
|
28611
28714
|
*/
|
|
28612
28715
|
vat_mode?: 'debit' | 'collection';
|
|
28613
28716
|
/**
|
|
28614
|
-
* VAT
|
|
28717
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the order.
|
|
28718
|
+
*
|
|
28719
|
+
* @deprecated
|
|
28615
28720
|
*/
|
|
28616
28721
|
vat_mention?: string | null;
|
|
28617
28722
|
shipping_weight?: _heyapi_412_;
|
|
@@ -28858,11 +28963,15 @@ type CompanyPreferencesWritable = {
|
|
|
28858
28963
|
/**
|
|
28859
28964
|
* Exemption code following peppol VATEX code list : https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
|
|
28860
28965
|
*/
|
|
28861
|
-
vatex?: string;
|
|
28966
|
+
vatex?: string | null;
|
|
28862
28967
|
/**
|
|
28863
28968
|
* Is the tax compliant with e-invoicing regulations
|
|
28864
28969
|
*/
|
|
28865
28970
|
is_einvoicing_compliant?: boolean;
|
|
28971
|
+
/**
|
|
28972
|
+
* System label of tax
|
|
28973
|
+
*/
|
|
28974
|
+
system_label?: string;
|
|
28866
28975
|
};
|
|
28867
28976
|
/**
|
|
28868
28977
|
* Company preferred pay date.
|
|
@@ -30013,7 +30122,10 @@ type ProgressInvoiceUpdateWritable = {
|
|
|
30013
30122
|
*/
|
|
30014
30123
|
lang_id?: number | null;
|
|
30015
30124
|
/**
|
|
30016
|
-
* Eco tax ID
|
|
30125
|
+
* Deprecated field: eco tax use now product tax_id <br/> Eco tax ID
|
|
30126
|
+
*
|
|
30127
|
+
*
|
|
30128
|
+
* @deprecated
|
|
30017
30129
|
*/
|
|
30018
30130
|
eco_tax_id?: number | null;
|
|
30019
30131
|
/**
|
|
@@ -30033,7 +30145,9 @@ type ProgressInvoiceUpdateWritable = {
|
|
|
30033
30145
|
*/
|
|
30034
30146
|
vat_mode?: 'debit' | 'collection';
|
|
30035
30147
|
/**
|
|
30036
|
-
* VAT
|
|
30148
|
+
* Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.
|
|
30149
|
+
*
|
|
30150
|
+
* @deprecated
|
|
30037
30151
|
*/
|
|
30038
30152
|
vat_mention?: string | null;
|
|
30039
30153
|
/**
|
|
@@ -41259,7 +41373,7 @@ type GetTaxesData = {
|
|
|
41259
41373
|
* Additional object included in the result.
|
|
41260
41374
|
*
|
|
41261
41375
|
*/
|
|
41262
|
-
embed?: Array<'acl' | 'translations'>;
|
|
41376
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41263
41377
|
/**
|
|
41264
41378
|
* The order direction
|
|
41265
41379
|
*/
|
|
@@ -41278,7 +41392,9 @@ type GetTaxesData = {
|
|
|
41278
41392
|
*/
|
|
41279
41393
|
field?: Array<string>;
|
|
41280
41394
|
/**
|
|
41281
|
-
* Include ecotaxes in the response
|
|
41395
|
+
* Include ecotaxes in the response.
|
|
41396
|
+
*
|
|
41397
|
+
* @deprecated
|
|
41282
41398
|
*/
|
|
41283
41399
|
include_ecotax?: boolean;
|
|
41284
41400
|
};
|
|
@@ -41328,15 +41444,41 @@ type GetTaxesResponses = {
|
|
|
41328
41444
|
*/
|
|
41329
41445
|
value?: string;
|
|
41330
41446
|
}>;
|
|
41447
|
+
/**
|
|
41448
|
+
* Usage statistics for a non-compliant e-invoicing tax
|
|
41449
|
+
*/
|
|
41450
|
+
non_compliant_usage?: {
|
|
41451
|
+
/**
|
|
41452
|
+
* Number of products using this non-compliant tax
|
|
41453
|
+
*/
|
|
41454
|
+
products?: number;
|
|
41455
|
+
/**
|
|
41456
|
+
* Number of services using this non-compliant tax
|
|
41457
|
+
*/
|
|
41458
|
+
services?: number;
|
|
41459
|
+
/**
|
|
41460
|
+
* Number of shippings using this non-compliant tax
|
|
41461
|
+
*/
|
|
41462
|
+
shippings?: number;
|
|
41463
|
+
/**
|
|
41464
|
+
* Number of packagings using this non-compliant tax
|
|
41465
|
+
*/
|
|
41466
|
+
packagings?: number;
|
|
41467
|
+
/**
|
|
41468
|
+
* Number of rate categories using this non-compliant tax
|
|
41469
|
+
*/
|
|
41470
|
+
rate_categories?: number;
|
|
41471
|
+
/**
|
|
41472
|
+
* Number of models using this non-compliant tax
|
|
41473
|
+
*/
|
|
41474
|
+
models?: number;
|
|
41475
|
+
} | null;
|
|
41331
41476
|
} | null;
|
|
41332
41477
|
}>;
|
|
41333
41478
|
};
|
|
41334
41479
|
};
|
|
41335
41480
|
type GetTaxesResponse = GetTaxesResponses[keyof GetTaxesResponses];
|
|
41336
41481
|
type CreateTaxData = {
|
|
41337
|
-
/**
|
|
41338
|
-
* Tax
|
|
41339
|
-
*/
|
|
41340
41482
|
body?: {
|
|
41341
41483
|
/**
|
|
41342
41484
|
* Tax rate
|
|
@@ -41346,6 +41488,139 @@ type CreateTaxData = {
|
|
|
41346
41488
|
* Tax label
|
|
41347
41489
|
*/
|
|
41348
41490
|
label: string;
|
|
41491
|
+
/**
|
|
41492
|
+
* Is the tax enabled or not
|
|
41493
|
+
*/
|
|
41494
|
+
is_active?: boolean;
|
|
41495
|
+
/**
|
|
41496
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41497
|
+
*
|
|
41498
|
+
*/
|
|
41499
|
+
before_sibling?: number | null;
|
|
41500
|
+
} | {
|
|
41501
|
+
/**
|
|
41502
|
+
* Label of tax
|
|
41503
|
+
*/
|
|
41504
|
+
label: string;
|
|
41505
|
+
/**
|
|
41506
|
+
* Category of the exempted tax
|
|
41507
|
+
*/
|
|
41508
|
+
category: 'AE';
|
|
41509
|
+
/**
|
|
41510
|
+
* VATEX code of the exempted tax.
|
|
41511
|
+
*/
|
|
41512
|
+
vatex: 'VATEX-EU-AE';
|
|
41513
|
+
/**
|
|
41514
|
+
* Is the tax enabled or not
|
|
41515
|
+
*/
|
|
41516
|
+
is_active?: boolean;
|
|
41517
|
+
/**
|
|
41518
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41519
|
+
*
|
|
41520
|
+
*/
|
|
41521
|
+
before_sibling?: number | null;
|
|
41522
|
+
} | {
|
|
41523
|
+
/**
|
|
41524
|
+
* Label of tax
|
|
41525
|
+
*/
|
|
41526
|
+
label: string;
|
|
41527
|
+
/**
|
|
41528
|
+
* Category of the exempted tax
|
|
41529
|
+
*/
|
|
41530
|
+
category: 'G';
|
|
41531
|
+
/**
|
|
41532
|
+
* VATEX code of the exempted tax.
|
|
41533
|
+
*/
|
|
41534
|
+
vatex: 'VATEX-EU-G';
|
|
41535
|
+
/**
|
|
41536
|
+
* Is the tax enabled or not
|
|
41537
|
+
*/
|
|
41538
|
+
is_active?: boolean;
|
|
41539
|
+
/**
|
|
41540
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41541
|
+
*
|
|
41542
|
+
*/
|
|
41543
|
+
before_sibling?: number | null;
|
|
41544
|
+
} | {
|
|
41545
|
+
/**
|
|
41546
|
+
* Label of tax
|
|
41547
|
+
*/
|
|
41548
|
+
label: string;
|
|
41549
|
+
/**
|
|
41550
|
+
* Category of the exempted tax
|
|
41551
|
+
*/
|
|
41552
|
+
category: 'K';
|
|
41553
|
+
/**
|
|
41554
|
+
* VATEX code of the exempted tax.
|
|
41555
|
+
*/
|
|
41556
|
+
vatex: 'VATEX-EU-IC';
|
|
41557
|
+
/**
|
|
41558
|
+
* Is the tax enabled or not
|
|
41559
|
+
*/
|
|
41560
|
+
is_active?: boolean;
|
|
41561
|
+
/**
|
|
41562
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41563
|
+
*
|
|
41564
|
+
*/
|
|
41565
|
+
before_sibling?: number | null;
|
|
41566
|
+
} | {
|
|
41567
|
+
/**
|
|
41568
|
+
* Label of tax
|
|
41569
|
+
*/
|
|
41570
|
+
label: string;
|
|
41571
|
+
/**
|
|
41572
|
+
* Category of the exempted tax
|
|
41573
|
+
*/
|
|
41574
|
+
category: 'O';
|
|
41575
|
+
/**
|
|
41576
|
+
* VATEX code of the exempted tax.
|
|
41577
|
+
*/
|
|
41578
|
+
vatex: 'VATEX-EU-O';
|
|
41579
|
+
/**
|
|
41580
|
+
* Is the tax enabled or not
|
|
41581
|
+
*/
|
|
41582
|
+
is_active?: boolean;
|
|
41583
|
+
/**
|
|
41584
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41585
|
+
*
|
|
41586
|
+
*/
|
|
41587
|
+
before_sibling?: number | null;
|
|
41588
|
+
} | {
|
|
41589
|
+
/**
|
|
41590
|
+
* Label of tax
|
|
41591
|
+
*/
|
|
41592
|
+
label: string;
|
|
41593
|
+
/**
|
|
41594
|
+
* Category of the exempted tax
|
|
41595
|
+
*/
|
|
41596
|
+
category: 'E';
|
|
41597
|
+
/**
|
|
41598
|
+
* VATEX code of the exempted tax. The complete list of Vatex codes is available at the following address : https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
|
|
41599
|
+
*
|
|
41600
|
+
*/
|
|
41601
|
+
vatex: string;
|
|
41602
|
+
/**
|
|
41603
|
+
* Is the tax enabled or not
|
|
41604
|
+
*/
|
|
41605
|
+
is_active?: boolean;
|
|
41606
|
+
/**
|
|
41607
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41608
|
+
*
|
|
41609
|
+
*/
|
|
41610
|
+
before_sibling?: number | null;
|
|
41611
|
+
} | {
|
|
41612
|
+
/**
|
|
41613
|
+
* Label of tax
|
|
41614
|
+
*/
|
|
41615
|
+
label: string;
|
|
41616
|
+
/**
|
|
41617
|
+
* Category of the exempted tax
|
|
41618
|
+
*/
|
|
41619
|
+
category: 'Z';
|
|
41620
|
+
/**
|
|
41621
|
+
* Is the tax enabled or not
|
|
41622
|
+
*/
|
|
41623
|
+
is_active?: boolean;
|
|
41349
41624
|
/**
|
|
41350
41625
|
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41351
41626
|
*
|
|
@@ -41358,7 +41633,7 @@ type CreateTaxData = {
|
|
|
41358
41633
|
* Additional object included in the result.
|
|
41359
41634
|
*
|
|
41360
41635
|
*/
|
|
41361
|
-
embed?: Array<'acl' | 'translations'>;
|
|
41636
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41362
41637
|
/**
|
|
41363
41638
|
* Filters the fields returned in the response <br /><br /> Example:<br /> - `field[]=id`: Return the `id` field<br /> - `field[]=address.id`: Return the `id` field of the `address` object<br /> - `field[]=addresses[].id`: Return the `id` field of the `address` objects<br /> <br> On endpoints that implement the `embed` query parameter, if you specified embeds in your call, you will need to request the `_embed` field as well.<br> Example:<br> - `field[]=_embed`: Return all fields from all requested embeds<br> - `field[]=_embed.address`: Return all fields from the `address` embed<br> - `field[]=_embed.company.name`: Return the `name` field from the `company` embed<br>
|
|
41364
41639
|
*
|
|
@@ -41408,6 +41683,35 @@ type CreateTaxResponses = {
|
|
|
41408
41683
|
*/
|
|
41409
41684
|
value?: string;
|
|
41410
41685
|
}>;
|
|
41686
|
+
/**
|
|
41687
|
+
* Usage statistics for a non-compliant e-invoicing tax
|
|
41688
|
+
*/
|
|
41689
|
+
non_compliant_usage?: {
|
|
41690
|
+
/**
|
|
41691
|
+
* Number of products using this non-compliant tax
|
|
41692
|
+
*/
|
|
41693
|
+
products?: number;
|
|
41694
|
+
/**
|
|
41695
|
+
* Number of services using this non-compliant tax
|
|
41696
|
+
*/
|
|
41697
|
+
services?: number;
|
|
41698
|
+
/**
|
|
41699
|
+
* Number of shippings using this non-compliant tax
|
|
41700
|
+
*/
|
|
41701
|
+
shippings?: number;
|
|
41702
|
+
/**
|
|
41703
|
+
* Number of packagings using this non-compliant tax
|
|
41704
|
+
*/
|
|
41705
|
+
packagings?: number;
|
|
41706
|
+
/**
|
|
41707
|
+
* Number of rate categories using this non-compliant tax
|
|
41708
|
+
*/
|
|
41709
|
+
rate_categories?: number;
|
|
41710
|
+
/**
|
|
41711
|
+
* Number of models using this non-compliant tax
|
|
41712
|
+
*/
|
|
41713
|
+
models?: number;
|
|
41714
|
+
} | null;
|
|
41411
41715
|
} | null;
|
|
41412
41716
|
};
|
|
41413
41717
|
};
|
|
@@ -41424,7 +41728,7 @@ type SearchTaxesData = {
|
|
|
41424
41728
|
* Additional object included in the result.
|
|
41425
41729
|
*
|
|
41426
41730
|
*/
|
|
41427
|
-
embed?: Array<'acl' | 'translations'>;
|
|
41731
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41428
41732
|
/**
|
|
41429
41733
|
* The order direction
|
|
41430
41734
|
*/
|
|
@@ -41486,6 +41790,35 @@ type SearchTaxesResponses = {
|
|
|
41486
41790
|
*/
|
|
41487
41791
|
value?: string;
|
|
41488
41792
|
}>;
|
|
41793
|
+
/**
|
|
41794
|
+
* Usage statistics for a non-compliant e-invoicing tax
|
|
41795
|
+
*/
|
|
41796
|
+
non_compliant_usage?: {
|
|
41797
|
+
/**
|
|
41798
|
+
* Number of products using this non-compliant tax
|
|
41799
|
+
*/
|
|
41800
|
+
products?: number;
|
|
41801
|
+
/**
|
|
41802
|
+
* Number of services using this non-compliant tax
|
|
41803
|
+
*/
|
|
41804
|
+
services?: number;
|
|
41805
|
+
/**
|
|
41806
|
+
* Number of shippings using this non-compliant tax
|
|
41807
|
+
*/
|
|
41808
|
+
shippings?: number;
|
|
41809
|
+
/**
|
|
41810
|
+
* Number of packagings using this non-compliant tax
|
|
41811
|
+
*/
|
|
41812
|
+
packagings?: number;
|
|
41813
|
+
/**
|
|
41814
|
+
* Number of rate categories using this non-compliant tax
|
|
41815
|
+
*/
|
|
41816
|
+
rate_categories?: number;
|
|
41817
|
+
/**
|
|
41818
|
+
* Number of models using this non-compliant tax
|
|
41819
|
+
*/
|
|
41820
|
+
models?: number;
|
|
41821
|
+
} | null;
|
|
41489
41822
|
} | null;
|
|
41490
41823
|
}>;
|
|
41491
41824
|
};
|
|
@@ -41522,14 +41855,16 @@ type GetTaxData = {
|
|
|
41522
41855
|
* Additional object included in the result.
|
|
41523
41856
|
*
|
|
41524
41857
|
*/
|
|
41525
|
-
embed?: Array<'acl' | 'translations'>;
|
|
41858
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41526
41859
|
/**
|
|
41527
41860
|
* Filters the fields returned in the response <br /><br /> Example:<br /> - `field[]=id`: Return the `id` field<br /> - `field[]=address.id`: Return the `id` field of the `address` object<br /> - `field[]=addresses[].id`: Return the `id` field of the `address` objects<br /> <br> On endpoints that implement the `embed` query parameter, if you specified embeds in your call, you will need to request the `_embed` field as well.<br> Example:<br> - `field[]=_embed`: Return all fields from all requested embeds<br> - `field[]=_embed.address`: Return all fields from the `address` embed<br> - `field[]=_embed.company.name`: Return the `name` field from the `company` embed<br>
|
|
41528
41861
|
*
|
|
41529
41862
|
*/
|
|
41530
41863
|
field?: Array<string>;
|
|
41531
41864
|
/**
|
|
41532
|
-
* Include ecotaxes in the response
|
|
41865
|
+
* Include ecotaxes in the response.
|
|
41866
|
+
*
|
|
41867
|
+
* @deprecated
|
|
41533
41868
|
*/
|
|
41534
41869
|
include_ecotax?: boolean;
|
|
41535
41870
|
};
|
|
@@ -41576,14 +41911,40 @@ type GetTaxResponses = {
|
|
|
41576
41911
|
*/
|
|
41577
41912
|
value?: string;
|
|
41578
41913
|
}>;
|
|
41914
|
+
/**
|
|
41915
|
+
* Usage statistics for a non-compliant e-invoicing tax
|
|
41916
|
+
*/
|
|
41917
|
+
non_compliant_usage?: {
|
|
41918
|
+
/**
|
|
41919
|
+
* Number of products using this non-compliant tax
|
|
41920
|
+
*/
|
|
41921
|
+
products?: number;
|
|
41922
|
+
/**
|
|
41923
|
+
* Number of services using this non-compliant tax
|
|
41924
|
+
*/
|
|
41925
|
+
services?: number;
|
|
41926
|
+
/**
|
|
41927
|
+
* Number of shippings using this non-compliant tax
|
|
41928
|
+
*/
|
|
41929
|
+
shippings?: number;
|
|
41930
|
+
/**
|
|
41931
|
+
* Number of packagings using this non-compliant tax
|
|
41932
|
+
*/
|
|
41933
|
+
packagings?: number;
|
|
41934
|
+
/**
|
|
41935
|
+
* Number of rate categories using this non-compliant tax
|
|
41936
|
+
*/
|
|
41937
|
+
rate_categories?: number;
|
|
41938
|
+
/**
|
|
41939
|
+
* Number of models using this non-compliant tax
|
|
41940
|
+
*/
|
|
41941
|
+
models?: number;
|
|
41942
|
+
} | null;
|
|
41579
41943
|
} | null;
|
|
41580
41944
|
};
|
|
41581
41945
|
};
|
|
41582
41946
|
type GetTaxResponse = GetTaxResponses[keyof GetTaxResponses];
|
|
41583
41947
|
type UpdateTaxData = {
|
|
41584
|
-
/**
|
|
41585
|
-
* Tax
|
|
41586
|
-
*/
|
|
41587
41948
|
body?: {
|
|
41588
41949
|
/**
|
|
41589
41950
|
* Tax rate
|
|
@@ -41593,6 +41954,139 @@ type UpdateTaxData = {
|
|
|
41593
41954
|
* Tax label
|
|
41594
41955
|
*/
|
|
41595
41956
|
label?: string;
|
|
41957
|
+
/**
|
|
41958
|
+
* Is the tax enabled or not
|
|
41959
|
+
*/
|
|
41960
|
+
is_active?: boolean;
|
|
41961
|
+
/**
|
|
41962
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41963
|
+
*
|
|
41964
|
+
*/
|
|
41965
|
+
before_sibling?: number | null;
|
|
41966
|
+
} | {
|
|
41967
|
+
/**
|
|
41968
|
+
* Label of tax
|
|
41969
|
+
*/
|
|
41970
|
+
label?: string;
|
|
41971
|
+
/**
|
|
41972
|
+
* Category of the exempted tax
|
|
41973
|
+
*/
|
|
41974
|
+
category: 'AE';
|
|
41975
|
+
/**
|
|
41976
|
+
* VATEX code of the exempted tax.
|
|
41977
|
+
*/
|
|
41978
|
+
vatex: 'VATEX-EU-AE';
|
|
41979
|
+
/**
|
|
41980
|
+
* Is the tax enabled or not
|
|
41981
|
+
*/
|
|
41982
|
+
is_active?: boolean;
|
|
41983
|
+
/**
|
|
41984
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41985
|
+
*
|
|
41986
|
+
*/
|
|
41987
|
+
before_sibling?: number | null;
|
|
41988
|
+
} | {
|
|
41989
|
+
/**
|
|
41990
|
+
* Label of tax
|
|
41991
|
+
*/
|
|
41992
|
+
label?: string;
|
|
41993
|
+
/**
|
|
41994
|
+
* Category of the exempted tax
|
|
41995
|
+
*/
|
|
41996
|
+
category: 'G';
|
|
41997
|
+
/**
|
|
41998
|
+
* VATEX code of the exempted tax.
|
|
41999
|
+
*/
|
|
42000
|
+
vatex: 'VATEX-EU-G';
|
|
42001
|
+
/**
|
|
42002
|
+
* Is the tax enabled or not
|
|
42003
|
+
*/
|
|
42004
|
+
is_active?: boolean;
|
|
42005
|
+
/**
|
|
42006
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
42007
|
+
*
|
|
42008
|
+
*/
|
|
42009
|
+
before_sibling?: number | null;
|
|
42010
|
+
} | {
|
|
42011
|
+
/**
|
|
42012
|
+
* Label of tax
|
|
42013
|
+
*/
|
|
42014
|
+
label?: string;
|
|
42015
|
+
/**
|
|
42016
|
+
* Category of the exempted tax
|
|
42017
|
+
*/
|
|
42018
|
+
category: 'K';
|
|
42019
|
+
/**
|
|
42020
|
+
* VATEX code of the exempted tax.
|
|
42021
|
+
*/
|
|
42022
|
+
vatex: 'VATEX-EU-IC';
|
|
42023
|
+
/**
|
|
42024
|
+
* Is the tax enabled or not
|
|
42025
|
+
*/
|
|
42026
|
+
is_active?: boolean;
|
|
42027
|
+
/**
|
|
42028
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
42029
|
+
*
|
|
42030
|
+
*/
|
|
42031
|
+
before_sibling?: number | null;
|
|
42032
|
+
} | {
|
|
42033
|
+
/**
|
|
42034
|
+
* Label of tax
|
|
42035
|
+
*/
|
|
42036
|
+
label?: string;
|
|
42037
|
+
/**
|
|
42038
|
+
* Category of the exempted tax
|
|
42039
|
+
*/
|
|
42040
|
+
category: 'O';
|
|
42041
|
+
/**
|
|
42042
|
+
* VATEX code of the exempted tax.
|
|
42043
|
+
*/
|
|
42044
|
+
vatex: 'VATEX-EU-O';
|
|
42045
|
+
/**
|
|
42046
|
+
* Is the tax enabled or not
|
|
42047
|
+
*/
|
|
42048
|
+
is_active?: boolean;
|
|
42049
|
+
/**
|
|
42050
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
42051
|
+
*
|
|
42052
|
+
*/
|
|
42053
|
+
before_sibling?: number | null;
|
|
42054
|
+
} | {
|
|
42055
|
+
/**
|
|
42056
|
+
* Label of tax
|
|
42057
|
+
*/
|
|
42058
|
+
label?: string;
|
|
42059
|
+
/**
|
|
42060
|
+
* Category of the exempted tax
|
|
42061
|
+
*/
|
|
42062
|
+
category: 'E';
|
|
42063
|
+
/**
|
|
42064
|
+
* VATEX code of the exempted tax. The complete list of Vatex codes is available at the following address : https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/
|
|
42065
|
+
*
|
|
42066
|
+
*/
|
|
42067
|
+
vatex: string;
|
|
42068
|
+
/**
|
|
42069
|
+
* Is the tax enabled or not
|
|
42070
|
+
*/
|
|
42071
|
+
is_active?: boolean;
|
|
42072
|
+
/**
|
|
42073
|
+
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
42074
|
+
*
|
|
42075
|
+
*/
|
|
42076
|
+
before_sibling?: number | null;
|
|
42077
|
+
} | {
|
|
42078
|
+
/**
|
|
42079
|
+
* Label of tax
|
|
42080
|
+
*/
|
|
42081
|
+
label?: string;
|
|
42082
|
+
/**
|
|
42083
|
+
* Category of the exempted tax
|
|
42084
|
+
*/
|
|
42085
|
+
category: 'Z';
|
|
42086
|
+
/**
|
|
42087
|
+
* Is the tax enabled or not
|
|
42088
|
+
*/
|
|
42089
|
+
is_active?: boolean;
|
|
41596
42090
|
/**
|
|
41597
42091
|
* ID of tax before which to place the tax specified in path parameter<br /> > if not specified, tax will be placed at the last rank of the taxes list
|
|
41598
42092
|
*
|
|
@@ -41610,14 +42104,16 @@ type UpdateTaxData = {
|
|
|
41610
42104
|
* Additional object included in the result.
|
|
41611
42105
|
*
|
|
41612
42106
|
*/
|
|
41613
|
-
embed?: Array<'acl' | 'translations'>;
|
|
42107
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41614
42108
|
/**
|
|
41615
42109
|
* Filters the fields returned in the response <br /><br /> Example:<br /> - `field[]=id`: Return the `id` field<br /> - `field[]=address.id`: Return the `id` field of the `address` object<br /> - `field[]=addresses[].id`: Return the `id` field of the `address` objects<br /> <br> On endpoints that implement the `embed` query parameter, if you specified embeds in your call, you will need to request the `_embed` field as well.<br> Example:<br> - `field[]=_embed`: Return all fields from all requested embeds<br> - `field[]=_embed.address`: Return all fields from the `address` embed<br> - `field[]=_embed.company.name`: Return the `name` field from the `company` embed<br>
|
|
41616
42110
|
*
|
|
41617
42111
|
*/
|
|
41618
42112
|
field?: Array<string>;
|
|
41619
42113
|
/**
|
|
41620
|
-
* Include ecotaxes in the response
|
|
42114
|
+
* Include ecotaxes in the response.
|
|
42115
|
+
*
|
|
42116
|
+
* @deprecated
|
|
41621
42117
|
*/
|
|
41622
42118
|
include_ecotax?: boolean;
|
|
41623
42119
|
};
|
|
@@ -41664,6 +42160,35 @@ type UpdateTaxResponses = {
|
|
|
41664
42160
|
*/
|
|
41665
42161
|
value?: string;
|
|
41666
42162
|
}>;
|
|
42163
|
+
/**
|
|
42164
|
+
* Usage statistics for a non-compliant e-invoicing tax
|
|
42165
|
+
*/
|
|
42166
|
+
non_compliant_usage?: {
|
|
42167
|
+
/**
|
|
42168
|
+
* Number of products using this non-compliant tax
|
|
42169
|
+
*/
|
|
42170
|
+
products?: number;
|
|
42171
|
+
/**
|
|
42172
|
+
* Number of services using this non-compliant tax
|
|
42173
|
+
*/
|
|
42174
|
+
services?: number;
|
|
42175
|
+
/**
|
|
42176
|
+
* Number of shippings using this non-compliant tax
|
|
42177
|
+
*/
|
|
42178
|
+
shippings?: number;
|
|
42179
|
+
/**
|
|
42180
|
+
* Number of packagings using this non-compliant tax
|
|
42181
|
+
*/
|
|
42182
|
+
packagings?: number;
|
|
42183
|
+
/**
|
|
42184
|
+
* Number of rate categories using this non-compliant tax
|
|
42185
|
+
*/
|
|
42186
|
+
rate_categories?: number;
|
|
42187
|
+
/**
|
|
42188
|
+
* Number of models using this non-compliant tax
|
|
42189
|
+
*/
|
|
42190
|
+
models?: number;
|
|
42191
|
+
} | null;
|
|
41667
42192
|
} | null;
|
|
41668
42193
|
};
|
|
41669
42194
|
};
|
|
@@ -41680,7 +42205,7 @@ type GetTaxesAccountingChartsData = {
|
|
|
41680
42205
|
* Additional object included in the result.
|
|
41681
42206
|
*
|
|
41682
42207
|
*/
|
|
41683
|
-
embed?: Array<'acl' | 'translations'>;
|
|
42208
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41684
42209
|
/**
|
|
41685
42210
|
* The order direction
|
|
41686
42211
|
*/
|
|
@@ -41807,7 +42332,7 @@ type GetTaxAccountingChartData = {
|
|
|
41807
42332
|
* Additional object included in the result.
|
|
41808
42333
|
*
|
|
41809
42334
|
*/
|
|
41810
|
-
embed?: Array<'acl' | 'translations'>;
|
|
42335
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41811
42336
|
/**
|
|
41812
42337
|
* The order direction
|
|
41813
42338
|
*/
|
|
@@ -41963,7 +42488,7 @@ type UpdateTaxAccountingChartData = {
|
|
|
41963
42488
|
* Additional object included in the result.
|
|
41964
42489
|
*
|
|
41965
42490
|
*/
|
|
41966
|
-
embed?: Array<'acl' | 'translations'>;
|
|
42491
|
+
embed?: Array<'acl' | 'translations' | 'non_compliant_usage'>;
|
|
41967
42492
|
/**
|
|
41968
42493
|
* Filters the fields returned in the response <br /><br /> Example:<br /> - `field[]=id`: Return the `id` field<br /> - `field[]=address.id`: Return the `id` field of the `address` object<br /> - `field[]=addresses[].id`: Return the `id` field of the `address` objects<br /> <br> On endpoints that implement the `embed` query parameter, if you specified embeds in your call, you will need to request the `_embed` field as well.<br> Example:<br> - `field[]=_embed`: Return all fields from all requested embeds<br> - `field[]=_embed.address`: Return all fields from the `address` embed<br> - `field[]=_embed.company.name`: Return the `name` field from the `company` embed<br>
|
|
41969
42494
|
*
|
|
@@ -58860,7 +59385,8 @@ declare const EstimateSchema: {
|
|
|
58860
59385
|
};
|
|
58861
59386
|
readonly eco_tax_id: {
|
|
58862
59387
|
readonly type: "integer";
|
|
58863
|
-
readonly
|
|
59388
|
+
readonly deprecated: true;
|
|
59389
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
58864
59390
|
readonly nullable: true;
|
|
58865
59391
|
};
|
|
58866
59392
|
readonly check_label_id: {
|
|
@@ -58877,7 +59403,8 @@ declare const EstimateSchema: {
|
|
|
58877
59403
|
readonly vat_mention: {
|
|
58878
59404
|
readonly type: "string";
|
|
58879
59405
|
readonly nullable: true;
|
|
58880
|
-
readonly
|
|
59406
|
+
readonly deprecated: true;
|
|
59407
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
58881
59408
|
readonly maxLength: 255;
|
|
58882
59409
|
readonly example: "mention";
|
|
58883
59410
|
};
|
|
@@ -59156,8 +59683,9 @@ declare const EstimateCreateSchema: {
|
|
|
59156
59683
|
readonly description: "PDF generation option";
|
|
59157
59684
|
readonly properties: {
|
|
59158
59685
|
readonly show_vat_mention: {
|
|
59686
|
+
readonly deprecated: true;
|
|
59159
59687
|
readonly type: "boolean";
|
|
59160
|
-
readonly description: "
|
|
59688
|
+
readonly description: "Deprecated field: vat mention is now always shown on PDF";
|
|
59161
59689
|
readonly example: true;
|
|
59162
59690
|
};
|
|
59163
59691
|
readonly show_bank_account: {
|
|
@@ -61499,8 +62027,9 @@ declare const SaleEmbedSchema: {
|
|
|
61499
62027
|
readonly description: "PDF generation option";
|
|
61500
62028
|
readonly properties: {
|
|
61501
62029
|
readonly show_vat_mention: {
|
|
62030
|
+
readonly deprecated: true;
|
|
61502
62031
|
readonly type: "boolean";
|
|
61503
|
-
readonly description: "
|
|
62032
|
+
readonly description: "Deprecated field: vat mention is now always shown on PDF";
|
|
61504
62033
|
readonly example: true;
|
|
61505
62034
|
};
|
|
61506
62035
|
readonly show_bank_account: {
|
|
@@ -65919,13 +66448,15 @@ declare const TaxSettingsInputSchema: {
|
|
|
65919
66448
|
readonly vat_mention: {
|
|
65920
66449
|
readonly type: "string";
|
|
65921
66450
|
readonly nullable: true;
|
|
65922
|
-
readonly description: "VAT
|
|
66451
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode.";
|
|
66452
|
+
readonly deprecated: true;
|
|
65923
66453
|
readonly maxLength: 255;
|
|
65924
66454
|
readonly example: "mention";
|
|
65925
66455
|
};
|
|
65926
66456
|
readonly display_tax_mention: {
|
|
65927
66457
|
readonly type: "boolean";
|
|
65928
|
-
readonly
|
|
66458
|
+
readonly deprecated: true;
|
|
66459
|
+
readonly description: "Deprecated field: tax mention is now always displayed.";
|
|
65929
66460
|
readonly example: true;
|
|
65930
66461
|
};
|
|
65931
66462
|
readonly rate_category_id: {
|
|
@@ -65986,13 +66517,15 @@ declare const TaxSettingsOutputSchema: {
|
|
|
65986
66517
|
readonly vat_mention: {
|
|
65987
66518
|
readonly type: "string";
|
|
65988
66519
|
readonly nullable: true;
|
|
65989
|
-
readonly
|
|
66520
|
+
readonly deprecated: true;
|
|
66521
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode.";
|
|
65990
66522
|
readonly maxLength: 255;
|
|
65991
66523
|
readonly example: "mention";
|
|
65992
66524
|
};
|
|
65993
66525
|
readonly display_tax_mention: {
|
|
65994
66526
|
readonly type: "boolean";
|
|
65995
|
-
readonly
|
|
66527
|
+
readonly deprecated: true;
|
|
66528
|
+
readonly description: "Deprecated field: tax mention is now always displayed.";
|
|
65996
66529
|
readonly example: true;
|
|
65997
66530
|
};
|
|
65998
66531
|
readonly rate_category_id: {
|
|
@@ -76261,8 +76794,9 @@ declare const InvoiceSchema: {
|
|
|
76261
76794
|
};
|
|
76262
76795
|
readonly vat_mention: {
|
|
76263
76796
|
readonly type: "string";
|
|
76797
|
+
readonly deprecated: true;
|
|
76264
76798
|
readonly nullable: true;
|
|
76265
|
-
readonly description: "VAT
|
|
76799
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
76266
76800
|
readonly maxLength: 255;
|
|
76267
76801
|
readonly example: "mention";
|
|
76268
76802
|
};
|
|
@@ -76279,8 +76813,8 @@ declare const InvoiceSchema: {
|
|
|
76279
76813
|
};
|
|
76280
76814
|
readonly eco_tax_id: {
|
|
76281
76815
|
readonly type: "integer";
|
|
76282
|
-
readonly
|
|
76283
|
-
readonly
|
|
76816
|
+
readonly deprecated: true;
|
|
76817
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
76284
76818
|
};
|
|
76285
76819
|
readonly payment_method_ids: {
|
|
76286
76820
|
readonly type: "array";
|
|
@@ -76671,8 +77205,9 @@ declare const InvoiceOneSchema: {
|
|
|
76671
77205
|
};
|
|
76672
77206
|
readonly vat_mention: {
|
|
76673
77207
|
readonly type: "string";
|
|
77208
|
+
readonly deprecated: true;
|
|
76674
77209
|
readonly nullable: true;
|
|
76675
|
-
readonly description: "VAT
|
|
77210
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
76676
77211
|
readonly maxLength: 255;
|
|
76677
77212
|
readonly example: "mention";
|
|
76678
77213
|
};
|
|
@@ -76689,8 +77224,8 @@ declare const InvoiceOneSchema: {
|
|
|
76689
77224
|
};
|
|
76690
77225
|
readonly eco_tax_id: {
|
|
76691
77226
|
readonly type: "integer";
|
|
76692
|
-
readonly
|
|
76693
|
-
readonly
|
|
77227
|
+
readonly deprecated: true;
|
|
77228
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
76694
77229
|
};
|
|
76695
77230
|
readonly payment_method_ids: {
|
|
76696
77231
|
readonly type: "array";
|
|
@@ -77734,7 +78269,8 @@ declare const InvoiceOrProgressInvoiceOneSchema: {
|
|
|
77734
78269
|
readonly properties: {
|
|
77735
78270
|
readonly show_vat_mention: {
|
|
77736
78271
|
readonly type: "boolean";
|
|
77737
|
-
readonly description: "
|
|
78272
|
+
readonly description: "Deprecated field: vat mention is now always shown on PDF";
|
|
78273
|
+
readonly deprecated: true;
|
|
77738
78274
|
readonly example: true;
|
|
77739
78275
|
};
|
|
77740
78276
|
readonly show_bank_account: {
|
|
@@ -78296,7 +78832,8 @@ declare const InvoiceCreateSchema: {
|
|
|
78296
78832
|
};
|
|
78297
78833
|
readonly eco_tax_id: {
|
|
78298
78834
|
readonly type: "integer";
|
|
78299
|
-
readonly
|
|
78835
|
+
readonly deprecated: true;
|
|
78836
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
78300
78837
|
readonly nullable: true;
|
|
78301
78838
|
};
|
|
78302
78839
|
readonly check_label_id: {
|
|
@@ -78312,8 +78849,9 @@ declare const InvoiceCreateSchema: {
|
|
|
78312
78849
|
};
|
|
78313
78850
|
readonly vat_mention: {
|
|
78314
78851
|
readonly type: "string";
|
|
78852
|
+
readonly deprecated: true;
|
|
78315
78853
|
readonly nullable: true;
|
|
78316
|
-
readonly description: "VAT
|
|
78854
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
78317
78855
|
readonly maxLength: 255;
|
|
78318
78856
|
readonly example: "mention";
|
|
78319
78857
|
};
|
|
@@ -79086,7 +79624,8 @@ declare const ProgressInvoiceCreateSchema: {
|
|
|
79086
79624
|
};
|
|
79087
79625
|
readonly eco_tax_id: {
|
|
79088
79626
|
readonly type: "integer";
|
|
79089
|
-
readonly
|
|
79627
|
+
readonly deprecated: true;
|
|
79628
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
79090
79629
|
readonly nullable: true;
|
|
79091
79630
|
};
|
|
79092
79631
|
readonly check_label_id: {
|
|
@@ -79103,7 +79642,7 @@ declare const ProgressInvoiceCreateSchema: {
|
|
|
79103
79642
|
readonly vat_mention: {
|
|
79104
79643
|
readonly type: "string";
|
|
79105
79644
|
readonly nullable: true;
|
|
79106
|
-
readonly description: "VAT
|
|
79645
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
79107
79646
|
readonly maxLength: 255;
|
|
79108
79647
|
readonly example: "mention";
|
|
79109
79648
|
};
|
|
@@ -81114,7 +81653,8 @@ declare const OrderCreateSchema: {
|
|
|
81114
81653
|
};
|
|
81115
81654
|
readonly eco_tax_id: {
|
|
81116
81655
|
readonly type: "integer";
|
|
81117
|
-
readonly
|
|
81656
|
+
readonly deprecated: true;
|
|
81657
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
81118
81658
|
readonly nullable: true;
|
|
81119
81659
|
};
|
|
81120
81660
|
readonly check_label_id: {
|
|
@@ -81131,7 +81671,8 @@ declare const OrderCreateSchema: {
|
|
|
81131
81671
|
readonly vat_mention: {
|
|
81132
81672
|
readonly type: "string";
|
|
81133
81673
|
readonly nullable: true;
|
|
81134
|
-
readonly
|
|
81674
|
+
readonly deprecated: true;
|
|
81675
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the order.";
|
|
81135
81676
|
readonly maxLength: 255;
|
|
81136
81677
|
readonly example: "mention";
|
|
81137
81678
|
};
|
|
@@ -81580,7 +82121,8 @@ declare const OrderSchema: {
|
|
|
81580
82121
|
};
|
|
81581
82122
|
readonly eco_tax_id: {
|
|
81582
82123
|
readonly type: "integer";
|
|
81583
|
-
readonly
|
|
82124
|
+
readonly deprecated: true;
|
|
82125
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
81584
82126
|
readonly nullable: true;
|
|
81585
82127
|
};
|
|
81586
82128
|
readonly check_label_id: {
|
|
@@ -81597,7 +82139,8 @@ declare const OrderSchema: {
|
|
|
81597
82139
|
readonly vat_mention: {
|
|
81598
82140
|
readonly type: "string";
|
|
81599
82141
|
readonly nullable: true;
|
|
81600
|
-
readonly description: "VAT
|
|
82142
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the order.";
|
|
82143
|
+
readonly deprecated: true;
|
|
81601
82144
|
readonly maxLength: 255;
|
|
81602
82145
|
readonly example: "mention";
|
|
81603
82146
|
};
|
|
@@ -81927,7 +82470,8 @@ declare const OrderOneSchema: {
|
|
|
81927
82470
|
};
|
|
81928
82471
|
readonly eco_tax_id: {
|
|
81929
82472
|
readonly type: "integer";
|
|
81930
|
-
readonly
|
|
82473
|
+
readonly deprecated: true;
|
|
82474
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
81931
82475
|
readonly nullable: true;
|
|
81932
82476
|
};
|
|
81933
82477
|
readonly check_label_id: {
|
|
@@ -81944,7 +82488,8 @@ declare const OrderOneSchema: {
|
|
|
81944
82488
|
readonly vat_mention: {
|
|
81945
82489
|
readonly type: "string";
|
|
81946
82490
|
readonly nullable: true;
|
|
81947
|
-
readonly description: "VAT
|
|
82491
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the order.";
|
|
82492
|
+
readonly deprecated: true;
|
|
81948
82493
|
readonly maxLength: 255;
|
|
81949
82494
|
readonly example: "mention";
|
|
81950
82495
|
};
|
|
@@ -84180,12 +84725,18 @@ declare const CompanyPreferencesSchema: {
|
|
|
84180
84725
|
readonly type: "string";
|
|
84181
84726
|
readonly description: "Exemption code following peppol VATEX code list : https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/";
|
|
84182
84727
|
readonly example: "VATEX-EU-AE";
|
|
84728
|
+
readonly nullable: true;
|
|
84183
84729
|
};
|
|
84184
84730
|
readonly is_einvoicing_compliant: {
|
|
84185
84731
|
readonly type: "boolean";
|
|
84186
84732
|
readonly description: "Is the tax compliant with e-invoicing regulations";
|
|
84187
84733
|
readonly example: true;
|
|
84188
84734
|
};
|
|
84735
|
+
readonly system_label: {
|
|
84736
|
+
readonly type: "string";
|
|
84737
|
+
readonly description: "System label of tax";
|
|
84738
|
+
readonly example: "Intracom";
|
|
84739
|
+
};
|
|
84189
84740
|
};
|
|
84190
84741
|
};
|
|
84191
84742
|
readonly payment_term: {
|
|
@@ -87672,7 +88223,8 @@ declare const ProgressInvoiceUpdateSchema: {
|
|
|
87672
88223
|
};
|
|
87673
88224
|
readonly eco_tax_id: {
|
|
87674
88225
|
readonly type: "integer";
|
|
87675
|
-
readonly
|
|
88226
|
+
readonly deprecated: true;
|
|
88227
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
87676
88228
|
readonly nullable: true;
|
|
87677
88229
|
};
|
|
87678
88230
|
readonly payment_method_ids: {
|
|
@@ -87703,7 +88255,8 @@ declare const ProgressInvoiceUpdateSchema: {
|
|
|
87703
88255
|
readonly vat_mention: {
|
|
87704
88256
|
readonly type: "string";
|
|
87705
88257
|
readonly nullable: true;
|
|
87706
|
-
readonly description: "VAT
|
|
88258
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
88259
|
+
readonly deprecated: true;
|
|
87707
88260
|
readonly maxLength: 255;
|
|
87708
88261
|
readonly example: "mention";
|
|
87709
88262
|
};
|
|
@@ -89336,7 +89889,8 @@ declare const EstimateWritableSchema: {
|
|
|
89336
89889
|
};
|
|
89337
89890
|
readonly eco_tax_id: {
|
|
89338
89891
|
readonly type: "integer";
|
|
89339
|
-
readonly
|
|
89892
|
+
readonly deprecated: true;
|
|
89893
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
89340
89894
|
readonly nullable: true;
|
|
89341
89895
|
};
|
|
89342
89896
|
readonly check_label_id: {
|
|
@@ -89353,7 +89907,8 @@ declare const EstimateWritableSchema: {
|
|
|
89353
89907
|
readonly vat_mention: {
|
|
89354
89908
|
readonly type: "string";
|
|
89355
89909
|
readonly nullable: true;
|
|
89356
|
-
readonly
|
|
89910
|
+
readonly deprecated: true;
|
|
89911
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
89357
89912
|
readonly maxLength: 255;
|
|
89358
89913
|
readonly example: "mention";
|
|
89359
89914
|
};
|
|
@@ -89606,8 +90161,9 @@ declare const EstimateCreateWritableSchema: {
|
|
|
89606
90161
|
readonly description: "PDF generation option";
|
|
89607
90162
|
readonly properties: {
|
|
89608
90163
|
readonly show_vat_mention: {
|
|
90164
|
+
readonly deprecated: true;
|
|
89609
90165
|
readonly type: "boolean";
|
|
89610
|
-
readonly description: "
|
|
90166
|
+
readonly description: "Deprecated field: vat mention is now always shown on PDF";
|
|
89611
90167
|
readonly example: true;
|
|
89612
90168
|
};
|
|
89613
90169
|
readonly show_bank_account: {
|
|
@@ -91548,8 +92104,9 @@ declare const SaleEmbedWritableSchema: {
|
|
|
91548
92104
|
readonly description: "PDF generation option";
|
|
91549
92105
|
readonly properties: {
|
|
91550
92106
|
readonly show_vat_mention: {
|
|
92107
|
+
readonly deprecated: true;
|
|
91551
92108
|
readonly type: "boolean";
|
|
91552
|
-
readonly description: "
|
|
92109
|
+
readonly description: "Deprecated field: vat mention is now always shown on PDF";
|
|
91553
92110
|
readonly example: true;
|
|
91554
92111
|
};
|
|
91555
92112
|
readonly show_bank_account: {
|
|
@@ -96699,8 +97256,9 @@ declare const InvoiceWritableSchema: {
|
|
|
96699
97256
|
};
|
|
96700
97257
|
readonly vat_mention: {
|
|
96701
97258
|
readonly type: "string";
|
|
97259
|
+
readonly deprecated: true;
|
|
96702
97260
|
readonly nullable: true;
|
|
96703
|
-
readonly description: "VAT
|
|
97261
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
96704
97262
|
readonly maxLength: 255;
|
|
96705
97263
|
readonly example: "mention";
|
|
96706
97264
|
};
|
|
@@ -96717,8 +97275,8 @@ declare const InvoiceWritableSchema: {
|
|
|
96717
97275
|
};
|
|
96718
97276
|
readonly eco_tax_id: {
|
|
96719
97277
|
readonly type: "integer";
|
|
96720
|
-
readonly
|
|
96721
|
-
readonly
|
|
97278
|
+
readonly deprecated: true;
|
|
97279
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
96722
97280
|
};
|
|
96723
97281
|
readonly payment_method_ids: {
|
|
96724
97282
|
readonly type: "array";
|
|
@@ -96932,8 +97490,9 @@ declare const InvoiceOneWritableSchema: {
|
|
|
96932
97490
|
};
|
|
96933
97491
|
readonly vat_mention: {
|
|
96934
97492
|
readonly type: "string";
|
|
97493
|
+
readonly deprecated: true;
|
|
96935
97494
|
readonly nullable: true;
|
|
96936
|
-
readonly description: "VAT
|
|
97495
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
96937
97496
|
readonly maxLength: 255;
|
|
96938
97497
|
readonly example: "mention";
|
|
96939
97498
|
};
|
|
@@ -96950,8 +97509,8 @@ declare const InvoiceOneWritableSchema: {
|
|
|
96950
97509
|
};
|
|
96951
97510
|
readonly eco_tax_id: {
|
|
96952
97511
|
readonly type: "integer";
|
|
96953
|
-
readonly
|
|
96954
|
-
readonly
|
|
97512
|
+
readonly deprecated: true;
|
|
97513
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
96955
97514
|
};
|
|
96956
97515
|
readonly payment_method_ids: {
|
|
96957
97516
|
readonly type: "array";
|
|
@@ -97801,7 +98360,8 @@ declare const InvoiceOrProgressInvoiceOneWritableSchema: {
|
|
|
97801
98360
|
readonly properties: {
|
|
97802
98361
|
readonly show_vat_mention: {
|
|
97803
98362
|
readonly type: "boolean";
|
|
97804
|
-
readonly description: "
|
|
98363
|
+
readonly description: "Deprecated field: vat mention is now always shown on PDF";
|
|
98364
|
+
readonly deprecated: true;
|
|
97805
98365
|
readonly example: true;
|
|
97806
98366
|
};
|
|
97807
98367
|
readonly show_bank_account: {
|
|
@@ -98124,7 +98684,8 @@ declare const InvoiceCreateWritableSchema: {
|
|
|
98124
98684
|
};
|
|
98125
98685
|
readonly eco_tax_id: {
|
|
98126
98686
|
readonly type: "integer";
|
|
98127
|
-
readonly
|
|
98687
|
+
readonly deprecated: true;
|
|
98688
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
98128
98689
|
readonly nullable: true;
|
|
98129
98690
|
};
|
|
98130
98691
|
readonly check_label_id: {
|
|
@@ -98140,8 +98701,9 @@ declare const InvoiceCreateWritableSchema: {
|
|
|
98140
98701
|
};
|
|
98141
98702
|
readonly vat_mention: {
|
|
98142
98703
|
readonly type: "string";
|
|
98704
|
+
readonly deprecated: true;
|
|
98143
98705
|
readonly nullable: true;
|
|
98144
|
-
readonly description: "VAT
|
|
98706
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
98145
98707
|
readonly maxLength: 255;
|
|
98146
98708
|
readonly example: "mention";
|
|
98147
98709
|
};
|
|
@@ -98793,7 +99355,8 @@ declare const ProgressInvoiceCreateWritableSchema: {
|
|
|
98793
99355
|
};
|
|
98794
99356
|
readonly eco_tax_id: {
|
|
98795
99357
|
readonly type: "integer";
|
|
98796
|
-
readonly
|
|
99358
|
+
readonly deprecated: true;
|
|
99359
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
98797
99360
|
readonly nullable: true;
|
|
98798
99361
|
};
|
|
98799
99362
|
readonly check_label_id: {
|
|
@@ -98810,7 +99373,7 @@ declare const ProgressInvoiceCreateWritableSchema: {
|
|
|
98810
99373
|
readonly vat_mention: {
|
|
98811
99374
|
readonly type: "string";
|
|
98812
99375
|
readonly nullable: true;
|
|
98813
|
-
readonly description: "VAT
|
|
99376
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
98814
99377
|
readonly maxLength: 255;
|
|
98815
99378
|
readonly example: "mention";
|
|
98816
99379
|
};
|
|
@@ -100345,7 +100908,8 @@ declare const OrderCreateWritableSchema: {
|
|
|
100345
100908
|
};
|
|
100346
100909
|
readonly eco_tax_id: {
|
|
100347
100910
|
readonly type: "integer";
|
|
100348
|
-
readonly
|
|
100911
|
+
readonly deprecated: true;
|
|
100912
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
100349
100913
|
readonly nullable: true;
|
|
100350
100914
|
};
|
|
100351
100915
|
readonly check_label_id: {
|
|
@@ -100362,7 +100926,8 @@ declare const OrderCreateWritableSchema: {
|
|
|
100362
100926
|
readonly vat_mention: {
|
|
100363
100927
|
readonly type: "string";
|
|
100364
100928
|
readonly nullable: true;
|
|
100365
|
-
readonly
|
|
100929
|
+
readonly deprecated: true;
|
|
100930
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the order.";
|
|
100366
100931
|
readonly maxLength: 255;
|
|
100367
100932
|
readonly example: "mention";
|
|
100368
100933
|
};
|
|
@@ -100643,7 +101208,8 @@ declare const OrderWritableSchema: {
|
|
|
100643
101208
|
};
|
|
100644
101209
|
readonly eco_tax_id: {
|
|
100645
101210
|
readonly type: "integer";
|
|
100646
|
-
readonly
|
|
101211
|
+
readonly deprecated: true;
|
|
101212
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
100647
101213
|
readonly nullable: true;
|
|
100648
101214
|
};
|
|
100649
101215
|
readonly check_label_id: {
|
|
@@ -100660,7 +101226,8 @@ declare const OrderWritableSchema: {
|
|
|
100660
101226
|
readonly vat_mention: {
|
|
100661
101227
|
readonly type: "string";
|
|
100662
101228
|
readonly nullable: true;
|
|
100663
|
-
readonly description: "VAT
|
|
101229
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the order.";
|
|
101230
|
+
readonly deprecated: true;
|
|
100664
101231
|
readonly maxLength: 255;
|
|
100665
101232
|
readonly example: "mention";
|
|
100666
101233
|
};
|
|
@@ -100822,7 +101389,8 @@ declare const OrderOneWritableSchema: {
|
|
|
100822
101389
|
};
|
|
100823
101390
|
readonly eco_tax_id: {
|
|
100824
101391
|
readonly type: "integer";
|
|
100825
|
-
readonly
|
|
101392
|
+
readonly deprecated: true;
|
|
101393
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
100826
101394
|
readonly nullable: true;
|
|
100827
101395
|
};
|
|
100828
101396
|
readonly check_label_id: {
|
|
@@ -100839,7 +101407,8 @@ declare const OrderOneWritableSchema: {
|
|
|
100839
101407
|
readonly vat_mention: {
|
|
100840
101408
|
readonly type: "string";
|
|
100841
101409
|
readonly nullable: true;
|
|
100842
|
-
readonly description: "VAT
|
|
101410
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the order.";
|
|
101411
|
+
readonly deprecated: true;
|
|
100843
101412
|
readonly maxLength: 255;
|
|
100844
101413
|
readonly example: "mention";
|
|
100845
101414
|
};
|
|
@@ -101229,12 +101798,18 @@ declare const CompanyPreferencesWritableSchema: {
|
|
|
101229
101798
|
readonly type: "string";
|
|
101230
101799
|
readonly description: "Exemption code following peppol VATEX code list : https://docs.peppol.eu/poacc/billing/3.0/codelist/vatex/";
|
|
101231
101800
|
readonly example: "VATEX-EU-AE";
|
|
101801
|
+
readonly nullable: true;
|
|
101232
101802
|
};
|
|
101233
101803
|
readonly is_einvoicing_compliant: {
|
|
101234
101804
|
readonly type: "boolean";
|
|
101235
101805
|
readonly description: "Is the tax compliant with e-invoicing regulations";
|
|
101236
101806
|
readonly example: true;
|
|
101237
101807
|
};
|
|
101808
|
+
readonly system_label: {
|
|
101809
|
+
readonly type: "string";
|
|
101810
|
+
readonly description: "System label of tax";
|
|
101811
|
+
readonly example: "Intracom";
|
|
101812
|
+
};
|
|
101238
101813
|
};
|
|
101239
101814
|
};
|
|
101240
101815
|
readonly payment_term: {
|
|
@@ -102703,7 +103278,8 @@ declare const ProgressInvoiceUpdateWritableSchema: {
|
|
|
102703
103278
|
};
|
|
102704
103279
|
readonly eco_tax_id: {
|
|
102705
103280
|
readonly type: "integer";
|
|
102706
|
-
readonly
|
|
103281
|
+
readonly deprecated: true;
|
|
103282
|
+
readonly description: "Deprecated field: eco tax use now product tax_id <br/> Eco tax ID\n";
|
|
102707
103283
|
readonly nullable: true;
|
|
102708
103284
|
};
|
|
102709
103285
|
readonly payment_method_ids: {
|
|
@@ -102734,7 +103310,8 @@ declare const ProgressInvoiceUpdateWritableSchema: {
|
|
|
102734
103310
|
readonly vat_mention: {
|
|
102735
103311
|
readonly type: "string";
|
|
102736
103312
|
readonly nullable: true;
|
|
102737
|
-
readonly description: "VAT
|
|
103313
|
+
readonly description: "Deprecated field: a default mention is now applied, depending on the VAT mode of the invoice.";
|
|
103314
|
+
readonly deprecated: true;
|
|
102738
103315
|
readonly maxLength: 255;
|
|
102739
103316
|
readonly example: "mention";
|
|
102740
103317
|
};
|
|
@@ -103185,8 +103762,7 @@ declare const getEstimates: <ThrowOnError extends boolean = false>(options?: Opt
|
|
|
103185
103762
|
/**
|
|
103186
103763
|
* Create estimate
|
|
103187
103764
|
*
|
|
103188
|
-
* Create an estimate
|
|
103189
|
-
* <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Important:</b> The field <code>rows[x].description</code> will become <u>required</u> in a future update.</div>
|
|
103765
|
+
* Create an estimate <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
103190
103766
|
*
|
|
103191
103767
|
*/
|
|
103192
103768
|
declare const createEstimate: <ThrowOnError extends boolean = false>(options?: Options<CreateEstimateData, ThrowOnError>) => RequestResult<CreateEstimateResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -103220,7 +103796,7 @@ declare const getEstimate: <ThrowOnError extends boolean = false>(options: Optio
|
|
|
103220
103796
|
/**
|
|
103221
103797
|
* Update estimate
|
|
103222
103798
|
*
|
|
103223
|
-
* Update an estimate <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>
|
|
103799
|
+
* Update an estimate <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
103224
103800
|
*
|
|
103225
103801
|
*/
|
|
103226
103802
|
declare const updateEstimate: <ThrowOnError extends boolean = false>(options: Options<UpdateEstimateData, ThrowOnError>) => RequestResult<UpdateEstimateResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -103343,7 +103919,7 @@ declare const getOrders: <ThrowOnError extends boolean = false>(options?: Option
|
|
|
103343
103919
|
/**
|
|
103344
103920
|
* Create an order
|
|
103345
103921
|
*
|
|
103346
|
-
* Create an order <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
103922
|
+
* Create an order <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
103347
103923
|
*
|
|
103348
103924
|
*/
|
|
103349
103925
|
declare const createOrder: <ThrowOnError extends boolean = false>(options?: Options<CreateOrderData, ThrowOnError>) => RequestResult<CreateOrderResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -103364,7 +103940,7 @@ declare const getOrder: <ThrowOnError extends boolean = false>(options: Options<
|
|
|
103364
103940
|
/**
|
|
103365
103941
|
* Update an order
|
|
103366
103942
|
*
|
|
103367
|
-
* Update a given order <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
103943
|
+
* Update a given order <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
103368
103944
|
*
|
|
103369
103945
|
*/
|
|
103370
103946
|
declare const updateOrder: <ThrowOnError extends boolean = false>(options: Options<UpdateOrderData, ThrowOnError>) => RequestResult<UpdateOrderResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -103833,7 +104409,8 @@ declare const getTaxes: <ThrowOnError extends boolean = false>(options?: Options
|
|
|
103833
104409
|
/**
|
|
103834
104410
|
* Create tax
|
|
103835
104411
|
*
|
|
103836
|
-
* Create a tax
|
|
104412
|
+
* Create a tax <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Important:</b> Due to e-invoicing regulations, tax creation with rate 0 will be impossible soon. Use exempted tax types instead. </div>
|
|
104413
|
+
*
|
|
103837
104414
|
*/
|
|
103838
104415
|
declare const createTax: <ThrowOnError extends boolean = false>(options?: Options<CreateTaxData, ThrowOnError>) => RequestResult<CreateTaxResponses, unknown, ThrowOnError, "fields">;
|
|
103839
104416
|
/**
|
|
@@ -104651,7 +105228,7 @@ declare const getInvoice: <ThrowOnError extends boolean = false>(options: Option
|
|
|
104651
105228
|
/**
|
|
104652
105229
|
* Update invoice
|
|
104653
105230
|
*
|
|
104654
|
-
* Update an invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105231
|
+
* Update an invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
104655
105232
|
*/
|
|
104656
105233
|
declare const updateInvoice: <ThrowOnError extends boolean = false>(options: Options<UpdateInvoiceData, ThrowOnError>) => RequestResult<UpdateInvoiceResponses, unknown, ThrowOnError, "fields">;
|
|
104657
105234
|
/**
|
|
@@ -104663,7 +105240,7 @@ declare const getInvoices: <ThrowOnError extends boolean = false>(options?: Opti
|
|
|
104663
105240
|
/**
|
|
104664
105241
|
* Create invoice
|
|
104665
105242
|
*
|
|
104666
|
-
* Create an invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105243
|
+
* Create an invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
104667
105244
|
*/
|
|
104668
105245
|
declare const createInvoice: <ThrowOnError extends boolean = false>(options?: Options<CreateInvoiceData, ThrowOnError>) => RequestResult<CreateInvoiceResponses, unknown, ThrowOnError, "fields">;
|
|
104669
105246
|
/**
|
|
@@ -104811,7 +105388,7 @@ declare const getCreditNote: <ThrowOnError extends boolean = false>(options: Opt
|
|
|
104811
105388
|
/**
|
|
104812
105389
|
* Update credit note
|
|
104813
105390
|
*
|
|
104814
|
-
* Update a credit note <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105391
|
+
* Update a credit note <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
104815
105392
|
*
|
|
104816
105393
|
*/
|
|
104817
105394
|
declare const updateCreditNote: <ThrowOnError extends boolean = false>(options: Options<UpdateCreditNoteData, ThrowOnError>) => RequestResult<UpdateCreditNoteResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -104824,7 +105401,7 @@ declare const getCreditNotes: <ThrowOnError extends boolean = false>(options?: O
|
|
|
104824
105401
|
/**
|
|
104825
105402
|
* Create credit note
|
|
104826
105403
|
*
|
|
104827
|
-
* Create a credit note <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105404
|
+
* Create a credit note <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
104828
105405
|
*
|
|
104829
105406
|
*/
|
|
104830
105407
|
declare const createCreditNote: <ThrowOnError extends boolean = false>(options?: Options<CreateCreditNoteData, ThrowOnError>) => RequestResult<CreateCreditNoteResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -105154,7 +105731,7 @@ declare const getModels: <ThrowOnError extends boolean = false>(options?: Option
|
|
|
105154
105731
|
/**
|
|
105155
105732
|
* Create a document model
|
|
105156
105733
|
*
|
|
105157
|
-
* Create a document model <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105734
|
+
* Create a document model <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
105158
105735
|
*
|
|
105159
105736
|
*/
|
|
105160
105737
|
declare const createModel: <ThrowOnError extends boolean = false>(options?: Options<CreateModelData, ThrowOnError>) => RequestResult<CreateModelResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -105168,7 +105745,7 @@ declare const getModel: <ThrowOnError extends boolean = false>(options: Options<
|
|
|
105168
105745
|
/**
|
|
105169
105746
|
* Update document model
|
|
105170
105747
|
*
|
|
105171
|
-
* Update a document model <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105748
|
+
* Update a document model <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
105172
105749
|
*
|
|
105173
105750
|
*/
|
|
105174
105751
|
declare const updateModel: <ThrowOnError extends boolean = false>(options: Options<UpdateModelData, ThrowOnError>) => RequestResult<UpdateModelResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -105240,7 +105817,7 @@ declare const getDepositInvoices: <ThrowOnError extends boolean = false>(options
|
|
|
105240
105817
|
/**
|
|
105241
105818
|
* Create a deposit invoice
|
|
105242
105819
|
*
|
|
105243
|
-
* Create a deposit invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br />Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div>
|
|
105820
|
+
* Create a deposit invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li><li>The field <code>rows[x].tax_id</code> will not accept non-compliant taxes in a future update.</li></ul></div>
|
|
105244
105821
|
*
|
|
105245
105822
|
*/
|
|
105246
105823
|
declare const createDepositInvoice: <ThrowOnError extends boolean = false>(options?: Options<CreateDepositInvoiceData, ThrowOnError>) => RequestResult<CreateDepositInvoiceResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -105356,7 +105933,7 @@ declare const updateDepositInvoiceCustomFields: <ThrowOnError extends boolean =
|
|
|
105356
105933
|
/**
|
|
105357
105934
|
* Create a Progress invoice
|
|
105358
105935
|
*
|
|
105359
|
-
* Create a Progress invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105936
|
+
* Create a Progress invoice <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li></ul></div>
|
|
105360
105937
|
*
|
|
105361
105938
|
*/
|
|
105362
105939
|
declare const createProgressInvoice: <ThrowOnError extends boolean = false>(options?: Options<CreateProgressInvoiceData, ThrowOnError>) => RequestResult<CreateProgressInvoiceResponses, unknown, ThrowOnError, "fields">;
|
|
@@ -105370,7 +105947,7 @@ declare const computeProgressInvoice: <ThrowOnError extends boolean = false>(opt
|
|
|
105370
105947
|
/**
|
|
105371
105948
|
* Update a progress invoice
|
|
105372
105949
|
*
|
|
105373
|
-
* Update a progress invoice. <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks
|
|
105950
|
+
* Update a progress invoice. <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>This route is available in open beta.</b><br /> Please note that its specifications are potentially subject to significant and breaking changes in the coming weeks.</div> <br /> <div style="padding:17px; border-radius: 2px; margin-bottom: 4px; line-height: 1.5em; color: #9A7D36; background-color: #fff2cf; cursor: default;"><b>Electronic invoicing reform</b><br /> <br /> <ul><li>The field <code>rows[x].description</code> will become <u>required</u> in a future update.</li></ul></div>
|
|
105374
105951
|
*
|
|
105375
105952
|
*/
|
|
105376
105953
|
declare const updateProgressInvoice: <ThrowOnError extends boolean = false>(options: Options<UpdateProgressInvoiceData, ThrowOnError>) => RequestResult<UpdateProgressInvoiceResponses, unknown, ThrowOnError, "fields">;
|