File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments