@getyetty-sdk/sellsy 2026.2.13 → 2026.2.19

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
@@ -1718,6 +1718,14 @@ type EstimateCreate = _heyapi_414_ & {
1718
1718
  * Show discount column
1719
1719
  */
1720
1720
  show_discount_column?: boolean;
1721
+ /**
1722
+ * Show legal text dedicated to European VAT
1723
+ */
1724
+ show_vat_law_text?: boolean;
1725
+ /**
1726
+ * Show legal text on late payment interests
1727
+ */
1728
+ show_late_penalty_warning_text?: boolean;
1721
1729
  };
1722
1730
  /**
1723
1731
  * Shipping options
@@ -3199,6 +3207,14 @@ type SaleEmbed = {
3199
3207
  * Show discount column
3200
3208
  */
3201
3209
  show_discount_column?: boolean;
3210
+ /**
3211
+ * Show legal text dedicated to European VAT
3212
+ */
3213
+ show_vat_law_text?: boolean;
3214
+ /**
3215
+ * Show legal text on late payment interests
3216
+ */
3217
+ show_late_penalty_warning_text?: boolean;
3202
3218
  };
3203
3219
  /**
3204
3220
  * Shipping settings
@@ -13520,6 +13536,14 @@ type InvoiceOrProgressInvoiceOne = InvoiceOne | (_heyapi_514_ & {
13520
13536
  * Show barcode image
13521
13537
  */
13522
13538
  show_barcode_images?: boolean;
13539
+ /**
13540
+ * Show legal text dedicated to European VAT
13541
+ */
13542
+ show_vat_law_text?: boolean;
13543
+ /**
13544
+ * Show legal text on late payment interests
13545
+ */
13546
+ show_late_penalty_warning_text?: boolean;
13523
13547
  };
13524
13548
  } & _heyapi_428_;
13525
13549
  file?: _heyapi_574_;
@@ -21245,6 +21269,14 @@ type EstimateCreateWritable = _heyapi_414_ & {
21245
21269
  * Show discount column
21246
21270
  */
21247
21271
  show_discount_column?: boolean;
21272
+ /**
21273
+ * Show legal text dedicated to European VAT
21274
+ */
21275
+ show_vat_law_text?: boolean;
21276
+ /**
21277
+ * Show legal text on late payment interests
21278
+ */
21279
+ show_late_penalty_warning_text?: boolean;
21248
21280
  };
21249
21281
  /**
21250
21282
  * Shipping options
@@ -22451,6 +22483,14 @@ type SaleEmbedWritable = {
22451
22483
  * Show discount column
22452
22484
  */
22453
22485
  show_discount_column?: boolean;
22486
+ /**
22487
+ * Show legal text dedicated to European VAT
22488
+ */
22489
+ show_vat_law_text?: boolean;
22490
+ /**
22491
+ * Show legal text on late payment interests
22492
+ */
22493
+ show_late_penalty_warning_text?: boolean;
22454
22494
  };
22455
22495
  /**
22456
22496
  * Shipping settings
@@ -26829,6 +26869,14 @@ type InvoiceOrProgressInvoiceOneWritable = InvoiceOneWritable | (_heyapi_514_ &
26829
26869
  * Show barcode image
26830
26870
  */
26831
26871
  show_barcode_images?: boolean;
26872
+ /**
26873
+ * Show legal text dedicated to European VAT
26874
+ */
26875
+ show_vat_law_text?: boolean;
26876
+ /**
26877
+ * Show legal text on late payment interests
26878
+ */
26879
+ show_late_penalty_warning_text?: boolean;
26832
26880
  };
26833
26881
  } & _heyapi_428_;
26834
26882
  file?: _heyapi_574_;
@@ -59985,6 +60033,16 @@ declare const EstimateCreateSchema: {
59985
60033
  readonly description: "Show discount column";
59986
60034
  readonly example: true;
59987
60035
  };
