@triveria/wallet 0.0.151 → 0.0.153

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 +4 -4
  2. package/api.js +4 -4
  3. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -1905,7 +1905,7 @@ export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration
1905
1905
  */
1906
1906
  walletCreate: (wallet?: Wallet, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
1907
1907
  /**
1908
- * Delete wallet.
1908
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
1909
1909
  * @param {string} walletId
1910
1910
  * @param {*} [options] Override http request option.
1911
1911
  * @throws {RequiredError}
@@ -2242,7 +2242,7 @@ export declare const DefaultApiFp: (configuration?: Configuration) => {
2242
2242
  */
2243
2243
  walletCreate(wallet?: Wallet, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WalletIdObject>>;
2244
2244
  /**
2245
- * Delete wallet.
2245
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
2246
2246
  * @param {string} walletId
2247
2247
  * @param {*} [options] Override http request option.
2248
2248
  * @throws {RequiredError}
@@ -2579,7 +2579,7 @@ export declare const DefaultApiFactory: (configuration?: Configuration, basePath
2579
2579
  */
2580
2580
  walletCreate(wallet?: Wallet, options?: any): AxiosPromise<WalletIdObject>;
2581
2581
  /**
2582
- * Delete wallet.
2582
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
2583
2583
  * @param {string} walletId
2584
2584
  * @param {*} [options] Override http request option.
2585
2585
  * @throws {RequiredError}
@@ -2953,7 +2953,7 @@ export declare class DefaultApi extends BaseAPI {
2953
2953
  */
2954
2954
  walletCreate(wallet?: Wallet, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<WalletIdObject, any>>;
2955
2955
  /**
2956
- * Delete wallet.
2956
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
2957
2957
  * @param {string} walletId
2958
2958
  * @param {*} [options] Override http request option.
2959
2959
  * @throws {RequiredError}
package/api.js CHANGED
@@ -1375,7 +1375,7 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1375
1375
  };
1376
1376
  }),
1377
1377
  /**
1378
- * Delete wallet.
1378
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
1379
1379
  * @param {string} walletId
1380
1380
  * @param {*} [options] Override http request option.
1381
1381
  * @throws {RequiredError}
@@ -2151,7 +2151,7 @@ const DefaultApiFp = function (configuration) {
2151
2151
  });
2152
2152
  },
2153
2153
  /**
2154
- * Delete wallet.
2154
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
2155
2155
  * @param {string} walletId
2156
2156
  * @param {*} [options] Override http request option.
2157
2157
  * @throws {RequiredError}
@@ -2610,7 +2610,7 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
2610
2610
  return localVarFp.walletCreate(wallet, options).then((request) => request(axios, basePath));
2611
2611
  },
2612
2612
  /**
2613
- * Delete wallet.
2613
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
2614
2614
  * @param {string} walletId
2615
2615
  * @param {*} [options] Override http request option.
2616
2616
  * @throws {RequiredError}
@@ -3068,7 +3068,7 @@ class DefaultApi extends base_1.BaseAPI {
3068
3068
  return (0, exports.DefaultApiFp)(this.configuration).walletCreate(wallet, options).then((request) => request(this.axios, this.basePath));
3069
3069
  }
3070
3070
  /**
3071
- * Delete wallet.
3071
+ * Permanently deletes the wallet with all credentials and keys. Make sure you know what you are doing before hitting this endpoint.
3072
3072
  * @param {string} walletId
3073
3073
  * @param {*} [options] Override http request option.
3074
3074
  * @throws {RequiredError}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.151",
4
+ "version": "0.0.153",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {