sigo-package 1.2.136 → 1.2.138

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
@@ -772,6 +772,8 @@ declare const collections: Readonly<{
772
772
  PERU_9112_BantelOrder: "PERU_9112_BantelOrder";
773
773
  PERU_9112_BantelOrderStock: "PERU_9112_BantelOrderStock";
774
774
  user: "users";
775
+ systemOption: "systemOptions";
776
+ profile: "profiles";
775
777
  }>;
776
778
 
777
779
  declare const db_root = "sigo_db";
package/dist/index.d.ts CHANGED
@@ -772,6 +772,8 @@ declare const collections: Readonly<{
772
772
  PERU_9112_BantelOrder: "PERU_9112_BantelOrder";
773
773
  PERU_9112_BantelOrderStock: "PERU_9112_BantelOrderStock";
774
774
  user: "users";
775
+ systemOption: "systemOptions";
776
+ profile: "profiles";
775
777
  }>;
776
778
 
777
779
  declare const db_root = "sigo_db";
package/dist/index.js CHANGED
@@ -16811,7 +16811,9 @@ var collections = Object.freeze({
16811
16811
  PERU_9112_MiFibraOrderStock: "PERU_9112_MiFibraOrderStock",
16812
16812
  PERU_9112_BantelOrder: "PERU_9112_BantelOrder",
16813
16813
  PERU_9112_BantelOrderStock: "PERU_9112_BantelOrderStock",
16814
- user: "users"
16814
+ user: "users",
16815
+ systemOption: "systemOptions",
16816
+ profile: "profiles"
16815
16817
  });
16816
16818
 
16817
16819
  // src/v2/constants/db.ts
package/dist/index.mjs CHANGED
@@ -16646,7 +16646,9 @@ var collections = Object.freeze({
16646
16646
  PERU_9112_MiFibraOrderStock: "PERU_9112_MiFibraOrderStock",
16647
16647
  PERU_9112_BantelOrder: "PERU_9112_BantelOrder",
16648
16648
  PERU_9112_BantelOrderStock: "PERU_9112_BantelOrderStock",
16649
- user: "users"
16649
+ user: "users",
16650
+ systemOption: "systemOptions",
16651
+ profile: "profiles"
16650
16652
  });
16651
16653
 
16652
16654
  // src/v2/constants/db.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.136",
3
+ "version": "1.2.138",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",