@getuserfeedback/protocol 0.5.12 → 0.6.1

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 (40) hide show
  1. package/dist/app-event.d.ts +274 -274
  2. package/dist/app-event.d.ts.map +1 -1
  3. package/dist/app-event.js +16 -16
  4. package/dist/client-meta.d.ts +13 -13
  5. package/dist/client-meta.d.ts.map +1 -1
  6. package/dist/client-meta.js +6 -6
  7. package/dist/errors.d.ts +73 -0
  8. package/dist/errors.d.ts.map +1 -0
  9. package/dist/errors.js +43 -0
  10. package/dist/flow-assignments.d.ts +262 -183
  11. package/dist/flow-assignments.d.ts.map +1 -1
  12. package/dist/flow-assignments.js +17 -16
  13. package/dist/identity-type.d.ts +2 -2
  14. package/dist/identity-type.d.ts.map +1 -1
  15. package/dist/identity-type.js +13 -15
  16. package/dist/index.d.ts +87 -1
  17. package/dist/index.d.ts.map +1 -1
  18. package/dist/index.js +7 -1
  19. package/dist/public-grant-scope.d.ts +3 -3
  20. package/dist/public-grant-scope.d.ts.map +1 -1
  21. package/dist/public-grant-scope.js +1 -1
  22. package/dist/runtime-endpoints.d.ts +4 -4
  23. package/dist/runtime-endpoints.d.ts.map +1 -1
  24. package/dist/runtime-endpoints.js +4 -6
  25. package/dist/scopes.d.ts +2 -2
  26. package/dist/scopes.d.ts.map +1 -1
  27. package/dist/scopes.js +1 -1
  28. package/dist/trpc-envelope.d.ts +4 -4
  29. package/dist/trpc-envelope.d.ts.map +1 -1
  30. package/dist/trpc-envelope.js +1 -1
  31. package/dist/version-resolution.d.ts +5 -5
  32. package/dist/version-resolution.d.ts.map +1 -1
  33. package/dist/version-resolution.js +2 -2
  34. package/dist/widget-commands.d.ts +108 -108
  35. package/dist/widget-commands.d.ts.map +1 -1
  36. package/dist/widget-commands.js +30 -56
  37. package/dist/widget-config.d.ts +161 -245
  38. package/dist/widget-config.d.ts.map +1 -1
  39. package/dist/widget-config.js +22 -36
  40. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
