@seamapi/types 1.521.0 → 1.523.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 +65 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +266 -0
- package/dist/index.cjs +65 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +100 -0
- package/lib/seam/connect/models/customer/customer-delete-data.d.ts +2 -2
- package/lib/seam/connect/models/events/access-methods.d.ts +60 -0
- package/lib/seam/connect/models/events/access-methods.js +7 -0
- package/lib/seam/connect/models/events/access-methods.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/openapi.d.ts +84 -0
- package/lib/seam/connect/openapi.js +60 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +102 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/access-methods.ts +9 -0
- package/src/lib/seam/connect/openapi.ts +71 -0
- package/src/lib/seam/connect/route-types.ts +102 -0
package/dist/connect.d.cts
CHANGED
|
@@ -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;
|
|
@@ -71475,6 +71634,11 @@ declare const _default: {
|
|
|
71475
71634
|
nullable: boolean;
|
|
71476
71635
|
type: string;
|
|
71477
71636
|
};
|
|
71637
|
+
search: {
|
|
71638
|
+
description: string;
|
|
71639
|
+
minLength: number;
|
|
71640
|
+
type: string;
|
|
71641
|
+
};
|
|
71478
71642
|
};
|
|
71479
71643
|
type: string;
|
|
71480
71644
|
oneOf?: never;
|
|
@@ -118612,6 +118776,10 @@ type Routes = {
|
|
|
118612
118776
|
occurred_at: string;
|
|
118613
118777
|
/** ID of the affected access method. */
|
|
118614
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;
|
|
118615
118783
|
event_type: 'access_method.issued';
|
|
118616
118784
|
} | {
|
|
118617
118785
|
/** ID of the event. */
|
|
@@ -118624,6 +118792,10 @@ type Routes = {
|
|
|
118624
118792
|
occurred_at: string;
|
|
118625
118793
|
/** ID of the affected access method. */
|
|
118626
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;
|
|
118627
118799
|
event_type: 'access_method.revoked';
|
|
118628
118800
|
} | {
|
|
118629
118801
|
/** ID of the event. */
|
|
@@ -118636,6 +118808,10 @@ type Routes = {
|
|
|
118636
118808
|
occurred_at: string;
|
|
118637
118809
|
/** ID of the affected access method. */
|
|
118638
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;
|
|
118639
118815
|
event_type: 'access_method.card_encoding_required';
|
|
118640
118816
|
} | {
|
|
118641
118817
|
/** ID of the event. */
|
|
@@ -118648,6 +118824,10 @@ type Routes = {
|
|
|
118648
118824
|
occurred_at: string;
|
|
118649
118825
|
/** ID of the affected access method. */
|
|
118650
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;
|
|
118651
118831
|
event_type: 'access_method.deleted';
|
|
118652
118832
|
} | {
|
|
118653
118833
|
/** ID of the event. */
|
|
@@ -118660,6 +118840,10 @@ type Routes = {
|
|
|
118660
118840
|
occurred_at: string;
|
|
118661
118841
|
/** ID of the affected access method. */
|
|
118662
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;
|
|
118663
118847
|
event_type: 'access_method.reissued';
|
|
118664
118848
|
} | {
|
|
118665
118849
|
/** ID of the event. */
|
|
@@ -122418,6 +122602,8 @@ type Routes = {
|
|
|
122418
122602
|
created_before?: Date | undefined;
|
|
122419
122603
|
/** Indicates whether you want to retrieve only multi-phone sync credentials or non-multi-phone sync credentials. */
|
|
122420
122604
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
122605
|
+
/** String for which to search. Filters returned credentials to include all records that satisfy a partial match using `code`, `card_number`, `acs_user_id` or `acs_credential_id`. */
|
|
122606
|
+
search?: string | undefined;
|
|
122421
122607
|
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
122422
122608
|
page_cursor?: (string | undefined) | null;
|
|
122423
122609
|
};
|
|
@@ -136353,6 +136539,10 @@ type Routes = {
|
|
|
136353
136539
|
occurred_at: string;
|
|
136354
136540
|
/** ID of the affected access method. */
|
|
136355
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;
|
|
136356
136546
|
event_type: 'access_method.issued';
|
|
136357
136547
|
} | {
|
|
136358
136548
|
/** ID of the event. */
|
|
@@ -136365,6 +136555,10 @@ type Routes = {
|
|
|
136365
136555
|
occurred_at: string;
|
|
136366
136556
|
/** ID of the affected access method. */
|
|
136367
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;
|
|
136368
136562
|
event_type: 'access_method.revoked';
|
|
136369
136563
|
} | {
|
|
136370
136564
|
/** ID of the event. */
|
|
@@ -136377,6 +136571,10 @@ type Routes = {
|
|
|
136377
136571
|
occurred_at: string;
|
|
136378
136572
|
/** ID of the affected access method. */
|
|
136379
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;
|
|
136380
136578
|
event_type: 'access_method.card_encoding_required';
|
|
136381
136579
|
} | {
|
|
136382
136580
|
/** ID of the event. */
|
|
@@ -136389,6 +136587,10 @@ type Routes = {
|
|
|
136389
136587
|
occurred_at: string;
|
|
136390
136588
|
/** ID of the affected access method. */
|
|
136391
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;
|
|
136392
136594
|
event_type: 'access_method.deleted';
|
|
136393
136595
|
} | {
|
|
136394
136596
|
/** ID of the event. */
|
|
@@ -136401,6 +136603,10 @@ type Routes = {
|
|
|
136401
136603
|
occurred_at: string;
|
|
136402
136604
|
/** ID of the affected access method. */
|
|
136403
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;
|
|
136404
136610
|
event_type: 'access_method.reissued';
|
|
136405
136611
|
} | {
|
|
136406
136612
|
/** ID of the event. */
|
|
@@ -138227,6 +138433,10 @@ type Routes = {
|
|
|
138227
138433
|
occurred_at: string;
|
|
138228
138434
|
/** ID of the affected access method. */
|
|
138229
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;
|
|
138230
138440
|
event_type: 'access_method.issued';
|
|
138231
138441
|
} | {
|
|
138232
138442
|
/** ID of the event. */
|
|
@@ -138239,6 +138449,10 @@ type Routes = {
|
|
|
138239
138449
|
occurred_at: string;
|
|
138240
138450
|
/** ID of the affected access method. */
|
|
138241
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;
|
|
138242
138456
|
event_type: 'access_method.revoked';
|
|
138243
138457
|
} | {
|
|
138244
138458
|
/** ID of the event. */
|
|
@@ -138251,6 +138465,10 @@ type Routes = {
|
|
|
138251
138465
|
occurred_at: string;
|
|
138252
138466
|
/** ID of the affected access method. */
|
|
138253
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;
|
|
138254
138472
|
event_type: 'access_method.card_encoding_required';
|
|
138255
138473
|
} | {
|
|
138256
138474
|
/** ID of the event. */
|
|
@@ -138263,6 +138481,10 @@ type Routes = {
|
|
|
138263
138481
|
occurred_at: string;
|
|
138264
138482
|
/** ID of the affected access method. */
|
|
138265
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;
|
|
138266
138488
|
event_type: 'access_method.deleted';
|
|
138267
138489
|
} | {
|
|
138268
138490
|
/** ID of the event. */
|
|
@@ -138275,6 +138497,10 @@ type Routes = {
|
|
|
138275
138497
|
occurred_at: string;
|
|
138276
138498
|
/** ID of the affected access method. */
|
|
138277
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;
|
|
138278
138504
|
event_type: 'access_method.reissued';
|
|
138279
138505
|
} | {
|
|
138280
138506
|
/** ID of the event. */
|
|
@@ -157015,6 +157241,10 @@ type Routes = {
|
|
|
157015
157241
|
occurred_at: string;
|
|
157016
157242
|
/** ID of the affected access method. */
|
|
157017
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;
|
|
157018
157248
|
event_type: 'access_method.issued';
|
|
157019
157249
|
} | {
|
|
157020
157250
|
/** ID of the event. */
|
|
@@ -157027,6 +157257,10 @@ type Routes = {
|
|
|
157027
157257
|
occurred_at: string;
|
|
157028
157258
|
/** ID of the affected access method. */
|
|
157029
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;
|
|
157030
157264
|
event_type: 'access_method.revoked';
|
|
157031
157265
|
} | {
|
|
157032
157266
|
/** ID of the event. */
|
|
@@ -157039,6 +157273,10 @@ type Routes = {
|
|
|
157039
157273
|
occurred_at: string;
|
|
157040
157274
|
/** ID of the affected access method. */
|
|
157041
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;
|
|
157042
157280
|
event_type: 'access_method.card_encoding_required';
|
|
157043
157281
|
} | {
|
|
157044
157282
|
/** ID of the event. */
|
|
@@ -157051,6 +157289,10 @@ type Routes = {
|
|
|
157051
157289
|
occurred_at: string;
|
|
157052
157290
|
/** ID of the affected access method. */
|
|
157053
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;
|
|
157054
157296
|
event_type: 'access_method.deleted';
|
|
157055
157297
|
} | {
|
|
157056
157298
|
/** ID of the event. */
|
|
@@ -157063,6 +157305,10 @@ type Routes = {
|
|
|
157063
157305
|
occurred_at: string;
|
|
157064
157306
|
/** ID of the affected access method. */
|
|
157065
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;
|
|
157066
157312
|
event_type: 'access_method.reissued';
|
|
157067
157313
|
} | {
|
|
157068
157314
|
/** ID of the event. */
|
|
@@ -184225,6 +184471,10 @@ type Routes = {
|
|
|
184225
184471
|
occurred_at: string;
|
|
184226
184472
|
/** ID of the affected access method. */
|
|
184227
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;
|
|
184228
184478
|
event_type: 'access_method.issued';
|
|
184229
184479
|
} | {
|
|
184230
184480
|
/** ID of the event. */
|
|
@@ -184237,6 +184487,10 @@ type Routes = {
|
|
|
184237
184487
|
occurred_at: string;
|
|
184238
184488
|
/** ID of the affected access method. */
|
|
184239
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;
|
|
184240
184494
|
event_type: 'access_method.revoked';
|
|
184241
184495
|
} | {
|
|
184242
184496
|
/** ID of the event. */
|
|
@@ -184249,6 +184503,10 @@ type Routes = {
|
|
|
184249
184503
|
occurred_at: string;
|
|
184250
184504
|
/** ID of the affected access method. */
|
|
184251
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;
|
|
184252
184510
|
event_type: 'access_method.card_encoding_required';
|
|
184253
184511
|
} | {
|
|
184254
184512
|
/** ID of the event. */
|
|
@@ -184261,6 +184519,10 @@ type Routes = {
|
|
|
184261
184519
|
occurred_at: string;
|
|
184262
184520
|
/** ID of the affected access method. */
|
|
184263
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;
|
|
184264
184526
|
event_type: 'access_method.deleted';
|
|
184265
184527
|
} | {
|
|
184266
184528
|
/** ID of the event. */
|
|
@@ -184273,6 +184535,10 @@ type Routes = {
|
|
|
184273
184535
|
occurred_at: string;
|
|
184274
184536
|
/** ID of the affected access method. */
|
|
184275
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;
|
|
184276
184542
|
event_type: 'access_method.reissued';
|
|
184277
184543
|
} | {
|
|
184278
184544
|
/** ID of the event. */
|