@sphereon/ssi-sdk.siopv2-oid4vp-common 0.34.1-feature.SSISDK.50.type.refactor.176 → 0.34.1-feature.SSISDK.57.uni.client.168

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -26,8 +26,14 @@ __export(index_exports, {
26
26
  OP: () => import_did_auth_siop.OP,
27
27
  OPBuilder: () => import_did_auth_siop.OPBuilder,
28
28
  RP: () => import_did_auth_siop.RP,
29
+ RequestUriMethod: () => import_did_auth_siop.RequestUriMethod,
30
+ ResponseMode: () => import_did_auth_siop.ResponseMode,
31
+ ResponseType: () => import_did_auth_siop.ResponseType,
29
32
  SupportedVersion: () => import_did_auth_siop.SupportedVersion,
30
33
  URI: () => import_did_auth_siop.URI,
34
+ VPTokenLocation: () => import_did_auth_siop.VPTokenLocation,
35
+ createAuthorizationRequestToPayload: () => import_did_auth_siop.createAuthorizationRequestToPayload,
36
+ createAuthorizationResponseFromPayload: () => import_did_auth_siop.createAuthorizationResponseFromPayload,
31
37
  decodeUriAsJson: () => import_did_auth_siop.decodeUriAsJson,
32
38
  encodeJsonAsURI: () => import_did_auth_siop.encodeJsonAsURI,
33
39
  uriWithBase: () => uriWithBase
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts","../src/utils.ts"],"sourcesContent":["export * from './auth-model'\nexport * from './utils'\n\n// We are exporting some common class from SIOP\n/**\n * @private\n */\nexport {\n decodeUriAsJson,\n encodeJsonAsURI,\n type AuthorizationResponsePayload,\n type AuthorizationRequestPayload,\n URI,\n type AuthorizationRequestState,\n type RequestObjectPayload,\n AuthorizationRequest,\n AuthorizationResponse,\n RP,\n OP,\n OPBuilder,\n SupportedVersion,\n type PresentationVerificationResult,\n type PresentationVerificationCallback,\n} from '@sphereon/did-auth-siop'\n","export function uriWithBase(path: string, opts?: { baseURI?: string; envVarName?: string }) {\n let baseUri = `${!!opts?.baseURI ? opts.baseURI : opts?.envVarName && process ? process.env[opts.envVarName!] : process?.env?.BACKEND_BASE_URI}`\n if (!baseUri || baseUri === 'undefined') {\n throw Error('No base URI provided as param or environment variable')\n } else if (!baseUri.startsWith('http')) {\n throw Error(`Base URI needs to start with http(s). Received: ${baseUri}`)\n }\n baseUri = baseUri.endsWith('/') ? baseUri.substring(0, baseUri.length - 1) : baseUri\n return `${baseUri}${path.startsWith('/') ? path : '/' + path}`\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;ACAO,SAASA,YAAYC,MAAcC,MAAgD;AACxF,MAAIC,UAAU,GAAG,CAAC,CAACD,MAAME,UAAUF,KAAKE,UAAUF,MAAMG,cAAcC,UAAUA,QAAQC,IAAIL,KAAKG,UAAU,IAAKC,SAASC,KAAKC,gBAAAA;AAC9H,MAAI,CAACL,WAAWA,YAAY,aAAa;AACvC,UAAMM,MAAM,uDAAA;EACd,WAAW,CAACN,QAAQO,WAAW,MAAA,GAAS;AACtC,UAAMD,MAAM,mDAAmDN,OAAAA,EAAS;EAC1E;AACAA,YAAUA,QAAQQ,SAAS,GAAA,IAAOR,QAAQS,UAAU,GAAGT,QAAQU,SAAS,CAAA,IAAKV;AAC7E,SAAO,GAAGA,OAAAA,GAAUF,KAAKS,WAAW,GAAA,IAAOT,OAAO,MAAMA,IAAAA;AAC1D;AATgBD;;;ADOhB,2BAgBO;","names":["uriWithBase","path","opts","baseUri","baseURI","envVarName","process","env","BACKEND_BASE_URI","Error","startsWith","endsWith","substring","length"]}
1
+ {"version":3,"sources":["../src/index.ts","../src/utils.ts"],"sourcesContent":["export * from './auth-model'\nexport * from './utils'\n\n// We are exporting some common class from SIOP\n/**\n * @private\n */\nexport {\n decodeUriAsJson,\n encodeJsonAsURI,\n type AuthorizationResponsePayload,\n type AuthorizationRequestPayload,\n URI,\n type AuthorizationRequestState,\n type RequestObjectPayload,\n AuthorizationRequest,\n AuthorizationResponse,\n RP,\n OP,\n OPBuilder,\n SupportedVersion,\n type PresentationVerificationResult,\n type PresentationVerificationCallback,\n type CreateAuthorizationRequest,\n type CreateAuthorizationRequestPayload,\n type CreateAuthorizationResponse,\n type CreateAuthorizationResponsePayload,\n type CallbackOpts,\n type CallbackOptsPayload,\n type QRCodeOpts,\n type QRCodeOptsPayload,\n createAuthorizationResponseFromPayload,\n createAuthorizationRequestToPayload,\n ResponseType,\n ResponseMode,\n VPTokenLocation,\n RequestUriMethod,\n} from '@sphereon/did-auth-siop'\n","export function uriWithBase(path: string, opts?: { baseURI?: string; envVarName?: string }) {\n let baseUri = `${!!opts?.baseURI ? opts.baseURI : opts?.envVarName && process ? process.env[opts.envVarName!] : process?.env?.BACKEND_BASE_URI}`\n if (!baseUri || baseUri === 'undefined') {\n throw Error('No base URI provided as param or environment variable')\n } else if (!baseUri.startsWith('http')) {\n throw Error(`Base URI needs to start with http(s). Received: ${baseUri}`)\n }\n baseUri = baseUri.endsWith('/') ? baseUri.substring(0, baseUri.length - 1) : baseUri\n return `${baseUri}${path.startsWith('/') ? path : '/' + path}`\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;;;;ACAO,SAASA,YAAYC,MAAcC,MAAgD;AACxF,MAAIC,UAAU,GAAG,CAAC,CAACD,MAAME,UAAUF,KAAKE,UAAUF,MAAMG,cAAcC,UAAUA,QAAQC,IAAIL,KAAKG,UAAU,IAAKC,SAASC,KAAKC,gBAAAA;AAC9H,MAAI,CAACL,WAAWA,YAAY,aAAa;AACvC,UAAMM,MAAM,uDAAA;EACd,WAAW,CAACN,QAAQO,WAAW,MAAA,GAAS;AACtC,UAAMD,MAAM,mDAAmDN,OAAAA,EAAS;EAC1E;AACAA,YAAUA,QAAQQ,SAAS,GAAA,IAAOR,QAAQS,UAAU,GAAGT,QAAQU,SAAS,CAAA,IAAKV;AAC7E,SAAO,GAAGA,OAAAA,GAAUF,KAAKS,WAAW,GAAA,IAAOT,OAAO,MAAMA,IAAAA;AAC1D;AATgBD;;;ADOhB,2BA8BO;","names":["uriWithBase","path","opts","baseUri","baseURI","envVarName","process","env","BACKEND_BASE_URI","Error","startsWith","endsWith","substring","length"]}
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { AuthorizationResponsePayload } from '@sphereon/did-auth-siop';
2
- export { AuthorizationRequest, AuthorizationRequestPayload, AuthorizationRequestState, AuthorizationResponse, AuthorizationResponsePayload, OP, OPBuilder, PresentationVerificationCallback, PresentationVerificationResult, RP, RequestObjectPayload, SupportedVersion, URI, decodeUriAsJson, encodeJsonAsURI } from '@sphereon/did-auth-siop';
2
+ export { AuthorizationRequest, AuthorizationRequestPayload, AuthorizationRequestState, AuthorizationResponse, AuthorizationResponsePayload, CallbackOpts, CallbackOptsPayload, CreateAuthorizationRequest, CreateAuthorizationRequestPayload, CreateAuthorizationResponse, CreateAuthorizationResponsePayload, OP, OPBuilder, PresentationVerificationCallback, PresentationVerificationResult, QRCodeOpts, QRCodeOptsPayload, RP, RequestObjectPayload, RequestUriMethod, ResponseMode, ResponseType, SupportedVersion, URI, VPTokenLocation, createAuthorizationRequestToPayload, createAuthorizationResponseFromPayload, decodeUriAsJson, encodeJsonAsURI } from '@sphereon/did-auth-siop';
3
3
  import { AdditionalClaims } from '@sphereon/ssi-types';
4
4
 
5
5
  interface ClaimPayloadCommonOpts {
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { AuthorizationResponsePayload } from '@sphereon/did-auth-siop';
2
- export { AuthorizationRequest, AuthorizationRequestPayload, AuthorizationRequestState, AuthorizationResponse, AuthorizationResponsePayload, OP, OPBuilder, PresentationVerificationCallback, PresentationVerificationResult, RP, RequestObjectPayload, SupportedVersion, URI, decodeUriAsJson, encodeJsonAsURI } from '@sphereon/did-auth-siop';
2
+ export { AuthorizationRequest, AuthorizationRequestPayload, AuthorizationRequestState, AuthorizationResponse, AuthorizationResponsePayload, CallbackOpts, CallbackOptsPayload, CreateAuthorizationRequest, CreateAuthorizationRequestPayload, CreateAuthorizationResponse, CreateAuthorizationResponsePayload, OP, OPBuilder, PresentationVerificationCallback, PresentationVerificationResult, QRCodeOpts, QRCodeOptsPayload, RP, RequestObjectPayload, RequestUriMethod, ResponseMode, ResponseType, SupportedVersion, URI, VPTokenLocation, createAuthorizationRequestToPayload, createAuthorizationResponseFromPayload, decodeUriAsJson, encodeJsonAsURI } from '@sphereon/did-auth-siop';
3
3
  import { AdditionalClaims } from '@sphereon/ssi-types';
4
4
 
5
5
  interface ClaimPayloadCommonOpts {
package/dist/index.js CHANGED
@@ -15,15 +15,21 @@ function uriWithBase(path, opts) {
15
15
  __name(uriWithBase, "uriWithBase");
16
16
 
17
17
  // src/index.ts
18
- import { decodeUriAsJson, encodeJsonAsURI, URI, AuthorizationRequest, AuthorizationResponse, RP, OP, OPBuilder, SupportedVersion } from "@sphereon/did-auth-siop";
18
+ import { decodeUriAsJson, encodeJsonAsURI, URI, AuthorizationRequest, AuthorizationResponse, RP, OP, OPBuilder, SupportedVersion, createAuthorizationResponseFromPayload, createAuthorizationRequestToPayload, ResponseType, ResponseMode, VPTokenLocation, RequestUriMethod } from "@sphereon/did-auth-siop";
19
19
  export {
20
20
  AuthorizationRequest,
21
21
  AuthorizationResponse,
22
22
  OP,
23
23
  OPBuilder,
24
24
  RP,
25
+ RequestUriMethod,
26
+ ResponseMode,
27
+ ResponseType,
25
28
  SupportedVersion,
26
29
  URI,
30
+ VPTokenLocation,
31
+ createAuthorizationRequestToPayload,
32
+ createAuthorizationResponseFromPayload,
27
33
  decodeUriAsJson,
28
34
  encodeJsonAsURI,
29
35
  uriWithBase
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/utils.ts","../src/index.ts"],"sourcesContent":["export function uriWithBase(path: string, opts?: { baseURI?: string; envVarName?: string }) {\n let baseUri = `${!!opts?.baseURI ? opts.baseURI : opts?.envVarName && process ? process.env[opts.envVarName!] : process?.env?.BACKEND_BASE_URI}`\n if (!baseUri || baseUri === 'undefined') {\n throw Error('No base URI provided as param or environment variable')\n } else if (!baseUri.startsWith('http')) {\n throw Error(`Base URI needs to start with http(s). Received: ${baseUri}`)\n }\n baseUri = baseUri.endsWith('/') ? baseUri.substring(0, baseUri.length - 1) : baseUri\n return `${baseUri}${path.startsWith('/') ? path : '/' + path}`\n}\n","export * from './auth-model'\nexport * from './utils'\n\n// We are exporting some common class from SIOP\n/**\n * @private\n */\nexport {\n decodeUriAsJson,\n encodeJsonAsURI,\n type AuthorizationResponsePayload,\n type AuthorizationRequestPayload,\n URI,\n type AuthorizationRequestState,\n type RequestObjectPayload,\n AuthorizationRequest,\n AuthorizationResponse,\n RP,\n OP,\n OPBuilder,\n SupportedVersion,\n type PresentationVerificationResult,\n type PresentationVerificationCallback,\n} from '@sphereon/did-auth-siop'\n"],"mappings":";;;;AAAO,SAASA,YAAYC,MAAcC,MAAgD;AACxF,MAAIC,UAAU,GAAG,CAAC,CAACD,MAAME,UAAUF,KAAKE,UAAUF,MAAMG,cAAcC,UAAUA,QAAQC,IAAIL,KAAKG,UAAU,IAAKC,SAASC,KAAKC,gBAAAA;AAC9H,MAAI,CAACL,WAAWA,YAAY,aAAa;AACvC,UAAMM,MAAM,uDAAA;EACd,WAAW,CAACN,QAAQO,WAAW,MAAA,GAAS;AACtC,UAAMD,MAAM,mDAAmDN,OAAAA,EAAS;EAC1E;AACAA,YAAUA,QAAQQ,SAAS,GAAA,IAAOR,QAAQS,UAAU,GAAGT,QAAQU,SAAS,CAAA,IAAKV;AAC7E,SAAO,GAAGA,OAAAA,GAAUF,KAAKS,WAAW,GAAA,IAAOT,OAAO,MAAMA,IAAAA;AAC1D;AATgBD;;;ACOhB,SACEc,iBACAC,iBAGAC,KAGAC,sBACAC,uBACAC,IACAC,IACAC,WACAC,wBAGK;","names":["uriWithBase","path","opts","baseUri","baseURI","envVarName","process","env","BACKEND_BASE_URI","Error","startsWith","endsWith","substring","length","decodeUriAsJson","encodeJsonAsURI","URI","AuthorizationRequest","AuthorizationResponse","RP","OP","OPBuilder","SupportedVersion"]}
1
+ {"version":3,"sources":["../src/utils.ts","../src/index.ts"],"sourcesContent":["export function uriWithBase(path: string, opts?: { baseURI?: string; envVarName?: string }) {\n let baseUri = `${!!opts?.baseURI ? opts.baseURI : opts?.envVarName && process ? process.env[opts.envVarName!] : process?.env?.BACKEND_BASE_URI}`\n if (!baseUri || baseUri === 'undefined') {\n throw Error('No base URI provided as param or environment variable')\n } else if (!baseUri.startsWith('http')) {\n throw Error(`Base URI needs to start with http(s). Received: ${baseUri}`)\n }\n baseUri = baseUri.endsWith('/') ? baseUri.substring(0, baseUri.length - 1) : baseUri\n return `${baseUri}${path.startsWith('/') ? path : '/' + path}`\n}\n","export * from './auth-model'\nexport * from './utils'\n\n// We are exporting some common class from SIOP\n/**\n * @private\n */\nexport {\n decodeUriAsJson,\n encodeJsonAsURI,\n type AuthorizationResponsePayload,\n type AuthorizationRequestPayload,\n URI,\n type AuthorizationRequestState,\n type RequestObjectPayload,\n AuthorizationRequest,\n AuthorizationResponse,\n RP,\n OP,\n OPBuilder,\n SupportedVersion,\n type PresentationVerificationResult,\n type PresentationVerificationCallback,\n type CreateAuthorizationRequest,\n type CreateAuthorizationRequestPayload,\n type CreateAuthorizationResponse,\n type CreateAuthorizationResponsePayload,\n type CallbackOpts,\n type CallbackOptsPayload,\n type QRCodeOpts,\n type QRCodeOptsPayload,\n createAuthorizationResponseFromPayload,\n createAuthorizationRequestToPayload,\n ResponseType,\n ResponseMode,\n VPTokenLocation,\n RequestUriMethod,\n} from '@sphereon/did-auth-siop'\n"],"mappings":";;;;AAAO,SAASA,YAAYC,MAAcC,MAAgD;AACxF,MAAIC,UAAU,GAAG,CAAC,CAACD,MAAME,UAAUF,KAAKE,UAAUF,MAAMG,cAAcC,UAAUA,QAAQC,IAAIL,KAAKG,UAAU,IAAKC,SAASC,KAAKC,gBAAAA;AAC9H,MAAI,CAACL,WAAWA,YAAY,aAAa;AACvC,UAAMM,MAAM,uDAAA;EACd,WAAW,CAACN,QAAQO,WAAW,MAAA,GAAS;AACtC,UAAMD,MAAM,mDAAmDN,OAAAA,EAAS;EAC1E;AACAA,YAAUA,QAAQQ,SAAS,GAAA,IAAOR,QAAQS,UAAU,GAAGT,QAAQU,SAAS,CAAA,IAAKV;AAC7E,SAAO,GAAGA,OAAAA,GAAUF,KAAKS,WAAW,GAAA,IAAOT,OAAO,MAAMA,IAAAA;AAC1D;AATgBD;;;ACOhB,SACEc,iBACAC,iBAGAC,KAGAC,sBACAC,uBACAC,IACAC,IACAC,WACAC,kBAWAC,wCACAC,qCACAC,cACAC,cACAC,iBACAC,wBACK;","names":["uriWithBase","path","opts","baseUri","baseURI","envVarName","process","env","BACKEND_BASE_URI","Error","startsWith","endsWith","substring","length","decodeUriAsJson","encodeJsonAsURI","URI","AuthorizationRequest","AuthorizationResponse","RP","OP","OPBuilder","SupportedVersion","createAuthorizationResponseFromPayload","createAuthorizationRequestToPayload","ResponseType","ResponseMode","VPTokenLocation","RequestUriMethod"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sphereon/ssi-sdk.siopv2-oid4vp-common",
3
- "version": "0.34.1-feature.SSISDK.50.type.refactor.176+db39f6d5",
3
+ "version": "0.34.1-feature.SSISDK.57.uni.client.168+0c46b159",
4
4
  "description": "Common SIOPv2 and OID4VP types between modules",
5
5
  "source": "src/index.ts",
6
6
  "type": "module",
@@ -25,9 +25,9 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@sphereon/did-auth-siop": "0.19.1-feature.DIIPv4.126",
29
- "@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.50.type.refactor.176+db39f6d5",
30
- "@sphereon/ssi-types": "0.34.1-feature.SSISDK.50.type.refactor.176+db39f6d5",
28
+ "@sphereon/did-auth-siop": "0.19.1-feature.SSISDK.57.uni.client.129",
29
+ "@sphereon/ssi-sdk.core": "0.34.1-feature.SSISDK.57.uni.client.168+0c46b159",
30
+ "@sphereon/ssi-types": "0.34.1-feature.SSISDK.57.uni.client.168+0c46b159",
31
31
  "uint8arrays": "^3.1.1"
32
32
  },
33
33
  "scripts": {
@@ -43,5 +43,5 @@
43
43
  "README.md",
44
44
  "LICENSE"
45
45
  ],
46
- "gitHead": "db39f6d51350d23f64217d3691e06522e041150c"
46
+ "gitHead": "0c46b159258bca3469475f7ad977e6654f770783"
47
47
  }
package/src/index.ts CHANGED
@@ -21,4 +21,18 @@ export {
21
21
  SupportedVersion,
22
22
  type PresentationVerificationResult,
23
23
  type PresentationVerificationCallback,
24
+ type CreateAuthorizationRequest,
25
+ type CreateAuthorizationRequestPayload,
26
+ type CreateAuthorizationResponse,
27
+ type CreateAuthorizationResponsePayload,
28
+ type CallbackOpts,
29
+ type CallbackOptsPayload,
30
+ type QRCodeOpts,
31
+ type QRCodeOptsPayload,
32
+ createAuthorizationResponseFromPayload,
33
+ createAuthorizationRequestToPayload,
34
+ ResponseType,
35
+ ResponseMode,
36
+ VPTokenLocation,
37
+ RequestUriMethod,
24
38
  } from '@sphereon/did-auth-siop'