@cristian-israel/giganet_lib_conecta 1.0.92 → 1.0.93

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
@@ -38339,14 +38339,14 @@ declare const MonitoringPonsUpdateMetaSchema: z.ZodObject<{
38339
38339
  type MonitoringPonsSnapshot = z.infer<typeof MonitoringPonsSnapshotSchema>;
38340
38340
  type MonitoringPonsUpdateMeta = z.infer<typeof MonitoringPonsUpdateMetaSchema>;
38341
38341
 
38342
- type PonsStore = {
38342
+ type MonitoringPonsStore = {
38343
38343
  getSnapshot(): Promise<MonitoringPonsSnapshot | null>;
38344
38344
  setSnapshot(snapshot: MonitoringPonsSnapshot): Promise<void>;
38345
38345
  publishUpdate(meta: MonitoringPonsUpdateMeta): Promise<void>;
38346
38346
  subscribe(onUpdate: (meta: MonitoringPonsUpdateMeta) => void): () => void;
38347
38347
  };
38348
38348
 
38349
- declare function createMonitoringPonsStore(client: Redis__default, basePrefix: string): PonsStore;
38349
+ declare function createMonitoringPonsStore(client: Redis__default, basePrefix: string): MonitoringPonsStore;
38350
38350
 
38351
38351
  declare const storeFactories: {
38352
38352
  readonly monitoring_pons: typeof createMonitoringPonsStore;
package/dist/index.d.ts CHANGED
@@ -38339,14 +38339,14 @@ declare const MonitoringPonsUpdateMetaSchema: z.ZodObject<{
38339
38339
  type MonitoringPonsSnapshot = z.infer<typeof MonitoringPonsSnapshotSchema>;
38340
38340
  type MonitoringPonsUpdateMeta = z.infer<typeof MonitoringPonsUpdateMetaSchema>;
38341
38341
 
38342
- type PonsStore = {
38342
+ type MonitoringPonsStore = {
38343
38343
  getSnapshot(): Promise<MonitoringPonsSnapshot | null>;
38344
38344
  setSnapshot(snapshot: MonitoringPonsSnapshot): Promise<void>;
38345
38345
  publishUpdate(meta: MonitoringPonsUpdateMeta): Promise<void>;
38346
38346
  subscribe(onUpdate: (meta: MonitoringPonsUpdateMeta) => void): () => void;
38347
38347
  };
38348
38348
 
38349
- declare function createMonitoringPonsStore(client: Redis__default, basePrefix: string): PonsStore;
38349
+ declare function createMonitoringPonsStore(client: Redis__default, basePrefix: string): MonitoringPonsStore;
38350
38350
 
38351
38351
  declare const storeFactories: {
38352
38352
  readonly monitoring_pons: typeof createMonitoringPonsStore;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cristian-israel/giganet_lib_conecta",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "description": "Database Connector Layer",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",