@archastro/sdk 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/client.d.ts +4 -0
  2. package/dist/client.d.ts.map +1 -1
  3. package/dist/client.js +5 -1
  4. package/dist/client.js.map +1 -1
  5. package/dist/effective-access.d.ts +34 -0
  6. package/dist/effective-access.d.ts.map +1 -0
  7. package/dist/effective-access.js +51 -0
  8. package/dist/effective-access.js.map +1 -0
  9. package/dist/index.d.ts +1 -0
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.js +2 -1
  12. package/dist/index.js.map +1 -1
  13. package/dist/types/ai.d.ts +109 -109
  14. package/dist/types/ai.js +10 -10
  15. package/dist/types/ai.js.map +1 -1
  16. package/dist/types/automations.d.ts +15 -15
  17. package/dist/types/automations.js +6 -6
  18. package/dist/types/automations.js.map +1 -1
  19. package/dist/types/chat.d.ts +2520 -2520
  20. package/dist/types/chat.js +3 -3
  21. package/dist/types/chat.js.map +1 -1
  22. package/dist/types/common.d.ts +2545 -3272
  23. package/dist/types/common.d.ts.map +1 -1
  24. package/dist/types/common.js +204 -228
  25. package/dist/types/common.js.map +1 -1
  26. package/dist/types/config.d.ts +11 -11
  27. package/dist/types/config.js +3 -3
  28. package/dist/types/config.js.map +1 -1
  29. package/dist/types/events.d.ts +810 -0
  30. package/dist/types/events.d.ts.map +1 -0
  31. package/dist/types/events.js +77 -0
  32. package/dist/types/events.js.map +1 -0
  33. package/dist/types/expressions.d.ts +66 -0
  34. package/dist/types/expressions.d.ts.map +1 -0
  35. package/dist/types/expressions.js +27 -0
  36. package/dist/types/expressions.js.map +1 -0
  37. package/dist/types/extractions.d.ts +3 -3
  38. package/dist/types/extractions.js +2 -2
  39. package/dist/types/extractions.js.map +1 -1
  40. package/dist/types/graph.d.ts +34 -0
  41. package/dist/types/graph.d.ts.map +1 -0
  42. package/dist/types/graph.js +16 -0
  43. package/dist/types/graph.js.map +1 -0
  44. package/dist/types/index.d.ts +5 -0
  45. package/dist/types/index.d.ts.map +1 -1
  46. package/dist/types/index.js +6 -1
  47. package/dist/types/index.js.map +1 -1
  48. package/dist/types/notifications.d.ts +3 -3
  49. package/dist/types/notifications.js +2 -2
  50. package/dist/types/notifications.js.map +1 -1
  51. package/dist/types/oauth.d.ts +5 -5
  52. package/dist/types/scripts.d.ts +800 -0
  53. package/dist/types/scripts.d.ts.map +1 -0
  54. package/dist/types/scripts.js +112 -0
  55. package/dist/types/scripts.js.map +1 -0
  56. package/dist/types/status.d.ts +8 -8
  57. package/dist/types/status.js +2 -2
  58. package/dist/types/status.js.map +1 -1
  59. package/dist/types/tasks.d.ts +6 -6
  60. package/dist/types/tasks.js +3 -3
  61. package/dist/types/tasks.js.map +1 -1
  62. package/dist/types/teams.d.ts +334 -334
  63. package/dist/types/teams.js +5 -5
  64. package/dist/types/teams.js.map +1 -1
  65. package/dist/types/threads.d.ts +209 -209
  66. package/dist/types/threads.js +6 -6
  67. package/dist/types/threads.js.map +1 -1
  68. package/dist/types/users.d.ts +6 -6
  69. package/dist/types/users.js +3 -3
  70. package/dist/types/users.js.map +1 -1
  71. package/dist/types/workflows.d.ts +544 -0
  72. package/dist/types/workflows.d.ts.map +1 -0
  73. package/dist/types/workflows.js +91 -0
  74. package/dist/types/workflows.js.map +1 -0
  75. package/dist/v1/resources/agents.d.ts +4 -3
  76. package/dist/v1/resources/agents.d.ts.map +1 -1
  77. package/dist/v1/resources/agents.js +1 -1
  78. package/dist/v1/resources/agents.js.map +1 -1
  79. package/dist/v1/resources/ai.d.ts +2 -2
  80. package/dist/v1/resources/ai.d.ts.map +1 -1
  81. package/dist/v1/resources/ai.js +1 -1
  82. package/dist/v1/resources/event_subscriptions.d.ts +1 -1
  83. package/dist/v1/resources/event_subscriptions.js +1 -1
  84. package/dist/v1/resources/index.d.ts +2 -0
  85. package/dist/v1/resources/index.d.ts.map +1 -1
  86. package/dist/v1/resources/index.js +3 -1
  87. package/dist/v1/resources/index.js.map +1 -1
  88. package/dist/v1/resources/scripts.d.ts +117 -0
  89. package/dist/v1/resources/scripts.d.ts.map +1 -0
  90. package/dist/v1/resources/scripts.js +116 -0
  91. package/dist/v1/resources/scripts.js.map +1 -0
  92. package/dist/v1/resources/users.d.ts +8 -3
  93. package/dist/v1/resources/users.d.ts.map +1 -1
  94. package/dist/v1/resources/users.js +9 -3
  95. package/dist/v1/resources/users.js.map +1 -1
  96. package/dist/v1/resources/work_items.d.ts +1 -1
  97. package/dist/v1/resources/work_items.d.ts.map +1 -1
  98. package/dist/v1/resources/work_items.js +1 -1
  99. package/dist/v1/resources/workflows.d.ts +205 -0
  100. package/dist/v1/resources/workflows.d.ts.map +1 -0
  101. package/dist/v1/resources/workflows.js +205 -0
  102. package/dist/v1/resources/workflows.js.map +1 -0
  103. package/dist/v1.d.ts +4 -0
  104. package/dist/v1.d.ts.map +1 -1
  105. package/dist/v1.js +7 -1
  106. package/dist/v1.js.map +1 -1
  107. package/package.json +1 -1
@@ -105,7 +105,7 @@ export declare const teamSchema: z.ZodObject<{
105
105
  /** ID of the developer application this team belongs to (`dap_...`). `null` if the team is not scoped to an app. */
106
106
  app: z.ZodOptional<z.ZodString>;
107
107
  /** Aggregated badge counts for the team, keyed by category. `null` when badge data is not loaded. */
108
- badges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
108
+ badges: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>>;
109
109
  /** When this team was created (ISO 8601). */
110
110
  created_at: z.ZodOptional<z.ZodString>;
111
111
  /** Human-readable description of the team's purpose. `null` if not set. */
@@ -115,7 +115,7 @@ export declare const teamSchema: z.ZodObject<{
115
115
  /** The authenticated viewer's role on this team. One of `"owner"`, `"admin"`, or `"member"`. `null` if the viewer is not a member. */
116
116
  membership_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
117
117
  /** Arbitrary key-value metadata attached to this team. Returns an empty object when no metadata has been set. */
118
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
118
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
119
119
  /** Display name of the team. */
120
120
  name: z.ZodOptional<z.ZodString>;
121
121
  /** ID of the organization this team belongs to (`org_...`). `null` if the team is not org-scoped. */
@@ -135,7 +135,7 @@ export declare const teamSchema: z.ZodObject<{
135
135
  created_at?: string | undefined;
136
136
  updated_at?: string | undefined;
137
137
  sandbox?: string | null | undefined;
138
- metadata?: Record<string, unknown> | undefined;
138
+ metadata?: Record<string, {} | null> | undefined;
139
139
  acl?: {
140
140
  add?: {
141
141
  actions: string[];
@@ -153,7 +153,7 @@ export declare const teamSchema: z.ZodObject<{
153
153
  }[] | undefined;
154
154
  } | null | undefined;
155
155
  slug?: string | null | undefined;
156
- badges?: Record<string, unknown> | null | undefined;
156
+ badges?: Record<string, {} | null> | null | undefined;
157
157
  membership_status?: string | null | undefined;
158
158
  }, {
159
159
  id: string;
@@ -164,7 +164,7 @@ export declare const teamSchema: z.ZodObject<{
164
164
  created_at?: string | undefined;
165
165
  updated_at?: string | undefined;
166
166
  sandbox?: string | null | undefined;
167
- metadata?: Record<string, unknown> | undefined;
167
+ metadata?: Record<string, {} | null> | undefined;
168
168
  acl?: {
169
169
  add?: {
170
170
  actions: string[];
@@ -182,7 +182,7 @@ export declare const teamSchema: z.ZodObject<{
182
182
  }[] | undefined;
183
183
  } | null | undefined;
184
184
  slug?: string | null | undefined;
185
- badges?: Record<string, unknown> | null | undefined;
185
+ badges?: Record<string, {} | null> | null | undefined;
186
186
  membership_status?: string | null | undefined;
187
187
  }>;
188
188
  /** A team invite containing a short alphanumeric code that other users can present to join the team. */
@@ -307,7 +307,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
307
307
  identity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
308
308
  last_applied_template_config: z.ZodOptional<z.ZodNullable<z.ZodString>>;
309
309
  lookup_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
310
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
310
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
311
311
  name: z.ZodOptional<z.ZodString>;
312
312
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
313
313
  org_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -319,14 +319,14 @@ export declare const teamMembershipSchema: z.ZodObject<{
319
319
  category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
320
320
  created_at: z.ZodOptional<z.ZodString>;
321
321
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
322
- events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
322
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
323
323
  id: z.ZodString;
324
324
  image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
325
325
  kind: z.ZodString;
326
326
  latest_solution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
327
327
  latest_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
328
328
  lookup_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
329
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
329
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
330
330
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
331
331
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
332
332
  org_logo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -368,7 +368,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
368
368
  details: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
369
369
  automation_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
370
370
  invoke_contract: z.ZodOptional<z.ZodNullable<z.ZodObject<{
371
- input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
371
+ input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>>;
372
372
  participants: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
373
373
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
374
374
  name: z.ZodString;
@@ -386,19 +386,19 @@ export declare const teamMembershipSchema: z.ZodObject<{
386
386
  description?: string | null | undefined;
387
387
  }>, "many">>>;
388
388
  prefills: z.ZodObject<{
389
- participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
390
- payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
389
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
390
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- participants?: Record<string, unknown> | undefined;
393
- payload?: Record<string, unknown> | undefined;
392
+ participants?: Record<string, {} | null> | undefined;
393
+ payload?: Record<string, {} | null> | undefined;
394
394
  }, {
395
- participants?: Record<string, unknown> | undefined;
396
- payload?: Record<string, unknown> | undefined;
395
+ participants?: Record<string, {} | null> | undefined;
396
+ payload?: Record<string, {} | null> | undefined;
397
397
  }>;
398
398
  }, "strip", z.ZodTypeAny, {
399
399
  prefills: {
400
- participants?: Record<string, unknown> | undefined;
401
- payload?: Record<string, unknown> | undefined;
400
+ participants?: Record<string, {} | null> | undefined;
401
+ payload?: Record<string, {} | null> | undefined;
402
402
  };
403
403
  participants?: {
404
404
  name: string;
@@ -406,11 +406,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
406
406
  type: string;
407
407
  description?: string | null | undefined;
408
408
  }[] | null | undefined;
409
- input_schema?: Record<string, unknown> | null | undefined;
409
+ input_schema?: Record<string, {} | null> | null | undefined;
410
410
  }, {
411
411
  prefills: {
412
- participants?: Record<string, unknown> | undefined;
413
- payload?: Record<string, unknown> | undefined;
412
+ participants?: Record<string, {} | null> | undefined;
413
+ payload?: Record<string, {} | null> | undefined;
414
414
  };
415
415
  participants?: {
416
416
  name: string;
@@ -418,7 +418,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
418
418
  type: string;
419
419
  description?: string | null | undefined;
420
420
  }[] | null | undefined;
421
- input_schema?: Record<string, unknown> | null | undefined;
421
+ input_schema?: Record<string, {} | null> | null | undefined;
422
422
  }>>>;
423
423
  type: z.ZodLiteral<"automation">;
424
424
  }, "strip", z.ZodTypeAny, {
@@ -426,8 +426,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
426
426
  automation_type?: string | null | undefined;
427
427
  invoke_contract?: {
428
428
  prefills: {
429
- participants?: Record<string, unknown> | undefined;
430
- payload?: Record<string, unknown> | undefined;
429
+ participants?: Record<string, {} | null> | undefined;
430
+ payload?: Record<string, {} | null> | undefined;
431
431
  };
432
432
  participants?: {
433
433
  name: string;
@@ -435,15 +435,15 @@ export declare const teamMembershipSchema: z.ZodObject<{
435
435
  type: string;
436
436
  description?: string | null | undefined;
437
437
  }[] | null | undefined;
438
- input_schema?: Record<string, unknown> | null | undefined;
438
+ input_schema?: Record<string, {} | null> | null | undefined;
439
439
  } | null | undefined;
440
440
  }, {
441
441
  type: "automation";
442
442
  automation_type?: string | null | undefined;
443
443
  invoke_contract?: {
444
444
  prefills: {
445
- participants?: Record<string, unknown> | undefined;
446
- payload?: Record<string, unknown> | undefined;
445
+ participants?: Record<string, {} | null> | undefined;
446
+ payload?: Record<string, {} | null> | undefined;
447
447
  };
448
448
  participants?: {
449
449
  name: string;
@@ -451,7 +451,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
451
451
  type: string;
452
452
  description?: string | null | undefined;
453
453
  }[] | null | undefined;
454
- input_schema?: Record<string, unknown> | null | undefined;
454
+ input_schema?: Record<string, {} | null> | null | undefined;
455
455
  } | null | undefined;
456
456
  }>]>>>;
457
457
  display_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -474,8 +474,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
474
474
  automation_type?: string | null | undefined;
475
475
  invoke_contract?: {
476
476
  prefills: {
477
- participants?: Record<string, unknown> | undefined;
478
- payload?: Record<string, unknown> | undefined;
477
+ participants?: Record<string, {} | null> | undefined;
478
+ payload?: Record<string, {} | null> | undefined;
479
479
  };
480
480
  participants?: {
481
481
  name: string;
@@ -483,7 +483,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
483
483
  type: string;
484
484
  description?: string | null | undefined;
485
485
  }[] | null | undefined;
486
- input_schema?: Record<string, unknown> | null | undefined;
486
+ input_schema?: Record<string, {} | null> | null | undefined;
487
487
  } | null | undefined;
488
488
  } | null | undefined;
489
489
  display_name?: string | null | undefined;
@@ -500,8 +500,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
500
500
  automation_type?: string | null | undefined;
501
501
  invoke_contract?: {
502
502
  prefills: {
503
- participants?: Record<string, unknown> | undefined;
504
- payload?: Record<string, unknown> | undefined;
503
+ participants?: Record<string, {} | null> | undefined;
504
+ payload?: Record<string, {} | null> | undefined;
505
505
  };
506
506
  participants?: {
507
507
  name: string;
@@ -509,7 +509,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
509
509
  type: string;
510
510
  description?: string | null | undefined;
511
511
  }[] | null | undefined;
512
- input_schema?: Record<string, unknown> | null | undefined;
512
+ input_schema?: Record<string, {} | null> | null | undefined;
513
513
  } | null | undefined;
514
514
  } | null | undefined;
515
515
  display_name?: string | null | undefined;
@@ -534,8 +534,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
534
534
  automation_type?: string | null | undefined;
535
535
  invoke_contract?: {
536
536
  prefills: {
537
- participants?: Record<string, unknown> | undefined;
538
- payload?: Record<string, unknown> | undefined;
537
+ participants?: Record<string, {} | null> | undefined;
538
+ payload?: Record<string, {} | null> | undefined;
539
539
  };
540
540
  participants?: {
541
541
  name: string;
@@ -543,7 +543,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
543
543
  type: string;
544
544
  description?: string | null | undefined;
545
545
  }[] | null | undefined;
546
- input_schema?: Record<string, unknown> | null | undefined;
546
+ input_schema?: Record<string, {} | null> | null | undefined;
547
547
  } | null | undefined;
548
548
  } | null | undefined;
549
549
  display_name?: string | null | undefined;
@@ -556,11 +556,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
556
556
  updated_at?: string | undefined;
557
557
  lookup_key?: string | null | undefined;
558
558
  virtual_path?: string | null | undefined;
559
- metadata?: Record<string, unknown> | undefined;
559
+ metadata?: Record<string, {} | null> | undefined;
560
560
  org_name?: string | null | undefined;
561
561
  org_slug?: string | null | undefined;
562
562
  category_keys?: string[] | undefined;
563
- events?: Record<string, unknown> | undefined;
563
+ events?: Record<string, {} | null> | undefined;
564
564
  image_url?: string | null | undefined;
565
565
  latest_solution?: string | null | undefined;
566
566
  latest_version?: string | null | undefined;
@@ -596,8 +596,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
596
596
  automation_type?: string | null | undefined;
597
597
  invoke_contract?: {
598
598
  prefills: {
599
- participants?: Record<string, unknown> | undefined;
600
- payload?: Record<string, unknown> | undefined;
599
+ participants?: Record<string, {} | null> | undefined;
600
+ payload?: Record<string, {} | null> | undefined;
601
601
  };
602
602
  participants?: {
603
603
  name: string;
@@ -605,7 +605,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
605
605
  type: string;
606
606
  description?: string | null | undefined;
607
607
  }[] | null | undefined;
608
- input_schema?: Record<string, unknown> | null | undefined;
608
+ input_schema?: Record<string, {} | null> | null | undefined;
609
609
  } | null | undefined;
610
610
  } | null | undefined;
611
611
  display_name?: string | null | undefined;
@@ -618,11 +618,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
618
618
  updated_at?: string | undefined;
619
619
  lookup_key?: string | null | undefined;
620
620
  virtual_path?: string | null | undefined;
621
- metadata?: Record<string, unknown> | undefined;
621
+ metadata?: Record<string, {} | null> | undefined;
622
622
  org_name?: string | null | undefined;
623
623
  org_slug?: string | null | undefined;
624
624
  category_keys?: string[] | undefined;
625
- events?: Record<string, unknown> | undefined;
625
+ events?: Record<string, {} | null> | undefined;
626
626
  image_url?: string | null | undefined;
627
627
  latest_solution?: string | null | undefined;
628
628
  latest_version?: string | null | undefined;
@@ -646,14 +646,14 @@ export declare const teamMembershipSchema: z.ZodObject<{
646
646
  category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
647
647
  created_at: z.ZodOptional<z.ZodString>;
648
648
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
649
- events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
649
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
650
650
  id: z.ZodString;
651
651
  image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
652
652
  kind: z.ZodString;
653
653
  latest_solution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
654
654
  latest_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
655
655
  lookup_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
656
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
656
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
657
657
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
658
658
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
659
659
  org_logo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -695,7 +695,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
695
695
  details: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
696
696
  automation_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
697
697
  invoke_contract: z.ZodOptional<z.ZodNullable<z.ZodObject<{
698
- input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
698
+ input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>>;
699
699
  participants: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
700
700
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
701
701
  name: z.ZodString;
@@ -713,19 +713,19 @@ export declare const teamMembershipSchema: z.ZodObject<{
713
713
  description?: string | null | undefined;
714
714
  }>, "many">>>;
715
715
  prefills: z.ZodObject<{
716
- participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
717
- payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
716
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
717
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
718
718
  }, "strip", z.ZodTypeAny, {
719
- participants?: Record<string, unknown> | undefined;
720
- payload?: Record<string, unknown> | undefined;
719
+ participants?: Record<string, {} | null> | undefined;
720
+ payload?: Record<string, {} | null> | undefined;
721
721
  }, {
722
- participants?: Record<string, unknown> | undefined;
723
- payload?: Record<string, unknown> | undefined;
722
+ participants?: Record<string, {} | null> | undefined;
723
+ payload?: Record<string, {} | null> | undefined;
724
724
  }>;
725
725
  }, "strip", z.ZodTypeAny, {
726
726
  prefills: {
727
- participants?: Record<string, unknown> | undefined;
728
- payload?: Record<string, unknown> | undefined;
727
+ participants?: Record<string, {} | null> | undefined;
728
+ payload?: Record<string, {} | null> | undefined;
729
729
  };
730
730
  participants?: {
731
731
  name: string;
@@ -733,11 +733,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
733
733
  type: string;
734
734
  description?: string | null | undefined;
735
735
  }[] | null | undefined;
736
- input_schema?: Record<string, unknown> | null | undefined;
736
+ input_schema?: Record<string, {} | null> | null | undefined;
737
737
  }, {
738
738
  prefills: {
739
- participants?: Record<string, unknown> | undefined;
740
- payload?: Record<string, unknown> | undefined;
739
+ participants?: Record<string, {} | null> | undefined;
740
+ payload?: Record<string, {} | null> | undefined;
741
741
  };
742
742
  participants?: {
743
743
  name: string;
@@ -745,7 +745,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
745
745
  type: string;
746
746
  description?: string | null | undefined;
747
747
  }[] | null | undefined;
748
- input_schema?: Record<string, unknown> | null | undefined;
748
+ input_schema?: Record<string, {} | null> | null | undefined;
749
749
  }>>>;
750
750
  type: z.ZodLiteral<"automation">;
751
751
  }, "strip", z.ZodTypeAny, {
@@ -753,8 +753,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
753
753
  automation_type?: string | null | undefined;
754
754
  invoke_contract?: {
755
755
  prefills: {
756
- participants?: Record<string, unknown> | undefined;
757
- payload?: Record<string, unknown> | undefined;
756
+ participants?: Record<string, {} | null> | undefined;
757
+ payload?: Record<string, {} | null> | undefined;
758
758
  };
759
759
  participants?: {
760
760
  name: string;
@@ -762,15 +762,15 @@ export declare const teamMembershipSchema: z.ZodObject<{
762
762
  type: string;
763
763
  description?: string | null | undefined;
764
764
  }[] | null | undefined;
765
- input_schema?: Record<string, unknown> | null | undefined;
765
+ input_schema?: Record<string, {} | null> | null | undefined;
766
766
  } | null | undefined;
767
767
  }, {
768
768
  type: "automation";
769
769
  automation_type?: string | null | undefined;
770
770
  invoke_contract?: {
771
771
  prefills: {
772
- participants?: Record<string, unknown> | undefined;
773
- payload?: Record<string, unknown> | undefined;
772
+ participants?: Record<string, {} | null> | undefined;
773
+ payload?: Record<string, {} | null> | undefined;
774
774
  };
775
775
  participants?: {
776
776
  name: string;
@@ -778,7 +778,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
778
778
  type: string;
779
779
  description?: string | null | undefined;
780
780
  }[] | null | undefined;
781
- input_schema?: Record<string, unknown> | null | undefined;
781
+ input_schema?: Record<string, {} | null> | null | undefined;
782
782
  } | null | undefined;
783
783
  }>]>>>;
784
784
  display_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -801,8 +801,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
801
801
  automation_type?: string | null | undefined;
802
802
  invoke_contract?: {
803
803
  prefills: {
804
- participants?: Record<string, unknown> | undefined;
805
- payload?: Record<string, unknown> | undefined;
804
+ participants?: Record<string, {} | null> | undefined;
805
+ payload?: Record<string, {} | null> | undefined;
806
806
  };
807
807
  participants?: {
808
808
  name: string;
@@ -810,7 +810,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
810
810
  type: string;
811
811
  description?: string | null | undefined;
812
812
  }[] | null | undefined;
813
- input_schema?: Record<string, unknown> | null | undefined;
813
+ input_schema?: Record<string, {} | null> | null | undefined;
814
814
  } | null | undefined;
815
815
  } | null | undefined;
816
816
  display_name?: string | null | undefined;
@@ -827,8 +827,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
827
827
  automation_type?: string | null | undefined;
828
828
  invoke_contract?: {
829
829
  prefills: {
830
- participants?: Record<string, unknown> | undefined;
831
- payload?: Record<string, unknown> | undefined;
830
+ participants?: Record<string, {} | null> | undefined;
831
+ payload?: Record<string, {} | null> | undefined;
832
832
  };
833
833
  participants?: {
834
834
  name: string;
@@ -836,7 +836,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
836
836
  type: string;
837
837
  description?: string | null | undefined;
838
838
  }[] | null | undefined;
839
- input_schema?: Record<string, unknown> | null | undefined;
839
+ input_schema?: Record<string, {} | null> | null | undefined;
840
840
  } | null | undefined;
841
841
  } | null | undefined;
842
842
  display_name?: string | null | undefined;
@@ -861,8 +861,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
861
861
  automation_type?: string | null | undefined;
862
862
  invoke_contract?: {
863
863
  prefills: {
864
- participants?: Record<string, unknown> | undefined;
865
- payload?: Record<string, unknown> | undefined;
864
+ participants?: Record<string, {} | null> | undefined;
865
+ payload?: Record<string, {} | null> | undefined;
866
866
  };
867
867
  participants?: {
868
868
  name: string;
@@ -870,7 +870,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
870
870
  type: string;
871
871
  description?: string | null | undefined;
872
872
  }[] | null | undefined;
873
- input_schema?: Record<string, unknown> | null | undefined;
873
+ input_schema?: Record<string, {} | null> | null | undefined;
874
874
  } | null | undefined;
875
875
  } | null | undefined;
876
876
  display_name?: string | null | undefined;
@@ -883,11 +883,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
883
883
  updated_at?: string | undefined;
884
884
  lookup_key?: string | null | undefined;
885
885
  virtual_path?: string | null | undefined;
886
- metadata?: Record<string, unknown> | undefined;
886
+ metadata?: Record<string, {} | null> | undefined;
887
887
  org_name?: string | null | undefined;
888
888
  org_slug?: string | null | undefined;
889
889
  category_keys?: string[] | undefined;
890
- events?: Record<string, unknown> | undefined;
890
+ events?: Record<string, {} | null> | undefined;
891
891
  image_url?: string | null | undefined;
892
892
  latest_solution?: string | null | undefined;
893
893
  latest_version?: string | null | undefined;
@@ -923,8 +923,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
923
923
  automation_type?: string | null | undefined;
924
924
  invoke_contract?: {
925
925
  prefills: {
926
- participants?: Record<string, unknown> | undefined;
927
- payload?: Record<string, unknown> | undefined;
926
+ participants?: Record<string, {} | null> | undefined;
927
+ payload?: Record<string, {} | null> | undefined;
928
928
  };
929
929
  participants?: {
930
930
  name: string;
@@ -932,7 +932,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
932
932
  type: string;
933
933
  description?: string | null | undefined;
934
934
  }[] | null | undefined;
935
- input_schema?: Record<string, unknown> | null | undefined;
935
+ input_schema?: Record<string, {} | null> | null | undefined;
936
936
  } | null | undefined;
937
937
  } | null | undefined;
938
938
  display_name?: string | null | undefined;
@@ -945,11 +945,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
945
945
  updated_at?: string | undefined;
946
946
  lookup_key?: string | null | undefined;
947
947
  virtual_path?: string | null | undefined;
948
- metadata?: Record<string, unknown> | undefined;
948
+ metadata?: Record<string, {} | null> | undefined;
949
949
  org_name?: string | null | undefined;
950
950
  org_slug?: string | null | undefined;
951
951
  category_keys?: string[] | undefined;
952
- events?: Record<string, unknown> | undefined;
952
+ events?: Record<string, {} | null> | undefined;
953
953
  image_url?: string | null | undefined;
954
954
  latest_solution?: string | null | undefined;
955
955
  latest_version?: string | null | undefined;
@@ -1018,8 +1018,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1018
1018
  automation_type?: string | null | undefined;
