@seamapi/types 1.375.2 → 1.376.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 +127 -142
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +351 -298
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +182 -150
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -3
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/index.d.ts +1 -1
- package/lib/seam/connect/models/acs/acs-users/index.js +1 -1
- package/lib/seam/connect/models/acs/acs-users/index.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/{pending-modifications.d.ts → pending-mutations.d.ts} +191 -106
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +90 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -0
- package/lib/seam/connect/openapi.d.ts +56 -56
- package/lib/seam/connect/openapi.js +80 -98
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +119 -98
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +2 -3
- package/src/lib/seam/connect/models/acs/acs-users/index.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +110 -0
- package/src/lib/seam/connect/openapi.ts +80 -98
- package/src/lib/seam/connect/route-types.ts +126 -98
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js +0 -85
- package/lib/seam/connect/models/acs/acs-users/pending-modifications.js.map +0 -1
- package/src/lib/seam/connect/models/acs/acs-users/pending-modifications.ts +0 -109
package/dist/connect.d.cts
CHANGED
|
@@ -4931,21 +4931,31 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
4931
4931
|
created_at: string;
|
|
4932
4932
|
error_code: "failed_to_delete_on_acs_system";
|
|
4933
4933
|
}>]>, "many">;
|
|
4934
|
-
|
|
4934
|
+
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
4935
4935
|
created_at: z.ZodString;
|
|
4936
4936
|
}, {
|
|
4937
|
-
|
|
4937
|
+
mutation_code: z.ZodLiteral<"creating">;
|
|
4938
4938
|
}>, "strip", z.ZodTypeAny, {
|
|
4939
4939
|
created_at: string;
|
|
4940
|
-
|
|
4940
|
+
mutation_code: "creating";
|
|
4941
4941
|
}, {
|
|
4942
4942
|
created_at: string;
|
|
4943
|
-
|
|
4943
|
+
mutation_code: "creating";
|
|
4944
4944
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
4945
4945
|
created_at: z.ZodString;
|
|
4946
4946
|
}, {
|
|
4947
|
-
|
|
4948
|
-
|
|
4947
|
+
mutation_code: z.ZodLiteral<"deleting">;
|
|
4948
|
+
}>, "strip", z.ZodTypeAny, {
|
|
4949
|
+
created_at: string;
|
|
4950
|
+
mutation_code: "deleting";
|
|
4951
|
+
}, {
|
|
4952
|
+
created_at: string;
|
|
4953
|
+
mutation_code: "deleting";
|
|
4954
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
4955
|
+
created_at: z.ZodString;
|
|
4956
|
+
}, {
|
|
4957
|
+
mutation_code: z.ZodLiteral<"updating_user_information">;
|
|
4958
|
+
from: z.ZodObject<{
|
|
4949
4959
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4950
4960
|
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4951
4961
|
phone_number: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
@@ -4958,7 +4968,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
4958
4968
|
full_name?: string | null | undefined;
|
|
4959
4969
|
phone_number?: string | null | undefined;
|
|
4960
4970
|
}>;
|
|
4961
|
-
|
|
4971
|
+
to: z.ZodObject<{
|
|
4962
4972
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4963
4973
|
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4964
4974
|
phone_number: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
@@ -4973,26 +4983,26 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
4973
4983
|
}>;
|
|
4974
4984
|
}>, "strip", z.ZodTypeAny, {
|
|
4975
4985
|
created_at: string;
|
|
4976
|
-
|
|
4977
|
-
|
|
4986
|
+
mutation_code: "updating_user_information";
|
|
4987
|
+
from: {
|
|
4978
4988
|
email_address?: string | null | undefined;
|
|
4979
4989
|
full_name?: string | null | undefined;
|
|
4980
4990
|
phone_number?: string | null | undefined;
|
|
4981
4991
|
};
|
|
4982
|
-
|
|
4992
|
+
to: {
|
|
4983
4993
|
email_address?: string | null | undefined;
|
|
4984
4994
|
full_name?: string | null | undefined;
|
|
4985
4995
|
phone_number?: string | null | undefined;
|
|
4986
4996
|
};
|
|
4987
4997
|
}, {
|
|
4988
4998
|
created_at: string;
|
|
4989
|
-
|
|
4990
|
-
|
|
4999
|
+
mutation_code: "updating_user_information";
|
|
5000
|
+
from: {
|
|
4991
5001
|
email_address?: string | null | undefined;
|
|
4992
5002
|
full_name?: string | null | undefined;
|
|
4993
5003
|
phone_number?: string | null | undefined;
|
|
4994
5004
|
};
|
|
4995
|
-
|
|
5005
|
+
to: {
|
|
4996
5006
|
email_address?: string | null | undefined;
|
|
4997
5007
|
full_name?: string | null | undefined;
|
|
4998
5008
|
phone_number?: string | null | undefined;
|
|
@@ -5000,8 +5010,8 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
5000
5010
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5001
5011
|
created_at: z.ZodString;
|
|
5002
5012
|
}, {
|
|
5003
|
-
|
|
5004
|
-
|
|
5013
|
+
mutation_code: z.ZodLiteral<"updating_access_schedule">;
|
|
5014
|
+
from: z.ZodObject<{
|
|
5005
5015
|
starts_at: z.ZodString;
|
|
5006
5016
|
ends_at: z.ZodNullable<z.ZodString>;
|
|
5007
5017
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5011,7 +5021,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
5011
5021
|
starts_at: string;
|
|
5012
5022
|
ends_at: string | null;
|
|
5013
5023
|
}>;
|
|
5014
|
-
|
|
5024
|
+
to: z.ZodObject<{
|
|
5015
5025
|
starts_at: z.ZodString;
|
|
5016
5026
|
ends_at: z.ZodNullable<z.ZodString>;
|
|
5017
5027
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5023,38 +5033,38 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
5023
5033
|
}>;
|
|
5024
5034
|
}>, "strip", z.ZodTypeAny, {
|
|
5025
5035
|
created_at: string;
|
|
5026
|
-
|
|
5027
|
-
|
|
5036
|
+
mutation_code: "updating_access_schedule";
|
|
5037
|
+
from: {
|
|
5028
5038
|
starts_at: string;
|
|
5029
5039
|
ends_at: string | null;
|
|
5030
5040
|
};
|
|
5031
|
-
|
|
5041
|
+
to: {
|
|
5032
5042
|
starts_at: string;
|
|
5033
5043
|
ends_at: string | null;
|
|
5034
5044
|
};
|
|
5035
5045
|
}, {
|
|
5036
5046
|
created_at: string;
|
|
5037
|
-
|
|
5038
|
-
|
|
5047
|
+
mutation_code: "updating_access_schedule";
|
|
5048
|
+
from: {
|
|
5039
5049
|
starts_at: string;
|
|
5040
5050
|
ends_at: string | null;
|
|
5041
5051
|
};
|
|
5042
|
-
|
|
5052
|
+
to: {
|
|
5043
5053
|
starts_at: string;
|
|
5044
5054
|
ends_at: string | null;
|
|
5045
5055
|
};
|
|
5046
5056
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5047
5057
|
created_at: z.ZodString;
|
|
5048
5058
|
}, {
|
|
5049
|
-
|
|
5050
|
-
|
|
5059
|
+
mutation_code: z.ZodLiteral<"updating_suspension_state">;
|
|
5060
|
+
from: z.ZodObject<{
|
|
5051
5061
|
is_suspended: z.ZodBoolean;
|
|
5052
5062
|
}, "strip", z.ZodTypeAny, {
|
|
5053
5063
|
is_suspended: boolean;
|
|
5054
5064
|
}, {
|
|
5055
5065
|
is_suspended: boolean;
|
|
5056
5066
|
}>;
|
|
5057
|
-
|
|
5067
|
+
to: z.ZodObject<{
|
|
5058
5068
|
is_suspended: z.ZodBoolean;
|
|
5059
5069
|
}, "strip", z.ZodTypeAny, {
|
|
5060
5070
|
is_suspended: boolean;
|
|
@@ -5063,34 +5073,34 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
5063
5073
|
}>;
|
|
5064
5074
|
}>, "strip", z.ZodTypeAny, {
|
|
5065
5075
|
created_at: string;
|
|
5066
|
-
|
|
5067
|
-
|
|
5076
|
+
mutation_code: "updating_suspension_state";
|
|
5077
|
+
from: {
|
|
5068
5078
|
is_suspended: boolean;
|
|
5069
5079
|
};
|
|
5070
|
-
|
|
5080
|
+
to: {
|
|
5071
5081
|
is_suspended: boolean;
|
|
5072
5082
|
};
|
|
5073
5083
|
}, {
|
|
5074
5084
|
created_at: string;
|
|
5075
|
-
|
|
5076
|
-
|
|
5085
|
+
mutation_code: "updating_suspension_state";
|
|
5086
|
+
from: {
|
|
5077
5087
|
is_suspended: boolean;
|
|
5078
5088
|
};
|
|
5079
|
-
|
|
5089
|
+
to: {
|
|
5080
5090
|
is_suspended: boolean;
|
|
5081
5091
|
};
|
|
5082
5092
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5083
5093
|
created_at: z.ZodString;
|
|
5084
5094
|
}, {
|
|
5085
|
-
|
|
5086
|
-
|
|
5095
|
+
mutation_code: z.ZodLiteral<"updating_group_membership">;
|
|
5096
|
+
from: z.ZodObject<{
|
|
5087
5097
|
acs_access_group_id: z.ZodNullable<z.ZodString>;
|
|
5088
5098
|
}, "strip", z.ZodTypeAny, {
|
|
5089
5099
|
acs_access_group_id: string | null;
|
|
5090
5100
|
}, {
|
|
5091
5101
|
acs_access_group_id: string | null;
|
|
5092
5102
|
}>;
|
|
5093
|
-
|
|
5103
|
+
to: z.ZodObject<{
|
|
5094
5104
|
acs_access_group_id: z.ZodNullable<z.ZodString>;
|
|
5095
5105
|
}, "strip", z.ZodTypeAny, {
|
|
5096
5106
|
acs_access_group_id: string | null;
|
|
@@ -5099,20 +5109,20 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
5099
5109
|
}>;
|
|
5100
5110
|
}>, "strip", z.ZodTypeAny, {
|
|
5101
5111
|
created_at: string;
|
|
5102
|
-
|
|
5103
|
-
|
|
5112
|
+
mutation_code: "updating_group_membership";
|
|
5113
|
+
from: {
|
|
5104
5114
|
acs_access_group_id: string | null;
|
|
5105
5115
|
};
|
|
5106
|
-
|
|
5116
|
+
to: {
|
|
5107
5117
|
acs_access_group_id: string | null;
|
|
5108
5118
|
};
|
|
5109
5119
|
}, {
|
|
5110
5120
|
created_at: string;
|
|
5111
|
-
|
|
5112
|
-
|
|
5121
|
+
mutation_code: "updating_group_membership";
|
|
5122
|
+
from: {
|
|
5113
5123
|
acs_access_group_id: string | null;
|
|
5114
5124
|
};
|
|
5115
|
-
|
|
5125
|
+
to: {
|
|
5116
5126
|
acs_access_group_id: string | null;
|
|
5117
5127
|
};
|
|
5118
5128
|
}>]>, "many">>;
|
|
@@ -5173,58 +5183,61 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
5173
5183
|
email_address?: string | undefined;
|
|
5174
5184
|
full_name?: string | undefined;
|
|
5175
5185
|
phone_number?: string | undefined;
|
|
5186
|
+
is_suspended?: boolean | undefined;
|
|
5187
|
+
hid_acs_system_id?: string | undefined;
|
|
5176
5188
|
access_schedule?: {
|
|
5177
5189
|
starts_at: string;
|
|
5178
5190
|
ends_at: string | null;
|
|
5179
5191
|
} | undefined;
|
|
5180
|
-
is_suspended?: boolean | undefined;
|
|
5181
|
-
hid_acs_system_id?: string | undefined;
|
|
5182
5192
|
user_identity_full_name?: string | null | undefined;
|
|
5183
5193
|
user_identity_email_address?: string | null | undefined;
|
|
5184
5194
|
user_identity_phone_number?: string | null | undefined;
|
|
5185
|
-
|
|
5195
|
+
pending_mutations?: ({
|
|
5196
|
+
created_at: string;
|
|
5197
|
+
mutation_code: "creating";
|
|
5198
|
+
} | {
|
|
5186
5199
|
created_at: string;
|
|
5187
|
-
|
|
5200
|
+
mutation_code: "deleting";
|
|
5188
5201
|
} | {
|
|
5189
5202
|
created_at: string;
|
|
5190
|
-
|
|
5191
|
-
|
|
5203
|
+
mutation_code: "updating_user_information";
|
|
5204
|
+
from: {
|
|
5192
5205
|
email_address?: string | null | undefined;
|
|
5193
5206
|
full_name?: string | null | undefined;
|
|
5194
5207
|
phone_number?: string | null | undefined;
|
|
5195
5208
|
};
|
|
5196
|
-
|
|
5209
|
+
to: {
|
|
5197
5210
|
email_address?: string | null | undefined;
|
|
5198
5211
|
full_name?: string | null | undefined;
|
|
5199
5212
|
phone_number?: string | null | undefined;
|
|
5200
5213
|
};
|
|
5201
5214
|
} | {
|
|
5202
5215
|
created_at: string;
|
|
5203
|
-
|
|
5204
|
-
|
|
5216
|
+
mutation_code: "updating_access_schedule";
|
|
5217
|
+
from: {
|
|
5205
5218
|
starts_at: string;
|
|
5206
5219
|
ends_at: string | null;
|
|
5207
5220
|
};
|
|
5208
|
-
|
|
5221
|
+
to: {
|
|
5209
5222
|
starts_at: string;
|
|
5210
5223
|
ends_at: string | null;
|
|
5211
5224
|
};
|
|
5212
5225
|
} | {
|
|
5213
5226
|
created_at: string;
|
|
5214
|
-
|
|
5215
|
-
|
|
5227
|
+
mutation_code: "updating_suspension_state";
|
|
5228
|
+
from: {
|
|
5216
5229
|
is_suspended: boolean;
|
|
5217
5230
|
};
|
|
5218
|
-
|
|
5231
|
+
to: {
|
|
5219
5232
|
is_suspended: boolean;
|
|
5220
5233
|
};
|
|
5221
5234
|
} | {
|
|
5222
5235
|
created_at: string;
|
|
5223
|
-
|
|
5224
|
-
|
|
5236
|
+
mutation_code: "updating_group_membership";
|
|
5237
|
+
from: {
|
|
5225
5238
|
acs_access_group_id: string | null;
|
|
5226
5239
|
};
|
|
5227
|
-
|
|
5240
|
+
to: {
|
|
5228
5241
|
acs_access_group_id: string | null;
|
|
5229
5242
|
};
|
|
5230
5243
|
})[] | undefined;
|
|
@@ -5278,58 +5291,61 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
|
|
|
5278
5291
|
email_address?: string | undefined;
|
|
5279
5292
|
full_name?: string | undefined;
|
|
5280
5293
|
phone_number?: string | undefined;
|
|
5294
|
+
is_suspended?: boolean | undefined;
|
|
5295
|
+
hid_acs_system_id?: string | undefined;
|
|
5281
5296
|
access_schedule?: {
|
|
5282
5297
|
starts_at: string;
|
|
5283
5298
|
ends_at: string | null;
|
|
5284
5299
|
} | undefined;
|
|
5285
|
-
is_suspended?: boolean | undefined;
|
|
5286
|
-
hid_acs_system_id?: string | undefined;
|
|
5287
5300
|
user_identity_full_name?: string | null | undefined;
|
|
5288
5301
|
user_identity_email_address?: string | null | undefined;
|
|
5289
5302
|
user_identity_phone_number?: string | null | undefined;
|
|
5290
|
-
|
|
5303
|
+
pending_mutations?: ({
|
|
5304
|
+
created_at: string;
|
|
5305
|
+
mutation_code: "creating";
|
|
5306
|
+
} | {
|
|
5291
5307
|
created_at: string;
|
|
5292
|
-
|
|
5308
|
+
mutation_code: "deleting";
|
|
5293
5309
|
} | {
|
|
5294
5310
|
created_at: string;
|
|
5295
|
-
|
|
5296
|
-
|
|
5311
|
+
mutation_code: "updating_user_information";
|
|
5312
|
+
from: {
|
|
5297
5313
|
email_address?: string | null | undefined;
|
|
5298
5314
|
full_name?: string | null | undefined;
|
|
5299
5315
|
phone_number?: string | null | undefined;
|
|
5300
5316
|
};
|
|
5301
|
-
|
|
5317
|
+
to: {
|
|
5302
5318
|
email_address?: string | null | undefined;
|
|
5303
5319
|
full_name?: string | null | undefined;
|
|
5304
5320
|
phone_number?: string | null | undefined;
|
|
5305
5321
|
};
|
|
5306
5322
|
} | {
|
|
5307
5323
|
created_at: string;
|
|
5308
|
-
|
|
5309
|
-
|
|
5324
|
+
mutation_code: "updating_access_schedule";
|
|
5325
|
+
from: {
|
|
5310
5326
|
starts_at: string;
|
|
5311
5327
|
ends_at: string | null;
|
|
5312
5328
|
};
|
|
5313
|
-
|
|
5329
|
+
to: {
|
|
5314
5330
|
starts_at: string;
|
|
5315
5331
|
ends_at: string | null;
|
|
5316
5332
|
};
|
|
5317
5333
|
} | {
|
|
5318
5334
|
created_at: string;
|
|
5319
|
-
|
|
5320
|
-
|
|
5335
|
+
mutation_code: "updating_suspension_state";
|
|
5336
|
+
from: {
|
|
5321
5337
|
is_suspended: boolean;
|
|
5322
5338
|
};
|
|
5323
|
-
|
|
5339
|
+
to: {
|
|
5324
5340
|
is_suspended: boolean;
|
|
5325
5341
|
};
|
|
5326
5342
|
} | {
|
|
5327
5343
|
created_at: string;
|
|
5328
|
-
|
|
5329
|
-
|
|
5344
|
+
mutation_code: "updating_group_membership";
|
|
5345
|
+
from: {
|
|
5330
5346
|
acs_access_group_id: string | null;
|
|
5331
5347
|
};
|
|
5332
|
-
|
|
5348
|
+
to: {
|
|
5333
5349
|
acs_access_group_id: string | null;
|
|
5334
5350
|
};
|
|
5335
5351
|
})[] | undefined;
|
|
@@ -5466,21 +5482,31 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5466
5482
|
created_at: string;
|
|
5467
5483
|
error_code: "failed_to_delete_on_acs_system";
|
|
5468
5484
|
}>]>, "many">;
|
|
5469
|
-
|
|
5485
|
+
pending_mutations: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"mutation_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
5486
|
+
created_at: z.ZodString;
|
|
5487
|
+
}, {
|
|
5488
|
+
mutation_code: z.ZodLiteral<"creating">;
|
|
5489
|
+
}>, "strip", z.ZodTypeAny, {
|
|
5490
|
+
created_at: string;
|
|
5491
|
+
mutation_code: "creating";
|
|
5492
|
+
}, {
|
|
5493
|
+
created_at: string;
|
|
5494
|
+
mutation_code: "creating";
|
|
5495
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5470
5496
|
created_at: z.ZodString;
|
|
5471
5497
|
}, {
|
|
5472
|
-
|
|
5498
|
+
mutation_code: z.ZodLiteral<"deleting">;
|
|
5473
5499
|
}>, "strip", z.ZodTypeAny, {
|
|
5474
5500
|
created_at: string;
|
|
5475
|
-
|
|
5501
|
+
mutation_code: "deleting";
|
|
5476
5502
|
}, {
|
|
5477
5503
|
created_at: string;
|
|
5478
|
-
|
|
5504
|
+
mutation_code: "deleting";
|
|
5479
5505
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5480
5506
|
created_at: z.ZodString;
|
|
5481
5507
|
}, {
|
|
5482
|
-
|
|
5483
|
-
|
|
5508
|
+
mutation_code: z.ZodLiteral<"updating_user_information">;
|
|
5509
|
+
from: z.ZodObject<{
|
|
5484
5510
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5485
5511
|
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5486
5512
|
phone_number: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
@@ -5493,7 +5519,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5493
5519
|
full_name?: string | null | undefined;
|
|
5494
5520
|
phone_number?: string | null | undefined;
|
|
5495
5521
|
}>;
|
|
5496
|
-
|
|
5522
|
+
to: z.ZodObject<{
|
|
5497
5523
|
email_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5498
5524
|
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
5499
5525
|
phone_number: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>>;
|
|
@@ -5508,26 +5534,26 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5508
5534
|
}>;
|
|
5509
5535
|
}>, "strip", z.ZodTypeAny, {
|
|
5510
5536
|
created_at: string;
|
|
5511
|
-
|
|
5512
|
-
|
|
5537
|
+
mutation_code: "updating_user_information";
|
|
5538
|
+
from: {
|
|
5513
5539
|
email_address?: string | null | undefined;
|
|
5514
5540
|
full_name?: string | null | undefined;
|
|
5515
5541
|
phone_number?: string | null | undefined;
|
|
5516
5542
|
};
|
|
5517
|
-
|
|
5543
|
+
to: {
|
|
5518
5544
|
email_address?: string | null | undefined;
|
|
5519
5545
|
full_name?: string | null | undefined;
|
|
5520
5546
|
phone_number?: string | null | undefined;
|
|
5521
5547
|
};
|
|
5522
5548
|
}, {
|
|
5523
5549
|
created_at: string;
|
|
5524
|
-
|
|
5525
|
-
|
|
5550
|
+
mutation_code: "updating_user_information";
|
|
5551
|
+
from: {
|
|
5526
5552
|
email_address?: string | null | undefined;
|
|
5527
5553
|
full_name?: string | null | undefined;
|
|
5528
5554
|
phone_number?: string | null | undefined;
|
|
5529
5555
|
};
|
|
5530
|
-
|
|
5556
|
+
to: {
|
|
5531
5557
|
email_address?: string | null | undefined;
|
|
5532
5558
|
full_name?: string | null | undefined;
|
|
5533
5559
|
phone_number?: string | null | undefined;
|
|
@@ -5535,8 +5561,8 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5535
5561
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5536
5562
|
created_at: z.ZodString;
|
|
5537
5563
|
}, {
|
|
5538
|
-
|
|
5539
|
-
|
|
5564
|
+
mutation_code: z.ZodLiteral<"updating_access_schedule">;
|
|
5565
|
+
from: z.ZodObject<{
|
|
5540
5566
|
starts_at: z.ZodString;
|
|
5541
5567
|
ends_at: z.ZodNullable<z.ZodString>;
|
|
5542
5568
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5546,7 +5572,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5546
5572
|
starts_at: string;
|
|
5547
5573
|
ends_at: string | null;
|
|
5548
5574
|
}>;
|
|
5549
|
-
|
|
5575
|
+
to: z.ZodObject<{
|
|
5550
5576
|
starts_at: z.ZodString;
|
|
5551
5577
|
ends_at: z.ZodNullable<z.ZodString>;
|
|
5552
5578
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5558,38 +5584,38 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5558
5584
|
}>;
|
|
5559
5585
|
}>, "strip", z.ZodTypeAny, {
|
|
5560
5586
|
created_at: string;
|
|
5561
|
-
|
|
5562
|
-
|
|
5587
|
+
mutation_code: "updating_access_schedule";
|
|
5588
|
+
from: {
|
|
5563
5589
|
starts_at: string;
|
|
5564
5590
|
ends_at: string | null;
|
|
5565
5591
|
};
|
|
5566
|
-
|
|
5592
|
+
to: {
|
|
5567
5593
|
starts_at: string;
|
|
5568
5594
|
ends_at: string | null;
|
|
5569
5595
|
};
|
|
5570
5596
|
}, {
|
|
5571
5597
|
created_at: string;
|
|
5572
|
-
|
|
5573
|
-
|
|
5598
|
+
mutation_code: "updating_access_schedule";
|
|
5599
|
+
from: {
|
|
5574
5600
|
starts_at: string;
|
|
5575
5601
|
ends_at: string | null;
|
|
5576
5602
|
};
|
|
5577
|
-
|
|
5603
|
+
to: {
|
|
5578
5604
|
starts_at: string;
|
|
5579
5605
|
ends_at: string | null;
|
|
5580
5606
|
};
|
|
5581
5607
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5582
5608
|
created_at: z.ZodString;
|
|
5583
5609
|
}, {
|
|
5584
|
-
|
|
5585
|
-
|
|
5610
|
+
mutation_code: z.ZodLiteral<"updating_suspension_state">;
|
|
5611
|
+
from: z.ZodObject<{
|
|
5586
5612
|
is_suspended: z.ZodBoolean;
|
|
5587
5613
|
}, "strip", z.ZodTypeAny, {
|
|
5588
5614
|
is_suspended: boolean;
|
|
5589
5615
|
}, {
|
|
5590
5616
|
is_suspended: boolean;
|
|
5591
5617
|
}>;
|
|
5592
|
-
|
|
5618
|
+
to: z.ZodObject<{
|
|
5593
5619
|
is_suspended: z.ZodBoolean;
|
|
5594
5620
|
}, "strip", z.ZodTypeAny, {
|
|
5595
5621
|
is_suspended: boolean;
|
|
@@ -5598,34 +5624,34 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5598
5624
|
}>;
|
|
5599
5625
|
}>, "strip", z.ZodTypeAny, {
|
|
5600
5626
|
created_at: string;
|
|
5601
|
-
|
|
5602
|
-
|
|
5627
|
+
mutation_code: "updating_suspension_state";
|
|
5628
|
+
from: {
|
|
5603
5629
|
is_suspended: boolean;
|
|
5604
5630
|
};
|
|
5605
|
-
|
|
5631
|
+
to: {
|
|
5606
5632
|
is_suspended: boolean;
|
|
5607
5633
|
};
|
|
5608
5634
|
}, {
|
|
5609
5635
|
created_at: string;
|
|
5610
|
-
|
|
5611
|
-
|
|
5636
|
+
mutation_code: "updating_suspension_state";
|
|
5637
|
+
from: {
|
|
5612
5638
|
is_suspended: boolean;
|
|
5613
5639
|
};
|
|
5614
|
-
|
|
5640
|
+
to: {
|
|
5615
5641
|
is_suspended: boolean;
|
|
5616
5642
|
};
|
|
5617
5643
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
5618
5644
|
created_at: z.ZodString;
|
|
5619
5645
|
}, {
|
|
5620
|
-
|
|
5621
|
-
|
|
5646
|
+
mutation_code: z.ZodLiteral<"updating_group_membership">;
|
|
5647
|
+
from: z.ZodObject<{
|
|
5622
5648
|
acs_access_group_id: z.ZodNullable<z.ZodString>;
|
|
5623
5649
|
}, "strip", z.ZodTypeAny, {
|
|
5624
5650
|
acs_access_group_id: string | null;
|
|
5625
5651
|
}, {
|
|
5626
5652
|
acs_access_group_id: string | null;
|
|
5627
5653
|
}>;
|
|
5628
|
-
|
|
5654
|
+
to: z.ZodObject<{
|
|
5629
5655
|
acs_access_group_id: z.ZodNullable<z.ZodString>;
|
|
5630
5656
|
}, "strip", z.ZodTypeAny, {
|
|
5631
5657
|
acs_access_group_id: string | null;
|
|
@@ -5634,20 +5660,20 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5634
5660
|
}>;
|
|
5635
5661
|
}>, "strip", z.ZodTypeAny, {
|
|
5636
5662
|
created_at: string;
|
|
5637
|
-
|
|
5638
|
-
|
|
5663
|
+
mutation_code: "updating_group_membership";
|
|
5664
|
+
from: {
|
|
5639
5665
|
acs_access_group_id: string | null;
|
|
5640
5666
|
};
|
|
5641
|
-
|
|
5667
|
+
to: {
|
|
5642
5668
|
acs_access_group_id: string | null;
|
|
5643
5669
|
};
|
|
5644
5670
|
}, {
|
|
5645
5671
|
created_at: string;
|
|
5646
|
-
|
|
5647
|
-
|
|
5672
|
+
mutation_code: "updating_group_membership";
|
|
5673
|
+
from: {
|
|
5648
5674
|
acs_access_group_id: string | null;
|
|
5649
5675
|
};
|
|
5650
|
-
|
|
5676
|
+
to: {
|
|
5651
5677
|
acs_access_group_id: string | null;
|
|
5652
5678
|
};
|
|
5653
5679
|
}>]>, "many">>;
|
|
@@ -5708,58 +5734,61 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5708
5734
|
email_address?: string | undefined;
|
|
5709
5735
|
full_name?: string | undefined;
|
|
5710
5736
|
phone_number?: string | undefined;
|
|
5737
|
+
is_suspended?: boolean | undefined;
|
|
5738
|
+
hid_acs_system_id?: string | undefined;
|
|
5711
5739
|
access_schedule?: {
|
|
5712
5740
|
starts_at: string;
|
|
5713
5741
|
ends_at: string | null;
|
|
5714
5742
|
} | undefined;
|
|
5715
|
-
is_suspended?: boolean | undefined;
|
|
5716
|
-
hid_acs_system_id?: string | undefined;
|
|
5717
5743
|
user_identity_full_name?: string | null | undefined;
|
|
5718
5744
|
user_identity_email_address?: string | null | undefined;
|
|
5719
5745
|
user_identity_phone_number?: string | null | undefined;
|
|
5720
|
-
|
|
5746
|
+
pending_mutations?: ({
|
|
5747
|
+
created_at: string;
|
|
5748
|
+
mutation_code: "creating";
|
|
5749
|
+
} | {
|
|
5721
5750
|
created_at: string;
|
|
5722
|
-
|
|
5751
|
+
mutation_code: "deleting";
|
|
5723
5752
|
} | {
|
|
5724
5753
|
created_at: string;
|
|
5725
|
-
|
|
5726
|
-
|
|
5754
|
+
mutation_code: "updating_user_information";
|
|
5755
|
+
from: {
|
|
5727
5756
|
email_address?: string | null | undefined;
|
|
5728
5757
|
full_name?: string | null | undefined;
|
|
5729
5758
|
phone_number?: string | null | undefined;
|
|
5730
5759
|
};
|
|
5731
|
-
|
|
5760
|
+
to: {
|
|
5732
5761
|
email_address?: string | null | undefined;
|
|
5733
5762
|
full_name?: string | null | undefined;
|
|
5734
5763
|
phone_number?: string | null | undefined;
|
|
5735
5764
|
};
|
|
5736
5765
|
} | {
|
|
5737
5766
|
created_at: string;
|
|
5738
|
-
|
|
5739
|
-
|
|
5767
|
+
mutation_code: "updating_access_schedule";
|
|
5768
|
+
from: {
|
|
5740
5769
|
starts_at: string;
|
|
5741
5770
|
ends_at: string | null;
|
|
5742
5771
|
};
|
|
5743
|
-
|
|
5772
|
+
to: {
|
|
5744
5773
|
starts_at: string;
|
|
5745
5774
|
ends_at: string | null;
|
|
5746
5775
|
};
|
|
5747
5776
|
} | {
|
|
5748
5777
|
created_at: string;
|
|
5749
|
-
|
|
5750
|
-
|
|
5778
|
+
mutation_code: "updating_suspension_state";
|
|
5779
|
+
from: {
|
|
5751
5780
|
is_suspended: boolean;
|
|
5752
5781
|
};
|
|
5753
|
-
|
|
5782
|
+
to: {
|
|
5754
5783
|
is_suspended: boolean;
|
|
5755
5784
|
};
|
|
5756
5785
|
} | {
|
|
5757
5786
|
created_at: string;
|
|
5758
|
-
|
|
5759
|
-
|
|
5787
|
+
mutation_code: "updating_group_membership";
|
|
5788
|
+
from: {
|
|
5760
5789
|
acs_access_group_id: string | null;
|
|
5761
5790
|
};
|
|
5762
|
-
|
|
5791
|
+
to: {
|
|
5763
5792
|
acs_access_group_id: string | null;
|
|
5764
5793
|
};
|
|
5765
5794
|
})[] | undefined;
|
|
@@ -5813,58 +5842,61 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
|
|
|
5813
5842
|
email_address?: string | undefined;
|
|
5814
5843
|
full_name?: string | undefined;
|
|
5815
5844
|
phone_number?: string | undefined;
|
|
5845
|
+
is_suspended?: boolean | undefined;
|
|
5846
|
+
hid_acs_system_id?: string | undefined;
|
|
5816
5847
|
access_schedule?: {
|
|
5817
5848
|
starts_at: string;
|
|
5818
5849
|
ends_at: string | null;
|
|
5819
5850
|
} | undefined;
|
|
5820
|
-
is_suspended?: boolean | undefined;
|
|
5821
|
-
hid_acs_system_id?: string | undefined;
|
|
5822
5851
|
user_identity_full_name?: string | null | undefined;
|
|
5823
5852
|
user_identity_email_address?: string | null | undefined;
|
|
5824
5853
|
user_identity_phone_number?: string | null | undefined;
|
|
5825
|
-
|
|
5854
|
+
pending_mutations?: ({
|
|
5855
|
+
created_at: string;
|
|
5856
|
+
mutation_code: "creating";
|
|
5857
|
+
} | {
|
|
5826
5858
|
created_at: string;
|
|
5827
|
-
|
|
5859
|
+
mutation_code: "deleting";
|
|
5828
5860
|
} | {
|
|
5829
5861
|
created_at: string;
|
|
5830
|
-
|
|
5831
|
-
|
|
5862
|
+
mutation_code: "updating_user_information";
|
|
5863
|
+
from: {
|
|
5832
5864
|
email_address?: string | null | undefined;
|
|
5833
5865
|
full_name?: string | null | undefined;
|
|
5834
5866
|
phone_number?: string | null | undefined;
|
|
5835
5867
|
};
|
|
5836
|
-
|
|
5868
|
+
to: {
|
|
5837
5869
|
email_address?: string | null | undefined;
|
|
5838
5870
|
full_name?: string | null | undefined;
|
|
5839
5871
|
phone_number?: string | null | undefined;
|
|
5840
5872
|
};
|
|
5841
5873
|
} | {
|
|
5842
5874
|
created_at: string;
|
|
5843
|
-
|
|
5844
|
-
|
|
5875
|
+
mutation_code: "updating_access_schedule";
|
|
5876
|
+
from: {
|
|
5845
5877
|
starts_at: string;
|
|
5846
5878
|
ends_at: string | null;
|
|
5847
5879
|
};
|
|
5848
|
-
|
|
5880
|
+
to: {
|
|
5849
5881
|
starts_at: string;
|
|
5850
5882
|
ends_at: string | null;
|
|
5851
5883
|
};
|
|
5852
5884
|
} | {
|
|
5853
5885
|
created_at: string;
|
|
5854
|
-
|
|
5855
|
-
|
|
5886
|
+
mutation_code: "updating_suspension_state";
|
|
5887
|
+
from: {
|
|
5856
5888
|
is_suspended: boolean;
|
|
5857
5889
|
};
|
|
5858
|
-
|
|
5890
|
+
to: {
|
|
5859
5891
|
is_suspended: boolean;
|
|
5860
5892
|
};
|
|
5861
5893
|
} | {
|
|
5862
5894
|
created_at: string;
|
|
5863
|
-
|
|
5864
|
-
|
|
5895
|
+
mutation_code: "updating_group_membership";
|
|
5896
|
+
from: {
|
|
5865
5897
|
acs_access_group_id: string | null;
|
|
5866
5898
|
};
|
|
5867
|
-
|
|
5899
|
+
to: {
|
|
5868
5900
|
acs_access_group_id: string | null;
|
|
5869
5901
|
};
|
|
5870
5902
|
})[] | undefined;
|
|
@@ -20943,7 +20975,7 @@ declare const _default: {
|
|
|
20943
20975
|
type: string;
|
|
20944
20976
|
'x-undocumented': string;
|
|
20945
20977
|
};
|
|
20946
|
-
|
|
20978
|
+
pending_mutations: {
|
|
20947
20979
|
items: {
|
|
20948
20980
|
discriminator: {
|
|
20949
20981
|
propertyName: string;
|
|
@@ -20954,12 +20986,12 @@ declare const _default: {
|
|
|
20954
20986
|
format: string;
|
|
20955
20987
|
type: string;
|
|
20956
20988
|
};
|
|
20957
|
-
|
|
20989
|
+
mutation_code: {
|
|
20958
20990
|
enum: string[];
|
|
20959
20991
|
type: string;
|
|
20960
20992
|
};
|
|
20961
|
-
|
|
20962
|
-
|
|
20993
|
+
from?: never;
|
|
20994
|
+
to?: never;
|
|
20963
20995
|
};
|
|
20964
20996
|
required: string[];
|
|
20965
20997
|
type: string;
|
|
@@ -20969,11 +21001,7 @@ declare const _default: {
|
|
|
20969
21001
|
format: string;
|
|
20970
21002
|
type: string;
|
|
20971
21003
|
};
|
|
20972
|
-
|
|
20973
|
-
enum: string[];
|
|
20974
|
-
type: string;
|
|
20975
|
-
};
|
|
20976
|
-
modified_from: {
|
|
21004
|
+
from: {
|
|
20977
21005
|
properties: {
|
|
20978
21006
|
email_address: {
|
|
20979
21007
|
format: string;
|
|
@@ -20996,7 +21024,11 @@ declare const _default: {
|
|
|
20996
21024
|
type: string;
|
|
20997
21025
|
required?: never;
|
|
20998
21026
|
};
|
|
20999
|
-
|
|
21027
|
+
mutation_code: {
|
|
21028
|
+
enum: string[];
|
|
21029
|
+
type: string;
|
|
21030
|
+
};
|
|
21031
|
+
to: {
|
|
21000
21032
|
properties: {
|
|
21001
21033
|
email_address: {
|
|
21002
21034
|
format: string;
|
|
@@ -21028,11 +21060,7 @@ declare const _default: {
|
|
|
21028
21060
|
format: string;
|
|
21029
21061
|
type: string;
|
|
21030
21062
|
};
|
|
21031
|
-
|
|
21032
|
-
enum: string[];
|
|
21033
|
-
type: string;
|
|
21034
|
-
};
|
|
21035
|
-
modified_from: {
|
|
21063
|
+
from: {
|
|
21036
21064
|
properties: {
|
|
21037
21065
|
ends_at: {
|
|
21038
21066
|
description: string;
|
|
@@ -21054,7 +21082,11 @@ declare const _default: {
|
|
|
21054
21082
|
required: string[];
|
|
21055
21083
|
type: string;
|
|
21056
21084
|
};
|
|
21057
|
-
|
|
21085
|
+
mutation_code: {
|
|
21086
|
+
enum: string[];
|
|
21087
|
+
type: string;
|
|
21088
|
+
};
|
|
21089
|
+
to: {
|
|
21058
21090
|
properties: {
|
|
21059
21091
|
ends_at: {
|
|
21060
21092
|
description: string;
|
|
@@ -21085,11 +21117,7 @@ declare const _default: {
|
|
|
21085
21117
|
format: string;
|
|
21086
21118
|
type: string;
|
|
21087
21119
|
};
|
|
21088
|
-
|
|
21089
|
-
enum: string[];
|
|
21090
|
-
type: string;
|
|
21091
|
-
};
|
|
21092
|
-
modified_from: {
|
|
21120
|
+
from: {
|
|
21093
21121
|
properties: {
|
|
21094
21122
|
is_suspended: {
|
|
21095
21123
|
type: string;
|
|
@@ -21104,7 +21132,11 @@ declare const _default: {
|
|
|
21104
21132
|
required: string[];
|
|
21105
21133
|
type: string;
|
|
21106
21134
|
};
|
|
21107
|
-
|
|
21135
|
+
mutation_code: {
|
|
21136
|
+
enum: string[];
|
|
21137
|
+
type: string;
|
|
21138
|
+
};
|
|
21139
|
+
to: {
|
|
21108
21140
|
properties: {
|
|
21109
21141
|
is_suspended: {
|
|
21110
21142
|
type: string;
|
|
@@ -21128,11 +21160,7 @@ declare const _default: {
|
|
|
21128
21160
|
format: string;
|
|
21129
21161
|
type: string;
|
|
21130
21162
|
};
|
|
21131
|
-
|
|
21132
|
-
enum: string[];
|
|
21133
|
-
type: string;
|
|
21134
|
-
};
|
|
21135
|
-
modified_from: {
|
|
21163
|
+
from: {
|
|
21136
21164
|
properties: {
|
|
21137
21165
|
acs_access_group_id: {
|
|
21138
21166
|
format: string;
|
|
@@ -21149,7 +21177,11 @@ declare const _default: {
|
|
|
21149
21177
|
required: string[];
|
|
21150
21178
|
type: string;
|
|
21151
21179
|
};
|
|
21152
|
-
|
|
21180
|
+
mutation_code: {
|
|
21181
|
+
enum: string[];
|
|
21182
|
+
type: string;
|
|
21183
|
+
};
|
|
21184
|
+
to: {
|
|
21153
21185
|
properties: {
|
|
21154
21186
|
acs_access_group_id: {
|
|
21155
21187
|
format: string;
|
|
@@ -28230,7 +28262,7 @@ declare const _default: {
|
|
|
28230
28262
|
type: string;
|
|
28231
28263
|
'x-undocumented': string;
|
|
28232
28264
|
};
|
|
28233
|
-
|
|
28265
|
+
pending_mutations: {
|
|
28234
28266
|
items: {
|
|
28235
28267
|
discriminator: {
|
|
28236
28268
|
propertyName: string;
|
|
@@ -28241,12 +28273,12 @@ declare const _default: {
|
|
|
28241
28273
|
format: string;
|
|
28242
28274
|
type: string;
|
|
28243
28275
|
};
|
|
28244
|
-
|
|
28276
|
+
mutation_code: {
|
|
28245
28277
|
enum: string[];
|
|
28246
28278
|
type: string;
|
|
28247
28279
|
};
|
|
28248
|
-
|
|
28249
|
-
|
|
28280
|
+
from?: never;
|
|
28281
|
+
to?: never;
|
|
28250
28282
|
};
|
|
28251
28283
|
required: string[];
|
|
28252
28284
|
type: string;
|
|
@@ -28256,11 +28288,7 @@ declare const _default: {
|
|
|
28256
28288
|
format: string;
|
|
28257
28289
|
type: string;
|
|
28258
28290
|
};
|
|
28259
|
-
|
|
28260
|
-
enum: string[];
|
|
28261
|
-
type: string;
|
|
28262
|
-
};
|
|
28263
|
-
modified_from: {
|
|
28291
|
+
from: {
|
|
28264
28292
|
properties: {
|
|
28265
28293
|
email_address: {
|
|
28266
28294
|
format: string;
|
|
@@ -28283,7 +28311,11 @@ declare const _default: {
|
|
|
28283
28311
|
type: string;
|
|
28284
28312
|
required?: never;
|
|
28285
28313
|
};
|
|
28286
|
-
|
|
28314
|
+
mutation_code: {
|
|
28315
|
+
enum: string[];
|
|
28316
|
+
type: string;
|
|
28317
|
+
};
|
|
28318
|
+
to: {
|
|
28287
28319
|
properties: {
|
|
28288
28320
|
email_address: {
|
|
28289
28321
|
format: string;
|
|
@@ -28315,11 +28347,7 @@ declare const _default: {
|
|
|
28315
28347
|
format: string;
|
|
28316
28348
|
type: string;
|
|
28317
28349
|
};
|
|
28318
|
-
|
|
28319
|
-
enum: string[];
|
|
28320
|
-
type: string;
|
|
28321
|
-
};
|
|
28322
|
-
modified_from: {
|
|
28350
|
+
from: {
|
|
28323
28351
|
properties: {
|
|
28324
28352
|
ends_at: {
|
|
28325
28353
|
description: string;
|
|
@@ -28341,7 +28369,11 @@ declare const _default: {
|
|
|
28341
28369
|
required: string[];
|
|
28342
28370
|
type: string;
|
|
28343
28371
|
};
|
|
28344
|
-
|
|
28372
|
+
mutation_code: {
|
|
28373
|
+
enum: string[];
|
|
28374
|
+
type: string;
|
|
28375
|
+
};
|
|
28376
|
+
to: {
|
|
28345
28377
|
properties: {
|
|
28346
28378
|
ends_at: {
|
|
28347
28379
|
description: string;
|
|
@@ -28372,11 +28404,7 @@ declare const _default: {
|
|
|
28372
28404
|
format: string;
|
|
28373
28405
|
type: string;
|
|
28374
28406
|
};
|
|
28375
|
-
|
|
28376
|
-
enum: string[];
|
|
28377
|
-
type: string;
|
|
28378
|
-
};
|
|
28379
|
-
modified_from: {
|
|
28407
|
+
from: {
|
|
28380
28408
|
properties: {
|
|
28381
28409
|
is_suspended: {
|
|
28382
28410
|
type: string;
|
|
@@ -28391,7 +28419,11 @@ declare const _default: {
|
|
|
28391
28419
|
required: string[];
|
|
28392
28420
|
type: string;
|
|
28393
28421
|
};
|
|
28394
|
-
|
|
28422
|
+
mutation_code: {
|
|
28423
|
+
enum: string[];
|
|
28424
|
+
type: string;
|
|
28425
|
+
};
|
|
28426
|
+
to: {
|
|
28395
28427
|
properties: {
|
|
28396
28428
|
is_suspended: {
|
|
28397
28429
|
type: string;
|
|
@@ -28415,11 +28447,7 @@ declare const _default: {
|
|
|
28415
28447
|
format: string;
|
|
28416
28448
|
type: string;
|
|
28417
28449
|
};
|
|
28418
|
-
|
|
28419
|
-
enum: string[];
|
|
28420
|
-
type: string;
|
|
28421
|
-
};
|
|
28422
|
-
modified_from: {
|
|
28450
|
+
from: {
|
|
28423
28451
|
properties: {
|
|
28424
28452
|
acs_access_group_id: {
|
|
28425
28453
|
format: string;
|
|
@@ -28436,7 +28464,11 @@ declare const _default: {
|
|
|
28436
28464
|
required: string[];
|
|
28437
28465
|
type: string;
|
|
28438
28466
|
};
|
|
28439
|
-
|
|
28467
|
+
mutation_code: {
|
|
28468
|
+
enum: string[];
|
|
28469
|
+
type: string;
|
|
28470
|
+
};
|
|
28471
|
+
to: {
|
|
28440
28472
|
properties: {
|
|
28441
28473
|
acs_access_group_id: {
|
|
28442
28474
|
format: string;
|
|
@@ -54738,32 +54770,35 @@ interface Routes {
|
|
|
54738
54770
|
error_code: 'failed_to_delete_on_acs_system';
|
|
54739
54771
|
}>;
|
|
54740
54772
|
/** */
|
|
54741
|
-
|
|
54773
|
+
pending_mutations?: Array<{
|
|
54774
|
+
created_at: string;
|
|
54775
|
+
mutation_code: 'creating';
|
|
54776
|
+
} | {
|
|
54742
54777
|
created_at: string;
|
|
54743
|
-
|
|
54778
|
+
mutation_code: 'deleting';
|
|
54744
54779
|
} | {
|
|
54745
54780
|
created_at: string;
|
|
54746
|
-
|
|
54747
|
-
|
|
54781
|
+
mutation_code: 'updating_user_information';
|
|
54782
|
+
from: {
|
|
54748
54783
|
email_address?: (string | null) | undefined;
|
|
54749
54784
|
full_name?: (string | null) | undefined;
|
|
54750
54785
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
54751
54786
|
};
|
|
54752
|
-
|
|
54787
|
+
to: {
|
|
54753
54788
|
email_address?: (string | null) | undefined;
|
|
54754
54789
|
full_name?: (string | null) | undefined;
|
|
54755
54790
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
54756
54791
|
};
|
|
54757
54792
|
} | {
|
|
54758
54793
|
created_at: string;
|
|
54759
|
-
|
|
54760
|
-
|
|
54794
|
+
mutation_code: 'updating_access_schedule';
|
|
54795
|
+
from: {
|
|
54761
54796
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
54762
54797
|
starts_at: string;
|
|
54763
54798
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
54764
54799
|
ends_at: string | null;
|
|
54765
54800
|
};
|
|
54766
|
-
|
|
54801
|
+
to: {
|
|
54767
54802
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
54768
54803
|
starts_at: string;
|
|
54769
54804
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -54771,20 +54806,20 @@ interface Routes {
|
|
|
54771
54806
|
};
|
|
54772
54807
|
} | {
|
|
54773
54808
|
created_at: string;
|
|
54774
|
-
|
|
54775
|
-
|
|
54809
|
+
mutation_code: 'updating_suspension_state';
|
|
54810
|
+
from: {
|
|
54776
54811
|
is_suspended: boolean;
|
|
54777
54812
|
};
|
|
54778
|
-
|
|
54813
|
+
to: {
|
|
54779
54814
|
is_suspended: boolean;
|
|
54780
54815
|
};
|
|
54781
54816
|
} | {
|
|
54782
54817
|
created_at: string;
|
|
54783
|
-
|
|
54784
|
-
|
|
54818
|
+
mutation_code: 'updating_group_membership';
|
|
54819
|
+
from: {
|
|
54785
54820
|
acs_access_group_id: string | null;
|
|
54786
54821
|
};
|
|
54787
|
-
|
|
54822
|
+
to: {
|
|
54788
54823
|
acs_access_group_id: string | null;
|
|
54789
54824
|
};
|
|
54790
54825
|
}> | undefined;
|
|
@@ -59184,32 +59219,35 @@ interface Routes {
|
|
|
59184
59219
|
error_code: 'failed_to_delete_on_acs_system';
|
|
59185
59220
|
}>;
|
|
59186
59221
|
/** */
|
|
59187
|
-
|
|
59222
|
+
pending_mutations?: Array<{
|
|
59188
59223
|
created_at: string;
|
|
59189
|
-
|
|
59224
|
+
mutation_code: 'creating';
|
|
59190
59225
|
} | {
|
|
59191
59226
|
created_at: string;
|
|
59192
|
-
|
|
59193
|
-
|
|
59227
|
+
mutation_code: 'deleting';
|
|
59228
|
+
} | {
|
|
59229
|
+
created_at: string;
|
|
59230
|
+
mutation_code: 'updating_user_information';
|
|
59231
|
+
from: {
|
|
59194
59232
|
email_address?: (string | null) | undefined;
|
|
59195
59233
|
full_name?: (string | null) | undefined;
|
|
59196
59234
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59197
59235
|
};
|
|
59198
|
-
|
|
59236
|
+
to: {
|
|
59199
59237
|
email_address?: (string | null) | undefined;
|
|
59200
59238
|
full_name?: (string | null) | undefined;
|
|
59201
59239
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59202
59240
|
};
|
|
59203
59241
|
} | {
|
|
59204
59242
|
created_at: string;
|
|
59205
|
-
|
|
59206
|
-
|
|
59243
|
+
mutation_code: 'updating_access_schedule';
|
|
59244
|
+
from: {
|
|
59207
59245
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59208
59246
|
starts_at: string;
|
|
59209
59247
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59210
59248
|
ends_at: string | null;
|
|
59211
59249
|
};
|
|
59212
|
-
|
|
59250
|
+
to: {
|
|
59213
59251
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59214
59252
|
starts_at: string;
|
|
59215
59253
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -59217,20 +59255,20 @@ interface Routes {
|
|
|
59217
59255
|
};
|
|
59218
59256
|
} | {
|
|
59219
59257
|
created_at: string;
|
|
59220
|
-
|
|
59221
|
-
|
|
59258
|
+
mutation_code: 'updating_suspension_state';
|
|
59259
|
+
from: {
|
|
59222
59260
|
is_suspended: boolean;
|
|
59223
59261
|
};
|
|
59224
|
-
|
|
59262
|
+
to: {
|
|
59225
59263
|
is_suspended: boolean;
|
|
59226
59264
|
};
|
|
59227
59265
|
} | {
|
|
59228
59266
|
created_at: string;
|
|
59229
|
-
|
|
59230
|
-
|
|
59267
|
+
mutation_code: 'updating_group_membership';
|
|
59268
|
+
from: {
|
|
59231
59269
|
acs_access_group_id: string | null;
|
|
59232
59270
|
};
|
|
59233
|
-
|
|
59271
|
+
to: {
|
|
59234
59272
|
acs_access_group_id: string | null;
|
|
59235
59273
|
};
|
|
59236
59274
|
}> | undefined;
|
|
@@ -59365,32 +59403,35 @@ interface Routes {
|
|
|
59365
59403
|
error_code: 'failed_to_delete_on_acs_system';
|
|
59366
59404
|
}>;
|
|
59367
59405
|
/** */
|
|
59368
|
-
|
|
59406
|
+
pending_mutations?: Array<{
|
|
59407
|
+
created_at: string;
|
|
59408
|
+
mutation_code: 'creating';
|
|
59409
|
+
} | {
|
|
59369
59410
|
created_at: string;
|
|
59370
|
-
|
|
59411
|
+
mutation_code: 'deleting';
|
|
59371
59412
|
} | {
|
|
59372
59413
|
created_at: string;
|
|
59373
|
-
|
|
59374
|
-
|
|
59414
|
+
mutation_code: 'updating_user_information';
|
|
59415
|
+
from: {
|
|
59375
59416
|
email_address?: (string | null) | undefined;
|
|
59376
59417
|
full_name?: (string | null) | undefined;
|
|
59377
59418
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59378
59419
|
};
|
|
59379
|
-
|
|
59420
|
+
to: {
|
|
59380
59421
|
email_address?: (string | null) | undefined;
|
|
59381
59422
|
full_name?: (string | null) | undefined;
|
|
59382
59423
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59383
59424
|
};
|
|
59384
59425
|
} | {
|
|
59385
59426
|
created_at: string;
|
|
59386
|
-
|
|
59387
|
-
|
|
59427
|
+
mutation_code: 'updating_access_schedule';
|
|
59428
|
+
from: {
|
|
59388
59429
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59389
59430
|
starts_at: string;
|
|
59390
59431
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59391
59432
|
ends_at: string | null;
|
|
59392
59433
|
};
|
|
59393
|
-
|
|
59434
|
+
to: {
|
|
59394
59435
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59395
59436
|
starts_at: string;
|
|
59396
59437
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -59398,20 +59439,20 @@ interface Routes {
|
|
|
59398
59439
|
};
|
|
59399
59440
|
} | {
|
|
59400
59441
|
created_at: string;
|
|
59401
|
-
|
|
59402
|
-
|
|
59442
|
+
mutation_code: 'updating_suspension_state';
|
|
59443
|
+
from: {
|
|
59403
59444
|
is_suspended: boolean;
|
|
59404
59445
|
};
|
|
59405
|
-
|
|
59446
|
+
to: {
|
|
59406
59447
|
is_suspended: boolean;
|
|
59407
59448
|
};
|
|
59408
59449
|
} | {
|
|
59409
59450
|
created_at: string;
|
|
59410
|
-
|
|
59411
|
-
|
|
59451
|
+
mutation_code: 'updating_group_membership';
|
|
59452
|
+
from: {
|
|
59412
59453
|
acs_access_group_id: string | null;
|
|
59413
59454
|
};
|
|
59414
|
-
|
|
59455
|
+
to: {
|
|
59415
59456
|
acs_access_group_id: string | null;
|
|
59416
59457
|
};
|
|
59417
59458
|
}> | undefined;
|
|
@@ -59542,32 +59583,35 @@ interface Routes {
|
|
|
59542
59583
|
error_code: 'failed_to_delete_on_acs_system';
|
|
59543
59584
|
}>;
|
|
59544
59585
|
/** */
|
|
59545
|
-
|
|
59586
|
+
pending_mutations?: Array<{
|
|
59587
|
+
created_at: string;
|
|
59588
|
+
mutation_code: 'creating';
|
|
59589
|
+
} | {
|
|
59546
59590
|
created_at: string;
|
|
59547
|
-
|
|
59591
|
+
mutation_code: 'deleting';
|
|
59548
59592
|
} | {
|
|
59549
59593
|
created_at: string;
|
|
59550
|
-
|
|
59551
|
-
|
|
59594
|
+
mutation_code: 'updating_user_information';
|
|
59595
|
+
from: {
|
|
59552
59596
|
email_address?: (string | null) | undefined;
|
|
59553
59597
|
full_name?: (string | null) | undefined;
|
|
59554
59598
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59555
59599
|
};
|
|
59556
|
-
|
|
59600
|
+
to: {
|
|
59557
59601
|
email_address?: (string | null) | undefined;
|
|
59558
59602
|
full_name?: (string | null) | undefined;
|
|
59559
59603
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59560
59604
|
};
|
|
59561
59605
|
} | {
|
|
59562
59606
|
created_at: string;
|
|
59563
|
-
|
|
59564
|
-
|
|
59607
|
+
mutation_code: 'updating_access_schedule';
|
|
59608
|
+
from: {
|
|
59565
59609
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59566
59610
|
starts_at: string;
|
|
59567
59611
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59568
59612
|
ends_at: string | null;
|
|
59569
59613
|
};
|
|
59570
|
-
|
|
59614
|
+
to: {
|
|
59571
59615
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59572
59616
|
starts_at: string;
|
|
59573
59617
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -59575,20 +59619,20 @@ interface Routes {
|
|
|
59575
59619
|
};
|
|
59576
59620
|
} | {
|
|
59577
59621
|
created_at: string;
|
|
59578
|
-
|
|
59579
|
-
|
|
59622
|
+
mutation_code: 'updating_suspension_state';
|
|
59623
|
+
from: {
|
|
59580
59624
|
is_suspended: boolean;
|
|
59581
59625
|
};
|
|
59582
|
-
|
|
59626
|
+
to: {
|
|
59583
59627
|
is_suspended: boolean;
|
|
59584
59628
|
};
|
|
59585
59629
|
} | {
|
|
59586
59630
|
created_at: string;
|
|
59587
|
-
|
|
59588
|
-
|
|
59631
|
+
mutation_code: 'updating_group_membership';
|
|
59632
|
+
from: {
|
|
59589
59633
|
acs_access_group_id: string | null;
|
|
59590
59634
|
};
|
|
59591
|
-
|
|
59635
|
+
to: {
|
|
59592
59636
|
acs_access_group_id: string | null;
|
|
59593
59637
|
};
|
|
59594
59638
|
}> | undefined;
|
|
@@ -59828,32 +59872,35 @@ interface Routes {
|
|
|
59828
59872
|
error_code: 'failed_to_delete_on_acs_system';
|
|
59829
59873
|
}>;
|
|
59830
59874
|
/** */
|
|
59831
|
-
|
|
59875
|
+
pending_mutations?: Array<{
|
|
59832
59876
|
created_at: string;
|
|
59833
|
-
|
|
59877
|
+
mutation_code: 'creating';
|
|
59834
59878
|
} | {
|
|
59835
59879
|
created_at: string;
|
|
59836
|
-
|
|
59837
|
-
|
|
59880
|
+
mutation_code: 'deleting';
|
|
59881
|
+
} | {
|
|
59882
|
+
created_at: string;
|
|
59883
|
+
mutation_code: 'updating_user_information';
|
|
59884
|
+
from: {
|
|
59838
59885
|
email_address?: (string | null) | undefined;
|
|
59839
59886
|
full_name?: (string | null) | undefined;
|
|
59840
59887
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59841
59888
|
};
|
|
59842
|
-
|
|
59889
|
+
to: {
|
|
59843
59890
|
email_address?: (string | null) | undefined;
|
|
59844
59891
|
full_name?: (string | null) | undefined;
|
|
59845
59892
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
59846
59893
|
};
|
|
59847
59894
|
} | {
|
|
59848
59895
|
created_at: string;
|
|
59849
|
-
|
|
59850
|
-
|
|
59896
|
+
mutation_code: 'updating_access_schedule';
|
|
59897
|
+
from: {
|
|
59851
59898
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59852
59899
|
starts_at: string;
|
|
59853
59900
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59854
59901
|
ends_at: string | null;
|
|
59855
59902
|
};
|
|
59856
|
-
|
|
59903
|
+
to: {
|
|
59857
59904
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
59858
59905
|
starts_at: string;
|
|
59859
59906
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -59861,20 +59908,20 @@ interface Routes {
|
|
|
59861
59908
|
};
|
|
59862
59909
|
} | {
|
|
59863
59910
|
created_at: string;
|
|
59864
|
-
|
|
59865
|
-
|
|
59911
|
+
mutation_code: 'updating_suspension_state';
|
|
59912
|
+
from: {
|
|
59866
59913
|
is_suspended: boolean;
|
|
59867
59914
|
};
|
|
59868
|
-
|
|
59915
|
+
to: {
|
|
59869
59916
|
is_suspended: boolean;
|
|
59870
59917
|
};
|
|
59871
59918
|
} | {
|
|
59872
59919
|
created_at: string;
|
|
59873
|
-
|
|
59874
|
-
|
|
59920
|
+
mutation_code: 'updating_group_membership';
|
|
59921
|
+
from: {
|
|
59875
59922
|
acs_access_group_id: string | null;
|
|
59876
59923
|
};
|
|
59877
|
-
|
|
59924
|
+
to: {
|
|
59878
59925
|
acs_access_group_id: string | null;
|
|
59879
59926
|
};
|
|
59880
59927
|
}> | undefined;
|
|
@@ -59995,32 +60042,35 @@ interface Routes {
|
|
|
59995
60042
|
error_code: 'failed_to_delete_on_acs_system';
|
|
59996
60043
|
}>;
|
|
59997
60044
|
/** */
|
|
59998
|
-
|
|
60045
|
+
pending_mutations?: Array<{
|
|
60046
|
+
created_at: string;
|
|
60047
|
+
mutation_code: 'creating';
|
|
60048
|
+
} | {
|
|
59999
60049
|
created_at: string;
|
|
60000
|
-
|
|
60050
|
+
mutation_code: 'deleting';
|
|
60001
60051
|
} | {
|
|
60002
60052
|
created_at: string;
|
|
60003
|
-
|
|
60004
|
-
|
|
60053
|
+
mutation_code: 'updating_user_information';
|
|
60054
|
+
from: {
|
|
60005
60055
|
email_address?: (string | null) | undefined;
|
|
60006
60056
|
full_name?: (string | null) | undefined;
|
|
60007
60057
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
60008
60058
|
};
|
|
60009
|
-
|
|
60059
|
+
to: {
|
|
60010
60060
|
email_address?: (string | null) | undefined;
|
|
60011
60061
|
full_name?: (string | null) | undefined;
|
|
60012
60062
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
60013
60063
|
};
|
|
60014
60064
|
} | {
|
|
60015
60065
|
created_at: string;
|
|
60016
|
-
|
|
60017
|
-
|
|
60066
|
+
mutation_code: 'updating_access_schedule';
|
|
60067
|
+
from: {
|
|
60018
60068
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
60019
60069
|
starts_at: string;
|
|
60020
60070
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
60021
60071
|
ends_at: string | null;
|
|
60022
60072
|
};
|
|
60023
|
-
|
|
60073
|
+
to: {
|
|
60024
60074
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
60025
60075
|
starts_at: string;
|
|
60026
60076
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -60028,20 +60078,20 @@ interface Routes {
|
|
|
60028
60078
|
};
|
|
60029
60079
|
} | {
|
|
60030
60080
|
created_at: string;
|
|
60031
|
-
|
|
60032
|
-
|
|
60081
|
+
mutation_code: 'updating_suspension_state';
|
|
60082
|
+
from: {
|
|
60033
60083
|
is_suspended: boolean;
|
|
60034
60084
|
};
|
|
60035
|
-
|
|
60085
|
+
to: {
|
|
60036
60086
|
is_suspended: boolean;
|
|
60037
60087
|
};
|
|
60038
60088
|
} | {
|
|
60039
60089
|
created_at: string;
|
|
60040
|
-
|
|
60041
|
-
|
|
60090
|
+
mutation_code: 'updating_group_membership';
|
|
60091
|
+
from: {
|
|
60042
60092
|
acs_access_group_id: string | null;
|
|
60043
60093
|
};
|
|
60044
|
-
|
|
60094
|
+
to: {
|
|
60045
60095
|
acs_access_group_id: string | null;
|
|
60046
60096
|
};
|
|
60047
60097
|
}> | undefined;
|
|
@@ -88417,32 +88467,35 @@ interface Routes {
|
|
|
88417
88467
|
error_code: 'failed_to_delete_on_acs_system';
|
|
88418
88468
|
}>;
|
|
88419
88469
|
/** */
|
|
88420
|
-
|
|
88470
|
+
pending_mutations?: Array<{
|
|
88471
|
+
created_at: string;
|
|
88472
|
+
mutation_code: 'creating';
|
|
88473
|
+
} | {
|
|
88421
88474
|
created_at: string;
|
|
88422
|
-
|
|
88475
|
+
mutation_code: 'deleting';
|
|
88423
88476
|
} | {
|
|
88424
88477
|
created_at: string;
|
|
88425
|
-
|
|
88426
|
-
|
|
88478
|
+
mutation_code: 'updating_user_information';
|
|
88479
|
+
from: {
|
|
88427
88480
|
email_address?: (string | null) | undefined;
|
|
88428
88481
|
full_name?: (string | null) | undefined;
|
|
88429
88482
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
88430
88483
|
};
|
|
88431
|
-
|
|
88484
|
+
to: {
|
|
88432
88485
|
email_address?: (string | null) | undefined;
|
|
88433
88486
|
full_name?: (string | null) | undefined;
|
|
88434
88487
|
phone_number?: ((string | undefined) | null) | undefined;
|
|
88435
88488
|
};
|
|
88436
88489
|
} | {
|
|
88437
88490
|
created_at: string;
|
|
88438
|
-
|
|
88439
|
-
|
|
88491
|
+
mutation_code: 'updating_access_schedule';
|
|
88492
|
+
from: {
|
|
88440
88493
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
88441
88494
|
starts_at: string;
|
|
88442
88495
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
88443
88496
|
ends_at: string | null;
|
|
88444
88497
|
};
|
|
88445
|
-
|
|
88498
|
+
to: {
|
|
88446
88499
|
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
88447
88500
|
starts_at: string;
|
|
88448
88501
|
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
@@ -88450,20 +88503,20 @@ interface Routes {
|
|
|
88450
88503
|
};
|
|
88451
88504
|
} | {
|
|
88452
88505
|
created_at: string;
|
|
88453
|
-
|
|
88454
|
-
|
|
88506
|
+
mutation_code: 'updating_suspension_state';
|
|
88507
|
+
from: {
|
|
88455
88508
|
is_suspended: boolean;
|
|
88456
88509
|
};
|
|
88457
|
-
|
|
88510
|
+
to: {
|
|
88458
88511
|
is_suspended: boolean;
|
|
88459
88512
|
};
|
|
88460
88513
|
} | {
|
|
88461
88514
|
created_at: string;
|
|
88462
|
-
|
|
88463
|
-
|
|
88515
|
+
mutation_code: 'updating_group_membership';
|
|
88516
|
+
from: {
|
|
88464
88517
|
acs_access_group_id: string | null;
|
|
88465
88518
|
};
|
|
88466
|
-
|
|
88519
|
+
to: {
|
|
88467
88520
|
acs_access_group_id: string | null;
|
|
88468
88521
|
};
|
|
88469
88522
|
}> | undefined;
|