@posiwise/user-module 0.0.144 → 0.0.146

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/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@posiwise/user-module",
3
- "version": "0.0.144",
3
+ "version": "0.0.146",
4
4
  "peerDependencies": {
5
+ "@angular/cdk": "^21.2.0",
5
6
  "@angular/common": "^21.2.6",
6
- "@angular/core": "^21.2.6",
7
- "@angular/cdk": "^21.2.0"
7
+ "@angular/core": "^21.2.6"
8
8
  },
9
9
  "dependencies": {
10
10
  "tslib": "^2.6.2"
@@ -506,7 +506,7 @@ declare class UserSubscriptionListComponent extends AppBaseComponent implements
506
506
  attemptUnsubscribe(item: any, productId: number): void;
507
507
  openCancelSubscriptionModal(): void;
508
508
  private getSubscribedProduct;
509
- updateApiKey(item: any): void;
509
+ updateApiKey(subscription: any, product: any): void;
510
510
  showKey(item: any): void;
511
511
  displayApiKey(): void;
512
512
  activateMenu(): void;