1019
1019
  invoke_contract?: {
1020
1020
  prefills: {
1021
- participants?: Record<string, unknown> | undefined;
1022
- payload?: Record<string, unknown> | undefined;
1021
+ participants?: Record<string, {} | null> | undefined;
1022
+ payload?: Record<string, {} | null> | undefined;
1023
1023
  };
1024
1024
  participants?: {
1025
1025
  name: string;
@@ -1027,7 +1027,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1027
1027
  type: string;
1028
1028
  description?: string | null | undefined;
1029
1029
  }[] | null | undefined;
1030
- input_schema?: Record<string, unknown> | null | undefined;
1030
+ input_schema?: Record<string, {} | null> | null | undefined;
1031
1031
  } | null | undefined;
1032
1032
  } | null | undefined;
1033
1033
  display_name?: string | null | undefined;
@@ -1040,11 +1040,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1040
1040
  updated_at?: string | undefined;
1041
1041
  lookup_key?: string | null | undefined;
1042
1042
  virtual_path?: string | null | undefined;
1043
- metadata?: Record<string, unknown> | undefined;
1043
+ metadata?: Record<string, {} | null> | undefined;
1044
1044
  org_name?: string | null | undefined;
1045
1045
  org_slug?: string | null | undefined;
1046
1046
  category_keys?: string[] | undefined;
1047
- events?: Record<string, unknown> | undefined;
1047
+ events?: Record<string, {} | null> | undefined;
1048
1048
  image_url?: string | null | undefined;
1049
1049
  latest_solution?: string | null | undefined;
1050
1050
  latest_version?: string | null | undefined;
@@ -1092,8 +1092,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1092
1092
  automation_type?: string | null | undefined;
1093
1093
  invoke_contract?: {
1094
1094
  prefills: {
1095
- participants?: Record<string, unknown> | undefined;
1096
- payload?: Record<string, unknown> | undefined;
1095
+ participants?: Record<string, {} | null> | undefined;
1096
+ payload?: Record<string, {} | null> | undefined;
1097
1097
  };
1098
1098
  participants?: {
1099
1099
  name: string;
@@ -1101,7 +1101,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1101
1101
  type: string;
1102
1102
  description?: string | null | undefined;
1103
1103
  }[] | null | undefined;
1104
- input_schema?: Record<string, unknown> | null | undefined;
1104
+ input_schema?: Record<string, {} | null> | null | undefined;
1105
1105
  } | null | undefined;
1106
1106
  } | null | undefined;
1107
1107
  display_name?: string | null | undefined;
@@ -1114,11 +1114,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1114
1114
  updated_at?: string | undefined;
1115
1115
  lookup_key?: string | null | undefined;
1116
1116
  virtual_path?: string | null | undefined;
1117
- metadata?: Record<string, unknown> | undefined;
1117
+ metadata?: Record<string, {} | null> | undefined;
1118
1118
  org_name?: string | null | undefined;
1119
1119
  org_slug?: string | null | undefined;
1120
1120
  category_keys?: string[] | undefined;
1121
- events?: Record<string, unknown> | undefined;
1121
+ events?: Record<string, {} | null> | undefined;
1122
1122
  image_url?: string | null | undefined;
1123
1123
  latest_solution?: string | null | undefined;
1124
1124
  latest_version?: string | null | undefined;
@@ -1156,8 +1156,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1156
1156
  automation_type?: string | null | undefined;
1157
1157
  invoke_contract?: {
1158
1158
  prefills: {
1159
- participants?: Record<string, unknown> | undefined;
1160
- payload?: Record<string, unknown> | undefined;
1159
+ participants?: Record<string, {} | null> | undefined;
1160
+ payload?: Record<string, {} | null> | undefined;
1161
1161
  };
1162
1162
  participants?: {
1163
1163
  name: string;
@@ -1165,7 +1165,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1165
1165
  type: string;
1166
1166
  description?: string | null | undefined;
1167
1167
  }[] | null | undefined;
1168
- input_schema?: Record<string, unknown> | null | undefined;
1168
+ input_schema?: Record<string, {} | null> | null | undefined;
1169
1169
  } | null | undefined;
1170
1170
  } | null | undefined;
1171
1171
  display_name?: string | null | undefined;
@@ -1178,11 +1178,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1178
1178
  updated_at?: string | undefined;
1179
1179
  lookup_key?: string | null | undefined;
1180
1180
  virtual_path?: string | null | undefined;
1181
- metadata?: Record<string, unknown> | undefined;
1181
+ metadata?: Record<string, {} | null> | undefined;
1182
1182
  org_name?: string | null | undefined;
1183
1183
  org_slug?: string | null | undefined;
1184
1184
  category_keys?: string[] | undefined;
1185
- events?: Record<string, unknown> | undefined;
1185
+ events?: Record<string, {} | null> | undefined;
1186
1186
  image_url?: string | null | undefined;
1187
1187
  latest_solution?: string | null | undefined;
1188
1188
  latest_version?: string | null | undefined;
@@ -1230,8 +1230,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1230
1230
  automation_type?: string | null | undefined;
1231
1231
  invoke_contract?: {
1232
1232
  prefills: {
1233
- participants?: Record<string, unknown> | undefined;
1234
- payload?: Record<string, unknown> | undefined;
1233
+ participants?: Record<string, {} | null> | undefined;
1234
+ payload?: Record<string, {} | null> | undefined;
1235
1235
  };
1236
1236
  participants?: {
1237
1237
  name: string;
@@ -1239,7 +1239,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1239
1239
  type: string;
1240
1240
  description?: string | null | undefined;
1241
1241
  }[] | null | undefined;
1242
- input_schema?: Record<string, unknown> | null | undefined;
1242
+ input_schema?: Record<string, {} | null> | null | undefined;
1243
1243
  } | null | undefined;
1244
1244
  } | null | undefined;
1245
1245
  display_name?: string | null | undefined;
@@ -1252,11 +1252,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1252
1252
  updated_at?: string | undefined;
1253
1253
  lookup_key?: string | null | undefined;
1254
1254
  virtual_path?: string | null | undefined;
1255
- metadata?: Record<string, unknown> | undefined;
1255
+ metadata?: Record<string, {} | null> | undefined;
1256
1256
  org_name?: string | null | undefined;
1257
1257
  org_slug?: string | null | undefined;
1258
1258
  category_keys?: string[] | undefined;
1259
- events?: Record<string, unknown> | undefined;
1259
+ events?: Record<string, {} | null> | undefined;
1260
1260
  image_url?: string | null | undefined;
1261
1261
  latest_solution?: string | null | undefined;
1262
1262
  latest_version?: string | null | undefined;
@@ -1294,7 +1294,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1294
1294
  user?: string | null | undefined;
1295
1295
  sandbox?: string | null | undefined;
1296
1296
  lookup_key?: string | null | undefined;
1297
- metadata?: Record<string, unknown> | undefined;
1297
+ metadata?: Record<string, {} | null> | undefined;
1298
1298
  org_name?: string | null | undefined;
1299
1299
  acl?: {
1300
1300
  add?: {
@@ -1335,8 +1335,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1335
1335
  automation_type?: string | null | undefined;
1336
1336
  invoke_contract?: {
1337
1337
  prefills: {
1338
- participants?: Record<string, unknown> | undefined;
1339
- payload?: Record<string, unknown> | undefined;
1338
+ participants?: Record<string, {} | null> | undefined;
1339
+ payload?: Record<string, {} | null> | undefined;
1340
1340
  };
1341
1341
  participants?: {
1342
1342
  name: string;
@@ -1344,7 +1344,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1344
1344
  type: string;
1345
1345
  description?: string | null | undefined;
1346
1346
  }[] | null | undefined;
1347
- input_schema?: Record<string, unknown> | null | undefined;
1347
+ input_schema?: Record<string, {} | null> | null | undefined;
1348
1348
  } | null | undefined;
1349
1349
  } | null | undefined;
1350
1350
  display_name?: string | null | undefined;
@@ -1357,11 +1357,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1357
1357
  updated_at?: string | undefined;
1358
1358
  lookup_key?: string | null | undefined;
1359
1359
  virtual_path?: string | null | undefined;
1360
- metadata?: Record<string, unknown> | undefined;
1360
+ metadata?: Record<string, {} | null> | undefined;
1361
1361
  org_name?: string | null | undefined;
1362
1362
  org_slug?: string | null | undefined;
1363
1363
  category_keys?: string[] | undefined;
1364
- events?: Record<string, unknown> | undefined;
1364
+ events?: Record<string, {} | null> | undefined;
1365
1365
  image_url?: string | null | undefined;
1366
1366
  latest_solution?: string | null | undefined;
1367
1367
  latest_version?: string | null | undefined;
@@ -1409,8 +1409,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1409
1409
  automation_type?: string | null | undefined;
1410
1410
  invoke_contract?: {
1411
1411
  prefills: {
1412
- participants?: Record<string, unknown> | undefined;
1413
- payload?: Record<string, unknown> | undefined;
1412
+ participants?: Record<string, {} | null> | undefined;
1413
+ payload?: Record<string, {} | null> | undefined;
1414
1414
  };
1415
1415
  participants?: {
1416
1416
  name: string;
@@ -1418,7 +1418,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1418
1418
  type: string;
1419
1419
  description?: string | null | undefined;
1420
1420
  }[] | null | undefined;
1421
- input_schema?: Record<string, unknown> | null | undefined;
1421
+ input_schema?: Record<string, {} | null> | null | undefined;
1422
1422
  } | null | undefined;
1423
1423
  } | null | undefined;
1424
1424
  display_name?: string | null | undefined;
@@ -1431,11 +1431,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1431
1431
  updated_at?: string | undefined;
1432
1432
  lookup_key?: string | null | undefined;
1433
1433
  virtual_path?: string | null | undefined;
1434
- metadata?: Record<string, unknown> | undefined;
1434
+ metadata?: Record<string, {} | null> | undefined;
1435
1435
  org_name?: string | null | undefined;
1436
1436
  org_slug?: string | null | undefined;
1437
1437
  category_keys?: string[] | undefined;
1438
- events?: Record<string, unknown> | undefined;
1438
+ events?: Record<string, {} | null> | undefined;
1439
1439
  image_url?: string | null | undefined;
1440
1440
  latest_solution?: string | null | undefined;
1441
1441
  latest_version?: string | null | undefined;
@@ -1470,7 +1470,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1470
1470
  user?: string | null | undefined;
1471
1471
  sandbox?: string | null | undefined;
1472
1472
  lookup_key?: string | null | undefined;
1473
- metadata?: Record<string, unknown> | undefined;
1473
+ metadata?: Record<string, {} | null> | undefined;
1474
1474
  org_name?: string | null | undefined;
1475
1475
  acl?: {
1476
1476
  add?: {
@@ -1511,8 +1511,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1511
1511
  automation_type?: string | null | undefined;
1512
1512
  invoke_contract?: {
1513
1513
  prefills: {
1514
- participants?: Record<string, unknown> | undefined;
1515
- payload?: Record<string, unknown> | undefined;
1514
+ participants?: Record<string, {} | null> | undefined;
1515
+ payload?: Record<string, {} | null> | undefined;
1516
1516
  };
1517
1517
  participants?: {
1518
1518
  name: string;
@@ -1520,7 +1520,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1520
1520
  type: string;
1521
1521
  description?: string | null | undefined;
1522
1522
  }[] | null | undefined;
1523
- input_schema?: Record<string, unknown> | null | undefined;
1523
+ input_schema?: Record<string, {} | null> | null | undefined;
1524
1524
  } | null | undefined;
1525
1525
  } | null | undefined;
1526
1526
  display_name?: string | null | undefined;
@@ -1533,11 +1533,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1533
1533
  updated_at?: string | undefined;
1534
1534
  lookup_key?: string | null | undefined;
1535
1535
  virtual_path?: string | null | undefined;
1536
- metadata?: Record<string, unknown> | undefined;
1536
+ metadata?: Record<string, {} | null> | undefined;
1537
1537
  org_name?: string | null | undefined;
1538
1538
  org_slug?: string | null | undefined;
1539
1539
  category_keys?: string[] | undefined;
1540
- events?: Record<string, unknown> | undefined;
1540
+ events?: Record<string, {} | null> | undefined;
1541
1541
  image_url?: string | null | undefined;
1542
1542
  latest_solution?: string | null | undefined;
1543
1543
  latest_version?: string | null | undefined;
@@ -1585,8 +1585,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1585
1585
  automation_type?: string | null | undefined;
1586
1586
  invoke_contract?: {
1587
1587
  prefills: {
1588
- participants?: Record<string, unknown> | undefined;
1589
- payload?: Record<string, unknown> | undefined;
1588
+ participants?: Record<string, {} | null> | undefined;
1589
+ payload?: Record<string, {} | null> | undefined;
1590
1590
  };
1591
1591
  participants?: {
1592
1592
  name: string;
@@ -1594,7 +1594,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1594
1594
  type: string;
1595
1595
  description?: string | null | undefined;
1596
1596
  }[] | null | undefined;
1597
- input_schema?: Record<string, unknown> | null | undefined;
1597
+ input_schema?: Record<string, {} | null> | null | undefined;
1598
1598
  } | null | undefined;
1599
1599
  } | null | undefined;
1600
1600
  display_name?: string | null | undefined;
@@ -1607,11 +1607,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1607
1607
  updated_at?: string | undefined;
1608
1608
  lookup_key?: string | null | undefined;
1609
1609
  virtual_path?: string | null | undefined;
1610
- metadata?: Record<string, unknown> | undefined;
1610
+ metadata?: Record<string, {} | null> | undefined;
1611
1611
  org_name?: string | null | undefined;
1612
1612
  org_slug?: string | null | undefined;
1613
1613
  category_keys?: string[] | undefined;
1614
- events?: Record<string, unknown> | undefined;
1614
+ events?: Record<string, {} | null> | undefined;
1615
1615
  image_url?: string | null | undefined;
1616
1616
  latest_solution?: string | null | undefined;
1617
1617
  latest_version?: string | null | undefined;
