@cristian-israel/giganet_lib_conecta 1.0.40 → 1.0.41
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 -8
- package/dist/index.d.ts +8 -8
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -36485,7 +36485,7 @@ declare const schemas: {
|
|
|
36485
36485
|
tasks: mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
36486
36486
|
timestamps: true;
|
|
36487
36487
|
}, {
|
|
36488
|
-
status: "running" | "stopped" | "waiting";
|
|
36488
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36489
36489
|
name: string;
|
|
36490
36490
|
description: string;
|
|
36491
36491
|
is_active: boolean;
|
|
@@ -36496,7 +36496,7 @@ declare const schemas: {
|
|
|
36496
36496
|
next_execution_at?: NativeDate | null | undefined;
|
|
36497
36497
|
last_execution_time_ms?: number | null | undefined;
|
|
36498
36498
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36499
|
-
status: "running" | "stopped" | "waiting";
|
|
36499
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36500
36500
|
name: string;
|
|
36501
36501
|
description: string;
|
|
36502
36502
|
is_active: boolean;
|
|
@@ -36511,7 +36511,7 @@ declare const schemas: {
|
|
|
36511
36511
|
}, Omit<mongoose.DefaultSchemaOptions, "timestamps"> & {
|
|
36512
36512
|
timestamps: true;
|
|
36513
36513
|
}> & Omit<{
|
|
36514
|
-
status: "running" | "stopped" | "waiting";
|
|
36514
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36515
36515
|
name: string;
|
|
36516
36516
|
description: string;
|
|
36517
36517
|
is_active: boolean;
|
|
@@ -36528,7 +36528,7 @@ declare const schemas: {
|
|
|
36528
36528
|
}, "id"> & {
|
|
36529
36529
|
id: string;
|
|
36530
36530
|
}, unknown, {
|
|
36531
|
-
status: "running" | "stopped" | "waiting";
|
|
36531
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36532
36532
|
name: string;
|
|
36533
36533
|
description: string;
|
|
36534
36534
|
is_active: boolean;
|
|
@@ -36834,7 +36834,7 @@ declare namespace ixcSoftApi_types {
|
|
|
36834
36834
|
declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
36835
36835
|
timestamps: true;
|
|
36836
36836
|
}, {
|
|
36837
|
-
status: "running" | "stopped" | "waiting";
|
|
36837
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36838
36838
|
name: string;
|
|
36839
36839
|
description: string;
|
|
36840
36840
|
is_active: boolean;
|
|
@@ -36845,7 +36845,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
36845
36845
|
next_execution_at?: NativeDate | null | undefined;
|
|
36846
36846
|
last_execution_time_ms?: number | null | undefined;
|
|
36847
36847
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36848
|
-
status: "running" | "stopped" | "waiting";
|
|
36848
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36849
36849
|
name: string;
|
|
36850
36850
|
description: string;
|
|
36851
36851
|
is_active: boolean;
|
|
@@ -36860,7 +36860,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
36860
36860
|
}, Omit<mongoose.DefaultSchemaOptions, "timestamps"> & {
|
|
36861
36861
|
timestamps: true;
|
|
36862
36862
|
}> & Omit<{
|
|
36863
|
-
status: "running" | "stopped" | "waiting";
|
|
36863
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36864
36864
|
name: string;
|
|
36865
36865
|
description: string;
|
|
36866
36866
|
is_active: boolean;
|
|
@@ -36877,7 +36877,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
36877
36877
|
}, "id"> & {
|
|
36878
36878
|
id: string;
|
|
36879
36879
|
}, unknown, {
|
|
36880
|
-
status: "running" | "stopped" | "waiting";
|
|
36880
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36881
36881
|
name: string;
|
|
36882
36882
|
description: string;
|
|
36883
36883
|
is_active: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -36485,7 +36485,7 @@ declare const schemas: {
|
|
|
36485
36485
|
tasks: mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
36486
36486
|
timestamps: true;
|
|
36487
36487
|
}, {
|
|
36488
|
-
status: "running" | "stopped" | "waiting";
|
|
36488
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36489
36489
|
name: string;
|
|
36490
36490
|
description: string;
|
|
36491
36491
|
is_active: boolean;
|
|
@@ -36496,7 +36496,7 @@ declare const schemas: {
|
|
|
36496
36496
|
next_execution_at?: NativeDate | null | undefined;
|
|
36497
36497
|
last_execution_time_ms?: number | null | undefined;
|
|
36498
36498
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36499
|
-
status: "running" | "stopped" | "waiting";
|
|
36499
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36500
36500
|
name: string;
|
|
36501
36501
|
description: string;
|
|
36502
36502
|
is_active: boolean;
|
|
@@ -36511,7 +36511,7 @@ declare const schemas: {
|
|
|
36511
36511
|
}, Omit<mongoose.DefaultSchemaOptions, "timestamps"> & {
|
|
36512
36512
|
timestamps: true;
|
|
36513
36513
|
}> & Omit<{
|
|
36514
|
-
status: "running" | "stopped" | "waiting";
|
|
36514
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36515
36515
|
name: string;
|
|
36516
36516
|
description: string;
|
|
36517
36517
|
is_active: boolean;
|
|
@@ -36528,7 +36528,7 @@ declare const schemas: {
|
|
|
36528
36528
|
}, "id"> & {
|
|
36529
36529
|
id: string;
|
|
36530
36530
|
}, unknown, {
|
|
36531
|
-
status: "running" | "stopped" | "waiting";
|
|
36531
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36532
36532
|
name: string;
|
|
36533
36533
|
description: string;
|
|
36534
36534
|
is_active: boolean;
|
|
@@ -36834,7 +36834,7 @@ declare namespace ixcSoftApi_types {
|
|
|
36834
36834
|
declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
36835
36835
|
timestamps: true;
|
|
36836
36836
|
}, {
|
|
36837
|
-
status: "running" | "stopped" | "waiting";
|
|
36837
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36838
36838
|
name: string;
|
|
36839
36839
|
description: string;
|
|
36840
36840
|
is_active: boolean;
|
|
@@ -36845,7 +36845,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
36845
36845
|
next_execution_at?: NativeDate | null | undefined;
|
|
36846
36846
|
last_execution_time_ms?: number | null | undefined;
|
|
36847
36847
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36848
|
-
status: "running" | "stopped" | "waiting";
|
|
36848
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36849
36849
|
name: string;
|
|
36850
36850
|
description: string;
|
|
36851
36851
|
is_active: boolean;
|
|
@@ -36860,7 +36860,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
36860
36860
|
}, Omit<mongoose.DefaultSchemaOptions, "timestamps"> & {
|
|
36861
36861
|
timestamps: true;
|
|
36862
36862
|
}> & Omit<{
|
|
36863
|
-
status: "running" | "stopped" | "waiting";
|
|
36863
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36864
36864
|
name: string;
|
|
36865
36865
|
description: string;
|
|
36866
36866
|
is_active: boolean;
|
|
@@ -36877,7 +36877,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
|
|
|
36877
36877
|
}, "id"> & {
|
|
36878
36878
|
id: string;
|
|
36879
36879
|
}, unknown, {
|
|
36880
|
-
status: "running" | "stopped" | "waiting";
|
|
36880
|
+
status: "running" | "stopped" | "waiting" | "no job";
|
|
36881
36881
|
name: string;
|
|
36882
36882
|
description: string;
|
|
36883
36883
|
is_active: boolean;
|
package/dist/index.js
CHANGED
|
@@ -90983,7 +90983,7 @@ var RoutinesTasksSchema = new import_mongoose9.Schema(
|
|
|
90983
90983
|
is_active: { type: Boolean, default: true },
|
|
90984
90984
|
status: {
|
|
90985
90985
|
type: String,
|
|
90986
|
-
enum: ["running", "stopped", "waiting"],
|
|
90986
|
+
enum: ["running", "stopped", "waiting", "no job"],
|
|
90987
90987
|
default: "waiting"
|
|
90988
90988
|
},
|
|
90989
90989
|
cron_expression: { type: String, required: true },
|
package/dist/index.mjs
CHANGED
|
@@ -90938,7 +90938,7 @@ var RoutinesTasksSchema = new Schema8(
|
|
|
90938
90938
|
is_active: { type: Boolean, default: true },
|
|
90939
90939
|
status: {
|
|
90940
90940
|
type: String,
|
|
90941
|
-
enum: ["running", "stopped", "waiting"],
|
|
90941
|
+
enum: ["running", "stopped", "waiting", "no job"],
|
|
90942
90942
|
default: "waiting"
|
|
90943
90943
|
},
|
|
90944
90944
|
cron_expression: { type: String, required: true },
|