@seamapi/types 1.463.0 → 1.464.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 (99) hide show
  1. package/LICENSE.txt +1 -1
  2. package/dist/connect.cjs +57 -55
  3. package/dist/connect.cjs.map +1 -1
  4. package/dist/connect.d.cts +2884 -2548
  5. package/dist/devicedb.d.cts +0 -4
  6. package/dist/index.cjs +57 -55
  7. package/dist/index.cjs.map +1 -1
  8. package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +8 -8
  9. package/lib/seam/connect/models/access-codes/managed-access-code.js +2 -2
  10. package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
  11. package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
  12. package/lib/seam/connect/models/access-grants/access-grant.d.ts +6 -6
  13. package/lib/seam/connect/models/access-grants/access-grant.js +1 -2
  14. package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
  15. package/lib/seam/connect/models/acs/acs-access-group.d.ts +2 -2
  16. package/lib/seam/connect/models/acs/acs-access-group.js +1 -1
  17. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  18. package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -6
  19. package/lib/seam/connect/models/acs/acs-credential.js +1 -1
  20. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  21. package/lib/seam/connect/models/acs/acs-encoder.d.ts +2 -2
  22. package/lib/seam/connect/models/acs/acs-encoder.js +1 -1
  23. package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
  24. package/lib/seam/connect/models/acs/acs-system.d.ts +11 -10
  25. package/lib/seam/connect/models/acs/acs-system.js +2 -2
  26. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  27. package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +5 -4
  28. package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -2
  29. package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
  30. package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +3 -2
  31. package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +1 -1
  32. package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
  33. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +248 -248
  34. package/lib/seam/connect/models/action-attempts/activate-climate-preset.d.ts +12 -12
  35. package/lib/seam/connect/models/action-attempts/common.d.ts +10 -10
  36. package/lib/seam/connect/models/action-attempts/deprecated.d.ts +84 -84
  37. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +28 -28
  38. package/lib/seam/connect/models/action-attempts/lock-door.d.ts +12 -12
  39. package/lib/seam/connect/models/action-attempts/push-thermostat-programs.d.ts +12 -12
  40. package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +12 -12
  41. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +28 -28
  42. package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +12 -12
  43. package/lib/seam/connect/models/action-attempts/set-hvac-mode.d.ts +12 -12
  44. package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.d.ts +12 -12
  45. package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.d.ts +12 -12
  46. package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +12 -12
  47. package/lib/seam/connect/models/batch.d.ts +2925 -3128
  48. package/lib/seam/connect/models/bridges/bridge-client-session.d.ts +2 -2
  49. package/lib/seam/connect/models/bridges/bridge-client-session.js +1 -1
  50. package/lib/seam/connect/models/bridges/bridge-client-session.js.map +1 -1
  51. package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +6 -6
  52. package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +16 -16
  53. package/lib/seam/connect/models/connected-accounts/connected-account.js +2 -2
  54. package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
  55. package/lib/seam/connect/models/customer/customer-portal.d.ts +34 -0
  56. package/lib/seam/connect/models/customer/customer-portal.js +18 -0
  57. package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
  58. package/lib/seam/connect/models/devices/capability-properties/index.d.ts +12 -12
  59. package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +12 -12
  60. package/lib/seam/connect/models/devices/device-metadata.d.ts +56 -56
  61. package/lib/seam/connect/models/devices/device.d.ts +136 -194
  62. package/lib/seam/connect/models/devices/device.js +2 -16
  63. package/lib/seam/connect/models/devices/device.js.map +1 -1
  64. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +100 -121
  65. package/lib/seam/connect/models/events/devices.d.ts +16 -16
  66. package/lib/seam/connect/models/events/seam-event.d.ts +8 -8
  67. package/lib/seam/connect/models/locations/location.d.ts +2 -2
  68. package/lib/seam/connect/models/partner/magic-link.d.ts +2 -2
  69. package/lib/seam/connect/models/thermostats/climate-preset.d.ts +2 -2
  70. package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +2 -2
  71. package/lib/seam/connect/models/user-identities/user-identity.d.ts +5 -4
  72. package/lib/seam/connect/models/user-identities/user-identity.js +2 -2
  73. package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
  74. package/lib/seam/connect/models/webhooks/webhook.d.ts +2 -2
  75. package/lib/seam/connect/models/workspaces/workspace.d.ts +4 -4
  76. package/lib/seam/connect/openapi.d.ts +58 -0
  77. package/lib/seam/connect/openapi.js +62 -50
  78. package/lib/seam/connect/openapi.js.map +1 -1
  79. package/lib/seam/connect/route-types.d.ts +2820 -2429
  80. package/lib/seam/devicedb/models/device-model.d.ts +116 -116
  81. package/lib/seam/devicedb/models/image-reference.d.ts +4 -4
  82. package/lib/seam/devicedb/models/manufacturer.d.ts +12 -12
  83. package/lib/seam/devicedb/route-specs.d.ts +210 -214
  84. package/package.json +12 -13
  85. package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +4 -4
  86. package/src/lib/seam/connect/models/access-grants/access-grant.ts +1 -2
  87. package/src/lib/seam/connect/models/acs/acs-access-group.ts +2 -2
  88. package/src/lib/seam/connect/models/acs/acs-credential.ts +4 -2
  89. package/src/lib/seam/connect/models/acs/acs-encoder.ts +2 -2
  90. package/src/lib/seam/connect/models/acs/acs-system.ts +4 -4
  91. package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +4 -4
  92. package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +2 -2
  93. package/src/lib/seam/connect/models/bridges/bridge-client-session.ts +2 -2
  94. package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +4 -4
  95. package/src/lib/seam/connect/models/customer/customer-portal.ts +23 -0
  96. package/src/lib/seam/connect/models/devices/device.ts +4 -19
  97. package/src/lib/seam/connect/models/user-identities/user-identity.ts +4 -4
  98. package/src/lib/seam/connect/openapi.ts +60 -52
  99. package/src/lib/seam/connect/route-types.ts +3038 -2543
