@cristian-israel/giganet_lib_conecta 1.0.25 → 1.0.26
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 +12 -20
- package/dist/index.d.ts +12 -20
- package/dist/index.js +0 -6
- package/dist/index.mjs +0 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -36353,7 +36353,6 @@ declare const schemas: {
|
|
|
36353
36353
|
is_admin: boolean;
|
|
36354
36354
|
permissions: string[];
|
|
36355
36355
|
permissions_front: string[];
|
|
36356
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36357
36356
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36358
36357
|
secret: string;
|
|
36359
36358
|
email: string;
|
|
@@ -36363,7 +36362,6 @@ declare const schemas: {
|
|
|
36363
36362
|
is_admin: boolean;
|
|
36364
36363
|
permissions: string[];
|
|
36365
36364
|
permissions_front: string[];
|
|
36366
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36367
36365
|
} & mongoose.DefaultTimestampProps, {
|
|
36368
36366
|
id: string;
|
|
36369
36367
|
}, Omit<mongoose.DefaultSchemaOptions, "timestamps"> & {
|
|
@@ -36377,10 +36375,9 @@ declare const schemas: {
|
|
|
36377
36375
|
is_admin: boolean;
|
|
36378
36376
|
permissions: string[];
|
|
36379
36377
|
permissions_front: string[];
|
|
36380
|
-
|
|
36381
|
-
|
|
36382
|
-
|
|
36383
|
-
}> & {
|
|
36378
|
+
} & mongoose.DefaultTimestampProps & {
|
|
36379
|
+
_id: mongoose.Types.ObjectId;
|
|
36380
|
+
} & {
|
|
36384
36381
|
__v: number;
|
|
36385
36382
|
}, "id"> & {
|
|
36386
36383
|
id: string;
|
|
@@ -36393,12 +36390,11 @@ declare const schemas: {
|
|
|
36393
36390
|
is_admin: boolean;
|
|
36394
36391
|
permissions: string[];
|
|
36395
36392
|
permissions_front: string[];
|
|
36396
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36397
36393
|
createdAt: NativeDate;
|
|
36398
36394
|
updatedAt: NativeDate;
|
|
36399
|
-
} &
|
|
36400
|
-
_id: mongoose.Types.ObjectId
|
|
36401
|
-
}
|
|
36395
|
+
} & {
|
|
36396
|
+
_id: mongoose.Types.ObjectId;
|
|
36397
|
+
} & {
|
|
36402
36398
|
__v: number;
|
|
36403
36399
|
}>;
|
|
36404
36400
|
loger: mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
@@ -36410,7 +36406,6 @@ declare const schemas: {
|
|
|
36410
36406
|
description: string;
|
|
36411
36407
|
action: string;
|
|
36412
36408
|
executionTimeMs: number;
|
|
36413
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36414
36409
|
metadata?: any;
|
|
36415
36410
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36416
36411
|
user: string;
|
|
@@ -36419,7 +36414,6 @@ declare const schemas: {
|
|
|
36419
36414
|
description: string;
|
|
36420
36415
|
action: string;
|
|
36421
36416
|
executionTimeMs: number;
|
|
36422
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36423
36417
|
metadata?: any;
|
|
36424
36418
|
} & mongoose.DefaultTimestampProps, {
|
|
36425
36419
|
id: string;
|
|
@@ -36432,11 +36426,10 @@ declare const schemas: {
|
|
|
36432
36426
|
description: string;
|
|
36433
36427
|
action: string;
|
|
36434
36428
|
executionTimeMs: number;
|
|
36435
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36436
36429
|
metadata?: any;
|
|
36437
|
-
} & mongoose.DefaultTimestampProps &
|
|
36438
|
-
_id: mongoose.Types.ObjectId
|
|
36439
|
-
}
|
|
36430
|
+
} & mongoose.DefaultTimestampProps & {
|
|
36431
|
+
_id: mongoose.Types.ObjectId;
|
|
36432
|
+
} & {
|
|
36440
36433
|
__v: number;
|
|
36441
36434
|
}, "id"> & {
|
|
36442
36435
|
id: string;
|
|
@@ -36447,13 +36440,12 @@ declare const schemas: {
|
|
|
36447
36440
|
description: string;
|
|
36448
36441
|
action: string;
|
|
36449
36442
|
executionTimeMs: number;
|
|
36450
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36451
36443
|
metadata?: any;
|
|
36452
36444
|
createdAt: NativeDate;
|
|
36453
36445
|
updatedAt: NativeDate;
|
|
36454
|
-
} &
|
|
36455
|
-
_id: mongoose.Types.ObjectId
|
|
36456
|
-
}
|
|
36446
|
+
} & {
|
|
36447
|
+
_id: mongoose.Types.ObjectId;
|
|
36448
|
+
} & {
|
|
36457
36449
|
__v: number;
|
|
36458
36450
|
}>;
|
|
36459
36451
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -36353,7 +36353,6 @@ declare const schemas: {
|
|
|
36353
36353
|
is_admin: boolean;
|
|
36354
36354
|
permissions: string[];
|
|
36355
36355
|
permissions_front: string[];
|
|
36356
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36357
36356
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36358
36357
|
secret: string;
|
|
36359
36358
|
email: string;
|
|
@@ -36363,7 +36362,6 @@ declare const schemas: {
|
|
|
36363
36362
|
is_admin: boolean;
|
|
36364
36363
|
permissions: string[];
|
|
36365
36364
|
permissions_front: string[];
|
|
36366
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36367
36365
|
} & mongoose.DefaultTimestampProps, {
|
|
36368
36366
|
id: string;
|
|
36369
36367
|
}, Omit<mongoose.DefaultSchemaOptions, "timestamps"> & {
|
|
@@ -36377,10 +36375,9 @@ declare const schemas: {
|
|
|
36377
36375
|
is_admin: boolean;
|
|
36378
36376
|
permissions: string[];
|
|
36379
36377
|
permissions_front: string[];
|
|
36380
|
-
|
|
36381
|
-
|
|
36382
|
-
|
|
36383
|
-
}> & {
|
|
36378
|
+
} & mongoose.DefaultTimestampProps & {
|
|
36379
|
+
_id: mongoose.Types.ObjectId;
|
|
36380
|
+
} & {
|
|
36384
36381
|
__v: number;
|
|
36385
36382
|
}, "id"> & {
|
|
36386
36383
|
id: string;
|
|
@@ -36393,12 +36390,11 @@ declare const schemas: {
|
|
|
36393
36390
|
is_admin: boolean;
|
|
36394
36391
|
permissions: string[];
|
|
36395
36392
|
permissions_front: string[];
|
|
36396
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36397
36393
|
createdAt: NativeDate;
|
|
36398
36394
|
updatedAt: NativeDate;
|
|
36399
|
-
} &
|
|
36400
|
-
_id: mongoose.Types.ObjectId
|
|
36401
|
-
}
|
|
36395
|
+
} & {
|
|
36396
|
+
_id: mongoose.Types.ObjectId;
|
|
36397
|
+
} & {
|
|
36402
36398
|
__v: number;
|
|
36403
36399
|
}>;
|
|
36404
36400
|
loger: mongoose.Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
|
|
@@ -36410,7 +36406,6 @@ declare const schemas: {
|
|
|
36410
36406
|
description: string;
|
|
36411
36407
|
action: string;
|
|
36412
36408
|
executionTimeMs: number;
|
|
36413
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36414
36409
|
metadata?: any;
|
|
36415
36410
|
} & mongoose.DefaultTimestampProps, mongoose.Document<unknown, {}, {
|
|
36416
36411
|
user: string;
|
|
@@ -36419,7 +36414,6 @@ declare const schemas: {
|
|
|
36419
36414
|
description: string;
|
|
36420
36415
|
action: string;
|
|
36421
36416
|
executionTimeMs: number;
|
|
36422
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36423
36417
|
metadata?: any;
|
|
36424
36418
|
} & mongoose.DefaultTimestampProps, {
|
|
36425
36419
|
id: string;
|
|
@@ -36432,11 +36426,10 @@ declare const schemas: {
|
|
|
36432
36426
|
description: string;
|
|
36433
36427
|
action: string;
|
|
36434
36428
|
executionTimeMs: number;
|
|
36435
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36436
36429
|
metadata?: any;
|
|
36437
|
-
} & mongoose.DefaultTimestampProps &
|
|
36438
|
-
_id: mongoose.Types.ObjectId
|
|
36439
|
-
}
|
|
36430
|
+
} & mongoose.DefaultTimestampProps & {
|
|
36431
|
+
_id: mongoose.Types.ObjectId;
|
|
36432
|
+
} & {
|
|
36440
36433
|
__v: number;
|
|
36441
36434
|
}, "id"> & {
|
|
36442
36435
|
id: string;
|
|
@@ -36447,13 +36440,12 @@ declare const schemas: {
|
|
|
36447
36440
|
description: string;
|
|
36448
36441
|
action: string;
|
|
36449
36442
|
executionTimeMs: number;
|
|
36450
|
-
_id?: mongoose.Types.ObjectId | null | undefined;
|
|
36451
36443
|
metadata?: any;
|
|
36452
36444
|
createdAt: NativeDate;
|
|
36453
36445
|
updatedAt: NativeDate;
|
|
36454
|
-
} &
|
|
36455
|
-
_id: mongoose.Types.ObjectId
|
|
36456
|
-
}
|
|
36446
|
+
} & {
|
|
36447
|
+
_id: mongoose.Types.ObjectId;
|
|
36448
|
+
} & {
|
|
36457
36449
|
__v: number;
|
|
36458
36450
|
}>;
|
|
36459
36451
|
};
|
package/dist/index.js
CHANGED
|
@@ -90800,9 +90800,6 @@ var configFerramentasMongo = {
|
|
|
90800
90800
|
var import_mongoose7 = require("mongoose");
|
|
90801
90801
|
var UserSchema = new import_mongoose7.Schema(
|
|
90802
90802
|
{
|
|
90803
|
-
_id: {
|
|
90804
|
-
type: import_mongoose7.Schema.Types.ObjectId
|
|
90805
|
-
},
|
|
90806
90803
|
id_ixc_soft: {
|
|
90807
90804
|
type: Number,
|
|
90808
90805
|
required: true,
|
|
@@ -90852,9 +90849,6 @@ var UserSchema = new import_mongoose7.Schema(
|
|
|
90852
90849
|
var import_mongoose8 = require("mongoose");
|
|
90853
90850
|
var LogerSchema = new import_mongoose8.Schema(
|
|
90854
90851
|
{
|
|
90855
|
-
_id: {
|
|
90856
|
-
type: import_mongoose8.Schema.Types.ObjectId
|
|
90857
|
-
},
|
|
90858
90852
|
action: { type: String, required: true },
|
|
90859
90853
|
status: {
|
|
90860
90854
|
type: String,
|
package/dist/index.mjs
CHANGED
|
@@ -90759,9 +90759,6 @@ var configFerramentasMongo = {
|
|
|
90759
90759
|
import { Schema as Schema6 } from "mongoose";
|
|
90760
90760
|
var UserSchema = new Schema6(
|
|
90761
90761
|
{
|
|
90762
|
-
_id: {
|
|
90763
|
-
type: Schema6.Types.ObjectId
|
|
90764
|
-
},
|
|
90765
90762
|
id_ixc_soft: {
|
|
90766
90763
|
type: Number,
|
|
90767
90764
|
required: true,
|
|
@@ -90811,9 +90808,6 @@ var UserSchema = new Schema6(
|
|
|
90811
90808
|
import { Schema as Schema7 } from "mongoose";
|
|
90812
90809
|
var LogerSchema = new Schema7(
|
|
90813
90810
|
{
|
|
90814
|
-
_id: {
|
|
90815
|
-
type: Schema7.Types.ObjectId
|
|
90816
|
-
},
|
|
90817
90811
|
action: { type: String, required: true },
|
|
90818
90812
|
status: {
|
|
90819
90813
|
type: String,
|