@@ -66281,6 +66281,48 @@ export default {
6628166281 },
6628266282 guest_name: { nullable: true, type: 'string' },
6628366283 is_resource_syncing: { type: 'boolean' },
66284+ last_automation_result: {
66285+ nullable: true,
66286+ properties: {
66287+ actions: {
66288+ items: {
66289+ properties: {
66290+ access_grant_id: {
66291+ format: 'uuid',
66292+ type: 'string',
66293+ },
66294+ action_type: {
66295+ enum: [
66296+ 'create',
66297+ 'update',
66298+ 'delete',
66299+ 'skip',
66300+ ],
66301+ type: 'string',
66302+ },
66303+ message: { type: 'string' },
66304+ resource_type: { type: 'string' },
66305+ skip_reason: { type: 'string' },
66306+ },
66307+ required: ['action_type', 'resource_type'],
66308+ type: 'object',
66309+ },
66310+ type: 'array',
66311+ },
66312+ created_at: { format: 'date-time', type: 'string' },
66313+ error: { type: 'string' },
66314+ message: { type: 'string' },
66315+ rule: { type: 'string' },
66316+ success: { type: 'boolean' },
66317+ },
66318+ required: [
66319+ 'success',
66320+ 'rule',
66321+ 'actions',
66322+ 'created_at',
66323+ ],
66324+ type: 'object',
66325+ },
6628466326 name: { nullable: true, type: 'string' },
6628566327 reservation_id: { format: 'uuid', type: 'string' },
6628666328 reservation_key: { type: 'string' },
@@ -66319,6 +66361,7 @@ export default {
6631966361 'spaces',
6632066362 'access_grant_id',
6632166363 'access_methods',
66364+ 'last_automation_result',
6632266365 ],
6632366366 type: 'object',
6632466367 },
@@ -66451,6 +66494,48 @@ export default {
6645166494 },
6645266495 guest_name: { nullable: true, type: 'string' },
6645366496 is_resource_syncing: { type: 'boolean' },
66497+ last_automation_result: {
66498+ nullable: true,
66499+ properties: {
66500+ actions: {
66501+ items: {
66502+ properties: {
66503+ access_grant_id: {
66504+ format: 'uuid',
66505+ type: 'string',
66506+ },
66507+ action_type: {
66508+ enum: [
66509+ 'create',
66510+ 'update',
66511+ 'delete',
66512+ 'skip',
66513+ ],
66514+ type: 'string',
66515+ },
66516+ message: { type: 'string' },
66517+ resource_type: { type: 'string' },
66518+ skip_reason: { type: 'string' },
66519+ },
66520+ required: ['action_type', 'resource_type'],
66521+ type: 'object',
66522+ },
66523+ type: 'array',
66524+ },
66525+ created_at: { format: 'date-time', type: 'string' },
66526+ error: { type: 'string' },
66527+ message: { type: 'string' },
66528+ rule: { type: 'string' },
66529+ success: { type: 'boolean' },
66530+ },
66531+ required: [
66532+ 'success',
66533+ 'rule',
66534+ 'actions',
66535+ 'created_at',
66536+ ],
66537+ type: 'object',
66538+ },
6645466539 name: { nullable: true, type: 'string' },
6645566540 reservation_id: { format: 'uuid', type: 'string' },
6645666541 reservation_key: { type: 'string' },
@@ -66489,6 +66574,7 @@ export default {
6648966574 'spaces',
6649066575 'access_grant_id',
6649166576 'access_methods',
66577+ 'last_automation_result',
6649266578 ],
6649366579 type: 'object',
6649466580 },
@@ -66669,6 +66755,51 @@ export default {
6666966755 },
6667066756 guest_name: { nullable: true, type: 'string' },
6667166757 is_resource_syncing: { type: 'boolean' },
66758+ last_automation_result: {
66759+ nullable: true,
66760+ properties: {
66761+ actions: {
66762+ items: {
66763+ properties: {
66764+ access_grant_id: {
66765+ format: 'uuid',
66766+ type: 'string',
66767+ },
66768+ action_type: {
66769+ enum: [
66770+ 'create',
66771+ 'update',
66772+ 'delete',
66773+ 'skip',
66774+ ],
66775+ type: 'string',
66776+ },
66777+ message: { type: 'string' },
66778+ resource_type: { type: 'string' },
66779+ skip_reason: { type: 'string' },
66780+ },
66781+ required: ['action_type', 'resource_type'],
66782+ type: 'object',
66783+ },
66784+ type: 'array',
66785+ },
66786+ created_at: {
66787+ format: 'date-time',
66788+ type: 'string',
66789+ },
66790+ error: { type: 'string' },
66791+ message: { type: 'string' },
66792+ rule: { type: 'string' },
66793+ success: { type: 'boolean' },
66794+ },
66795+ required: [
66796+ 'success',
66797+ 'rule',
66798+ 'actions',
66799+ 'created_at',
66800+ ],
66801+ type: 'object',
66802+ },
6667266803 name: { nullable: true, type: 'string' },
6667366804 pending_mutations: {
6667466805 items: {
@@ -66741,6 +66872,7 @@ export default {
6674166872 'pending_mutations',
6674266873 'access_methods',
6674366874 'spaces',
66875+ 'last_automation_result',
6674466876 ],
6674566877 type: 'object',
6674666878 },
@@ -66903,6 +67035,51 @@ export default {
6690367035 },
6690467036 guest_name: { nullable: true, type: 'string' },
6690567037 is_resource_syncing: { type: 'boolean' },
67038+ last_automation_result: {
67039+ nullable: true,
67040+ properties: {
67041+ actions: {
67042+ items: {
67043+ properties: {
67044+ access_grant_id: {
67045+ format: 'uuid',
67046+ type: 'string',
67047+ },
67048+ action_type: {
67049+ enum: [
67050+ 'create',
67051+ 'update',
67052+ 'delete',
67053+ 'skip',
67054+ ],
67055+ type: 'string',
67056+ },
67057+ message: { type: 'string' },
67058+ resource_type: { type: 'string' },
67059+ skip_reason: { type: 'string' },
67060+ },
67061+ required: ['action_type', 'resource_type'],
67062+ type: 'object',
67063+ },
67064+ type: 'array',
67065+ },
67066+ created_at: {
67067+ format: 'date-time',
67068+ type: 'string',
67069+ },
67070+ error: { type: 'string' },
67071+ message: { type: 'string' },
67072+ rule: { type: 'string' },
67073+ success: { type: 'boolean' },
67074+ },
67075+ required: [
67076+ 'success',
67077+ 'rule',
67078+ 'actions',
67079+ 'created_at',
67080+ ],
67081+ type: 'object',
67082+ },
6690667083 name: { nullable: true, type: 'string' },
6690767084 pending_mutations: {
6690867085 items: {
@@ -66975,6 +67152,7 @@ export default {
6697567152 'pending_mutations',
6697667153 'access_methods',
6697767154 'spaces',
67155+ 'last_automation_result',
6697867156 ],
6697967157 type: 'object',
6698067158 },
@@ -67966,6 +68144,51 @@ export default {
6796668144 },
6796768145 guest_name: { nullable: true, type: 'string' },
6796868146 has_issued_access: { type: 'boolean' },
68147+ last_automation_result: {
68148+ nullable: true,
68149+ properties: {
68150+ actions: {
68151+ items: {
68152+ properties: {
68153+ access_grant_id: {
68154+ format: 'uuid',
68155+ type: 'string',
68156+ },
68157+ action_type: {
68158+ enum: [
68159+ 'create',
68160+ 'update',
68161+ 'delete',
68162+ 'skip',
68163+ ],
68164+ type: 'string',
68165+ },
68166+ message: { type: 'string' },
68167+ resource_type: { type: 'string' },
68168+ skip_reason: { type: 'string' },
68169+ },
68170+ required: ['action_type', 'resource_type'],
68171+ type: 'object',
68172+ },
68173+ type: 'array',
68174+ },
68175+ created_at: {
68176+ format: 'date-time',
68177+ type: 'string',
68178+ },
68179+ error: { type: 'string' },
68180+ message: { type: 'string' },
68181+ rule: { type: 'string' },
68182+ success: { type: 'boolean' },
68183+ },
68184+ required: [
68185+ 'success',
68186+ 'rule',
68187+ 'actions',
68188+ 'created_at',
68189+ ],
68190+ type: 'object',
68191+ },
6796968192 name: { nullable: true, type: 'string' },
6797068193 reservation_id: { format: 'uuid', type: 'string' },
6797168194 reservation_key: { type: 'string' },
@@ -67985,6 +68208,7 @@ export default {
6798568208 'guest_name',
6798668209 'has_issued_access',
6798768210 'access_methods',
68211+ 'last_automation_result',
6798868212 ],
6798968213 type: 'object',
6799068214 },
@@ -68061,6 +68285,51 @@ export default {
6806168285 },
6806268286 guest_name: { nullable: true, type: 'string' },
6806368287 has_issued_access: { type: 'boolean' },
68288+ last_automation_result: {
68289+ nullable: true,
68290+ properties: {
68291+ actions: {
68292+ items: {
68293+ properties: {
68294+ access_grant_id: {
68295+ format: 'uuid',
68296+ type: 'string',
68297+ },
68298+ action_type: {
68299+ enum: [
68300+ 'create',
68301+ 'update',
68302+ 'delete',
68303+ 'skip',
68304+ ],
68305+ type: 'string',
68306+ },
68307+ message: { type: 'string' },
68308+ resource_type: { type: 'string' },
68309+ skip_reason: { type: 'string' },
68310+ },
68311+ required: ['action_type', 'resource_type'],
68312+ type: 'object',
68313+ },
68314+ type: 'array',
68315+ },
68316+ created_at: {
68317+ format: 'date-time',
68318+ type: 'string',
68319+ },
68320+ error: { type: 'string' },
68321+ message: { type: 'string' },
68322+ rule: { type: 'string' },
68323+ success: { type: 'boolean' },
68324+ },
68325+ required: [
68326+ 'success',
68327+ 'rule',
68328+ 'actions',
68329+ 'created_at',
68330+ ],
68331+ type: 'object',
68332+ },
6806468333 name: { nullable: true, type: 'string' },
6806568334 reservation_id: { format: 'uuid', type: 'string' },
6806668335 reservation_key: { type: 'string' },
@@ -68080,6 +68349,7 @@ export default {
6808068349 'guest_name',
6808168350 'has_issued_access',
6808268351 'access_methods',
68352+ 'last_automation_result',
6808368353 ],
6808468354 type: 'object',
6808568355 },
0 commit comments