@@ -55411,9 +55411,9 @@ export type Routes = {
5541155411 /** Name of the property that changed (e.g. `code`). */
5541255412 property: string
5541355413 /** Previous value of the property, or null if not set. */
55414- previous_value : string | null
55414+ from : string | null
5541555415 /** New value of the property, or null if cleared. */
55416- new_value : string | null
55416+ to : string | null
5541755417 }[]
5541855418 | undefined
5541955419 /** Human-readable reason for the change (e.g. `ongoing code auto-renewed`). */
@@ -58844,9 +58844,9 @@ export type Routes = {
5884458844 /** Name of the property that changed (e.g. `code`). */
5884558845 property: string
5884658846 /** Previous value of the property, or null if not set. */
58847- previous_value : string | null
58847+ from : string | null
5884858848 /** New value of the property, or null if cleared. */
58849- new_value : string | null
58849+ to : string | null
5885058850 }[]
5885158851 | undefined
5885258852 /** Human-readable reason for the change (e.g. `ongoing code auto-renewed`). */
@@ -92532,9 +92532,9 @@ export type Routes = {
9253292532 /** Name of the property that changed (e.g. `code`). */
9253392533 property: string
9253492534 /** Previous value of the property, or null if not set. */
92535- previous_value : string | null
92535+ from : string | null
9253692536 /** New value of the property, or null if cleared. */
92537- new_value : string | null
92537+ to : string | null
9253892538 }[]
9253992539 | undefined
9254092540 /** Human-readable reason for the change (e.g. `ongoing code auto-renewed`). */
@@ -135604,9 +135604,9 @@ export type Routes = {
135604135604 /** Name of the property that changed (e.g. `code`). */
135605135605 property: string
135606135606 /** Previous value of the property, or null if not set. */
135607- previous_value : string | null
135607+ from : string | null
135608135608 /** New value of the property, or null if cleared. */
135609- new_value : string | null
135609+ to : string | null
135610135610 }[]
135611135611 | undefined
135612135612 /** Human-readable reason for the change (e.g. `ongoing code auto-renewed`). */
0 commit comments