@trackunit/custom-field-api 0.1.63 → 0.1.67
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
|
@@ -49,6 +49,11 @@ export type Scalars = {
|
|
|
49
49
|
input: string;
|
|
50
50
|
output: string;
|
|
51
51
|
};
|
|
52
|
+
/** Date without time, Eg. 2019-01-01 */
|
|
53
|
+
Date: {
|
|
54
|
+
input: DateTimeISOString;
|
|
55
|
+
output: DateTimeISOString;
|
|
56
|
+
};
|
|
52
57
|
/** DateTime represents a “date-time” as specified in section 5.6 of RFC 3339 */
|
|
53
58
|
DateTime: {
|
|
54
59
|
input: DateTimeISOString;
|