@aptly-as/types 2.2.3 → 2.2.4

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/models/order.d.ts CHANGED
@@ -116,6 +116,7 @@ export interface AptlyOrderActionSignData {
116
116
  };
117
117
  unit: Pick<AptlyUnit, '_id' | 'name'>;
118
118
  order: Pick<AptlyOrder, '_id' | 'orderNumber' | 'receipt' | 'period'>;
119
+ user: AptlyUser;
119
120
  signees: AptlyorderActionSignDataSignee[];
120
121
  deadlineInDays?: number;
121
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptly-as/types",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "Aptly types and enums",
5
5
  "type": "module",
6
6
  "main": "./index.js",