File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -60182,6 +60182,12 @@ export default {
6018260182 items: { type: 'string' },
6018360183 type: 'array',
6018460184 },
60185+ properties_before: {
60186+ additionalProperties: {
60187+ $ref: '#/components/schemas/access_code',
60188+ },
60189+ type: 'object',
60190+ },
6018560191 properties_updated: {
6018660192 additionalProperties: {
6018760193 $ref: '#/components/schemas/access_code',
@@ -60578,6 +60584,12 @@ export default {
6057860584 items: { type: 'string' },
6057960585 type: 'array',
6058060586 },
60587+ properties_before: {
60588+ additionalProperties: {
60589+ $ref: '#/components/schemas/access_code',
60590+ },
60591+ type: 'object',
60592+ },
6058160593 properties_updated: {
6058260594 additionalProperties: {
6058360595 $ref: '#/components/schemas/access_code',
Original file line number Diff line number Diff line change @@ -69258,6 +69258,11 @@ export type Routes = {
6925869258 [x: string]: any
6925969259 }
6926069260 | undefined
69261+ properties_before?:
69262+ | {
69263+ [x: string]: any
69264+ }
69265+ | undefined
6926169266 errors?: string[] | undefined
6926269267 warnings?: string[] | undefined
6926369268 }
You can’t perform that action at this time.
0 commit comments