@expresscsv/sdk 0.1.10 → 0.1.12

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.mts CHANGED
@@ -3076,6 +3076,13 @@ declare interface ExpressCSVLocale {
3076
3076
  validation: {
3077
3077
  showOtherMatch: string;
3078
3078
  };
3079
+ status: {
3080
+ successTitle: string;
3081
+ successDescription: string;
3082
+ errorTitle: string;
3083
+ errorDescription: string;
3084
+ close: string;
3085
+ };
3079
3086
  steps: {
3080
3087
  upload: string;
3081
3088
  selectSheet: string;
@@ -3754,6 +3761,7 @@ export declare interface SDKOptions<TSchema extends ExType<unknown, ExBaseDef, u
3754
3761
  templateDownload?: TemplateDownloadConfig;
3755
3762
  saveSession?: boolean;
3756
3763
  locale?: DeepPartial<ExpressCSVLocaleInput>;
3764
+ disableStatusStep?: boolean;
3757
3765
  }
3758
3766
 
3759
3767
  declare interface SelectOption<TValue extends string | number = string | number> {