@@ -1641,7 +1641,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1641
1641
  /** When the principal joined the team (ISO 8601). */
1642
1642
  joined_at: z.ZodOptional<z.ZodString>;
1643
1643
  /** Arbitrary key-value metadata attached to this membership record. `null` if no metadata has been set. */
1644
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1644
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
1645
1645
  /** Display name of the member, derived from the associated user or agent. `null` if the principal is unknown. */
1646
1646
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1647
1647
  /** Profile picture of the member, derived from the associated user or agent. `null` if not set or principal is unknown. */
@@ -1673,7 +1673,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1673
1673
  /** The member's role within the team. One of `"owner"`, `"admin"`, or `"member"`. */
1674
1674
  role: z.ZodOptional<z.ZodString>;
1675
1675
  /** The team this membership belongs to, as an expanded team object. `null` when the team association is not preloaded. */
1676
- team: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
1676
+ team: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>>;
1677
1677
  /** Resolved principal type. One of `"user"`, `"agent"`, or `"unknown"` when the principal cannot be determined. */
1678
1678
  type: z.ZodOptional<z.ZodString>;
1679
1679
  /** When this membership record was last updated (ISO 8601). */
@@ -1691,7 +1691,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1691
1691
  email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1692
1692
  id: z.ZodString;
1693
1693
  is_system_user: z.ZodOptional<z.ZodBoolean>;
1694
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1694
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
1695
1695
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1696
1696
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
1697
1697
  org_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -1714,7 +1714,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1714
1714
  created_by_team?: string | null | undefined;
1715
1715
  created_by_user?: string | null | undefined;
1716
1716
  is_system_user?: boolean | undefined;
1717
- metadata?: Record<string, unknown> | undefined;
1717
+ metadata?: Record<string, {} | null> | undefined;
1718
1718
  org_name?: string | null | undefined;
1719
1719
  org_role?: string | null | undefined;
1720
1720
  org_slug?: string | null | undefined;
@@ -1734,7 +1734,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1734
1734
  created_by_team?: string | null | undefined;
1735
1735
  created_by_user?: string | null | undefined;
1736
1736
  is_system_user?: boolean | undefined;
1737
- metadata?: Record<string, unknown> | undefined;
1737
+ metadata?: Record<string, {} | null> | undefined;
1738
1738
  org_name?: string | null | undefined;
1739
1739
  org_role?: string | null | undefined;
1740
1740
  org_slug?: string | null | undefined;
@@ -1755,7 +1755,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1755
1755
  user?: string | null | undefined;
1756
1756
  sandbox?: string | null | undefined;
1757
1757
  lookup_key?: string | null | undefined;
1758
- metadata?: Record<string, unknown> | undefined;
1758
+ metadata?: Record<string, {} | null> | undefined;
1759
1759
  org_name?: string | null | undefined;
1760
1760
  acl?: {
1761
1761
  add?: {
@@ -1796,8 +1796,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1796
1796
  automation_type?: string | null | undefined;
1797
1797
  invoke_contract?: {
1798
1798
  prefills: {
1799
- participants?: Record<string, unknown> | undefined;
1800
- payload?: Record<string, unknown> | undefined;
1799
+ participants?: Record<string, {} | null> | undefined;
1800
+ payload?: Record<string, {} | null> | undefined;
1801
1801
  };
1802
1802
  participants?: {
1803
1803
  name: string;
@@ -1805,7 +1805,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1805
1805
  type: string;
1806
1806
  description?: string | null | undefined;
1807
1807
  }[] | null | undefined;
1808
- input_schema?: Record<string, unknown> | null | undefined;
1808
+ input_schema?: Record<string, {} | null> | null | undefined;
1809
1809
  } | null | undefined;
1810
1810
  } | null | undefined;
1811
1811
  display_name?: string | null | undefined;
@@ -1818,11 +1818,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1818
1818
  updated_at?: string | undefined;
1819
1819
  lookup_key?: string | null | undefined;
1820
1820
  virtual_path?: string | null | undefined;
1821
- metadata?: Record<string, unknown> | undefined;
1821
+ metadata?: Record<string, {} | null> | undefined;
1822
1822
  org_name?: string | null | undefined;
1823
1823
  org_slug?: string | null | undefined;
1824
1824
  category_keys?: string[] | undefined;
1825
- events?: Record<string, unknown> | undefined;
1825
+ events?: Record<string, {} | null> | undefined;
1826
1826
  image_url?: string | null | undefined;
1827
1827
  latest_solution?: string | null | undefined;
1828
1828
  latest_version?: string | null | undefined;
@@ -1870,8 +1870,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
1870
1870
  automation_type?: string | null | undefined;
1871
1871
  invoke_contract?: {
1872
1872
  prefills: {
1873
- participants?: Record<string, unknown> | undefined;
1874
- payload?: Record<string, unknown> | undefined;
1873
+ participants?: Record<string, {} | null> | undefined;
1874
+ payload?: Record<string, {} | null> | undefined;
1875
1875
  };
1876
1876
  participants?: {
1877
1877
  name: string;
@@ -1879,7 +1879,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1879
1879
  type: string;
1880
1880
  description?: string | null | undefined;
1881
1881
  }[] | null | undefined;
1882
- input_schema?: Record<string, unknown> | null | undefined;
1882
+ input_schema?: Record<string, {} | null> | null | undefined;
1883
1883
  } | null | undefined;
1884
1884
  } | null | undefined;
1885
1885
  display_name?: string | null | undefined;
@@ -1892,11 +1892,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
1892
1892
  updated_at?: string | undefined;
1893
1893
  lookup_key?: string | null | undefined;
1894
1894
  virtual_path?: string | null | undefined;
1895
- metadata?: Record<string, unknown> | undefined;
1895
+ metadata?: Record<string, {} | null> | undefined;
1896
1896
  org_name?: string | null | undefined;
1897
1897
  org_slug?: string | null | undefined;
1898
1898
  category_keys?: string[] | undefined;
1899
- events?: Record<string, unknown> | undefined;
1899
+ events?: Record<string, {} | null> | undefined;
1900
1900
  image_url?: string | null | undefined;
1901
1901
  latest_solution?: string | null | undefined;
1902
1902
  latest_version?: string | null | undefined;
@@ -1919,7 +1919,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1919
1919
  } | null | undefined;
1920
1920
  template_upgrade_available?: boolean | null | undefined;
1921
1921
  } | null | undefined;
1922
- team?: Record<string, unknown> | null | undefined;
1922
+ team?: Record<string, {} | null> | null | undefined;
1923
1923
  name?: string | null | undefined;
1924
1924
  type?: string | undefined;
1925
1925
  created_at?: string | undefined;
@@ -1939,7 +1939,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1939
1939
  created_by_team?: string | null | undefined;
1940
1940
  created_by_user?: string | null | undefined;
1941
1941
  is_system_user?: boolean | undefined;
1942
- metadata?: Record<string, unknown> | undefined;
1942
+ metadata?: Record<string, {} | null> | undefined;
1943
1943
  org_name?: string | null | undefined;
1944
1944
  org_role?: string | null | undefined;
1945
1945
  org_slug?: string | null | undefined;
@@ -1954,7 +1954,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1954
1954
  url?: string | null | undefined;
1955
1955
  width?: number | null | undefined;
1956
1956
  } | null | undefined;
1957
- metadata?: Record<string, unknown> | undefined;
1957
+ metadata?: Record<string, {} | null> | undefined;
1958
1958
  role?: string | undefined;
1959
1959
  joined_at?: string | undefined;
1960
1960
  }, {
@@ -1972,7 +1972,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1972
1972
  user?: string | null | undefined;
1973
1973
  sandbox?: string | null | undefined;
1974
1974
  lookup_key?: string | null | undefined;
1975
- metadata?: Record<string, unknown> | undefined;
1975
+ metadata?: Record<string, {} | null> | undefined;
1976
1976
  org_name?: string | null | undefined;
1977
1977
  acl?: {
1978
1978
  add?: {
@@ -2013,8 +2013,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
2013
2013
  automation_type?: string | null | undefined;
2014
2014
  invoke_contract?: {
2015
2015
  prefills: {
2016
- participants?: Record<string, unknown> | undefined;
2017
- payload?: Record<string, unknown> | undefined;
2016
+ participants?: Record<string, {} | null> | undefined;
2017
+ payload?: Record<string, {} | null> | undefined;
2018
2018
  };
2019
2019
  participants?: {
2020
2020
  name: string;
@@ -2022,7 +2022,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
2022
2022
  type: string;
2023
2023
  description?: string | null | undefined;
2024
2024
  }[] | null | undefined;
2025
- input_schema?: Record<string, unknown> | null | undefined;
2025
+ input_schema?: Record<string, {} | null> | null | undefined;
2026
2026
  } | null | undefined;
2027
2027
  } | null | undefined;
2028
2028
  display_name?: string | null | undefined;
@@ -2035,11 +2035,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
2035
2035
  updated_at?: string | undefined;
2036
2036
  lookup_key?: string | null | undefined;
2037
2037
  virtual_path?: string | null | undefined;
2038
- metadata?: Record<string, unknown> | undefined;
2038
+ metadata?: Record<string, {} | null> | undefined;
2039
2039
  org_name?: string | null | undefined;
2040
2040
  org_slug?: string | null | undefined;
2041
2041
  category_keys?: string[] | undefined;
2042
- events?: Record<string, unknown> | undefined;
2042
+ events?: Record<string, {} | null> | undefined;
2043
2043
  image_url?: string | null | undefined;
2044
2044
  latest_solution?: string | null | undefined;
2045
2045
  latest_version?: string | null | undefined;
@@ -2087,8 +2087,8 @@ export declare const teamMembershipSchema: z.ZodObject<{
2087
2087
  automation_type?: string | null | undefined;
2088
2088
  invoke_contract?: {
2089
2089
  prefills: {
2090
- participants?: Record<string, unknown> | undefined;
2091
- payload?: Record<string, unknown> | undefined;
2090
+ participants?: Record<string, {} | null> | undefined;
2091
+ payload?: Record<string, {} | null> | undefined;
2092
2092
  };
2093
2093
  participants?: {
2094
2094
  name: string;
@@ -2096,7 +2096,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
2096
2096
  type: string;
2097
2097
  description?: string | null | undefined;
2098
2098
  }[] | null | undefined;
2099
- input_schema?: Record<string, unknown> | null | undefined;
2099
+ input_schema?: Record<string, {} | null> | null | undefined;
2100
2100
  } | null | undefined;
2101
2101
  } | null | undefined;
2102
2102
  display_name?: string | null | undefined;
@@ -2109,11 +2109,11 @@ export declare const teamMembershipSchema: z.ZodObject<{
2109
2109
  updated_at?: string | undefined;
2110
2110
  lookup_key?: string | null | undefined;
2111
2111
  virtual_path?: string | null | undefined;
2112
- metadata?: Record<string, unknown> | undefined;
2112
+ metadata?: Record<string, {} | null> | undefined;
2113
2113
  org_name?: string | null | undefined;
2114
2114
  org_slug?: string | null | undefined;
2115
2115
  category_keys?: string[] | undefined;
2116
- events?: Record<string, unknown> | undefined;
2116
+ events?: Record<string, {} | null> | undefined;
2117
2117
  image_url?: string | null | undefined;
2118
2118
  latest_solution?: string | null | undefined;
2119
2119
  latest_version?: string | null | undefined;
@@ -2136,7 +2136,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
2136
2136
  } | null | undefined;
2137
2137
  template_upgrade_available?: boolean | null | undefined;
2138
2138
  } | null | undefined;
2139
- team?: Record<string, unknown> | null | undefined;
2139
+ team?: Record<string, {} | null> | null | undefined;
2140
2140
  name?: string | null | undefined;
2141
2141
  type?: string | undefined;
2142
2142
  created_at?: string | undefined;
@@ -2156,7 +2156,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
2156
2156
  created_by_team?: string | null | undefined;
2157
2157
  created_by_user?: string | null | undefined;
2158
2158
  is_system_user?: boolean | undefined;
2159
- metadata?: Record<string, unknown> | undefined;
2159
+ metadata?: Record<string, {} | null> | undefined;
2160
2160
  org_name?: string | null | undefined;
2161
2161
  org_role?: string | null | undefined;
2162
2162
  org_slug?: string | null | undefined;
@@ -2171,7 +2171,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
2171
2171
  url?: string | null | undefined;
2172
2172
  width?: number | null | undefined;
2173
2173
  } | null | undefined;
2174
- metadata?: Record<string, unknown> | undefined;
2174
+ metadata?: Record<string, {} | null> | undefined;
2175
2175
  role?: string | undefined;
2176
2176
  joined_at?: string | undefined;
2177
2177
  }>;
@@ -2275,7 +2275,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2275
2275
  identity: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2276
2276
  last_applied_template_config: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2277
2277
  lookup_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2278
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2278
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2279
2279
  name: z.ZodOptional<z.ZodString>;
2280
2280
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2281
2281
  org_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2287,14 +2287,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2287
2287
  category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2288
2288
  created_at: z.ZodOptional<z.ZodString>;
2289
2289
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2290
- events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2290
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2291
2291
  id: z.ZodString;
2292
2292
  image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2293
2293
  kind: z.ZodString;
2294
2294
  latest_solution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2295
2295
  latest_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2296
2296
  lookup_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2297
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2297
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2298
2298
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2299
2299
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2300
2300
  org_logo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2336,7 +2336,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2336
2336
  details: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2337
2337
  automation_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2338
2338
  invoke_contract: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2339
- input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2339
+ input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>>;
2340
2340
  participants: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2341
2341
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2342
2342
  name: z.ZodString;
@@ -2354,19 +2354,19 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2354
2354
  description?: string | null | undefined;
2355
2355
  }>, "many">>>;
