@socotra/ec-react-schemas 2.29.0-next.5 → 2.29.0-next.7
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.ts +7 -1
- package/dist/index.es.js +4 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -7361,6 +7361,8 @@ export declare const MatchEnumSchema: z.ZodEnum<{
|
|
|
7361
7361
|
declare const enum MimeType_2 {
|
|
7362
7362
|
applicationJson = "application/json",
|
|
7363
7363
|
applicationOctetStream = "application/octet-stream",
|
|
7364
|
+
applicationMsWord = "application/msword",
|
|
7365
|
+
applicationDocx = "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
7364
7366
|
applicationPdf = "application/pdf",
|
|
7365
7367
|
applicationZip = "application/zip",
|
|
7366
7368
|
applicationZipWindows = "application/x-zip-compressed",
|
|
@@ -7372,7 +7374,8 @@ declare const enum MimeType_2 {
|
|
|
7372
7374
|
multipartFormData = "multipart/form-data",
|
|
7373
7375
|
textCsv = "text/csv",
|
|
7374
7376
|
textHtml = "text/html",
|
|
7375
|
-
text = "text/plain"
|
|
7377
|
+
text = "text/plain",
|
|
7378
|
+
imageWebp = "image/webp"
|
|
7376
7379
|
}
|
|
7377
7380
|
export { MimeType_2 as MimeType }
|
|
7378
7381
|
|
|
@@ -7384,6 +7387,8 @@ export declare type MimeTypeEnum = z.infer<typeof MimeTypeEnumSchema>;
|
|
|
7384
7387
|
export declare const MimeTypeEnumSchema: z.ZodEnum<{
|
|
7385
7388
|
"application/json": "application/json";
|
|
7386
7389
|
"application/octet-stream": "application/octet-stream";
|
|
7390
|
+
"application/msword": "application/msword";
|
|
7391
|
+
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
|
|
7387
7392
|
"application/pdf": "application/pdf";
|
|
7388
7393
|
"application/zip": "application/zip";
|
|
7389
7394
|
"application/x-zip-compressed": "application/x-zip-compressed";
|
|
@@ -7391,6 +7396,7 @@ export declare const MimeTypeEnumSchema: z.ZodEnum<{
|
|
|
7391
7396
|
"image/png": "image/png";
|
|
7392
7397
|
"image/tiff": "image/tiff";
|
|
7393
7398
|
"image/svg+xml": "image/svg+xml";
|
|
7399
|
+
"image/webp": "image/webp";
|
|
7394
7400
|
"text/x-java-source": "text/x-java-source";
|
|
7395
7401
|
"multipart/form-data": "multipart/form-data";
|
|
7396
7402
|
"text/csv": "text/csv";
|
package/dist/index.es.js
CHANGED
|
@@ -19749,6 +19749,8 @@ const P$ = f(["none", "required", "excluded"]), U$ = P$, Xm = f([
|
|
|
19749
19749
|
]), F$ = f(["fuzzy", "exact", "startsWith"]), G$ = F$, Tk = f([
|
|
19750
19750
|
"application/json",
|
|
19751
19751
|
"application/octet-stream",
|
|
19752
|
+
"application/msword",
|
|
19753
|
+
"application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
19752
19754
|
"application/pdf",
|
|
19753
19755
|
"application/zip",
|
|
19754
19756
|
"application/x-zip-compressed",
|
|
@@ -19756,13 +19758,14 @@ const P$ = f(["none", "required", "excluded"]), U$ = P$, Xm = f([
|
|
|
19756
19758
|
"image/png",
|
|
19757
19759
|
"image/tiff",
|
|
19758
19760
|
"image/svg+xml",
|
|
19761
|
+
"image/webp",
|
|
19759
19762
|
"text/x-java-source",
|
|
19760
19763
|
"multipart/form-data",
|
|
19761
19764
|
"text/csv",
|
|
19762
19765
|
"text/html",
|
|
19763
19766
|
"text/plain"
|
|
19764
19767
|
]);
|
|
19765
|
-
var xe = /* @__PURE__ */ ((n) => (n.applicationJson = "application/json", n.applicationOctetStream = "application/octet-stream", n.applicationPdf = "application/pdf", n.applicationZip = "application/zip", n.applicationZipWindows = "application/x-zip-compressed", n.imageJpg = "image/jpeg", n.imagePng = "image/png", n.imageTiff = "image/tiff", n.imageSvg = "image/svg+xml", n.javaSource = "text/x-java-source", n.multipartFormData = "multipart/form-data", n.textCsv = "text/csv", n.textHtml = "text/html", n.text = "text/plain", n))(xe || {});
|
|
19768
|
+
var xe = /* @__PURE__ */ ((n) => (n.applicationJson = "application/json", n.applicationOctetStream = "application/octet-stream", n.applicationMsWord = "application/msword", n.applicationDocx = "application/vnd.openxmlformats-officedocument.wordprocessingml.document", n.applicationPdf = "application/pdf", n.applicationZip = "application/zip", n.applicationZipWindows = "application/x-zip-compressed", n.imageJpg = "image/jpeg", n.imagePng = "image/png", n.imageTiff = "image/tiff", n.imageSvg = "image/svg+xml", n.javaSource = "text/x-java-source", n.multipartFormData = "multipart/form-data", n.textCsv = "text/csv", n.textHtml = "text/html", n.text = "text/plain", n.imageWebp = "image/webp", n))(xe || {});
|
|
19766
19769
|
const ep = Or.shape.searchEntityType, J$ = at.shape.segmentType, jr = en.shape.transactionCategory, uo = f([
|
|
19767
19770
|
...en.shape.transactionState.options,
|
|
19768
19771
|
"underwritingBlocked"
|