@clxmedia/types 1.0.24 → 1.0.25

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.
@@ -106,6 +106,7 @@ export declare enum CLXFormFieldFileTypes {
106
106
  'gif' = "gif",
107
107
  'jpeg' = "jpeg",
108
108
  'jpg' = "jpg",
109
+ 'json' = "json",
109
110
  'mp4' = "mp4",
110
111
  'pdf' = "pdf",
111
112
  'png' = "png",
@@ -119,7 +120,9 @@ export declare enum CLXFormFieldFileTypes {
119
120
  'webm' = "webm",
120
121
  'webp' = "webp",
121
122
  'xls' = "xls",
122
- 'xlsx' = "xlsx"
123
+ 'xlsx' = "xlsx",
124
+ 'xml' = "xml",
125
+ 'zip' = "zip"
123
126
  }
124
127
  export type CLXFileFormField = CLXFormField & {
125
128
  type: 'file';
@@ -10,6 +10,7 @@ var CLXFormFieldFileTypes;
10
10
  CLXFormFieldFileTypes["gif"] = "gif";
11
11
  CLXFormFieldFileTypes["jpeg"] = "jpeg";
12
12
  CLXFormFieldFileTypes["jpg"] = "jpg";
13
+ CLXFormFieldFileTypes["json"] = "json";
13
14
  CLXFormFieldFileTypes["mp4"] = "mp4";
14
15
  CLXFormFieldFileTypes["pdf"] = "pdf";
15
16
  CLXFormFieldFileTypes["png"] = "png";
@@ -24,4 +25,6 @@ var CLXFormFieldFileTypes;
24
25
  CLXFormFieldFileTypes["webp"] = "webp";
25
26
  CLXFormFieldFileTypes["xls"] = "xls";
26
27
  CLXFormFieldFileTypes["xlsx"] = "xlsx";
28
+ CLXFormFieldFileTypes["xml"] = "xml";
29
+ CLXFormFieldFileTypes["zip"] = "zip";
27
30
  })(CLXFormFieldFileTypes || (exports.CLXFormFieldFileTypes = CLXFormFieldFileTypes = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clxmedia/types",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Conversion Logix TypeScript type definitions",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",