@@ -8,15 +8,15 @@ export declare const activate_climate_preset_action_attempt: z.ZodDiscriminatedU
8
8
  } & {
9
9
  action_type: z.ZodLiteral<"ACTIVATE_CLIMATE_PRESET">;
10
10
  }, "strip", z.ZodTypeAny, {
11
- error: null;
12
11
  status: "pending";
13
12
  action_attempt_id: string;
13
+ error: null;
14
14
  result: null;
15
15
  action_type: "ACTIVATE_CLIMATE_PRESET";
16
16
  }, {
17
- error: null;
18
17
  status: "pending";
19
18
  action_attempt_id: string;
19
+ error: null;
20
20
  result: null;
21
21
  action_type: "ACTIVATE_CLIMATE_PRESET";
22
22
  }>, z.ZodObject<{
@@ -28,15 +28,15 @@ export declare const activate_climate_preset_action_attempt: z.ZodDiscriminatedU
28
28
  action_type: z.ZodLiteral<"ACTIVATE_CLIMATE_PRESET">;
29
29
  result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
30
30
  }, "strip", z.ZodTypeAny, {
31
- error: null;
32
31
  status: "success";
33
32
  action_attempt_id: string;
33
+ error: null;
34
34
  result: {};
35
35
  action_type: "ACTIVATE_CLIMATE_PRESET";
36
36
  }, {
37
- error: null;
38
37
  status: "success";
39
38
  action_attempt_id: string;
39
+ error: null;
40
40
  result: {};
41
41
  action_type: "ACTIVATE_CLIMATE_PRESET";
42
42
  }>, z.ZodObject<{
@@ -50,28 +50,28 @@ export declare const activate_climate_preset_action_attempt: z.ZodDiscriminatedU
50
50
  type: z.ZodString;
51
51
  message: z.ZodString;
52
52
  }, "strip", z.ZodTypeAny, {
53
- type: string;
54
53
  message: string;
55
- }, {
56
54
  type: string;
55
+ }, {
57
56
  message: string;
57
+ type: string;
58
58
  }>;
59
59
  }, "strip", z.ZodTypeAny, {
60
+ status: "error";
61
+ action_attempt_id: string;
60
62
  error: {
61
- type: string;
62
63
  message: string;
64
+ type: string;
63
65
  };
64
- status: "error";
65
- action_attempt_id: string;
66
66
  result: null;
67
67
  action_type: "ACTIVATE_CLIMATE_PRESET";
68
68
  }, {
69
+ status: "error";
70
+ action_attempt_id: string;
69
71
  error: {
70
- type: string;
71
72
  message: string;
73
+ type: string;
72
74
  };
73
- status: "error";
74
- action_attempt_id: string;
75
75
  result: null;
76
76
  action_type: "ACTIVATE_CLIMATE_PRESET";
77
77
  }>]>;
@@ -3,10 +3,10 @@ export declare const common_action_attempt: z.ZodObject<{
3
3
  action_attempt_id: z.ZodString;
4
4
  status: z.ZodEnum<["pending", "success", "error"]>;
5
5
  }, "strip", z.ZodTypeAny, {
6
- status: "error" | "pending" | "success";
6
+ status: "pending" | "success" | "error";
7
7
  action_attempt_id: string;
8
8
  }, {
9
- status: "error" | "pending" | "success";
9
+ status: "pending" | "success" | "error";
10
10
  action_attempt_id: string;
11
11
  }>;
