@seamapi/types 1.395.1 → 1.395.3

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.
Files changed (71) hide show
  1. package/dist/connect.cjs +57 -18
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +694 -403
  4. package/lib/seam/connect/model-types.d.ts +1 -1
  5. package/lib/seam/connect/models/access-grants/access-grant.d.ts +2 -2
  6. package/lib/seam/connect/models/access-grants/access-method.d.ts +2 -2
  7. package/lib/seam/connect/models/acs/acs-access-group.d.ts +4 -4
  8. package/lib/seam/connect/models/acs/acs-credential-pool.d.ts +2 -2
  9. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +4 -4
  10. package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
  11. package/lib/seam/connect/models/acs/acs-encoder.d.ts +2 -2
  12. package/lib/seam/connect/models/acs/acs-system.d.ts +2 -2
  13. package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
  14. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
  15. package/lib/seam/connect/models/action-attempts/encode-access-method.d.ts +4 -4
  16. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
  17. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +12 -12
  18. package/lib/seam/connect/models/bridges/bridge-connected-system.d.ts +2 -2
  19. package/lib/seam/connect/models/bridges/bridge.d.ts +2 -2
  20. package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
  21. package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +2 -2
  22. package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +102 -12
  23. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  24. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +25 -20
  25. package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +25 -20
  26. package/lib/seam/connect/models/devices/capability-properties/thermostat.js +2 -7
  27. package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
  28. package/lib/seam/connect/models/devices/device.d.ts +37 -30
  29. package/lib/seam/connect/models/devices/phone.d.ts +2 -2
  30. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +28 -23
  31. package/lib/seam/connect/models/events/access-codes.d.ts +68 -68
  32. package/lib/seam/connect/models/events/access-grants.d.ts +20 -20
  33. package/lib/seam/connect/models/events/access-methods.d.ts +12 -12
  34. package/lib/seam/connect/models/events/acs/access-groups.d.ts +4 -4
  35. package/lib/seam/connect/models/events/acs/common.d.ts +2 -2
  36. package/lib/seam/connect/models/events/acs/credentials.d.ts +16 -16
  37. package/lib/seam/connect/models/events/acs/encoders.d.ts +8 -8
  38. package/lib/seam/connect/models/events/acs/entrances.d.ts +8 -8
  39. package/lib/seam/connect/models/events/acs/index.d.ts +28 -28
  40. package/lib/seam/connect/models/events/acs/systems.d.ts +12 -12
  41. package/lib/seam/connect/models/events/acs/users.d.ts +8 -8
  42. package/lib/seam/connect/models/events/action-attempts.d.ts +16 -16
  43. package/lib/seam/connect/models/events/client-sessions.d.ts +4 -4
  44. package/lib/seam/connect/models/events/common.d.ts +2 -2
  45. package/lib/seam/connect/models/events/connect-webviews.d.ts +8 -8
  46. package/lib/seam/connect/models/events/connected-accounts.d.ts +28 -28
  47. package/lib/seam/connect/models/events/devices.d.ts +132 -132
  48. package/lib/seam/connect/models/events/enrollment-automations.d.ts +4 -4
  49. package/lib/seam/connect/models/events/phones.d.ts +4 -4
  50. package/lib/seam/connect/models/events/seam-event.d.ts +176 -176
  51. package/lib/seam/connect/models/instant-keys/instant-key.d.ts +2 -2
  52. package/lib/seam/connect/models/locations/location.d.ts +2 -2
  53. package/lib/seam/connect/models/thermostats/thermostat-program.d.ts +6 -6
  54. package/lib/seam/connect/models/thermostats/thermostat-program.js +5 -5
  55. package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
  56. package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +6 -3
  57. package/lib/seam/connect/models/thermostats/thermostat-schedule.js +5 -1
  58. package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
  59. package/lib/seam/connect/models/user-identities/user-identity.d.ts +2 -2
  60. package/lib/seam/connect/openapi.d.ts +35 -8
  61. package/lib/seam/connect/openapi.js +43 -9
  62. package/lib/seam/connect/openapi.js.map +1 -1
  63. package/lib/seam/connect/route-types.d.ts +136 -102
  64. package/package.json +2 -2
  65. package/src/lib/seam/connect/model-types.ts +2 -0
  66. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +4 -0
  67. package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +2 -7
  68. package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +7 -5
  69. package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +7 -1
  70. package/src/lib/seam/connect/openapi.ts +47 -10
  71. package/src/lib/seam/connect/route-types.ts +617 -505
@@ -9,15 +9,15 @@ export declare const access_grant_created_event: z.ZodObject<z.objectUtil.extend
9
9
  }>, {
10
10
  event_type: z.ZodLiteral<"access_grant.created">;
11
11
  }>, "strip", z.ZodTypeAny, {
12
- created_at: string;
13
12
  workspace_id: string;
13
+ created_at: string;
14
14
  access_grant_id: string;
15
15
  event_id: string;
16
16
  occurred_at: string;
17
17
  event_type: "access_grant.created";
18
18
  }, {
19
- created_at: string;
20
19
  workspace_id: string;
20
+ created_at: string;
21
21
  access_grant_id: string;
22
22
  event_id: string;
23
23
  occurred_at: string;
@@ -34,15 +34,15 @@ export declare const access_grant_deleted_event: z.ZodObject<z.objectUtil.extend
34
34
  }>, {
35
35
  event_type: z.ZodLiteral<"access_grant.deleted">;
36
36
  }>, "strip", z.ZodTypeAny, {
37
- created_at: string;
38
37
  workspace_id: string;
38
+ created_at: string;
39
39
  access_grant_id: string;
40
40
  event_id: string;
41
41
  occurred_at: string;
42
42
  event_type: "access_grant.deleted";
43
43
  }, {
44
- created_at: string;
45
44
  workspace_id: string;
45
+ created_at: string;
46
46
  access_grant_id: string;
47
47
  event_id: string;
48
48
  occurred_at: string;
@@ -59,15 +59,15 @@ export declare const access_grant_access_granted_to_all_doors_event: z.ZodObject
59
59
  }>, {
60
60
  event_type: z.ZodLiteral<"access_grant.access_granted_to_all_doors">;
61
61
  }>, "strip", z.ZodTypeAny, {
62
- created_at: string;
63
62
  workspace_id: string;
63
+ created_at: string;
64
64
  access_grant_id: string;
65
65
  event_id: string;
66
66
  occurred_at: string;
67
67
  event_type: "access_grant.access_granted_to_all_doors";
68
68
  }, {
69
- created_at: string;
70
69
  workspace_id: string;
70
+ created_at: string;
71
71
  access_grant_id: string;
72
72
  event_id: string;
73
73
  occurred_at: string;
@@ -85,16 +85,16 @@ export declare const access_grant_access_granted_to_door_event: z.ZodObject<z.ob
85
85
  event_type: z.ZodLiteral<"access_grant.access_granted_to_door">;
86
86
  acs_entrance_id: z.ZodString;
87
87
  }>, "strip", z.ZodTypeAny, {
88
- created_at: string;
89
88
  workspace_id: string;
89
+ created_at: string;
90
90
  access_grant_id: string;
91
91
  acs_entrance_id: string;
92
92
  event_id: string;
93
93
  occurred_at: string;
94
94
  event_type: "access_grant.access_granted_to_door";
95
95
  }, {
96
- created_at: string;
97
96
  workspace_id: string;
97
+ created_at: string;
98
98
  access_grant_id: string;
99
99
  acs_entrance_id: string;
100
100
  event_id: string;
@@ -113,16 +113,16 @@ export declare const access_grant_access_to_door_lost_event: z.ZodObject<z.objec
113
113
  event_type: z.ZodLiteral<"access_grant.access_to_door_lost">;
114
114
  acs_entrance_id: z.ZodString;
115
115
  }>, "strip", z.ZodTypeAny, {
116
- created_at: string;
117
116
  workspace_id: string;
117
+ created_at: string;
118
118
  access_grant_id: string;
119
119
  acs_entrance_id: string;
120
120
  event_id: string;
121
121
  occurred_at: string;
122
122
  event_type: "access_grant.access_to_door_lost";
123
123
  }, {
124
- created_at: string;
125
124
  workspace_id: string;
125
+ created_at: string;
126
126
  access_grant_id: string;
127
127
  acs_entrance_id: string;
128
128
  event_id: string;
@@ -140,15 +140,15 @@ export declare const access_grant_events: readonly [z.ZodObject<z.objectUtil.ext
140
140
  }>, {
141
141
  event_type: z.ZodLiteral<"access_grant.created">;
142
142
  }>, "strip", z.ZodTypeAny, {
143
- created_at: string;
144
143
  workspace_id: string;
144
+ created_at: string;
145
145
  access_grant_id: string;
146
146
  event_id: string;
147
147
  occurred_at: string;
148
148
  event_type: "access_grant.created";
149
149
  }, {
150
- created_at: string;
151
150
  workspace_id: string;
151
+ created_at: string;
152
152
  access_grant_id: string;
153
153
  event_id: string;
154
154
  occurred_at: string;
@@ -163,15 +163,15 @@ export declare const access_grant_events: readonly [z.ZodObject<z.objectUtil.ext
163
163
  }>, {
164
164
  event_type: z.ZodLiteral<"access_grant.deleted">;
165
165
  }>, "strip", z.ZodTypeAny, {
166
- created_at: string;
167
166
  workspace_id: string;
167
+ created_at: string;
168
168
  access_grant_id: string;
169
169
  event_id: string;
170
170
  occurred_at: string;
171
171
  event_type: "access_grant.deleted";
172
172
  }, {
173
- created_at: string;
174
173
  workspace_id: string;
174
+ created_at: string;
175
175
  access_grant_id: string;
176
176
  event_id: string;
177
177
  occurred_at: string;
@@ -186,15 +186,15 @@ export declare const access_grant_events: readonly [z.ZodObject<z.objectUtil.ext
186
186
  }>, {
187
187
  event_type: z.ZodLiteral<"access_grant.access_granted_to_all_doors">;
188
188
  }>, "strip", z.ZodTypeAny, {
189
- created_at: string;
190
189
  workspace_id: string;
190
+ created_at: string;
191
191
  access_grant_id: string;
192
192
  event_id: string;
193
193
  occurred_at: string;
194
194
  event_type: "access_grant.access_granted_to_all_doors";
195
195
  }, {
196
- created_at: string;
197
196
  workspace_id: string;
197
+ created_at: string;
198
198
  access_grant_id: string;
199
199
  event_id: string;
200
200
  occurred_at: string;
@@ -210,16 +210,16 @@ export declare const access_grant_events: readonly [z.ZodObject<z.objectUtil.ext
210
210
  event_type: z.ZodLiteral<"access_grant.access_granted_to_door">;
211
211
  acs_entrance_id: z.ZodString;
212
212
  }>, "strip", z.ZodTypeAny, {
213
- created_at: string;
214
213
  workspace_id: string;
214
+ created_at: string;
215
215
  access_grant_id: string;
216
216
  acs_entrance_id: string;
217
217
  event_id: string;
218
218
  occurred_at: string;
219
219
  event_type: "access_grant.access_granted_to_door";
220
220
  }, {
221
- created_at: string;
222
221
  workspace_id: string;
222
+ created_at: string;
223
223
  access_grant_id: string;
224
224
  acs_entrance_id: string;
225
225
  event_id: string;
@@ -236,16 +236,16 @@ export declare const access_grant_events: readonly [z.ZodObject<z.objectUtil.ext
236
236
  event_type: z.ZodLiteral<"access_grant.access_to_door_lost">;
237
237
  acs_entrance_id: z.ZodString;
238
238
  }>, "strip", z.ZodTypeAny, {
239
- created_at: string;
240
239
  workspace_id: string;
240
+ created_at: string;
241
241
  access_grant_id: string;
242
242
  acs_entrance_id: string;
243
243
  event_id: string;
244
244
  occurred_at: string;
245
245
  event_type: "access_grant.access_to_door_lost";
246
246
  }, {
247
- created_at: string;
248
247
  workspace_id: string;
248
+ created_at: string;
249
249
  access_grant_id: string;
250
250
  acs_entrance_id: string;
251
251
  event_id: string;
@@ -9,15 +9,15 @@ export declare const access_method_issued_event: z.ZodObject<z.objectUtil.extend
9
9
  }>, {
10
10
  event_type: z.ZodLiteral<"access_method.issued">;
11
11
  }>, "strip", z.ZodTypeAny, {
12
- created_at: string;
13
12
  workspace_id: string;
13
+ created_at: string;
14
14
  access_method_id: string;
15
15
  event_id: string;
16
16
  occurred_at: string;
17
17
  event_type: "access_method.issued";
18
18
  }, {
19
- created_at: string;
20
19
  workspace_id: string;
20
+ created_at: string;
21
21
  access_method_id: string;
22
22
  event_id: string;
23
23
  occurred_at: string;
@@ -34,15 +34,15 @@ export declare const access_method_card_encoding_required_event: z.ZodObject<z.o
34
34
  }>, {
35
35
  event_type: z.ZodLiteral<"access_method.card_encoding_required">;
36
36
  }>, "strip", z.ZodTypeAny, {
37
- created_at: string;
38
37
  workspace_id: string;
38
+ created_at: string;
39
39
  access_method_id: string;
40
40
  event_id: string;
41
41
  occurred_at: string;
42
42
  event_type: "access_method.card_encoding_required";
43
43
  }, {
44
- created_at: string;
45
44
  workspace_id: string;
45
+ created_at: string;
46
46
  access_method_id: string;
47
47
  event_id: string;
48
48
  occurred_at: string;
@@ -59,15 +59,15 @@ export declare const access_method_revoked_event: z.ZodObject<z.objectUtil.exten
59
59
  }>, {
60
60
  event_type: z.ZodLiteral<"access_method.revoked">;
61
61
  }>, "strip", z.ZodTypeAny, {
62
- created_at: string;
63
62
  workspace_id: string;
63
+ created_at: string;
64
64
  access_method_id: string;
65
65
  event_id: string;
66
66
  occurred_at: string;
67
67
  event_type: "access_method.revoked";
68
68
  }, {
69
- created_at: string;
70
69
  workspace_id: string;
70
+ created_at: string;
71
71
  access_method_id: string;
72
72
  event_id: string;
73
73
  occurred_at: string;
@@ -84,15 +84,15 @@ export declare const access_method_events: readonly [z.ZodObject<z.objectUtil.ex
84
84
  }>, {
85
85
  event_type: z.ZodLiteral<"access_method.issued">;
86
86
  }>, "strip", z.ZodTypeAny, {
87
- created_at: string;
88
87
  workspace_id: string;
88
+ created_at: string;
89
89
  access_method_id: string;
90
90
  event_id: string;
91
91
  occurred_at: string;
92
92
  event_type: "access_method.issued";
93
93
  }, {
94
- created_at: string;
95
94
  workspace_id: string;
95
+ created_at: string;
96
96
  access_method_id: string;
97
97
  event_id: string;
98
98
  occurred_at: string;
@@ -107,15 +107,15 @@ export declare const access_method_events: readonly [z.ZodObject<z.objectUtil.ex
107
107
  }>, {
108
108
  event_type: z.ZodLiteral<"access_method.revoked">;
109
109
  }>, "strip", z.ZodTypeAny, {
110
- created_at: string;
111
110
  workspace_id: string;
111
+ created_at: string;
112
112
  access_method_id: string;
113
113
  event_id: string;
114
114
  occurred_at: string;
115
115
  event_type: "access_method.revoked";
116
116
  }, {
117
- created_at: string;
118
117
  workspace_id: string;
118
+ created_at: string;
119
119
  access_method_id: string;
120
120
  event_id: string;
121
121
  occurred_at: string;
@@ -130,15 +130,15 @@ export declare const access_method_events: readonly [z.ZodObject<z.objectUtil.ex
130
130
  }>, {
131
131
  event_type: z.ZodLiteral<"access_method.card_encoding_required">;
132
132
  }>, "strip", z.ZodTypeAny, {
133
- created_at: string;
134
133
  workspace_id: string;
134
+ created_at: string;
135
135
  access_method_id: string;
136
136
  event_id: string;
137
137
  occurred_at: string;
138
138
  event_type: "access_method.card_encoding_required";
139
139
  }, {
140
- created_at: string;
141
140
  workspace_id: string;
141
+ created_at: string;
142
142
  access_method_id: string;
143
143
  event_id: string;
144
144
  occurred_at: string;
@@ -12,8 +12,8 @@ export declare const acs_access_group_deleted_event: z.ZodObject<z.objectUtil.ex
12
12
  }>, {
13
13
  event_type: z.ZodLiteral<"acs_access_group.deleted">;
14
14
  }>, "strip", z.ZodTypeAny, {
15
- created_at: string;
16
15
  workspace_id: string;
16
+ created_at: string;
17
17
  acs_access_group_id: string;
18
18
  acs_system_id: string;
19
19
  event_id: string;
@@ -21,8 +21,8 @@ export declare const acs_access_group_deleted_event: z.ZodObject<z.objectUtil.ex
21
21
  event_type: "acs_access_group.deleted";
22
22
  connected_account_id?: string | undefined;
23
23
  }, {
24
- created_at: string;
25
24
  workspace_id: string;
25
+ created_at: string;
26
26
  acs_access_group_id: string;
27
27
  acs_system_id: string;
28
28
  event_id: string;
@@ -44,8 +44,8 @@ export declare const acs_access_group_events: readonly [z.ZodObject<z.objectUtil
44
44
  }>, {
45
45
  event_type: z.ZodLiteral<"acs_access_group.deleted">;
46
46
  }>, "strip", z.ZodTypeAny, {
47
- created_at: string;
48
47
  workspace_id: string;
48
+ created_at: string;
49
49
  acs_access_group_id: string;
50
50
  acs_system_id: string;
51
51
  event_id: string;
@@ -53,8 +53,8 @@ export declare const acs_access_group_events: readonly [z.ZodObject<z.objectUtil
53
53
  event_type: "acs_access_group.deleted";
54
54
  connected_account_id?: string | undefined;
55
55
  }, {
56
- created_at: string;
57
56
  workspace_id: string;
57
+ created_at: string;
58
58
  acs_access_group_id: string;
59
59
  acs_system_id: string;
60
60
  event_id: string;
@@ -8,15 +8,15 @@ export declare const common_acs_event: z.ZodObject<z.objectUtil.extendShape<{
8
8
  connected_account_id: z.ZodOptional<z.ZodString>;
9
9
  acs_system_id: z.ZodString;
10
10
  }>, "strip", z.ZodTypeAny, {
11
- created_at: string;
12
11
  workspace_id: string;
12
+ created_at: string;
13
13
  acs_system_id: string;
14
14
  event_id: string;
15
15
  occurred_at: string;
16
16
  connected_account_id?: string | undefined;
17
17
  }, {
18
- created_at: string;
19
18
  workspace_id: string;
19
+ created_at: string;
20
20
  acs_system_id: string;
21
21
  event_id: string;
22
22
  occurred_at: string;
@@ -12,8 +12,8 @@ export declare const acs_credential_deleted_event: z.ZodObject<z.objectUtil.exte
12
12
  }>, {
13
13
  event_type: z.ZodLiteral<"acs_credential.deleted">;
14
14
  }>, "strip", z.ZodTypeAny, {
15
- created_at: string;
16
15
  workspace_id: string;
16
+ created_at: string;
17
17
  acs_system_id: string;
18
18
  acs_credential_id: string;
19
19
  event_id: string;
@@ -21,8 +21,8 @@ export declare const acs_credential_deleted_event: z.ZodObject<z.objectUtil.exte
21
21
  event_type: "acs_credential.deleted";
22
22
  connected_account_id?: string | undefined;
23
23
  }, {
24
- created_at: string;
25
24
  workspace_id: string;
25
+ created_at: string;
26
26
  acs_system_id: string;
27
27
  acs_credential_id: string;
28
28
  event_id: string;
@@ -44,8 +44,8 @@ export declare const acs_credential_issued: z.ZodObject<z.objectUtil.extendShape
44
44
  }>, {
45
45
  event_type: z.ZodLiteral<"acs_credential.issued">;
46
46
  }>, "strip", z.ZodTypeAny, {
47
- created_at: string;
48
47
  workspace_id: string;
48
+ created_at: string;
49
49
  acs_system_id: string;
50
50
  acs_credential_id: string;
51
51
  event_id: string;
@@ -53,8 +53,8 @@ export declare const acs_credential_issued: z.ZodObject<z.objectUtil.extendShape
53
53
  event_type: "acs_credential.issued";
54
54
  connected_account_id?: string | undefined;
55
55
  }, {
56
- created_at: string;
57
56
  workspace_id: string;
57
+ created_at: string;
58
58
  acs_system_id: string;
59
59
  acs_credential_id: string;
60
60
  event_id: string;
@@ -75,8 +75,8 @@ export declare const acs_credential_reissued: z.ZodObject<z.objectUtil.extendSha
75
75
  }>, {
76
76
  event_type: z.ZodLiteral<"acs_credential.reissued">;
77
77
  }>, "strip", z.ZodTypeAny, {
78
- created_at: string;
79
78
  workspace_id: string;
79
+ created_at: string;
80
80
  acs_system_id: string;
81
81
  acs_credential_id: string;
82
82
  event_id: string;
@@ -84,8 +84,8 @@ export declare const acs_credential_reissued: z.ZodObject<z.objectUtil.extendSha
84
84
  event_type: "acs_credential.reissued";
85
85
  connected_account_id?: string | undefined;
86
86
  }, {
87
- created_at: string;
88
87
  workspace_id: string;
88
+ created_at: string;
89
89
  acs_system_id: string;
90
90
  acs_credential_id: string;
91
91
  event_id: string;
@@ -106,8 +106,8 @@ export declare const acs_credential_invalidated: z.ZodObject<z.objectUtil.extend
106
106
  }>, {
107
107
  event_type: z.ZodLiteral<"acs_credential.invalidated">;
108
108
  }>, "strip", z.ZodTypeAny, {
109
- created_at: string;
110
109
  workspace_id: string;
110
+ created_at: string;
111
111
  acs_system_id: string;
112
112
  acs_credential_id: string;
113
113
  event_id: string;
@@ -115,8 +115,8 @@ export declare const acs_credential_invalidated: z.ZodObject<z.objectUtil.extend
115
115
  event_type: "acs_credential.invalidated";
116
116
  connected_account_id?: string | undefined;
117
117
  }, {
118
- created_at: string;
119
118
  workspace_id: string;
119
+ created_at: string;
120
120
  acs_system_id: string;
121
121
  acs_credential_id: string;
122
122
  event_id: string;
@@ -137,8 +137,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
137
137
  }>, {
138
138
  event_type: z.ZodLiteral<"acs_credential.deleted">;
139
139
  }>, "strip", z.ZodTypeAny, {
140
- created_at: string;
141
140
  workspace_id: string;
141
+ created_at: string;
142
142
  acs_system_id: string;
143
143
  acs_credential_id: string;
144
144
  event_id: string;
@@ -146,8 +146,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
146
146
  event_type: "acs_credential.deleted";
147
147
  connected_account_id?: string | undefined;
148
148
  }, {
149
- created_at: string;
150
149
  workspace_id: string;
150
+ created_at: string;
151
151
  acs_system_id: string;
152
152
  acs_credential_id: string;
153
153
  event_id: string;
@@ -167,8 +167,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
167
167
  }>, {
168
168
  event_type: z.ZodLiteral<"acs_credential.issued">;
169
169
  }>, "strip", z.ZodTypeAny, {
170
- created_at: string;
171
170
  workspace_id: string;
171
+ created_at: string;
172
172
  acs_system_id: string;
173
173
  acs_credential_id: string;
174
174
  event_id: string;
@@ -176,8 +176,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
176
176
  event_type: "acs_credential.issued";
177
177
  connected_account_id?: string | undefined;
178
178
  }, {
179
- created_at: string;
180
179
  workspace_id: string;
180
+ created_at: string;
181
181
  acs_system_id: string;
182
182
  acs_credential_id: string;
183
183
  event_id: string;
@@ -197,8 +197,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
197
197
  }>, {
198
198
  event_type: z.ZodLiteral<"acs_credential.reissued">;
199
199
  }>, "strip", z.ZodTypeAny, {
200
- created_at: string;
201
200
  workspace_id: string;
201
+ created_at: string;
202
202
  acs_system_id: string;
203
203
  acs_credential_id: string;
204
204
  event_id: string;
@@ -206,8 +206,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
206
206
  event_type: "acs_credential.reissued";
207
207
  connected_account_id?: string | undefined;
208
208
  }, {
209
- created_at: string;
210
209
  workspace_id: string;
210
+ created_at: string;
211
211
  acs_system_id: string;
212
212
  acs_credential_id: string;
213
213
  event_id: string;
@@ -227,8 +227,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
227
227
  }>, {
228
228
  event_type: z.ZodLiteral<"acs_credential.invalidated">;
229
229
  }>, "strip", z.ZodTypeAny, {
230
- created_at: string;
231
230
  workspace_id: string;
231
+ created_at: string;
232
232
  acs_system_id: string;
233
233
  acs_credential_id: string;
234
234
  event_id: string;
@@ -236,8 +236,8 @@ export declare const acs_credential_events: readonly [z.ZodObject<z.objectUtil.e
236
236
  event_type: "acs_credential.invalidated";
237
237
  connected_account_id?: string | undefined;
238
238
  }, {
239
- created_at: string;
240
239
  workspace_id: string;
240
+ created_at: string;
241
241
  acs_system_id: string;
242
242
  acs_credential_id: string;
243
243
  event_id: string;
@@ -12,8 +12,8 @@ export declare const acs_encoder_added_event: z.ZodObject<z.objectUtil.extendSha
12
12
  }>, {
13
13
  event_type: z.ZodLiteral<"acs_encoder.added">;
14
14
  }>, "strip", z.ZodTypeAny, {
15
- created_at: string;
16
15
  workspace_id: string;
16
+ created_at: string;
17
17
  acs_system_id: string;
18
18
  acs_encoder_id: string;
19
19
  event_id: string;
@@ -21,8 +21,8 @@ export declare const acs_encoder_added_event: z.ZodObject<z.objectUtil.extendSha
21
21
  event_type: "acs_encoder.added";
22
22
  connected_account_id?: string | undefined;
23
23
  }, {
24
- created_at: string;
25
24
  workspace_id: string;
25
+ created_at: string;
26
26
  acs_system_id: string;
27
27
  acs_encoder_id: string;
28
28
  event_id: string;
@@ -44,8 +44,8 @@ export declare const acs_encoder_removed_event: z.ZodObject<z.objectUtil.extendS
44
44
  }>, {
45
45
  event_type: z.ZodLiteral<"acs_encoder.removed">;
46
46
  }>, "strip", z.ZodTypeAny, {
47
- created_at: string;
48
47
  workspace_id: string;
48
+ created_at: string;
49
49
  acs_system_id: string;
50
50
  acs_encoder_id: string;
51
51
  event_id: string;
@@ -53,8 +53,8 @@ export declare const acs_encoder_removed_event: z.ZodObject<z.objectUtil.extendS
53
53
  event_type: "acs_encoder.removed";
54
54
  connected_account_id?: string | undefined;
55
55
  }, {
56
- created_at: string;
57
56
  workspace_id: string;
57
+ created_at: string;
58
58
  acs_system_id: string;
59
59
  acs_encoder_id: string;
60
60
  event_id: string;
@@ -76,8 +76,8 @@ export declare const acs_encoder_events: readonly [z.ZodObject<z.objectUtil.exte
76
76
  }>, {
77
77
  event_type: z.ZodLiteral<"acs_encoder.added">;
78
78
  }>, "strip", z.ZodTypeAny, {
79
- created_at: string;
80
79
  workspace_id: string;
80
+ created_at: string;
81
81
  acs_system_id: string;
82
82
  acs_encoder_id: string;
83
83
  event_id: string;
@@ -85,8 +85,8 @@ export declare const acs_encoder_events: readonly [z.ZodObject<z.objectUtil.exte
85
85
  event_type: "acs_encoder.added";
86
86
  connected_account_id?: string | undefined;
87
87
  }, {
88
- created_at: string;
89
88
  workspace_id: string;
89
+ created_at: string;
90
90
  acs_system_id: string;
91
91
  acs_encoder_id: string;
92
92
  event_id: string;
@@ -106,8 +106,8 @@ export declare const acs_encoder_events: readonly [z.ZodObject<z.objectUtil.exte
106
106
  }>, {
107
107
  event_type: z.ZodLiteral<"acs_encoder.removed">;
108
108
  }>, "strip", z.ZodTypeAny, {
109
- created_at: string;
110
109
  workspace_id: string;
110
+ created_at: string;
111
111
  acs_system_id: string;
112
112
  acs_encoder_id: string;
113
113
  event_id: string;
@@ -115,8 +115,8 @@ export declare const acs_encoder_events: readonly [z.ZodObject<z.objectUtil.exte
115
115
  event_type: "acs_encoder.removed";
116
116
  connected_account_id?: string | undefined;
117
117
  }, {
118
- created_at: string;
119
118
  workspace_id: string;
119
+ created_at: string;
120
120
  acs_system_id: string;
121
121
  acs_encoder_id: string;
122
122
  event_id: string;
@@ -12,8 +12,8 @@ export declare const acs_entrance_added_event: z.ZodObject<z.objectUtil.extendSh
12
12
  }>, {
13
13
  event_type: z.ZodLiteral<"acs_entrance.added">;
14
14
  }>, "strip", z.ZodTypeAny, {
15
- created_at: string;
16
15
  workspace_id: string;
16
+ created_at: string;
17
17
  acs_system_id: string;
18
18
  acs_entrance_id: string;
19
19
  event_id: string;
@@ -21,8 +21,8 @@ export declare const acs_entrance_added_event: z.ZodObject<z.objectUtil.extendSh
21
21
  event_type: "acs_entrance.added";
22
22
  connected_account_id?: string | undefined;
23
23
  }, {
24
- created_at: string;
25
24
  workspace_id: string;
25
+ created_at: string;
26
26
  acs_system_id: string;
27
27
  acs_entrance_id: string;
28
28
  event_id: string;
@@ -43,8 +43,8 @@ export declare const acs_entrance_removed_event: z.ZodObject<z.objectUtil.extend
43
43
  }>, {
44
44
  event_type: z.ZodLiteral<"acs_entrance.removed">;
45
45
  }>, "strip", z.ZodTypeAny, {
46
- created_at: string;
47
46
  workspace_id: string;
47
+ created_at: string;
48
48
  acs_system_id: string;
49
49
  acs_entrance_id: string;
50
50
  event_id: string;
@@ -52,8 +52,8 @@ export declare const acs_entrance_removed_event: z.ZodObject<z.objectUtil.extend
52
52
  event_type: "acs_entrance.removed";
53
53
  connected_account_id?: string | undefined;
54
54
  }, {
55
- created_at: string;
56
55
  workspace_id: string;
56
+ created_at: string;
57
57
  acs_system_id: string;
58
58
  acs_entrance_id: string;
59
59
  event_id: string;
@@ -75,8 +75,8 @@ export declare const acs_entrance_events: readonly [z.ZodObject<z.objectUtil.ext
75
75
  }>, {
76
76
  event_type: z.ZodLiteral<"acs_entrance.added">;
77
77
  }>, "strip", z.ZodTypeAny, {
78
- created_at: string;
79
78
  workspace_id: string;
79
+ created_at: string;
80
80
  acs_system_id: string;
81
81
  acs_entrance_id: string;
82
82
  event_id: string;
@@ -84,8 +84,8 @@ export declare const acs_entrance_events: readonly [z.ZodObject<z.objectUtil.ext
84
84
  event_type: "acs_entrance.added";
85
85
  connected_account_id?: string | undefined;
86
86
  }, {
87
- created_at: string;
88
87
  workspace_id: string;
88
+ created_at: string;
89
89
  acs_system_id: string;
90
90
  acs_entrance_id: string;
91
91
  event_id: string;
@@ -105,8 +105,8 @@ export declare const acs_entrance_events: readonly [z.ZodObject<z.objectUtil.ext
105
105
  }>, {
106
106
  event_type: z.ZodLiteral<"acs_entrance.removed">;
107
107
  }>, "strip", z.ZodTypeAny, {
108
- created_at: string;
109
108
  workspace_id: string;
109
+ created_at: string;
110
110
  acs_system_id: string;
111
111
  acs_entrance_id: string;
112
112
  event_id: string;
@@ -114,8 +114,8 @@ export declare const acs_entrance_events: readonly [z.ZodObject<z.objectUtil.ext
114
114
  event_type: "acs_entrance.removed";
115
115
  connected_account_id?: string | undefined;
116
116
  }, {
117
- created_at: string;
118
117
  workspace_id: string;
118
+ created_at: string;
119
119
  acs_system_id: string;
120
120
  acs_entrance_id: string;
121
121
  event_id: string;