@cristian-israel/giganet_lib_conecta 1.0.72 → 1.0.73

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
@@ -37103,6 +37103,10 @@ interface RoutinesTasksSyncJobsResponse {
37103
37103
  orphanJobsRemoved: string[];
37104
37104
  }
37105
37105
 
37106
+ interface TaskMetadata {
37107
+ start_date?: string;
37108
+ [key: string]: any;
37109
+ }
37106
37110
  declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
37107
37111
  timestamps: true;
37108
37112
  }, {
@@ -37171,6 +37175,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
37171
37175
  __v: number;
37172
37176
  }>;
37173
37177
  interface RoutinesTasksResponse extends HydratedDocument<InferSchemaType<typeof RoutinesTasksSchema>> {
37178
+ metadata?: TaskMetadata | null;
37174
37179
  }
37175
37180
 
37176
37181
  declare class RoutinesTasksResource {
package/dist/index.d.ts CHANGED
@@ -37103,6 +37103,10 @@ interface RoutinesTasksSyncJobsResponse {
37103
37103
  orphanJobsRemoved: string[];
37104
37104
  }
37105
37105
 
37106
+ interface TaskMetadata {
37107
+ start_date?: string;
37108
+ [key: string]: any;
37109
+ }
37106
37110
  declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any, any, any, any>, {}, {}, {}, {}, {
37107
37111
  timestamps: true;
37108
37112
  }, {
@@ -37171,6 +37175,7 @@ declare const RoutinesTasksSchema: Schema<any, mongoose.Model<any, any, any, any
37171
37175
  __v: number;
37172
37176
  }>;
37173
37177
  interface RoutinesTasksResponse extends HydratedDocument<InferSchemaType<typeof RoutinesTasksSchema>> {
37178
+ metadata?: TaskMetadata | null;
37174
37179
  }
37175
37180
 
37176
37181
  declare class RoutinesTasksResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cristian-israel/giganet_lib_conecta",
3
- "version": "1.0.72",
3
+ "version": "1.0.73",
4
4
  "description": "Database Connector Layer",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",