@triveria/wallet 0.0.225 → 0.0.227

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.
Files changed (3) hide show
  1. package/api.d.ts +5 -5
  2. package/api.js +4 -4
  3. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -2033,7 +2033,7 @@ export interface VPDrivenIssuerConfig {
2033
2033
  */
2034
2034
  export interface VcOffer {
2035
2035
  /**
2036
- *
2036
+ * The Verifiable Credential offer URL provided by the issuer
2037
2037
  * @type {string}
2038
2038
  * @memberof VcOffer
2039
2039
  */
@@ -2493,7 +2493,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
2493
2493
  /**
2494
2494
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
2495
2495
  * @param {string} walletId
2496
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
2496
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
2497
2497
  * @param {*} [options] Override http request option.
2498
2498
  * @throws {RequiredError}
2499
2499
  */
@@ -2874,7 +2874,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
2874
2874
  /**
2875
2875
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
2876
2876
  * @param {string} walletId
2877
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
2877
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
2878
2878
  * @param {*} [options] Override http request option.
2879
2879
  * @throws {RequiredError}
2880
2880
  */
@@ -3257,7 +3257,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
3257
3257
  /**
3258
3258
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
3259
3259
  * @param {string} walletId
3260
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
3260
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
3261
3261
  * @param {*} [options] Override http request option.
3262
3262
  * @throws {RequiredError}
3263
3263
  */
@@ -3662,7 +3662,7 @@ export declare class DefaultApi extends BaseAPI {
3662
3662
  /**
3663
3663
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
3664
3664
  * @param {string} walletId
3665
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
3665
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
3666
3666
  * @param {*} [options] Override http request option.
3667
3667
  * @throws {RequiredError}
3668
3668
  * @memberof DefaultApi
package/api.js CHANGED
@@ -878,7 +878,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
878
878
  /**
879
879
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
880
880
  * @param {string} walletId
881
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
881
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
882
882
  * @param {*} [options] Override http request option.
883
883
  * @throws {RequiredError}
884
884
  */
@@ -2133,7 +2133,7 @@ const DefaultApiFp = function (configuration) {
2133
2133
  /**
2134
2134
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
2135
2135
  * @param {string} walletId
2136
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
2136
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
2137
2137
  * @param {*} [options] Override http request option.
2138
2138
  * @throws {RequiredError}
2139
2139
  */
@@ -2774,7 +2774,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
2774
2774
  /**
2775
2775
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
2776
2776
  * @param {string} walletId
2777
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
2777
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
2778
2778
  * @param {*} [options] Override http request option.
2779
2779
  * @throws {RequiredError}
2780
2780
  */
@@ -3273,7 +3273,7 @@ class DefaultApi extends base_1.BaseAPI {
3273
3273
  /**
3274
3274
  * Issue the Verifiable Credential using OIDC4VCI offer acceptance
3275
3275
  * @param {string} walletId
3276
- * @param {VcOffer} [vcOffer] Offer URL and optional PIN for the request
3276
+ * @param {VcOffer} [vcOffer] Verifiable Credential offer
3277
3277
  * @param {*} [options] Override http request option.
3278
3278
  * @throws {RequiredError}
3279
3279
  * @memberof DefaultApi
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.225",
4
+ "version": "0.0.227",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {