@posiwise/admin-module 0.0.208 → 0.0.210

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.208",
3
+ "version": "0.0.210",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.6",
6
6
  "@angular/core": "^21.2.6",
@@ -3753,6 +3753,7 @@ interface Credential {
3753
3753
  is_visible: boolean;
3754
3754
  is_required: boolean;
3755
3755
  description: string;
3756
+ subscription_credentials_count: number;
3756
3757
  }
3757
3758
  interface CredentialResponse {
3758
3759
  credentials: Credential[];