@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 +108 -0
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +60 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2868,6 +2868,16 @@ const EstimateCreateSchema = { allOf: [{ $ref: "#/components/schemas/Estimate/al
|
|
|
2868
2868
|
type: "boolean",
|
|
2869
2869
|
description: "Show discount column",
|
|
2870
2870
|
example: true
|
|
2871
|
+
},
|
|
2872
|
+
show_vat_law_text: {
|
|
2873
|
+
type: "boolean",
|
|
2874
|
+
description: "Show legal text dedicated to European VAT",
|
|
2875
|
+
example: true
|
|
2876
|
+
},
|
|
2877
|
+
show_late_penalty_warning_text: {
|
|
2878
|
+
type: "boolean",
|
|
2879
|
+
description: "Show legal text on late payment interests",
|
|
2880
|
+
example: true
|
|
2871
2881
|
}
|
|
2872
2882
|
}
|
|
2873
2883
|
},
|
|
@@ -5248,6 +5258,16 @@ const SaleEmbedSchema = {
|
|
|
5248
5258
|
type: "boolean",
|
|
5249
5259
|
description: "Show discount column",
|
|
5250
5260
|
example: true
|
|
5261
|
+
},
|
|
5262
|
+
show_vat_law_text: {
|
|
5263
|
+
type: "boolean",
|
|
5264
|
+
description: "Show legal text dedicated to European VAT",
|
|
5265
|
+
example: true
|
|
5266
|
+
},
|
|
5267
|
+
show_late_penalty_warning_text: {
|
|
5268
|
+
type: "boolean",
|
|
5269
|
+
description: "Show legal text on late payment interests",
|
|
5270
|
+
example: true
|
|
5251
5271
|
}
|
|
5252
5272
|
}
|
|
5253
5273
|
},
|
|
@@ -21945,6 +21965,16 @@ const InvoiceOrProgressInvoiceOneSchema = { oneOf: [{ $ref: "#/components/schema
|
|
|
21945
21965
|
type: "boolean",
|
|
21946
21966
|
description: "Show barcode image",
|
|
21947
21967
|
example: true
|
|
21968
|
+
},
|
|
21969
|
+
show_vat_law_text: {
|
|
21970
|
+
type: "boolean",
|
|
21971
|
+
description: "Show legal text dedicated to European VAT",
|
|
21972
|
+
example: true
|
|
21973
|
+
},
|
|
21974
|
+
show_late_penalty_warning_text: {
|
|
21975
|
+
type: "boolean",
|
|
21976
|
+
description: "Show legal text on late payment interests",
|
|
21977
|
+
example: true
|
|
21948
21978
|
}
|
|
21949
21979
|
}
|
|
21950
21980
|
}] } }
|
|
@@ -33982,6 +34012,16 @@ const EstimateCreateWritableSchema = { allOf: [{ $ref: "#/components/schemas/Est
|
|
|
33982
34012
|
type: "boolean",
|
|
33983
34013
|
description: "Show discount column",
|
|
33984
34014
|
example: true
|
|
34015
|
+
},
|
|
34016
|
+
show_vat_law_text: {
|
|
34017
|
+
type: "boolean",
|
|
34018
|
+
description: "Show legal text dedicated to European VAT",
|
|
34019
|
+
example: true
|
|
34020
|
+
},
|
|
34021
|
+
show_late_penalty_warning_text: {
|
|
34022
|
+
type: "boolean",
|
|
34023
|
+
description: "Show legal text on late payment interests",
|
|
34024
|
+
example: true
|
|
33985
34025
|
}
|
|
33986
34026
|
}
|
|
33987
34027
|
},
|
|
@@ -35919,6 +35959,16 @@ const SaleEmbedWritableSchema = {
|
|
|
35919
35959
|
type: "boolean",
|
|
35920
35960
|
description: "Show discount column",
|
|
35921
35961
|
example: true
|
|
35962
|
+
},
|
|
35963
|
+
show_vat_law_text: {
|
|
35964
|
+
type: "boolean",
|
|
35965
|
+
description: "Show legal text dedicated to European VAT",
|
|
35966
|
+
example: true
|
|
35967
|
+
},
|
|
35968
|
+
show_late_penalty_warning_text: {
|
|
35969
|
+
type: "boolean",
|
|
35970
|
+
description: "Show legal text on late payment interests",
|
|
35971
|
+
example: true
|
|
35922
35972
|
}
|
|
35923
35973
|
}
|
|
35924
35974
|
},
|
|
@@ -42313,6 +42363,16 @@ const InvoiceOrProgressInvoiceOneWritableSchema = { oneOf: [{ $ref: "#/component
|
|
|
42313
42363
|
type: "boolean",
|
|
42314
42364
|
description: "Show barcode image",
|
|
42315
42365
|
example: true
|
|
42366
|
+
},
|
|
42367
|
+
show_vat_law_text: {
|
|
42368
|
+
type: "boolean",
|
|
42369
|
+
description: "Show legal text dedicated to European VAT",
|
|
42370
|
+
example: true
|
|
42371
|
+
},
|
|
42372
|
+
show_late_penalty_warning_text: {
|
|
42373
|
+
type: "boolean",
|
|
42374
|
+
description: "Show legal text on late payment interests",
|
|
42375
|
+
example: true
|
|
42316
42376
|
}
|
|
42317
42377
|
}
|
|
42318
42378
|
}] } }
|