@konversi/konversi-client 1.5.6 → 1.5.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 CHANGED
@@ -8,18 +8,24 @@ declare const USER_PERSONA_ENTITY_PERMISSION = "user/user-persona-entity-permiss
8
8
  declare const USER_PERSONA_ENTITY_ACCESS_STATUS = "user/user-persona-entity-access-status";
9
9
  declare const COMPANY_PERMISSION = "company-permission";
10
10
  declare const COMPANY_OPTION = "company-option";
11
+ declare const COMPANY_FEATURE = "company-feature";
11
12
  declare const INVITATION = "user/invitation";
12
13
  declare const CUSTOMER = "contact/customer";
14
+ declare const ACTIVITY = "activity";
13
15
  declare const PRODUCT = "product";
14
16
  declare const PRODUCT_ITEM = "product/product-item";
15
17
  declare const PRODUCT_GROUP = "product-group";
16
18
  declare const PRODUCT_SUPPLIER = "product/product-supplier";
19
+ declare const UNIT_CONVERSION = "product/unit-conversion";
20
+ declare const PRICELIST = "pricelist";
21
+ declare const PRICELIST_LINE = "pricelist/pricelist-line";
17
22
  declare const PURCHASE_ORDER = "order/purchase-order";
18
23
  declare const PURCHASE_ORDER_LINE = "order/purchase-order-line";
19
24
  declare const QUOTE = "order/quote";
20
25
  declare const QUOTE_LINE = "order/quote-line";
21
26
  declare const SALES_ORDER = "order/sales-order";
22
27
  declare const SALES_ORDER_LINE = "order/sales-order-line";
28
+ declare const RETURN_SALES_ORDER = "order/return-sales-order";
23
29
  declare const RENTAL_ORDER = "order/rental-order";
24
30
  declare const RENTAL_ORDER_LINE = "order/rental-order-line";
25
31
  declare const SUPPLIER = "contact/supplier";
@@ -34,17 +40,22 @@ declare const INVOICE = "invoice";
34
40
  declare const INVOICE_LINE = "invoice/invoice-line";
35
41
  declare const EXPENSE = "expense";
36
42
  declare const EXPENSE_LINE = "expense/expense-line";
43
+ declare const BILL = "bill";
44
+ declare const BILL_LINE = "bill/bill-line";
37
45
  declare const PAYMENT = "accounting/payment";
38
46
  declare const INCOMING_PAYMENT_METHOD = "accounting/incoming-payment-method";
39
47
  declare const FIXED_ASSET = "fixed-asset";
40
- declare const STORE = "store";
41
- declare const STORE_PRODUCT = "store/store-product";
42
- declare const STORE_PRODUCT_GROUP = "store/store-product-group";
43
- declare const STORE_PRODUCT_ATTRIBUTE = "store/store-product-attribute";
44
- declare const STORE_PRODUCT_ATTRIBUTE_VALUE = "store/store-product-attribute-value";
48
+ declare const STORE = "ecommerce/store";
49
+ declare const STORE_PRODUCT = "ecommerce/store-product";
50
+ declare const STORE_PRODUCT_GROUP = "ecommerce/store-product-group";
51
+ declare const STORE_PRODUCT_ATTRIBUTE = "ecommerce/store-product-attribute";
52
+ declare const STORE_PRODUCT_ATTRIBUTE_VALUE = "ecommerce/store-product-attribute-value";
53
+ declare const STORE_PRODUCT_VARIANT = "ecommerce/store-product-variant";
45
54
  declare const ACCOUNT = "accounting/account";
46
55
  declare const JOURNAL_ENTRY = "accounting/journal-entry";
47
56
  declare const JOURNAL_ENTRY_LINE = "accounting/journal-entry-line";
57
+ declare const BANK_ACCOUNT = "accounting/bank-account";
58
+ declare const BANK_TRANSACTION = "accounting/bank-transaction";
48
59
  declare const BILL_OF_MATERIALS = "manufacturing/bill-of-materials";
49
60
  declare const BOM_COMPONENT = "manufacturing/bom-component";
50
61
  declare const BOM_OPERATION = "manufacturing/bom-operation";
@@ -52,6 +63,11 @@ declare const PRODUCTION_ORDER = "manufacturing/production-order";
52
63
  declare const PRODUCTION_ORDER_LINE = "manufacturing/production-order-line";
53
64
  declare const JOB_CARD = "manufacturing/job-card";
54
65
  declare const WORKSTATION = "manufacturing/workstation";
66
+ declare const WORKSTATION_TRANSFER = "manufacturing/workstation-transfer";
67
+ declare const QUALITY_CHECK = "manufacturing/quality-check";
68
+ declare const QUALITY_CHECKPOINT = "manufacturing/quality-checkpoint";
69
+ declare const PRODUCT_LOCATION = "product-location";
70
+ declare const PRODUCT_LOCATION_TRANSFER = "product-location-transfer";
55
71
  declare const SUBSIDIARY = "subsidiary";
56
72
  declare const EMPLOYEE = "human-resources/employee";
57
73
  declare const GEOFENCE = "geofence";
@@ -59,6 +75,9 @@ declare const SHIFT = "human-resources/employee/shift";
59
75
  declare const ATTENDANCE = "human-resources/attendance";
60
76
  declare const VEHICLE = "fleet/vehicle";
61
77
  declare const DELIVERY_JOB = "fleet/delivery-job";
78
+ declare const MAINTENANCE_ORDER = "fleet/maintenance-order";
79
+ declare const MAINTENANCE_ORDER_LINE = "fleet/maintenance-order-line";
80
+ declare const FUEL_ENTRY = "fleet/fuel-entry";
62
81
  declare const CUSTOM_ENTITY_SCHEMA = "custom-entity/schema";
63
82
  declare const CUSTOM_ENTITY_OBJECT = "custom-entity/object";
64
83
  declare const CUSTOM_ENTITY_FIELD = "custom-entity/field";
@@ -69,32 +88,59 @@ declare const AUTOMATION_SCRIPT = "automation/script";
69
88
  declare const USER_ACTION = "automation/user-action";
70
89
  declare const IOT_DEVICE = "iot/device";
71
90
  declare const IOT_JOB = "iot/job";
91
+ declare const IOT_HUB = "iot/hub";
72
92
  declare const STOCK_ADJUSTMENT = "stock-adjustment";
73
93
  declare const PURCHASE_ORDER_APPROVER = "approval/approver/purchase-order";
74
94
  declare const SALES_ORDER_APPROVER = "approval/approver/sales-order";
95
+ declare const INVOICE_APPROVER = "approval/approver/invoice";
75
96
  declare const CUSTOM_DOCUMENT = "document-generator/custom-document";
76
97
  declare const CUSTOM_FIELD = "custom-field";
77
98
  declare const AUDIT_LOG = "audit-log";
99
+ declare const WEB_COMPONENT = "web-component";
100
+ declare const WEB_COMPONENT_SLOT = "web-component-slot";
78
101
  declare const COMPANY_ALIAS = "company-alias";
79
102
  declare const PRINT_JOB = "thermal-printer/print-job";
80
103
  declare const WORK_ORDER = "order/sales-order?type=WORK_ORDER";
81
104
  declare const SERVICE_ORDER = "order/sales-order?type=SERVICE_ORDER";
82
105
  declare const IDENTIFIER_GROUP = "identifier/identifier-group";
83
106
  declare const IDENTIFIER_TOKEN = "identifier/identifier-token";
107
+ declare const PROPERTY = "property-management/property";
108
+ declare const PROPERTY_GROUP = "property-management/property-group";
109
+ declare const LEASE = "property-management/lease";
110
+ declare const BUSINESS_INTELLIGENCE_REPORT = "business-intelligence/report";
111
+ declare const POINT_OF_SALE = "point-of-sale";
112
+ declare const TELEMETRY_EVENT = "telemetry/event";
113
+ declare const CHAT_SESSION = "artificial-intelligence/chat-session";
114
+ declare const CHAT_MESSAGE = "artificial-intelligence/chat-message";
115
+ declare const CONVERSATION = "customer-service/conversation";
116
+ declare const CONVERSATION_MESSAGE = "customer-service/conversation-message";
117
+ declare const WHATSAPP_ACCOUNT = "customer-service/whatsapp-account";
118
+ declare const RULE = "rules-engine/rule";
84
119
  declare const INCOMING_SHIPMENT = "shipment/incoming-shipment";
85
120
  declare const OUTGOING_SHIPMENT = "shipment/outgoing-shipment";
86
121
 
87
122
  declare const crudEndpoints_ACCOUNT: typeof ACCOUNT;
123
+ declare const crudEndpoints_ACTIVITY: typeof ACTIVITY;
88
124
  declare const crudEndpoints_ATTENDANCE: typeof ATTENDANCE;