12
12
  export declare const common_pending_action_attempt: z.ZodObject<{
@@ -16,14 +16,14 @@ export declare const common_pending_action_attempt: z.ZodObject<{
16
16
  result: z.ZodNull;
17
17
  error: z.ZodNull;
18
18
  }, "strip", z.ZodTypeAny, {
19
- error: null;
20
19
  status: "pending";
21
20
  action_attempt_id: string;
21
+ error: null;
22
22
  result: null;
23
23
  }, {
24
- error: null;
25
24
  status: "pending";
26
25
  action_attempt_id: string;
26
+ error: null;
27
27
  result: null;
28
28
  }>;
29
29
  export declare const common_succeeded_action_attempt: z.ZodObject<{
@@ -32,13 +32,13 @@ export declare const common_succeeded_action_attempt: z.ZodObject<{
32
32
  status: z.ZodLiteral<"success">;
33
33
  error: z.ZodNull;
34
34
  }, "strip", z.ZodTypeAny, {
35
- error: null;
36
35
  status: "success";
37
36
  action_attempt_id: string;
38
- }, {
39
37
  error: null;
38
+ }, {
40
39
  status: "success";
41
40
  action_attempt_id: string;
41
+ error: null;
42
42
  }>;
43
43
  export declare const common_failed_action_attempt: z.ZodObject<{
44
44
  action_attempt_id: z.ZodString;
@@ -58,18 +58,18 @@ export declare const common_action_attempt_errors: readonly [z.ZodObject<{
58
58
  type: z.ZodLiteral<"uncategorized_error">;
59
59
  message: z.ZodString;
60
60
  }, "strip", z.ZodTypeAny, {
61
- type: "uncategorized_error";
62
61
  message: string;
63
- }, {
64
62
  type: "uncategorized_error";
63
+ }, {
65
64
  message: string;
65
+ type: "uncategorized_error";
66
66
  }>, z.ZodObject<{
67
67
  type: z.ZodLiteral<"action_attempt_expired">;
68
68
  message: z.ZodString;
69
69
  }, "strip", z.ZodTypeAny, {
70
- type: "action_attempt_expired";
71
70
  message: string;
72
- }, {
73
71
  type: "action_attempt_expired";
72
+ }, {
74
73
  message: string;
74
+ type: "action_attempt_expired";
75
75
  }>];
@@ -8,15 +8,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
8
8
  } & {
9
9
  action_type: z.ZodLiteral<"SYNC_ACCESS_CODES">;
10
10
  }, "strip", z.ZodTypeAny, {
11
- error: null;
12
11
  status: "pending";
13
12
  action_attempt_id: string;
13
+ error: null;
14
14
  result: null;
15
15
  action_type: "SYNC_ACCESS_CODES";
16
16
  }, {
17
- error: null;
18
17
  status: "pending";
19
18
  action_attempt_id: string;
19
+ error: null;
20
20
  result: null;
21
21
  action_type: "SYNC_ACCESS_CODES";
22
22
  }>, z.ZodObject<{
@@ -28,15 +28,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
28
28
  action_type: z.ZodLiteral<"SYNC_ACCESS_CODES">;
29
29
  result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
30
30
  }, "strip", z.ZodTypeAny, {
31
- error: null;
32
31
  status: "success";
33
32
  action_attempt_id: string;
33
+ error: null;
34
34
  result: {};
35
35
  action_type: "SYNC_ACCESS_CODES";
36
36
  }, {
37
- error: null;
38
37
  status: "success";
39
38
  action_attempt_id: string;
39
+ error: null;
40
40
  result: {};
41
41
  action_type: "SYNC_ACCESS_CODES";
42
42
  }>, z.ZodObject<{
@@ -50,28 +50,28 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
50
50
  type: z.ZodString;
51
51
  message: z.ZodString;
52
52
  }, "strip", z.ZodTypeAny, {
53
- type: string;
54
53
  message: string;
55
- }, {
56
54
  type: string;
55
+ }, {
57
56
  message: string;
57
+ type: string;
58
58
  }>;
59
59
  }, "strip", z.ZodTypeAny, {
60
+ status: "error";
61
+ action_attempt_id: string;
60
62
  error: {
61
- type: string;
62
63
  message: string;
64
+ type: string;
63
65
  };
64
- status: "error";
65
- action_attempt_id: string;
66
66
  result: null;
67
67
  action_type: "SYNC_ACCESS_CODES";
68
68
  }, {
69
+ status: "error";
70
+ action_attempt_id: string;
69
71
  error: {
70
- type: string;
71
72
  message: string;
73
+ type: string;
72
74
  };
73
- status: "error";
74
- action_attempt_id: string;
75
75
  result: null;
76
76
  action_type: "SYNC_ACCESS_CODES";
77
77
  }>, z.ZodObject<{
@@ -83,15 +83,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
83
83
  } & {
84
84
  action_type: z.ZodLiteral<"CREATE_ACCESS_CODE">;
85
85
  }, "strip", z.ZodTypeAny, {
86
- error: null;
87
86
  status: "pending";
88
87
  action_attempt_id: string;
88
+ error: null;
89
89
  result: null;
90
90
  action_type: "CREATE_ACCESS_CODE";
91
91
  }, {
92
- error: null;
93
92
  status: "pending";
94
93
  action_attempt_id: string;
94
+ error: null;
95
95
  result: null;
96
96
  action_type: "CREATE_ACCESS_CODE";
97
97
  }>, z.ZodObject<{
@@ -109,17 +109,17 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
109
109
  access_code?: any;
110
110
  }>;
111
111
  }, "strip", z.ZodTypeAny, {
112
- error: null;
113
112
  status: "success";
114
113
  action_attempt_id: string;
114
+ error: null;
115
115
  result: {
116
116
  access_code?: any;
117
117
  };
118
118
  action_type: "CREATE_ACCESS_CODE";
119
119
  }, {
120
- error: null;
121
120
  status: "success";
122
121
  action_attempt_id: string;
122
+ error: null;
123
123
  result: {
124
124
  access_code?: any;
125
125
  };
@@ -135,28 +135,28 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
135
135
  type: z.ZodString;
136
136
  message: z.ZodString;
137
137
  }, "strip", z.ZodTypeAny, {
138
- type: string;
139
138
  message: string;
140
- }, {
141
139
  type: string;
140
+ }, {
142
141
  message: string;
142
+ type: string;
143
143
  }>;
