Skip to content

Commit 5dcb67b

Browse files
committed
chore: schema updates
1 parent 0e8d79b commit 5dcb67b

13 files changed

Lines changed: 2152 additions & 1976 deletions

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"pnpm": ">=10"
2727
},
2828
"resolutions": {
29-
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.244",
29+
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.245",
3030
"dcql": "1.0.1",
3131
"node-fetch": "2.6.12",
3232
"typescript": "5.8.3"

packages/callback-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@sphereon/oid4vci-client": "workspace:^",
3131
"@sphereon/oid4vci-common": "workspace:^",
3232
"@sphereon/oid4vci-issuer": "workspace:^",
33-
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.244",
33+
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.245",
3434
"jose": "^4.10.0"
3535
},
3636
"devDependencies": {

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@sphereon/oid4vc-common": "workspace:^",
3131
"@sphereon/oid4vci-common": "workspace:^",
32-
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.244",
32+
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.245",
3333
"cross-fetch": "^4.1.0",
3434
"debug": "^4.4.0"
3535
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "vitest run --config ../../vitest.config.ts --coverage"
2323
},
2424
"dependencies": {
25-
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.244",
25+
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.245",
2626
"jwt-decode": "^4.0.0",
2727
"uint8arrays": "^3.1.1",
2828
"uuid": "^9.0.0"

packages/issuer-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@sphereon/oid4vci-common": "workspace:^",
2727
"@sphereon/oid4vci-issuer": "workspace:^",
2828
"@sphereon/ssi-express-support": "0.34.1-next.3",
29-
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.244",
29+
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.245",
3030
"body-parser": "^1.20.2",
3131
"cookie-parser": "^1.4.6",
3232
"cors": "^2.8.5",

packages/issuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sphereon/oid4vc-common": "workspace:^",
2525
"@sphereon/oid4vci-common": "workspace:^",
2626
"@sphereon/ssi-express-support": "0.34.1-next.3",
27-
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.244",
27+
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.245",
2828
"short-uuid": "^4.2.2",
2929
"uuid": "^9.0.0"
3030
},

packages/oid4vci-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@sphereon/oid4vc-common": "workspace:^",
25-
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.244",
25+
"@sphereon/ssi-types": "0.34.1-feature.DIIPv4.245",
2626
"cross-fetch": "^4.1.0",
2727
"debug": "^4.4.0",
2828
"jwt-decode": "^4.0.0",

packages/siop-oid4vp/lib/schemas/AuthorizationRequestPayloadD28.schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,13 +448,13 @@ export const AuthorizationRequestPayloadD28SchemaObj = {
448448
"issuerauth_alg_values": {
449449
"type": "array",
450450
"items": {
451-
"type": "string"
451+
"type": "number"
452452
}
453453
},
454454
"deviceauth_alg_values": {
455455
"type": "array",
456456
"items": {
457-
"type": "string"
457+
"type": "number"
458458
}
459459
}
460460
},

packages/siop-oid4vp/lib/schemas/AuthorizationRequestPayloadV1.schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,13 +451,13 @@ export const AuthorizationRequestPayloadV1SchemaObj = {
451451
"issuerauth_alg_values": {
452452
"type": "array",
453453
"items": {
454-
"type": "string"
454+
"type": "number"
455455
}
456456
},
457457
"deviceauth_alg_values": {
458458
"type": "array",
459459
"items": {
460-
"type": "string"
460+
"type": "number"
461461
}
462462
}
463463
},

packages/siop-oid4vp/lib/schemas/DiscoveryMetadataPayload.schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,13 +835,13 @@ export const DiscoveryMetadataPayloadSchemaObj = {
835835
"issuerauth_alg_values": {
836836
"type": "array",
837837
"items": {
838-
"type": "string"
838+
"type": "number"
839839
}
840840
},
841841
"deviceauth_alg_values": {
842842
"type": "array",
843843
"items": {
844-
"type": "string"
844+
"type": "number"
845845
}
846846
}
847847
},

0 commit comments

Comments
 (0)