@sphereon/ssi-sdk.oid4vci-issuer-rest-client 0.33.1-next.3 → 0.33.1-next.68

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.
@@ -8,10 +8,10 @@ import {
8
8
  IRestClientAuthenticationOpts,
9
9
  } from '../types/IOID4VCIRestClient'
10
10
  import { IssueStatusResponse } from '@sphereon/oid4vci-common'
11
- import Debug from 'debug'
12
11
  import { IAgentPlugin } from '@veramo/core'
12
+ import { Loggers } from '@sphereon/ssi-types'
13
13
 
14
- const debug = Debug('sphereon:ssi-sdk:oid4vci:issuer:rest-client')
14
+ const logger = Loggers.DEFAULT.get('sphereon:ssi-sdk:oid4vci:issuer:rest-client')
15
15
 
16
16
  /**
17
17
  * {@inheritDoc IOID4VCIRestClient}
@@ -31,6 +31,7 @@ export class OID4VCIRestClient implements IAgentPlugin {
31
31
  }
32
32
  this.authOpts = args?.authentication
33
33
  }
34
+
34
35
  private async createHeaders(existing?: Record<string, any>): Promise<HeadersInit> {
35
36
  const headers: HeadersInit = {
36
37
  ...existing,
@@ -59,7 +60,7 @@ export class OID4VCIRestClient implements IAgentPlugin {
59
60
  ...(args.credentialDataSupplierInput && { credentialDataSupplierInput: args.credentialDataSupplierInput }),
60
61
  }
61
62
  const url = OID4VCIRestClient.urlWithBase(`webapp/credential-offers`, baseUrl)
62
- debug(`OID4VCIRestClient is going to send request: ${JSON.stringify(request)} to ${url}`)
63
+ logger.debug(`OID4VCIRestClient is going to send request: ${JSON.stringify(request)} to ${url}`)
63
64
  try {
64
65
  const origResponse = await fetch(url, {
65
66
  method: 'POST',
@@ -71,7 +72,7 @@ export class OID4VCIRestClient implements IAgentPlugin {
71
72
  }
72
73
  return await origResponse.json()
73
74
  } catch (e) {
74
- debug(`Error on posting to url ${url}: ${e}`)
75
+ logger.debug(`Error on posting to url ${url}: ${e}`)
75
76
  return Promise.reject(Error(`request to ${url} returned ${e}`))
76
77
  }
77
78
  }
@@ -86,7 +87,7 @@ export class OID4VCIRestClient implements IAgentPlugin {
86
87
  id: args.id,
87
88
  }),
88
89
  })
89
- debug(`issue status response: ${statusResponse}`)
90
+ logger.debug(`issue status response: ${statusResponse}`)
90
91
  try {
91
92
  return await statusResponse.json()
92
93
  } catch (err) {
package/src/index.ts CHANGED
@@ -4,4 +4,4 @@
4
4
  const schema = require('../plugin.schema.json')
5
5
  export { schema }
6
6
  export { OID4VCIRestClient } from './agent/OID4VCIRestClient'
7
- export * from './types/IOID4VCIRestClient'
7
+ export type * from './types/IOID4VCIRestClient'
@@ -1,6 +1,6 @@
1
- import { BearerTokenArg } from '@sphereon/ssi-types'
2
- import { IAgentContext, IPluginMethodMap } from '@veramo/core'
3
- import {
1
+ import type { BearerTokenArg } from '@sphereon/ssi-types'
2
+ import type { IAgentContext, IPluginMethodMap } from '@veramo/core'
3
+ import type {
4
4
  IssueStatusResponse,
5
5
  CredentialDataSupplierInput,
6
6
  CreateCredentialOfferURIResult,
@@ -1,21 +0,0 @@
1
- import { IOID4VCIRestClient, IRestClientAuthenticationOpts } from '../types/IOID4VCIRestClient';
2
- import { IAgentPlugin } from '@veramo/core';
3
- /**
4
- * {@inheritDoc IOID4VCIRestClient}
5
- */
6
- export declare class OID4VCIRestClient implements IAgentPlugin {
7
- readonly methods: IOID4VCIRestClient;
8
- private readonly agentBaseUrl?;
9
- private readonly authOpts?;
10
- constructor(args?: {
11
- baseUrl?: string;
12
- authentication?: IRestClientAuthenticationOpts;
13
- });
14
- private createHeaders;
15
- /** {@inheritDoc IOID4VCIRestClient.vciClientCreateOfferUri} */
16
- private oid4vciClientCreateOfferUri;
17
- private oid4vciClientGetIssueStatus;
18
- private assertedAgentBaseUrl;
19
- private static urlWithBase;
20
- }
21
- //# sourceMappingURL=OID4VCIRestClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OID4VCIRestClient.d.ts","sourceRoot":"","sources":["../../src/agent/OID4VCIRestClient.ts"],"names":[],"mappings":"AACA,OAAO,EACL,kBAAkB,EAKlB,6BAA6B,EAC9B,MAAM,6BAA6B,CAAA;AAGpC,OAAO,EAAE,YAAY,EAAE,MAAM,cAAc,CAAA;AAI3C;;GAEG;AACH,qBAAa,iBAAkB,YAAW,YAAY;IACpD,QAAQ,CAAC,OAAO,EAAE,kBAAkB,CAGnC;IAED,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAQ;IACtC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAC,CAA+B;gBAE7C,IAAI,CAAC,EAAE;QAAE,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,6BAA6B,CAAA;KAAE;YAMzE,aAAa;IAgB3B,+DAA+D;YACjD,2BAA2B;YA4B3B,2BAA2B;IAkBzC,OAAO,CAAC,oBAAoB;IAS5B,OAAO,CAAC,MAAM,CAAC,WAAW;CAG3B"}
@@ -1,107 +0,0 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- var __importDefault = (this && this.__importDefault) || function (mod) {
12
- return (mod && mod.__esModule) ? mod : { "default": mod };
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.OID4VCIRestClient = void 0;
16
- const cross_fetch_1 = require("cross-fetch");
17
- const debug_1 = __importDefault(require("debug"));
18
- const debug = (0, debug_1.default)('sphereon:ssi-sdk:oid4vci:issuer:rest-client');
19
- /**
20
- * {@inheritDoc IOID4VCIRestClient}
21
- */
22
- class OID4VCIRestClient {
23
- constructor(args) {
24
- this.methods = {
25
- oid4vciClientCreateOfferUri: this.oid4vciClientCreateOfferUri.bind(this),
26
- oid4vciClientGetIssueStatus: this.oid4vciClientGetIssueStatus.bind(this),
27
- };
28
- if (args === null || args === void 0 ? void 0 : args.baseUrl) {
29
- this.agentBaseUrl = args.baseUrl;
30
- }
31
- this.authOpts = args === null || args === void 0 ? void 0 : args.authentication;
32
- }
33
- createHeaders(existing) {
34
- return __awaiter(this, void 0, void 0, function* () {
35
- var _a;
36
- const headers = Object.assign(Object.assign({}, existing), { Accept: 'application/json' });
37
- if (((_a = this.authOpts) === null || _a === void 0 ? void 0 : _a.enabled) === true) {
38
- if (!this.authOpts.bearerToken) {
39
- throw Error(`Cannot have authentication enabled, whilst not enabling static bearer tokens at this point`);
40
- }
41
- headers.Authorization = `Bearer ${typeof this.authOpts.bearerToken === 'string' ? this.authOpts.bearerToken : yield this.authOpts.bearerToken()}`;
42
- }
43
- return headers;
44
- });
45
- }
46
- /** {@inheritDoc IOID4VCIRestClient.vciClientCreateOfferUri} */
47
- oid4vciClientCreateOfferUri(args) {
48
- return __awaiter(this, void 0, void 0, function* () {
49
- if (!args.credential_configuration_ids || !args.grants) {
50
- return Promise.reject(Error("Can't generate the credential offer url without credentials and grants params present."));
51
- }
52
- const baseUrl = this.assertedAgentBaseUrl(args.agentBaseUrl);
53
- const request = Object.assign({ credential_configuration_ids: args.credential_configuration_ids, grants: args.grants }, (args.credentialDataSupplierInput && { credentialDataSupplierInput: args.credentialDataSupplierInput }));
54
- const url = OID4VCIRestClient.urlWithBase(`webapp/credential-offers`, baseUrl);
55
- debug(`OID4VCIRestClient is going to send request: ${JSON.stringify(request)} to ${url}`);
56
- try {
57
- const origResponse = yield (0, cross_fetch_1.fetch)(url, {
58
- method: 'POST',
59
- headers: yield this.createHeaders({ 'Content-Type': 'application/json' }),
60
- body: JSON.stringify(request),
61
- });
62
- if (!origResponse.ok) {
63
- return Promise.reject(Error(`request to ${url} returned ${origResponse.status}`));
64
- }
65
- return yield origResponse.json();
66
- }
67
- catch (e) {
68
- debug(`Error on posting to url ${url}: ${e}`);
69
- return Promise.reject(Error(`request to ${url} returned ${e}`));
70
- }
71
- });
72
- }
73
- oid4vciClientGetIssueStatus(args) {
74
- return __awaiter(this, void 0, void 0, function* () {
75
- const baseUrl = this.assertedAgentBaseUrl(args.baseUrl);
76
- const url = OID4VCIRestClient.urlWithBase('/webapp/credential-offer-status', baseUrl);
77
- const statusResponse = yield (0, cross_fetch_1.fetch)(url, {
78
- method: 'POST',
79
- headers: yield this.createHeaders({ 'Content-Type': 'application/json' }),
80
- body: JSON.stringify({
81
- id: args.id,
82
- }),
83
- });
84
- debug(`issue status response: ${statusResponse}`);
85
- try {
86
- return yield statusResponse.json();
87
- }
88
- catch (err) {
89
- throw Error(`Status has returned ${statusResponse.status}`);
90
- }
91
- });
92
- }
93
- assertedAgentBaseUrl(baseUrl) {
94
- if (baseUrl) {
95
- return baseUrl;
96
- }
97
- else if (this.agentBaseUrl) {
98
- return this.agentBaseUrl;
99
- }
100
- throw new Error('No base url has been provided');
101
- }
102
- static urlWithBase(path, baseUrl) {
103
- return `${baseUrl}${path.startsWith('/') ? path : `/${path}`}`;
104
- }
105
- }
106
- exports.OID4VCIRestClient = OID4VCIRestClient;
107
- //# sourceMappingURL=OID4VCIRestClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OID4VCIRestClient.js","sourceRoot":"","sources":["../../src/agent/OID4VCIRestClient.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,QAAA,MAAM,MAAM,KAAmC,CAAA;AAC/C,OAAO,EAAE,MAAM,EAAE,CAAA;AACjB,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAC7D,cAAc,4BAA4B,CAAA"}
@@ -1,61 +0,0 @@
1
- import { BearerTokenArg } from '@sphereon/ssi-types';
2
- import { CreateCredentialOfferURIResult } from '@sphereon/oid4vci-common';
3
- import { CredentialDataSupplierInput } from '@sphereon/oid4vci-common';
4
- import { CredentialOfferPayloadV1_0_13 } from '@sphereon/oid4vci-common';
5
- import { IAgentContext } from '@veramo/core';
6
- import { IAgentPlugin } from '@veramo/core';
7
- import { IPluginMethodMap } from '@veramo/core';
8
- import { IssueStatusResponse } from '@sphereon/oid4vci-common';
9
-
10
- export declare interface IOID4VCIClientCreateOfferUriRequest extends CredentialOfferPayloadV1_0_13 {
11
- credentialDataSupplierInput?: CredentialDataSupplierInput;
12
- }
13
-
14
- export declare interface IOID4VCIClientCreateOfferUriRequestArgs extends IOID4VCIClientCreateOfferUriRequest {
15
- agentBaseUrl?: string;
16
- }
17
-
18
- export declare type IOID4VCIClientCreateOfferUriResponse = Omit<CreateCredentialOfferURIResult, 'session'>;
19
-
20
- export declare interface IOID4VCIClientGetIssueStatusArgs {
21
- id: string;
22
- baseUrl?: string;
23
- }
24
-
25
- export declare interface IOID4VCIRestClient extends IPluginMethodMap {
26
- oid4vciClientCreateOfferUri(args: IOID4VCIClientCreateOfferUriRequestArgs, context: IRequiredContext): Promise<IOID4VCIClientCreateOfferUriResponse>;
27
- oid4vciClientGetIssueStatus(args: IOID4VCIClientGetIssueStatusArgs, context: IRequiredContext): Promise<IssueStatusResponse>;
28
- }
29
-
30
- export declare type IRequiredContext = IAgentContext<never>;
31
-
32
- export declare interface IRestClientAuthenticationOpts {
33
- enabled?: boolean;
34
- bearerToken?: BearerTokenArg;
35
- }
36
-
37
- /**
38
- * {@inheritDoc IOID4VCIRestClient}
39
- */
40
- export declare class OID4VCIRestClient implements IAgentPlugin {
41
- readonly methods: IOID4VCIRestClient;
42
- private readonly agentBaseUrl?;
43
- private readonly authOpts?;
44
- constructor(args?: {
45
- baseUrl?: string;
46
- authentication?: IRestClientAuthenticationOpts;
47
- });
48
- private createHeaders;
49
- /** {@inheritDoc IOID4VCIRestClient.vciClientCreateOfferUri} */
50
- private oid4vciClientCreateOfferUri;
51
- private oid4vciClientGetIssueStatus;
52
- private assertedAgentBaseUrl;
53
- private static urlWithBase;
54
- }
55
-
56
- /**
57
- * @public
58
- */
59
- export declare const schema: any;
60
-
61
- export { }
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.5"
9
- }
10
- ]
11
- }
@@ -1,24 +0,0 @@
1
- import { BearerTokenArg } from '@sphereon/ssi-types';
2
- import { IAgentContext, IPluginMethodMap } from '@veramo/core';
3
- import { IssueStatusResponse, CredentialDataSupplierInput, CreateCredentialOfferURIResult, CredentialOfferPayloadV1_0_13 } from '@sphereon/oid4vci-common';
4
- export interface IOID4VCIRestClient extends IPluginMethodMap {
5
- oid4vciClientCreateOfferUri(args: IOID4VCIClientCreateOfferUriRequestArgs, context: IRequiredContext): Promise<IOID4VCIClientCreateOfferUriResponse>;
6
- oid4vciClientGetIssueStatus(args: IOID4VCIClientGetIssueStatusArgs, context: IRequiredContext): Promise<IssueStatusResponse>;
7
- }
8
- export interface IOID4VCIClientCreateOfferUriRequestArgs extends IOID4VCIClientCreateOfferUriRequest {
9
- agentBaseUrl?: string;
10
- }
11
- export interface IRestClientAuthenticationOpts {
12
- enabled?: boolean;
13
- bearerToken?: BearerTokenArg;
14
- }
15
- export interface IOID4VCIClientGetIssueStatusArgs {
16
- id: string;
17
- baseUrl?: string;
18
- }
19
- export type IOID4VCIClientCreateOfferUriResponse = Omit<CreateCredentialOfferURIResult, 'session'>;
20
- export interface IOID4VCIClientCreateOfferUriRequest extends CredentialOfferPayloadV1_0_13 {
21
- credentialDataSupplierInput?: CredentialDataSupplierInput;
22
- }
23
- export type IRequiredContext = IAgentContext<never>;
24
- //# sourceMappingURL=IOID4VCIRestClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IOID4VCIRestClient.d.ts","sourceRoot":"","sources":["../../src/types/IOID4VCIRestClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAA;AAC9D,OAAO,EACL,mBAAmB,EACnB,2BAA2B,EAC3B,8BAA8B,EAC9B,6BAA6B,EAC9B,MAAM,0BAA0B,CAAA;AAEjC,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB;IAC1D,2BAA2B,CAAC,IAAI,EAAE,uCAAuC,EAAE,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAAA;IACpJ,2BAA2B,CAAC,IAAI,EAAE,gCAAgC,EAAE,OAAO,EAAE,gBAAgB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAA;CAC7H;AAED,MAAM,WAAW,uCAAwC,SAAQ,mCAAmC;IAClG,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB;AAED,MAAM,WAAW,6BAA6B;IAC5C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,cAAc,CAAA;CAC7B;AAED,MAAM,WAAW,gCAAgC;IAC/C,EAAE,EAAE,MAAM,CAAA;IACV,OAAO,CAAC,EAAE,MAAM,CAAA;CACjB;AAED,MAAM,MAAM,oCAAoC,GAAG,IAAI,CAAC,8BAA8B,EAAE,SAAS,CAAC,CAAA;AAElG,MAAM,WAAW,mCAAoC,SAAQ,6BAA6B;IACxF,2BAA2B,CAAC,EAAE,2BAA2B,CAAA;CAC1D;AAED,MAAM,MAAM,gBAAgB,GAAG,aAAa,CAAC,KAAK,CAAC,CAAA"}
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=IOID4VCIRestClient.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IOID4VCIRestClient.js","sourceRoot":"","sources":["../../src/types/IOID4VCIRestClient.ts"],"names":[],"mappings":""}