@expresscsv/sdk 0.1.19 → 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
@@ -1264,6 +1264,7 @@ export declare class CSVImporter<TSchema extends ExType<unknown, ExBaseDef, unkn
1264
1264
  private setState;
1265
1265
  private updateDerivedState;
1266
1266
  private handleError;
1267
+ private sendImportProgress;
1267
1268
  private waitForEvent;
1268
1269
  /**
1269
1270
  * Open the import flow with chunk-based data processing.
@@ -2995,6 +2996,7 @@ declare interface ExpressCSVLocale {
2995
2996
  };
2996
2997
  review: {
2997
2998
  completing: string;
2999
+ processing: string;
2998
3000
  loading: string;
2999
3001
  title: string;
3000
3002
  subtitle: string;
@@ -3910,7 +3912,7 @@ export declare interface WebhookConfig {
3910
3912
  * Whether to wait for the delivery service to confirm the webhook was
3911
3913
  * successfully received before considering the import complete.
3912
3914
  * When false, the import completes as soon as all chunks are queued.
3913
- * Default: true
3915
+ * Default: false
3914
3916
  */
3915
3917
  awaitWebhookArrival?: boolean;
3916
3918
  }
package/dist/index.d.mts CHANGED
@@ -1264,6 +1264,7 @@ export declare class CSVImporter<TSchema extends ExType<unknown, ExBaseDef, unkn
1264
1264
  private setState;
1265
1265
  private updateDerivedState;
1266
1266
  private handleError;
1267
+ private sendImportProgress;
1267
1268
  private waitForEvent;
1268
1269
  /**
1269
1270
  * Open the import flow with chunk-based data processing.
@@ -2995,6 +2996,7 @@ declare interface ExpressCSVLocale {
2995
2996
  };
2996
2997
  review: {
2997
2998
  completing: string;
2999
+ processing: string;
2998
3000
  loading: string;
2999
3001
  title: string;
3000
3002
  subtitle: string;
@@ -3910,7 +3912,7 @@ export declare interface WebhookConfig {
3910
3912
  * Whether to wait for the delivery service to confirm the webhook was
3911
3913
  * successfully received before considering the import complete.
3912
3914
  * When false, the import completes as soon as all chunks are queued.
3913
- * Default: true
3915
+ * Default: false
3914
3916
  */
3915
3917
  awaitWebhookArrival?: boolean;
3916
3918
  }
package/dist/index.d.ts CHANGED
@@ -1264,6 +1264,7 @@ export declare class CSVImporter<TSchema extends ExType<unknown, ExBaseDef, unkn
1264
1264
  private setState;
1265
1265
  private updateDerivedState;
1266
1266
  private handleError;
1267
+ private sendImportProgress;
1267
1268
  private waitForEvent;
1268
1269
  /**
1269
1270
  * Open the import flow with chunk-based data processing.
@@ -2995,6 +2996,7 @@ declare interface ExpressCSVLocale {
2995
2996
  };
2996
2997
  review: {
2997
2998
  completing: string;
2999
+ processing: string;
2998
3000
  loading: string;
2999
3001
  title: string;
3000
3002
  subtitle: string;
@@ -3910,7 +3912,7 @@ export declare interface WebhookConfig {
3910
3912
  * Whether to wait for the delivery service to confirm the webhook was
3911
3913
  * successfully received before considering the import complete.
3912
3914
  * When false, the import completes as soon as all chunks are queued.
3913
- * Default: true
3915
+ * Default: false
3914
3916
  */
3915
3917
  awaitWebhookArrival?: boolean;
3916
3918
  }