2356
2356
  prefills: z.ZodObject<{
2357
- participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2358
- payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2357
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2358
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2359
2359
  }, "strip", z.ZodTypeAny, {
2360
- participants?: Record<string, unknown> | undefined;
2361
- payload?: Record<string, unknown> | undefined;
2360
+ participants?: Record<string, {} | null> | undefined;
2361
+ payload?: Record<string, {} | null> | undefined;
2362
2362
  }, {
2363
- participants?: Record<string, unknown> | undefined;
2364
- payload?: Record<string, unknown> | undefined;
2363
+ participants?: Record<string, {} | null> | undefined;
2364
+ payload?: Record<string, {} | null> | undefined;
2365
2365
  }>;
2366
2366
  }, "strip", z.ZodTypeAny, {
2367
2367
  prefills: {
2368
- participants?: Record<string, unknown> | undefined;
2369
- payload?: Record<string, unknown> | undefined;
2368
+ participants?: Record<string, {} | null> | undefined;
2369
+ payload?: Record<string, {} | null> | undefined;
2370
2370
  };
2371
2371
  participants?: {
2372
2372
  name: string;
@@ -2374,11 +2374,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2374
2374
  type: string;
2375
2375
  description?: string | null | undefined;
2376
2376
  }[] | null | undefined;
2377
- input_schema?: Record<string, unknown> | null | undefined;
2377
+ input_schema?: Record<string, {} | null> | null | undefined;
2378
2378
  }, {
2379
2379
  prefills: {
2380
- participants?: Record<string, unknown> | undefined;
2381
- payload?: Record<string, unknown> | undefined;
2380
+ participants?: Record<string, {} | null> | undefined;
2381
+ payload?: Record<string, {} | null> | undefined;
2382
2382
  };
2383
2383
  participants?: {
2384
2384
  name: string;
@@ -2386,7 +2386,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2386
2386
  type: string;
2387
2387
  description?: string | null | undefined;
2388
2388
  }[] | null | undefined;
2389
- input_schema?: Record<string, unknown> | null | undefined;
2389
+ input_schema?: Record<string, {} | null> | null | undefined;
2390
2390
  }>>>;
2391
2391
  type: z.ZodLiteral<"automation">;
2392
2392
  }, "strip", z.ZodTypeAny, {
@@ -2394,8 +2394,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2394
2394
  automation_type?: string | null | undefined;
2395
2395
  invoke_contract?: {
2396
2396
  prefills: {
2397
- participants?: Record<string, unknown> | undefined;
2398
- payload?: Record<string, unknown> | undefined;
2397
+ participants?: Record<string, {} | null> | undefined;
2398
+ payload?: Record<string, {} | null> | undefined;
2399
2399
  };
2400
2400
  participants?: {
2401
2401
  name: string;
@@ -2403,15 +2403,15 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2403
2403
  type: string;
2404
2404
  description?: string | null | undefined;
2405
2405
  }[] | null | undefined;
2406
- input_schema?: Record<string, unknown> | null | undefined;
2406
+ input_schema?: Record<string, {} | null> | null | undefined;
2407
2407
  } | null | undefined;
2408
2408
  }, {
2409
2409
  type: "automation";
2410
2410
  automation_type?: string | null | undefined;
2411
2411
  invoke_contract?: {
2412
2412
  prefills: {
2413
- participants?: Record<string, unknown> | undefined;
2414
- payload?: Record<string, unknown> | undefined;
2413
+ participants?: Record<string, {} | null> | undefined;
2414
+ payload?: Record<string, {} | null> | undefined;
2415
2415
  };
2416
2416
  participants?: {
2417
2417
  name: string;
@@ -2419,7 +2419,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2419
2419
  type: string;
2420
2420
  description?: string | null | undefined;
2421
2421
  }[] | null | undefined;
2422
- input_schema?: Record<string, unknown> | null | undefined;
2422
+ input_schema?: Record<string, {} | null> | null | undefined;
2423
2423
  } | null | undefined;
2424
2424
  }>]>>>;
2425
2425
  display_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2442,8 +2442,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2442
2442
  automation_type?: string | null | undefined;
2443
2443
  invoke_contract?: {
2444
2444
  prefills: {
2445
- participants?: Record<string, unknown> | undefined;
2446
- payload?: Record<string, unknown> | undefined;
2445
+ participants?: Record<string, {} | null> | undefined;
2446
+ payload?: Record<string, {} | null> | undefined;
2447
2447
  };
2448
2448
  participants?: {
2449
2449
  name: string;
@@ -2451,7 +2451,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2451
2451
  type: string;
2452
2452
  description?: string | null | undefined;
2453
2453
  }[] | null | undefined;
2454
- input_schema?: Record<string, unknown> | null | undefined;
2454
+ input_schema?: Record<string, {} | null> | null | undefined;
2455
2455
  } | null | undefined;
2456
2456
  } | null | undefined;
2457
2457
  display_name?: string | null | undefined;
@@ -2468,8 +2468,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2468
2468
  automation_type?: string | null | undefined;
2469
2469
  invoke_contract?: {
2470
2470
  prefills: {
2471
- participants?: Record<string, unknown> | undefined;
2472
- payload?: Record<string, unknown> | undefined;
2471
+ participants?: Record<string, {} | null> | undefined;
2472
+ payload?: Record<string, {} | null> | undefined;
2473
2473
  };
2474
2474
  participants?: {
2475
2475
  name: string;
@@ -2477,7 +2477,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2477
2477
  type: string;
2478
2478
  description?: string | null | undefined;
2479
2479
  }[] | null | undefined;
2480
- input_schema?: Record<string, unknown> | null | undefined;
2480
+ input_schema?: Record<string, {} | null> | null | undefined;
2481
2481
  } | null | undefined;
2482
2482
  } | null | undefined;
2483
2483
  display_name?: string | null | undefined;
@@ -2502,8 +2502,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2502
2502
  automation_type?: string | null | undefined;
2503
2503
  invoke_contract?: {
2504
2504
  prefills: {
2505
- participants?: Record<string, unknown> | undefined;
2506
- payload?: Record<string, unknown> | undefined;
2505
+ participants?: Record<string, {} | null> | undefined;
2506
+ payload?: Record<string, {} | null> | undefined;
2507
2507
  };
2508
2508
  participants?: {
2509
2509
  name: string;
@@ -2511,7 +2511,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2511
2511
  type: string;
2512
2512
  description?: string | null | undefined;
2513
2513
  }[] | null | undefined;
2514
- input_schema?: Record<string, unknown> | null | undefined;
2514
+ input_schema?: Record<string, {} | null> | null | undefined;
2515
2515
  } | null | undefined;
2516
2516
  } | null | undefined;
2517
2517
  display_name?: string | null | undefined;
@@ -2524,11 +2524,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2524
2524
  updated_at?: string | undefined;
2525
2525
  lookup_key?: string | null | undefined;
2526
2526
  virtual_path?: string | null | undefined;
2527
- metadata?: Record<string, unknown> | undefined;
2527
+ metadata?: Record<string, {} | null> | undefined;
2528
2528
  org_name?: string | null | undefined;
2529
2529
  org_slug?: string | null | undefined;
2530
2530
  category_keys?: string[] | undefined;
2531
- events?: Record<string, unknown> | undefined;
2531
+ events?: Record<string, {} | null> | undefined;
2532
2532
  image_url?: string | null | undefined;
2533
2533
  latest_solution?: string | null | undefined;
2534
2534
  latest_version?: string | null | undefined;
@@ -2564,8 +2564,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2564
2564
  automation_type?: string | null | undefined;
2565
2565
  invoke_contract?: {
2566
2566
  prefills: {
2567
- participants?: Record<string, unknown> | undefined;
2568
- payload?: Record<string, unknown> | undefined;
2567
+ participants?: Record<string, {} | null> | undefined;
2568
+ payload?: Record<string, {} | null> | undefined;
2569
2569
  };
2570
2570
  participants?: {
2571
2571
  name: string;
@@ -2573,7 +2573,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2573
2573
  type: string;
2574
2574
  description?: string | null | undefined;
2575
2575
  }[] | null | undefined;
2576
- input_schema?: Record<string, unknown> | null | undefined;
2576
+ input_schema?: Record<string, {} | null> | null | undefined;
2577
2577
  } | null | undefined;
2578
2578
  } | null | undefined;
2579
2579
  display_name?: string | null | undefined;
@@ -2586,11 +2586,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2586
2586
  updated_at?: string | undefined;
2587
2587
  lookup_key?: string | null | undefined;
2588
2588
  virtual_path?: string | null | undefined;
2589
- metadata?: Record<string, unknown> | undefined;
2589
+ metadata?: Record<string, {} | null> | undefined;
2590
2590
  org_name?: string | null | undefined;
2591
2591
  org_slug?: string | null | undefined;
2592
2592
  category_keys?: string[] | undefined;
2593
- events?: Record<string, unknown> | undefined;
2593
+ events?: Record<string, {} | null> | undefined;
2594
2594
  image_url?: string | null | undefined;
2595
2595
  latest_solution?: string | null | undefined;
2596
2596
  latest_version?: string | null | undefined;
@@ -2614,14 +2614,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2614
2614
  category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2615
2615
  created_at: z.ZodOptional<z.ZodString>;
2616
2616
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2617
- events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2617
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2618
2618
  id: z.ZodString;
2619
2619
  image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2620
2620
  kind: z.ZodString;
2621
2621
  latest_solution: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2622
2622
  latest_version: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2623
2623
  lookup_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2624
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2624
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2625
2625
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2626
2626
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2627
2627
  org_logo: z.ZodOptional<z.ZodNullable<z.ZodObject<{
@@ -2663,7 +2663,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2663
2663
  details: z.ZodOptional<z.ZodNullable<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2664
2664
  automation_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2665
2665
  invoke_contract: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2666
- input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
2666
+ input_schema: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>>;
2667
2667
  participants: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
2668
2668
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2669
2669
  name: z.ZodString;
@@ -2681,19 +2681,19 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2681
2681
  description?: string | null | undefined;
2682
2682
  }>, "many">>>;
2683
2683
  prefills: z.ZodObject<{
2684
- participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2685
- payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2684
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2685
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
2686
2686
  }, "strip", z.ZodTypeAny, {
2687
- participants?: Record<string, unknown> | undefined;
2688
- payload?: Record<string, unknown> | undefined;
2687
+ participants?: Record<string, {} | null> | undefined;
2688
+ payload?: Record<string, {} | null> | undefined;
2689
2689
  }, {
2690
- participants?: Record<string, unknown> | undefined;
2691
- payload?: Record<string, unknown> | undefined;
2690
+ participants?: Record<string, {} | null> | undefined;
2691
+ payload?: Record<string, {} | null> | undefined;
2692
2692
  }>;
2693
2693
  }, "strip", z.ZodTypeAny, {
2694
2694
  prefills: {
2695
- participants?: Record<string, unknown> | undefined;
2696
- payload?: Record<string, unknown> | undefined;
2695
+ participants?: Record<string, {} | null> | undefined;
2696
+ payload?: Record<string, {} | null> | undefined;
2697
2697
  };
2698
2698
  participants?: {
2699
2699
  name: string;
@@ -2701,11 +2701,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2701
2701
  type: string;
2702
2702
  description?: string | null | undefined;
2703
2703
  }[] | null | undefined;
2704
- input_schema?: Record<string, unknown> | null | undefined;
2704
+ input_schema?: Record<string, {} | null> | null | undefined;
2705
2705
  }, {
2706
2706
  prefills: {
2707
- participants?: Record<string, unknown> | undefined;
2708
- payload?: Record<string, unknown> | undefined;
2707
+ participants?: Record<string, {} | null> | undefined;
2708
+ payload?: Record<string, {} | null> | undefined;
2709
2709
  };
2710
2710
  participants?: {
2711
2711
  name: string;
@@ -2713,7 +2713,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2713
2713
  type: string;
2714
2714
  description?: string | null | undefined;
2715
2715
  }[] | null | undefined;
2716
- input_schema?: Record<string, unknown> | null | undefined;
2716
+ input_schema?: Record<string, {} | null> | null | undefined;
2717
2717
  }>>>;
2718
2718
  type: z.ZodLiteral<"automation">;
2719
2719
  }, "strip", z.ZodTypeAny, {
@@ -2721,8 +2721,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2721
2721
  automation_type?: string | null | undefined;
2722
2722
  invoke_contract?: {
2723
2723
  prefills: {
2724
- participants?: Record<string, unknown> | undefined;
2725
- payload?: Record<string, unknown> | undefined;
2724
+ participants?: Record<string, {} | null> | undefined;
2725
+ payload?: Record<string, {} | null> | undefined;
2726
2726
  };
2727
2727
  participants?: {
2728
2728
  name: string;
@@ -2730,15 +2730,15 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2730
2730
  type: string;
2731
2731
  description?: string | null | undefined;
2732
2732
  }[] | null | undefined;
2733
- input_schema?: Record<string, unknown> | null | undefined;
2733
+ input_schema?: Record<string, {} | null> | null | undefined;
2734
2734
  } | null | undefined;
2735
2735
  }, {
2736
2736
  type: "automation";
2737
2737
  automation_type?: string | null | undefined;
2738
2738
  invoke_contract?: {
2739
2739
  prefills: {
2740
- participants?: Record<string, unknown> | undefined;
2741
- payload?: Record<string, unknown> | undefined;
2740
+ participants?: Record<string, {} | null> | undefined;
2741
+ payload?: Record<string, {} | null> | undefined;
2742
2742
  };
2743
2743
  participants?: {
2744
2744
  name: string;
@@ -2746,7 +2746,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2746
2746
  type: string;
2747
2747
  description?: string | null | undefined;
2748
2748
  }[] | null | undefined;
2749
- input_schema?: Record<string, unknown> | null | undefined;
2749
+ input_schema?: Record<string, {} | null> | null | undefined;
2750
2750
  } | null | undefined;
2751
2751
  }>]>>>;
2752
2752
  display_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -2769,8 +2769,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2769
2769
  automation_type?: string | null | undefined;