60036
+ readonly show_vat_law_text: {
60037
+ readonly type: "boolean";
60038
+ readonly description: "Show legal text dedicated to European VAT";
60039
+ readonly example: true;
60040
+ };
60041
+ readonly show_late_penalty_warning_text: {
60042
+ readonly type: "boolean";
60043
+ readonly description: "Show legal text on late payment interests";
60044
+ readonly example: true;
60045
+ };
59988
60046
  };
59989
60047
  };
59990
60048
  readonly shipping: {
@@ -62329,6 +62387,16 @@ declare const SaleEmbedSchema: {
62329
62387
  readonly description: "Show discount column";
62330
62388
  readonly example: true;
62331
62389
  };
62390
+ readonly show_vat_law_text: {
62391
+ readonly type: "boolean";
62392
+ readonly description: "Show legal text dedicated to European VAT";
62393
+ readonly example: true;
62394
+ };
62395
+ readonly show_late_penalty_warning_text: {
62396
+ readonly type: "boolean";
62397
+ readonly description: "Show legal text on late payment interests";
62398
+ readonly example: true;
62399
+ };
62332
62400
  };
62333
62401
  };
62334
62402
  readonly shipping: {
@@ -78600,6 +78668,16 @@ declare const InvoiceOrProgressInvoiceOneSchema: {
78600
78668
  readonly description: "Show barcode image";
78601
78669
  readonly example: true;
78602
78670
  };
78671
+ readonly show_vat_law_text: {
78672
+ readonly type: "boolean";
78673
+ readonly description: "Show legal text dedicated to European VAT";
78674
+ readonly example: true;
78675
+ };
78676
+ readonly show_late_penalty_warning_text: {
78677
+ readonly type: "boolean";
78678
+ readonly description: "Show legal text on late payment interests";
78679
+ readonly example: true;
78680
+ };
78603
78681
  };
78604
78682
  }];
78605
78683
  };
@@ -90558,6 +90636,16 @@ declare const EstimateCreateWritableSchema: {
90558
90636
  readonly description: "Show discount column";
90559
90637
  readonly example: true;
90560
90638
  };
90639
+ readonly show_vat_law_text: {
90640
+ readonly type: "boolean";
90641
+ readonly description: "Show legal text dedicated to European VAT";
90642
+ readonly example: true;
90643
+ };
90644
+ readonly show_late_penalty_warning_text: {
90645
+ readonly type: "boolean";
90646
+ readonly description: "Show legal text on late payment interests";
90647
+ readonly example: true;
90648
+ };
90561
90649
  };
90562
90650
  };
90563
90651
  readonly shipping: {
@@ -92501,6 +92589,16 @@ declare const SaleEmbedWritableSchema: {
92501
92589
  readonly description: "Show discount column";
92502
92590
  readonly example: true;
92503
92591
  };
92592
+ readonly show_vat_law_text: {
92593
+ readonly type: "boolean";
92594
+ readonly description: "Show legal text dedicated to European VAT";
92595
+ readonly example: true;
92596
+ };
92597
+ readonly show_late_penalty_warning_text: {
92598
+ readonly type: "boolean";
92599
+ readonly description: "Show legal text on late payment interests";
92600
+ readonly example: true;
92601
+ };
92504
92602
  };
92505
92603
  };
92506
92604
  readonly shipping: {
@@ -98727,6 +98825,16 @@ declare const InvoiceOrProgressInvoiceOneWritableSchema: {
98727
98825
  readonly description: "Show barcode image";
98728
98826
  readonly example: true;
98729
98827
  };
98828
+ readonly show_vat_law_text: {
98829
+ readonly type: "boolean";
98830
+ readonly description: "Show legal text dedicated to European VAT";
98831
+ readonly example: true;
98832
+ };
98833
+ readonly show_late_penalty_warning_text: {
98834
+ readonly type: "boolean";
98835
+ readonly description: "Show legal text on late payment interests";
98836
+ readonly example: true;
98837
+ };
98730
98838
  };
98731
98839
  }];
98732
98840
  };