@seamapi/types 1.522.0 → 1.524.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.
@@ -25113,6 +25113,8 @@ declare const batch: z.ZodObject<{
25113
25113
  occurred_at: z.ZodString;
25114
25114
  } & {
25115
25115
  access_method_id: z.ZodString;
25116
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
25117
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25116
25118
  } & {
25117
25119
  event_type: z.ZodLiteral<"access_method.issued">;
25118
25120
  }, "strip", z.ZodTypeAny, {
@@ -25122,6 +25124,8 @@ declare const batch: z.ZodObject<{
25122
25124
  event_id: string;
25123
25125
  occurred_at: string;
25124
25126
  event_type: "access_method.issued";
25127
+ access_grant_ids: string[];
25128
+ access_grant_keys?: string[] | undefined;
25125
25129
  }, {
25126
25130
  workspace_id: string;
25127
25131
  created_at: string;
@@ -25129,6 +25133,8 @@ declare const batch: z.ZodObject<{
25129
25133
  event_id: string;
25130
25134
  occurred_at: string;
25131
25135
  event_type: "access_method.issued";
25136
+ access_grant_ids: string[];
25137
+ access_grant_keys?: string[] | undefined;
25132
25138
  }>, z.ZodObject<{
25133
25139
  event_id: z.ZodString;
25134
25140
  workspace_id: z.ZodString;
@@ -25136,6 +25142,8 @@ declare const batch: z.ZodObject<{
25136
25142
  occurred_at: z.ZodString;
25137
25143
  } & {
25138
25144
  access_method_id: z.ZodString;
25145
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
25146
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25139
25147
  } & {
25140
25148
  event_type: z.ZodLiteral<"access_method.revoked">;
25141
25149
  }, "strip", z.ZodTypeAny, {
@@ -25145,6 +25153,8 @@ declare const batch: z.ZodObject<{
25145
25153
  event_id: string;
25146
25154
  occurred_at: string;
25147
25155
  event_type: "access_method.revoked";
25156
+ access_grant_ids: string[];
25157
+ access_grant_keys?: string[] | undefined;
25148
25158
  }, {
25149
25159
  workspace_id: string;
25150
25160
  created_at: string;
@@ -25152,6 +25162,8 @@ declare const batch: z.ZodObject<{
25152
25162
  event_id: string;
25153
25163
  occurred_at: string;
25154
25164
  event_type: "access_method.revoked";
25165
+ access_grant_ids: string[];
25166
+ access_grant_keys?: string[] | undefined;
25155
25167
  }>, z.ZodObject<{
25156
25168
  event_id: z.ZodString;
25157
25169
  workspace_id: z.ZodString;
@@ -25159,6 +25171,8 @@ declare const batch: z.ZodObject<{
25159
25171
  occurred_at: z.ZodString;
25160
25172
  } & {
25161
25173
  access_method_id: z.ZodString;
25174
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
25175
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25162
25176
  } & {
25163
25177
  event_type: z.ZodLiteral<"access_method.card_encoding_required">;
25164
25178
  }, "strip", z.ZodTypeAny, {
@@ -25168,6 +25182,8 @@ declare const batch: z.ZodObject<{
25168
25182
  event_id: string;
25169
25183
  occurred_at: string;
25170
25184
  event_type: "access_method.card_encoding_required";
25185
+ access_grant_ids: string[];
25186
+ access_grant_keys?: string[] | undefined;
25171
25187
  }, {
25172
25188
  workspace_id: string;
25173
25189
  created_at: string;
@@ -25175,6 +25191,8 @@ declare const batch: z.ZodObject<{
25175
25191
  event_id: string;
25176
25192
  occurred_at: string;
25177
25193
  event_type: "access_method.card_encoding_required";
25194
+ access_grant_ids: string[];
25195
+ access_grant_keys?: string[] | undefined;
25178
25196
  }>, z.ZodObject<{
25179
25197
  event_id: z.ZodString;
25180
25198
  workspace_id: z.ZodString;
@@ -25182,6 +25200,8 @@ declare const batch: z.ZodObject<{
25182
25200
  occurred_at: z.ZodString;
25183
25201
  } & {
25184
25202
  access_method_id: z.ZodString;
25203
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
25204
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25185
25205
  } & {
25186
25206
  event_type: z.ZodLiteral<"access_method.deleted">;
25187
25207
  }, "strip", z.ZodTypeAny, {
@@ -25191,6 +25211,8 @@ declare const batch: z.ZodObject<{
25191
25211
  event_id: string;
25192
25212
  occurred_at: string;
25193
25213
  event_type: "access_method.deleted";
25214
+ access_grant_ids: string[];
25215
+ access_grant_keys?: string[] | undefined;
25194
25216
  }, {
25195
25217
  workspace_id: string;
25196
25218
  created_at: string;
@@ -25198,6 +25220,8 @@ declare const batch: z.ZodObject<{
25198
25220
  event_id: string;
25199
25221
  occurred_at: string;
25200
25222
  event_type: "access_method.deleted";
25223
+ access_grant_ids: string[];
25224
+ access_grant_keys?: string[] | undefined;
25201
25225
  }>, z.ZodObject<{
25202
25226
  event_id: z.ZodString;
25203
25227
  workspace_id: z.ZodString;
@@ -25205,6 +25229,8 @@ declare const batch: z.ZodObject<{
25205
25229
  occurred_at: z.ZodString;
25206
25230
  } & {
25207
25231
  access_method_id: z.ZodString;
25232
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
25233
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
25208
25234
  } & {
25209
25235
  event_type: z.ZodLiteral<"access_method.reissued">;
25210
25236
  }, "strip", z.ZodTypeAny, {
@@ -25214,6 +25240,8 @@ declare const batch: z.ZodObject<{
25214
25240
  event_id: string;
25215
25241
  occurred_at: string;
25216
25242
  event_type: "access_method.reissued";
25243
+ access_grant_ids: string[];
25244
+ access_grant_keys?: string[] | undefined;
25217
25245
  }, {
25218
25246
  workspace_id: string;
25219
25247
  created_at: string;
@@ -25221,6 +25249,8 @@ declare const batch: z.ZodObject<{
25221
25249
  event_id: string;
25222
25250
  occurred_at: string;
25223
25251
  event_type: "access_method.reissued";
25252
+ access_grant_ids: string[];
25253
+ access_grant_keys?: string[] | undefined;
25224
25254
  }>, z.ZodObject<{
25225
25255
  event_id: z.ZodString;
25226
25256
  workspace_id: z.ZodString;
@@ -33046,6 +33076,8 @@ declare const batch: z.ZodObject<{
33046
33076
  event_id: string;
33047
33077
  occurred_at: string;
33048
33078
  event_type: "access_method.issued";
33079
+ access_grant_ids: string[];
33080
+ access_grant_keys?: string[] | undefined;
33049
33081
  } | {
33050
33082
  workspace_id: string;
33051
33083
  created_at: string;
@@ -33053,6 +33085,8 @@ declare const batch: z.ZodObject<{
33053
33085
  event_id: string;
33054
33086
  occurred_at: string;
33055
33087
  event_type: "access_method.card_encoding_required";
33088
+ access_grant_ids: string[];
33089
+ access_grant_keys?: string[] | undefined;
33056
33090
  } | {
33057
33091
  workspace_id: string;
33058
33092
  created_at: string;
@@ -33060,6 +33094,8 @@ declare const batch: z.ZodObject<{
33060
33094
  event_id: string;
33061
33095
  occurred_at: string;
33062
33096
  event_type: "access_method.revoked";
33097
+ access_grant_ids: string[];
33098
+ access_grant_keys?: string[] | undefined;
33063
33099
  } | {
33064
33100
  workspace_id: string;
33065
33101
  created_at: string;
@@ -33067,6 +33103,8 @@ declare const batch: z.ZodObject<{
33067
33103
  event_id: string;
33068
33104
  occurred_at: string;
33069
33105
  event_type: "access_method.deleted";
33106
+ access_grant_ids: string[];
33107
+ access_grant_keys?: string[] | undefined;
33070
33108
  } | {
33071
33109
  workspace_id: string;
33072
33110
  created_at: string;
@@ -33074,6 +33112,8 @@ declare const batch: z.ZodObject<{
33074
33112
  event_id: string;
33075
33113
  occurred_at: string;
33076
33114
  event_type: "access_method.reissued";
33115
+ access_grant_ids: string[];
33116
+ access_grant_keys?: string[] | undefined;
33077
33117
  } | {
33078
33118
  workspace_id: string;
33079
33119
  created_at: string;
@@ -36884,6 +36924,8 @@ declare const batch: z.ZodObject<{
36884
36924
  event_id: string;
36885
36925
  occurred_at: string;
36886
36926
  event_type: "access_method.issued";
36927
+ access_grant_ids: string[];
36928
+ access_grant_keys?: string[] | undefined;
36887
36929
  } | {
36888
36930
  workspace_id: string;
36889
36931
  created_at: string;
@@ -36891,6 +36933,8 @@ declare const batch: z.ZodObject<{
36891
36933
  event_id: string;
36892
36934
  occurred_at: string;
36893
36935
  event_type: "access_method.card_encoding_required";
36936
+ access_grant_ids: string[];
36937
+ access_grant_keys?: string[] | undefined;
36894
36938
  } | {
36895
36939
  workspace_id: string;
36896
36940
  created_at: string;
@@ -36898,6 +36942,8 @@ declare const batch: z.ZodObject<{
36898
36942
  event_id: string;
36899
36943
  occurred_at: string;
36900
36944
  event_type: "access_method.revoked";
36945
+ access_grant_ids: string[];
36946
+ access_grant_keys?: string[] | undefined;
36901
36947
  } | {
36902
36948
  workspace_id: string;
36903
36949
  created_at: string;
@@ -36905,6 +36951,8 @@ declare const batch: z.ZodObject<{
36905
36951
  event_id: string;
36906
36952
  occurred_at: string;
36907
36953
  event_type: "access_method.deleted";
36954
+ access_grant_ids: string[];
36955
+ access_grant_keys?: string[] | undefined;
36908
36956
  } | {
36909
36957
  workspace_id: string;
36910
36958
  created_at: string;
@@ -36912,6 +36960,8 @@ declare const batch: z.ZodObject<{
36912
36960
  event_id: string;
36913
36961
  occurred_at: string;
36914
36962
  event_type: "access_method.reissued";
36963
+ access_grant_ids: string[];
36964
+ access_grant_keys?: string[] | undefined;
36915
36965
  } | {
36916
36966
  workspace_id: string;
36917
36967
  created_at: string;
@@ -47757,6 +47807,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47757
47807
  occurred_at: z.ZodString;
47758
47808
  } & {
47759
47809
  access_method_id: z.ZodString;
47810
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
47811
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47760
47812
  } & {
47761
47813
  event_type: z.ZodLiteral<"access_method.issued">;
47762
47814
  }, "strip", z.ZodTypeAny, {
@@ -47766,6 +47818,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47766
47818
  event_id: string;
47767
47819
  occurred_at: string;
47768
47820
  event_type: "access_method.issued";
47821
+ access_grant_ids: string[];
47822
+ access_grant_keys?: string[] | undefined;
47769
47823
  }, {
47770
47824
  workspace_id: string;
47771
47825
  created_at: string;
@@ -47773,6 +47827,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47773
47827
  event_id: string;
47774
47828
  occurred_at: string;
47775
47829
  event_type: "access_method.issued";
47830
+ access_grant_ids: string[];
47831
+ access_grant_keys?: string[] | undefined;
47776
47832
  }>, z.ZodObject<{
47777
47833
  event_id: z.ZodString;
47778
47834
  workspace_id: z.ZodString;
@@ -47780,6 +47836,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47780
47836
  occurred_at: z.ZodString;
47781
47837
  } & {
47782
47838
  access_method_id: z.ZodString;
47839
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
47840
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47783
47841
  } & {
47784
47842
  event_type: z.ZodLiteral<"access_method.revoked">;
47785
47843
  }, "strip", z.ZodTypeAny, {
@@ -47789,6 +47847,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47789
47847
  event_id: string;
47790
47848
  occurred_at: string;
47791
47849
  event_type: "access_method.revoked";
47850
+ access_grant_ids: string[];
47851
+ access_grant_keys?: string[] | undefined;
47792
47852
  }, {
47793
47853
  workspace_id: string;
47794
47854
  created_at: string;
@@ -47796,6 +47856,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47796
47856
  event_id: string;
47797
47857
  occurred_at: string;
47798
47858
  event_type: "access_method.revoked";
47859
+ access_grant_ids: string[];
47860
+ access_grant_keys?: string[] | undefined;
47799
47861
  }>, z.ZodObject<{
47800
47862
  event_id: z.ZodString;
47801
47863
  workspace_id: z.ZodString;
@@ -47803,6 +47865,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47803
47865
  occurred_at: z.ZodString;
47804
47866
  } & {
47805
47867
  access_method_id: z.ZodString;
47868
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
47869
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47806
47870
  } & {
47807
47871
  event_type: z.ZodLiteral<"access_method.card_encoding_required">;
47808
47872
  }, "strip", z.ZodTypeAny, {
@@ -47812,6 +47876,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47812
47876
  event_id: string;
47813
47877
  occurred_at: string;
47814
47878
  event_type: "access_method.card_encoding_required";
47879
+ access_grant_ids: string[];
47880
+ access_grant_keys?: string[] | undefined;
47815
47881
  }, {
47816
47882
  workspace_id: string;
47817
47883
  created_at: string;
@@ -47819,6 +47885,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47819
47885
  event_id: string;
47820
47886
  occurred_at: string;
47821
47887
  event_type: "access_method.card_encoding_required";
47888
+ access_grant_ids: string[];
47889
+ access_grant_keys?: string[] | undefined;
47822
47890
  }>, z.ZodObject<{
47823
47891
  event_id: z.ZodString;
47824
47892
  workspace_id: z.ZodString;
@@ -47826,6 +47894,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47826
47894
  occurred_at: z.ZodString;
47827
47895
  } & {
47828
47896
  access_method_id: z.ZodString;
47897
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
47898
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47829
47899
  } & {
47830
47900
  event_type: z.ZodLiteral<"access_method.deleted">;
47831
47901
  }, "strip", z.ZodTypeAny, {
@@ -47835,6 +47905,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47835
47905
  event_id: string;
47836
47906
  occurred_at: string;
47837
47907
  event_type: "access_method.deleted";
47908
+ access_grant_ids: string[];
47909
+ access_grant_keys?: string[] | undefined;
47838
47910
  }, {
47839
47911
  workspace_id: string;
47840
47912
  created_at: string;
@@ -47842,6 +47914,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47842
47914
  event_id: string;
47843
47915
  occurred_at: string;
47844
47916
  event_type: "access_method.deleted";
47917
+ access_grant_ids: string[];
47918
+ access_grant_keys?: string[] | undefined;
47845
47919
  }>, z.ZodObject<{
47846
47920
  event_id: z.ZodString;
47847
47921
  workspace_id: z.ZodString;
@@ -47849,6 +47923,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47849
47923
  occurred_at: z.ZodString;
47850
47924
  } & {
47851
47925
  access_method_id: z.ZodString;
47926
+ access_grant_ids: z.ZodArray<z.ZodString, "many">;
47927
+ access_grant_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
47852
47928
  } & {
47853
47929
  event_type: z.ZodLiteral<"access_method.reissued">;
47854
47930
  }, "strip", z.ZodTypeAny, {
@@ -47858,6 +47934,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47858
47934
  event_id: string;
47859
47935
  occurred_at: string;
47860
47936
  event_type: "access_method.reissued";
47937
+ access_grant_ids: string[];
47938
+ access_grant_keys?: string[] | undefined;
47861
47939
  }, {
47862
47940
  workspace_id: string;
47863
47941
  created_at: string;
@@ -47865,6 +47943,8 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
47865
47943
  event_id: string;
47866
47944
  occurred_at: string;
47867
47945
  event_type: "access_method.reissued";
47946
+ access_grant_ids: string[];
47947
+ access_grant_keys?: string[] | undefined;
47868
47948
  }>, z.ZodObject<{
47869
47949
  event_id: z.ZodString;
47870
47950
  workspace_id: z.ZodString;
@@ -57459,6 +57539,8 @@ declare const _default: {
57459
57539
  backup_access_code_id?: never;
57460
57540
  access_grant_id?: never;
57461
57541
  acs_entrance_id?: never;
57542
+ access_grant_ids?: never;
57543
+ access_grant_keys?: never;
57462
57544
  access_method_id?: never;
57463
57545
  acs_system_id?: never;
57464
57546
  acs_credential_id?: never;
@@ -57573,6 +57655,8 @@ declare const _default: {
57573
57655
  backup_access_code_id?: never;
57574
57656
  access_grant_id?: never;
57575
57657
  acs_entrance_id?: never;
57658
+ access_grant_ids?: never;
57659
+ access_grant_keys?: never;
57576
57660
  access_method_id?: never;
57577
57661
  acs_system_id?: never;
57578
57662
  acs_credential_id?: never;
@@ -57687,6 +57771,8 @@ declare const _default: {
57687
57771
  backup_access_code_id?: never;
57688
57772
  access_grant_id?: never;
57689
57773
  acs_entrance_id?: never;
57774
+ access_grant_ids?: never;
57775
+ access_grant_keys?: never;
57690
57776
  access_method_id?: never;
57691
57777
  acs_system_id?: never;
57692
57778
  acs_credential_id?: never;
@@ -57799,6 +57885,8 @@ declare const _default: {
57799
57885
  code?: never;
57800
57886
  access_grant_id?: never;
57801
57887
  acs_entrance_id?: never;
57888
+ access_grant_ids?: never;
57889
+ access_grant_keys?: never;
57802
57890
  access_method_id?: never;
57803
57891
  acs_system_id?: never;
57804
57892
  acs_credential_id?: never;
@@ -57885,6 +57973,8 @@ declare const _default: {
57885
57973
  code?: never;
57886
57974
  backup_access_code_id?: never;
57887
57975
  acs_entrance_id?: never;
57976
+ access_grant_ids?: never;
57977
+ access_grant_keys?: never;
57888
57978
  access_method_id?: never;
57889
57979
  acs_system_id?: never;
57890
57980
  acs_credential_id?: never;
@@ -57975,6 +58065,8 @@ declare const _default: {
57975
58065
  device_id?: never;
57976
58066
  code?: never;
57977
58067
  backup_access_code_id?: never;
58068
+ access_grant_ids?: never;
58069
+ access_grant_keys?: never;
57978
58070
  access_method_id?: never;
57979
58071
  acs_system_id?: never;
57980
58072
  acs_credential_id?: never;
@@ -58024,6 +58116,21 @@ declare const _default: {
58024
58116
  } | {
58025
58117
  description: string;
58026
58118
  properties: {
58119
+ access_grant_ids: {
58120
+ description: string;
58121
+ items: {
58122
+ format: string;
58123
+ type: string;
58124
+ };
58125
+ type: string;
58126
+ };
58127
+ access_grant_keys: {
58128
+ description: string;
58129
+ items: {
58130
+ type: string;
58131
+ };
58132
+ type: string;
58133
+ };
58027
58134
  access_method_id: {
58028
58135
  description: string;
58029
58136
  format: string;
@@ -58152,6 +58259,8 @@ declare const _default: {
58152
58259
  backup_access_code_id?: never;
58153
58260
  access_grant_id?: never;
58154
58261
  acs_entrance_id?: never;
58262
+ access_grant_ids?: never;
58263
+ access_grant_keys?: never;
58155
58264
  access_method_id?: never;
58156
58265
  acs_credential_id?: never;
58157
58266
  acs_user_id?: never;
@@ -58247,6 +58356,8 @@ declare const _default: {
58247
58356
  backup_access_code_id?: never;
58248
58357
  access_grant_id?: never;
58249
58358
  acs_entrance_id?: never;
58359
+ access_grant_ids?: never;
58360
+ access_grant_keys?: never;
58250
58361
  access_method_id?: never;
58251
58362
  acs_user_id?: never;
58252
58363
  acs_encoder_id?: never;
@@ -58340,6 +58451,8 @@ declare const _default: {
58340
58451
  backup_access_code_id?: never;
58341
58452
  access_grant_id?: never;
58342
58453
  acs_entrance_id?: never;
58454
+ access_grant_ids?: never;
58455
+ access_grant_keys?: never;
58343
58456
  access_method_id?: never;
58344
58457
  acs_credential_id?: never;
58345
58458
  acs_encoder_id?: never;
@@ -58434,6 +58547,8 @@ declare const _default: {
58434
58547
  backup_access_code_id?: never;
58435
58548
  access_grant_id?: never;
58436
58549
  acs_entrance_id?: never;
58550
+ access_grant_ids?: never;
58551
+ access_grant_keys?: never;
58437
58552
  access_method_id?: never;
58438
58553
  acs_credential_id?: never;
58439
58554
  acs_user_id?: never;
@@ -58528,6 +58643,8 @@ declare const _default: {
58528
58643
  backup_access_code_id?: never;
58529
58644
  access_grant_id?: never;
58530
58645
  acs_entrance_id?: never;
58646
+ access_grant_ids?: never;
58647
+ access_grant_keys?: never;
58531
58648
  access_method_id?: never;
58532
58649
  acs_credential_id?: never;
58533
58650
  acs_user_id?: never;
@@ -58621,6 +58738,8 @@ declare const _default: {
58621
58738
  code?: never;
58622
58739
  backup_access_code_id?: never;
58623
58740
  access_grant_id?: never;
58741
+ access_grant_ids?: never;
58742
+ access_grant_keys?: never;
58624
58743
  access_method_id?: never;
58625
58744
  acs_credential_id?: never;
58626
58745
  acs_user_id?: never;
@@ -58707,6 +58826,8 @@ declare const _default: {
58707
58826
  backup_access_code_id?: never;
58708
58827
  access_grant_id?: never;
58709
58828
  acs_entrance_id?: never;
58829
+ access_grant_ids?: never;
58830
+ access_grant_keys?: never;
58710
58831
  access_method_id?: never;
58711
58832
  acs_system_id?: never;
58712
58833
  acs_credential_id?: never;
@@ -58805,6 +58926,8 @@ declare const _default: {
58805
58926
  backup_access_code_id?: never;
58806
58927
  access_grant_id?: never;
58807
58928
  acs_entrance_id?: never;
58929
+ access_grant_ids?: never;
58930
+ access_grant_keys?: never;
58808
58931
  access_method_id?: never;
58809
58932
  acs_system_id?: never;
58810
58933
  acs_credential_id?: never;
@@ -58904,6 +59027,8 @@ declare const _default: {
58904
59027
  backup_access_code_id?: never;
58905
59028
  access_grant_id?: never;
58906
59029
  acs_entrance_id?: never;
59030
+ access_grant_ids?: never;
59031
+ access_grant_keys?: never;
58907
59032
  access_method_id?: never;
58908
59033
  acs_system_id?: never;
58909
59034
  acs_credential_id?: never;
@@ -58996,6 +59121,8 @@ declare const _default: {
58996
59121
  backup_access_code_id?: never;
58997
59122
  access_grant_id?: never;
58998
59123
  acs_entrance_id?: never;
59124
+ access_grant_ids?: never;
59125
+ access_grant_keys?: never;
58999
59126
  access_method_id?: never;
59000
59127
  acs_system_id?: never;
59001
59128
  acs_credential_id?: never;
@@ -59091,6 +59218,8 @@ declare const _default: {
59091
59218
  backup_access_code_id?: never;
59092
59219
  access_grant_id?: never;
59093
59220
  acs_entrance_id?: never;
59221
+ access_grant_ids?: never;
59222
+ access_grant_keys?: never;
59094
59223
  access_method_id?: never;
59095
59224
  acs_system_id?: never;
59096
59225
  acs_credential_id?: never;
@@ -59175,6 +59304,8 @@ declare const _default: {
59175
59304
  backup_access_code_id?: never;
59176
59305
  access_grant_id?: never;
59177
59306
  acs_entrance_id?: never;
59307
+ access_grant_ids?: never;
59308
+ access_grant_keys?: never;
59178
59309
  access_method_id?: never;
59179
59310
  acs_system_id?: never;
59180
59311
  acs_credential_id?: never;
@@ -59280,6 +59411,8 @@ declare const _default: {
59280
59411
  backup_access_code_id?: never;
59281
59412
  access_grant_id?: never;
59282
59413
  acs_entrance_id?: never;
59414
+ access_grant_ids?: never;
59415
+ access_grant_keys?: never;
59283
59416
  access_method_id?: never;
59284
59417
  acs_system_id?: never;
59285
59418
  acs_credential_id?: never;
@@ -59391,6 +59524,8 @@ declare const _default: {
59391
59524
  backup_access_code_id?: never;
59392
59525
  access_grant_id?: never;
59393
59526
  acs_entrance_id?: never;
59527
+ access_grant_ids?: never;
59528
+ access_grant_keys?: never;
59394
59529
  access_method_id?: never;
59395
59530
  acs_system_id?: never;
59396
59531
  acs_credential_id?: never;
@@ -59503,6 +59638,8 @@ declare const _default: {
59503
59638
  backup_access_code_id?: never;
59504
59639
  access_grant_id?: never;
59505
59640
  acs_entrance_id?: never;
59641
+ access_grant_ids?: never;
59642
+ access_grant_keys?: never;
59506
59643
  access_method_id?: never;
59507
59644
  acs_system_id?: never;
59508
59645
  acs_credential_id?: never;
@@ -59620,6 +59757,8 @@ declare const _default: {
59620
59757
  backup_access_code_id?: never;
59621
59758
  access_grant_id?: never;
59622
59759
  acs_entrance_id?: never;
59760
+ access_grant_ids?: never;
59761
+ access_grant_keys?: never;
59623
59762
  access_method_id?: never;
59624
59763
  acs_system_id?: never;
59625
59764
  acs_credential_id?: never;
@@ -59753,6 +59892,8 @@ declare const _default: {
59753
59892
  backup_access_code_id?: never;
59754
59893
  access_grant_id?: never;
59755
59894
  acs_entrance_id?: never;
59895
+ access_grant_ids?: never;
59896
+ access_grant_keys?: never;
59756
59897
  access_method_id?: never;
59757
59898
  acs_system_id?: never;
59758
59899
  acs_credential_id?: never;
@@ -59867,6 +60008,8 @@ declare const _default: {
59867
60008
  backup_access_code_id?: never;
59868
60009
  access_grant_id?: never;
59869
60010
  acs_entrance_id?: never;
60011
+ access_grant_ids?: never;
60012
+ access_grant_keys?: never;
59870
60013
  access_method_id?: never;
59871
60014
  acs_system_id?: never;
59872
60015
  acs_credential_id?: never;
@@ -59985,6 +60128,8 @@ declare const _default: {
59985
60128
  backup_access_code_id?: never;
59986
60129
  access_grant_id?: never;
59987
60130
  acs_entrance_id?: never;
60131
+ access_grant_ids?: never;
60132
+ access_grant_keys?: never;
59988
60133
  access_method_id?: never;
59989
60134
  acs_system_id?: never;
59990
60135
  acs_credential_id?: never;
@@ -60123,6 +60268,8 @@ declare const _default: {
60123
60268
  backup_access_code_id?: never;
60124
60269
  access_grant_id?: never;
60125
60270
  acs_entrance_id?: never;
60271
+ access_grant_ids?: never;
60272
+ access_grant_keys?: never;
60126
60273
  access_method_id?: never;
60127
60274
  acs_system_id?: never;
60128
60275
  acs_credential_id?: never;
@@ -60256,6 +60403,8 @@ declare const _default: {
60256
60403
  backup_access_code_id?: never;
60257
60404
  access_grant_id?: never;
60258
60405
  acs_entrance_id?: never;
60406
+ access_grant_ids?: never;
60407
+ access_grant_keys?: never;
60259
60408
  access_method_id?: never;
60260
60409
  acs_system_id?: never;
60261
60410
  acs_credential_id?: never;
@@ -60376,6 +60525,8 @@ declare const _default: {
60376
60525
  backup_access_code_id?: never;
60377
60526
  access_grant_id?: never;
60378
60527
  acs_entrance_id?: never;
60528
+ access_grant_ids?: never;
60529
+ access_grant_keys?: never;
60379
60530
  access_method_id?: never;
60380
60531
  acs_system_id?: never;
60381
60532
  acs_credential_id?: never;
@@ -60488,6 +60639,8 @@ declare const _default: {
60488
60639
  backup_access_code_id?: never;
60489
60640
  access_grant_id?: never;
60490
60641
  acs_entrance_id?: never;
60642
+ access_grant_ids?: never;
60643
+ access_grant_keys?: never;
60491
60644
  access_method_id?: never;
60492
60645
  acs_system_id?: never;
60493
60646
  acs_credential_id?: never;
@@ -60596,6 +60749,8 @@ declare const _default: {
60596
60749
  backup_access_code_id?: never;
60597
60750
  access_grant_id?: never;
60598
60751
  acs_entrance_id?: never;
60752
+ access_grant_ids?: never;
60753
+ access_grant_keys?: never;
60599
60754
  access_method_id?: never;
60600
60755
  acs_system_id?: never;
60601
60756
  acs_credential_id?: never;
@@ -60682,6 +60837,8 @@ declare const _default: {
60682
60837
  backup_access_code_id?: never;
60683
60838
  access_grant_id?: never;
60684
60839
  acs_entrance_id?: never;
60840
+ access_grant_ids?: never;
60841
+ access_grant_keys?: never;
60685
60842
  access_method_id?: never;
60686
60843
  acs_system_id?: never;
60687
60844
  acs_credential_id?: never;
@@ -60775,6 +60932,8 @@ declare const _default: {
60775
60932
  backup_access_code_id?: never;
60776
60933
  access_grant_id?: never;
60777
60934
  acs_entrance_id?: never;
60935
+ access_grant_ids?: never;
60936
+ access_grant_keys?: never;
60778
60937
  access_method_id?: never;
60779
60938
  acs_system_id?: never;
60780
60939
  acs_credential_id?: never;
@@ -118617,6 +118776,10 @@ type Routes = {
118617
118776
  occurred_at: string;
118618
118777
  /** ID of the affected access method. */
118619
118778
  access_method_id: string;
118779
+ /** IDs of the access grants associated with this access method. */
118780
+ access_grant_ids: string[];
118781
+ /** Keys of the access grants associated with this access method (if present). */
118782
+ access_grant_keys?: string[] | undefined;
118620
118783
  event_type: 'access_method.issued';
118621
118784
  } | {
118622
118785
  /** ID of the event. */
@@ -118629,6 +118792,10 @@ type Routes = {
118629
118792
  occurred_at: string;
118630
118793
  /** ID of the affected access method. */
118631
118794
  access_method_id: string;
118795
+ /** IDs of the access grants associated with this access method. */
118796
+ access_grant_ids: string[];
118797
+ /** Keys of the access grants associated with this access method (if present). */
118798
+ access_grant_keys?: string[] | undefined;
118632
118799
  event_type: 'access_method.revoked';
118633
118800
  } | {
118634
118801
  /** ID of the event. */
@@ -118641,6 +118808,10 @@ type Routes = {
118641
118808
  occurred_at: string;
118642
118809
  /** ID of the affected access method. */
118643
118810
  access_method_id: string;
118811
+ /** IDs of the access grants associated with this access method. */
118812
+ access_grant_ids: string[];
118813
+ /** Keys of the access grants associated with this access method (if present). */
118814
+ access_grant_keys?: string[] | undefined;
118644
118815
  event_type: 'access_method.card_encoding_required';
118645
118816
  } | {
118646
118817
  /** ID of the event. */
@@ -118653,6 +118824,10 @@ type Routes = {
118653
118824
  occurred_at: string;
118654
118825
  /** ID of the affected access method. */
118655
118826
  access_method_id: string;
118827
+ /** IDs of the access grants associated with this access method. */
118828
+ access_grant_ids: string[];
118829
+ /** Keys of the access grants associated with this access method (if present). */
118830
+ access_grant_keys?: string[] | undefined;
118656
118831
  event_type: 'access_method.deleted';
118657
118832
  } | {
118658
118833
  /** ID of the event. */
@@ -118665,6 +118840,10 @@ type Routes = {
118665
118840
  occurred_at: string;
118666
118841
  /** ID of the affected access method. */
118667
118842
  access_method_id: string;
118843
+ /** IDs of the access grants associated with this access method. */
118844
+ access_grant_ids: string[];
118845
+ /** Keys of the access grants associated with this access method (if present). */
118846
+ access_grant_keys?: string[] | undefined;
118668
118847
  event_type: 'access_method.reissued';
118669
118848
  } | {
118670
118849
  /** ID of the event. */
@@ -136360,6 +136539,10 @@ type Routes = {
136360
136539
  occurred_at: string;
136361
136540
  /** ID of the affected access method. */
136362
136541
  access_method_id: string;
136542
+ /** IDs of the access grants associated with this access method. */
136543
+ access_grant_ids: string[];
136544
+ /** Keys of the access grants associated with this access method (if present). */
136545
+ access_grant_keys?: string[] | undefined;
136363
136546
  event_type: 'access_method.issued';
136364
136547
  } | {
136365
136548
  /** ID of the event. */
@@ -136372,6 +136555,10 @@ type Routes = {
136372
136555
  occurred_at: string;
136373
136556
  /** ID of the affected access method. */
136374
136557
  access_method_id: string;
136558
+ /** IDs of the access grants associated with this access method. */
136559
+ access_grant_ids: string[];
136560
+ /** Keys of the access grants associated with this access method (if present). */
136561
+ access_grant_keys?: string[] | undefined;
136375
136562
  event_type: 'access_method.revoked';
136376
136563
  } | {
136377
136564
  /** ID of the event. */
@@ -136384,6 +136571,10 @@ type Routes = {
136384
136571
  occurred_at: string;
136385
136572
  /** ID of the affected access method. */
136386
136573
  access_method_id: string;
136574
+ /** IDs of the access grants associated with this access method. */
136575
+ access_grant_ids: string[];
136576
+ /** Keys of the access grants associated with this access method (if present). */
136577
+ access_grant_keys?: string[] | undefined;
136387
136578
  event_type: 'access_method.card_encoding_required';
136388
136579
  } | {
136389
136580
  /** ID of the event. */
@@ -136396,6 +136587,10 @@ type Routes = {
136396
136587
  occurred_at: string;
136397
136588
  /** ID of the affected access method. */
136398
136589
  access_method_id: string;
136590
+ /** IDs of the access grants associated with this access method. */
136591
+ access_grant_ids: string[];
136592
+ /** Keys of the access grants associated with this access method (if present). */
136593
+ access_grant_keys?: string[] | undefined;
136399
136594
  event_type: 'access_method.deleted';
136400
136595
  } | {
136401
136596
  /** ID of the event. */
@@ -136408,6 +136603,10 @@ type Routes = {
136408
136603
  occurred_at: string;
136409
136604
  /** ID of the affected access method. */
136410
136605
  access_method_id: string;
136606
+ /** IDs of the access grants associated with this access method. */
136607
+ access_grant_ids: string[];
136608
+ /** Keys of the access grants associated with this access method (if present). */
136609
+ access_grant_keys?: string[] | undefined;
136411
136610
  event_type: 'access_method.reissued';
136412
136611
  } | {
136413
136612
  /** ID of the event. */
@@ -138234,6 +138433,10 @@ type Routes = {
138234
138433
  occurred_at: string;
138235
138434
  /** ID of the affected access method. */
138236
138435
  access_method_id: string;
138436
+ /** IDs of the access grants associated with this access method. */
138437
+ access_grant_ids: string[];
138438
+ /** Keys of the access grants associated with this access method (if present). */
138439
+ access_grant_keys?: string[] | undefined;
138237
138440
  event_type: 'access_method.issued';
138238
138441
  } | {
138239
138442
  /** ID of the event. */
@@ -138246,6 +138449,10 @@ type Routes = {
138246
138449
  occurred_at: string;
138247
138450
  /** ID of the affected access method. */
138248
138451
  access_method_id: string;
138452
+ /** IDs of the access grants associated with this access method. */
138453
+ access_grant_ids: string[];
138454
+ /** Keys of the access grants associated with this access method (if present). */
138455
+ access_grant_keys?: string[] | undefined;
138249
138456
  event_type: 'access_method.revoked';
138250
138457
  } | {
138251
138458
  /** ID of the event. */
@@ -138258,6 +138465,10 @@ type Routes = {
138258
138465
  occurred_at: string;
138259
138466
  /** ID of the affected access method. */
138260
138467
  access_method_id: string;
138468
+ /** IDs of the access grants associated with this access method. */
138469
+ access_grant_ids: string[];
138470
+ /** Keys of the access grants associated with this access method (if present). */
138471
+ access_grant_keys?: string[] | undefined;
138261
138472
  event_type: 'access_method.card_encoding_required';
138262
138473
  } | {
138263
138474
  /** ID of the event. */
@@ -138270,6 +138481,10 @@ type Routes = {
138270
138481
  occurred_at: string;
138271
138482
  /** ID of the affected access method. */
138272
138483
  access_method_id: string;
138484
+ /** IDs of the access grants associated with this access method. */
138485
+ access_grant_ids: string[];
138486
+ /** Keys of the access grants associated with this access method (if present). */
138487
+ access_grant_keys?: string[] | undefined;
138273
138488
  event_type: 'access_method.deleted';
138274
138489
  } | {
138275
138490
  /** ID of the event. */
@@ -138282,6 +138497,10 @@ type Routes = {
138282
138497
  occurred_at: string;
138283
138498
  /** ID of the affected access method. */
138284
138499
  access_method_id: string;
138500
+ /** IDs of the access grants associated with this access method. */
138501
+ access_grant_ids: string[];
138502
+ /** Keys of the access grants associated with this access method (if present). */
138503
+ access_grant_keys?: string[] | undefined;
138285
138504
  event_type: 'access_method.reissued';
138286
138505
  } | {
138287
138506
  /** ID of the event. */
@@ -157022,6 +157241,10 @@ type Routes = {
157022
157241
  occurred_at: string;
157023
157242
  /** ID of the affected access method. */
157024
157243
  access_method_id: string;
157244
+ /** IDs of the access grants associated with this access method. */
157245
+ access_grant_ids: string[];
157246
+ /** Keys of the access grants associated with this access method (if present). */
157247
+ access_grant_keys?: string[] | undefined;
157025
157248
  event_type: 'access_method.issued';
157026
157249
  } | {
157027
157250
  /** ID of the event. */
@@ -157034,6 +157257,10 @@ type Routes = {
157034
157257
  occurred_at: string;
157035
157258
  /** ID of the affected access method. */
157036
157259
  access_method_id: string;
157260
+ /** IDs of the access grants associated with this access method. */
157261
+ access_grant_ids: string[];
157262
+ /** Keys of the access grants associated with this access method (if present). */
157263
+ access_grant_keys?: string[] | undefined;
157037
157264
  event_type: 'access_method.revoked';
157038
157265
  } | {
157039
157266
  /** ID of the event. */
@@ -157046,6 +157273,10 @@ type Routes = {
157046
157273
  occurred_at: string;
157047
157274
  /** ID of the affected access method. */
157048
157275
  access_method_id: string;
157276
+ /** IDs of the access grants associated with this access method. */
157277
+ access_grant_ids: string[];
157278
+ /** Keys of the access grants associated with this access method (if present). */
157279
+ access_grant_keys?: string[] | undefined;
157049
157280
  event_type: 'access_method.card_encoding_required';
157050
157281
  } | {
157051
157282
  /** ID of the event. */
@@ -157058,6 +157289,10 @@ type Routes = {
157058
157289
  occurred_at: string;
157059
157290
  /** ID of the affected access method. */
157060
157291
  access_method_id: string;
157292
+ /** IDs of the access grants associated with this access method. */
157293
+ access_grant_ids: string[];
157294
+ /** Keys of the access grants associated with this access method (if present). */
157295
+ access_grant_keys?: string[] | undefined;
157061
157296
  event_type: 'access_method.deleted';
157062
157297
  } | {
157063
157298
  /** ID of the event. */
@@ -157070,6 +157305,10 @@ type Routes = {
157070
157305
  occurred_at: string;
157071
157306
  /** ID of the affected access method. */
157072
157307
  access_method_id: string;
157308
+ /** IDs of the access grants associated with this access method. */
157309
+ access_grant_ids: string[];
157310
+ /** Keys of the access grants associated with this access method (if present). */
157311
+ access_grant_keys?: string[] | undefined;
157073
157312
  event_type: 'access_method.reissued';
157074
157313
  } | {
157075
157314
  /** ID of the event. */
@@ -184232,6 +184471,10 @@ type Routes = {
184232
184471
  occurred_at: string;
184233
184472
  /** ID of the affected access method. */
184234
184473
  access_method_id: string;
184474
+ /** IDs of the access grants associated with this access method. */
184475
+ access_grant_ids: string[];
184476
+ /** Keys of the access grants associated with this access method (if present). */
184477
+ access_grant_keys?: string[] | undefined;
184235
184478
  event_type: 'access_method.issued';
184236
184479
  } | {
184237
184480
  /** ID of the event. */
@@ -184244,6 +184487,10 @@ type Routes = {
184244
184487
  occurred_at: string;
184245
184488
  /** ID of the affected access method. */
184246
184489
  access_method_id: string;
184490
+ /** IDs of the access grants associated with this access method. */
184491
+ access_grant_ids: string[];
184492
+ /** Keys of the access grants associated with this access method (if present). */
184493
+ access_grant_keys?: string[] | undefined;
184247
184494
  event_type: 'access_method.revoked';
184248
184495
  } | {
184249
184496
  /** ID of the event. */
@@ -184256,6 +184503,10 @@ type Routes = {
184256
184503
  occurred_at: string;
184257
184504
  /** ID of the affected access method. */
184258
184505
  access_method_id: string;
184506
+ /** IDs of the access grants associated with this access method. */
184507
+ access_grant_ids: string[];
184508
+ /** Keys of the access grants associated with this access method (if present). */
184509
+ access_grant_keys?: string[] | undefined;
184259
184510
  event_type: 'access_method.card_encoding_required';
184260
184511
  } | {
184261
184512
  /** ID of the event. */
@@ -184268,6 +184519,10 @@ type Routes = {
184268
184519
  occurred_at: string;
184269
184520
  /** ID of the affected access method. */
184270
184521
  access_method_id: string;
184522
+ /** IDs of the access grants associated with this access method. */
184523
+ access_grant_ids: string[];
184524
+ /** Keys of the access grants associated with this access method (if present). */
184525
+ access_grant_keys?: string[] | undefined;
184271
184526
  event_type: 'access_method.deleted';
184272
184527
  } | {
184273
184528
  /** ID of the event. */
@@ -184280,6 +184535,10 @@ type Routes = {
184280
184535
  occurred_at: string;
184281
184536
  /** ID of the affected access method. */
184282
184537
  access_method_id: string;
184538
+ /** IDs of the access grants associated with this access method. */
184539
+ access_grant_ids: string[];
184540
+ /** Keys of the access grants associated with this access method (if present). */
184541
+ access_grant_keys?: string[] | undefined;
184283
184542
  event_type: 'access_method.reissued';
184284
184543
  } | {
184285
184544
  /** ID of the event. */