2770
2770
  invoke_contract?: {
2771
2771
  prefills: {
2772
- participants?: Record<string, unknown> | undefined;
2773
- payload?: Record<string, unknown> | undefined;
2772
+ participants?: Record<string, {} | null> | undefined;
2773
+ payload?: Record<string, {} | null> | undefined;
2774
2774
  };
2775
2775
  participants?: {
2776
2776
  name: string;
@@ -2778,7 +2778,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2778
2778
  type: string;
2779
2779
  description?: string | null | undefined;
2780
2780
  }[] | null | undefined;
2781
- input_schema?: Record<string, unknown> | null | undefined;
2781
+ input_schema?: Record<string, {} | null> | null | undefined;
2782
2782
  } | null | undefined;
2783
2783
  } | null | undefined;
2784
2784
  display_name?: string | null | undefined;
@@ -2795,8 +2795,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2795
2795
  automation_type?: string | null | undefined;
2796
2796
  invoke_contract?: {
2797
2797
  prefills: {
2798
- participants?: Record<string, unknown> | undefined;
2799
- payload?: Record<string, unknown> | undefined;
2798
+ participants?: Record<string, {} | null> | undefined;
2799
+ payload?: Record<string, {} | null> | undefined;
2800
2800
  };
2801
2801
  participants?: {
2802
2802
  name: string;
@@ -2804,7 +2804,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2804
2804
  type: string;
2805
2805
  description?: string | null | undefined;
2806
2806
  }[] | null | undefined;
2807
- input_schema?: Record<string, unknown> | null | undefined;
2807
+ input_schema?: Record<string, {} | null> | null | undefined;
2808
2808
  } | null | undefined;
2809
2809
  } | null | undefined;
2810
2810
  display_name?: string | null | undefined;
@@ -2829,8 +2829,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2829
2829
  automation_type?: string | null | undefined;
2830
2830
  invoke_contract?: {
2831
2831
  prefills: {
2832
- participants?: Record<string, unknown> | undefined;
2833
- payload?: Record<string, unknown> | undefined;
2832
+ participants?: Record<string, {} | null> | undefined;
2833
+ payload?: Record<string, {} | null> | undefined;
2834
2834
  };
2835
2835
  participants?: {
2836
2836
  name: string;
@@ -2838,7 +2838,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2838
2838
  type: string;
2839
2839
  description?: string | null | undefined;
2840
2840
  }[] | null | undefined;
2841
- input_schema?: Record<string, unknown> | null | undefined;
2841
+ input_schema?: Record<string, {} | null> | null | undefined;
2842
2842
  } | null | undefined;
2843
2843
  } | null | undefined;
2844
2844
  display_name?: string | null | undefined;
@@ -2851,11 +2851,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2851
2851
  updated_at?: string | undefined;
2852
2852
  lookup_key?: string | null | undefined;
2853
2853
  virtual_path?: string | null | undefined;
2854
- metadata?: Record<string, unknown> | undefined;
2854
+ metadata?: Record<string, {} | null> | undefined;
2855
2855
  org_name?: string | null | undefined;
2856
2856
  org_slug?: string | null | undefined;
2857
2857
  category_keys?: string[] | undefined;
2858
- events?: Record<string, unknown> | undefined;
2858
+ events?: Record<string, {} | null> | undefined;
2859
2859
  image_url?: string | null | undefined;
2860
2860
  latest_solution?: string | null | undefined;
2861
2861
  latest_version?: string | null | undefined;
@@ -2891,8 +2891,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2891
2891
  automation_type?: string | null | undefined;
2892
2892
  invoke_contract?: {
2893
2893
  prefills: {
2894
- participants?: Record<string, unknown> | undefined;
2895
- payload?: Record<string, unknown> | undefined;
2894
+ participants?: Record<string, {} | null> | undefined;
2895
+ payload?: Record<string, {} | null> | undefined;
2896
2896
  };
2897
2897
  participants?: {
2898
2898
  name: string;
@@ -2900,7 +2900,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2900
2900
  type: string;
2901
2901
  description?: string | null | undefined;
2902
2902
  }[] | null | undefined;
2903
- input_schema?: Record<string, unknown> | null | undefined;
2903
+ input_schema?: Record<string, {} | null> | null | undefined;
2904
2904
  } | null | undefined;
2905
2905
  } | null | undefined;
2906
2906
  display_name?: string | null | undefined;
@@ -2913,11 +2913,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2913
2913
  updated_at?: string | undefined;
2914
2914
  lookup_key?: string | null | undefined;
2915
2915
  virtual_path?: string | null | undefined;
2916
- metadata?: Record<string, unknown> | undefined;
2916
+ metadata?: Record<string, {} | null> | undefined;
2917
2917
  org_name?: string | null | undefined;
2918
2918
  org_slug?: string | null | undefined;
2919
2919
  category_keys?: string[] | undefined;
2920
- events?: Record<string, unknown> | undefined;
2920
+ events?: Record<string, {} | null> | undefined;
2921
2921
  image_url?: string | null | undefined;
2922
2922
  latest_solution?: string | null | undefined;
2923
2923
  latest_version?: string | null | undefined;
@@ -2986,8 +2986,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2986
2986
  automation_type?: string | null | undefined;
2987
2987
  invoke_contract?: {
2988
2988
  prefills: {
2989
- participants?: Record<string, unknown> | undefined;
2990
- payload?: Record<string, unknown> | undefined;
2989
+ participants?: Record<string, {} | null> | undefined;
2990
+ payload?: Record<string, {} | null> | undefined;
2991
2991
  };
2992
2992
  participants?: {
2993
2993
  name: string;
@@ -2995,7 +2995,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2995
2995
  type: string;
2996
2996
  description?: string | null | undefined;
2997
2997
  }[] | null | undefined;
2998
- input_schema?: Record<string, unknown> | null | undefined;
2998
+ input_schema?: Record<string, {} | null> | null | undefined;
2999
2999
  } | null | undefined;
3000
3000
  } | null | undefined;
3001
3001
  display_name?: string | null | undefined;
@@ -3008,11 +3008,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3008
3008
  updated_at?: string | undefined;
3009
3009
  lookup_key?: string | null | undefined;
3010
3010
  virtual_path?: string | null | undefined;
3011
- metadata?: Record<string, unknown> | undefined;
3011
+ metadata?: Record<string, {} | null> | undefined;
3012
3012
  org_name?: string | null | undefined;
3013
3013
  org_slug?: string | null | undefined;
3014
3014
  category_keys?: string[] | undefined;
3015
- events?: Record<string, unknown> | undefined;
3015
+ events?: Record<string, {} | null> | undefined;
3016
3016
  image_url?: string | null | undefined;
3017
3017
  latest_solution?: string | null | undefined;
3018
3018
  latest_version?: string | null | undefined;
@@ -3060,8 +3060,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3060
3060
  automation_type?: string | null | undefined;
3061
3061
  invoke_contract?: {
3062
3062
  prefills: {
3063
- participants?: Record<string, unknown> | undefined;
3064
- payload?: Record<string, unknown> | undefined;
3063
+ participants?: Record<string, {} | null> | undefined;
3064
+ payload?: Record<string, {} | null> | undefined;
3065
3065
  };
3066
3066
  participants?: {
3067
3067
  name: string;
@@ -3069,7 +3069,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3069
3069
  type: string;
3070
3070
  description?: string | null | undefined;
3071
3071
  }[] | null | undefined;
3072
- input_schema?: Record<string, unknown> | null | undefined;
3072
+ input_schema?: Record<string, {} | null> | null | undefined;
3073
3073
  } | null | undefined;
3074
3074
  } | null | undefined;
3075
3075
  display_name?: string | null | undefined;
@@ -3082,11 +3082,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3082
3082
  updated_at?: string | undefined;
3083
3083
  lookup_key?: string | null | undefined;
3084
3084
  virtual_path?: string | null | undefined;
3085
- metadata?: Record<string, unknown> | undefined;
3085
+ metadata?: Record<string, {} | null> | undefined;
3086
3086
  org_name?: string | null | undefined;
3087
3087
  org_slug?: string | null | undefined;
3088
3088
  category_keys?: string[] | undefined;
3089
- events?: Record<string, unknown> | undefined;
3089
+ events?: Record<string, {} | null> | undefined;
3090
3090
  image_url?: string | null | undefined;
3091
3091
  latest_solution?: string | null | undefined;
3092
3092
  latest_version?: string | null | undefined;
@@ -3124,8 +3124,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3124
3124
  automation_type?: string | null | undefined;
3125
3125
  invoke_contract?: {
3126
3126
  prefills: {
3127
- participants?: Record<string, unknown> | undefined;
3128
- payload?: Record<string, unknown> | undefined;
3127
+ participants?: Record<string, {} | null> | undefined;
3128
+ payload?: Record<string, {} | null> | undefined;
3129
3129
  };
3130
3130
  participants?: {
3131
3131
  name: string;
@@ -3133,7 +3133,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3133
3133
  type: string;
3134
3134
  description?: string | null | undefined;
3135
3135
  }[] | null | undefined;
3136
- input_schema?: Record<string, unknown> | null | undefined;
3136
+ input_schema?: Record<string, {} | null> | null | undefined;
3137
3137
  } | null | undefined;
3138
3138
  } | null | undefined;
3139
3139
  display_name?: string | null | undefined;
@@ -3146,11 +3146,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3146
3146
  updated_at?: string | undefined;
3147
3147
  lookup_key?: string | null | undefined;
3148
3148
  virtual_path?: string | null | undefined;
3149
- metadata?: Record<string, unknown> | undefined;
3149
+ metadata?: Record<string, {} | null> | undefined;
3150
3150
  org_name?: string | null | undefined;
3151
3151
  org_slug?: string | null | undefined;
3152
3152
  category_keys?: string[] | undefined;
3153
- events?: Record<string, unknown> | undefined;
3153
+ events?: Record<string, {} | null> | undefined;
3154
3154
  image_url?: string | null | undefined;
3155
3155
  latest_solution?: string | null | undefined;
3156
3156
  latest_version?: string | null | undefined;
@@ -3198,8 +3198,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3198
3198
  automation_type?: string | null | undefined;
3199
3199
  invoke_contract?: {
3200
3200
  prefills: {
3201
- participants?: Record<string, unknown> | undefined;
3202
- payload?: Record<string, unknown> | undefined;
3201
+ participants?: Record<string, {} | null> | undefined;
3202
+ payload?: Record<string, {} | null> | undefined;
3203
3203
  };
3204
3204
  participants?: {
3205
3205
  name: string;
@@ -3207,7 +3207,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3207
3207
  type: string;
3208
3208
  description?: string | null | undefined;
3209
3209
  }[] | null | undefined;
3210
- input_schema?: Record<string, unknown> | null | undefined;
3210
+ input_schema?: Record<string, {} | null> | null | undefined;
3211
3211
  } | null | undefined;
3212
3212
  } | null | undefined;
3213
3213
  display_name?: string | null | undefined;
@@ -3220,11 +3220,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3220
3220
  updated_at?: string | undefined;
3221
3221
  lookup_key?: string | null | undefined;
3222
3222
  virtual_path?: string | null | undefined;
3223
- metadata?: Record<string, unknown> | undefined;
3223
+ metadata?: Record<string, {} | null> | undefined;
3224
3224
  org_name?: string | null | undefined;
3225
3225
  org_slug?: string | null | undefined;
3226
3226
  category_keys?: string[] | undefined;
3227
- events?: Record<string, unknown> | undefined;
3227
+ events?: Record<string, {} | null> | undefined;
3228
3228
  image_url?: string | null | undefined;
3229
3229
  latest_solution?: string | null | undefined;
3230
3230
  latest_version?: string | null | undefined;
@@ -3262,7 +3262,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3262
3262
  user?: string | null | undefined;
3263
3263
  sandbox?: string | null | undefined;
3264
3264
  lookup_key?: string | null | undefined;
3265
- metadata?: Record<string, unknown> | undefined;
3265
+ metadata?: Record<string, {} | null> | undefined;
3266
3266
  org_name?: string | null | undefined;
3267
3267
  acl?: {
3268
3268
  add?: {
@@ -3303,8 +3303,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3303
3303
  automation_type?: string | null | undefined;
3304
3304
  invoke_contract?: {
3305
3305
  prefills: {
3306
- participants?: Record<string, unknown> | undefined;
3307
- payload?: Record<string, unknown> | undefined;
3306
+ participants?: Record<string, {} | null> | undefined;
3307
+ payload?: Record<string, {} | null> | undefined;
3308
3308
  };
3309
3309
  participants?: {
3310
3310
  name: string;
@@ -3312,7 +3312,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3312
3312
  type: string;
3313
3313
  description?: string | null | undefined;
3314
3314
  }[] | null | undefined;
3315
- input_schema?: Record<string, unknown> | null | undefined;
3315
+ input_schema?: Record<string, {} | null> | null | undefined;
3316
3316
  } | null | undefined;
3317
3317
  } | null | undefined;
3318
3318
  display_name?: string | null | undefined;
@@ -3325,11 +3325,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3325
3325
  updated_at?: string | undefined;
3326
3326
  lookup_key?: string | null | undefined;
3327
3327
  virtual_path?: string | null | undefined;
3328
- metadata?: Record<string, unknown> | undefined;
3328
+ metadata?: Record<string, {} | null> | undefined;
3329
3329
  org_name?: string | null | undefined;
3330
3330
  org_slug?: string | null | undefined;
3331
3331
  category_keys?: string[] | undefined;
3332
- events?: Record<string, unknown> | undefined;
3332
+ events?: Record<string, {} | null> | undefined;
3333
3333
  image_url?: string | null | undefined;
3334
3334
  latest_solution?: string | null | undefined;
3335
3335
  latest_version?: string | null | undefined;
@@ -3377,8 +3377,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3377
3377
  automation_type?: string | null | undefined;
3378
3378
  invoke_contract?: {
3379
3379
  prefills: {
3380
- participants?: Record<string, unknown> | undefined;
3381
- payload?: Record<string, unknown> | undefined;
3380
+ participants?: Record<string, {} | null> | undefined;
3381
+ payload?: Record<string, {} | null> | undefined;
3382
3382
  };
3383
3383
  participants?: {
3384
3384
  name: string;
@@ -3386,7 +3386,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3386
3386
  type: string;
3387
3387
  description?: string | null | undefined;
3388
3388
  }[] | null | undefined;
3389
- input_schema?: Record<string, unknown> | null | undefined;
3389
+ input_schema?: Record<string, {} | null> | null | undefined;
3390
3390
  } | null | undefined;
3391
3391
  } | null | undefined;