89
125
  declare const crudEndpoints_AUDIT_LOG: typeof AUDIT_LOG;
90
126
  declare const crudEndpoints_AUTOMATION_JOB: typeof AUTOMATION_JOB;
91
127
  declare const crudEndpoints_AUTOMATION_SCRIPT: typeof AUTOMATION_SCRIPT;
128
+ declare const crudEndpoints_BANK_ACCOUNT: typeof BANK_ACCOUNT;
129
+ declare const crudEndpoints_BANK_TRANSACTION: typeof BANK_TRANSACTION;
130
+ declare const crudEndpoints_BILL: typeof BILL;
131
+ declare const crudEndpoints_BILL_LINE: typeof BILL_LINE;
92
132
  declare const crudEndpoints_BILL_OF_MATERIALS: typeof BILL_OF_MATERIALS;
93
133
  declare const crudEndpoints_BOM_COMPONENT: typeof BOM_COMPONENT;
94
134
  declare const crudEndpoints_BOM_OPERATION: typeof BOM_OPERATION;
135
+ declare const crudEndpoints_BUSINESS_INTELLIGENCE_REPORT: typeof BUSINESS_INTELLIGENCE_REPORT;
136
+ declare const crudEndpoints_CHAT_MESSAGE: typeof CHAT_MESSAGE;
137
+ declare const crudEndpoints_CHAT_SESSION: typeof CHAT_SESSION;
95
138
  declare const crudEndpoints_COMPANY_ALIAS: typeof COMPANY_ALIAS;
139
+ declare const crudEndpoints_COMPANY_FEATURE: typeof COMPANY_FEATURE;
96
140
  declare const crudEndpoints_COMPANY_OPTION: typeof COMPANY_OPTION;
97
141
  declare const crudEndpoints_COMPANY_PERMISSION: typeof COMPANY_PERMISSION;
142
+ declare const crudEndpoints_CONVERSATION: typeof CONVERSATION;
143
+ declare const crudEndpoints_CONVERSATION_MESSAGE: typeof CONVERSATION_MESSAGE;
98
144
  declare const crudEndpoints_CUSTOMER: typeof CUSTOMER;
99
145
  declare const crudEndpoints_CUSTOM_DOCUMENT: typeof CUSTOM_DOCUMENT;
100
146
  declare const crudEndpoints_CUSTOM_ENTITY_FIELD: typeof CUSTOM_ENTITY_FIELD;
@@ -108,6 +154,7 @@ declare const crudEndpoints_EXPENSE: typeof EXPENSE;
108
154
  declare const crudEndpoints_EXPENSE_LINE: typeof EXPENSE_LINE;
109
155
  declare const crudEndpoints_FIXED_ASSET: typeof FIXED_ASSET;
110
156
  declare const crudEndpoints_FORM: typeof FORM;
157
+ declare const crudEndpoints_FUEL_ENTRY: typeof FUEL_ENTRY;
111
158
  declare const crudEndpoints_GEOFENCE: typeof GEOFENCE;
112
159
  declare const crudEndpoints_IDENTIFIER_GROUP: typeof IDENTIFIER_GROUP;
113
160
  declare const crudEndpoints_IDENTIFIER_TOKEN: typeof IDENTIFIER_TOKEN;
@@ -119,31 +166,47 @@ declare const crudEndpoints_INTERNAL_DELIVERY: typeof INTERNAL_DELIVERY;
119
166
  declare const crudEndpoints_INTERNAL_DELIVERY_LINE: typeof INTERNAL_DELIVERY_LINE;
120
167
  declare const crudEndpoints_INVITATION: typeof INVITATION;
121
168
  declare const crudEndpoints_INVOICE: typeof INVOICE;
169
+ declare const crudEndpoints_INVOICE_APPROVER: typeof INVOICE_APPROVER;
122
170
  declare const crudEndpoints_INVOICE_LINE: typeof INVOICE_LINE;
123
171
  declare const crudEndpoints_IOT_DEVICE: typeof IOT_DEVICE;
172
+ declare const crudEndpoints_IOT_HUB: typeof IOT_HUB;
124
173
  declare const crudEndpoints_IOT_JOB: typeof IOT_JOB;
125
174
  declare const crudEndpoints_JOB_CARD: typeof JOB_CARD;
126
175
  declare const crudEndpoints_JOURNAL_ENTRY: typeof JOURNAL_ENTRY;
127
176
  declare const crudEndpoints_JOURNAL_ENTRY_LINE: typeof JOURNAL_ENTRY_LINE;
177
+ declare const crudEndpoints_LEASE: typeof LEASE;
178
+ declare const crudEndpoints_MAINTENANCE_ORDER: typeof MAINTENANCE_ORDER;
179
+ declare const crudEndpoints_MAINTENANCE_ORDER_LINE: typeof MAINTENANCE_ORDER_LINE;
128
180
  declare const crudEndpoints_NOTIFICATION: typeof NOTIFICATION;
129
181
  declare const crudEndpoints_OUTGOING_DELIVERY: typeof OUTGOING_DELIVERY;
130
182
  declare const crudEndpoints_OUTGOING_DELIVERY_LINE: typeof OUTGOING_DELIVERY_LINE;
131
183
  declare const crudEndpoints_OUTGOING_SHIPMENT: typeof OUTGOING_SHIPMENT;
132
184
  declare const crudEndpoints_PAYMENT: typeof PAYMENT;
185
+ declare const crudEndpoints_POINT_OF_SALE: typeof POINT_OF_SALE;
186
+ declare const crudEndpoints_PRICELIST: typeof PRICELIST;
187
+ declare const crudEndpoints_PRICELIST_LINE: typeof PRICELIST_LINE;
133
188
  declare const crudEndpoints_PRINT_JOB: typeof PRINT_JOB;
134
189
  declare const crudEndpoints_PRODUCT: typeof PRODUCT;
135
190
  declare const crudEndpoints_PRODUCTION_ORDER: typeof PRODUCTION_ORDER;
136
191
  declare const crudEndpoints_PRODUCTION_ORDER_LINE: typeof PRODUCTION_ORDER_LINE;
137
192
  declare const crudEndpoints_PRODUCT_GROUP: typeof PRODUCT_GROUP;
138
193
  declare const crudEndpoints_PRODUCT_ITEM: typeof PRODUCT_ITEM;
194
+ declare const crudEndpoints_PRODUCT_LOCATION: typeof PRODUCT_LOCATION;
195
+ declare const crudEndpoints_PRODUCT_LOCATION_TRANSFER: typeof PRODUCT_LOCATION_TRANSFER;
139
196
  declare const crudEndpoints_PRODUCT_SUPPLIER: typeof PRODUCT_SUPPLIER;
197
+ declare const crudEndpoints_PROPERTY: typeof PROPERTY;
198
+ declare const crudEndpoints_PROPERTY_GROUP: typeof PROPERTY_GROUP;
140
199
  declare const crudEndpoints_PURCHASE_ORDER: typeof PURCHASE_ORDER;
141
200
  declare const crudEndpoints_PURCHASE_ORDER_APPROVER: typeof PURCHASE_ORDER_APPROVER;
142
201
  declare const crudEndpoints_PURCHASE_ORDER_LINE: typeof PURCHASE_ORDER_LINE;
202
+ declare const crudEndpoints_QUALITY_CHECK: typeof QUALITY_CHECK;
203
+ declare const crudEndpoints_QUALITY_CHECKPOINT: typeof QUALITY_CHECKPOINT;
143
204
  declare const crudEndpoints_QUOTE: typeof QUOTE;
144
205
  declare const crudEndpoints_QUOTE_LINE: typeof QUOTE_LINE;
145
206
  declare const crudEndpoints_RENTAL_ORDER: typeof RENTAL_ORDER;
146
207
  declare const crudEndpoints_RENTAL_ORDER_LINE: typeof RENTAL_ORDER_LINE;
208
+ declare const crudEndpoints_RETURN_SALES_ORDER: typeof RETURN_SALES_ORDER;
209
+ declare const crudEndpoints_RULE: typeof RULE;
147
210
  declare const crudEndpoints_SALES_ORDER: typeof SALES_ORDER;
148
211
  declare const crudEndpoints_SALES_ORDER_APPROVER: typeof SALES_ORDER_APPROVER;
149
212
  declare const crudEndpoints_SALES_ORDER_LINE: typeof SALES_ORDER_LINE;
@@ -155,8 +218,11 @@ declare const crudEndpoints_STORE_PRODUCT: typeof STORE_PRODUCT;
155
218
  declare const crudEndpoints_STORE_PRODUCT_ATTRIBUTE: typeof STORE_PRODUCT_ATTRIBUTE;
