@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.
- package/compiled/examples/browser-bundled.cjs +1 -1
- package/compiled/examples/cli-bundled.cjs +1 -1
- package/compiled/examples/validator-bundled.cjs +1 -1
- package/compiled/src/compat/web-ifc/ap214_properties.d.ts +21 -0
- package/compiled/src/compat/web-ifc/ap214_properties.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ap214_properties.js +51 -0
- package/compiled/src/compat/web-ifc/ifc2x4.d.ts +818 -0
- package/compiled/src/compat/web-ifc/ifc2x4.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc2x4.js +1003 -0
- package/compiled/src/compat/web-ifc/ifc2x4_helper.d.ts +14433 -0
- package/compiled/src/compat/web-ifc/ifc2x4_helper.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc2x4_helper.js +34985 -0
- package/compiled/src/compat/web-ifc/ifc_api.d.ts +267 -0
- package/compiled/src/compat/web-ifc/ifc_api.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc_api.js +544 -0
- package/compiled/src/compat/web-ifc/ifc_api.smoke.test.d.ts +2 -0
- package/compiled/src/compat/web-ifc/ifc_api.smoke.test.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc_api.smoke.test.js +88 -0
- package/compiled/src/compat/web-ifc/ifc_api_model_passthrough.d.ts +17 -0
- package/compiled/src/compat/web-ifc/ifc_api_model_passthrough.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc_api_model_passthrough.js +1 -0
- package/compiled/src/compat/web-ifc/ifc_api_model_passthrough_factory.d.ts +17 -0
- package/compiled/src/compat/web-ifc/ifc_api_model_passthrough_factory.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc_api_model_passthrough_factory.js +61 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.d.ts +205 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ap214.js +958 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.d.ts +200 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc_api_proxy_ifc.js +1162 -0
- package/compiled/src/compat/web-ifc/ifc_properties.d.ts +29 -0
- package/compiled/src/compat/web-ifc/ifc_properties.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/ifc_properties.js +205 -0
- package/compiled/src/compat/web-ifc/index.d.ts +2 -0
- package/compiled/src/compat/web-ifc/index.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/index.js +17 -0
- package/compiled/src/compat/web-ifc/properties.d.ts +14 -0
- package/compiled/src/compat/web-ifc/properties.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/properties.js +27 -0
- package/compiled/src/compat/web-ifc/properties_passthrough.d.ts +15 -0
- package/compiled/src/compat/web-ifc/properties_passthrough.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/properties_passthrough.js +1 -0
- package/compiled/src/compat/web-ifc/shim_schema_mapping.d.ts +7 -0
- package/compiled/src/compat/web-ifc/shim_schema_mapping.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/shim_schema_mapping.js +792 -0
- package/compiled/src/compat/web-ifc/types-map.d.ts +7 -0
- package/compiled/src/compat/web-ifc/types-map.d.ts.map +1 -0
- package/compiled/src/compat/web-ifc/types-map.js +957 -0
- package/compiled/src/version/version.js +1 -1
- package/compiled/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -1
|
@@ -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"}
|