@expresscsv/react 0.1.20 → 0.1.21

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.cts CHANGED
@@ -2883,6 +2883,7 @@ declare interface ExpressCSVLocale {
2883
2883
  };
2884
2884
  review: {
2885
2885
  completing: string;
2886
+ processing: string;
2886
2887
  loading: string;
2887
2888
  title: string;
2888
2889
  subtitle: string;
@@ -3803,7 +3804,7 @@ export declare interface WebhookConfig {
3803
3804
  * Whether to wait for the delivery service to confirm the webhook was
3804
3805
  * successfully received before considering the import complete.
3805
3806
  * When false, the import completes as soon as all chunks are queued.
3806
- * Default: true
3807
+ * Default: false
3807
3808
  */
3808
3809
  awaitWebhookArrival?: boolean;
3809
3810
  }
package/dist/index.d.mts CHANGED
@@ -2883,6 +2883,7 @@ declare interface ExpressCSVLocale {
2883
2883
  };
2884
2884
  review: {
2885
2885
  completing: string;
2886
+ processing: string;
2886
2887
  loading: string;
2887
2888
  title: string;
2888
2889
  subtitle: string;
@@ -3803,7 +3804,7 @@ export declare interface WebhookConfig {
3803
3804
  * Whether to wait for the delivery service to confirm the webhook was
3804
3805
  * successfully received before considering the import complete.
3805
3806
  * When false, the import completes as soon as all chunks are queued.
3806
- * Default: true
3807
+ * Default: false
3807
3808
  */
3808
3809
  awaitWebhookArrival?: boolean;
3809
3810
  }
package/dist/index.d.ts CHANGED
@@ -2883,6 +2883,7 @@ declare interface ExpressCSVLocale {
2883
2883
  };
2884
2884
  review: {
2885
2885
  completing: string;
2886
+ processing: string;
2886
2887
  loading: string;
2887
2888
  title: string;
2888
2889
  subtitle: string;
@@ -3803,7 +3804,7 @@ export declare interface WebhookConfig {
3803
3804
  * Whether to wait for the delivery service to confirm the webhook was
3804
3805
  * successfully received before considering the import complete.
3805
3806
  * When false, the import completes as soon as all chunks are queued.
3806
- * Default: true
3807
+ * Default: false
3807
3808
  */
3808
3809
  awaitWebhookArrival?: boolean;
3809
3810
  }