@cristian-israel/giganet_lib_conecta 1.0.70 → 1.0.71
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 +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -36641,6 +36641,7 @@ declare const schemas: {
|
|
|
36641
36641
|
is_active: boolean;
|
|
36642
36642
|
cron_expression: string;
|
|
36643
36643
|
execution_count: number;
|
|
36644
|
+
metadata?: any;
|
|
36644
36645
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36645
36646
|
last_execution_at?: NativeDate | null | undefined;
|
|
36646
36647
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -36652,6 +36653,7 @@ declare const schemas: {
|
|
|
36652
36653
|
is_active: boolean;
|
|
36653
36654
|
cron_expression: string;
|
|
36654
36655
|
execution_count: number;
|
|
36656
|
+
metadata?: any;
|
|
36655
36657
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36656
36658
|
last_execution_at?: NativeDate | null | undefined;
|
|
36657
36659
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -36667,6 +36669,7 @@ declare const schemas: {
|
|
|
36667
36669
|
is_active: boolean;
|
|
36668
36670
|
cron_expression: string;
|
|
36669
36671
|
execution_count: number;
|
|
36672
|
+
metadata?: any;
|
|
36670
36673
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36671
36674
|
last_execution_at?: NativeDate | null | undefined;
|
|
36672
36675
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -36684,6 +36687,7 @@ declare const schemas: {
|
|
|
36684
36687
|
is_active: boolean;
|
|
36685
36688
|
cron_expression: string;
|
|
36686
36689
|
execution_count: number;
|
|
36690
|
+
metadata?: any;
|
|
36687
36691
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36688
36692
|
last_execution_at?: NativeDate | null | undefined;
|
|
36689
36693
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37108,6 +37112,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37108
37112
|
is_active: boolean;
|
|
37109
37113
|
cron_expression: string;
|
|
37110
37114
|
execution_count: number;
|
|
37115
|
+
metadata?: any;
|
|
37111
37116
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37112
37117
|
last_execution_at?: NativeDate | null | undefined;
|
|
37113
37118
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37119,6 +37124,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37119
37124
|
is_active: boolean;
|
|
37120
37125
|
cron_expression: string;
|
|
37121
37126
|
execution_count: number;
|
|
37127
|
+
metadata?: any;
|
|
37122
37128
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37123
37129
|
last_execution_at?: NativeDate | null | undefined;
|
|
37124
37130
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37134,6 +37140,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37134
37140
|
is_active: boolean;
|
|
37135
37141
|
cron_expression: string;
|
|
37136
37142
|
execution_count: number;
|
|
37143
|
+
metadata?: any;
|
|
37137
37144
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37138
37145
|
last_execution_at?: NativeDate | null | undefined;
|
|
37139
37146
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37151,6 +37158,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37151
37158
|
is_active: boolean;
|
|
37152
37159
|
cron_expression: string;
|
|
37153
37160
|
execution_count: number;
|
|
37161
|
+
metadata?: any;
|
|
37154
37162
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37155
37163
|
last_execution_at?: NativeDate | null | undefined;
|
|
37156
37164
|
next_execution_at?: NativeDate | null | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -36641,6 +36641,7 @@ declare const schemas: {
|
|
|
36641
36641
|
is_active: boolean;
|
|
36642
36642
|
cron_expression: string;
|
|
36643
36643
|
execution_count: number;
|
|
36644
|
+
metadata?: any;
|
|
36644
36645
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36645
36646
|
last_execution_at?: NativeDate | null | undefined;
|
|
36646
36647
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -36652,6 +36653,7 @@ declare const schemas: {
|
|
|
36652
36653
|
is_active: boolean;
|
|
36653
36654
|
cron_expression: string;
|
|
36654
36655
|
execution_count: number;
|
|
36656
|
+
metadata?: any;
|
|
36655
36657
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36656
36658
|
last_execution_at?: NativeDate | null | undefined;
|
|
36657
36659
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -36667,6 +36669,7 @@ declare const schemas: {
|
|
|
36667
36669
|
is_active: boolean;
|
|
36668
36670
|
cron_expression: string;
|
|
36669
36671
|
execution_count: number;
|
|
36672
|
+
metadata?: any;
|
|
36670
36673
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36671
36674
|
last_execution_at?: NativeDate | null | undefined;
|
|
36672
36675
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -36684,6 +36687,7 @@ declare const schemas: {
|
|
|
36684
36687
|
is_active: boolean;
|
|
36685
36688
|
cron_expression: string;
|
|
36686
36689
|
execution_count: number;
|
|
36690
|
+
metadata?: any;
|
|
36687
36691
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
36688
36692
|
last_execution_at?: NativeDate | null | undefined;
|
|
36689
36693
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37108,6 +37112,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37108
37112
|
is_active: boolean;
|
|
37109
37113
|
cron_expression: string;
|
|
37110
37114
|
execution_count: number;
|
|
37115
|
+
metadata?: any;
|
|
37111
37116
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37112
37117
|
last_execution_at?: NativeDate | null | undefined;
|
|
37113
37118
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37119,6 +37124,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37119
37124
|
is_active: boolean;
|
|
37120
37125
|
cron_expression: string;
|
|
37121
37126
|
execution_count: number;
|
|
37127
|
+
metadata?: any;
|
|
37122
37128
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37123
37129
|
last_execution_at?: NativeDate | null | undefined;
|
|
37124
37130
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37134,6 +37140,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37134
37140
|
is_active: boolean;
|
|
37135
37141
|
cron_expression: string;
|
|
37136
37142
|
execution_count: number;
|
|
37143
|
+
metadata?: any;
|
|
37137
37144
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37138
37145
|
last_execution_at?: NativeDate | null | undefined;
|
|
37139
37146
|
next_execution_at?: NativeDate | null | undefined;
|
|
@@ -37151,6 +37158,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
37151
37158
|
is_active: boolean;
|
|
37152
37159
|
cron_expression: string;
|
|
37153
37160
|
execution_count: number;
|
|
37161
|
+
metadata?: any;
|
|
37154
37162
|
status_last_execution?: "success" | "error" | "info" | "warning" | null | undefined;
|
|
37155
37163
|
last_execution_at?: NativeDate | null | undefined;
|
|
37156
37164
|
next_execution_at?: NativeDate | null | undefined;
|
package/dist/index.js
CHANGED
|
@@ -91480,7 +91480,8 @@ var RoutinesTasksSchema = new import_mongoose9.Schema(
|
|
|
91480
91480
|
last_execution_at: { type: Date, default: null },
|
|
91481
91481
|
next_execution_at: { type: Date, default: null },
|
|
91482
91482
|
execution_count: { type: Number, default: 0 },
|
|
91483
|
-
last_execution_time_ms: { type: Number, default: null }
|
|
91483
|
+
last_execution_time_ms: { type: Number, default: null },
|
|
91484
|
+
metadata: { type: import_mongoose9.Schema.Types.Mixed }
|
|
91484
91485
|
},
|
|
91485
91486
|
{
|
|
91486
91487
|
timestamps: true
|
package/dist/index.mjs
CHANGED
|
@@ -91436,7 +91436,8 @@ var RoutinesTasksSchema = new Schema8(
|
|
|
91436
91436
|
last_execution_at: { type: Date, default: null },
|
|
91437
91437
|
next_execution_at: { type: Date, default: null },
|
|
91438
91438
|
execution_count: { type: Number, default: 0 },
|
|
91439
|
-
last_execution_time_ms: { type: Number, default: null }
|
|
91439
|
+
last_execution_time_ms: { type: Number, default: null },
|
|
91440
|
+
metadata: { type: Schema8.Types.Mixed }
|
|
91440
91441
|
},
|
|
91441
91442
|
{
|
|
91442
91443
|
timestamps: true
|