Skip to content

Commit 702fb1b

Browse files
Merge pull request #86 from Software-Hardware-Integration-Lab/LAB-938-CSPM-main
Introduce new endpoints to support CSPM work
2 parents 9ef291f + 35b6c7b commit 702fb1b

File tree

8 files changed

+8099
-8234
lines changed

8 files changed

+8099
-8234
lines changed

specs/Data-Gateway.json

Lines changed: 4044 additions & 1773 deletions
Large diffs are not rendered by default.

specs/SHIELD.json

Lines changed: 2483 additions & 326 deletions
Large diffs are not rendered by default.

src/dataGateway/TypeScript/package-lock.json

Lines changed: 378 additions & 2039 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dataGateway/TypeScript/package.json

Lines changed: 147 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shi-corp/sdk-data-gateway",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the SHI Data Gateway service.",
@@ -16,7 +16,7 @@
1616
"bugs": {
1717
"url": "https://github.com/Software-Hardware-Integration-Lab/OpenAPI/issues"
1818
},
19-
"packageManager": "npm@11.7.0",
19+
"packageManager": "npm@11.8.0",
2020
"devEngines": {
2121
"runtime": {
2222
"name": "node",
@@ -43,34 +43,174 @@
4343
},
4444
"devDependencies": {
4545
"@azure/core-auth": "~1.10.1",
46-
"@shi-corp/development-utilities": "^2.1.0",
47-
"@types/node": "~25.0.3",
46+
"@shi-corp/development-utilities": "~2.2.0",
47+
"@types/node": "~25.0.10",
4848
"ts-patch": "~3.3.0",
4949
"typescript": "~5.9.3"
5050
},
5151
"dependencies": {
5252
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.99",
5353
"@microsoft/kiota-bundle": "~1.0.0-preview.99",
54-
"typia": "~11.0.0"
54+
"typia": "~11.0.3"
5555
},
5656
"overrides": {
57+
"array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
58+
"array-includes": "npm:@socketregistry/array-includes@^1",
59+
"array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
60+
"array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
61+
"array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
62+
"array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
63+
"array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
64+
"arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
65+
"available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
66+
"define-properties": "npm:@socketregistry/define-properties@^1",
67+
"es-define-property": "npm:@socketregistry/es-define-property@^1",
68+
"es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
69+
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
70+
"for-each": "npm:@socketregistry/for-each@^1",
5771
"function-bind": "npm:@socketregistry/function-bind@^1",
72+
"function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
73+
"functions-have-names": "npm:@socketregistry/functions-have-names@^1",
74+
"get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
75+
"globalthis": "npm:@socketregistry/globalthis@^1",
76+
"gopd": "npm:@socketregistry/gopd@^1",
77+
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
78+
"has-proto": "npm:@socketregistry/has-proto@^1",
79+
"has-symbols": "npm:@socketregistry/has-symbols@^1",
80+
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
5881
"hasown": "npm:@socketregistry/hasown@^1",
82+
"internal-slot": "npm:@socketregistry/internal-slot@^1",
83+
"is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
84+
"is-bigint": "npm:@socketregistry/is-bigint@^1",
85+
"is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
5986
"is-core-module": "npm:@socketregistry/is-core-module@^1",
87+
"is-date-object": "npm:@socketregistry/is-date-object@^1",
88+
"is-generator-function": "npm:@socketregistry/is-generator-function@^1",
6089
"is-interactive": "npm:@socketregistry/is-interactive@^1",
90+
"is-map": "npm:@socketregistry/is-map@^1",
91+
"is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
92+
"is-number-object": "npm:@socketregistry/is-number-object@^1",
93+
"is-regex": "npm:@socketregistry/is-regex@^1",
94+
"is-set": "npm:@socketregistry/is-set@^1",
95+
"is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
96+
"is-string": "npm:@socketregistry/is-string@^1",
97+
"is-symbol": "npm:@socketregistry/is-symbol@^1",
98+
"is-typed-array": "npm:@socketregistry/is-typed-array@^1",
6199
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
100+
"is-weakmap": "npm:@socketregistry/is-weakmap@^1",
101+
"is-weakref": "npm:@socketregistry/is-weakref@^1",
102+
"is-weakset": "npm:@socketregistry/is-weakset@^1",
103+
"isarray": "npm:@socketregistry/isarray@^1",
104+
"iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
105+
"object-assign": "npm:@socketregistry/object-assign@^1",
106+
"object-keys": "npm:@socketregistry/object-keys@^1",
107+
"object.assign": "npm:@socketregistry/object.assign@^1",
108+
"object.entries": "npm:@socketregistry/object.entries@^1",
109+
"object.fromentries": "npm:@socketregistry/object.fromentries@^1",
110+
"object.groupby": "npm:@socketregistry/object.groupby@^1",
111+
"object.values": "npm:@socketregistry/object.values@^1",
62112
"path-parse": "npm:@socketregistry/path-parse@^1",
113+
"reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
114+
"regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
115+
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
63116
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
64-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1"
117+
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
118+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
119+
"set-function-length": "npm:@socketregistry/set-function-length@^1",
120+
"side-channel": "npm:@socketregistry/side-channel@^1",
121+
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
122+
"string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
123+
"string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
124+
"string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
125+
"string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
126+
"string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
127+
"typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
128+
"typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
129+
"typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
130+
"typed-array-length": "npm:@socketregistry/typed-array-length@^1",
131+
"unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
132+
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
133+
"which-collection": "npm:@socketregistry/which-collection@^1",
134+
"which-typed-array": "npm:@socketregistry/which-typed-array@^1"
65135
},
66136
"resolutions": {
137+
"array-buffer-byte-length": "npm:@socketregistry/array-buffer-byte-length@^1",
138+
"array-includes": "npm:@socketregistry/array-includes@^1",
139+
"array.prototype.findlast": "npm:@socketregistry/array.prototype.findlast@^1",
140+
"array.prototype.findlastindex": "npm:@socketregistry/array.prototype.findlastindex@^1",
141+
"array.prototype.flat": "npm:@socketregistry/array.prototype.flat@^1",
142+
"array.prototype.flatmap": "npm:@socketregistry/array.prototype.flatmap@^1",
143+
"array.prototype.tosorted": "npm:@socketregistry/array.prototype.tosorted@^1",
144+
"arraybuffer.prototype.slice": "npm:@socketregistry/arraybuffer.prototype.slice@^1",
145+
"available-typed-arrays": "npm:@socketregistry/available-typed-arrays@^1",
146+
"define-properties": "npm:@socketregistry/define-properties@^1",
147+
"es-define-property": "npm:@socketregistry/es-define-property@^1",
148+
"es-iterator-helpers": "npm:@socketregistry/es-iterator-helpers@^1",
149+
"es-set-tostringtag": "npm:@socketregistry/es-set-tostringtag@^1",
150+
"for-each": "npm:@socketregistry/for-each@^1",
67151
"function-bind": "npm:@socketregistry/function-bind@^1",
152+
"function.prototype.name": "npm:@socketregistry/function.prototype.name@^1",
153+
"functions-have-names": "npm:@socketregistry/functions-have-names@^1",
154+
"get-symbol-description": "npm:@socketregistry/get-symbol-description@^1",
155+
"globalthis": "npm:@socketregistry/globalthis@^1",
156+
"gopd": "npm:@socketregistry/gopd@^1",
157+
"has-property-descriptors": "npm:@socketregistry/has-property-descriptors@^1",
158+
"has-proto": "npm:@socketregistry/has-proto@^1",
159+
"has-symbols": "npm:@socketregistry/has-symbols@^1",
160+
"has-tostringtag": "npm:@socketregistry/has-tostringtag@^1",
68161
"hasown": "npm:@socketregistry/hasown@^1",
162+
"internal-slot": "npm:@socketregistry/internal-slot@^1",
163+
"is-array-buffer": "npm:@socketregistry/is-array-buffer@^1",
164+
"is-bigint": "npm:@socketregistry/is-bigint@^1",
165+
"is-boolean-object": "npm:@socketregistry/is-boolean-object@^1",
69166
"is-core-module": "npm:@socketregistry/is-core-module@^1",
167+
"is-date-object": "npm:@socketregistry/is-date-object@^1",
168+
"is-generator-function": "npm:@socketregistry/is-generator-function@^1",
70169
"is-interactive": "npm:@socketregistry/is-interactive@^1",
170+
"is-map": "npm:@socketregistry/is-map@^1",
171+
"is-negative-zero": "npm:@socketregistry/is-negative-zero@^1",
172+
"is-number-object": "npm:@socketregistry/is-number-object@^1",
173+
"is-regex": "npm:@socketregistry/is-regex@^1",
174+
"is-set": "npm:@socketregistry/is-set@^1",
175+
"is-shared-array-buffer": "npm:@socketregistry/is-shared-array-buffer@^1",
176+
"is-string": "npm:@socketregistry/is-string@^1",
177+
"is-symbol": "npm:@socketregistry/is-symbol@^1",
178+
"is-typed-array": "npm:@socketregistry/is-typed-array@^1",
71179
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
180+
"is-weakmap": "npm:@socketregistry/is-weakmap@^1",
181+
"is-weakref": "npm:@socketregistry/is-weakref@^1",
182+
"is-weakset": "npm:@socketregistry/is-weakset@^1",
183+
"isarray": "npm:@socketregistry/isarray@^1",
184+
"iterator.prototype": "npm:@socketregistry/iterator.prototype@^1",
185+
"object-assign": "npm:@socketregistry/object-assign@^1",
186+
"object-keys": "npm:@socketregistry/object-keys@^1",
187+
"object.assign": "npm:@socketregistry/object.assign@^1",
188+
"object.entries": "npm:@socketregistry/object.entries@^1",
189+
"object.fromentries": "npm:@socketregistry/object.fromentries@^1",
190+
"object.groupby": "npm:@socketregistry/object.groupby@^1",
191+
"object.values": "npm:@socketregistry/object.values@^1",
72192
"path-parse": "npm:@socketregistry/path-parse@^1",
193+
"reflect.getprototypeof": "npm:@socketregistry/reflect.getprototypeof@^1",
194+
"regexp.prototype.flags": "npm:@socketregistry/regexp.prototype.flags@^1",
195+
"safe-array-concat": "npm:@socketregistry/safe-array-concat@^1",
73196
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
74-
"safer-buffer": "npm:@socketregistry/safer-buffer@^1"
197+
"safe-regex-test": "npm:@socketregistry/safe-regex-test@^1",
198+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1",
199+
"set-function-length": "npm:@socketregistry/set-function-length@^1",
200+
"side-channel": "npm:@socketregistry/side-channel@^1",
201+
"string.prototype.includes": "npm:@socketregistry/string.prototype.includes@^1",
202+
"string.prototype.matchall": "npm:@socketregistry/string.prototype.matchall@^1",
203+
"string.prototype.repeat": "npm:@socketregistry/string.prototype.repeat@^1",
204+
"string.prototype.trim": "npm:@socketregistry/string.prototype.trim@^1",
205+
"string.prototype.trimend": "npm:@socketregistry/string.prototype.trimend@^1",
206+
"string.prototype.trimstart": "npm:@socketregistry/string.prototype.trimstart@^1",
207+
"typed-array-buffer": "npm:@socketregistry/typed-array-buffer@^1",
208+
"typed-array-byte-length": "npm:@socketregistry/typed-array-byte-length@^1",
209+
"typed-array-byte-offset": "npm:@socketregistry/typed-array-byte-offset@^1",
210+
"typed-array-length": "npm:@socketregistry/typed-array-length@^1",
211+
"unbox-primitive": "npm:@socketregistry/unbox-primitive@^1",
212+
"which-boxed-primitive": "npm:@socketregistry/which-boxed-primitive@^1",
213+
"which-collection": "npm:@socketregistry/which-collection@^1",
214+
"which-typed-array": "npm:@socketregistry/which-typed-array@^1"
75215
}
76216
}

0 commit comments

Comments
 (0)