@pixelverse/strichjs-sdk 1.8.0 → 1.8.2

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/strich.d.ts CHANGED
@@ -229,6 +229,13 @@ export declare interface EngineConfiguration {
229
229
  * @defaultValue false
230
230
  */
231
231
  invertedCodes?: boolean;
232
+ /**
233
+ * Time interval in milliseconds during which multiple detections of the same code are not repeated.
234
+ *
235
+ * @remarks It is recommended to set a duplicateInterval as scans are metered except in Enterprise subscriptions.
236
+ * @defaultValue 750
237
+ */
238
+ duplicateInterval?: number;
232
239
  /**
233
240
  * Set the minimum occurrence count for 1D barcodes with weak checksums in a given time window for it be accepted.
234
241
  *