mxcad 1.0.91 → 1.0.92

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/mxcad.d.ts CHANGED
@@ -2316,6 +2316,12 @@ export declare class McDbBlockTable extends McDbObject {
2316
2316
  newIterator(atBeginning?: boolean, skipDeleted?: boolean): McDbBlockTableIterator;
2317
2317
  add(pRecord: McDbBlockTableRecord): number;
2318
2318
  }
2319
+ export declare enum FetchAttributes {
2320
+ EMSCRIPTEN_FETCH_LOAD_TO_MEMORY = 1,
2321
+ EMSCRIPTEN_FETCH_PERSIST_FILE = 4,
2322
+ EMSCRIPTEN_FETCH_APPEND = 8,
2323
+ EMSCRIPTEN_FETCH_REPLACE = 16
2324
+ }
2319
2325
  declare class McRxObjectImp {
2320
2326
  }
2321
2327
  /**