@cristian-israel/giganet_lib_conecta 1.0.71 → 1.0.72
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -91481,7 +91481,7 @@ var RoutinesTasksSchema = new import_mongoose9.Schema(
|
|
|
91481
91481
|
next_execution_at: { type: Date, default: null },
|
|
91482
91482
|
execution_count: { type: Number, default: 0 },
|
|
91483
91483
|
last_execution_time_ms: { type: Number, default: null },
|
|
91484
|
-
metadata: { type:
|
|
91484
|
+
metadata: { type: Object, default: null }
|
|
91485
91485
|
},
|
|
91486
91486
|
{
|
|
91487
91487
|
timestamps: true
|
package/dist/index.mjs
CHANGED
|
@@ -91437,7 +91437,7 @@ var RoutinesTasksSchema = new Schema8(
|
|
|
91437
91437
|
next_execution_at: { type: Date, default: null },
|
|
91438
91438
|
execution_count: { type: Number, default: 0 },
|
|
91439
91439
|
last_execution_time_ms: { type: Number, default: null },
|
|
91440
|
-
metadata: { type:
|
|
91440
|
+
metadata: { type: Object, default: null }
|
|
91441
91441
|
},
|
|
91442
91442
|
{
|
|
91443
91443
|
timestamps: true
|