@aptly-as/types 2.2.5 → 2.2.6

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 (2) hide show
  1. package/models/unit.d.ts +1 -0
  2. package/package.json +1 -1
package/models/unit.d.ts CHANGED
@@ -223,6 +223,7 @@ export interface AptlyUnitInviteSchema<ID, DATE> {
223
223
  created: DATE;
224
224
  createdBy?: ID | AptlyUserSchema<ID, DATE>;
225
225
  newOwner: boolean;
226
+ sendCount?: number;
226
227
  claim: {
227
228
  email: string;
228
229
  claimed: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptly-as/types",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "Aptly types and enums",
5
5
  "type": "module",
6
6
  "main": "./index.js",