@trackunit/custom-field-api 0.1.86 → 0.1.87

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": "@trackunit/custom-field-api",
3
- "version": "0.1.86",
3
+ "version": "0.1.87",
4
4
  "engines": {
5
5
  "node": ">=18.x"
6
6
  },
@@ -197,7 +197,7 @@ type CustomFieldValueAndDefinition_BooleanFieldValueAndDefinition_Fragment = {
197
197
  };
198
198
  type CustomFieldValueAndDefinition_DateFieldValueAndDefinition_Fragment = {
199
199
  __typename: "DateFieldValueAndDefinition";
200
- dateValue: string | null;
200
+ dateValue: DateTimeISOString | null;
201
201
  definition: {
202
202
  __typename?: "DateFieldDefinition";
203
203
  type: CustomFieldType;