js-klikvet-logic-worker 2.3.27 → 2.3.28

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/worker.d.mts CHANGED
@@ -428,7 +428,7 @@ export declare class KlikvetLogicWorker extends Worker {
428
428
  razknjizene: number;
429
429
  napake: any[];
430
430
  }>;
431
- razknjiziBlagovnico(_id: string, tenant: string): Promise<import("cry-klikvet-logic").Poraba | import("cry-klikvet-logic").Dobava | import("cry-klikvet-logic").Prenos | import("cry-klikvet-logic").Inventura | import("cry-klikvet-logic").Narocilo | undefined>;
431
+ razknjiziBlagovnico(_id: string, tenant: string): Promise<import("cry-klikvet-logic").Poraba | import("cry-klikvet-logic").Prenos | import("cry-klikvet-logic").Inventura | import("cry-klikvet-logic").Dobava | import("cry-klikvet-logic").Narocilo | undefined>;
432
432
  razknjiziDobavnico(_id: string, tenant: string): Promise<Dobavnica | undefined>;
433
433
  registerAllInvoices(data: {
434
434
  tenant: string;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "js-klikvet-logic-worker",
3
- "version": "2.3.27",
3
+ "version": "2.3.28",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "dependencies": {
7
7
  "cry-db": "^2.2.13",
8
8
  "cry-ebus2": "^3.5.2",
9
9
  "cry-helpers": "^2.1.158",
10
- "cry-klikvet-logic": "^1.0.242",
10
+ "cry-klikvet-logic": "^1.0.243",
11
11
  "cry-local-query": "^1.0.12",
12
12
  "dotenv": "^16.4.6",
13
13
  "lodash.clonedeep": ">=4.5.0",