@getyetty-sdk/sellsy 2026.7.2 → 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 +684 -480
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +218 -14
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7474,7 +7474,13 @@ const DealsSchema = {
|
|
|
7474
7474
|
"creditnote",
|
|
7475
7475
|
"estimate",
|
|
7476
7476
|
"order",
|
|
7477
|
-
"delivery"
|
|
7477
|
+
"delivery",
|
|
7478
|
+
"model",
|
|
7479
|
+
"purchase-invoice",
|
|
7480
|
+
"purchase-creditnote",
|
|
7481
|
+
"purchase-order",
|
|
7482
|
+
"purchase-delivery",
|
|
7483
|
+
"item"
|
|
7478
7484
|
]
|
|
7479
7485
|
}
|
|
7480
7486
|
}
|
|
@@ -11965,6 +11971,26 @@ const TaskItemSchema = {
|
|
|
11965
11971
|
{
|
|
11966
11972
|
$ref: "#/components/schemas/EstimateOne/allOf/0",
|
|
11967
11973
|
title: "Estimate"
|
|
11974
|
+
},
|
|
11975
|
+
{
|
|
11976
|
+
$ref: "#/components/schemas/ModelOne/allOf/0",
|
|
11977
|
+
title: "Model"
|
|
11978
|
+
},
|
|
11979
|
+
{
|
|
11980
|
+
$ref: "#/components/schemas/purCreditNoteOne/allOf/0",
|
|
11981
|
+
title: "Purchase Credit Note"
|
|
11982
|
+
},
|
|
11983
|
+
{
|
|
11984
|
+
$ref: "#/components/schemas/purDeliveryOne/allOf/0",
|
|
11985
|
+
title: "Purchase Delivery"
|
|
11986
|
+
},
|
|
11987
|
+
{
|
|
11988
|
+
$ref: "#/components/schemas/purInvoiceOne/allOf/0",
|
|
11989
|
+
title: "Purchase Invoice"
|
|
11990
|
+
},
|
|
11991
|
+
{
|
|
11992
|
+
$ref: "#/components/schemas/purOrderOne/allOf/0",
|
|
11993
|
+
title: "Purchase Order"
|
|
11968
11994
|
}
|
|
11969
11995
|
] }
|
|
11970
11996
|
},
|
|
@@ -12119,7 +12145,13 @@ const TaskCreateItemSchema = {
|
|
|
12119
12145
|
"invoice",
|
|
12120
12146
|
"creditnote",
|
|
12121
12147
|
"order",
|
|
12122
|
-
"delivery"
|
|
12148
|
+
"delivery",
|
|
12149
|
+
"model",
|
|
12150
|
+
"purchase-invoice",
|
|
12151
|
+
"purchase-creditnote",
|
|
12152
|
+
"purchase-order",
|
|
12153
|
+
"purchase-delivery",
|
|
12154
|
+
"item"
|
|
12123
12155
|
]
|
|
12124
12156
|
}
|
|
12125
12157
|
}
|
|
@@ -12171,7 +12203,13 @@ const TaskCreateItemSchema = {
|
|
|
12171
12203
|
"invoice",
|
|
12172
12204
|
"creditnote",
|
|
12173
12205
|
"order",
|
|
12174
|
-
"delivery"
|
|
12206
|
+
"delivery",
|
|
12207
|
+
"model",
|
|
12208
|
+
"purchase-invoice",
|
|
12209
|
+
"purchase-creditnote",
|
|
12210
|
+
"purchase-order",
|
|
12211
|
+
"purchase-delivery",
|
|
12212
|
+
"item"
|
|
12175
12213
|
]
|
|
12176
12214
|
}
|
|
12177
12215
|
}
|
|
@@ -12302,7 +12340,13 @@ const TaskUpdateItemSchema = {
|
|
|
12302
12340
|
"invoice",
|
|
12303
12341
|
"creditnote",
|
|
12304
12342
|
"order",
|
|
12305
|
-
"delivery"
|
|
12343
|
+
"delivery",
|
|
12344
|
+
"model",
|
|
12345
|
+
"purchase-invoice",
|
|
12346
|
+
"purchase-creditnote",
|
|
12347
|
+
"purchase-order",
|
|
12348
|
+
"purchase-delivery",
|
|
12349
|
+
"item"
|
|
12306
12350
|
]
|
|
12307
12351
|
}
|
|
12308
12352
|
}
|
|
@@ -12659,7 +12703,13 @@ const LabelBaseItemSchema = {
|
|
|
12659
12703
|
"creditnote",
|
|
12660
12704
|
"estimate",
|
|
12661
12705
|
"order",
|
|
12662
|
-
"delivery"
|
|
12706
|
+
"delivery",
|
|
12707
|
+
"model",
|
|
12708
|
+
"purchase-invoice",
|
|
12709
|
+
"purchase-creditnote",
|
|
12710
|
+
"purchase-order",
|
|
12711
|
+
"purchase-delivery",
|
|
12712
|
+
"item"
|
|
12663
12713
|
]
|
|
12664
12714
|
}
|
|
12665
12715
|
}
|
|
@@ -12813,6 +12863,7 @@ const SearchResultSchema = {
|
|
|
12813
12863
|
"estimate",
|
|
12814
12864
|
"creditnote",
|
|
12815
12865
|
"order",
|
|
12866
|
+
"model",
|
|
12816
12867
|
"delivery",
|
|
12817
12868
|
"proforma",
|
|
12818
12869
|
"staff",
|
|
@@ -13244,7 +13295,7 @@ const SearchResultSchema = {
|
|
|
13244
13295
|
"read",
|
|
13245
13296
|
"accepted",
|
|
13246
13297
|
"expired",
|
|
13247
|
-
"
|
|
13298
|
+
"partialinvoiced",
|
|
13248
13299
|
"invoiced",
|
|
13249
13300
|
"stored",
|
|
13250
13301
|
"spent",
|
|
@@ -13715,6 +13766,7 @@ const SearchResultBaseItemSchema = {
|
|
|
13715
13766
|
"estimate",
|
|
13716
13767
|
"creditnote",
|
|
13717
13768
|
"order",
|
|
13769
|
+
"model",
|
|
13718
13770
|
"delivery",
|
|
13719
13771
|
"proforma",
|
|
13720
13772
|
"staff",
|
|
@@ -17784,7 +17836,7 @@ const RecordPaymentSchema = {
|
|
|
17784
17836
|
example: "20"
|
|
17785
17837
|
},
|
|
17786
17838
|
vat_amount: { type: "string" },
|
|
17787
|
-
|
|
17839
|
+
amount_excl_vat: { type: "string" }
|
|
17788
17840
|
}
|
|
17789
17841
|
}
|
|
17790
17842
|
},
|
|
@@ -17819,7 +17871,6 @@ const PaymentContextSchema = {
|
|
|
17819
17871
|
properties: {
|
|
17820
17872
|
id: { type: "integer" },
|
|
17821
17873
|
type: { type: "string" },
|
|
17822
|
-
third_id: { type: "integer" },
|
|
17823
17874
|
total_amount: { type: "string" },
|
|
17824
17875
|
due_amount: { type: "string" },
|
|
17825
17876
|
currency_id: { type: "integer" },
|
|
@@ -17837,7 +17888,7 @@ const PaymentContextSchema = {
|
|
|
17837
17888
|
label: { type: "string" },
|
|
17838
17889
|
system_label: { type: "string" },
|
|
17839
17890
|
vat_amount: { type: "string" },
|
|
17840
|
-
|
|
17891
|
+
amount_excl_vat: { type: "string" }
|
|
17841
17892
|
}
|
|
17842
17893
|
}
|
|
17843
17894
|
},
|
|
@@ -26548,6 +26599,11 @@ const ComputedProgresssInvoiceSchema = {
|
|
|
26548
26599
|
amount: {
|
|
26549
26600
|
type: "string",
|
|
26550
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
|
|
26551
26607
|
}
|
|
26552
26608
|
}
|
|
26553
26609
|
}
|
|
@@ -32147,7 +32203,8 @@ const CompanyPreferencesSchema = {
|
|
|
32147
32203
|
system_label: {
|
|
32148
32204
|
type: "string",
|
|
32149
32205
|
description: "System label of tax",
|
|
32150
|
-
example: "Intracom"
|
|
32206
|
+
example: "Intracom",
|
|
32207
|
+
nullable: true
|
|
32151
32208
|
}
|
|
32152
32209
|
}
|
|
32153
32210
|
},
|
|
@@ -36384,6 +36441,11 @@ const ProgressInvoiceMetadataSchema = {
|
|
|
36384
36441
|
amount: {
|
|
36385
36442
|
type: "string",
|
|
36386
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
|
|
36387
36449
|
}
|
|
36388
36450
|
}
|
|
36389
36451
|
}
|
|
@@ -37798,6 +37860,23 @@ const purInvoiceOneSchema = {
|
|
|
37798
37860
|
description: "Purchase invoice number",
|
|
37799
37861
|
example: "F_INV-20250916-00002"
|
|
37800
37862
|
},
|
|
37863
|
+
amounts: {
|
|
37864
|
+
type: "object",
|
|
37865
|
+
readOnly: true,
|
|
37866
|
+
description: "Amounts of the purchase invoice",
|
|
37867
|
+
properties: {
|
|
37868
|
+
total_excl_tax: {
|
|
37869
|
+
type: "string",
|
|
37870
|
+
description: "Total amount without taxes",
|
|
37871
|
+
example: "933.07"
|
|
37872
|
+
},
|
|
37873
|
+
total_incl_tax: {
|
|
37874
|
+
type: "string",
|
|
37875
|
+
description: "Total amount including taxes",
|
|
37876
|
+
example: "1119.68"
|
|
37877
|
+
}
|
|
37878
|
+
}
|
|
37879
|
+
},
|
|
37801
37880
|
related: {
|
|
37802
37881
|
description: "Objects linked to the purchase invoice :\n - There can be only one company or one individual at a time (required)\n - For Company & Individual, only `supplier` type is allowed\n - Contact is the contact of company linked to the purchase invoice. There may be no or one contact.\n - Opportunity is the opportunity linked to the purchase invoice. There may be zero or more opportunities linked to purchase invoice\n",
|
|
37803
37882
|
type: "array",
|
|
@@ -37823,6 +37902,20 @@ const purInvoiceOneSchema = {
|
|
|
37823
37902
|
}
|
|
37824
37903
|
}
|
|
37825
37904
|
}
|
|
37905
|
+
},
|
|
37906
|
+
status: {
|
|
37907
|
+
type: "string",
|
|
37908
|
+
readOnly: true,
|
|
37909
|
+
description: "Status of the purchase invoice",
|
|
37910
|
+
example: "paid",
|
|
37911
|
+
enum: [
|
|
37912
|
+
"draft",
|
|
37913
|
+
"due",
|
|
37914
|
+
"payinprogress",
|
|
37915
|
+
"paid",
|
|
37916
|
+
"late",
|
|
37917
|
+
"cancelled"
|
|
37918
|
+
]
|
|
37826
37919
|
}
|
|
37827
37920
|
}
|
|
37828
37921
|
}]
|
|
@@ -37844,6 +37937,23 @@ const purCreditNoteOneSchema = {
|
|
|
37844
37937
|
description: "Purchase credit note number",
|
|
37845
37938
|
example: "F_AVR-20250916-00002"
|
|
37846
37939
|
},
|
|
37940
|
+
amounts: {
|
|
37941
|
+
type: "object",
|
|
37942
|
+
readOnly: true,
|
|
37943
|
+
description: "Amounts of the purchase credit note",
|
|
37944
|
+
properties: {
|
|
37945
|
+
total_excl_tax: {
|
|
37946
|
+
type: "string",
|
|
37947
|
+
description: "Total amount without taxes",
|
|
37948
|
+
example: "933.07"
|
|
37949
|
+
},
|
|
37950
|
+
total_incl_tax: {
|
|
37951
|
+
type: "string",
|
|
37952
|
+
description: "Total amount including taxes",
|
|
37953
|
+
example: "1119.68"
|
|
37954
|
+
}
|
|
37955
|
+
}
|
|
37956
|
+
},
|
|
37847
37957
|
related: {
|
|
37848
37958
|
description: "Objects linked to the purchase credit note :\n - There can be only one company or one individual at a time (required)\n - For Company & Individual, only `supplier` type is allowed\n - Contact is the contact of company linked to the purchase credit note. There may be no or one contact.\n - Opportunity is the opportunity linked to the purchase credit note. There may be zero or more opportunities linked to purchase credit note\n",
|
|
37849
37959
|
type: "array",
|
|
@@ -37869,6 +37979,19 @@ const purCreditNoteOneSchema = {
|
|
|
37869
37979
|
}
|
|
37870
37980
|
}
|
|
37871
37981
|
}
|
|
37982
|
+
},
|
|
37983
|
+
status: {
|
|
37984
|
+
type: "string",
|
|
37985
|
+
readOnly: true,
|
|
37986
|
+
description: "Status of the purchase credit note",
|
|
37987
|
+
example: "spent",
|
|
37988
|
+
enum: [
|
|
37989
|
+
"draft",
|
|
37990
|
+
"stored",
|
|
37991
|
+
"partialspend",
|
|
37992
|
+
"spent",
|
|
37993
|
+
"cancelled"
|
|
37994
|
+
]
|
|
37872
37995
|
}
|
|
37873
37996
|
}
|
|
37874
37997
|
}]
|
|
@@ -37890,6 +38013,23 @@ const purDeliveryOneSchema = {
|
|
|
37890
38013
|
description: "Purchase delivery number",
|
|
37891
38014
|
example: "F_DEL-20250916-00002"
|
|
37892
38015
|
},
|
|
38016
|
+
amounts: {
|
|
38017
|
+
type: "object",
|
|
38018
|
+
readOnly: true,
|
|
38019
|
+
description: "Amounts of the purchase delivery",
|
|
38020
|
+
properties: {
|
|
38021
|
+
total_excl_tax: {
|
|
38022
|
+
type: "string",
|
|
38023
|
+
description: "Total amount without taxes",
|
|
38024
|
+
example: "933.07"
|
|
38025
|
+
},
|
|
38026
|
+
total_incl_tax: {
|
|
38027
|
+
type: "string",
|
|
38028
|
+
description: "Total amount including taxes",
|
|
38029
|
+
example: "1119.68"
|
|
38030
|
+
}
|
|
38031
|
+
}
|
|
38032
|
+
},
|
|
37893
38033
|
related: {
|
|
37894
38034
|
description: "Objects linked to the purchase delivery :\n - There can be only one company or one individual at a time (required)\n - For Company & Individual, only `supplier` type is allowed\n - Contact is the contact of company linked to the purchase delivery. There may be no or one contact.\n - Opportunity is the opportunity linked to the purchase delivery. There may be zero or more opportunities linked to purchase delivery\n",
|
|
37895
38035
|
type: "array",
|
|
@@ -37915,6 +38055,17 @@ const purDeliveryOneSchema = {
|
|
|
37915
38055
|
}
|
|
37916
38056
|
}
|
|
37917
38057
|
}
|
|
38058
|
+
},
|
|
38059
|
+
status: {
|
|
38060
|
+
type: "string",
|
|
38061
|
+
readOnly: true,
|
|
38062
|
+
description: "Status of the purchase delivery",
|
|
38063
|
+
example: "invoiced",
|
|
38064
|
+
enum: [
|
|
38065
|
+
"draft",
|
|
38066
|
+
"partialinvoiced",
|
|
38067
|
+
"invoiced"
|
|
38068
|
+
]
|
|
37918
38069
|
}
|
|
37919
38070
|
}
|
|
37920
38071
|
}]
|
|
@@ -37936,6 +38087,23 @@ const purOrderOneSchema = {
|
|
|
37936
38087
|
description: "Purchase order number",
|
|
37937
38088
|
example: "F_ORD-20250916-00002"
|
|
37938
38089
|
},
|
|
38090
|
+
amounts: {
|
|
38091
|
+
type: "object",
|
|
38092
|
+
readOnly: true,
|
|
38093
|
+
description: "Amounts of the purchase order",
|
|
38094
|
+
properties: {
|
|
38095
|
+
total_excl_tax: {
|
|
38096
|
+
type: "string",
|
|
38097
|
+
description: "Total amount without taxes",
|
|
38098
|
+
example: "933.07"
|
|
38099
|
+
},
|
|
38100
|
+
total_incl_tax: {
|
|
38101
|
+
type: "string",
|
|
38102
|
+
description: "Total amount including taxes",
|
|
38103
|
+
example: "1119.68"
|
|
38104
|
+
}
|
|
38105
|
+
}
|
|
38106
|
+
},
|
|
37939
38107
|
related: {
|
|
37940
38108
|
description: "Objects linked to the purchase order :\n - There can be only one company or one individual at a time (required)\n - For Company & Individual, only `supplier` type is allowed\n - Contact is the contact of company linked to the purchase order. There may be no or one contact.\n - Opportunity is the opportunity linked to the purchase order. There may be zero or more opportunities linked to purchase order\n",
|
|
37941
38109
|
type: "array",
|
|
@@ -37961,6 +38129,22 @@ const purOrderOneSchema = {
|
|
|
37961
38129
|
}
|
|
37962
38130
|
}
|
|
37963
38131
|
}
|
|
38132
|
+
},
|
|
38133
|
+
status: {
|
|
38134
|
+
type: "string",
|
|
38135
|
+
readOnly: true,
|
|
38136
|
+
description: "Status of the purchase order",
|
|
38137
|
+
example: "invoiced",
|
|
38138
|
+
enum: [
|
|
38139
|
+
"draft",
|
|
38140
|
+
"sent",
|
|
38141
|
+
"read",
|
|
38142
|
+
"accepted",
|
|
38143
|
+
"expired",
|
|
38144
|
+
"partialinvoiced",
|
|
38145
|
+
"invoiced",
|
|
38146
|
+
"cancelled"
|
|
38147
|
+
]
|
|
37964
38148
|
}
|
|
37965
38149
|
}
|
|
37966
38150
|
}]
|
|
@@ -42125,7 +42309,13 @@ const DealsWritableSchema = {
|
|
|
42125
42309
|
"creditnote",
|
|
42126
42310
|
"estimate",
|
|
42127
42311
|
"order",
|
|
42128
|
-
"delivery"
|
|
42312
|
+
"delivery",
|
|
42313
|
+
"model",
|
|
42314
|
+
"purchase-invoice",
|
|
42315
|
+
"purchase-creditnote",
|
|
42316
|
+
"purchase-order",
|
|
42317
|
+
"purchase-delivery",
|
|
42318
|
+
"item"
|
|
42129
42319
|
]
|
|
42130
42320
|
}
|
|
42131
42321
|
}
|
|
@@ -43953,7 +44143,13 @@ const LabelBaseItemWritableSchema = {
|
|
|
43953
44143
|
"creditnote",
|
|
43954
44144
|
"estimate",
|
|
43955
44145
|
"order",
|
|
43956
|
-
"delivery"
|
|
44146
|
+
"delivery",
|
|
44147
|
+
"model",
|
|
44148
|
+
"purchase-invoice",
|
|
44149
|
+
"purchase-creditnote",
|
|
44150
|
+
"purchase-order",
|
|
44151
|
+
"purchase-delivery",
|
|
44152
|
+
"item"
|
|
43957
44153
|
]
|
|
43958
44154
|
}
|
|
43959
44155
|
}
|
|
@@ -44043,6 +44239,7 @@ const SearchResultWritableSchema = {
|
|
|
44043
44239
|
"estimate",
|
|
44044
44240
|
"creditnote",
|
|
44045
44241
|
"order",
|
|
44242
|
+
"model",
|
|
44046
44243
|
"delivery",
|
|
44047
44244
|
"proforma",
|
|
44048
44245
|
"staff",
|
|
@@ -44448,7 +44645,7 @@ const SearchResultWritableSchema = {
|
|
|
44448
44645
|
"read",
|
|
44449
44646
|
"accepted",
|
|
44450
44647
|
"expired",
|
|
44451
|
-
"
|
|
44648
|
+
"partialinvoiced",
|
|
44452
44649
|
"invoiced",
|
|
44453
44650
|
"stored",
|
|
44454
44651
|
"spent",
|
|
@@ -44913,6 +45110,7 @@ const SearchResultBaseItemWritableSchema = {
|
|
|
44913
45110
|
"estimate",
|
|
44914
45111
|
"creditnote",
|
|
44915
45112
|
"order",
|
|
45113
|
+
"model",
|
|
44916
45114
|
"delivery",
|
|
44917
45115
|
"proforma",
|
|
44918
45116
|
"staff",
|
|
@@ -53048,7 +53246,8 @@ const CompanyPreferencesWritableSchema = {
|
|
|
53048
53246
|
system_label: {
|
|
53049
53247
|
type: "string",
|
|
53050
53248
|
description: "System label of tax",
|
|
53051
|
-
example: "Intracom"
|
|
53249
|
+
example: "Intracom",
|
|
53250
|
+
nullable: true
|
|
53052
53251
|
}
|
|
53053
53252
|
}
|
|
53054
53253
|
},
|
|
@@ -54940,6 +55139,11 @@ const ProgressInvoiceMetadataWritableSchema = {
|
|
|
54940
55139
|
amount: {
|
|
54941
55140
|
type: "string",
|
|
54942
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
|
|
54943
55147
|
}
|
|
54944
55148
|
}
|
|
54945
55149
|
}
|