@aptly-as/types 2.0.4 → 2.0.5

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
@@ -107,6 +107,7 @@ export interface AptlyUnitOptionExtraItemSchema<ID, DATE> extends AptlyUnitOptio
107
107
  projectItemRef?: ID;
108
108
  revertedOption?: boolean;
109
109
  revertItemRef?: ID;
110
+ unitTemplateCategory?: ID;
110
111
  document?: ID;
111
112
  prerequisites?: {
112
113
  totalCost?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptly-as/types",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Aptly types and enums",
5
5
  "type": "module",
6
6
  "main": "./index.js",