- import * as z from "zod";
2
- export declare const flowAssignmentStatusSchema: z.ZodEnum<{
1
+ import * as z from "zod/mini";
2
+ export declare const flowAssignmentStatusSchema: z.ZodMiniEnum<{
3
3
  pending: "pending";
4
4
  held: "held";
5
5
  presented: "presented";
@@ -10,11 +10,11 @@ export declare const flowAssignmentStatusSchema: z.ZodEnum<{
10
10
  withdrawn_presented: "withdrawn_presented";
11
11
  withdrawn_final: "withdrawn_final";
12
12
  }>;
13
- export declare const flowAssignmentTargetingContextSchema: z.ZodObject<{
14
- flags: z.ZodOptional<z.ZodArray<z.ZodObject<{
15
- key: z.ZodString;
16
- target: z.ZodOptional<z.ZodString>;
17
- value: z.ZodType<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
13
+ export declare const flowAssignmentTargetingContextSchema: z.ZodMiniObject<{
14
+ flags: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
15
+ key: z.ZodMiniString<string>;
16
+ target: z.ZodMiniOptional<z.ZodMiniString<string>>;
17
+ value: z.ZodMiniType<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
18
18
  [key: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
19
19
  } | null)[] | {
20
20
  [key: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
@@ -63,42 +63,42 @@ export declare const flowAssignmentTargetingContextSchema: z.ZodObject<{
63
63
  } | null)[] | {
64
64
  [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
65
65
  } | null, unknown>>;
66
- variant: z.ZodOptional<z.ZodString>;
67
- origin: z.ZodOptional<z.ZodEnum<{
66
+ variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
67
+ origin: z.ZodMiniOptional<z.ZodMiniEnum<{
68
68
  runtime_config: "runtime_config";
69
69
  trigger_context: "trigger_context";
70
70
  provider_sync: "provider_sync";
71
71
  api: "api";
72
72
  }>>;
73
- provider: z.ZodOptional<z.ZodObject<{
74
- name: z.ZodString;
75
- project: z.ZodOptional<z.ZodString>;
76
- environment: z.ZodOptional<z.ZodString>;
73
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
74
+ name: z.ZodMiniString<string>;
75
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
76
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
77
77
  }, z.core.$strip>>;
78
- status: z.ZodOptional<z.ZodString>;
79
- reason: z.ZodOptional<z.ZodString>;
80
- evaluatedAt: z.ZodOptional<z.ZodString>;
78
+ status: z.ZodMiniOptional<z.ZodMiniString<string>>;
79
+ reason: z.ZodMiniOptional<z.ZodMiniString<string>>;
80
+ evaluatedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
81
81
  }, z.core.$strip>>>;
82
- capabilities: z.ZodOptional<z.ZodArray<z.ZodObject<{
83
- key: z.ZodString;
84
- source: z.ZodOptional<z.ZodString>;
85
- provider: z.ZodOptional<z.ZodObject<{
86
- name: z.ZodString;
87
- project: z.ZodOptional<z.ZodString>;
88
- environment: z.ZodOptional<z.ZodString>;
82
+ capabilities: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
83
+ key: z.ZodMiniString<string>;
84
+ source: z.ZodMiniOptional<z.ZodMiniString<string>>;
85
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
86
+ name: z.ZodMiniString<string>;
87
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
88
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
89
89
  }, z.core.$strip>>;
90
90
  }, z.core.$strip>>>;
91
91
  }, z.core.$strip>;
92
- export declare const flowAssignmentRecipientRequestSchema: z.ZodObject<{
93
- identities: z.ZodDefault<z.ZodArray<z.ZodObject<{
94
- type: z.ZodPipe<z.ZodString, z.ZodTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
95
- value: z.ZodString;
92
+ export declare const flowAssignmentRecipientRequestSchema: z.ZodMiniObject<{
93
+ identities: z.ZodMiniDefault<z.ZodMiniArray<z.ZodMiniObject<{
94
+ type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
95
+ value: z.ZodMiniString<string>;
96
96
  }, z.core.$strip>>>;
97
- context: z.ZodOptional<z.ZodObject<{
98
- flags: z.ZodOptional<z.ZodArray<z.ZodObject<{
99
- key: z.ZodString;
100
- target: z.ZodOptional<z.ZodString>;
101
- value: z.ZodType<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
97
+ context: z.ZodMiniOptional<z.ZodMiniObject<{
98
+ flags: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
99
+ key: z.ZodMiniString<string>;
100
+ target: z.ZodMiniOptional<z.ZodMiniString<string>>;
101
+ value: z.ZodMiniType<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
102
102
  [key: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
103
103
  } | null)[] | {
104
104
  [key: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
@@ -147,41 +147,41 @@ export declare const flowAssignmentRecipientRequestSchema: z.ZodObject<{
147
147
  } | null)[] | {
148
148
  [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
149
149
  } | null, unknown>>;
150
- variant: z.ZodOptional<z.ZodString>;
151
- origin: z.ZodOptional<z.ZodEnum<{
150
+ variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
151
+ origin: z.ZodMiniOptional<z.ZodMiniEnum<{
152
152
  runtime_config: "runtime_config";
153
153
  trigger_context: "trigger_context";
154
154
  provider_sync: "provider_sync";
155
155
  api: "api";
156
156
  }>>;
157
- provider: z.ZodOptional<z.ZodObject<{
158
- name: z.ZodString;
159
- project: z.ZodOptional<z.ZodString>;
160
- environment: z.ZodOptional<z.ZodString>;
157
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
158
+ name: z.ZodMiniString<string>;
159
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
160
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
161
161
  }, z.core.$strip>>;
162
- status: z.ZodOptional<z.ZodString>;
163
- reason: z.ZodOptional<z.ZodString>;
164
- evaluatedAt: z.ZodOptional<z.ZodString>;
162
+ status: z.ZodMiniOptional<z.ZodMiniString<string>>;
163
+ reason: z.ZodMiniOptional<z.ZodMiniString<string>>;
164
+ evaluatedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
165
165
  }, z.core.$strip>>>;
166
- capabilities: z.ZodOptional<z.ZodArray<z.ZodObject<{
167
- key: z.ZodString;
168
- source: z.ZodOptional<z.ZodString>;
169
- provider: z.ZodOptional<z.ZodObject<{
170
- name: z.ZodString;
171
- project: z.ZodOptional<z.ZodString>;
172
- environment: z.ZodOptional<z.ZodString>;
166
+ capabilities: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
167
+ key: z.ZodMiniString<string>;
168
+ source: z.ZodMiniOptional<z.ZodMiniString<string>>;
169
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
170
+ name: z.ZodMiniString<string>;
171
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
172
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
173
173
  }, z.core.$strip>>;
174
174
  }, z.core.$strip>>>;
175
175
  }, z.core.$strip>>;
176
- at: z.ZodOptional<z.ZodNumber>;
176
+ at: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
177
177
  }, z.core.$strip>;
178
- export declare const flowAssignmentRecordSchema: z.ZodObject<{
179
- flowAssignmentId: z.ZodString;
180
- flowId: z.ZodString;
181
- holdGroupToken: z.ZodOptional<z.ZodString>;
182
- presentedFlowVersionId: z.ZodOptional<z.ZodString>;
183
- latestFlowVersionId: z.ZodString;
184
- status: z.ZodEnum<{
178
+ export declare const flowAssignmentRecordSchema: z.ZodMiniObject<{
179
+ flowAssignmentId: z.ZodMiniString<string>;
180
+ flowId: z.ZodMiniString<string>;
181
+ holdGroupToken: z.ZodMiniOptional<z.ZodMiniString<string>>;
182
+ presentedFlowVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
183
+ latestFlowVersionId: z.ZodMiniString<string>;
184
+ status: z.ZodMiniEnum<{
185
185
  pending: "pending";
186
186
  held: "held";
187
187
  presented: "presented";
@@ -192,26 +192,26 @@ export declare const flowAssignmentRecordSchema: z.ZodObject<{
192
192
  withdrawn_presented: "withdrawn_presented";
193
193
  withdrawn_final: "withdrawn_final";
194
194
  }>;
195
- assignedAt: z.ZodString;
196
- expiresAt: z.ZodOptional<z.ZodString>;
197
- heldAt: z.ZodOptional<z.ZodString>;
198
- holdExpiresAt: z.ZodOptional<z.ZodString>;
199
- presentedAt: z.ZodOptional<z.ZodString>;
200
- completedAt: z.ZodOptional<z.ZodString>;
201
- expiredAt: z.ZodOptional<z.ZodString>;
202
- supersededAt: z.ZodOptional<z.ZodString>;
203
- withdrawnAt: z.ZodOptional<z.ZodString>;
204
- withdrawnFinalAt: z.ZodOptional<z.ZodString>;
195
+ assignedAt: z.ZodMiniString<string>;
196
+ expiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
197
+ heldAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
198
+ holdExpiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
199
+ presentedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
200
+ completedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
201
+ expiredAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
202
+ supersededAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
203
+ withdrawnAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
204
+ withdrawnFinalAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
205
205
  }, z.core.$strip>;
206
- export declare const listPendingFlowAssignmentsResponseSchema: z.ZodObject<{
207
- fetchedAt: z.ZodString;
208
- flowAssignments: z.ZodArray<z.ZodObject<{
209
- flowAssignmentId: z.ZodString;
210
- flowId: z.ZodString;
211
- holdGroupToken: z.ZodOptional<z.ZodString>;
212
- presentedFlowVersionId: z.ZodOptional<z.ZodString>;
213
- latestFlowVersionId: z.ZodString;
214
- status: z.ZodEnum<{
206
+ export declare const listPendingFlowAssignmentsResponseSchema: z.ZodMiniObject<{
207
+ fetchedAt: z.ZodMiniString<string>;
208
+ flowAssignments: z.ZodMiniArray<z.ZodMiniObject<{
209
+ flowAssignmentId: z.ZodMiniString<string>;
210
+ flowId: z.ZodMiniString<string>;
211
+ holdGroupToken: z.ZodMiniOptional<z.ZodMiniString<string>>;
212
+ presentedFlowVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
213
+ latestFlowVersionId: z.ZodMiniString<string>;
214
+ status: z.ZodMiniEnum<{
215
215
  pending: "pending";
216
216
  held: "held";
217
217
  presented: "presented";
@@ -222,28 +222,28 @@ export declare const listPendingFlowAssignmentsResponseSchema: z.ZodObject<{
222
222
  withdrawn_presented: "withdrawn_presented";
223
223
  withdrawn_final: "withdrawn_final";
224
224
  }>;
225
- assignedAt: z.ZodString;
226
- expiresAt: z.ZodOptional<z.ZodString>;
227
- heldAt: z.ZodOptional<z.ZodString>;
228
- holdExpiresAt: z.ZodOptional<z.ZodString>;
229
- presentedAt: z.ZodOptional<z.ZodString>;
230
- completedAt: z.ZodOptional<z.ZodString>;
231
- expiredAt: z.ZodOptional<z.ZodString>;
232
- supersededAt: z.ZodOptional<z.ZodString>;
233
- withdrawnAt: z.ZodOptional<z.ZodString>;
234
- withdrawnFinalAt: z.ZodOptional<z.ZodString>;
225
+ assignedAt: z.ZodMiniString<string>;
226
+ expiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
227
+ heldAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
228
+ holdExpiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
229
+ presentedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
230
+ completedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
231
+ expiredAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
232
+ supersededAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
233
+ withdrawnAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
234
+ withdrawnFinalAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
235
235
  }, z.core.$strip>>;
236
236
  }, z.core.$strip>;
237
- export declare const claimPendingFlowAssignmentsRequestSchema: z.ZodObject<{
238
- identities: z.ZodDefault<z.ZodArray<z.ZodObject<{
239
- type: z.ZodPipe<z.ZodString, z.ZodTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
240
- value: z.ZodString;
237
+ export declare const claimPendingFlowAssignmentsRequestSchema: z.ZodMiniObject<{
238
+ identities: z.ZodMiniDefault<z.ZodMiniArray<z.ZodMiniObject<{
239
+ type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
240
+ value: z.ZodMiniString<string>;
241
241
  }, z.core.$strip>>>;
242
- context: z.ZodOptional<z.ZodObject<{
243
- flags: z.ZodOptional<z.ZodArray<z.ZodObject<{
244
- key: z.ZodString;
245
- target: z.ZodOptional<z.ZodString>;
246
- value: z.ZodType<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
242
+ context: z.ZodMiniOptional<z.ZodMiniObject<{
243
+ flags: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
244
+ key: z.ZodMiniString<string>;
245
+ target: z.ZodMiniOptional<z.ZodMiniString<string>>;
246
+ value: z.ZodMiniType<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
247
247
  [key: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
248
248
  } | null)[] | {
249
249
  [key: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
@@ -292,45 +292,45 @@ export declare const claimPendingFlowAssignmentsRequestSchema: z.ZodObject<{
292
292
  } | null)[] | {
293
293
  [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
294
294
  } | null, unknown>>;
295
- variant: z.ZodOptional<z.ZodString>;
296
- origin: z.ZodOptional<z.ZodEnum<{
295
+ variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
296
+ origin: z.ZodMiniOptional<z.ZodMiniEnum<{
297
297
  runtime_config: "runtime_config";
298
298
  trigger_context: "trigger_context";
299
299
  provider_sync: "provider_sync";
300
300
  api: "api";
301
301
  }>>;
302
- provider: z.ZodOptional<z.ZodObject<{
303
- name: z.ZodString;
304
- project: z.ZodOptional<z.ZodString>;
305
- environment: z.ZodOptional<z.ZodString>;
302
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
303
+ name: z.ZodMiniString<string>;
304
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
305
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
306
306
  }, z.core.$strip>>;
307
- status: z.ZodOptional<z.ZodString>;
308
- reason: z.ZodOptional<z.ZodString>;
309
- evaluatedAt: z.ZodOptional<z.ZodString>;
307
+ status: z.ZodMiniOptional<z.ZodMiniString<string>>;
308
+ reason: z.ZodMiniOptional<z.ZodMiniString<string>>;
309
+ evaluatedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
310
310
  }, z.core.$strip>>>;
311
- capabilities: z.ZodOptional<z.ZodArray<z.ZodObject<{
312
- key: z.ZodString;
313
- source: z.ZodOptional<z.ZodString>;
314
- provider: z.ZodOptional<z.ZodObject<{
315
- name: z.ZodString;
316
- project: z.ZodOptional<z.ZodString>;
317
- environment: z.ZodOptional<z.ZodString>;
311
+ capabilities: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
312
+ key: z.ZodMiniString<string>;
313
+ source: z.ZodMiniOptional<z.ZodMiniString<string>>;
314
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
315
+ name: z.ZodMiniString<string>;
316
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
317
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
318
318
  }, z.core.$strip>>;
319
319
  }, z.core.$strip>>>;
320
320
  }, z.core.$strip>>;
321
- holdOwnerKey: z.ZodString;
322
- at: z.ZodOptional<z.ZodNumber>;
323
- limit: z.ZodOptional<z.ZodNumber>;
321
+ holdOwnerKey: z.ZodMiniString<string>;
322
+ at: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
323
+ limit: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
324
324
  }, z.core.$strip>;
325
- export declare const claimPendingFlowAssignmentsResponseSchema: z.ZodObject<{
326
- fetchedAt: z.ZodString;
327
- flowAssignments: z.ZodArray<z.ZodObject<{
328
- flowAssignmentId: z.ZodString;
329
- flowId: z.ZodString;
330
- holdGroupToken: z.ZodOptional<z.ZodString>;
331
- presentedFlowVersionId: z.ZodOptional<z.ZodString>;
332
- latestFlowVersionId: z.ZodString;
333
- status: z.ZodEnum<{
325
+ export declare const claimPendingFlowAssignmentsResponseSchema: z.ZodMiniObject<{
326
+ fetchedAt: z.ZodMiniString<string>;
327
+ flowAssignments: z.ZodMiniArray<z.ZodMiniObject<{
328
+ flowAssignmentId: z.ZodMiniString<string>;
329
+ flowId: z.ZodMiniString<string>;
330
+ holdGroupToken: z.ZodMiniOptional<z.ZodMiniString<string>>;
331
+ presentedFlowVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
332
+ latestFlowVersionId: z.ZodMiniString<string>;
333
+ status: z.ZodMiniEnum<{
334
334
  pending: "pending";
335
335
  held: "held";
336
336
  presented: "presented";
@@ -341,47 +341,126 @@ export declare const claimPendingFlowAssignmentsResponseSchema: z.ZodObject<{
341
341
  withdrawn_presented: "withdrawn_presented";
342
342
  withdrawn_final: "withdrawn_final";
343
343
  }>;
344
- assignedAt: z.ZodString;
345
- expiresAt: z.ZodOptional<z.ZodString>;
346
- heldAt: z.ZodOptional<z.ZodString>;
347
- holdExpiresAt: z.ZodOptional<z.ZodString>;
348
- presentedAt: z.ZodOptional<z.ZodString>;
349
- completedAt: z.ZodOptional<z.ZodString>;
350
- expiredAt: z.ZodOptional<z.ZodString>;
351
- supersededAt: z.ZodOptional<z.ZodString>;
352
- withdrawnAt: z.ZodOptional<z.ZodString>;
353
- withdrawnFinalAt: z.ZodOptional<z.ZodString>;
344
+ assignedAt: z.ZodMiniString<string>;
345
+ expiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
346
+ heldAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
347
+ holdExpiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
348
+ presentedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
349
+ completedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
350
+ expiredAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
351
+ supersededAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
352
+ withdrawnAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
353
+ withdrawnFinalAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
354
354
  }, z.core.$strip>>;
355
355
  }, z.core.$strip>;
356
- export declare const updateFlowAssignmentLifecycleRequestSchema: z.ZodObject<{
357
- identities: z.ZodDefault<z.ZodArray<z.ZodObject<{
358
- type: z.ZodPipe<z.ZodString, z.ZodTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
359
- value: z.ZodString;
356
+ export declare const updateFlowAssignmentLifecycleRequestSchema: z.ZodMiniObject<{
357
+ identities: z.ZodMiniDefault<z.ZodMiniArray<z.ZodMiniObject<{
358
+ type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
359
+ value: z.ZodMiniString<string>;
360
360
  }, z.core.$strip>>>;
361
- flowAssignmentId: z.ZodString;
362
- flowVersionId: z.ZodOptional<z.ZodString>;
363
- holdGroupToken: z.ZodOptional<z.ZodString>;
364
- at: z.ZodOptional<z.ZodNumber>;
361
+ context: z.ZodMiniOptional<z.ZodMiniObject<{
362
+ flags: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
363
+ key: z.ZodMiniString<string>;
364
+ target: z.ZodMiniOptional<z.ZodMiniString<string>>;
365
+ value: z.ZodMiniType<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
366
+ [key: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
367
+ } | null)[] | {
368
+ [key: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
369
+ } | null)[] | {
370
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
371
+ } | null)[] | {
372
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
373
+ } | null)[] | {
374
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
375
+ } | null)[] | {
376
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
377
+ } | null)[] | {
378
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
379
+ } | null)[] | {
380
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
381
+ } | null)[] | {
382
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
383
+ } | null)[] | {
384
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
385
+ } | null)[] | {
386
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
387
+ } | null)[] | {
388
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
389
+ } | null, unknown, z.core.$ZodTypeInternals<string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | {
390
+ [key: string]: string | number | boolean | /*elided*/ any | /*elided*/ any | null;
391
+ } | null)[] | {
392
+ [key: string]: string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null;
393
+ } | null)[] | {
394
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
395
+ } | null)[] | {
396
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
397
+ } | null)[] | {
398
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
399
+ } | null)[] | {
400
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
401
+ } | null)[] | {
402
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
403
+ } | null)[] | {
404
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
405
+ } | null)[] | {
406
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
407
+ } | null)[] | {
408
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
409
+ } | null)[] | {
410
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
411
+ } | null)[] | {
412
+ [key: string]: string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | (string | number | boolean | /*elided*/ any | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null)[] | /*elided*/ any | null;
413
+ } | null, unknown>>;
414
+ variant: z.ZodMiniOptional<z.ZodMiniString<string>>;
415
+ origin: z.ZodMiniOptional<z.ZodMiniEnum<{
416
+ runtime_config: "runtime_config";
417
+ trigger_context: "trigger_context";
418
+ provider_sync: "provider_sync";
419
+ api: "api";
420
+ }>>;
421
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
422
+ name: z.ZodMiniString<string>;
423
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
424
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
425
+ }, z.core.$strip>>;
426
+ status: z.ZodMiniOptional<z.ZodMiniString<string>>;
427
+ reason: z.ZodMiniOptional<z.ZodMiniString<string>>;
428
+ evaluatedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
429
+ }, z.core.$strip>>>;
430
+ capabilities: z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniObject<{
431
+ key: z.ZodMiniString<string>;
432
+ source: z.ZodMiniOptional<z.ZodMiniString<string>>;
433
+ provider: z.ZodMiniOptional<z.ZodMiniObject<{
434
+ name: z.ZodMiniString<string>;
435
+ project: z.ZodMiniOptional<z.ZodMiniString<string>>;
436
+ environment: z.ZodMiniOptional<z.ZodMiniString<string>>;
437
+ }, z.core.$strip>>;
438
+ }, z.core.$strip>>>;
439
+ }, z.core.$strip>>;
440
+ flowAssignmentId: z.ZodMiniString<string>;
441
+ flowVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
442
+ holdGroupToken: z.ZodMiniOptional<z.ZodMiniString<string>>;
443
+ at: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
365
444
  }, z.core.$strip>;
366
- export declare const releaseFlowAssignmentClaimRequestSchema: z.ZodObject<{
367
- identities: z.ZodDefault<z.ZodArray<z.ZodObject<{
368
- type: z.ZodPipe<z.ZodString, z.ZodTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
369
- value: z.ZodString;
445
+ export declare const releaseFlowAssignmentClaimRequestSchema: z.ZodMiniObject<{
446
+ identities: z.ZodMiniDefault<z.ZodMiniArray<z.ZodMiniObject<{
447
+ type: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<"anonymousId" | "userId" | "traits.email" | "traits.phone" | "context.device.id" | "context.device.advertisingId" | "context.device.token", string>>;
448
+ value: z.ZodMiniString<string>;
370
449
  }, z.core.$strip>>>;
371
- holdGroupToken: z.ZodString;
372
- holdOwnerKey: z.ZodOptional<z.ZodString>;
373
- at: z.ZodOptional<z.ZodNumber>;
450
+ holdGroupToken: z.ZodMiniString<string>;
451
+ holdOwnerKey: z.ZodMiniOptional<z.ZodMiniString<string>>;
452
+ at: z.ZodMiniOptional<z.ZodMiniNumber<number>>;
374
453
  }, z.core.$strip>;
375
- export declare const releaseFlowAssignmentClaimResponseSchema: z.ZodObject<{
376
- releasedCount: z.ZodNumber;
454
+ export declare const releaseFlowAssignmentClaimResponseSchema: z.ZodMiniObject<{
455
+ releasedCount: z.ZodMiniNumber<number>;
377
456
  }, z.core.$strip>;
378
- export declare const updateFlowAssignmentLifecycleResponseSchema: z.ZodObject<{
379
- flowAssignmentId: z.ZodString;
380
- flowId: z.ZodString;
381
- holdGroupToken: z.ZodOptional<z.ZodString>;
382
- presentedFlowVersionId: z.ZodOptional<z.ZodString>;
383
- latestFlowVersionId: z.ZodString;
384
- status: z.ZodEnum<{
457
+ export declare const updateFlowAssignmentLifecycleResponseSchema: z.ZodMiniObject<{
458
+ flowAssignmentId: z.ZodMiniString<string>;
459
+ flowId: z.ZodMiniString<string>;
460
+ holdGroupToken: z.ZodMiniOptional<z.ZodMiniString<string>>;
461
+ presentedFlowVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
462
+ latestFlowVersionId: z.ZodMiniString<string>;
463
+ status: z.ZodMiniEnum<{
385
464
  pending: "pending";
386
465
  held: "held";
387
466
  presented: "presented";
@@ -392,24 +471,24 @@ export declare const updateFlowAssignmentLifecycleResponseSchema: z.ZodObject<{
392
471
  withdrawn_presented: "withdrawn_presented";
393
472
  withdrawn_final: "withdrawn_final";
394
473
  }>;
395
- assignedAt: z.ZodString;
396
- expiresAt: z.ZodOptional<z.ZodString>;
397
- heldAt: z.ZodOptional<z.ZodString>;
398
- holdExpiresAt: z.ZodOptional<z.ZodString>;
399
- presentedAt: z.ZodOptional<z.ZodString>;
400
- completedAt: z.ZodOptional<z.ZodString>;
401
- expiredAt: z.ZodOptional<z.ZodString>;
402
- supersededAt: z.ZodOptional<z.ZodString>;
403
- withdrawnAt: z.ZodOptional<z.ZodString>;
404
- withdrawnFinalAt: z.ZodOptional<z.ZodString>;
474
+ assignedAt: z.ZodMiniString<string>;
475
+ expiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
476
+ heldAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
477
+ holdExpiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
478
+ presentedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
479
+ completedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
480
+ expiredAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
481
+ supersededAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
482
+ withdrawnAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
483
+ withdrawnFinalAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
405
484
  }, z.core.$strip>;
406
- export declare const nullableUpdateFlowAssignmentLifecycleResponseSchema: z.ZodNullable<z.ZodObject<{
407
- flowAssignmentId: z.ZodString;
408
- flowId: z.ZodString;
409
- holdGroupToken: z.ZodOptional<z.ZodString>;
410
- presentedFlowVersionId: z.ZodOptional<z.ZodString>;
411
- latestFlowVersionId: z.ZodString;
412
- status: z.ZodEnum<{
485
+ export declare const nullableUpdateFlowAssignmentLifecycleResponseSchema: z.ZodMiniNullable<z.ZodMiniObject<{
486
+ flowAssignmentId: z.ZodMiniString<string>;
487
+ flowId: z.ZodMiniString<string>;
488
+ holdGroupToken: z.ZodMiniOptional<z.ZodMiniString<string>>;
489
+ presentedFlowVersionId: z.ZodMiniOptional<z.ZodMiniString<string>>;
490
+ latestFlowVersionId: z.ZodMiniString<string>;
491
+ status: z.ZodMiniEnum<{
413
492
  pending: "pending";
414
493
  held: "held";
415
494
  presented: "presented";
@@ -420,16 +499,16 @@ export declare const nullableUpdateFlowAssignmentLifecycleResponseSchema: z.ZodN
420
499
  withdrawn_presented: "withdrawn_presented";
421
500
  withdrawn_final: "withdrawn_final";
422
501
  }>;
423
- assignedAt: z.ZodString;
424
- expiresAt: z.ZodOptional<z.ZodString>;
425
- heldAt: z.ZodOptional<z.ZodString>;
426
- holdExpiresAt: z.ZodOptional<z.ZodString>;
427
- presentedAt: z.ZodOptional<z.ZodString>;
428
- completedAt: z.ZodOptional<z.ZodString>;
429
- expiredAt: z.ZodOptional<z.ZodString>;
430
- supersededAt: z.ZodOptional<z.ZodString>;
431
- withdrawnAt: z.ZodOptional<z.ZodString>;
432
- withdrawnFinalAt: z.ZodOptional<z.ZodString>;
502
+ assignedAt: z.ZodMiniString<string>;
503
+ expiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
504
+ heldAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
505
+ holdExpiresAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
506
+ presentedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
507
+ completedAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
508
+ expiredAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
509
+ supersededAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
510
+ withdrawnAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
511
+ withdrawnFinalAt: z.ZodMiniOptional<z.ZodMiniString<string>>;
433
512
  }, z.core.$strip>>;
434
513
  export type FlowAssignmentStatus = z.output<typeof flowAssignmentStatusSchema>;
435
514
  export type FlowAssignmentRecipientRequest = z.output<typeof flowAssignmentRecipientRequestSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"flow-assignments.d.ts","sourceRoot":"","sources":["../src/flow-assignments.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAQzB,eAAO,MAAM,0BAA0B;;;;;;;;;;EAUrC,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG/C,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI/C,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAiBrC,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGnD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMnD,CAAC;AAEH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGpD,CAAC;AAEH,eAAO,MAAM,0CAA0C;;;;;;;;;iBAMrD,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;iBAKlD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;iBAEnD,CAAC;AAEH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAC7B,CAAC;AAC5B,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAE/D,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC/E,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CACpD,OAAO,oCAAoC,CAC3C,CAAC;AACF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CACpD,OAAO,oCAAoC,CAC3C,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC/E,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CACxD,OAAO,wCAAwC,CAC/C,CAAC;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,MAAM,CACzD,OAAO,yCAAyC,CAChD,CAAC;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CACxD,OAAO,wCAAwC,CAC/C,CAAC;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CACvD,OAAO,uCAAuC,CAC9C,CAAC;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CACxD,OAAO,wCAAwC,CAC/C,CAAC;AACF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,MAAM,CAC1D,OAAO,0CAA0C,CACjD,CAAC;AACF,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,MAAM,CAC3D,OAAO,2CAA2C,CAClD,CAAC"}
1
+ {"version":3,"file":"flow-assignments.d.ts","sourceRoot":"","sources":["../src/flow-assignments.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,UAAU,CAAC;AAQ9B,eAAO,MAAM,0BAA0B;;;;;;;;;;EAUrC,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAG/C,CAAC;AAEH,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAI/C,CAAC;AAEH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAmBrC,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGnD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAMnD,CAAC;AAEH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAGpD,CAAC;AAEH,eAAO,MAAM,0CAA0C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAOrD,CAAC;AAEH,eAAO,MAAM,uCAAuC;;;;;;;;iBAKlD,CAAC;AAEH,eAAO,MAAM,wCAAwC;;iBAEnD,CAAC;AAEH,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAC7B,CAAC;AAC5B,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAE/D,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC/E,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CACpD,OAAO,oCAAoC,CAC3C,CAAC;AACF,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CACpD,OAAO,oCAAoC,CAC3C,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,0BAA0B,CAAC,CAAC;AAC/E,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CACxD,OAAO,wCAAwC,CAC/C,CAAC;AACF,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,MAAM,CACzD,OAAO,yCAAyC,CAChD,CAAC;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CACxD,OAAO,wCAAwC,CAC/C,CAAC;AACF,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CACvD,OAAO,uCAAuC,CAC9C,CAAC;AACF,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CACxD,OAAO,wCAAwC,CAC/C,CAAC;AACF,MAAM,MAAM,oCAAoC,GAAG,CAAC,CAAC,MAAM,CAC1D,OAAO,0CAA0C,CACjD,CAAC;AACF,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,MAAM,CAC3D,OAAO,2CAA2C,CAClD,CAAC"}