144
144
  }, "strip", z.ZodTypeAny, {
145
+ status: "error";
146
+ action_attempt_id: string;
145
147
  error: {
146
- type: string;
147
148
  message: string;
149
+ type: string;
148
150
  };
149
- status: "error";
150
- action_attempt_id: string;
151
151
  result: null;
152
152
  action_type: "CREATE_ACCESS_CODE";
153
153
  }, {
154
+ status: "error";
155
+ action_attempt_id: string;
154
156
  error: {
155
- type: string;
156
157
  message: string;
158
+ type: string;
157
159
  };
158
- status: "error";
159
- action_attempt_id: string;
160
160
  result: null;
161
161
  action_type: "CREATE_ACCESS_CODE";
162
162
  }>, z.ZodObject<{
@@ -168,15 +168,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
168
168
  } & {
169
169
  action_type: z.ZodLiteral<"DELETE_ACCESS_CODE">;
170
170
  }, "strip", z.ZodTypeAny, {
171
- error: null;
172
171
  status: "pending";
173
172
  action_attempt_id: string;
173
+ error: null;
174
174
  result: null;
175
175
  action_type: "DELETE_ACCESS_CODE";
176
176
  }, {
177
- error: null;
178
177
  status: "pending";
179
178
  action_attempt_id: string;
179
+ error: null;
180
180
  result: null;
181
181
  action_type: "DELETE_ACCESS_CODE";
182
182
  }>, z.ZodObject<{
@@ -188,15 +188,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
188
188
  action_type: z.ZodLiteral<"DELETE_ACCESS_CODE">;
189
189
  result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
190
190
  }, "strip", z.ZodTypeAny, {
191
- error: null;
192
191
  status: "success";
193
192
  action_attempt_id: string;
193
+ error: null;
194
194
  result: {};
195
195
  action_type: "DELETE_ACCESS_CODE";
196
196
  }, {
197
- error: null;
198
197
  status: "success";
199
198
  action_attempt_id: string;
199
+ error: null;
200
200
  result: {};
201
201
  action_type: "DELETE_ACCESS_CODE";
202
202
  }>, z.ZodObject<{
@@ -210,28 +210,28 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
210
210
  type: z.ZodString;
211
211
  message: z.ZodString;
212
212
  }, "strip", z.ZodTypeAny, {
213
- type: string;
214
213
  message: string;
215
- }, {
216
214
  type: string;
215
+ }, {
217
216
  message: string;
217
+ type: string;
218
218
  }>;
219
219
  }, "strip", z.ZodTypeAny, {
220
+ status: "error";
221
+ action_attempt_id: string;
220
222
  error: {
221
- type: string;
222
223
  message: string;
224
+ type: string;
223
225
  };
224
- status: "error";
225
- action_attempt_id: string;
226
226
  result: null;
227
227
  action_type: "DELETE_ACCESS_CODE";
228
228
  }, {
229
+ status: "error";
230
+ action_attempt_id: string;
229
231
  error: {
230
- type: string;
231
232
  message: string;
233
+ type: string;
232
234
  };
233
- status: "error";
234
- action_attempt_id: string;
235
235
  result: null;
236
236
  action_type: "DELETE_ACCESS_CODE";
237
237
  }>, z.ZodObject<{
@@ -243,15 +243,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
243
243
  } & {
244
244
  action_type: z.ZodLiteral<"UPDATE_ACCESS_CODE">;
245
245
  }, "strip", z.ZodTypeAny, {
246
- error: null;
247
246
  status: "pending";
248
247
  action_attempt_id: string;
248
+ error: null;
249
249
  result: null;
250
250
  action_type: "UPDATE_ACCESS_CODE";
251
251
  }, {
252
- error: null;
253
252
  status: "pending";
254
253
  action_attempt_id: string;
254
+ error: null;
255
255
  result: null;
256
256
  action_type: "UPDATE_ACCESS_CODE";
257
257
  }>, z.ZodObject<{
@@ -269,17 +269,17 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
269
269
  access_code?: any;
270
270
  }>;
271
271
  }, "strip", z.ZodTypeAny, {
272
- error: null;
273
272
  status: "success";
274
273
  action_attempt_id: string;
274
+ error: null;
275
275
  result: {
276
276
  access_code?: any;
277
277
  };
278
278
  action_type: "UPDATE_ACCESS_CODE";
279
279
  }, {
280
- error: null;
281
280
  status: "success";
282
281
  action_attempt_id: string;
282
+ error: null;
283
283
  result: {
284
284
  access_code?: any;
285
285
  };
@@ -295,28 +295,28 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
295
295
  type: z.ZodString;
296
296
  message: z.ZodString;
297
297
  }, "strip", z.ZodTypeAny, {
298
- type: string;
299
298
  message: string;
300
- }, {
301
299
  type: string;
300
+ }, {
302
301
  message: string;
302
+ type: string;
303
303
  }>;
