ReviewOS

also looking at this

stacks/ts-cloud

feat(operations): fleet inventory, attach preflight, and the exports that were missing

#192
Merged glennmichael123 wants to merge feat/fleet-inventory-and-attach-preflight into main
11 files +1313 -5
packages/ts-cloud/package.jsonmodified+4-0
Changes to packages/ts-cloud/package.json
@@ -46,6 +46,10 @@
4646 "types": "./dist/drivers/index.d.ts",
4747 "import": "./dist/drivers/index.js"
4848 },
49 "./operations": {
50 "types": "./dist/operations/index.d.ts",
51 "import": "./dist/operations/index.js"
52 },
4953 "./push": {
5054 "types": "./dist/push/index.d.ts",
5155 "import": "./dist/push/index.js"