@seamapi/types 1.751.0 → 1.752.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +53 -53
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +149 -149
- package/dist/index.cjs +53 -53
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +42 -42
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.d.ts +37 -37
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js +9 -9
- package/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +58 -58
- package/lib/seam/connect/openapi.js +42 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +49 -49
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-groups/pending-mutations.ts +14 -14
- package/src/lib/seam/connect/openapi.ts +48 -48
- package/src/lib/seam/connect/route-types.ts +56 -56
|
@@ -12286,6 +12286,13 @@ export type Routes = {
|
|
|
12286
12286
|
message: string;
|
|
12287
12287
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
12288
12288
|
mutation_code: 'deleting';
|
|
12289
|
+
} | {
|
|
12290
|
+
/** Date and time at which the mutation was created. */
|
|
12291
|
+
created_at: string;
|
|
12292
|
+
/** Detailed description of the mutation. */
|
|
12293
|
+
message: string;
|
|
12294
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
12295
|
+
mutation_code: 'deferring_deletion';
|
|
12289
12296
|
} | {
|
|
12290
12297
|
/** Date and time at which the mutation was created. */
|
|
12291
12298
|
created_at: string;
|
|
@@ -12369,13 +12376,6 @@ export type Routes = {
|
|
|
12369
12376
|
acs_user_id: string;
|
|
12370
12377
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
12371
12378
|
variant: 'adding' | 'removing';
|
|
12372
|
-
} | {
|
|
12373
|
-
/** Date and time at which the mutation was created. */
|
|
12374
|
-
created_at: string;
|
|
12375
|
-
/** Detailed description of the mutation. */
|
|
12376
|
-
message: string;
|
|
12377
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
12378
|
-
mutation_code: 'deferring_deletion';
|
|
12379
12379
|
})[];
|
|
12380
12380
|
is_managed: true;
|
|
12381
12381
|
}[] | undefined;
|
|
@@ -17063,6 +17063,13 @@ export type Routes = {
|
|
|
17063
17063
|
message: string;
|
|
17064
17064
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
17065
17065
|
mutation_code: 'deleting';
|
|
17066
|
+
} | {
|
|
17067
|
+
/** Date and time at which the mutation was created. */
|
|
17068
|
+
created_at: string;
|
|
17069
|
+
/** Detailed description of the mutation. */
|
|
17070
|
+
message: string;
|
|
17071
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
17072
|
+
mutation_code: 'deferring_deletion';
|
|
17066
17073
|
} | {
|
|
17067
17074
|
/** Date and time at which the mutation was created. */
|
|
17068
17075
|
created_at: string;
|
|
@@ -17146,13 +17153,6 @@ export type Routes = {
|
|
|
17146
17153
|
acs_user_id: string;
|
|
17147
17154
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
17148
17155
|
variant: 'adding' | 'removing';
|
|
17149
|
-
} | {
|
|
17150
|
-
/** Date and time at which the mutation was created. */
|
|
17151
|
-
created_at: string;
|
|
17152
|
-
/** Detailed description of the mutation. */
|
|
17153
|
-
message: string;
|
|
17154
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
17155
|
-
mutation_code: 'deferring_deletion';
|
|
17156
17156
|
})[];
|
|
17157
17157
|
is_managed: true;
|
|
17158
17158
|
};
|
|
@@ -17238,6 +17238,13 @@ export type Routes = {
|
|
|
17238
17238
|
message: string;
|
|
17239
17239
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
17240
17240
|
mutation_code: 'deleting';
|
|
17241
|
+
} | {
|
|
17242
|
+
/** Date and time at which the mutation was created. */
|
|
17243
|
+
created_at: string;
|
|
17244
|
+
/** Detailed description of the mutation. */
|
|
17245
|
+
message: string;
|
|
17246
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
17247
|
+
mutation_code: 'deferring_deletion';
|
|
17241
17248
|
} | {
|
|
17242
17249
|
/** Date and time at which the mutation was created. */
|
|
17243
17250
|
created_at: string;
|
|
@@ -17321,13 +17328,6 @@ export type Routes = {
|
|
|
17321
17328
|
acs_user_id: string;
|
|
17322
17329
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
17323
17330
|
variant: 'adding' | 'removing';
|
|
17324
|
-
} | {
|
|
17325
|
-
/** Date and time at which the mutation was created. */
|
|
17326
|
-
created_at: string;
|
|
17327
|
-
/** Detailed description of the mutation. */
|
|
17328
|
-
message: string;
|
|
17329
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
17330
|
-
mutation_code: 'deferring_deletion';
|
|
17331
17331
|
})[];
|
|
17332
17332
|
is_managed: true;
|
|
17333
17333
|
}[];
|
|
@@ -17819,6 +17819,13 @@ export type Routes = {
|
|
|
17819
17819
|
message: string;
|
|
17820
17820
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
17821
17821
|
mutation_code: 'deleting';
|
|
17822
|
+
} | {
|
|
17823
|
+
/** Date and time at which the mutation was created. */
|
|
17824
|
+
created_at: string;
|
|
17825
|
+
/** Detailed description of the mutation. */
|
|
17826
|
+
message: string;
|
|
17827
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
17828
|
+
mutation_code: 'deferring_deletion';
|
|
17822
17829
|
} | {
|
|
17823
17830
|
/** Date and time at which the mutation was created. */
|
|
17824
17831
|
created_at: string;
|
|
@@ -17902,13 +17909,6 @@ export type Routes = {
|
|
|
17902
17909
|
acs_user_id: string;
|
|
17903
17910
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
17904
17911
|
variant: 'adding' | 'removing';
|
|
17905
|
-
} | {
|
|
17906
|
-
/** Date and time at which the mutation was created. */
|
|
17907
|
-
created_at: string;
|
|
17908
|
-
/** Detailed description of the mutation. */
|
|
17909
|
-
message: string;
|
|
17910
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
17911
|
-
mutation_code: 'deferring_deletion';
|
|
17912
17912
|
})[];
|
|
17913
17913
|
is_managed: false;
|
|
17914
17914
|
};
|
|
@@ -17992,6 +17992,13 @@ export type Routes = {
|
|
|
17992
17992
|
message: string;
|
|
17993
17993
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
17994
17994
|
mutation_code: 'deleting';
|
|
17995
|
+
} | {
|
|
17996
|
+
/** Date and time at which the mutation was created. */
|
|
17997
|
+
created_at: string;
|
|
17998
|
+
/** Detailed description of the mutation. */
|
|
17999
|
+
message: string;
|
|
18000
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
18001
|
+
mutation_code: 'deferring_deletion';
|
|
17995
18002
|
} | {
|
|
17996
18003
|
/** Date and time at which the mutation was created. */
|
|
17997
18004
|
created_at: string;
|
|
@@ -18075,13 +18082,6 @@ export type Routes = {
|
|
|
18075
18082
|
acs_user_id: string;
|
|
18076
18083
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
18077
18084
|
variant: 'adding' | 'removing';
|
|
18078
|
-
} | {
|
|
18079
|
-
/** Date and time at which the mutation was created. */
|
|
18080
|
-
created_at: string;
|
|
18081
|
-
/** Detailed description of the mutation. */
|
|
18082
|
-
message: string;
|
|
18083
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
18084
|
-
mutation_code: 'deferring_deletion';
|
|
18085
18085
|
})[];
|
|
18086
18086
|
is_managed: false;
|
|
18087
18087
|
}[];
|
|
@@ -88543,6 +88543,13 @@ export type Routes = {
|
|
|
88543
88543
|
message: string;
|
|
88544
88544
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
88545
88545
|
mutation_code: 'deleting';
|
|
88546
|
+
} | {
|
|
88547
|
+
/** Date and time at which the mutation was created. */
|
|
88548
|
+
created_at: string;
|
|
88549
|
+
/** Detailed description of the mutation. */
|
|
88550
|
+
message: string;
|
|
88551
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
88552
|
+
mutation_code: 'deferring_deletion';
|
|
88546
88553
|
} | {
|
|
88547
88554
|
/** Date and time at which the mutation was created. */
|
|
88548
88555
|
created_at: string;
|
|
@@ -88626,13 +88633,6 @@ export type Routes = {
|
|
|
88626
88633
|
acs_user_id: string;
|
|
88627
88634
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
88628
88635
|
variant: 'adding' | 'removing';
|
|
88629
|
-
} | {
|
|
88630
|
-
/** Date and time at which the mutation was created. */
|
|
88631
|
-
created_at: string;
|
|
88632
|
-
/** Detailed description of the mutation. */
|
|
88633
|
-
message: string;
|
|
88634
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
88635
|
-
mutation_code: 'deferring_deletion';
|
|
88636
88636
|
})[];
|
|
88637
88637
|
is_managed: true;
|
|
88638
88638
|
}[] | undefined;
|
|
@@ -90239,6 +90239,13 @@ export type Routes = {
|
|
|
90239
90239
|
message: string;
|
|
90240
90240
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
90241
90241
|
mutation_code: 'deleting';
|
|
90242
|
+
} | {
|
|
90243
|
+
/** Date and time at which the mutation was created. */
|
|
90244
|
+
created_at: string;
|
|
90245
|
+
/** Detailed description of the mutation. */
|
|
90246
|
+
message: string;
|
|
90247
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
90248
|
+
mutation_code: 'deferring_deletion';
|
|
90242
90249
|
} | {
|
|
90243
90250
|
/** Date and time at which the mutation was created. */
|
|
90244
90251
|
created_at: string;
|
|
@@ -90322,13 +90329,6 @@ export type Routes = {
|
|
|
90322
90329
|
acs_user_id: string;
|
|
90323
90330
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
90324
90331
|
variant: 'adding' | 'removing';
|
|
90325
|
-
} | {
|
|
90326
|
-
/** Date and time at which the mutation was created. */
|
|
90327
|
-
created_at: string;
|
|
90328
|
-
/** Detailed description of the mutation. */
|
|
90329
|
-
message: string;
|
|
90330
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
90331
|
-
mutation_code: 'deferring_deletion';
|
|
90332
90332
|
})[];
|
|
90333
90333
|
is_managed: false;
|
|
90334
90334
|
}[] | undefined;
|
package/package.json
CHANGED
|
@@ -135,6 +135,18 @@ const updating_entrance_membership = common_pending_mutation
|
|
|
135
135
|
'Seam is in the process of pushing an entrance membership update to the integrated access system.',
|
|
136
136
|
)
|
|
137
137
|
|
|
138
|
+
const deferring_deletion = common_pending_mutation
|
|
139
|
+
.extend({
|
|
140
|
+
mutation_code: z
|
|
141
|
+
.literal('deferring_deletion')
|
|
142
|
+
.describe(
|
|
143
|
+
'Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires.',
|
|
144
|
+
),
|
|
145
|
+
})
|
|
146
|
+
.describe(
|
|
147
|
+
'This access group is scheduled for automatic deletion when its access window expires.',
|
|
148
|
+
)
|
|
149
|
+
|
|
138
150
|
const deferring_user_membership_update = common_pending_mutation
|
|
139
151
|
.extend({
|
|
140
152
|
mutation_code: z
|
|
@@ -156,29 +168,17 @@ const deferring_user_membership_update = common_pending_mutation
|
|
|
156
168
|
'A scheduled user membership change is pending for this access group.',
|
|
157
169
|
)
|
|
158
170
|
|
|
159
|
-
const deferring_deletion = common_pending_mutation
|
|
160
|
-
.extend({
|
|
161
|
-
mutation_code: z
|
|
162
|
-
.literal('deferring_deletion')
|
|
163
|
-
.describe(
|
|
164
|
-
'Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes.',
|
|
165
|
-
),
|
|
166
|
-
})
|
|
167
|
-
.describe(
|
|
168
|
-
'This access group is scheduled for automatic deletion when its access window expires.',
|
|
169
|
-
)
|
|
170
|
-
|
|
171
171
|
export const acs_access_group_pending_mutations = z.discriminatedUnion(
|
|
172
172
|
'mutation_code',
|
|
173
173
|
[
|
|
174
174
|
creating,
|
|
175
175
|
deleting,
|
|
176
|
+
deferring_deletion,
|
|
176
177
|
updating_group_information,
|
|
177
178
|
updating_access_schedule,
|
|
178
179
|
updating_user_membership,
|
|
179
180
|
updating_entrance_membership,
|
|
180
181
|
deferring_user_membership_update,
|
|
181
|
-
deferring_deletion,
|
|
182
182
|
],
|
|
183
183
|
)
|
|
184
184
|
|
|
@@ -189,6 +189,7 @@ export type AcsAccessGroupPendingMutation = z.infer<
|
|
|
189
189
|
const _acs_access_group_pending_mutations_map = z.object({
|
|
190
190
|
creating: creating.optional().nullable(),
|
|
191
191
|
deleting: deleting.optional().nullable(),
|
|
192
|
+
deferring_deletion: deferring_deletion.optional().nullable(),
|
|
192
193
|
updating_name: updating_group_information.optional().nullable(),
|
|
193
194
|
updating_access_schedule: updating_access_schedule.optional().nullable(),
|
|
194
195
|
updating_user_membership: z
|
|
@@ -203,7 +204,6 @@ const _acs_access_group_pending_mutations_map = z.object({
|
|
|
203
204
|
.record(z.string().uuid(), deferring_user_membership_update)
|
|
204
205
|
.optional()
|
|
205
206
|
.nullable(),
|
|
206
|
-
deferring_deletion: deferring_deletion.optional().nullable(),
|
|
207
207
|
})
|
|
208
208
|
|
|
209
209
|
export type AcsAccessGroupPendingMutationsMap = z.infer<
|
|
@@ -2853,6 +2853,30 @@ export default {
|
|
|
2853
2853
|
required: ['created_at', 'message', 'mutation_code'],
|
|
2854
2854
|
type: 'object',
|
|
2855
2855
|
},
|
|
2856
|
+
{
|
|
2857
|
+
description:
|
|
2858
|
+
'This access group is scheduled for automatic deletion when its access window expires.',
|
|
2859
|
+
properties: {
|
|
2860
|
+
created_at: {
|
|
2861
|
+
description:
|
|
2862
|
+
'Date and time at which the mutation was created.',
|
|
2863
|
+
format: 'date-time',
|
|
2864
|
+
type: 'string',
|
|
2865
|
+
},
|
|
2866
|
+
message: {
|
|
2867
|
+
description: 'Detailed description of the mutation.',
|
|
2868
|
+
type: 'string',
|
|
2869
|
+
},
|
|
2870
|
+
mutation_code: {
|
|
2871
|
+
description:
|
|
2872
|
+
'Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires.',
|
|
2873
|
+
enum: ['deferring_deletion'],
|
|
2874
|
+
type: 'string',
|
|
2875
|
+
},
|
|
2876
|
+
},
|
|
2877
|
+
required: ['created_at', 'message', 'mutation_code'],
|
|
2878
|
+
type: 'object',
|
|
2879
|
+
},
|
|
2856
2880
|
{
|
|
2857
2881
|
description:
|
|
2858
2882
|
'Seam is in the process of pushing an access group information update to the integrated access system.',
|
|
@@ -3127,30 +3151,6 @@ export default {
|
|
|
3127
3151
|
],
|
|
3128
3152
|
type: 'object',
|
|
3129
3153
|
},
|
|
3130
|
-
{
|
|
3131
|
-
description:
|
|
3132
|
-
'This access group is scheduled for automatic deletion when its access window expires.',
|
|
3133
|
-
properties: {
|
|
3134
|
-
created_at: {
|
|
3135
|
-
description:
|
|
3136
|
-
'Date and time at which the mutation was created.',
|
|
3137
|
-
format: 'date-time',
|
|
3138
|
-
type: 'string',
|
|
3139
|
-
},
|
|
3140
|
-
message: {
|
|
3141
|
-
description: 'Detailed description of the mutation.',
|
|
3142
|
-
type: 'string',
|
|
3143
|
-
},
|
|
3144
|
-
mutation_code: {
|
|
3145
|
-
description:
|
|
3146
|
-
'Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes.',
|
|
3147
|
-
enum: ['deferring_deletion'],
|
|
3148
|
-
type: 'string',
|
|
3149
|
-
},
|
|
3150
|
-
},
|
|
3151
|
-
required: ['created_at', 'message', 'mutation_code'],
|
|
3152
|
-
type: 'object',
|
|
3153
|
-
},
|
|
3154
3154
|
],
|
|
3155
3155
|
},
|
|
3156
3156
|
type: 'array',
|
|
@@ -27251,6 +27251,30 @@ export default {
|
|
|
27251
27251
|
required: ['created_at', 'message', 'mutation_code'],
|
|
27252
27252
|
type: 'object',
|
|
27253
27253
|
},
|
|
27254
|
+
{
|
|
27255
|
+
description:
|
|
27256
|
+
'This access group is scheduled for automatic deletion when its access window expires.',
|
|
27257
|
+
properties: {
|
|
27258
|
+
created_at: {
|
|
27259
|
+
description:
|
|
27260
|
+
'Date and time at which the mutation was created.',
|
|
27261
|
+
format: 'date-time',
|
|
27262
|
+
type: 'string',
|
|
27263
|
+
},
|
|
27264
|
+
message: {
|
|
27265
|
+
description: 'Detailed description of the mutation.',
|
|
27266
|
+
type: 'string',
|
|
27267
|
+
},
|
|
27268
|
+
mutation_code: {
|
|
27269
|
+
description:
|
|
27270
|
+
'Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires.',
|
|
27271
|
+
enum: ['deferring_deletion'],
|
|
27272
|
+
type: 'string',
|
|
27273
|
+
},
|
|
27274
|
+
},
|
|
27275
|
+
required: ['created_at', 'message', 'mutation_code'],
|
|
27276
|
+
type: 'object',
|
|
27277
|
+
},
|
|
27254
27278
|
{
|
|
27255
27279
|
description:
|
|
27256
27280
|
'Seam is in the process of pushing an access group information update to the integrated access system.',
|
|
@@ -27525,30 +27549,6 @@ export default {
|
|
|
27525
27549
|
],
|
|
27526
27550
|
type: 'object',
|
|
27527
27551
|
},
|
|
27528
|
-
{
|
|
27529
|
-
description:
|
|
27530
|
-
'This access group is scheduled for automatic deletion when its access window expires.',
|
|
27531
|
-
properties: {
|
|
27532
|
-
created_at: {
|
|
27533
|
-
description:
|
|
27534
|
-
'Date and time at which the mutation was created.',
|
|
27535
|
-
format: 'date-time',
|
|
27536
|
-
type: 'string',
|
|
27537
|
-
},
|
|
27538
|
-
message: {
|
|
27539
|
-
description: 'Detailed description of the mutation.',
|
|
27540
|
-
type: 'string',
|
|
27541
|
-
},
|
|
27542
|
-
mutation_code: {
|
|
27543
|
-
description:
|
|
27544
|
-
'Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes.',
|
|
27545
|
-
enum: ['deferring_deletion'],
|
|
27546
|
-
type: 'string',
|
|
27547
|
-
},
|
|
27548
|
-
},
|
|
27549
|
-
required: ['created_at', 'message', 'mutation_code'],
|
|
27550
|
-
type: 'object',
|
|
27551
|
-
},
|
|
27552
27552
|
],
|
|
27553
27553
|
},
|
|
27554
27554
|
type: 'array',
|
|
@@ -14162,6 +14162,14 @@ export type Routes = {
|
|
|
14162
14162
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
14163
14163
|
mutation_code: 'deleting'
|
|
14164
14164
|
}
|
|
14165
|
+
| {
|
|
14166
|
+
/** Date and time at which the mutation was created. */
|
|
14167
|
+
created_at: string
|
|
14168
|
+
/** Detailed description of the mutation. */
|
|
14169
|
+
message: string
|
|
14170
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
14171
|
+
mutation_code: 'deferring_deletion'
|
|
14172
|
+
}
|
|
14165
14173
|
| {
|
|
14166
14174
|
/** Date and time at which the mutation was created. */
|
|
14167
14175
|
created_at: string
|
|
@@ -14250,14 +14258,6 @@ export type Routes = {
|
|
|
14250
14258
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
14251
14259
|
variant: 'adding' | 'removing'
|
|
14252
14260
|
}
|
|
14253
|
-
| {
|
|
14254
|
-
/** Date and time at which the mutation was created. */
|
|
14255
|
-
created_at: string
|
|
14256
|
-
/** Detailed description of the mutation. */
|
|
14257
|
-
message: string
|
|
14258
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
14259
|
-
mutation_code: 'deferring_deletion'
|
|
14260
|
-
}
|
|
14261
14261
|
)[]
|
|
14262
14262
|
is_managed: true
|
|
14263
14263
|
}[]
|
|
@@ -19721,6 +19721,14 @@ export type Routes = {
|
|
|
19721
19721
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
19722
19722
|
mutation_code: 'deleting'
|
|
19723
19723
|
}
|
|
19724
|
+
| {
|
|
19725
|
+
/** Date and time at which the mutation was created. */
|
|
19726
|
+
created_at: string
|
|
19727
|
+
/** Detailed description of the mutation. */
|
|
19728
|
+
message: string
|
|
19729
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
19730
|
+
mutation_code: 'deferring_deletion'
|
|
19731
|
+
}
|
|
19724
19732
|
| {
|
|
19725
19733
|
/** Date and time at which the mutation was created. */
|
|
19726
19734
|
created_at: string
|
|
@@ -19809,14 +19817,6 @@ export type Routes = {
|
|
|
19809
19817
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
19810
19818
|
variant: 'adding' | 'removing'
|
|
19811
19819
|
}
|
|
19812
|
-
| {
|
|
19813
|
-
/** Date and time at which the mutation was created. */
|
|
19814
|
-
created_at: string
|
|
19815
|
-
/** Detailed description of the mutation. */
|
|
19816
|
-
message: string
|
|
19817
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
19818
|
-
mutation_code: 'deferring_deletion'
|
|
19819
|
-
}
|
|
19820
19820
|
)[]
|
|
19821
19821
|
is_managed: true
|
|
19822
19822
|
}
|
|
@@ -19924,6 +19924,14 @@ export type Routes = {
|
|
|
19924
19924
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
19925
19925
|
mutation_code: 'deleting'
|
|
19926
19926
|
}
|
|
19927
|
+
| {
|
|
19928
|
+
/** Date and time at which the mutation was created. */
|
|
19929
|
+
created_at: string
|
|
19930
|
+
/** Detailed description of the mutation. */
|
|
19931
|
+
message: string
|
|
19932
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
19933
|
+
mutation_code: 'deferring_deletion'
|
|
19934
|
+
}
|
|
19927
19935
|
| {
|
|
19928
19936
|
/** Date and time at which the mutation was created. */
|
|
19929
19937
|
created_at: string
|
|
@@ -20012,14 +20020,6 @@ export type Routes = {
|
|
|
20012
20020
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
20013
20021
|
variant: 'adding' | 'removing'
|
|
20014
20022
|
}
|
|
20015
|
-
| {
|
|
20016
|
-
/** Date and time at which the mutation was created. */
|
|
20017
|
-
created_at: string
|
|
20018
|
-
/** Detailed description of the mutation. */
|
|
20019
|
-
message: string
|
|
20020
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
20021
|
-
mutation_code: 'deferring_deletion'
|
|
20022
|
-
}
|
|
20023
20023
|
)[]
|
|
20024
20024
|
is_managed: true
|
|
20025
20025
|
}[]
|
|
@@ -20599,6 +20599,14 @@ export type Routes = {
|
|
|
20599
20599
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
20600
20600
|
mutation_code: 'deleting'
|
|
20601
20601
|
}
|
|
20602
|
+
| {
|
|
20603
|
+
/** Date and time at which the mutation was created. */
|
|
20604
|
+
created_at: string
|
|
20605
|
+
/** Detailed description of the mutation. */
|
|
20606
|
+
message: string
|
|
20607
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
20608
|
+
mutation_code: 'deferring_deletion'
|
|
20609
|
+
}
|
|
20602
20610
|
| {
|
|
20603
20611
|
/** Date and time at which the mutation was created. */
|
|
20604
20612
|
created_at: string
|
|
@@ -20687,14 +20695,6 @@ export type Routes = {
|
|
|
20687
20695
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
20688
20696
|
variant: 'adding' | 'removing'
|
|
20689
20697
|
}
|
|
20690
|
-
| {
|
|
20691
|
-
/** Date and time at which the mutation was created. */
|
|
20692
|
-
created_at: string
|
|
20693
|
-
/** Detailed description of the mutation. */
|
|
20694
|
-
message: string
|
|
20695
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
20696
|
-
mutation_code: 'deferring_deletion'
|
|
20697
|
-
}
|
|
20698
20698
|
)[]
|
|
20699
20699
|
is_managed: false
|
|
20700
20700
|
}
|
|
@@ -20800,6 +20800,14 @@ export type Routes = {
|
|
|
20800
20800
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
20801
20801
|
mutation_code: 'deleting'
|
|
20802
20802
|
}
|
|
20803
|
+
| {
|
|
20804
|
+
/** Date and time at which the mutation was created. */
|
|
20805
|
+
created_at: string
|
|
20806
|
+
/** Detailed description of the mutation. */
|
|
20807
|
+
message: string
|
|
20808
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
20809
|
+
mutation_code: 'deferring_deletion'
|
|
20810
|
+
}
|
|
20803
20811
|
| {
|
|
20804
20812
|
/** Date and time at which the mutation was created. */
|
|
20805
20813
|
created_at: string
|
|
@@ -20888,14 +20896,6 @@ export type Routes = {
|
|
|
20888
20896
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
20889
20897
|
variant: 'adding' | 'removing'
|
|
20890
20898
|
}
|
|
20891
|
-
| {
|
|
20892
|
-
/** Date and time at which the mutation was created. */
|
|
20893
|
-
created_at: string
|
|
20894
|
-
/** Detailed description of the mutation. */
|
|
20895
|
-
message: string
|
|
20896
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
20897
|
-
mutation_code: 'deferring_deletion'
|
|
20898
|
-
}
|
|
20899
20899
|
)[]
|
|
20900
20900
|
is_managed: false
|
|
20901
20901
|
}[]
|
|
@@ -105389,6 +105389,14 @@ export type Routes = {
|
|
|
105389
105389
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
105390
105390
|
mutation_code: 'deleting'
|
|
105391
105391
|
}
|
|
105392
|
+
| {
|
|
105393
|
+
/** Date and time at which the mutation was created. */
|
|
105394
|
+
created_at: string
|
|
105395
|
+
/** Detailed description of the mutation. */
|
|
105396
|
+
message: string
|
|
105397
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
105398
|
+
mutation_code: 'deferring_deletion'
|
|
105399
|
+
}
|
|
105392
105400
|
| {
|
|
105393
105401
|
/** Date and time at which the mutation was created. */
|
|
105394
105402
|
created_at: string
|
|
@@ -105477,14 +105485,6 @@ export type Routes = {
|
|
|
105477
105485
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
105478
105486
|
variant: 'adding' | 'removing'
|
|
105479
105487
|
}
|
|
105480
|
-
| {
|
|
105481
|
-
/** Date and time at which the mutation was created. */
|
|
105482
|
-
created_at: string
|
|
105483
|
-
/** Detailed description of the mutation. */
|
|
105484
|
-
message: string
|
|
105485
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
105486
|
-
mutation_code: 'deferring_deletion'
|
|
105487
|
-
}
|
|
105488
105488
|
)[]
|
|
105489
105489
|
is_managed: true
|
|
105490
105490
|
}[]
|
|
@@ -107396,6 +107396,14 @@ export type Routes = {
|
|
|
107396
107396
|
/** Mutation code to indicate that Seam is in the process of pushing an access group deletion to the integrated access system. */
|
|
107397
107397
|
mutation_code: 'deleting'
|
|
107398
107398
|
}
|
|
107399
|
+
| {
|
|
107400
|
+
/** Date and time at which the mutation was created. */
|
|
107401
|
+
created_at: string
|
|
107402
|
+
/** Detailed description of the mutation. */
|
|
107403
|
+
message: string
|
|
107404
|
+
/** Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires. */
|
|
107405
|
+
mutation_code: 'deferring_deletion'
|
|
107406
|
+
}
|
|
107399
107407
|
| {
|
|
107400
107408
|
/** Date and time at which the mutation was created. */
|
|
107401
107409
|
created_at: string
|
|
@@ -107484,14 +107492,6 @@ export type Routes = {
|
|
|
107484
107492
|
/** Whether the user is scheduled to be added to or removed from this access group. */
|
|
107485
107493
|
variant: 'adding' | 'removing'
|
|
107486
107494
|
}
|
|
107487
|
-
| {
|
|
107488
|
-
/** Date and time at which the mutation was created. */
|
|
107489
|
-
created_at: string
|
|
107490
|
-
/** Detailed description of the mutation. */
|
|
107491
|
-
message: string
|
|
107492
|
-
/** Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes. */
|
|
107493
|
-
mutation_code: 'deferring_deletion'
|
|
107494
|
-
}
|
|
107495
107495
|
)[]
|
|
107496
107496
|
is_managed: false
|
|
107497
107497
|
}[]
|