@authenty/authapi-types 1.0.32 → 1.0.33

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/dist/index.d.ts CHANGED
@@ -692,6 +692,7 @@ export declare namespace AuthApi {
692
692
  stateName: string;
693
693
  stateUf: string | null;
694
694
  count: number;
695
+ subscriptionsCount: number;
695
696
  }>;
696
697
  usersWithActiveSubscription: number;
697
698
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authenty/authapi-types",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "Shared types for Authenty API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/index.ts CHANGED
@@ -710,6 +710,7 @@ export namespace AuthApi {
710
710
  stateName: string;
711
711
  stateUf: string | null;
712
712
  count: number;
713
+ subscriptionsCount: number;
713
714
  }>;
714
715
  usersWithActiveSubscription: number;
715
716
  };