@nomalism-com/types 0.45.65 → 0.45.66

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.cjs CHANGED
@@ -1420,7 +1420,8 @@ var DocumentTypeCodeTypeEnum = {
1420
1420
  FPM: "FPM",
1421
1421
  FTO: "FTO",
1422
1422
  FRO: "FRO",
1423
- REO: "REO"
1423
+ REO: "REO",
1424
+ CAT: "CAT"
1424
1425
  };
1425
1426
  var documentTypeCodeTypes = Object.keys(DocumentTypeCodeTypeEnum);
1426
1427
 
package/dist/index.js CHANGED
@@ -1420,7 +1420,8 @@ var DocumentTypeCodeTypeEnum = {
1420
1420
  FPM: "FPM",
1421
1421
  FTO: "FTO",
1422
1422
  FRO: "FRO",
1423
- REO: "REO"
1423
+ REO: "REO",
1424
+ CAT: "CAT"
1424
1425
  };
1425
1426
  var documentTypeCodeTypes = Object.keys(DocumentTypeCodeTypeEnum);
1426
1427
 
@@ -57,6 +57,7 @@ export declare const DocumentTypeCodeTypeEnum: {
57
57
  FTO: 'FTO';
58
58
  FRO: 'FRO';
59
59
  REO: 'REO';
60
+ CAT: 'CAT';
60
61
  };
61
62
  export type IDocumentTypeCodeType = (typeof DocumentTypeCodeTypeEnum)[keyof typeof DocumentTypeCodeTypeEnum];
62
63
  export declare const documentTypeCodeTypes: string[];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nomalism-com/types",
3
3
  "description": "A nomalism package with all necessary types and validations for developing APIs",
4
- "version": "0.45.65",
4
+ "version": "0.45.66",
5
5
  "author": "Nomalism <it.nomalism@gmail.com> (https://nomalism.com/)",
6
6
  "license": "UNLICENSED",
7
7
  "type": "module",