304
304
  }, "strip", z.ZodTypeAny, {
305
+ status: "error";
306
+ action_attempt_id: string;
305
307
  error: {
306
- type: string;
307
308
  message: string;
309
+ type: string;
308
310
  };
309
- status: "error";
310
- action_attempt_id: string;
311
311
  result: null;
312
312
  action_type: "UPDATE_ACCESS_CODE";
313
313
  }, {
314
+ status: "error";
315
+ action_attempt_id: string;
314
316
  error: {
315
- type: string;
316
317
  message: string;
318
+ type: string;
317
319
  };
318
- status: "error";
319
- action_attempt_id: string;
320
320
  result: null;
321
321
  action_type: "UPDATE_ACCESS_CODE";
322
322
  }>, z.ZodObject<{
@@ -328,15 +328,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
328
328
  } & {
329
329
  action_type: z.ZodLiteral<"CREATE_NOISE_THRESHOLD">;
330
330
  }, "strip", z.ZodTypeAny, {
331
- error: null;
332
331
  status: "pending";
333
332
  action_attempt_id: string;
333
+ error: null;
334
334
  result: null;
335
335
  action_type: "CREATE_NOISE_THRESHOLD";
336
336
  }, {
337
- error: null;
338
337
  status: "pending";
339
338
  action_attempt_id: string;
339
+ error: null;
340
340
  result: null;
341
341
  action_type: "CREATE_NOISE_THRESHOLD";
342
342
  }>, z.ZodObject<{
@@ -354,17 +354,17 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
354
354
  noise_threshold?: any;
355
355
  }>;
356
356
  }, "strip", z.ZodTypeAny, {
357
- error: null;
358
357
  status: "success";
359
358
  action_attempt_id: string;
359
+ error: null;
360
360
  result: {
361
361
  noise_threshold?: any;
362
362
  };
363
363
  action_type: "CREATE_NOISE_THRESHOLD";
364
364
  }, {
365
- error: null;
366
365
  status: "success";
367
366
  action_attempt_id: string;
367
+ error: null;
368
368
  result: {
369
369
  noise_threshold?: any;
370
370
  };
@@ -380,28 +380,28 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
380
380
  type: z.ZodString;
381
381
  message: z.ZodString;
382
382
  }, "strip", z.ZodTypeAny, {
383
- type: string;
384
383
  message: string;
385
- }, {
386
384
  type: string;
385
+ }, {
387
386
  message: string;
387
+ type: string;
388
388
  }>;
389
389
  }, "strip", z.ZodTypeAny, {
390
+ status: "error";
391
+ action_attempt_id: string;
390
392
  error: {
391
- type: string;
392
393
  message: string;
394
+ type: string;
393
395
  };
394
- status: "error";
395
- action_attempt_id: string;
396
396
  result: null;
397
397
  action_type: "CREATE_NOISE_THRESHOLD";
398
398
  }, {
399
+ status: "error";
400
+ action_attempt_id: string;
399
401
  error: {
400
- type: string;
401
402
  message: string;
403
+ type: string;
402
404
  };
403
- status: "error";
404
- action_attempt_id: string;
405
405
  result: null;
406
406
  action_type: "CREATE_NOISE_THRESHOLD";
407
407
  }>, z.ZodObject<{
@@ -413,15 +413,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
413
413
  } & {
414
414
  action_type: z.ZodLiteral<"DELETE_NOISE_THRESHOLD">;
415
415
  }, "strip", z.ZodTypeAny, {
416
- error: null;
417
416
  status: "pending";
418
417
  action_attempt_id: string;
418
+ error: null;
419
419
  result: null;
420
420
  action_type: "DELETE_NOISE_THRESHOLD";
421
421
  }, {
422
- error: null;
423
422
  status: "pending";
424
423
  action_attempt_id: string;
424
+ error: null;
425
425
  result: null;
426
426
  action_type: "DELETE_NOISE_THRESHOLD";
427
427
  }>, z.ZodObject<{
@@ -433,15 +433,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
433
433
  action_type: z.ZodLiteral<"DELETE_NOISE_THRESHOLD">;
434
434
  result: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
435
435
  }, "strip", z.ZodTypeAny, {
436
- error: null;
437
436
  status: "success";
438
437
  action_attempt_id: string;
438
+ error: null;
439
439
  result: {};
440
440
  action_type: "DELETE_NOISE_THRESHOLD";
441
441
  }, {
442
- error: null;
443
442
  status: "success";
444
443
  action_attempt_id: string;
444
+ error: null;
445
445
  result: {};
446
446
  action_type: "DELETE_NOISE_THRESHOLD";
447
447
  }>, z.ZodObject<{
@@ -455,28 +455,28 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
455
455
  type: z.ZodString;
456
456
  message: z.ZodString;
457
457
  }, "strip", z.ZodTypeAny, {
458
- type: string;
459
458
  message: string;
460
- }, {
461
459
  type: string;
460
+ }, {
462
461
  message: string;
462
+ type: string;
463
463
  }>;