156
219
  declare const crudEndpoints_STORE_PRODUCT_ATTRIBUTE_VALUE: typeof STORE_PRODUCT_ATTRIBUTE_VALUE;
157
220
  declare const crudEndpoints_STORE_PRODUCT_GROUP: typeof STORE_PRODUCT_GROUP;
221
+ declare const crudEndpoints_STORE_PRODUCT_VARIANT: typeof STORE_PRODUCT_VARIANT;
158
222
  declare const crudEndpoints_SUBSIDIARY: typeof SUBSIDIARY;
159
223
  declare const crudEndpoints_SUPPLIER: typeof SUPPLIER;
224
+ declare const crudEndpoints_TELEMETRY_EVENT: typeof TELEMETRY_EVENT;
225
+ declare const crudEndpoints_UNIT_CONVERSION: typeof UNIT_CONVERSION;
160
226
  declare const crudEndpoints_USER_ACTION: typeof USER_ACTION;
161
227
  declare const crudEndpoints_USER_PERSONA: typeof USER_PERSONA;
162
228
  declare const crudEndpoints_USER_PERSONA_CUSTOM_SCHEMA_PERMISSION: typeof USER_PERSONA_CUSTOM_SCHEMA_PERMISSION;
@@ -164,10 +230,14 @@ declare const crudEndpoints_USER_PERSONA_ENTITY_ACCESS_STATUS: typeof USER_PERSO
164
230
  declare const crudEndpoints_USER_PERSONA_ENTITY_PERMISSION: typeof USER_PERSONA_ENTITY_PERMISSION;
165
231
  declare const crudEndpoints_VEHICLE: typeof VEHICLE;
166
232
  declare const crudEndpoints_WAREHOUSE: typeof WAREHOUSE;
233
+ declare const crudEndpoints_WEB_COMPONENT: typeof WEB_COMPONENT;
234
+ declare const crudEndpoints_WEB_COMPONENT_SLOT: typeof WEB_COMPONENT_SLOT;
235
+ declare const crudEndpoints_WHATSAPP_ACCOUNT: typeof WHATSAPP_ACCOUNT;
167
236
  declare const crudEndpoints_WORKSTATION: typeof WORKSTATION;
237
+ declare const crudEndpoints_WORKSTATION_TRANSFER: typeof WORKSTATION_TRANSFER;
168
238
  declare const crudEndpoints_WORK_ORDER: typeof WORK_ORDER;
169
239
  declare namespace crudEndpoints {
170
- export { crudEndpoints_ACCOUNT as ACCOUNT, crudEndpoints_ATTENDANCE as ATTENDANCE, crudEndpoints_AUDIT_LOG as AUDIT_LOG, crudEndpoints_AUTOMATION_JOB as AUTOMATION_JOB, crudEndpoints_AUTOMATION_SCRIPT as AUTOMATION_SCRIPT, crudEndpoints_BILL_OF_MATERIALS as BILL_OF_MATERIALS, crudEndpoints_BOM_COMPONENT as BOM_COMPONENT, crudEndpoints_BOM_OPERATION as BOM_OPERATION, crudEndpoints_COMPANY_ALIAS as COMPANY_ALIAS, crudEndpoints_COMPANY_OPTION as COMPANY_OPTION, crudEndpoints_COMPANY_PERMISSION as COMPANY_PERMISSION, crudEndpoints_CUSTOMER as CUSTOMER, crudEndpoints_CUSTOM_DOCUMENT as CUSTOM_DOCUMENT, crudEndpoints_CUSTOM_ENTITY_FIELD as CUSTOM_ENTITY_FIELD, crudEndpoints_CUSTOM_ENTITY_OBJECT as CUSTOM_ENTITY_OBJECT, crudEndpoints_CUSTOM_ENTITY_SCHEMA as CUSTOM_ENTITY_SCHEMA, crudEndpoints_CUSTOM_FIELD as CUSTOM_FIELD, crudEndpoints_CUSTOM_REPORT as CUSTOM_REPORT, crudEndpoints_DELIVERY_JOB as DELIVERY_JOB, crudEndpoints_EMPLOYEE as EMPLOYEE, crudEndpoints_EXPENSE as EXPENSE, crudEndpoints_EXPENSE_LINE as EXPENSE_LINE, crudEndpoints_FIXED_ASSET as FIXED_ASSET, crudEndpoints_FORM as FORM, crudEndpoints_GEOFENCE as GEOFENCE, crudEndpoints_IDENTIFIER_GROUP as IDENTIFIER_GROUP, crudEndpoints_IDENTIFIER_TOKEN as IDENTIFIER_TOKEN, crudEndpoints_INCOMING_DELIVERY as INCOMING_DELIVERY, crudEndpoints_INCOMING_DELIVERY_LINE as INCOMING_DELIVERY_LINE, crudEndpoints_INCOMING_PAYMENT_METHOD as INCOMING_PAYMENT_METHOD, crudEndpoints_INCOMING_SHIPMENT as INCOMING_SHIPMENT, crudEndpoints_INTERNAL_DELIVERY as INTERNAL_DELIVERY, crudEndpoints_INTERNAL_DELIVERY_LINE as INTERNAL_DELIVERY_LINE, crudEndpoints_INVITATION as INVITATION, crudEndpoints_INVOICE as INVOICE, crudEndpoints_INVOICE_LINE as INVOICE_LINE, crudEndpoints_IOT_DEVICE as IOT_DEVICE, crudEndpoints_IOT_JOB as IOT_JOB, crudEndpoints_JOB_CARD as JOB_CARD, crudEndpoints_JOURNAL_ENTRY as JOURNAL_ENTRY, crudEndpoints_JOURNAL_ENTRY_LINE as JOURNAL_ENTRY_LINE, crudEndpoints_NOTIFICATION as NOTIFICATION, crudEndpoints_OUTGOING_DELIVERY as OUTGOING_DELIVERY, crudEndpoints_OUTGOING_DELIVERY_LINE as OUTGOING_DELIVERY_LINE, crudEndpoints_OUTGOING_SHIPMENT as OUTGOING_SHIPMENT, crudEndpoints_PAYMENT as PAYMENT, crudEndpoints_PRINT_JOB as PRINT_JOB, crudEndpoints_PRODUCT as PRODUCT, crudEndpoints_PRODUCTION_ORDER as PRODUCTION_ORDER, crudEndpoints_PRODUCTION_ORDER_LINE as PRODUCTION_ORDER_LINE, crudEndpoints_PRODUCT_GROUP as PRODUCT_GROUP, crudEndpoints_PRODUCT_ITEM as PRODUCT_ITEM, crudEndpoints_PRODUCT_SUPPLIER as PRODUCT_SUPPLIER, crudEndpoints_PURCHASE_ORDER as PURCHASE_ORDER, crudEndpoints_PURCHASE_ORDER_APPROVER as PURCHASE_ORDER_APPROVER, crudEndpoints_PURCHASE_ORDER_LINE as PURCHASE_ORDER_LINE, crudEndpoints_QUOTE as QUOTE, crudEndpoints_QUOTE_LINE as QUOTE_LINE, crudEndpoints_RENTAL_ORDER as RENTAL_ORDER, crudEndpoints_RENTAL_ORDER_LINE as RENTAL_ORDER_LINE, crudEndpoints_SALES_ORDER as SALES_ORDER, crudEndpoints_SALES_ORDER_APPROVER as SALES_ORDER_APPROVER, crudEndpoints_SALES_ORDER_LINE as SALES_ORDER_LINE, crudEndpoints_SERVICE_ORDER as SERVICE_ORDER, crudEndpoints_SHIFT as SHIFT, crudEndpoints_STOCK_ADJUSTMENT as STOCK_ADJUSTMENT, crudEndpoints_STORE as STORE, crudEndpoints_STORE_PRODUCT as STORE_PRODUCT, crudEndpoints_STORE_PRODUCT_ATTRIBUTE as STORE_PRODUCT_ATTRIBUTE, crudEndpoints_STORE_PRODUCT_ATTRIBUTE_VALUE as STORE_PRODUCT_ATTRIBUTE_VALUE, crudEndpoints_STORE_PRODUCT_GROUP as STORE_PRODUCT_GROUP, crudEndpoints_SUBSIDIARY as SUBSIDIARY, crudEndpoints_SUPPLIER as SUPPLIER, crudEndpoints_USER_ACTION as USER_ACTION, crudEndpoints_USER_PERSONA as USER_PERSONA, crudEndpoints_USER_PERSONA_CUSTOM_SCHEMA_PERMISSION as USER_PERSONA_CUSTOM_SCHEMA_PERMISSION, crudEndpoints_USER_PERSONA_ENTITY_ACCESS_STATUS as USER_PERSONA_ENTITY_ACCESS_STATUS, crudEndpoints_USER_PERSONA_ENTITY_PERMISSION as USER_PERSONA_ENTITY_PERMISSION, crudEndpoints_VEHICLE as VEHICLE, crudEndpoints_WAREHOUSE as WAREHOUSE, crudEndpoints_WORKSTATION as WORKSTATION, crudEndpoints_WORK_ORDER as WORK_ORDER };
240
+ export { crudEndpoints_ACCOUNT as ACCOUNT, crudEndpoints_ACTIVITY as ACTIVITY, crudEndpoints_ATTENDANCE as ATTENDANCE, crudEndpoints_AUDIT_LOG as AUDIT_LOG, crudEndpoints_AUTOMATION_JOB as AUTOMATION_JOB, crudEndpoints_AUTOMATION_SCRIPT as AUTOMATION_SCRIPT, crudEndpoints_BANK_ACCOUNT as BANK_ACCOUNT, crudEndpoints_BANK_TRANSACTION as BANK_TRANSACTION, crudEndpoints_BILL as BILL, crudEndpoints_BILL_LINE as BILL_LINE, crudEndpoints_BILL_OF_MATERIALS as BILL_OF_MATERIALS, crudEndpoints_BOM_COMPONENT as BOM_COMPONENT, crudEndpoints_BOM_OPERATION as BOM_OPERATION, crudEndpoints_BUSINESS_INTELLIGENCE_REPORT as BUSINESS_INTELLIGENCE_REPORT, crudEndpoints_CHAT_MESSAGE as CHAT_MESSAGE, crudEndpoints_CHAT_SESSION as CHAT_SESSION, crudEndpoints_COMPANY_ALIAS as COMPANY_ALIAS, crudEndpoints_COMPANY_FEATURE as COMPANY_FEATURE, crudEndpoints_COMPANY_OPTION as COMPANY_OPTION, crudEndpoints_COMPANY_PERMISSION as COMPANY_PERMISSION, crudEndpoints_CONVERSATION as CONVERSATION, crudEndpoints_CONVERSATION_MESSAGE as CONVERSATION_MESSAGE, crudEndpoints_CUSTOMER as CUSTOMER, crudEndpoints_CUSTOM_DOCUMENT as CUSTOM_DOCUMENT, crudEndpoints_CUSTOM_ENTITY_FIELD as CUSTOM_ENTITY_FIELD, crudEndpoints_CUSTOM_ENTITY_OBJECT as CUSTOM_ENTITY_OBJECT, crudEndpoints_CUSTOM_ENTITY_SCHEMA as CUSTOM_ENTITY_SCHEMA, crudEndpoints_CUSTOM_FIELD as CUSTOM_FIELD, crudEndpoints_CUSTOM_REPORT as CUSTOM_REPORT, crudEndpoints_DELIVERY_JOB as DELIVERY_JOB, crudEndpoints_EMPLOYEE as EMPLOYEE, crudEndpoints_EXPENSE as EXPENSE, crudEndpoints_EXPENSE_LINE as EXPENSE_LINE, crudEndpoints_FIXED_ASSET as FIXED_ASSET, crudEndpoints_FORM as FORM, crudEndpoints_FUEL_ENTRY as FUEL_ENTRY, crudEndpoints_GEOFENCE as GEOFENCE, crudEndpoints_IDENTIFIER_GROUP as IDENTIFIER_GROUP, crudEndpoints_IDENTIFIER_TOKEN as IDENTIFIER_TOKEN, crudEndpoints_INCOMING_DELIVERY as INCOMING_DELIVERY, crudEndpoints_INCOMING_DELIVERY_LINE as INCOMING_DELIVERY_LINE, crudEndpoints_INCOMING_PAYMENT_METHOD as INCOMING_PAYMENT_METHOD, crudEndpoints_INCOMING_SHIPMENT as INCOMING_SHIPMENT, crudEndpoints_INTERNAL_DELIVERY as INTERNAL_DELIVERY, crudEndpoints_INTERNAL_DELIVERY_LINE as INTERNAL_DELIVERY_LINE, crudEndpoints_INVITATION as INVITATION, crudEndpoints_INVOICE as INVOICE, crudEndpoints_INVOICE_APPROVER as INVOICE_APPROVER, crudEndpoints_INVOICE_LINE as INVOICE_LINE, crudEndpoints_IOT_DEVICE as IOT_DEVICE, crudEndpoints_IOT_HUB as IOT_HUB, crudEndpoints_IOT_JOB as IOT_JOB, crudEndpoints_JOB_CARD as JOB_CARD, crudEndpoints_JOURNAL_ENTRY as JOURNAL_ENTRY, crudEndpoints_JOURNAL_ENTRY_LINE as JOURNAL_ENTRY_LINE, crudEndpoints_LEASE as LEASE, crudEndpoints_MAINTENANCE_ORDER as MAINTENANCE_ORDER, crudEndpoints_MAINTENANCE_ORDER_LINE as MAINTENANCE_ORDER_LINE, crudEndpoints_NOTIFICATION as NOTIFICATION, crudEndpoints_OUTGOING_DELIVERY as OUTGOING_DELIVERY, crudEndpoints_OUTGOING_DELIVERY_LINE as OUTGOING_DELIVERY_LINE, crudEndpoints_OUTGOING_SHIPMENT as OUTGOING_SHIPMENT, crudEndpoints_PAYMENT as PAYMENT, crudEndpoints_POINT_OF_SALE as POINT_OF_SALE, crudEndpoints_PRICELIST as PRICELIST, crudEndpoints_PRICELIST_LINE as PRICELIST_LINE, crudEndpoints_PRINT_JOB as PRINT_JOB, crudEndpoints_PRODUCT as PRODUCT, crudEndpoints_PRODUCTION_ORDER as PRODUCTION_ORDER, crudEndpoints_PRODUCTION_ORDER_LINE as PRODUCTION_ORDER_LINE, crudEndpoints_PRODUCT_GROUP as PRODUCT_GROUP, crudEndpoints_PRODUCT_ITEM as PRODUCT_ITEM, crudEndpoints_PRODUCT_LOCATION as PRODUCT_LOCATION, crudEndpoints_PRODUCT_LOCATION_TRANSFER as PRODUCT_LOCATION_TRANSFER, crudEndpoints_PRODUCT_SUPPLIER as PRODUCT_SUPPLIER, crudEndpoints_PROPERTY as PROPERTY, crudEndpoints_PROPERTY_GROUP as PROPERTY_GROUP, crudEndpoints_PURCHASE_ORDER as PURCHASE_ORDER, crudEndpoints_PURCHASE_ORDER_APPROVER as PURCHASE_ORDER_APPROVER, crudEndpoints_PURCHASE_ORDER_LINE as PURCHASE_ORDER_LINE, crudEndpoints_QUALITY_CHECK as QUALITY_CHECK, crudEndpoints_QUALITY_CHECKPOINT as QUALITY_CHECKPOINT, crudEndpoints_QUOTE as QUOTE, crudEndpoints_QUOTE_LINE as QUOTE_LINE, crudEndpoints_RENTAL_ORDER as RENTAL_ORDER, crudEndpoints_RENTAL_ORDER_LINE as RENTAL_ORDER_LINE, crudEndpoints_RETURN_SALES_ORDER as RETURN_SALES_ORDER, crudEndpoints_RULE as RULE, crudEndpoints_SALES_ORDER as SALES_ORDER, crudEndpoints_SALES_ORDER_APPROVER as SALES_ORDER_APPROVER, crudEndpoints_SALES_ORDER_LINE as SALES_ORDER_LINE, crudEndpoints_SERVICE_ORDER as SERVICE_ORDER, crudEndpoints_SHIFT as SHIFT, crudEndpoints_STOCK_ADJUSTMENT as STOCK_ADJUSTMENT, crudEndpoints_STORE as STORE, crudEndpoints_STORE_PRODUCT as STORE_PRODUCT, crudEndpoints_STORE_PRODUCT_ATTRIBUTE as STORE_PRODUCT_ATTRIBUTE, crudEndpoints_STORE_PRODUCT_ATTRIBUTE_VALUE as STORE_PRODUCT_ATTRIBUTE_VALUE, crudEndpoints_STORE_PRODUCT_GROUP as STORE_PRODUCT_GROUP, crudEndpoints_STORE_PRODUCT_VARIANT as STORE_PRODUCT_VARIANT, crudEndpoints_SUBSIDIARY as SUBSIDIARY, crudEndpoints_SUPPLIER as SUPPLIER, crudEndpoints_TELEMETRY_EVENT as TELEMETRY_EVENT, crudEndpoints_UNIT_CONVERSION as UNIT_CONVERSION, crudEndpoints_USER_ACTION as USER_ACTION, crudEndpoints_USER_PERSONA as USER_PERSONA, crudEndpoints_USER_PERSONA_CUSTOM_SCHEMA_PERMISSION as USER_PERSONA_CUSTOM_SCHEMA_PERMISSION, crudEndpoints_USER_PERSONA_ENTITY_ACCESS_STATUS as USER_PERSONA_ENTITY_ACCESS_STATUS, crudEndpoints_USER_PERSONA_ENTITY_PERMISSION as USER_PERSONA_ENTITY_PERMISSION, crudEndpoints_VEHICLE as VEHICLE, crudEndpoints_WAREHOUSE as WAREHOUSE, crudEndpoints_WEB_COMPONENT as WEB_COMPONENT, crudEndpoints_WEB_COMPONENT_SLOT as WEB_COMPONENT_SLOT, crudEndpoints_WHATSAPP_ACCOUNT as WHATSAPP_ACCOUNT, crudEndpoints_WORKSTATION as WORKSTATION, crudEndpoints_WORKSTATION_TRANSFER as WORKSTATION_TRANSFER, crudEndpoints_WORK_ORDER as WORK_ORDER };
171
241
  }
