@getyetty-sdk/sellsy 2026.7.3 → 2026.7.8
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 +31 -8
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +17 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17836,7 +17836,7 @@ const RecordPaymentSchema = {
|
|
|
17836
17836
|
example: "20"
|
|
17837
17837
|
},
|
|
17838
17838
|
vat_amount: { type: "string" },
|
|
17839
|
-
|
|
17839
|
+
amount_excl_vat: { type: "string" }
|
|
17840
17840
|
}
|
|
17841
17841
|
}
|
|
17842
17842
|
},
|
|
@@ -17871,7 +17871,6 @@ const PaymentContextSchema = {
|
|
|
17871
17871
|
properties: {
|
|
17872
17872
|
id: { type: "integer" },
|
|
17873
17873
|
type: { type: "string" },
|
|
17874
|
-
third_id: { type: "integer" },
|
|
17875
17874
|
total_amount: { type: "string" },
|
|
17876
17875
|
due_amount: { type: "string" },
|
|
17877
17876
|
currency_id: { type: "integer" },
|
|
@@ -17889,7 +17888,7 @@ const PaymentContextSchema = {
|
|
|
17889
17888
|
label: { type: "string" },
|
|
17890
17889
|
system_label: { type: "string" },
|
|
17891
17890
|
vat_amount: { type: "string" },
|
|
17892
|
-
|
|
17891
|
+
amount_excl_vat: { type: "string" }
|
|
17893
17892
|
}
|
|
17894
17893
|
}
|
|
17895
17894
|
},
|
|
@@ -26600,6 +26599,11 @@ const ComputedProgresssInvoiceSchema = {
|
|
|
26600
26599
|
amount: {
|
|
26601
26600
|
type: "string",
|
|
26602
26601
|
description: "Tax amount"
|
|
26602
|
+
},
|
|
26603
|
+
category: {
|
|
26604
|
+
type: "string",
|
|
26605
|
+
description: "Tax category code (EN 16931), e.g. K for intra-community VAT. Null when the tax has no category.",
|
|
26606
|
+
nullable: true
|
|
26603
26607
|
}
|
|
26604
26608
|
}
|
|
26605
26609
|
}
|
|
@@ -36437,6 +36441,11 @@ const ProgressInvoiceMetadataSchema = {
|
|
|
36437
36441
|
amount: {
|
|
36438
36442
|
type: "string",
|
|
36439
36443
|
description: "Tax amount"
|
|
36444
|
+
},
|
|
36445
|
+
category: {
|
|
36446
|
+
type: "string",
|
|
36447
|
+
description: "Tax category code (EN 16931), e.g. K for intra-community VAT. Null when the tax has no category.",
|
|
36448
|
+
nullable: true
|
|
36440
36449
|
}
|
|
36441
36450
|
}
|
|
36442
36451
|
}
|
|
@@ -55130,6 +55139,11 @@ const ProgressInvoiceMetadataWritableSchema = {
|
|
|
55130
55139
|
amount: {
|
|
55131
55140
|
type: "string",
|
|
55132
55141
|
description: "Tax amount"
|
|
55142
|
+
},
|
|
55143
|
+
category: {
|
|
55144
|
+
type: "string",
|
|
55145
|
+
description: "Tax category code (EN 16931), e.g. K for intra-community VAT. Null when the tax has no category.",
|
|
55146
|
+
nullable: true
|
|
55133
55147
|
}
|
|
55134
55148
|
}
|
|
55135
55149
|
}
|