feat: changes to incorporate oc schema updates

This commit is contained in:
Anoop M D
2025-12-07 05:34:54 +05:30
parent 4ffb447c53
commit 8a2cfd1963
22 changed files with 464 additions and 304 deletions

16
package-lock.json generated
View File

@@ -5669,13 +5669,6 @@
"node": ">= 8"
}
},
"node_modules/@opencollection/types": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@opencollection/types/-/types-0.1.0.tgz",
"integrity": "sha512-/v64ShE+KyDUAfAlO6Qd5wBwPArd603VC44eife/CdmrtPUSIiFBYcZ9gxAD7LlW99J36wb5IkMpKFDvViINiA==",
"dev": true,
"license": "MIT"
},
"node_modules/@parcel/watcher": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz",
@@ -31912,7 +31905,7 @@
"devDependencies": {
"@babel/preset-env": "^7.22.0",
"@babel/preset-typescript": "^7.22.0",
"@opencollection/types": "0.1.0",
"@opencollection/types": "0.2.0",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.0.1",
@@ -31932,6 +31925,13 @@
"typescript": "^4.8.4"
}
},
"packages/bruno-filestore/node_modules/@opencollection/types": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@opencollection/types/-/types-0.2.0.tgz",
"integrity": "sha512-Lucjjoy+ZzfdjL0/9HF6PFlNSDG/m11VZBiR2K5XU6ChJ2XXfJyKocRB2g0tm7e5zQNMoVL3oUoDJ2gexx6xyg==",
"dev": true,
"license": "MIT"
},
"packages/bruno-filestore/node_modules/@rollup/plugin-typescript": {
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-typescript/-/plugin-typescript-12.3.0.tgz",