removedInput schema / properties / mergeType / _def
Removed value: -{
- "typeName": "ZodEnum",
- "values": [
- "MERGE_ALL",
- "MERGE_COLUMNS",
- "MERGE_ROWS"
- ]
-}
addedInput schema / properties / mergeType / def
Added value: +{
+ "entries": {
+ "MERGE_ALL": "MERGE_ALL",
+ "MERGE_COLUMNS": "MERGE_COLUMNS",
+ "MERGE_ROWS": "MERGE_ROWS"
+ },
+ "type": "enum"
+}
addedInput schema / properties / mergeType / enum
Added value: +{
+ "MERGE_ALL": "MERGE_ALL",
+ "MERGE_COLUMNS": "MERGE_COLUMNS",
+ "MERGE_ROWS": "MERGE_ROWS"
+}
addedInput schema / properties / mergeType / options
Added value: +[
+ "MERGE_ALL",
+ "MERGE_COLUMNS",
+ "MERGE_ROWS"
+]
addedInput schema / properties / mergeType / type
Added value: +"enum"
removedInput schema / properties / mergeType / ~standard
Removed value: -{
- "vendor": "zod",
- "version": 1
-}
removedInput schema / properties / range / _def
Removed value: -{
- "checks": [],
- "coerce": false,
- "typeName": "ZodString"
-}
addedInput schema / properties / range / def
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / range / format
Added value: +null
addedInput schema / properties / range / maxLength
Added value: +null
addedInput schema / properties / range / minLength
Added value: +null
addedInput schema / properties / range / type
Added value: +"string"
removedInput schema / properties / range / ~standard
Removed value: -{
- "vendor": "zod",
- "version": 1
-}
removedInput schema / properties / spreadsheetId / _def
Removed value: -{
- "checks": [],
- "coerce": false,
- "typeName": "ZodString"
-}
addedInput schema / properties / spreadsheetId / def
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / spreadsheetId / format
Added value: +null
addedInput schema / properties / spreadsheetId / maxLength
Added value: +null
addedInput schema / properties / spreadsheetId / minLength
Added value: +null
addedInput schema / properties / spreadsheetId / type
Added value: +"string"
removedInput schema / properties / spreadsheetId / ~standard
Removed value: -{
- "vendor": "zod",
- "version": 1
-}