@miden-npm/angular 0.0.22 → 0.0.23

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/index.d.ts CHANGED
@@ -509,10 +509,10 @@ declare class ResourceService {
509
509
 
510
510
  declare class EncryptService {
511
511
  constructor();
512
- encryptPayload(environment: string, formData?: any): {
512
+ encryptPayload(merchantId: string, formData?: any): {
513
513
  requestParam: string;
514
514
  };
515
- decryptPayload(environment: string, payload: string): any;
515
+ decryptPayload(merchantId: string, payload: string): any;
516
516
  static ɵfac: i0.ɵɵFactoryDeclaration<EncryptService, never>;
517
517
  static ɵprov: i0.ɵɵInjectableDeclaration<EncryptService>;
518
518
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "registry": "https://registry.npmjs.org",
5
5
  "access": "public"
6
6
  },
7
- "version": "0.0.22",
7
+ "version": "0.0.23",
8
8
  "main": "./fesm2022/miden-npm-angular.mjs",
9
9
  "module": "fesm2022/miden-npm-angular.mjs",
10
10
  "types": "./index.d.ts",