mormati-mongoose 0.1.31 → 0.1.32

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.
@@ -1,3 +1,3 @@
1
- export type TAssetType = "IMAGE.PNG" | "VIDEO.MP4";
1
+ export type TAssetType = "IMAGE" | "VIDEO";
2
2
  export declare const assetType: TAssetType[];
3
3
  export declare const assetTypeEntity: {};
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.assetTypeEntity = exports.assetType = void 0;
4
- exports.assetType = ["IMAGE.PNG", "VIDEO.MP4"];
4
+ exports.assetType = ["IMAGE", "VIDEO"];
5
5
  exports.assetTypeEntity = exports.assetType.reduce((a, e) => ({ ...a, [e]: e }), {});
6
6
  //# sourceMappingURL=model.option.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"model.option.js","sourceRoot":"","sources":["../../../../../libs/mongoose/src/helper/model/model.option.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAAiB,CAAC,WAAW,EAAE,WAAW,CAAC,CAAC;AACrD,QAAA,eAAe,GAAG,iBAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAA"}
1
+ {"version":3,"file":"model.option.js","sourceRoot":"","sources":["../../../../../libs/mongoose/src/helper/model/model.option.ts"],"names":[],"mappings":";;;AAEa,QAAA,SAAS,GAAiB,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;AAC7C,QAAA,eAAe,GAAG,iBAAS,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAA"}