172
242
 
173
243
  interface Contact {
@@ -741,7 +811,7 @@ interface JournalEntry {
741
811
  bill: Partial<Bill>;
742
812
  salesOrder: Partial<SalesOrder>;
743
813
  expense: Partial<Expense>;
744
- payments: Partial<Payment>[];
814
+ payment: Partial<Payment>;
745
815
  invoice: Partial<Invoice>;
746
816
  fixedAsset: Partial<FixedAsset>;
747
817
  createdBy: Partial<User>;
@@ -1820,7 +1890,7 @@ interface CompanyFeature {
1820
1890
  name: CompanyFeatureName;
1821
1891
  }
1822
1892
 
1823
- type CompanyOptionName = 'AUTOCREATE_PRODUCTION_ORDER' | 'AUTOUPDATE_INVOICE' | 'PRODUCT_CATALOG' | 'HIDE_CUSTOMER_OVERDUE_BALANCE' | 'DISABLE_PRODUCT_DELETION' | 'DISABLE_AUTOREMOVE_QUOTE_DURING_ORDER_CONVERSION' | 'ONLY_ADMINS_CAN_DELETE_INVOICE' | 'ONLY_ADMINS_CAN_EDIT_ORDER_DATE' | 'VAT_DEFAULT_ZERO' | 'DEFAULT_DISCOUNT_AMOUNT' | 'NO_LETTERHEAD_DOCS' | 'SHOW_CUSTOM_FIELDS_IN_MAIN_TABLE' | 'LINES_PER_PAGE_INVOICE' | 'LINES_PER_PAGE_RENTAL_ORDER' | 'LINES_PER_PAGE_SALES_ORDER' | 'LINES_PER_PAGE_PURCHASE_ORDER' | 'LINES_PER_PAGE_QUOTATION' | 'LINES_PER_PAGE_DELIVERY_ORDER' | 'NO_FOOTER' | 'HIDE_DELIVERIES' | 'PRODUCT_ACCESS_BY_PERSONA' | 'SIMPLE_UI' | 'LANDSCAPE_DELIVERY_ORDERS' | 'MULTI_PAGE_DOCS' | 'SMALL_SOURCE_DOCS' | 'HIDE_DASHBOARD' | 'DESCRIPTION_LINE' | 'MOVEUP_TABLE' | 'CUSTOM_LINES_PER_PAGE_MULT' | 'MOVEDOWN_TABLE' | 'INVOICE_DOWNPAYMENT_DEDUCTION_PROPORTIONAL' | 'AUTO_DELIVER_SALES_ORDER' | 'AUTO_INVOICE_SALES_ORDER' | 'HIDE_CUSTOMER_FIELD_DELIVERY_JOB' | 'HIDE DISCOUNTS' | 'MOVEUP_TABLE_INVOICE' | 'HIDE_VAT_PERCENTAGE_ON_INVOICE' | 'REMOVE_BRAND' | 'MERGE_JOURNAL_ENTRIES' | 'MOVEDOWN_INVOICE' | 'BILL' | 'BILL_DEBITS_INVENTORY_ACCOUNT' | 'HIDE_DELIVERY_JOB_COST_LINES' | 'HIDE_DELIVERY_JOB_ADDRESS' | 'HIDE_INVOICE_FOR_SALES' | 'HIDE_MAINTAINANCE_ORDER' | 'PAYMENT_DOCGEN_SHOWS_JOURNAL_ENTRIES' | 'HIDE_EDIT_DELIVERY' | 'EXPENSE_VAT_ZERO' | 'SHOW_IN_STOCK_ON_DELIVERIES' | 'SHOW_SKU' | 'DELIVERY_COST' | 'AUTOMATION_TRIGGER_V2' | 'ACCESS_CONTROL_ADMIN_DEFAULT_UNALLOW' | 'REMOVE_QTY_IN_INVOICES' | 'DEFAULT_CUSTOM_ENTITY_SCHEMA_TYPE_DOCUMENT' | 'HIDE_ALL_REPORTS' | 'RETURN_SALES_ORDER' | 'SHOW_LINE_DISCOUNT';
1893
+ type CompanyOptionName = 'AUTOCREATE_PRODUCTION_ORDER' | 'AUTOUPDATE_INVOICE' | 'PRODUCT_CATALOG' | 'HIDE_CUSTOMER_OVERDUE_BALANCE' | 'DISABLE_PRODUCT_DELETION' | 'DISABLE_AUTOREMOVE_QUOTE_DURING_ORDER_CONVERSION' | 'ONLY_ADMINS_CAN_DELETE_INVOICE' | 'ONLY_ADMINS_CAN_EDIT_ORDER_DATE' | 'VAT_DEFAULT_ZERO' | 'DEFAULT_DISCOUNT_AMOUNT' | 'NO_LETTERHEAD_DOCS' | 'SHOW_CUSTOM_FIELDS_IN_MAIN_TABLE' | 'LINES_PER_PAGE_INVOICE' | 'LINES_PER_PAGE_RENTAL_ORDER' | 'LINES_PER_PAGE_SALES_ORDER' | 'LINES_PER_PAGE_PURCHASE_ORDER' | 'LINES_PER_PAGE_QUOTATION' | 'LINES_PER_PAGE_DELIVERY_ORDER' | 'NO_FOOTER' | 'HIDE_DELIVERIES' | 'PRODUCT_ACCESS_BY_PERSONA' | 'SIMPLE_UI' | 'LANDSCAPE_DELIVERY_ORDERS' | 'MULTI_PAGE_DOCS' | 'SMALL_SOURCE_DOCS' | 'HIDE_DASHBOARD' | 'DESCRIPTION_LINE' | 'MOVEUP_TABLE' | 'CUSTOM_LINES_PER_PAGE_MULT' | 'CUSTOM_LINES_PER_PAGE_MULT_INVOICE' | 'MOVEDOWN_TABLE' | 'INVOICE_DOWNPAYMENT_DEDUCTION_PROPORTIONAL' | 'AUTO_DELIVER_SALES_ORDER' | 'AUTO_INVOICE_SALES_ORDER' | 'HIDE_CUSTOMER_FIELD_DELIVERY_JOB' | 'HIDE DISCOUNTS' | 'MOVEUP_TABLE_INVOICE' | 'HIDE_VAT_PERCENTAGE_ON_INVOICE' | 'REMOVE_BRAND' | 'MERGE_JOURNAL_ENTRIES' | 'MOVEDOWN_INVOICE' | 'BILL' | 'BILL_DEBITS_INVENTORY_ACCOUNT' | 'HIDE_DELIVERY_JOB_COST_LINES' | 'HIDE_DELIVERY_JOB_ADDRESS' | 'HIDE_INVOICE_FOR_SALES' | 'HIDE_MAINTAINANCE_ORDER' | 'PAYMENT_DOCGEN_SHOWS_JOURNAL_ENTRIES' | 'HIDE_EDIT_DELIVERY' | 'EXPENSE_VAT_ZERO' | 'SHOW_IN_STOCK_ON_DELIVERIES' | 'SHOW_SKU' | 'DELIVERY_COST' | 'AUTOMATION_TRIGGER_V2' | 'ACCESS_CONTROL_ADMIN_DEFAULT_UNALLOW' | 'REMOVE_QTY_IN_INVOICES' | 'DEFAULT_CUSTOM_ENTITY_SCHEMA_TYPE_DOCUMENT' | 'HIDE_ALL_REPORTS' | 'RETURN_SALES_ORDER' | 'SHOW_LINE_DISCOUNT';
1824
1894
  interface CompanyOption {
1825
1895
  id: string;
1826
1896
  name: CompanyOptionName;
@@ -1979,6 +2049,16 @@ declare function createObject(entity: any, data: any): Promise<any>;
1979
2049
  declare function deleteObject(entity: any, id: string): Promise<any>;
1980
2050
  declare function runScript(scriptNameOrId: string, input: any, sync?: boolean): Promise<any>;
1981
2051
  declare const konversiAPI: {
2052
+ activity: {
2053
+ findAll: (options?: {
2054
+ where?: Partial<Activity>;
2055
+ relations?: Record<string, boolean>;
2056
+ }) => Promise<Activity[]>;
2057
+ findOne: (id: string) => Promise<Activity>;
2058
+ create: (data?: Partial<Activity>) => Promise<Activity>;
2059
+ update: (id: string, newData: Partial<Activity>) => Promise<Activity>;
2060
+ remove: (id: string) => Promise<Activity>;
2061
+ };
1982
2062
  notification: {
1983
2063
  findAll: (options?: {
1984
2064
  where?: Partial<NotificationEntity>;
@@ -1989,6 +2069,26 @@ declare const konversiAPI: {
1989
2069
  update: (id: string, newData: Partial<NotificationEntity>) => Promise<NotificationEntity>;
1990
2070
  remove: (id: string) => Promise<NotificationEntity>;
1991
2071
  };
2072
+ bankAccount: {
2073
+ findAll: (options?: {
2074
+ where?: Partial<BankAccount>;
2075
+ relations?: Record<string, boolean>;
2076
+ }) => Promise<BankAccount[]>;
2077
+ findOne: (id: string) => Promise<BankAccount>;
2078
+ create: (data?: Partial<BankAccount>) => Promise<BankAccount>;
2079
+ update: (id: string, newData: Partial<BankAccount>) => Promise<BankAccount>;
2080
+ remove: (id: string) => Promise<BankAccount>;
2081
+ };
2082
+ bankTransaction: {
2083
+ findAll: (options?: {
2084
+ where?: Partial<BankTransaction>;
2085
+ relations?: Record<string, boolean>;
2086
+ }) => Promise<BankTransaction[]>;
2087
+ findOne: (id: string) => Promise<BankTransaction>;
2088
+ create: (data?: Partial<BankTransaction>) => Promise<BankTransaction>;
2089
+ update: (id: string, newData: Partial<BankTransaction>) => Promise<BankTransaction>;
2090
+ remove: (id: string) => Promise<BankTransaction>;
2091
+ };
1992
2092
  account: {
1993
2093
  findAll: (options?: {
1994
2094
  where?: Partial<Account>;
@@ -2039,6 +2139,16 @@ declare const konversiAPI: {
2039
2139
  update: (id: string, newData: Partial<Subsidiary>) => Promise<Subsidiary>;
2040
2140
  remove: (id: string) => Promise<Subsidiary>;
2041
2141
  };
2142
+ companyFeature: {
2143
+ findAll: (options?: {
2144
+ where?: Partial<CompanyFeature>;
2145
+ relations?: Record<string, boolean>;
2146
+ }) => Promise<CompanyFeature[]>;
2147
+ findOne: (id: string) => Promise<CompanyFeature>;
2148
+ create: (data?: Partial<CompanyFeature>) => Promise<CompanyFeature>;
2149
+ update: (id: string, newData: Partial<CompanyFeature>) => Promise<CompanyFeature>;
2150
+ remove: (id: string) => Promise<CompanyFeature>;
2151
+ };
2042
2152
  companyOption: {
2043
2153
  findAll: (options?: {
2044
2154
  where?: Partial<CompanyOption>;
@@ -2269,6 +2379,26 @@ declare const konversiAPI: {
2269
2379
  update: (id: string, newData: Partial<SalesOrder>) => Promise<SalesOrder>;
2270
2380
  remove: (id: string) => Promise<SalesOrder>;
2271
2381
  };
2382
+ pointOfSale: {
2383
+ findAll: (options?: {
2384
+ where?: Partial<PointOfSale>;
2385
+ relations?: Record<string, boolean>;
2386
+ }) => Promise<PointOfSale[]>;
2387
+ findOne: (id: string) => Promise<PointOfSale>;
2388
+ create: (data?: Partial<PointOfSale>) => Promise<PointOfSale>;
2389
+ update: (id: string, newData: Partial<PointOfSale>) => Promise<PointOfSale>;
2390
+ remove: (id: string) => Promise<PointOfSale>;
2391
+ };
2392
+ pricelist: {
2393
+ findAll: (options?: {
2394
+ where?: Partial<Pricelist>;
2395
+ relations?: Record<string, boolean>;
2396
+ }) => Promise<Pricelist[]>;
2397
+ findOne: (id: string) => Promise<Pricelist>;
2398
+ create: (data?: Partial<Pricelist>) => Promise<Pricelist>;
2399
+ update: (id: string, newData: Partial<Pricelist>) => Promise<Pricelist>;
2400
+ remove: (id: string) => Promise<Pricelist>;
2401
+ };
2272
2402
  productItem: {
2273
2403
  findAll: (options?: {
2274
2404
  where?: Partial<ProductItem>;
@@ -2299,6 +2429,16 @@ declare const konversiAPI: {
2299
2429
  update: (id: string, newData: Partial<Product>) => Promise<Product>;
2300
2430
  remove: (id: string) => Promise<Product>;
2301
2431
  };
2432
+ unitConversion: {
2433
+ findAll: (options?: {
2434
+ where?: Partial<UnitConversion>;
2435
+ relations?: Record<string, boolean>;
2436
+ }) => Promise<UnitConversion[]>;
2437
+ findOne: (id: string) => Promise<UnitConversion>;
2438
+ create: (data?: Partial<UnitConversion>) => Promise<UnitConversion>;
2439
+ update: (id: string, newData: Partial<UnitConversion>) => Promise<UnitConversion>;
2440
+ remove: (id: string) => Promise<UnitConversion>;
2441
+ };
2302
2442
  productGroup: {
2303
2443
  findAll: (options?: {
2304
2444
  where?: Partial<ProductGroup>;
@@ -2309,6 +2449,26 @@ declare const konversiAPI: {
2309
2449
  update: (id: string, newData: Partial<ProductGroup>) => Promise<ProductGroup>;
2310
2450
  remove: (id: string) => Promise<ProductGroup>;
2311
2451
  };
2452
+ productLocation: {
2453
+ findAll: (options?: {
2454
+ where?: Partial<ProductLocation>;
2455
+ relations?: Record<string, boolean>;
2456
+ }) => Promise<ProductLocation[]>;
2457
+ findOne: (id: string) => Promise<ProductLocation>;
2458
+ create: (data?: Partial<ProductLocation>) => Promise<ProductLocation>;
2459
+ update: (id: string, newData: Partial<ProductLocation>) => Promise<ProductLocation>;
2460
+ remove: (id: string) => Promise<ProductLocation>;
2461
+ };
2462
+ productLocationTransfer: {
2463
+ findAll: (options?: {
2464
+ where?: Partial<ProductLocationTransfer>;
2465
+ relations?: Record<string, boolean>;
2466
+ }) => Promise<ProductLocationTransfer[]>;
2467
+ findOne: (id: string) => Promise<ProductLocationTransfer>;
2468
+ create: (data?: Partial<ProductLocationTransfer>) => Promise<ProductLocationTransfer>;
2469
+ update: (id: string, newData: Partial<ProductLocationTransfer>) => Promise<ProductLocationTransfer>;
2470
+ remove: (id: string) => Promise<ProductLocationTransfer>;
2471
+ };
2312
2472
  quoteLine: {
2313
2473
  findAll: (options?: {
2314
2474
  where?: Partial<QuoteLine>;
@@ -2449,6 +2609,46 @@ declare const konversiAPI: {
2449
2609
  update: (id: string, newData: Partial<Warehouse>) => Promise<Warehouse>;
2450
2610
  remove: (id: string) => Promise<Warehouse>;
2451
2611
  };
2612
+ webComponentSlot: {
2613
+ findAll: (options?: {
2614
+ where?: Partial<WebComponentSlot>;
2615
+ relations?: Record<string, boolean>;
2616
+ }) => Promise<WebComponentSlot[]>;
2617
+ findOne: (id: string) => Promise<WebComponentSlot>;
2618
+ create: (data?: Partial<WebComponentSlot>) => Promise<WebComponentSlot>;
2619
+ update: (id: string, newData: Partial<WebComponentSlot>) => Promise<WebComponentSlot>;
2620
+ remove: (id: string) => Promise<WebComponentSlot>;
2621
+ };
2622
+ webComponent: {
2623
+ findAll: (options?: {
2624
+ where?: Partial<WebComponent>;
2625
+ relations?: Record<string, boolean>;
2626
+ }) => Promise<WebComponent[]>;
2627
+ findOne: (id: string) => Promise<WebComponent>;
2628
+ create: (data?: Partial<WebComponent>) => Promise<WebComponent>;
2629
+ update: (id: string, newData: Partial<WebComponent>) => Promise<WebComponent>;
2630
+ remove: (id: string) => Promise<WebComponent>;
2631
+ };
2632
+ storeProductVariant: {
2633
+ findAll: (options?: {
2634
+ where?: Partial<StoreProductVariant>;
2635
+ relations?: Record<string, boolean>;
2636
+ }) => Promise<StoreProductVariant[]>;
2637
+ findOne: (id: string) => Promise<StoreProductVariant>;
2638
+ create: (data?: Partial<StoreProductVariant>) => Promise<StoreProductVariant>;
2639
+ update: (id: string, newData: Partial<StoreProductVariant>) => Promise<StoreProductVariant>;
2640
+ remove: (id: string) => Promise<StoreProductVariant>;
2641
+ };
2642
+ bill: {
2643
+ findAll: (options?: {
2644
+ where?: Partial<Bill>;
2645
+ relations?: Record<string, boolean>;
2646
+ }) => Promise<Bill[]>;
2647
+ findOne: (id: string) => Promise<Bill>;
2648
+ create: (data?: Partial<Bill>) => Promise<Bill>;
2649
+ update: (id: string, newData: Partial<Bill>) => Promise<Bill>;
2650
+ remove: (id: string) => Promise<Bill>;
2651
+ };
2452
2652
  expenseLine: {
2453
2653
  findAll: (options?: {
2454
2654
  where?: Partial<ExpenseLine>;
@@ -2499,6 +2699,26 @@ declare const konversiAPI: {
2499
2699
  update: (id: string, newData: Partial<Payment>) => Promise<Payment>;
2500
2700
  remove: (id: string) => Promise<Payment>;
2501
2701
  };
2702
+ chatMessage: {
2703
+ findAll: (options?: {
2704
+ where?: Partial<ChatMessage>;
2705
+ relations?: Record<string, boolean>;
2706
+ }) => Promise<ChatMessage[]>;
2707
+ findOne: (id: string) => Promise<ChatMessage>;
2708
+ create: (data?: Partial<ChatMessage>) => Promise<ChatMessage>;
2709
+ update: (id: string, newData: Partial<ChatMessage>) => Promise<ChatMessage>;
2710
+ remove: (id: string) => Promise<ChatMessage>;
2711
+ };
2712
+ chatSession: {
2713
+ findAll: (options?: {
2714
+ where?: Partial<ChatSession>;
2715
+ relations?: Record<string, boolean>;
2716
+ }) => Promise<ChatSession[]>;
2717
+ findOne: (id: string) => Promise<ChatSession>;
2718
+ create: (data?: Partial<ChatSession>) => Promise<ChatSession>;
2719
+ update: (id: string, newData: Partial<ChatSession>) => Promise<ChatSession>;
2720
+ remove: (id: string) => Promise<ChatSession>;
2721
+ };
2502
2722
  automationJob: {
2503
2723
  findAll: (options?: {
2504
2724
  where?: Partial<AutomationJob>;
@@ -2529,6 +2749,16 @@ declare const konversiAPI: {
2529
2749
  update: (id: string, newData: Partial<UserAction>) => Promise<UserAction>;
2530
2750
  remove: (id: string) => Promise<UserAction>;
2531
2751
  };
2752
+ businessIntelligenceReport: {
2753
+ findAll: (options?: {
2754
+ where?: Partial<BusinessIntelligenceReport>;
2755
+ relations?: Record<string, boolean>;
2756
+ }) => Promise<BusinessIntelligenceReport[]>;
2757
+ findOne: (id: string) => Promise<BusinessIntelligenceReport>;
2758
+ create: (data?: Partial<BusinessIntelligenceReport>) => Promise<BusinessIntelligenceReport>;
2759
+ update: (id: string, newData: Partial<BusinessIntelligenceReport>) => Promise<BusinessIntelligenceReport>;
2760
+ remove: (id: string) => Promise<BusinessIntelligenceReport>;
2761
+ };
2532
2762
  companyAlias: {
2533
2763
  findAll: (options?: {
2534
2764
  where?: Partial<CompanyAlias>;
@@ -2549,6 +2779,36 @@ declare const konversiAPI: {
2549
2779
  update: (id: string, newData: Partial<Form>) => Promise<Form>;
2550
2780
  remove: (id: string) => Promise<Form>;
2551
2781
  };
2782
+ conversation: {
2783
+ findAll: (options?: {
2784
+ where?: Partial<Conversation>;
2785
+ relations?: Record<string, boolean>;
2786
+ }) => Promise<Conversation[]>;
2787
+ findOne: (id: string) => Promise<Conversation>;
2788
+ create: (data?: Partial<Conversation>) => Promise<Conversation>;
2789
+ update: (id: string, newData: Partial<Conversation>) => Promise<Conversation>;
2790
+ remove: (id: string) => Promise<Conversation>;
2791
+ };
2792
+ conversationMessage: {
2793
+ findAll: (options?: {
2794
+ where?: Partial<ConversationMessage>;
2795
+ relations?: Record<string, boolean>;
2796
+ }) => Promise<ConversationMessage[]>;
2797
+ findOne: (id: string) => Promise<ConversationMessage>;
2798
+ create: (data?: Partial<ConversationMessage>) => Promise<ConversationMessage>;
2799
+ update: (id: string, newData: Partial<ConversationMessage>) => Promise<ConversationMessage>;
2800
+ remove: (id: string) => Promise<ConversationMessage>;
2801
+ };
2802
+ whatsappAccount: {
2803
+ findAll: (options?: {
2804
+ where?: Partial<WhatsappAccount>;
2805
+ relations?: Record<string, boolean>;
2806
+ }) => Promise<WhatsappAccount[]>;
2807
+ findOne: (id: string) => Promise<WhatsappAccount>;
2808
+ create: (data?: Partial<WhatsappAccount>) => Promise<WhatsappAccount>;
2809
+ update: (id: string, newData: Partial<WhatsappAccount>) => Promise<WhatsappAccount>;
2810
+ remove: (id: string) => Promise<WhatsappAccount>;
2811
+ };
2552
2812
  deliveryJob: {
2553
2813
  findAll: (options?: {
2554
2814
  where?: Partial<DeliveryJob>;
@@ -2559,6 +2819,26 @@ declare const konversiAPI: {
2559
2819
  update: (id: string, newData: Partial<DeliveryJob>) => Promise<DeliveryJob>;
2560
2820
  remove: (id: string) => Promise<DeliveryJob>;
2561
2821
  };
2822
+ fuelEntry: {
2823
+ findAll: (options?: {
2824
+ where?: Partial<FuelEntry>;
2825
+ relations?: Record<string, boolean>;
2826
+ }) => Promise<FuelEntry[]>;
2827
+ findOne: (id: string) => Promise<FuelEntry>;
2828
+ create: (data?: Partial<FuelEntry>) => Promise<FuelEntry>;
2829
+ update: (id: string, newData: Partial<FuelEntry>) => Promise<FuelEntry>;
2830
+ remove: (id: string) => Promise<FuelEntry>;
2831
+ };
2832
+ maintenanceOrderLine: {
2833
+ findAll: (options?: {
2834
+ where?: Partial<MaintenanceOrderLine>;
2835
+ relations?: Record<string, boolean>;
2836
+ }) => Promise<MaintenanceOrderLine[]>;
2837
+ findOne: (id: string) => Promise<MaintenanceOrderLine>;
2838
+ create: (data?: Partial<MaintenanceOrderLine>) => Promise<MaintenanceOrderLine>;
2839
+ update: (id: string, newData: Partial<MaintenanceOrderLine>) => Promise<MaintenanceOrderLine>;
2840
+ remove: (id: string) => Promise<MaintenanceOrderLine>;
2841
+ };
2562
2842
  vehicle: {
2563
2843
  findAll: (options?: {
2564
2844
  where?: Partial<Vehicle>;
@@ -2609,6 +2889,16 @@ declare const konversiAPI: {
2609
2889
  update: (id: string, newData: Partial<IotDevice>) => Promise<IotDevice>;
2610
2890
  remove: (id: string) => Promise<IotDevice>;
2611
2891
  };
2892
+ iotHub: {
2893
+ findAll: (options?: {
2894
+ where?: Partial<IotHub>;
2895
+ relations?: Record<string, boolean>;
2896
+ }) => Promise<IotHub[]>;
2897
+ findOne: (id: string) => Promise<IotHub>;
2898
+ create: (data?: Partial<IotHub>) => Promise<IotHub>;
2899
+ update: (id: string, newData: Partial<IotHub>) => Promise<IotHub>;
2900
+ remove: (id: string) => Promise<IotHub>;
2901
+ };
2612
2902
  iotJob: {
2613
2903
  findAll: (options?: {
2614
2904
  where?: Partial<IotJob>;
@@ -2669,6 +2959,26 @@ declare const konversiAPI: {
2669
2959
  update: (id: string, newData: Partial<ProductionOrderLine>) => Promise<ProductionOrderLine>;
2670
2960
  remove: (id: string) => Promise<ProductionOrderLine>;
2671
2961
  };
2962
+ qualityCheck: {
2963
+ findAll: (options?: {
2964
+ where?: Partial<QualityCheck>;
2965
+ relations?: Record<string, boolean>;
2966
+ }) => Promise<QualityCheck[]>;
2967
+ findOne: (id: string) => Promise<QualityCheck>;
2968
+ create: (data?: Partial<QualityCheck>) => Promise<QualityCheck>;
2969
+ update: (id: string, newData: Partial<QualityCheck>) => Promise<QualityCheck>;
2970
+ remove: (id: string) => Promise<QualityCheck>;
2971
+ };
2972
+ qualityCheckpoint: {
2973
+ findAll: (options?: {
2974
+ where?: Partial<QualityCheckpoint>;
2975
+ relations?: Record<string, boolean>;
2976
+ }) => Promise<QualityCheckpoint[]>;
2977
+ findOne: (id: string) => Promise<QualityCheckpoint>;
2978
+ create: (data?: Partial<QualityCheckpoint>) => Promise<QualityCheckpoint>;
2979
+ update: (id: string, newData: Partial<QualityCheckpoint>) => Promise<QualityCheckpoint>;
2980
+ remove: (id: string) => Promise<QualityCheckpoint>;
2981
+ };
2672
2982
  workstation: {
2673
2983
  findAll: (options?: {
2674
2984
  where?: Partial<Workstation>;
@@ -2679,6 +2989,16 @@ declare const konversiAPI: {
2679
2989
  update: (id: string, newData: Partial<Workstation>) => Promise<Workstation>;
2680
2990
  remove: (id: string) => Promise<Workstation>;
2681
2991
  };
2992
+ workstationTransfer: {
2993
+ findAll: (options?: {
2994
+ where?: Partial<WorkstationTransfer>;
2995
+ relations?: Record<string, boolean>;
2996
+ }) => Promise<WorkstationTransfer[]>;
2997
+ findOne: (id: string) => Promise<WorkstationTransfer>;
2998
+ create: (data?: Partial<WorkstationTransfer>) => Promise<WorkstationTransfer>;
2999
+ update: (id: string, newData: Partial<WorkstationTransfer>) => Promise<WorkstationTransfer>;
3000
+ remove: (id: string) => Promise<WorkstationTransfer>;
3001
+ };
2682
3002
  rentalOrderLine: {
2683
3003
  findAll: (options?: {
2684
3004
  where?: Partial<RentalOrderLine>;
@@ -2699,6 +3019,76 @@ declare const konversiAPI: {
2699
3019
  update: (id: string, newData: Partial<RentalOrder>) => Promise<RentalOrder>;
2700
3020
  remove: (id: string) => Promise<RentalOrder>;
2701
3021
  };
3022
+ returnSalesOrder: {
3023
+ findAll: (options?: {
3024
+ where?: Partial<ReturnSalesOrder>;
3025
+ relations?: Record<string, boolean>;
3026
+ }) => Promise<ReturnSalesOrder[]>;
3027
+ findOne: (id: string) => Promise<ReturnSalesOrder>;
3028
+ create: (data?: Partial<ReturnSalesOrder>) => Promise<ReturnSalesOrder>;
3029
+ update: (id: string, newData: Partial<ReturnSalesOrder>) => Promise<ReturnSalesOrder>;
3030
+ remove: (id: string) => Promise<ReturnSalesOrder>;
3031
+ };
3032
+ pricelistLine: {
3033
+ findAll: (options?: {
3034
+ where?: Partial<PricelistLine>;
3035
+ relations?: Record<string, boolean>;
3036
+ }) => Promise<PricelistLine[]>;
3037
+ findOne: (id: string) => Promise<PricelistLine>;
3038
+ create: (data?: Partial<PricelistLine>) => Promise<PricelistLine>;
3039
+ update: (id: string, newData: Partial<PricelistLine>) => Promise<PricelistLine>;
3040
+ remove: (id: string) => Promise<PricelistLine>;
3041
+ };
3042
+ lease: {
3043
+ findAll: (options?: {
3044
+ where?: Partial<Lease>;
3045
+ relations?: Record<string, boolean>;
3046
+ }) => Promise<Lease[]>;
3047
+ findOne: (id: string) => Promise<Lease>;
3048
+ create: (data?: Partial<Lease>) => Promise<Lease>;
3049
+ update: (id: string, newData: Partial<Lease>) => Promise<Lease>;
3050
+ remove: (id: string) => Promise<Lease>;
3051
+ };
3052
+ property: {
3053
+ findAll: (options?: {
3054
+ where?: Partial<Property>;
3055
+ relations?: Record<string, boolean>;
3056
+ }) => Promise<Property[]>;
3057
+ findOne: (id: string) => Promise<Property>;
3058
+ create: (data?: Partial<Property>) => Promise<Property>;
3059
+ update: (id: string, newData: Partial<Property>) => Promise<Property>;
3060
+ remove: (id: string) => Promise<Property>;
3061
+ };
3062
+ propertyGroup: {
3063
+ findAll: (options?: {
3064
+ where?: Partial<PropertyGroup>;
3065
+ relations?: Record<string, boolean>;
3066
+ }) => Promise<PropertyGroup[]>;
3067
+ findOne: (id: string) => Promise<PropertyGroup>;
3068
+ create: (data?: Partial<PropertyGroup>) => Promise<PropertyGroup>;
3069
+ update: (id: string, newData: Partial<PropertyGroup>) => Promise<PropertyGroup>;
3070
+ remove: (id: string) => Promise<PropertyGroup>;
3071
+ };
3072
+ rule: {
3073
+ findAll: (options?: {
3074
+ where?: Partial<Rule>;
3075
+ relations?: Record<string, boolean>;
3076
+ }) => Promise<Rule[]>;
3077
+ findOne: (id: string) => Promise<Rule>;
3078
+ create: (data?: Partial<Rule>) => Promise<Rule>;
3079
+ update: (id: string, newData: Partial<Rule>) => Promise<Rule>;
3080
+ remove: (id: string) => Promise<Rule>;
3081
+ };
3082
+ telemetryEvent: {
3083
+ findAll: (options?: {
3084
+ where?: Partial<TelemetryEvent>;
3085
+ relations?: Record<string, boolean>;
3086
+ }) => Promise<TelemetryEvent[]>;
3087
+ findOne: (id: string) => Promise<TelemetryEvent>;
3088
+ create: (data?: Partial<TelemetryEvent>) => Promise<TelemetryEvent>;
3089
+ update: (id: string, newData: Partial<TelemetryEvent>) => Promise<TelemetryEvent>;
3090
+ remove: (id: string) => Promise<TelemetryEvent>;
3091
+ };
2702
3092
  userPersonaCustomSchemaPermission: {
2703
3093
  findAll: (options?: {
2704
3094
  where?: Partial<UserPersonaCustomSchemaPermission>;
@@ -2739,6 +3129,26 @@ declare const konversiAPI: {
2739
3129
  update: (id: string, newData: Partial<UserPersona>) => Promise<UserPersona>;
2740
3130
  remove: (id: string) => Promise<UserPersona>;
2741
3131
  };
3132
+ billLine: {
3133
+ findAll: (options?: {
3134
+ where?: Partial<BillLine>;
3135
+ relations?: Record<string, boolean>;
3136
+ }) => Promise<BillLine[]>;
3137
+ findOne: (id: string) => Promise<BillLine>;
3138
+ create: (data?: Partial<BillLine>) => Promise<BillLine>;
3139
+ update: (id: string, newData: Partial<BillLine>) => Promise<BillLine>;
3140
+ remove: (id: string) => Promise<BillLine>;
3141
+ };
3142
+ maintenanceOrder: {
3143
+ findAll: (options?: {
3144
+ where?: Partial<MaintenanceOrder>;
3145
+ relations?: Record<string, boolean>;
3146
+ }) => Promise<MaintenanceOrder[]>;
3147
+ findOne: (id: string) => Promise<MaintenanceOrder>;
3148
+ create: (data?: Partial<MaintenanceOrder>) => Promise<MaintenanceOrder>;
3149
+ update: (id: string, newData: Partial<MaintenanceOrder>) => Promise<MaintenanceOrder>;
3150
+ remove: (id: string) => Promise<MaintenanceOrder>;
3151
+ };
2742
3152
  shift: {
2743
3153
  findAll: (options?: {
2744
3154
  where?: Partial<Shift>;