464
464
  }, "strip", z.ZodTypeAny, {
465
+ status: "error";
466
+ action_attempt_id: string;
465
467
  error: {
466
- type: string;
467
468
  message: string;
469
+ type: string;
468
470
  };
469
- status: "error";
470
- action_attempt_id: string;
471
471
  result: null;
472
472
  action_type: "DELETE_NOISE_THRESHOLD";
473
473
  }, {
474
+ status: "error";
475
+ action_attempt_id: string;
474
476
  error: {
475
- type: string;
476
477
  message: string;
478
+ type: string;
477
479
  };
478
- status: "error";
479
- action_attempt_id: string;
480
480
  result: null;
481
481
  action_type: "DELETE_NOISE_THRESHOLD";
482
482
  }>, z.ZodObject<{
@@ -488,15 +488,15 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
488
488
  } & {
489
489
  action_type: z.ZodLiteral<"UPDATE_NOISE_THRESHOLD">;
490
490
  }, "strip", z.ZodTypeAny, {
491
- error: null;
492
491
  status: "pending";
493
492
  action_attempt_id: string;
493
+ error: null;
494
494
  result: null;
495
495
  action_type: "UPDATE_NOISE_THRESHOLD";
496
496
  }, {
497
- error: null;
498
497
  status: "pending";
499
498
  action_attempt_id: string;
499
+ error: null;
500
500
  result: null;
501
501
  action_type: "UPDATE_NOISE_THRESHOLD";
502
502
  }>, z.ZodObject<{
@@ -514,17 +514,17 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
514
514
  noise_threshold?: any;
515
515
  }>;
516
516
  }, "strip", z.ZodTypeAny, {
517
- error: null;
518
517
  status: "success";
519
518
  action_attempt_id: string;
519
+ error: null;
520
520
  result: {
521
521
  noise_threshold?: any;
522
522
  };
523
523
  action_type: "UPDATE_NOISE_THRESHOLD";
524
524
  }, {
525
- error: null;
526
525
  status: "success";
527
526
  action_attempt_id: string;
527
+ error: null;
528
528
  result: {
529
529
  noise_threshold?: any;
530
530
  };
@@ -540,28 +540,28 @@ export declare const deprecated_action_attempts: readonly [z.ZodObject<{
540
540
  type: z.ZodString;
541
541
  message: z.ZodString;
542
542
  }, "strip", z.ZodTypeAny, {
543
- type: string;
544
543
  message: string;
545
- }, {
546
544
  type: string;
545
+ }, {
547
546
  message: string;
547
+ type: string;
548
548
  }>;
549
549
  }, "strip", z.ZodTypeAny, {
550
+ status: "error";
551
+ action_attempt_id: string;
550
552
  error: {
551
- type: string;
552
553
  message: string;
554
+ type: string;
553
555
  };
554
- status: "error";
555
- action_attempt_id: string;
556
556
  result: null;
557
557
  action_type: "UPDATE_NOISE_THRESHOLD";
558
558
  }, {
559
+ status: "error";
560
+ action_attempt_id: string;
559
561
  error: {
560
- type: string;
561
562
  message: string;
563
+ type: string;
562
564
  };
563
- status: "error";
564
- action_attempt_id: string;
565
565
  result: null;
566
566
  action_type: "UPDATE_NOISE_THRESHOLD";
567
567
  }>];