dromo-uploader-js 1.3.3 → 1.3.4
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/interfaces.d.ts +1 -1
- package/package.json +1 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -282,7 +282,7 @@ export interface IResultMetadata {
|
|
|
282
282
|
fields: IFieldMetadata;
|
|
283
283
|
saveForLater?: boolean;
|
|
284
284
|
}
|
|
285
|
-
export declare type TLocaleShorthand = "en" | "
|
|
285
|
+
export declare type TLocaleShorthand = "de" | "en" | "es" | "fr" | "in" | "ja" | "ko" | "th" | "vi" | "zh_CN" | "zh_TW";
|
|
286
286
|
export declare enum EStepHook {
|
|
287
287
|
UPLOAD_STEP = "UPLOAD_STEP",
|
|
288
288
|
REVIEW_STEP = "REVIEW_STEP",
|