3392
3392
  display_name?: string | null | undefined;
@@ -3399,11 +3399,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3399
3399
  updated_at?: string | undefined;
3400
3400
  lookup_key?: string | null | undefined;
3401
3401
  virtual_path?: string | null | undefined;
3402
- metadata?: Record<string, unknown> | undefined;
3402
+ metadata?: Record<string, {} | null> | undefined;
3403
3403
  org_name?: string | null | undefined;
3404
3404
  org_slug?: string | null | undefined;
3405
3405
  category_keys?: string[] | undefined;
3406
- events?: Record<string, unknown> | undefined;
3406
+ events?: Record<string, {} | null> | undefined;
3407
3407
  image_url?: string | null | undefined;
3408
3408
  latest_solution?: string | null | undefined;
3409
3409
  latest_version?: string | null | undefined;
@@ -3438,7 +3438,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3438
3438
  user?: string | null | undefined;
3439
3439
  sandbox?: string | null | undefined;
3440
3440
  lookup_key?: string | null | undefined;
3441
- metadata?: Record<string, unknown> | undefined;
3441
+ metadata?: Record<string, {} | null> | undefined;
3442
3442
  org_name?: string | null | undefined;
3443
3443
  acl?: {
3444
3444
  add?: {
@@ -3479,8 +3479,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3479
3479
  automation_type?: string | null | undefined;
3480
3480
  invoke_contract?: {
3481
3481
  prefills: {
3482
- participants?: Record<string, unknown> | undefined;
3483
- payload?: Record<string, unknown> | undefined;
3482
+ participants?: Record<string, {} | null> | undefined;
3483
+ payload?: Record<string, {} | null> | undefined;
3484
3484
  };
3485
3485
  participants?: {
3486
3486
  name: string;
@@ -3488,7 +3488,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3488
3488
  type: string;
3489
3489
  description?: string | null | undefined;
3490
3490
  }[] | null | undefined;
3491
- input_schema?: Record<string, unknown> | null | undefined;
3491
+ input_schema?: Record<string, {} | null> | null | undefined;
3492
3492
  } | null | undefined;
3493
3493
  } | null | undefined;
3494
3494
  display_name?: string | null | undefined;
@@ -3501,11 +3501,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3501
3501
  updated_at?: string | undefined;
3502
3502
  lookup_key?: string | null | undefined;
3503
3503
  virtual_path?: string | null | undefined;
3504
- metadata?: Record<string, unknown> | undefined;
3504
+ metadata?: Record<string, {} | null> | undefined;
3505
3505
  org_name?: string | null | undefined;
3506
3506
  org_slug?: string | null | undefined;
3507
3507
  category_keys?: string[] | undefined;
3508
- events?: Record<string, unknown> | undefined;
3508
+ events?: Record<string, {} | null> | undefined;
3509
3509
  image_url?: string | null | undefined;
3510
3510
  latest_solution?: string | null | undefined;
3511
3511
  latest_version?: string | null | undefined;
@@ -3553,8 +3553,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3553
3553
  automation_type?: string | null | undefined;
3554
3554
  invoke_contract?: {
3555
3555
  prefills: {
3556
- participants?: Record<string, unknown> | undefined;
3557
- payload?: Record<string, unknown> | undefined;
3556
+ participants?: Record<string, {} | null> | undefined;
3557
+ payload?: Record<string, {} | null> | undefined;
3558
3558
  };
3559
3559
  participants?: {
3560
3560
  name: string;
@@ -3562,7 +3562,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3562
3562
  type: string;
3563
3563
  description?: string | null | undefined;
3564
3564
  }[] | null | undefined;
3565
- input_schema?: Record<string, unknown> | null | undefined;
3565
+ input_schema?: Record<string, {} | null> | null | undefined;
3566
3566
  } | null | undefined;
3567
3567
  } | null | undefined;
3568
3568
  display_name?: string | null | undefined;
@@ -3575,11 +3575,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3575
3575
  updated_at?: string | undefined;
3576
3576
  lookup_key?: string | null | undefined;
3577
3577
  virtual_path?: string | null | undefined;
3578
- metadata?: Record<string, unknown> | undefined;
3578
+ metadata?: Record<string, {} | null> | undefined;
3579
3579
  org_name?: string | null | undefined;
3580
3580
  org_slug?: string | null | undefined;
3581
3581
  category_keys?: string[] | undefined;
3582
- events?: Record<string, unknown> | undefined;
3582
+ events?: Record<string, {} | null> | undefined;
3583
3583
  image_url?: string | null | undefined;
3584
3584
  latest_solution?: string | null | undefined;
3585
3585
  latest_version?: string | null | undefined;
@@ -3609,7 +3609,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3609
3609
  /** When the principal joined the team (ISO 8601). */
3610
3610
  joined_at: z.ZodOptional<z.ZodString>;
3611
3611
  /** Arbitrary key-value metadata attached to this membership record. `null` if no metadata has been set. */
3612
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3612
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
3613
3613
  /** Display name of the member, derived from the associated user or agent. `null` if the principal is unknown. */
3614
3614
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3615
3615
  /** Profile picture of the member, derived from the associated user or agent. `null` if not set or principal is unknown. */
@@ -3641,7 +3641,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3641
3641
  /** The member's role within the team. One of `"owner"`, `"admin"`, or `"member"`. */
3642
3642
  role: z.ZodOptional<z.ZodString>;
3643
3643
  /** The team this membership belongs to, as an expanded team object. `null` when the team association is not preloaded. */
3644
- team: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
3644
+ team: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>>;
3645
3645
  /** Resolved principal type. One of `"user"`, `"agent"`, or `"unknown"` when the principal cannot be determined. */
3646
3646
  type: z.ZodOptional<z.ZodString>;
3647
3647
  /** When this membership record was last updated (ISO 8601). */
@@ -3659,7 +3659,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3659
3659
  email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3660
3660
  id: z.ZodString;
3661
3661
  is_system_user: z.ZodOptional<z.ZodBoolean>;
3662
- metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
3662
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodType<{} | null, z.ZodTypeDef, {} | null>>>;
3663
3663
  name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3664
3664
  org: z.ZodOptional<z.ZodNullable<z.ZodString>>;
3665
3665
  org_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
@@ -3682,7 +3682,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3682
3682
  created_by_team?: string | null | undefined;
3683
3683
  created_by_user?: string | null | undefined;
3684
3684
  is_system_user?: boolean | undefined;
3685
- metadata?: Record<string, unknown> | undefined;
3685
+ metadata?: Record<string, {} | null> | undefined;
3686
3686
  org_name?: string | null | undefined;
3687
3687
  org_role?: string | null | undefined;
3688
3688
  org_slug?: string | null | undefined;
@@ -3702,7 +3702,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3702
3702
  created_by_team?: string | null | undefined;
3703
3703
  created_by_user?: string | null | undefined;
3704
3704
  is_system_user?: boolean | undefined;
3705
- metadata?: Record<string, unknown> | undefined;
3705
+ metadata?: Record<string, {} | null> | undefined;
3706
3706
  org_name?: string | null | undefined;
3707
3707
  org_role?: string | null | undefined;
3708
3708
  org_slug?: string | null | undefined;
@@ -3723,7 +3723,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3723
3723
  user?: string | null | undefined;
3724
3724
  sandbox?: string | null | undefined;
3725
3725
  lookup_key?: string | null | undefined;
3726
- metadata?: Record<string, unknown> | undefined;
3726
+ metadata?: Record<string, {} | null> | undefined;
3727
3727
  org_name?: string | null | undefined;
3728
3728
  acl?: {
3729
3729
  add?: {
@@ -3764,8 +3764,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3764
3764
  automation_type?: string | null | undefined;
3765
3765
  invoke_contract?: {
3766
3766
  prefills: {
3767
- participants?: Record<string, unknown> | undefined;
3768
- payload?: Record<string, unknown> | undefined;
3767
+ participants?: Record<string, {} | null> | undefined;
3768
+ payload?: Record<string, {} | null> | undefined;
3769
3769
  };
3770
3770
  participants?: {
3771
3771
  name: string;
@@ -3773,7 +3773,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3773
3773
  type: string;
3774
3774
  description?: string | null | undefined;
3775
3775
  }[] | null | undefined;
3776
- input_schema?: Record<string, unknown> | null | undefined;
3776
+ input_schema?: Record<string, {} | null> | null | undefined;
3777
3777
  } | null | undefined;
3778
3778
  } | null | undefined;
3779
3779
  display_name?: string | null | undefined;
@@ -3786,11 +3786,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3786
3786
  updated_at?: string | undefined;
3787
3787
  lookup_key?: string | null | undefined;
3788
3788
  virtual_path?: string | null | undefined;
3789
- metadata?: Record<string, unknown> | undefined;
3789
+ metadata?: Record<string, {} | null> | undefined;
3790
3790
  org_name?: string | null | undefined;
3791
3791
  org_slug?: string | null | undefined;
3792
3792
  category_keys?: string[] | undefined;
3793
- events?: Record<string, unknown> | undefined;
3793
+ events?: Record<string, {} | null> | undefined;
3794
3794
  image_url?: string | null | undefined;
3795
3795
  latest_solution?: string | null | undefined;
3796
3796
  latest_version?: string | null | undefined;
@@ -3838,8 +3838,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3838
3838
  automation_type?: string | null | undefined;
3839
3839
  invoke_contract?: {
3840
3840
  prefills: {
3841
- participants?: Record<string, unknown> | undefined;
3842
- payload?: Record<string, unknown> | undefined;
3841
+ participants?: Record<string, {} | null> | undefined;
3842
+ payload?: Record<string, {} | null> | undefined;
3843
3843
  };
3844
3844
  participants?: {
3845
3845
  name: string;
@@ -3847,7 +3847,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3847
3847
  type: string;
3848
3848
  description?: string | null | undefined;
3849
3849
  }[] | null | undefined;
3850
- input_schema?: Record<string, unknown> | null | undefined;
3850
+ input_schema?: Record<string, {} | null> | null | undefined;
3851
3851
  } | null | undefined;
3852
3852
  } | null | undefined;
3853
3853
  display_name?: string | null | undefined;
@@ -3860,11 +3860,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3860
3860
  updated_at?: string | undefined;
3861
3861
  lookup_key?: string | null | undefined;
3862
3862
  virtual_path?: string | null | undefined;
3863
- metadata?: Record<string, unknown> | undefined;
3863
+ metadata?: Record<string, {} | null> | undefined;
3864
3864
  org_name?: string | null | undefined;
3865
3865
  org_slug?: string | null | undefined;
3866
3866
  category_keys?: string[] | undefined;
3867
- events?: Record<string, unknown> | undefined;
3867
+ events?: Record<string, {} | null> | undefined;
3868
3868
  image_url?: string | null | undefined;
3869
3869
  latest_solution?: string | null | undefined;
3870
3870
  latest_version?: string | null | undefined;
@@ -3887,7 +3887,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3887
3887
  } | null | undefined;
3888
3888
  template_upgrade_available?: boolean | null | undefined;
3889
3889
  } | null | undefined;
3890
- team?: Record<string, unknown> | null | undefined;
3890
+ team?: Record<string, {} | null> | null | undefined;
3891
3891
  name?: string | null | undefined;
3892
3892
  type?: string | undefined;
3893
3893
  created_at?: string | undefined;
@@ -3907,7 +3907,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3907
3907
  created_by_team?: string | null | undefined;
3908
3908
  created_by_user?: string | null | undefined;
3909
3909
  is_system_user?: boolean | undefined;
3910
- metadata?: Record<string, unknown> | undefined;
3910
+ metadata?: Record<string, {} | null> | undefined;
3911
3911
  org_name?: string | null | undefined;
3912
3912
  org_role?: string | null | undefined;
3913
3913
  org_slug?: string | null | undefined;
@@ -3922,7 +3922,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3922
3922
  url?: string | null | undefined;
3923
3923
  width?: number | null | undefined;
3924
3924
  } | null | undefined;
3925
- metadata?: Record<string, unknown> | undefined;
3925
+ metadata?: Record<string, {} | null> | undefined;
3926
3926
  role?: string | undefined;
3927
3927
  joined_at?: string | undefined;
