Skip to content

Commit b07ae0f

Browse files
committed
chore(release): bump version to 1.4.95
- Adding telemetry endpoints (#446) - Sync with openapi definition
1 parent 82d48fb commit b07ae0f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/sdk",
3-
"version": "1.4.94",
3+
"version": "1.4.95",
44
"packageManager": "pnpm@10.24.0",
55
"license": "MIT",
66
"description": "SDK for the Socket API client",

types/api.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15814,7 +15814,7 @@ export interface operations {
1581415814
* @enum {string}
1581515815
*/
1581615816
severity: 'low' | 'medium' | 'high' | 'critical'
15817-
locations: {
15817+
locations: Array<{
1581815818
/** @default */
1581915819
action: string
1582015820
/** @default */
@@ -15826,12 +15826,12 @@ export interface operations {
1582615826
analysisType: string | null
1582715827
}
1582815828
licenseViolation: {
15829-
violationData: {
15829+
violationData: Array<{
1583015830
/** @default */
1583115831
purl: string | null
1583215832
/** @default */
1583315833
spdxAtomOrExtraData: string
15834-
}[]
15834+
}>
1583515835
} | null
1583615836
prioritization: {
1583715837
/** @default 0 */
@@ -15882,7 +15882,7 @@ export interface operations {
1588215882
dev: boolean
1588315883
/** @default false */
1588415884
dead: boolean
15885-
manifestFiles: components['schemas']['SocketManifestReference'][]
15885+
manifestFiles: Array<components['schemas']['SocketManifestReference']>
1588615886
}
1588715887
artifact: {
1588815888
/** @default */
@@ -15903,7 +15903,7 @@ export interface operations {
1590315903
/** @default */
1590415904
artifactId: string | null
1590515905
}
15906-
}[]
15906+
}>
1590715907
}>
1590815908
meta: {
1590915909
/** @default */

0 commit comments

Comments
 (0)