@bldrs-ai/conway 1.330.1053 → 1.331.1060

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.
Files changed (51) hide show
  1. package/compiled/examples/browser-bundled.cjs +1 -1
  2. package/compiled/examples/cli-bundled.cjs +1 -1
  3. package/compiled/examples/validator-bundled.cjs +1 -1
  4. package/compiled/src/compat/web-ifc/ap214_properties.d.ts +21 -0
  5. package/compiled/src/compat/web-ifc/ap214_properties.d.ts.map +1 -0
  6. package/compiled/src/compat/web-ifc/ap214_properties.js +51 -0
  7. package/compiled/src/compat/web-ifc/ifc2x4.d.ts +818 -0
  8. package/compiled/src/compat/web-ifc/ifc2x4.d.ts.map +1 -0
  9. package/compiled/src/compat/web-ifc/ifc2x4.js +1003 -0
  10. package/compiled/src/compat/web-ifc/ifc2x4_helper.d.ts +14433 -0
  11. package/compiled/src/compat/web-ifc/ifc2x4_helper.d.ts.map +1 -0
  12. package/compiled/src/compat/web-ifc/ifc2x4_helper.js +34985 -0
  13. package/compiled/src/compat/web-ifc/ifc_api.d.ts +267 -0
  14. package/compiled/src/compat/web-ifc/ifc_api.d.ts.map +1 -0
  15. package/compiled/src/compat/web-ifc/ifc_api.js +544 -0
  16. package/compiled/src/compat/web-ifc/ifc_api.smoke.test.d.ts +2 -0
  17. package/compiled/src/compat/web-ifc/ifc_api.smoke.test.d.ts.map +1 -0
  18. package/compiled/src/compat/web-ifc/ifc_api.smoke.test.js +88 -0
  19. package/compiled/src/compat/web-ifc/ifc_api_model_passthrough.d.ts +17 -0
  20. package/compiled/src/compat/web-ifc/ifc_api_model_passthrough.d.ts.map +1 -0
  21. package/compiled/src/compat/web-ifc/ifc_api_model_passthrough.js +1 -0
  22. package/compiled/src/compat/web-ifc/ifc_api_model_passthrough_factory.d.ts +17 -0
  23. package/compiled/src/compat/web-ifc/ifc_api_model_passthrough_factory.d.ts.map +1 -0
  24. package/compiled/src/compat/web-ifc/ifc_api_model_passthrough_factory.js +61 -0
  25. package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.d.ts +205 -0
  26. package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.d.ts.map +1 -0
  27. package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.js +958 -0
  28. package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.d.ts +200 -0
  29. package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.d.ts.map +1 -0
  30. package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.js +1162 -0
  31. package/compiled/src/compat/web-ifc/ifc_properties.d.ts +29 -0
  32. package/compiled/src/compat/web-ifc/ifc_properties.d.ts.map +1 -0
  33. package/compiled/src/compat/web-ifc/ifc_properties.js +205 -0
  34. package/compiled/src/compat/web-ifc/index.d.ts +2 -0
  35. package/compiled/src/compat/web-ifc/index.d.ts.map +1 -0
  36. package/compiled/src/compat/web-ifc/index.js +17 -0
  37. package/compiled/src/compat/web-ifc/properties.d.ts +14 -0
  38. package/compiled/src/compat/web-ifc/properties.d.ts.map +1 -0
  39. package/compiled/src/compat/web-ifc/properties.js +27 -0
  40. package/compiled/src/compat/web-ifc/properties_passthrough.d.ts +15 -0
  41. package/compiled/src/compat/web-ifc/properties_passthrough.d.ts.map +1 -0
  42. package/compiled/src/compat/web-ifc/properties_passthrough.js +1 -0
  43. package/compiled/src/compat/web-ifc/shim_schema_mapping.d.ts +7 -0
  44. package/compiled/src/compat/web-ifc/shim_schema_mapping.d.ts.map +1 -0
  45. package/compiled/src/compat/web-ifc/shim_schema_mapping.js +792 -0
  46. package/compiled/src/compat/web-ifc/types-map.d.ts +7 -0
  47. package/compiled/src/compat/web-ifc/types-map.d.ts.map +1 -0
  48. package/compiled/src/compat/web-ifc/types-map.js +957 -0
  49. package/compiled/src/version/version.js +1 -1
  50. package/compiled/tsconfig.tsbuildinfo +1 -1
  51. package/package.json +7 -1
@@ -0,0 +1,7 @@
1
+ export declare const IfcTypesMap: {
2
+ [key: number]: string;
3
+ };
4
+ export declare const IfcElements: {
5
+ [key: number]: string;
6
+ };
7
+ //# sourceMappingURL=types-map.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types-map.d.ts","sourceRoot":"","sources":["../../../../src/compat/web-ifc/types-map.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,EAAG;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAizBhD,CAAA;AAED,eAAO,MAAM,WAAW,EAAE;IAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CA0I/C,CAAA"}