@cyberskill/shared 1.36.0 → 1.37.0

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.
@@ -6325,7 +6325,7 @@ declare interface I_MongooseOptions<D extends Partial<C_Document>> {
6325
6325
  mongoose: typeof mongoose;
6326
6326
  virtuals?: {
6327
6327
  name: keyof D | string;
6328
- options?: I_VirtualOptions;
6328
+ options?: I_VirtualOptions_2;
6329
6329
  get?: (this: D) => void;
6330
6330
  }[];
6331
6331
  }
@@ -6337,7 +6337,7 @@ declare interface I_MongooseOptions_2<D extends Partial<C_Document_2>> {
6337
6337
  mongoose: typeof mongoose;
6338
6338
  virtuals?: {
6339
6339
  name: keyof D | string;
6340
- options?: I_VirtualOptions_2;
6340
+ options?: I_VirtualOptions;
6341
6341
  get?: (this: D) => void;
6342
6342
  }[];
6343
6343
  }
@@ -6325,7 +6325,7 @@ declare interface I_MongooseOptions<D extends Partial<C_Document>> {
6325
6325
  mongoose: typeof mongoose;
6326
6326
  virtuals?: {
6327
6327
  name: keyof D | string;
6328
- options?: I_VirtualOptions;
6328
+ options?: I_VirtualOptions_2;
6329
6329
  get?: (this: D) => void;
6330
6330
  }[];
6331
6331
  }
@@ -6337,7 +6337,7 @@ declare interface I_MongooseOptions_2<D extends Partial<C_Document_2>> {
6337
6337
  mongoose: typeof mongoose;
6338
6338
  virtuals?: {
6339
6339
  name: keyof D | string;
6340
- options?: I_VirtualOptions_2;
6340
+ options?: I_VirtualOptions;
6341
6341
  get?: (this: D) => void;
6342
6342
  }[];
6343
6343
  }