Skip to content

Commit ac69865

Browse files
authored
feat: Sync with Seam API via ea0bbbdccb7593aa564a0e2e0306c76b12cb81f9 (#2729)
1 parent c22cbf1 commit ac69865

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

src/lib/seam/connect/route-types.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)