3928
3928
  }, {
@@ -3940,7 +3940,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3940
3940
  user?: string | null | undefined;
3941
3941
  sandbox?: string | null | undefined;
3942
3942
  lookup_key?: string | null | undefined;
3943
- metadata?: Record<string, unknown> | undefined;
3943
+ metadata?: Record<string, {} | null> | undefined;
3944
3944
  org_name?: string | null | undefined;
3945
3945
  acl?: {
3946
3946
  add?: {
@@ -3981,8 +3981,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3981
3981
  automation_type?: string | null | undefined;
3982
3982
  invoke_contract?: {
3983
3983
  prefills: {
3984
- participants?: Record<string, unknown> | undefined;
3985
- payload?: Record<string, unknown> | undefined;
3984
+ participants?: Record<string, {} | null> | undefined;
3985
+ payload?: Record<string, {} | null> | undefined;
3986
3986
  };
3987
3987
  participants?: {
3988
3988
  name: string;
@@ -3990,7 +3990,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
3990
3990
  type: string;
3991
3991
  description?: string | null | undefined;
3992
3992
  }[] | null | undefined;
3993
- input_schema?: Record<string, unknown> | null | undefined;
3993
+ input_schema?: Record<string, {} | null> | null | undefined;
3994
3994
  } | null | undefined;
3995
3995
  } | null | undefined;
3996
3996
  display_name?: string | null | undefined;
@@ -4003,11 +4003,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4003
4003
  updated_at?: string | undefined;
4004
4004
  lookup_key?: string | null | undefined;
4005
4005
  virtual_path?: string | null | undefined;
4006
- metadata?: Record<string, unknown> | undefined;
4006
+ metadata?: Record<string, {} | null> | undefined;
4007
4007
  org_name?: string | null | undefined;
4008
4008
  org_slug?: string | null | undefined;
4009
4009
  category_keys?: string[] | undefined;
4010
- events?: Record<string, unknown> | undefined;
4010
+ events?: Record<string, {} | null> | undefined;
4011
4011
  image_url?: string | null | undefined;
4012
4012
  latest_solution?: string | null | undefined;
4013
4013
  latest_version?: string | null | undefined;
@@ -4055,8 +4055,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4055
4055
  automation_type?: string | null | undefined;
4056
4056
  invoke_contract?: {
4057
4057
  prefills: {
4058
- participants?: Record<string, unknown> | undefined;
4059
- payload?: Record<string, unknown> | undefined;
4058
+ participants?: Record<string, {} | null> | undefined;
4059
+ payload?: Record<string, {} | null> | undefined;
4060
4060
  };
4061
4061
  participants?: {
4062
4062
  name: string;
@@ -4064,7 +4064,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4064
4064
  type: string;
4065
4065
  description?: string | null | undefined;
4066
4066
  }[] | null | undefined;
4067
- input_schema?: Record<string, unknown> | null | undefined;
4067
+ input_schema?: Record<string, {} | null> | null | undefined;
4068
4068
  } | null | undefined;
4069
4069
  } | null | undefined;
4070
4070
  display_name?: string | null | undefined;
@@ -4077,11 +4077,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4077
4077
  updated_at?: string | undefined;
4078
4078
  lookup_key?: string | null | undefined;
4079
4079
  virtual_path?: string | null | undefined;
4080
- metadata?: Record<string, unknown> | undefined;
4080
+ metadata?: Record<string, {} | null> | undefined;
4081
4081
  org_name?: string | null | undefined;
4082
4082
  org_slug?: string | null | undefined;
4083
4083
  category_keys?: string[] | undefined;
4084
- events?: Record<string, unknown> | undefined;
4084
+ events?: Record<string, {} | null> | undefined;
4085
4085
  image_url?: string | null | undefined;
4086
4086
  latest_solution?: string | null | undefined;
4087
4087
  latest_version?: string | null | undefined;
@@ -4104,7 +4104,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4104
4104
  } | null | undefined;
4105
4105
  template_upgrade_available?: boolean | null | undefined;
4106
4106
  } | null | undefined;
4107
- team?: Record<string, unknown> | null | undefined;
4107
+ team?: Record<string, {} | null> | null | undefined;
4108
4108
  name?: string | null | undefined;
4109
4109
  type?: string | undefined;
4110
4110
  created_at?: string | undefined;
@@ -4124,7 +4124,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4124
4124
  created_by_team?: string | null | undefined;
4125
4125
  created_by_user?: string | null | undefined;
4126
4126
  is_system_user?: boolean | undefined;
4127
- metadata?: Record<string, unknown> | undefined;
4127
+ metadata?: Record<string, {} | null> | undefined;
4128
4128
  org_name?: string | null | undefined;
4129
4129
  org_role?: string | null | undefined;
4130
4130
  org_slug?: string | null | undefined;
@@ -4139,7 +4139,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4139
4139
  url?: string | null | undefined;
4140
4140
  width?: number | null | undefined;
4141
4141
  } | null | undefined;
4142
- metadata?: Record<string, unknown> | undefined;
4142
+ metadata?: Record<string, {} | null> | undefined;
4143
4143
  role?: string | undefined;
4144
4144
  joined_at?: string | undefined;
4145
4145
  }>, "many">;
@@ -4171,7 +4171,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4171
4171
  user?: string | null | undefined;
4172
4172
  sandbox?: string | null | undefined;
4173
4173
  lookup_key?: string | null | undefined;
4174
- metadata?: Record<string, unknown> | undefined;
4174
+ metadata?: Record<string, {} | null> | undefined;
4175
4175
  org_name?: string | null | undefined;
4176
4176
  acl?: {
4177
4177
  add?: {
@@ -4212,8 +4212,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4212
4212
  automation_type?: string | null | undefined;
4213
4213
  invoke_contract?: {
4214
4214
  prefills: {
4215
- participants?: Record<string, unknown> | undefined;
4216
- payload?: Record<string, unknown> | undefined;
4215
+ participants?: Record<string, {} | null> | undefined;
4216
+ payload?: Record<string, {} | null> | undefined;
4217
4217
  };
4218
4218
  participants?: {
4219
4219
  name: string;
@@ -4221,7 +4221,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4221
4221
  type: string;
4222
4222
  description?: string | null | undefined;
4223
4223
  }[] | null | undefined;
4224
- input_schema?: Record<string, unknown> | null | undefined;
4224
+ input_schema?: Record<string, {} | null> | null | undefined;
4225
4225
  } | null | undefined;
4226
4226
  } | null | undefined;
4227
4227
  display_name?: string | null | undefined;
@@ -4234,11 +4234,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4234
4234
  updated_at?: string | undefined;
4235
4235
  lookup_key?: string | null | undefined;
4236
4236
  virtual_path?: string | null | undefined;
4237
- metadata?: Record<string, unknown> | undefined;
4237
+ metadata?: Record<string, {} | null> | undefined;
4238
4238
  org_name?: string | null | undefined;
4239
4239
  org_slug?: string | null | undefined;
4240
4240
  category_keys?: string[] | undefined;
4241
- events?: Record<string, unknown> | undefined;
4241
+ events?: Record<string, {} | null> | undefined;
4242
4242
  image_url?: string | null | undefined;
4243
4243
  latest_solution?: string | null | undefined;
4244
4244
  latest_version?: string | null | undefined;
@@ -4286,8 +4286,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4286
4286
  automation_type?: string | null | undefined;
4287
4287
  invoke_contract?: {
4288
4288
  prefills: {
4289
- participants?: Record<string, unknown> | undefined;
4290
- payload?: Record<string, unknown> | undefined;
4289
+ participants?: Record<string, {} | null> | undefined;
4290
+ payload?: Record<string, {} | null> | undefined;
4291
4291
  };
4292
4292
  participants?: {
4293
4293
  name: string;
@@ -4295,7 +4295,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4295
4295
  type: string;
4296
4296
  description?: string | null | undefined;
4297
4297
  }[] | null | undefined;
4298
- input_schema?: Record<string, unknown> | null | undefined;
4298
+ input_schema?: Record<string, {} | null> | null | undefined;
4299
4299
  } | null | undefined;
4300
4300
  } | null | undefined;
4301
4301
  display_name?: string | null | undefined;
@@ -4308,11 +4308,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4308
4308
  updated_at?: string | undefined;
4309
4309
  lookup_key?: string | null | undefined;
4310
4310
  virtual_path?: string | null | undefined;
4311
- metadata?: Record<string, unknown> | undefined;
4311
+ metadata?: Record<string, {} | null> | undefined;
4312
4312
  org_name?: string | null | undefined;
4313
4313
  org_slug?: string | null | undefined;
4314
4314
  category_keys?: string[] | undefined;
4315
- events?: Record<string, unknown> | undefined;
4315
+ events?: Record<string, {} | null> | undefined;
4316
4316
  image_url?: string | null | undefined;
4317
4317
  latest_solution?: string | null | undefined;
4318
4318
  latest_version?: string | null | undefined;
@@ -4335,7 +4335,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4335
4335
  } | null | undefined;
4336
4336
  template_upgrade_available?: boolean | null | undefined;
4337
4337
  } | null | undefined;
4338
- team?: Record<string, unknown> | null | undefined;
4338
+ team?: Record<string, {} | null> | null | undefined;
4339
4339
  name?: string | null | undefined;
4340
4340
  type?: string | undefined;
4341
4341
  created_at?: string | undefined;
@@ -4355,7 +4355,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4355
4355
  created_by_team?: string | null | undefined;
4356
4356
  created_by_user?: string | null | undefined;
4357
4357
  is_system_user?: boolean | undefined;
4358
- metadata?: Record<string, unknown> | undefined;
4358
+ metadata?: Record<string, {} | null> | undefined;
4359
4359
  org_name?: string | null | undefined;
4360
4360
  org_role?: string | null | undefined;
4361
4361
  org_slug?: string | null | undefined;
@@ -4370,7 +4370,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4370
4370
  url?: string | null | undefined;
4371
4371
  width?: number | null | undefined;
4372
4372
  } | null | undefined;
4373
- metadata?: Record<string, unknown> | undefined;
4373
+ metadata?: Record<string, {} | null> | undefined;
4374
4374
  role?: string | undefined;
4375
4375
  joined_at?: string | undefined;
4376
4376
  }[];
@@ -4396,7 +4396,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4396
4396
  user?: string | null | undefined;
4397
4397
  sandbox?: string | null | undefined;
4398
4398
  lookup_key?: string | null | undefined;
4399
- metadata?: Record<string, unknown> | undefined;
4399
+ metadata?: Record<string, {} | null> | undefined;
4400
4400
  org_name?: string | null | undefined;
4401
4401
  acl?: {
4402
4402
  add?: {
@@ -4437,8 +4437,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4437
4437
  automation_type?: string | null | undefined;
4438
4438
  invoke_contract?: {
4439
4439
  prefills: {
4440
- participants?: Record<string, unknown> | undefined;
4441
- payload?: Record<string, unknown> | undefined;
4440
+ participants?: Record<string, {} | null> | undefined;
4441
+ payload?: Record<string, {} | null> | undefined;
4442
4442
  };
4443
4443
  participants?: {
4444
4444
  name: string;
@@ -4446,7 +4446,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4446
4446
  type: string;
4447
4447
  description?: string | null | undefined;
4448
4448
  }[] | null | undefined;
4449
- input_schema?: Record<string, unknown> | null | undefined;
4449
+ input_schema?: Record<string, {} | null> | null | undefined;
4450
4450
  } | null | undefined;
4451
4451
  } | null | undefined;
4452
4452
  display_name?: string | null | undefined;
@@ -4459,11 +4459,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4459
4459
  updated_at?: string | undefined;
4460
4460
  lookup_key?: string | null | undefined;
4461
4461
  virtual_path?: string | null | undefined;
4462
- metadata?: Record<string, unknown> | undefined;
4462
+ metadata?: Record<string, {} | null> | undefined;
4463
4463
  org_name?: string | null | undefined;
4464
4464
  org_slug?: string | null | undefined;
4465
4465
  category_keys?: string[] | undefined;
4466
- events?: Record<string, unknown> | undefined;
4466
+ events?: Record<string, {} | null> | undefined;
4467
4467
  image_url?: string | null | undefined;
4468
4468
  latest_solution?: string | null | undefined;
4469
4469
  latest_version?: string | null | undefined;
@@ -4511,8 +4511,8 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4511
4511
  automation_type?: string | null | undefined;
4512
4512
  invoke_contract?: {
4513
4513
  prefills: {
4514
- participants?: Record<string, unknown> | undefined;
4515
- payload?: Record<string, unknown> | undefined;
4514
+ participants?: Record<string, {} | null> | undefined;
4515
+ payload?: Record<string, {} | null> | undefined;
4516
4516
  };
4517
4517
  participants?: {
4518
4518
  name: string;
@@ -4520,7 +4520,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4520
4520
  type: string;
4521
4521
  description?: string | null | undefined;
4522
4522
  }[] | null | undefined;
4523
- input_schema?: Record<string, unknown> | null | undefined;
4523
+ input_schema?: Record<string, {} | null> | null | undefined;
4524
4524
  } | null | undefined;
4525
4525
  } | null | undefined;
4526
4526
  display_name?: string | null | undefined;
@@ -4533,11 +4533,11 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4533
4533
  updated_at?: string | undefined;
4534
4534
  lookup_key?: string | null | undefined;
4535
4535
  virtual_path?: string | null | undefined;
4536
- metadata?: Record<string, unknown> | undefined;
4536
+ metadata?: Record<string, {} | null> | undefined;
4537
4537
  org_name?: string | null | undefined;
4538
4538
  org_slug?: string | null | undefined;
4539
4539
  category_keys?: string[] | undefined;
4540
- events?: Record<string, unknown> | undefined;
4540
+ events?: Record<string, {} | null> | undefined;
4541
4541
  image_url?: string | null | undefined;
4542
4542
  latest_solution?: string | null | undefined;
4543
4543
  latest_version?: string | null | undefined;
@@ -4560,7 +4560,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4560
4560
  } | null | undefined;
4561
4561
  template_upgrade_available?: boolean | null | undefined;
4562
4562
  } | null | undefined;
4563
- team?: Record<string, unknown> | null | undefined;
4563
+ team?: Record<string, {} | null> | null | undefined;
4564
4564
  name?: string | null | undefined;
4565
4565
  type?: string | undefined;
4566
4566
  created_at?: string | undefined;
@@ -4580,7 +4580,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4580
4580
  created_by_team?: string | null | undefined;
4581
4581
  created_by_user?: string | null | undefined;
4582
4582
  is_system_user?: boolean | undefined;
4583
- metadata?: Record<string, unknown> | undefined;
4583
+ metadata?: Record<string, {} | null> | undefined;
4584
4584
  org_name?: string | null | undefined;
4585
4585
  org_role?: string | null | undefined;
4586
4586
  org_slug?: string | null | undefined;
@@ -4595,7 +4595,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
4595
4595
  url?: string | null | undefined;
4596
4596
  width?: number | null | undefined;
4597
4597
  } | null | undefined;
4598
- metadata?: Record<string, unknown> | undefined;
4598
+ metadata?: Record<string, {} | null> | undefined;
4599
4599
  role?: string | undefined;
4600
4600
  joined_at?: string | undefined;
4601
4601
  }[];