@archastro/sdk 0.7.0 → 0.8.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 (222) hide show
  1. package/dist/auth.d.ts +5 -3
  2. package/dist/auth.d.ts.map +1 -1
  3. package/dist/auth.js +7 -5
  4. package/dist/auth.js.map +1 -1
  5. package/dist/channels/api_activity_feed_channel.js +2 -2
  6. package/dist/channels/api_activity_feed_channel.js.map +1 -1
  7. package/dist/channels/api_chat_channel.js +2 -2
  8. package/dist/channels/api_chat_channel.js.map +1 -1
  9. package/dist/channels/api_object_channel.d.ts +13 -2
  10. package/dist/channels/api_object_channel.d.ts.map +1 -1
  11. package/dist/channels/api_object_channel.js +21 -6
  12. package/dist/channels/api_object_channel.js.map +1 -1
  13. package/dist/channels/api_tasks_channel.d.ts +30 -0
  14. package/dist/channels/api_tasks_channel.d.ts.map +1 -0
  15. package/dist/channels/api_tasks_channel.js +45 -0
  16. package/dist/channels/api_tasks_channel.js.map +1 -0
  17. package/dist/client.d.ts +10 -0
  18. package/dist/client.d.ts.map +1 -1
  19. package/dist/client.js +12 -2
  20. package/dist/client.js.map +1 -1
  21. package/dist/index.d.ts +1 -0
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +3 -2
  24. package/dist/index.js.map +1 -1
  25. package/dist/types/ai.d.ts +66 -52
  26. package/dist/types/ai.d.ts.map +1 -1
  27. package/dist/types/ai.js +7 -2
  28. package/dist/types/ai.js.map +1 -1
  29. package/dist/types/artifacts.d.ts +8 -8
  30. package/dist/types/artifacts.js +2 -2
  31. package/dist/types/artifacts.js.map +1 -1
  32. package/dist/types/automations.d.ts +68 -10
  33. package/dist/types/automations.d.ts.map +1 -1
  34. package/dist/types/automations.js +22 -2
  35. package/dist/types/automations.js.map +1 -1
  36. package/dist/types/chat.d.ts +18446 -3559
  37. package/dist/types/chat.d.ts.map +1 -1
  38. package/dist/types/chat.js +2 -2
  39. package/dist/types/chat.js.map +1 -1
  40. package/dist/types/common.d.ts +12646 -2316
  41. package/dist/types/common.d.ts.map +1 -1
  42. package/dist/types/common.js +372 -80
  43. package/dist/types/common.js.map +1 -1
  44. package/dist/types/config.d.ts +22 -10
  45. package/dist/types/config.d.ts.map +1 -1
  46. package/dist/types/config.js +4 -2
  47. package/dist/types/config.js.map +1 -1
  48. package/dist/types/device.d.ts +60 -0
  49. package/dist/types/device.d.ts.map +1 -0
  50. package/dist/types/device.js +25 -0
  51. package/dist/types/device.js.map +1 -0
  52. package/dist/types/extractions.d.ts +452 -0
  53. package/dist/types/extractions.d.ts.map +1 -0
  54. package/dist/types/extractions.js +52 -0
  55. package/dist/types/extractions.js.map +1 -0
  56. package/dist/types/image.js +2 -2
  57. package/dist/types/image.js.map +1 -1
  58. package/dist/types/index.d.ts +3 -0
  59. package/dist/types/index.d.ts.map +1 -1
  60. package/dist/types/index.js +5 -2
  61. package/dist/types/index.js.map +1 -1
  62. package/dist/types/invites.js +2 -2
  63. package/dist/types/invites.js.map +1 -1
  64. package/dist/types/notifications.d.ts +2 -2
  65. package/dist/types/notifications.js +2 -2
  66. package/dist/types/notifications.js.map +1 -1
  67. package/dist/types/oauth.d.ts +117 -0
  68. package/dist/types/oauth.d.ts.map +1 -0
  69. package/dist/types/oauth.js +21 -0
  70. package/dist/types/oauth.js.map +1 -0
  71. package/dist/types/teams.d.ts +2402 -242
  72. package/dist/types/teams.d.ts.map +1 -1
  73. package/dist/types/teams.js +2 -2
  74. package/dist/types/teams.js.map +1 -1
  75. package/dist/types/threads.d.ts +1419 -328
  76. package/dist/types/threads.d.ts.map +1 -1
  77. package/dist/types/threads.js +18 -17
  78. package/dist/types/threads.js.map +1 -1
  79. package/dist/types/users.d.ts +2 -2
  80. package/dist/types/users.js +2 -2
  81. package/dist/types/users.js.map +1 -1
  82. package/dist/v1/resources/activity_feed.d.ts +84 -0
  83. package/dist/v1/resources/activity_feed.d.ts.map +1 -1
  84. package/dist/v1/resources/activity_feed.js +2 -2
  85. package/dist/v1/resources/activity_feed.js.map +1 -1
  86. package/dist/v1/resources/agent_computers.js +2 -2
  87. package/dist/v1/resources/agent_computers.js.map +1 -1
  88. package/dist/v1/resources/agent_env_vars.js +2 -2
  89. package/dist/v1/resources/agent_env_vars.js.map +1 -1
  90. package/dist/v1/resources/agent_health_actions.js +2 -2
  91. package/dist/v1/resources/agent_health_actions.js.map +1 -1
  92. package/dist/v1/resources/agent_installations.d.ts +2 -2
  93. package/dist/v1/resources/agent_installations.d.ts.map +1 -1
  94. package/dist/v1/resources/agent_installations.js +3 -3
  95. package/dist/v1/resources/agent_installations.js.map +1 -1
  96. package/dist/v1/resources/agent_routine_runs.d.ts +16 -1
  97. package/dist/v1/resources/agent_routine_runs.d.ts.map +1 -1
  98. package/dist/v1/resources/agent_routine_runs.js +16 -2
  99. package/dist/v1/resources/agent_routine_runs.js.map +1 -1
  100. package/dist/v1/resources/agent_routines.d.ts +47 -3
  101. package/dist/v1/resources/agent_routines.d.ts.map +1 -1
  102. package/dist/v1/resources/agent_routines.js +42 -3
  103. package/dist/v1/resources/agent_routines.js.map +1 -1
  104. package/dist/v1/resources/agent_sessions.d.ts +14 -2
  105. package/dist/v1/resources/agent_sessions.d.ts.map +1 -1
  106. package/dist/v1/resources/agent_sessions.js +14 -3
  107. package/dist/v1/resources/agent_sessions.js.map +1 -1
  108. package/dist/v1/resources/agent_skills.js +2 -2
  109. package/dist/v1/resources/agent_skills.js.map +1 -1
  110. package/dist/v1/resources/agent_tools.d.ts +2 -2
  111. package/dist/v1/resources/agent_tools.d.ts.map +1 -1
  112. package/dist/v1/resources/agent_tools.js +3 -3
  113. package/dist/v1/resources/agent_tools.js.map +1 -1
  114. package/dist/v1/resources/agents.d.ts +152 -35
  115. package/dist/v1/resources/agents.d.ts.map +1 -1
  116. package/dist/v1/resources/agents.js +148 -42
  117. package/dist/v1/resources/agents.js.map +1 -1
  118. package/dist/v1/resources/ai.d.ts +81 -40
  119. package/dist/v1/resources/ai.d.ts.map +1 -1
  120. package/dist/v1/resources/ai.js +52 -17
  121. package/dist/v1/resources/ai.js.map +1 -1
  122. package/dist/v1/resources/artifacts.js +2 -2
  123. package/dist/v1/resources/artifacts.js.map +1 -1
  124. package/dist/v1/resources/automation_runs.d.ts +41 -6
  125. package/dist/v1/resources/automation_runs.d.ts.map +1 -1
  126. package/dist/v1/resources/automation_runs.js +47 -8
  127. package/dist/v1/resources/automation_runs.js.map +1 -1
  128. package/dist/v1/resources/automations.d.ts +14 -1
  129. package/dist/v1/resources/automations.d.ts.map +1 -1
  130. package/dist/v1/resources/automations.js +15 -3
  131. package/dist/v1/resources/automations.js.map +1 -1
  132. package/dist/v1/resources/bug_reports.js +2 -2
  133. package/dist/v1/resources/bug_reports.js.map +1 -1
  134. package/dist/v1/resources/config.d.ts +3 -0
  135. package/dist/v1/resources/config.d.ts.map +1 -1
  136. package/dist/v1/resources/config.js +2 -2
  137. package/dist/v1/resources/config.js.map +1 -1
  138. package/dist/v1/resources/custom_objects.js +2 -2
  139. package/dist/v1/resources/custom_objects.js.map +1 -1
  140. package/dist/v1/resources/extractions.d.ts +50 -0
  141. package/dist/v1/resources/extractions.d.ts.map +1 -0
  142. package/dist/v1/resources/extractions.js +48 -0
  143. package/dist/v1/resources/extractions.js.map +1 -0
  144. package/dist/v1/resources/files.d.ts +88 -1
  145. package/dist/v1/resources/files.d.ts.map +1 -1
  146. package/dist/v1/resources/files.js +86 -3
  147. package/dist/v1/resources/files.js.map +1 -1
  148. package/dist/v1/resources/index.d.ts +5 -0
  149. package/dist/v1/resources/index.d.ts.map +1 -1
  150. package/dist/v1/resources/index.js +7 -2
  151. package/dist/v1/resources/index.js.map +1 -1
  152. package/dist/v1/resources/installation_sources.js +2 -2
  153. package/dist/v1/resources/installation_sources.js.map +1 -1
  154. package/dist/v1/resources/invites.js +2 -2
  155. package/dist/v1/resources/invites.js.map +1 -1
  156. package/dist/v1/resources/knowledge_documents.d.ts +33 -1
  157. package/dist/v1/resources/knowledge_documents.d.ts.map +1 -1
  158. package/dist/v1/resources/knowledge_documents.js +25 -2
  159. package/dist/v1/resources/knowledge_documents.js.map +1 -1
  160. package/dist/v1/resources/knowledge_ingestions.d.ts +16 -0
  161. package/dist/v1/resources/knowledge_ingestions.d.ts.map +1 -0
  162. package/dist/v1/resources/knowledge_ingestions.js +21 -0
  163. package/dist/v1/resources/knowledge_ingestions.js.map +1 -0
  164. package/dist/v1/resources/knowledge_sources.d.ts +2 -0
  165. package/dist/v1/resources/knowledge_sources.d.ts.map +1 -1
  166. package/dist/v1/resources/knowledge_sources.js +3 -2
  167. package/dist/v1/resources/knowledge_sources.js.map +1 -1
  168. package/dist/v1/resources/kv.js +2 -2
  169. package/dist/v1/resources/kv.js.map +1 -1
  170. package/dist/v1/resources/notification_preferences.js +2 -2
  171. package/dist/v1/resources/notification_preferences.js.map +1 -1
  172. package/dist/v1/resources/notifications.js +2 -2
  173. package/dist/v1/resources/notifications.js.map +1 -1
  174. package/dist/v1/resources/oauth.d.ts +115 -0
  175. package/dist/v1/resources/oauth.d.ts.map +1 -0
  176. package/dist/v1/resources/oauth.js +112 -0
  177. package/dist/v1/resources/oauth.js.map +1 -0
  178. package/dist/v1/resources/orgs.js +2 -2
  179. package/dist/v1/resources/orgs.js.map +1 -1
  180. package/dist/v1/resources/slack_channel_bindings.d.ts +25 -0
  181. package/dist/v1/resources/slack_channel_bindings.d.ts.map +1 -1
  182. package/dist/v1/resources/slack_channel_bindings.js +24 -2
  183. package/dist/v1/resources/slack_channel_bindings.js.map +1 -1
  184. package/dist/v1/resources/solution_categories.js +2 -2
  185. package/dist/v1/resources/solution_categories.js.map +1 -1
  186. package/dist/v1/resources/solution_instances.d.ts +26 -0
  187. package/dist/v1/resources/solution_instances.d.ts.map +1 -0
  188. package/dist/v1/resources/solution_instances.js +35 -0
  189. package/dist/v1/resources/solution_instances.js.map +1 -0
  190. package/dist/v1/resources/solution_tags.js +2 -2
  191. package/dist/v1/resources/solution_tags.js.map +1 -1
  192. package/dist/v1/resources/solutions.d.ts +85 -1
  193. package/dist/v1/resources/solutions.d.ts.map +1 -1
  194. package/dist/v1/resources/solutions.js +67 -3
  195. package/dist/v1/resources/solutions.js.map +1 -1
  196. package/dist/v1/resources/team_memberships.js +2 -2
  197. package/dist/v1/resources/team_memberships.js.map +1 -1
  198. package/dist/v1/resources/teams.d.ts +210 -4
  199. package/dist/v1/resources/teams.d.ts.map +1 -1
  200. package/dist/v1/resources/teams.js +16 -6
  201. package/dist/v1/resources/teams.js.map +1 -1
  202. package/dist/v1/resources/thread_messages.d.ts +24 -4
  203. package/dist/v1/resources/thread_messages.d.ts.map +1 -1
  204. package/dist/v1/resources/thread_messages.js +9 -6
  205. package/dist/v1/resources/thread_messages.js.map +1 -1
  206. package/dist/v1/resources/threads.d.ts +158 -42
  207. package/dist/v1/resources/threads.d.ts.map +1 -1
  208. package/dist/v1/resources/threads.js +121 -32
  209. package/dist/v1/resources/threads.js.map +1 -1
  210. package/dist/v1/resources/users.d.ts +132 -1
  211. package/dist/v1/resources/users.d.ts.map +1 -1
  212. package/dist/v1/resources/users.js +4 -2
  213. package/dist/v1/resources/users.js.map +1 -1
  214. package/dist/v1/resources/work_items.d.ts +78 -0
  215. package/dist/v1/resources/work_items.d.ts.map +1 -0
  216. package/dist/v1/resources/work_items.js +86 -0
  217. package/dist/v1/resources/work_items.js.map +1 -0
  218. package/dist/v1.d.ts +10 -0
  219. package/dist/v1.d.ts.map +1 -1
  220. package/dist/v1.js +17 -2
  221. package/dist/v1.js.map +1 -1
  222. package/package.json +1 -1
@@ -129,11 +129,12 @@ export declare const teamSchema: z.ZodObject<{
129
129
  }, "strip", z.ZodTypeAny, {
130
130
  id: string;
131
131
  org?: string | undefined;
132
- created_at?: string | undefined;
133
- sandbox?: string | undefined;
134
- updated_at?: string | undefined;
132
+ description?: string | undefined;
135
133
  name?: string | undefined;
136
134
  app?: string | undefined;
135
+ created_at?: string | undefined;
136
+ updated_at?: string | undefined;
137
+ sandbox?: string | undefined;
137
138
  metadata?: Record<string, unknown> | undefined;
138
139
  acl?: {
139
140
  add?: {
@@ -151,18 +152,18 @@ export declare const teamSchema: z.ZodObject<{
151
152
  principal?: string | undefined;
152
153
  }[] | undefined;
153
154
  } | undefined;
154
- description?: string | undefined;
155
155
  slug?: string | undefined;
156
156
  badges?: Record<string, unknown> | undefined;
157
157
  membership_status?: string | undefined;
158
158
  }, {
159
159
  id: string;
160
160
  org?: string | undefined;
161
- created_at?: string | undefined;
162
- sandbox?: string | undefined;
163
- updated_at?: string | undefined;
161
+ description?: string | undefined;
164
162
  name?: string | undefined;
165
163
  app?: string | undefined;
164
+ created_at?: string | undefined;
165
+ updated_at?: string | undefined;
166
+ sandbox?: string | undefined;
166
167
  metadata?: Record<string, unknown> | undefined;
167
168
  acl?: {
168
169
  add?: {
@@ -180,7 +181,6 @@ export declare const teamSchema: z.ZodObject<{
180
181
  principal?: string | undefined;
181
182
  }[] | undefined;
182
183
  } | undefined;
183
- description?: string | undefined;
184
184
  slug?: string | undefined;
185
185
  badges?: Record<string, unknown> | undefined;
186
186
  membership_status?: string | undefined;
@@ -301,6 +301,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
301
301
  app: z.ZodOptional<z.ZodString>;
302
302
  created_at: z.ZodOptional<z.ZodString>;
303
303
  default_model: z.ZodOptional<z.ZodString>;
304
+ description: z.ZodOptional<z.ZodString>;
304
305
  email: z.ZodOptional<z.ZodString>;
305
306
  id: z.ZodString;
306
307
  identity: z.ZodOptional<z.ZodString>;
@@ -314,11 +315,13 @@ export declare const teamMembershipSchema: z.ZodObject<{
314
315
  phone_number: z.ZodOptional<z.ZodString>;
315
316
  sandbox: z.ZodOptional<z.ZodString>;
316
317
  source_solution: z.ZodOptional<z.ZodObject<{
317
- solution: z.ZodObject<{
318
+ current_solution: z.ZodOptional<z.ZodObject<{
318
319
  category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
319
320
  created_at: z.ZodOptional<z.ZodString>;
320
321
  description: z.ZodOptional<z.ZodString>;
322
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
321
323
  id: z.ZodString;
324
+ image_url: z.ZodOptional<z.ZodString>;
322
325
  kind: z.ZodString;
323
326
  latest_solution: z.ZodOptional<z.ZodString>;
324
327
  latest_version: z.ZodOptional<z.ZodString>;
@@ -355,12 +358,102 @@ export declare const teamMembershipSchema: z.ZodObject<{
355
358
  org_slug: z.ZodOptional<z.ZodString>;
356
359
  owners: z.ZodArray<z.ZodString, "many">;
357
360
  readme_url: z.ZodOptional<z.ZodString>;
361
+ screenshot_urls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
358
362
  solution_id: z.ZodOptional<z.ZodString>;
359
363
  solution_version: z.ZodOptional<z.ZodString>;
360
364
  tag_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
361
365
  template_kind: z.ZodOptional<z.ZodString>;
362
366
  templates: z.ZodArray<z.ZodObject<{
363
367
  description: z.ZodOptional<z.ZodString>;
368
+ details: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
369
+ automation_type: z.ZodOptional<z.ZodString>;
370
+ invoke_contract: z.ZodOptional<z.ZodObject<{
371
+ input_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
372
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
373
+ description: z.ZodOptional<z.ZodString>;
374
+ name: z.ZodString;
375
+ required: z.ZodBoolean;
376
+ type: z.ZodString;
377
+ }, "strip", z.ZodTypeAny, {
378
+ name: string;
379
+ required: boolean;
380
+ type: string;
381
+ description?: string | undefined;
382
+ }, {
383
+ name: string;
384
+ required: boolean;
385
+ type: string;
386
+ description?: string | undefined;
387
+ }>, "many">>;
388
+ prefills: z.ZodObject<{
389
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
390
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
391
+ }, "strip", z.ZodTypeAny, {
392
+ participants?: Record<string, unknown> | undefined;
393
+ payload?: Record<string, unknown> | undefined;
394
+ }, {
395
+ participants?: Record<string, unknown> | undefined;
396
+ payload?: Record<string, unknown> | undefined;
397
+ }>;
398
+ }, "strip", z.ZodTypeAny, {
399
+ prefills: {
400
+ participants?: Record<string, unknown> | undefined;
401
+ payload?: Record<string, unknown> | undefined;
402
+ };
403
+ participants?: {
404
+ name: string;
405
+ required: boolean;
406
+ type: string;
407
+ description?: string | undefined;
408
+ }[] | undefined;
409
+ input_schema?: Record<string, unknown> | undefined;
410
+ }, {
411
+ prefills: {
412
+ participants?: Record<string, unknown> | undefined;
413
+ payload?: Record<string, unknown> | undefined;
414
+ };
415
+ participants?: {
416
+ name: string;
417
+ required: boolean;
418
+ type: string;
419
+ description?: string | undefined;
420
+ }[] | undefined;
421
+ input_schema?: Record<string, unknown> | undefined;
422
+ }>>;
423
+ type: z.ZodLiteral<"automation">;
424
+ }, "strip", z.ZodTypeAny, {
425
+ type: "automation";
426
+ automation_type?: string | undefined;
427
+ invoke_contract?: {
428
+ prefills: {
429
+ participants?: Record<string, unknown> | undefined;
430
+ payload?: Record<string, unknown> | undefined;
431
+ };
432
+ participants?: {
433
+ name: string;
434
+ required: boolean;
435
+ type: string;
436
+ description?: string | undefined;
437
+ }[] | undefined;
438
+ input_schema?: Record<string, unknown> | undefined;
439
+ } | undefined;
440
+ }, {
441
+ type: "automation";
442
+ automation_type?: string | undefined;
443
+ invoke_contract?: {
444
+ prefills: {
445
+ participants?: Record<string, unknown> | undefined;
446
+ payload?: Record<string, unknown> | undefined;
447
+ };
448
+ participants?: {
449
+ name: string;
450
+ required: boolean;
451
+ type: string;
452
+ description?: string | undefined;
453
+ }[] | undefined;
454
+ input_schema?: Record<string, unknown> | undefined;
455
+ } | undefined;
456
+ }>]>>;
364
457
  display_name: z.ZodOptional<z.ZodString>;
365
458
  id: z.ZodOptional<z.ZodString>;
366
459
  kind: z.ZodString;
@@ -370,21 +463,55 @@ export declare const teamMembershipSchema: z.ZodObject<{
370
463
  virtual_path: z.ZodOptional<z.ZodString>;
371
464
  }, "strip", z.ZodTypeAny, {
372
465
  kind: string;
466
+ description?: string | undefined;
467
+ name?: string | undefined;
373
468
  id?: string | undefined;
374
469
  lookup_key?: string | undefined;
375
470
  virtual_path?: string | undefined;
376
- name?: string | undefined;
377
- description?: string | undefined;
378
471
  readme_url?: string | undefined;
472
+ details?: {
473
+ type: "automation";
474
+ automation_type?: string | undefined;
475
+ invoke_contract?: {
476
+ prefills: {
477
+ participants?: Record<string, unknown> | undefined;
478
+ payload?: Record<string, unknown> | undefined;
479
+ };
480
+ participants?: {
481
+ name: string;
482
+ required: boolean;
483
+ type: string;
484
+ description?: string | undefined;
485
+ }[] | undefined;
486
+ input_schema?: Record<string, unknown> | undefined;
487
+ } | undefined;
488
+ } | undefined;
379
489
  display_name?: string | undefined;
380
490
  }, {
381
491
  kind: string;
492
+ description?: string | undefined;
493
+ name?: string | undefined;
382
494
  id?: string | undefined;
383
495
  lookup_key?: string | undefined;
384
496
  virtual_path?: string | undefined;
385
- name?: string | undefined;
386
- description?: string | undefined;
387
497
  readme_url?: string | undefined;
498
+ details?: {
499
+ type: "automation";
500
+ automation_type?: string | undefined;
501
+ invoke_contract?: {
502
+ prefills: {
503
+ participants?: Record<string, unknown> | undefined;
504
+ payload?: Record<string, unknown> | undefined;
505
+ };
506
+ participants?: {
507
+ name: string;
508
+ required: boolean;
509
+ type: string;
510
+ description?: string | undefined;
511
+ }[] | undefined;
512
+ input_schema?: Record<string, unknown> | undefined;
513
+ } | undefined;
514
+ } | undefined;
388
515
  display_name?: string | undefined;
389
516
  }>, "many">;
390
517
  updated_at: z.ZodOptional<z.ZodString>;
@@ -396,25 +523,44 @@ export declare const teamMembershipSchema: z.ZodObject<{
396
523
  owners: string[];
397
524
  templates: {
398
525
  kind: string;
526
+ description?: string | undefined;
527
+ name?: string | undefined;
399
528
  id?: string | undefined;
400
529
  lookup_key?: string | undefined;
401
530
  virtual_path?: string | undefined;
402
- name?: string | undefined;
403
- description?: string | undefined;
404
531
  readme_url?: string | undefined;
532
+ details?: {
533
+ type: "automation";
534
+ automation_type?: string | undefined;
535
+ invoke_contract?: {
536
+ prefills: {
537
+ participants?: Record<string, unknown> | undefined;
538
+ payload?: Record<string, unknown> | undefined;
539
+ };
540
+ participants?: {
541
+ name: string;
542
+ required: boolean;
543
+ type: string;
544
+ description?: string | undefined;
545
+ }[] | undefined;
546
+ input_schema?: Record<string, unknown> | undefined;
547
+ } | undefined;
548
+ } | undefined;
405
549
  display_name?: string | undefined;
406
550
  }[];
407
551
  upgrade_available: boolean;
408
552
  org?: string | undefined;
553
+ description?: string | undefined;
554
+ name?: string | undefined;
409
555
  created_at?: string | undefined;
410
- lookup_key?: string | undefined;
411
556
  updated_at?: string | undefined;
557
+ lookup_key?: string | undefined;
412
558
  virtual_path?: string | undefined;
413
- name?: string | undefined;
414
559
  metadata?: Record<string, unknown> | undefined;
415
560
  org_name?: string | undefined;
416
561
  category_keys?: string[] | undefined;
417
- description?: string | undefined;
562
+ events?: Record<string, unknown> | undefined;
563
+ image_url?: string | undefined;
418
564
  latest_solution?: string | undefined;
419
565
  latest_version?: string | undefined;
420
566
  org_logo?: {
@@ -428,6 +574,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
428
574
  } | undefined;
429
575
  org_slug?: string | undefined;
430
576
  readme_url?: string | undefined;
577
+ screenshot_urls?: string[] | undefined;
431
578
  solution_id?: string | undefined;
432
579
  solution_version?: string | undefined;
433
580
  tag_keys?: string[] | undefined;
@@ -438,25 +585,371 @@ export declare const teamMembershipSchema: z.ZodObject<{
438
585
  owners: string[];
439
586
  templates: {
440
587
  kind: string;
588
+ description?: string | undefined;
589
+ name?: string | undefined;
590
+ id?: string | undefined;
591
+ lookup_key?: string | undefined;
592
+ virtual_path?: string | undefined;
593
+ readme_url?: string | undefined;
594
+ details?: {
595
+ type: "automation";
596
+ automation_type?: string | undefined;
597
+ invoke_contract?: {
598
+ prefills: {
599
+ participants?: Record<string, unknown> | undefined;
600
+ payload?: Record<string, unknown> | undefined;
601
+ };
602
+ participants?: {
603
+ name: string;
604
+ required: boolean;
605
+ type: string;
606
+ description?: string | undefined;
607
+ }[] | undefined;
608
+ input_schema?: Record<string, unknown> | undefined;
609
+ } | undefined;
610
+ } | undefined;
611
+ display_name?: string | undefined;
612
+ }[];
613
+ upgrade_available: boolean;
614
+ org?: string | undefined;
615
+ description?: string | undefined;
616
+ name?: string | undefined;
617
+ created_at?: string | undefined;
618
+ updated_at?: string | undefined;
619
+ lookup_key?: string | undefined;
620
+ virtual_path?: string | undefined;
621
+ metadata?: Record<string, unknown> | undefined;
622
+ org_name?: string | undefined;
623
+ category_keys?: string[] | undefined;
624
+ events?: Record<string, unknown> | undefined;
625
+ image_url?: string | undefined;
626
+ latest_solution?: string | undefined;
627
+ latest_version?: string | undefined;
628
+ org_logo?: {
629
+ mime_type?: string | undefined;
630
+ file?: string | undefined;
631
+ height?: number | undefined;
632
+ media?: string | undefined;
633
+ refresh_url?: string | undefined;
634
+ url?: string | undefined;
635
+ width?: number | undefined;
636
+ } | undefined;
637
+ org_slug?: string | undefined;
638
+ readme_url?: string | undefined;
639
+ screenshot_urls?: string[] | undefined;
640
+ solution_id?: string | undefined;
641
+ solution_version?: string | undefined;
642
+ tag_keys?: string[] | undefined;
643
+ template_kind?: string | undefined;
644
+ }>>;
645
+ solution: z.ZodObject<{
646
+ category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
647
+ created_at: z.ZodOptional<z.ZodString>;
648
+ description: z.ZodOptional<z.ZodString>;
649
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
650
+ id: z.ZodString;
651
+ image_url: z.ZodOptional<z.ZodString>;
652
+ kind: z.ZodString;
653
+ latest_solution: z.ZodOptional<z.ZodString>;
654
+ latest_version: z.ZodOptional<z.ZodString>;
655
+ lookup_key: z.ZodOptional<z.ZodString>;
656
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
657
+ name: z.ZodOptional<z.ZodString>;
658
+ org: z.ZodOptional<z.ZodString>;
659
+ org_logo: z.ZodOptional<z.ZodObject<{
660
+ file: z.ZodOptional<z.ZodString>;
661
+ height: z.ZodOptional<z.ZodNumber>;
662
+ media: z.ZodOptional<z.ZodString>;
663
+ mime_type: z.ZodOptional<z.ZodString>;
664
+ refresh_url: z.ZodOptional<z.ZodString>;
665
+ url: z.ZodOptional<z.ZodString>;
666
+ width: z.ZodOptional<z.ZodNumber>;
667
+ }, "strip", z.ZodTypeAny, {
668
+ mime_type?: string | undefined;
669
+ file?: string | undefined;
670
+ height?: number | undefined;
671
+ media?: string | undefined;
672
+ refresh_url?: string | undefined;
673
+ url?: string | undefined;
674
+ width?: number | undefined;
675
+ }, {
676
+ mime_type?: string | undefined;
677
+ file?: string | undefined;
678
+ height?: number | undefined;
679
+ media?: string | undefined;
680
+ refresh_url?: string | undefined;
681
+ url?: string | undefined;
682
+ width?: number | undefined;
683
+ }>>;
684
+ org_name: z.ZodOptional<z.ZodString>;
685
+ org_slug: z.ZodOptional<z.ZodString>;
686
+ owners: z.ZodArray<z.ZodString, "many">;
687
+ readme_url: z.ZodOptional<z.ZodString>;
688
+ screenshot_urls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
689
+ solution_id: z.ZodOptional<z.ZodString>;
690
+ solution_version: z.ZodOptional<z.ZodString>;
691
+ tag_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
692
+ template_kind: z.ZodOptional<z.ZodString>;
693
+ templates: z.ZodArray<z.ZodObject<{
694
+ description: z.ZodOptional<z.ZodString>;
695
+ details: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
696
+ automation_type: z.ZodOptional<z.ZodString>;
697
+ invoke_contract: z.ZodOptional<z.ZodObject<{
698
+ input_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
699
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
700
+ description: z.ZodOptional<z.ZodString>;
701
+ name: z.ZodString;
702
+ required: z.ZodBoolean;
703
+ type: z.ZodString;
704
+ }, "strip", z.ZodTypeAny, {
705
+ name: string;
706
+ required: boolean;
707
+ type: string;
708
+ description?: string | undefined;
709
+ }, {
710
+ name: string;
711
+ required: boolean;
712
+ type: string;
713
+ description?: string | undefined;
714
+ }>, "many">>;
715
+ prefills: z.ZodObject<{
716
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
717
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
718
+ }, "strip", z.ZodTypeAny, {
719
+ participants?: Record<string, unknown> | undefined;
720
+ payload?: Record<string, unknown> | undefined;
721
+ }, {
722
+ participants?: Record<string, unknown> | undefined;
723
+ payload?: Record<string, unknown> | undefined;
724
+ }>;
725
+ }, "strip", z.ZodTypeAny, {
726
+ prefills: {
727
+ participants?: Record<string, unknown> | undefined;
728
+ payload?: Record<string, unknown> | undefined;
729
+ };
730
+ participants?: {
731
+ name: string;
732
+ required: boolean;
733
+ type: string;
734
+ description?: string | undefined;
735
+ }[] | undefined;
736
+ input_schema?: Record<string, unknown> | undefined;
737
+ }, {
738
+ prefills: {
739
+ participants?: Record<string, unknown> | undefined;
740
+ payload?: Record<string, unknown> | undefined;
741
+ };
742
+ participants?: {
743
+ name: string;
744
+ required: boolean;
745
+ type: string;
746
+ description?: string | undefined;
747
+ }[] | undefined;
748
+ input_schema?: Record<string, unknown> | undefined;
749
+ }>>;
750
+ type: z.ZodLiteral<"automation">;
751
+ }, "strip", z.ZodTypeAny, {
752
+ type: "automation";
753
+ automation_type?: string | undefined;
754
+ invoke_contract?: {
755
+ prefills: {
756
+ participants?: Record<string, unknown> | undefined;
757
+ payload?: Record<string, unknown> | undefined;
758
+ };
759
+ participants?: {
760
+ name: string;
761
+ required: boolean;
762
+ type: string;
763
+ description?: string | undefined;
764
+ }[] | undefined;
765
+ input_schema?: Record<string, unknown> | undefined;
766
+ } | undefined;
767
+ }, {
768
+ type: "automation";
769
+ automation_type?: string | undefined;
770
+ invoke_contract?: {
771
+ prefills: {
772
+ participants?: Record<string, unknown> | undefined;
773
+ payload?: Record<string, unknown> | undefined;
774
+ };
775
+ participants?: {
776
+ name: string;
777
+ required: boolean;
778
+ type: string;
779
+ description?: string | undefined;
780
+ }[] | undefined;
781
+ input_schema?: Record<string, unknown> | undefined;
782
+ } | undefined;
783
+ }>]>>;
784
+ display_name: z.ZodOptional<z.ZodString>;
785
+ id: z.ZodOptional<z.ZodString>;
786
+ kind: z.ZodString;
787
+ lookup_key: z.ZodOptional<z.ZodString>;
788
+ name: z.ZodOptional<z.ZodString>;
789
+ readme_url: z.ZodOptional<z.ZodString>;
790
+ virtual_path: z.ZodOptional<z.ZodString>;
791
+ }, "strip", z.ZodTypeAny, {
792
+ kind: string;
793
+ description?: string | undefined;
794
+ name?: string | undefined;
441
795
  id?: string | undefined;
442
796
  lookup_key?: string | undefined;
443
797
  virtual_path?: string | undefined;
798
+ readme_url?: string | undefined;
799
+ details?: {
800
+ type: "automation";
801
+ automation_type?: string | undefined;
802
+ invoke_contract?: {
803
+ prefills: {
804
+ participants?: Record<string, unknown> | undefined;
805
+ payload?: Record<string, unknown> | undefined;
806
+ };
807
+ participants?: {
808
+ name: string;
809
+ required: boolean;
810
+ type: string;
811
+ description?: string | undefined;
812
+ }[] | undefined;
813
+ input_schema?: Record<string, unknown> | undefined;
814
+ } | undefined;
815
+ } | undefined;
816
+ display_name?: string | undefined;
817
+ }, {
818
+ kind: string;
819
+ description?: string | undefined;
444
820
  name?: string | undefined;
821
+ id?: string | undefined;
822
+ lookup_key?: string | undefined;
823
+ virtual_path?: string | undefined;
824
+ readme_url?: string | undefined;
825
+ details?: {
826
+ type: "automation";
827
+ automation_type?: string | undefined;
828
+ invoke_contract?: {
829
+ prefills: {
830
+ participants?: Record<string, unknown> | undefined;
831
+ payload?: Record<string, unknown> | undefined;
832
+ };
833
+ participants?: {
834
+ name: string;
835
+ required: boolean;
836
+ type: string;
837
+ description?: string | undefined;
838
+ }[] | undefined;
839
+ input_schema?: Record<string, unknown> | undefined;
840
+ } | undefined;
841
+ } | undefined;
842
+ display_name?: string | undefined;
843
+ }>, "many">;
844
+ updated_at: z.ZodOptional<z.ZodString>;
845
+ upgrade_available: z.ZodBoolean;
846
+ virtual_path: z.ZodOptional<z.ZodString>;
847
+ }, "strip", z.ZodTypeAny, {
848
+ kind: string;
849
+ id: string;
850
+ owners: string[];
851
+ templates: {
852
+ kind: string;
445
853
  description?: string | undefined;
854
+ name?: string | undefined;
855
+ id?: string | undefined;
856
+ lookup_key?: string | undefined;
857
+ virtual_path?: string | undefined;
446
858
  readme_url?: string | undefined;
859
+ details?: {
860
+ type: "automation";
861
+ automation_type?: string | undefined;
862
+ invoke_contract?: {
863
+ prefills: {
864
+ participants?: Record<string, unknown> | undefined;
865
+ payload?: Record<string, unknown> | undefined;
866
+ };
867
+ participants?: {
868
+ name: string;
869
+ required: boolean;
870
+ type: string;
871
+ description?: string | undefined;
872
+ }[] | undefined;
873
+ input_schema?: Record<string, unknown> | undefined;
874
+ } | undefined;
875
+ } | undefined;
447
876
  display_name?: string | undefined;
448
877
  }[];
449
878
  upgrade_available: boolean;
450
879
  org?: string | undefined;
880
+ description?: string | undefined;
881
+ name?: string | undefined;
451
882
  created_at?: string | undefined;
452
- lookup_key?: string | undefined;
453
883
  updated_at?: string | undefined;
884
+ lookup_key?: string | undefined;
454
885
  virtual_path?: string | undefined;
455
- name?: string | undefined;
456
886
  metadata?: Record<string, unknown> | undefined;
457
887
  org_name?: string | undefined;
458
888
  category_keys?: string[] | undefined;
889
+ events?: Record<string, unknown> | undefined;
890
+ image_url?: string | undefined;
891
+ latest_solution?: string | undefined;
892
+ latest_version?: string | undefined;
893
+ org_logo?: {
894
+ mime_type?: string | undefined;
895
+ file?: string | undefined;
896
+ height?: number | undefined;
897
+ media?: string | undefined;
898
+ refresh_url?: string | undefined;
899
+ url?: string | undefined;
900
+ width?: number | undefined;
901
+ } | undefined;
902
+ org_slug?: string | undefined;
903
+ readme_url?: string | undefined;
904
+ screenshot_urls?: string[] | undefined;
905
+ solution_id?: string | undefined;
906
+ solution_version?: string | undefined;
907
+ tag_keys?: string[] | undefined;
908
+ template_kind?: string | undefined;
909
+ }, {
910
+ kind: string;
911
+ id: string;
912
+ owners: string[];
913
+ templates: {
914
+ kind: string;
915
+ description?: string | undefined;
916
+ name?: string | undefined;
917
+ id?: string | undefined;
918
+ lookup_key?: string | undefined;
919
+ virtual_path?: string | undefined;
920
+ readme_url?: string | undefined;
921
+ details?: {
922
+ type: "automation";
923
+ automation_type?: string | undefined;
924
+ invoke_contract?: {
925
+ prefills: {
926
+ participants?: Record<string, unknown> | undefined;
927
+ payload?: Record<string, unknown> | undefined;
928
+ };
929
+ participants?: {
930
+ name: string;
931
+ required: boolean;
932
+ type: string;
933
+ description?: string | undefined;
934
+ }[] | undefined;
935
+ input_schema?: Record<string, unknown> | undefined;
936
+ } | undefined;
937
+ } | undefined;
938
+ display_name?: string | undefined;
939
+ }[];
940
+ upgrade_available: boolean;
941
+ org?: string | undefined;
459
942
  description?: string | undefined;
943
+ name?: string | undefined;
944
+ created_at?: string | undefined;
945
+ updated_at?: string | undefined;
946
+ lookup_key?: string | undefined;
947
+ virtual_path?: string | undefined;
948
+ metadata?: Record<string, unknown> | undefined;
949
+ org_name?: string | undefined;
950
+ category_keys?: string[] | undefined;
951
+ events?: Record<string, unknown> | undefined;
952
+ image_url?: string | undefined;
460
953
  latest_solution?: string | undefined;
461
954
  latest_version?: string | undefined;
462
955
  org_logo?: {
@@ -470,6 +963,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
470
963
  } | undefined;
471
964
  org_slug?: string | undefined;
472
965
  readme_url?: string | undefined;
966
+ screenshot_urls?: string[] | undefined;
473
967
  solution_id?: string | undefined;
474
968
  solution_version?: string | undefined;
475
969
  tag_keys?: string[] | undefined;
@@ -488,22 +982,22 @@ export declare const teamMembershipSchema: z.ZodObject<{
488
982
  }, "strip", z.ZodTypeAny, {
489
983
  kind: string;
490
984
  id: string;
985
+ description?: string | undefined;
986
+ name?: string | undefined;
491
987
  created_at?: string | undefined;
492
- lookup_key?: string | undefined;
493
988
  updated_at?: string | undefined;
989
+ lookup_key?: string | undefined;
494
990
  virtual_path?: string | undefined;
495
- name?: string | undefined;
496
- description?: string | undefined;
497
991
  display_name?: string | undefined;
498
992
  }, {
499
993
  kind: string;
500
994
  id: string;
995
+ description?: string | undefined;
996
+ name?: string | undefined;
501
997
  created_at?: string | undefined;
502
- lookup_key?: string | undefined;
503
998
  updated_at?: string | undefined;
999
+ lookup_key?: string | undefined;
504
1000
  virtual_path?: string | undefined;
505
- name?: string | undefined;
506
- description?: string | undefined;
507
1001
  display_name?: string | undefined;
508
1002
  }>;
509
1003
  }, "strip", z.ZodTypeAny, {
@@ -513,25 +1007,44 @@ export declare const teamMembershipSchema: z.ZodObject<{
513
1007
  owners: string[];
514
1008
  templates: {
515
1009
  kind: string;
1010
+ description?: string | undefined;
1011
+ name?: string | undefined;
516
1012
  id?: string | undefined;
517
1013
  lookup_key?: string | undefined;
518
1014
  virtual_path?: string | undefined;
519
- name?: string | undefined;
520
- description?: string | undefined;
521
1015
  readme_url?: string | undefined;
1016
+ details?: {
1017
+ type: "automation";
1018
+ automation_type?: string | undefined;
1019
+ invoke_contract?: {
1020
+ prefills: {
1021
+ participants?: Record<string, unknown> | undefined;
1022
+ payload?: Record<string, unknown> | undefined;
1023
+ };
1024
+ participants?: {
1025
+ name: string;
1026
+ required: boolean;
1027
+ type: string;
1028
+ description?: string | undefined;
1029
+ }[] | undefined;
1030
+ input_schema?: Record<string, unknown> | undefined;
1031
+ } | undefined;
1032
+ } | undefined;
522
1033
  display_name?: string | undefined;
523
1034
  }[];
524
1035
  upgrade_available: boolean;
525
1036
  org?: string | undefined;
1037
+ description?: string | undefined;
1038
+ name?: string | undefined;
526
1039
  created_at?: string | undefined;
527
- lookup_key?: string | undefined;
528
1040
  updated_at?: string | undefined;
1041
+ lookup_key?: string | undefined;
529
1042
  virtual_path?: string | undefined;
530
- name?: string | undefined;
531
1043
  metadata?: Record<string, unknown> | undefined;
532
1044
  org_name?: string | undefined;
533
1045
  category_keys?: string[] | undefined;
534
- description?: string | undefined;
1046
+ events?: Record<string, unknown> | undefined;
1047
+ image_url?: string | undefined;
535
1048
  latest_solution?: string | undefined;
536
1049
  latest_version?: string | undefined;
537
1050
  org_logo?: {
@@ -545,6 +1058,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
545
1058
  } | undefined;
546
1059
  org_slug?: string | undefined;
547
1060
  readme_url?: string | undefined;
1061
+ screenshot_urls?: string[] | undefined;
548
1062
  solution_id?: string | undefined;
549
1063
  solution_version?: string | undefined;
550
1064
  tag_keys?: string[] | undefined;
@@ -553,40 +1067,58 @@ export declare const teamMembershipSchema: z.ZodObject<{
553
1067
  template: {
554
1068
  kind: string;
555
1069
  id: string;
1070
+ description?: string | undefined;
1071
+ name?: string | undefined;
556
1072
  created_at?: string | undefined;
557
- lookup_key?: string | undefined;
558
1073
  updated_at?: string | undefined;
1074
+ lookup_key?: string | undefined;
559
1075
  virtual_path?: string | undefined;
560
- name?: string | undefined;
561
- description?: string | undefined;
562
1076
  display_name?: string | undefined;
563
1077
  };
564
- }, {
565
- solution: {
1078
+ current_solution?: {
566
1079
  kind: string;
567
1080
  id: string;
568
1081
  owners: string[];
569
1082
  templates: {
570
1083
  kind: string;
1084
+ description?: string | undefined;
1085
+ name?: string | undefined;
571
1086
  id?: string | undefined;
572
1087
  lookup_key?: string | undefined;
573
1088
  virtual_path?: string | undefined;
574
- name?: string | undefined;
575
- description?: string | undefined;
576
1089
  readme_url?: string | undefined;
1090
+ details?: {
1091
+ type: "automation";
1092
+ automation_type?: string | undefined;
1093
+ invoke_contract?: {
1094
+ prefills: {
1095
+ participants?: Record<string, unknown> | undefined;
1096
+ payload?: Record<string, unknown> | undefined;
1097
+ };
1098
+ participants?: {
1099
+ name: string;
1100
+ required: boolean;
1101
+ type: string;
1102
+ description?: string | undefined;
1103
+ }[] | undefined;
1104
+ input_schema?: Record<string, unknown> | undefined;
1105
+ } | undefined;
1106
+ } | undefined;
577
1107
  display_name?: string | undefined;
578
1108
  }[];
579
1109
  upgrade_available: boolean;
580
1110
  org?: string | undefined;
1111
+ description?: string | undefined;
1112
+ name?: string | undefined;
581
1113
  created_at?: string | undefined;
582
- lookup_key?: string | undefined;
583
1114
  updated_at?: string | undefined;
1115
+ lookup_key?: string | undefined;
584
1116
  virtual_path?: string | undefined;
585
- name?: string | undefined;
586
1117
  metadata?: Record<string, unknown> | undefined;
587
1118
  org_name?: string | undefined;
588
1119
  category_keys?: string[] | undefined;
589
- description?: string | undefined;
1120
+ events?: Record<string, unknown> | undefined;
1121
+ image_url?: string | undefined;
590
1122
  latest_solution?: string | undefined;
591
1123
  latest_version?: string | undefined;
592
1124
  org_logo?: {
@@ -600,22 +1132,150 @@ export declare const teamMembershipSchema: z.ZodObject<{
600
1132
  } | undefined;
601
1133
  org_slug?: string | undefined;
602
1134
  readme_url?: string | undefined;
1135
+ screenshot_urls?: string[] | undefined;
603
1136
  solution_id?: string | undefined;
604
1137
  solution_version?: string | undefined;
605
1138
  tag_keys?: string[] | undefined;
606
1139
  template_kind?: string | undefined;
607
- };
608
- template: {
1140
+ } | undefined;
1141
+ }, {
1142
+ solution: {
609
1143
  kind: string;
610
1144
  id: string;
1145
+ owners: string[];
1146
+ templates: {
1147
+ kind: string;
1148
+ description?: string | undefined;
1149
+ name?: string | undefined;
1150
+ id?: string | undefined;
1151
+ lookup_key?: string | undefined;
1152
+ virtual_path?: string | undefined;
1153
+ readme_url?: string | undefined;
1154
+ details?: {
1155
+ type: "automation";
1156
+ automation_type?: string | undefined;
1157
+ invoke_contract?: {
1158
+ prefills: {
1159
+ participants?: Record<string, unknown> | undefined;
1160
+ payload?: Record<string, unknown> | undefined;
1161
+ };
1162
+ participants?: {
1163
+ name: string;
1164
+ required: boolean;
1165
+ type: string;
1166
+ description?: string | undefined;
1167
+ }[] | undefined;
1168
+ input_schema?: Record<string, unknown> | undefined;
1169
+ } | undefined;
1170
+ } | undefined;
1171
+ display_name?: string | undefined;
1172
+ }[];
1173
+ upgrade_available: boolean;
1174
+ org?: string | undefined;
1175
+ description?: string | undefined;
1176
+ name?: string | undefined;
611
1177
  created_at?: string | undefined;
612
- lookup_key?: string | undefined;
613
1178
  updated_at?: string | undefined;
1179
+ lookup_key?: string | undefined;
614
1180
  virtual_path?: string | undefined;
615
- name?: string | undefined;
1181
+ metadata?: Record<string, unknown> | undefined;
1182
+ org_name?: string | undefined;
1183
+ category_keys?: string[] | undefined;
1184
+ events?: Record<string, unknown> | undefined;
1185
+ image_url?: string | undefined;
1186
+ latest_solution?: string | undefined;
1187
+ latest_version?: string | undefined;
1188
+ org_logo?: {
1189
+ mime_type?: string | undefined;
1190
+ file?: string | undefined;
1191
+ height?: number | undefined;
1192
+ media?: string | undefined;
1193
+ refresh_url?: string | undefined;
1194
+ url?: string | undefined;
1195
+ width?: number | undefined;
1196
+ } | undefined;
1197
+ org_slug?: string | undefined;
1198
+ readme_url?: string | undefined;
1199
+ screenshot_urls?: string[] | undefined;
1200
+ solution_id?: string | undefined;
1201
+ solution_version?: string | undefined;
1202
+ tag_keys?: string[] | undefined;
1203
+ template_kind?: string | undefined;
1204
+ };
1205
+ template: {
1206
+ kind: string;
1207
+ id: string;
616
1208
  description?: string | undefined;
1209
+ name?: string | undefined;
1210
+ created_at?: string | undefined;
1211
+ updated_at?: string | undefined;
1212
+ lookup_key?: string | undefined;
1213
+ virtual_path?: string | undefined;
617
1214
  display_name?: string | undefined;
618
1215
  };
1216
+ current_solution?: {
1217
+ kind: string;
1218
+ id: string;
1219
+ owners: string[];
1220
+ templates: {
1221
+ kind: string;
1222
+ description?: string | undefined;
1223
+ name?: string | undefined;
1224
+ id?: string | undefined;
1225
+ lookup_key?: string | undefined;
1226
+ virtual_path?: string | undefined;
1227
+ readme_url?: string | undefined;
1228
+ details?: {
1229
+ type: "automation";
1230
+ automation_type?: string | undefined;
1231
+ invoke_contract?: {
1232
+ prefills: {
1233
+ participants?: Record<string, unknown> | undefined;
1234
+ payload?: Record<string, unknown> | undefined;
1235
+ };
1236
+ participants?: {
1237
+ name: string;
1238
+ required: boolean;
1239
+ type: string;
1240
+ description?: string | undefined;
1241
+ }[] | undefined;
1242
+ input_schema?: Record<string, unknown> | undefined;
1243
+ } | undefined;
1244
+ } | undefined;
1245
+ display_name?: string | undefined;
1246
+ }[];
1247
+ upgrade_available: boolean;
1248
+ org?: string | undefined;
1249
+ description?: string | undefined;
1250
+ name?: string | undefined;
1251
+ created_at?: string | undefined;
1252
+ updated_at?: string | undefined;
1253
+ lookup_key?: string | undefined;
1254
+ virtual_path?: string | undefined;
1255
+ metadata?: Record<string, unknown> | undefined;
1256
+ org_name?: string | undefined;
1257
+ category_keys?: string[] | undefined;
1258
+ events?: Record<string, unknown> | undefined;
1259
+ image_url?: string | undefined;
1260
+ latest_solution?: string | undefined;
1261
+ latest_version?: string | undefined;
1262
+ org_logo?: {
1263
+ mime_type?: string | undefined;
1264
+ file?: string | undefined;
1265
+ height?: number | undefined;
1266
+ media?: string | undefined;
1267
+ refresh_url?: string | undefined;
1268
+ url?: string | undefined;
1269
+ width?: number | undefined;
1270
+ } | undefined;
1271
+ org_slug?: string | undefined;
1272
+ readme_url?: string | undefined;
1273
+ screenshot_urls?: string[] | undefined;
1274
+ solution_id?: string | undefined;
1275
+ solution_version?: string | undefined;
1276
+ tag_keys?: string[] | undefined;
1277
+ template_kind?: string | undefined;
1278
+ } | undefined;
619
1279
  }>>;
620
1280
  team: z.ZodOptional<z.ZodString>;
621
1281
  template_upgrade_available: z.ZodOptional<z.ZodBoolean>;
@@ -626,13 +1286,14 @@ export declare const teamMembershipSchema: z.ZodObject<{
626
1286
  email?: string | undefined;
627
1287
  team?: string | undefined;
628
1288
  org?: string | undefined;
1289
+ description?: string | undefined;
1290
+ name?: string | undefined;
1291
+ app?: string | undefined;
629
1292
  created_at?: string | undefined;
630
- sandbox?: string | undefined;
631
- lookup_key?: string | undefined;
632
1293
  updated_at?: string | undefined;
633
1294
  user?: string | undefined;
634
- name?: string | undefined;
635
- app?: string | undefined;
1295
+ sandbox?: string | undefined;
1296
+ lookup_key?: string | undefined;
636
1297
  metadata?: Record<string, unknown> | undefined;
637
1298
  org_name?: string | undefined;
638
1299
  acl?: {
@@ -663,25 +1324,44 @@ export declare const teamMembershipSchema: z.ZodObject<{
663
1324
  owners: string[];
664
1325
  templates: {
665
1326
  kind: string;
1327
+ description?: string | undefined;
1328
+ name?: string | undefined;
666
1329
  id?: string | undefined;
667
1330
  lookup_key?: string | undefined;
668
1331
  virtual_path?: string | undefined;
669
- name?: string | undefined;
670
- description?: string | undefined;
671
1332
  readme_url?: string | undefined;
1333
+ details?: {
1334
+ type: "automation";
1335
+ automation_type?: string | undefined;
1336
+ invoke_contract?: {
1337
+ prefills: {
1338
+ participants?: Record<string, unknown> | undefined;
1339
+ payload?: Record<string, unknown> | undefined;
1340
+ };
1341
+ participants?: {
1342
+ name: string;
1343
+ required: boolean;
1344
+ type: string;
1345
+ description?: string | undefined;
1346
+ }[] | undefined;
1347
+ input_schema?: Record<string, unknown> | undefined;
1348
+ } | undefined;
1349
+ } | undefined;
672
1350
  display_name?: string | undefined;
673
1351
  }[];
674
1352
  upgrade_available: boolean;
675
1353
  org?: string | undefined;
1354
+ description?: string | undefined;
1355
+ name?: string | undefined;
676
1356
  created_at?: string | undefined;
677
- lookup_key?: string | undefined;
678
1357
  updated_at?: string | undefined;
1358
+ lookup_key?: string | undefined;
679
1359
  virtual_path?: string | undefined;
680
- name?: string | undefined;
681
1360
  metadata?: Record<string, unknown> | undefined;
682
1361
  org_name?: string | undefined;
683
1362
  category_keys?: string[] | undefined;
684
- description?: string | undefined;
1363
+ events?: Record<string, unknown> | undefined;
1364
+ image_url?: string | undefined;
685
1365
  latest_solution?: string | undefined;
686
1366
  latest_version?: string | undefined;
687
1367
  org_logo?: {
@@ -695,6 +1375,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
695
1375
  } | undefined;
696
1376
  org_slug?: string | undefined;
697
1377
  readme_url?: string | undefined;
1378
+ screenshot_urls?: string[] | undefined;
698
1379
  solution_id?: string | undefined;
699
1380
  solution_version?: string | undefined;
700
1381
  tag_keys?: string[] | undefined;
@@ -703,14 +1384,77 @@ export declare const teamMembershipSchema: z.ZodObject<{
703
1384
  template: {
704
1385
  kind: string;
705
1386
  id: string;
1387
+ description?: string | undefined;
1388
+ name?: string | undefined;
706
1389
  created_at?: string | undefined;
707
- lookup_key?: string | undefined;
708
1390
  updated_at?: string | undefined;
1391
+ lookup_key?: string | undefined;
709
1392
  virtual_path?: string | undefined;
710
- name?: string | undefined;
711
- description?: string | undefined;
712
1393
  display_name?: string | undefined;
713
1394
  };
1395
+ current_solution?: {
1396
+ kind: string;
1397
+ id: string;
1398
+ owners: string[];
1399
+ templates: {
1400
+ kind: string;
1401
+ description?: string | undefined;
1402
+ name?: string | undefined;
1403
+ id?: string | undefined;
1404
+ lookup_key?: string | undefined;
1405
+ virtual_path?: string | undefined;
1406
+ readme_url?: string | undefined;
1407
+ details?: {
1408
+ type: "automation";
1409
+ automation_type?: string | undefined;
1410
+ invoke_contract?: {
1411
+ prefills: {
1412
+ participants?: Record<string, unknown> | undefined;
1413
+ payload?: Record<string, unknown> | undefined;
1414
+ };
1415
+ participants?: {
1416
+ name: string;
1417
+ required: boolean;
1418
+ type: string;
1419
+ description?: string | undefined;
1420
+ }[] | undefined;
1421
+ input_schema?: Record<string, unknown> | undefined;
1422
+ } | undefined;
1423
+ } | undefined;
1424
+ display_name?: string | undefined;
1425
+ }[];
1426
+ upgrade_available: boolean;
1427
+ org?: string | undefined;
1428
+ description?: string | undefined;
1429
+ name?: string | undefined;
1430
+ created_at?: string | undefined;
1431
+ updated_at?: string | undefined;
1432
+ lookup_key?: string | undefined;
1433
+ virtual_path?: string | undefined;
1434
+ metadata?: Record<string, unknown> | undefined;
1435
+ org_name?: string | undefined;
1436
+ category_keys?: string[] | undefined;
1437
+ events?: Record<string, unknown> | undefined;
1438
+ image_url?: string | undefined;
1439
+ latest_solution?: string | undefined;
1440
+ latest_version?: string | undefined;
1441
+ org_logo?: {
1442
+ mime_type?: string | undefined;
1443
+ file?: string | undefined;
1444
+ height?: number | undefined;
1445
+ media?: string | undefined;
1446
+ refresh_url?: string | undefined;
1447
+ url?: string | undefined;
1448
+ width?: number | undefined;
1449
+ } | undefined;
1450
+ org_slug?: string | undefined;
1451
+ readme_url?: string | undefined;
1452
+ screenshot_urls?: string[] | undefined;
1453
+ solution_id?: string | undefined;
1454
+ solution_version?: string | undefined;
1455
+ tag_keys?: string[] | undefined;
1456
+ template_kind?: string | undefined;
1457
+ } | undefined;
714
1458
  } | undefined;
715
1459
  template_upgrade_available?: boolean | undefined;
716
1460
  }, {
@@ -718,13 +1462,14 @@ export declare const teamMembershipSchema: z.ZodObject<{
718
1462
  email?: string | undefined;
719
1463
  team?: string | undefined;
720
1464
  org?: string | undefined;
1465
+ description?: string | undefined;
1466
+ name?: string | undefined;
1467
+ app?: string | undefined;
721
1468
  created_at?: string | undefined;
722
- sandbox?: string | undefined;
723
- lookup_key?: string | undefined;
724
1469
  updated_at?: string | undefined;
725
1470
  user?: string | undefined;
726
- name?: string | undefined;
727
- app?: string | undefined;
1471
+ sandbox?: string | undefined;
1472
+ lookup_key?: string | undefined;
728
1473
  metadata?: Record<string, unknown> | undefined;
729
1474
  org_name?: string | undefined;
730
1475
  acl?: {
@@ -755,25 +1500,44 @@ export declare const teamMembershipSchema: z.ZodObject<{
755
1500
  owners: string[];
756
1501
  templates: {
757
1502
  kind: string;
1503
+ description?: string | undefined;
1504
+ name?: string | undefined;
758
1505
  id?: string | undefined;
759
1506
  lookup_key?: string | undefined;
760
1507
  virtual_path?: string | undefined;
761
- name?: string | undefined;
762
- description?: string | undefined;
763
1508
  readme_url?: string | undefined;
1509
+ details?: {
1510
+ type: "automation";
1511
+ automation_type?: string | undefined;
1512
+ invoke_contract?: {
1513
+ prefills: {
1514
+ participants?: Record<string, unknown> | undefined;
1515
+ payload?: Record<string, unknown> | undefined;
1516
+ };
1517
+ participants?: {
1518
+ name: string;
1519
+ required: boolean;
1520
+ type: string;
1521
+ description?: string | undefined;
1522
+ }[] | undefined;
1523
+ input_schema?: Record<string, unknown> | undefined;
1524
+ } | undefined;
1525
+ } | undefined;
764
1526
  display_name?: string | undefined;
765
1527
  }[];
766
1528
  upgrade_available: boolean;
767
1529
  org?: string | undefined;
1530
+ description?: string | undefined;
1531
+ name?: string | undefined;
768
1532
  created_at?: string | undefined;
769
- lookup_key?: string | undefined;
770
1533
  updated_at?: string | undefined;
1534
+ lookup_key?: string | undefined;
771
1535
  virtual_path?: string | undefined;
772
- name?: string | undefined;
773
1536
  metadata?: Record<string, unknown> | undefined;
774
1537
  org_name?: string | undefined;
775
1538
  category_keys?: string[] | undefined;
776
- description?: string | undefined;
1539
+ events?: Record<string, unknown> | undefined;
1540
+ image_url?: string | undefined;
777
1541
  latest_solution?: string | undefined;
778
1542
  latest_version?: string | undefined;
779
1543
  org_logo?: {
@@ -787,6 +1551,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
787
1551
  } | undefined;
788
1552
  org_slug?: string | undefined;
789
1553
  readme_url?: string | undefined;
1554
+ screenshot_urls?: string[] | undefined;
790
1555
  solution_id?: string | undefined;
791
1556
  solution_version?: string | undefined;
792
1557
  tag_keys?: string[] | undefined;
@@ -795,14 +1560,77 @@ export declare const teamMembershipSchema: z.ZodObject<{
795
1560
  template: {
796
1561
  kind: string;
797
1562
  id: string;
1563
+ description?: string | undefined;
1564
+ name?: string | undefined;
798
1565
  created_at?: string | undefined;
799
- lookup_key?: string | undefined;
800
1566
  updated_at?: string | undefined;
1567
+ lookup_key?: string | undefined;
801
1568
  virtual_path?: string | undefined;
802
- name?: string | undefined;
803
- description?: string | undefined;
804
1569
  display_name?: string | undefined;
805
1570
  };
1571
+ current_solution?: {
1572
+ kind: string;
1573
+ id: string;
1574
+ owners: string[];
1575
+ templates: {
1576
+ kind: string;
1577
+ description?: string | undefined;
1578
+ name?: string | undefined;
1579
+ id?: string | undefined;
1580
+ lookup_key?: string | undefined;
1581
+ virtual_path?: string | undefined;
1582
+ readme_url?: string | undefined;
1583
+ details?: {
1584
+ type: "automation";
1585
+ automation_type?: string | undefined;
1586
+ invoke_contract?: {
1587
+ prefills: {
1588
+ participants?: Record<string, unknown> | undefined;
1589
+ payload?: Record<string, unknown> | undefined;
1590
+ };
1591
+ participants?: {
1592
+ name: string;
1593
+ required: boolean;
1594
+ type: string;
1595
+ description?: string | undefined;
1596
+ }[] | undefined;
1597
+ input_schema?: Record<string, unknown> | undefined;
1598
+ } | undefined;
1599
+ } | undefined;
1600
+ display_name?: string | undefined;
1601
+ }[];
1602
+ upgrade_available: boolean;
1603
+ org?: string | undefined;
1604
+ description?: string | undefined;
1605
+ name?: string | undefined;
1606
+ created_at?: string | undefined;
1607
+ updated_at?: string | undefined;
1608
+ lookup_key?: string | undefined;
1609
+ virtual_path?: string | undefined;
1610
+ metadata?: Record<string, unknown> | undefined;
1611
+ org_name?: string | undefined;
1612
+ category_keys?: string[] | undefined;
1613
+ events?: Record<string, unknown> | undefined;
1614
+ image_url?: string | undefined;
1615
+ latest_solution?: string | undefined;
1616
+ latest_version?: string | undefined;
1617
+ org_logo?: {
1618
+ mime_type?: string | undefined;
1619
+ file?: string | undefined;
1620
+ height?: number | undefined;
1621
+ media?: string | undefined;
1622
+ refresh_url?: string | undefined;
1623
+ url?: string | undefined;
1624
+ width?: number | undefined;
1625
+ } | undefined;
1626
+ org_slug?: string | undefined;
1627
+ readme_url?: string | undefined;
1628
+ screenshot_urls?: string[] | undefined;
1629
+ solution_id?: string | undefined;
1630
+ solution_version?: string | undefined;
1631
+ tag_keys?: string[] | undefined;
1632
+ template_kind?: string | undefined;
1633
+ } | undefined;
806
1634
  } | undefined;
807
1635
  template_upgrade_available?: boolean | undefined;
808
1636
  }>>;
@@ -870,9 +1698,9 @@ export declare const teamMembershipSchema: z.ZodObject<{
870
1698
  email?: string | undefined;
871
1699
  alias?: string | undefined;
872
1700
  org?: string | undefined;
873
- sandbox?: string | undefined;
874
1701
  name?: string | undefined;
875
1702
  app?: string | undefined;
1703
+ sandbox?: string | undefined;
876
1704
  app_name?: string | undefined;
877
1705
  is_system_user?: boolean | undefined;
878
1706
  metadata?: Record<string, unknown> | undefined;
@@ -884,9 +1712,9 @@ export declare const teamMembershipSchema: z.ZodObject<{
884
1712
  email?: string | undefined;
885
1713
  alias?: string | undefined;
886
1714
  org?: string | undefined;
887
- sandbox?: string | undefined;
888
1715
  name?: string | undefined;
889
1716
  app?: string | undefined;
1717
+ sandbox?: string | undefined;
890
1718
  app_name?: string | undefined;
891
1719
  is_system_user?: boolean | undefined;
892
1720
  metadata?: Record<string, unknown> | undefined;
@@ -901,13 +1729,14 @@ export declare const teamMembershipSchema: z.ZodObject<{
901
1729
  email?: string | undefined;
902
1730
  team?: string | undefined;
903
1731
  org?: string | undefined;
1732
+ description?: string | undefined;
1733
+ name?: string | undefined;
1734
+ app?: string | undefined;
904
1735
  created_at?: string | undefined;
905
- sandbox?: string | undefined;
906
- lookup_key?: string | undefined;
907
1736
  updated_at?: string | undefined;
908
1737
  user?: string | undefined;
909
- name?: string | undefined;
910
- app?: string | undefined;
1738
+ sandbox?: string | undefined;
1739
+ lookup_key?: string | undefined;
911
1740
  metadata?: Record<string, unknown> | undefined;
912
1741
  org_name?: string | undefined;
913
1742
  acl?: {
@@ -938,25 +1767,44 @@ export declare const teamMembershipSchema: z.ZodObject<{
938
1767
  owners: string[];
939
1768
  templates: {
940
1769
  kind: string;
1770
+ description?: string | undefined;
1771
+ name?: string | undefined;
941
1772
  id?: string | undefined;
942
1773
  lookup_key?: string | undefined;
943
1774
  virtual_path?: string | undefined;
944
- name?: string | undefined;
945
- description?: string | undefined;
946
1775
  readme_url?: string | undefined;
1776
+ details?: {
1777
+ type: "automation";
1778
+ automation_type?: string | undefined;
1779
+ invoke_contract?: {
1780
+ prefills: {
1781
+ participants?: Record<string, unknown> | undefined;
1782
+ payload?: Record<string, unknown> | undefined;
1783
+ };
1784
+ participants?: {
1785
+ name: string;
1786
+ required: boolean;
1787
+ type: string;
1788
+ description?: string | undefined;
1789
+ }[] | undefined;
1790
+ input_schema?: Record<string, unknown> | undefined;
1791
+ } | undefined;
1792
+ } | undefined;
947
1793
  display_name?: string | undefined;
948
1794
  }[];
949
1795
  upgrade_available: boolean;
950
1796
  org?: string | undefined;
1797
+ description?: string | undefined;
1798
+ name?: string | undefined;
951
1799
  created_at?: string | undefined;
952
- lookup_key?: string | undefined;
953
1800
  updated_at?: string | undefined;
1801
+ lookup_key?: string | undefined;
954
1802
  virtual_path?: string | undefined;
955
- name?: string | undefined;
956
1803
  metadata?: Record<string, unknown> | undefined;
957
1804
  org_name?: string | undefined;
958
1805
  category_keys?: string[] | undefined;
959
- description?: string | undefined;
1806
+ events?: Record<string, unknown> | undefined;
1807
+ image_url?: string | undefined;
960
1808
  latest_solution?: string | undefined;
961
1809
  latest_version?: string | undefined;
962
1810
  org_logo?: {
@@ -970,6 +1818,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
970
1818
  } | undefined;
971
1819
  org_slug?: string | undefined;
972
1820
  readme_url?: string | undefined;
1821
+ screenshot_urls?: string[] | undefined;
973
1822
  solution_id?: string | undefined;
974
1823
  solution_version?: string | undefined;
975
1824
  tag_keys?: string[] | undefined;
@@ -978,29 +1827,93 @@ export declare const teamMembershipSchema: z.ZodObject<{
978
1827
  template: {
979
1828
  kind: string;
980
1829
  id: string;
1830
+ description?: string | undefined;
1831
+ name?: string | undefined;
981
1832
  created_at?: string | undefined;
982
- lookup_key?: string | undefined;
983
1833
  updated_at?: string | undefined;
1834
+ lookup_key?: string | undefined;
984
1835
  virtual_path?: string | undefined;
985
- name?: string | undefined;
986
- description?: string | undefined;
987
1836
  display_name?: string | undefined;
988
1837
  };
1838
+ current_solution?: {
1839
+ kind: string;
1840
+ id: string;
1841
+ owners: string[];
1842
+ templates: {
1843
+ kind: string;
1844
+ description?: string | undefined;
1845
+ name?: string | undefined;
1846
+ id?: string | undefined;
1847
+ lookup_key?: string | undefined;
1848
+ virtual_path?: string | undefined;
1849
+ readme_url?: string | undefined;
1850
+ details?: {
1851
+ type: "automation";
1852
+ automation_type?: string | undefined;
1853
+ invoke_contract?: {
1854
+ prefills: {
1855
+ participants?: Record<string, unknown> | undefined;
1856
+ payload?: Record<string, unknown> | undefined;
1857
+ };
1858
+ participants?: {
1859
+ name: string;
1860
+ required: boolean;
1861
+ type: string;
1862
+ description?: string | undefined;
1863
+ }[] | undefined;
1864
+ input_schema?: Record<string, unknown> | undefined;
1865
+ } | undefined;
1866
+ } | undefined;
1867
+ display_name?: string | undefined;
1868
+ }[];
1869
+ upgrade_available: boolean;
1870
+ org?: string | undefined;
1871
+ description?: string | undefined;
1872
+ name?: string | undefined;
1873
+ created_at?: string | undefined;
1874
+ updated_at?: string | undefined;
1875
+ lookup_key?: string | undefined;
1876
+ virtual_path?: string | undefined;
1877
+ metadata?: Record<string, unknown> | undefined;
1878
+ org_name?: string | undefined;
1879
+ category_keys?: string[] | undefined;
1880
+ events?: Record<string, unknown> | undefined;
1881
+ image_url?: string | undefined;
1882
+ latest_solution?: string | undefined;
1883
+ latest_version?: string | undefined;
1884
+ org_logo?: {
1885
+ mime_type?: string | undefined;
1886
+ file?: string | undefined;
1887
+ height?: number | undefined;
1888
+ media?: string | undefined;
1889
+ refresh_url?: string | undefined;
1890
+ url?: string | undefined;
1891
+ width?: number | undefined;
1892
+ } | undefined;
1893
+ org_slug?: string | undefined;
1894
+ readme_url?: string | undefined;
1895
+ screenshot_urls?: string[] | undefined;
1896
+ solution_id?: string | undefined;
1897
+ solution_version?: string | undefined;
1898
+ tag_keys?: string[] | undefined;
1899
+ template_kind?: string | undefined;
1900
+ } | undefined;
989
1901
  } | undefined;
990
1902
  template_upgrade_available?: boolean | undefined;
991
1903
  } | undefined;
992
1904
  team?: Record<string, unknown> | undefined;
993
- created_at?: string | undefined;
1905
+ name?: string | undefined;
994
1906
  type?: string | undefined;
1907
+ created_at?: string | undefined;
995
1908
  updated_at?: string | undefined;
996
1909
  user?: {
997
1910
  id: string;
998
1911
  email?: string | undefined;
999
1912
  alias?: string | undefined;
1000
1913
  org?: string | undefined;
1001
- sandbox?: string | undefined;
1002
1914
  name?: string | undefined;
1003
1915
  app?: string | undefined;
1916
+ sandbox?: string | undefined;
1004
1917
  app_name?: string | undefined;
1005
1918
  is_system_user?: boolean | undefined;
1006
1919
  metadata?: Record<string, unknown> | undefined;
@@ -1008,7 +1921,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
1008
1921
  org_role?: string | undefined;
1009
1922
  sandbox_name?: string | undefined;
1010
1923
  } | undefined;
1011
- name?: string | undefined;
1012
1924
  profile_picture?: {
1013
1925
  mime_type?: string | undefined;
1014
1926
  file?: string | undefined;
@@ -1028,13 +1940,14 @@ export declare const teamMembershipSchema: z.ZodObject<{
1028
1940
  email?: string | undefined;
1029
1941
  team?: string | undefined;
1030
1942
  org?: string | undefined;
1943
+ description?: string | undefined;
1944
+ name?: string | undefined;
1945
+ app?: string | undefined;
1031
1946
  created_at?: string | undefined;
1032
- sandbox?: string | undefined;
1033
- lookup_key?: string | undefined;
1034
1947
  updated_at?: string | undefined;
1035
1948
  user?: string | undefined;
1036
- name?: string | undefined;
1037
- app?: string | undefined;
1949
+ sandbox?: string | undefined;
1950
+ lookup_key?: string | undefined;
1038
1951
  metadata?: Record<string, unknown> | undefined;
1039
1952
  org_name?: string | undefined;
1040
1953
  acl?: {
@@ -1065,25 +1978,44 @@ export declare const teamMembershipSchema: z.ZodObject<{
1065
1978
  owners: string[];
1066
1979
  templates: {
1067
1980
  kind: string;
1981
+ description?: string | undefined;
1982
+ name?: string | undefined;
1068
1983
  id?: string | undefined;
1069
1984
  lookup_key?: string | undefined;
1070
1985
  virtual_path?: string | undefined;
1071
- name?: string | undefined;
1072
- description?: string | undefined;
1073
1986
  readme_url?: string | undefined;
1987
+ details?: {
1988
+ type: "automation";
1989
+ automation_type?: string | undefined;
1990
+ invoke_contract?: {
1991
+ prefills: {
1992
+ participants?: Record<string, unknown> | undefined;
1993
+ payload?: Record<string, unknown> | undefined;
1994
+ };
1995
+ participants?: {
1996
+ name: string;
1997
+ required: boolean;
1998
+ type: string;
1999
+ description?: string | undefined;
2000
+ }[] | undefined;
2001
+ input_schema?: Record<string, unknown> | undefined;
2002
+ } | undefined;
2003
+ } | undefined;
1074
2004
  display_name?: string | undefined;
1075
2005
  }[];
1076
2006
  upgrade_available: boolean;
1077
2007
  org?: string | undefined;
2008
+ description?: string | undefined;
2009
+ name?: string | undefined;
1078
2010
  created_at?: string | undefined;
1079
- lookup_key?: string | undefined;
1080
2011
  updated_at?: string | undefined;
2012
+ lookup_key?: string | undefined;
1081
2013
  virtual_path?: string | undefined;
1082
- name?: string | undefined;
1083
2014
  metadata?: Record<string, unknown> | undefined;
1084
2015
  org_name?: string | undefined;
1085
2016
  category_keys?: string[] | undefined;
1086
- description?: string | undefined;
2017
+ events?: Record<string, unknown> | undefined;
2018
+ image_url?: string | undefined;
1087
2019
  latest_solution?: string | undefined;
1088
2020
  latest_version?: string | undefined;
1089
2021
  org_logo?: {
@@ -1097,6 +2029,7 @@ export declare const teamMembershipSchema: z.ZodObject<{
1097
2029
  } | undefined;
1098
2030
  org_slug?: string | undefined;
1099
2031
  readme_url?: string | undefined;
2032
+ screenshot_urls?: string[] | undefined;
1100
2033
  solution_id?: string | undefined;
1101
2034
  solution_version?: string | undefined;
1102
2035
  tag_keys?: string[] | undefined;
@@ -1105,29 +2038,93 @@ export declare const teamMembershipSchema: z.ZodObject<{
1105
2038
  template: {
1106
2039
  kind: string;
1107
2040
  id: string;
2041
+ description?: string | undefined;
2042
+ name?: string | undefined;
1108
2043
  created_at?: string | undefined;
1109
- lookup_key?: string | undefined;
1110
2044
  updated_at?: string | undefined;
2045
+ lookup_key?: string | undefined;
1111
2046
  virtual_path?: string | undefined;
1112
- name?: string | undefined;
1113
- description?: string | undefined;
1114
2047
  display_name?: string | undefined;
1115
2048
  };
2049
+ current_solution?: {
2050
+ kind: string;
2051
+ id: string;
2052
+ owners: string[];
2053
+ templates: {
2054
+ kind: string;
2055
+ description?: string | undefined;
2056
+ name?: string | undefined;
2057
+ id?: string | undefined;
2058
+ lookup_key?: string | undefined;
2059
+ virtual_path?: string | undefined;
2060
+ readme_url?: string | undefined;
2061
+ details?: {
2062
+ type: "automation";
2063
+ automation_type?: string | undefined;
2064
+ invoke_contract?: {
2065
+ prefills: {
2066
+ participants?: Record<string, unknown> | undefined;
2067
+ payload?: Record<string, unknown> | undefined;
2068
+ };
2069
+ participants?: {
2070
+ name: string;
2071
+ required: boolean;
2072
+ type: string;
2073
+ description?: string | undefined;
2074
+ }[] | undefined;
2075
+ input_schema?: Record<string, unknown> | undefined;
2076
+ } | undefined;
2077
+ } | undefined;
2078
+ display_name?: string | undefined;
2079
+ }[];
2080
+ upgrade_available: boolean;
2081
+ org?: string | undefined;
2082
+ description?: string | undefined;
2083
+ name?: string | undefined;
2084
+ created_at?: string | undefined;
2085
+ updated_at?: string | undefined;
2086
+ lookup_key?: string | undefined;
2087
+ virtual_path?: string | undefined;
2088
+ metadata?: Record<string, unknown> | undefined;
2089
+ org_name?: string | undefined;
2090
+ category_keys?: string[] | undefined;
2091
+ events?: Record<string, unknown> | undefined;
2092
+ image_url?: string | undefined;
2093
+ latest_solution?: string | undefined;
2094
+ latest_version?: string | undefined;
2095
+ org_logo?: {
2096
+ mime_type?: string | undefined;
2097
+ file?: string | undefined;
2098
+ height?: number | undefined;
2099
+ media?: string | undefined;
2100
+ refresh_url?: string | undefined;
2101
+ url?: string | undefined;
2102
+ width?: number | undefined;
2103
+ } | undefined;
2104
+ org_slug?: string | undefined;
2105
+ readme_url?: string | undefined;
2106
+ screenshot_urls?: string[] | undefined;
2107
+ solution_id?: string | undefined;
2108
+ solution_version?: string | undefined;
2109
+ tag_keys?: string[] | undefined;
2110
+ template_kind?: string | undefined;
2111
+ } | undefined;
1116
2112
  } | undefined;
1117
2113
  template_upgrade_available?: boolean | undefined;
1118
2114
  } | undefined;
1119
2115
  team?: Record<string, unknown> | undefined;
1120
- created_at?: string | undefined;
2116
+ name?: string | undefined;
1121
2117
  type?: string | undefined;
2118
+ created_at?: string | undefined;
1122
2119
  updated_at?: string | undefined;
1123
2120
  user?: {
1124
2121
  id: string;
1125
2122
  email?: string | undefined;
1126
2123
  alias?: string | undefined;
1127
2124
  org?: string | undefined;
1128
- sandbox?: string | undefined;
1129
2125
  name?: string | undefined;
1130
2126
  app?: string | undefined;
2127
+ sandbox?: string | undefined;
1131
2128
  app_name?: string | undefined;
1132
2129
  is_system_user?: boolean | undefined;
1133
2130
  metadata?: Record<string, unknown> | undefined;
@@ -1135,7 +2132,6 @@ export declare const teamMembershipSchema: z.ZodObject<{
1135
2132
  org_role?: string | undefined;
1136
2133
  sandbox_name?: string | undefined;
1137
2134
  } | undefined;
1138
- name?: string | undefined;
1139
2135
  profile_picture?: {
1140
2136
  mime_type?: string | undefined;
1141
2137
  file?: string | undefined;
@@ -1243,6 +2239,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1243
2239
  app: z.ZodOptional<z.ZodString>;
1244
2240
  created_at: z.ZodOptional<z.ZodString>;
1245
2241
  default_model: z.ZodOptional<z.ZodString>;
2242
+ description: z.ZodOptional<z.ZodString>;
1246
2243
  email: z.ZodOptional<z.ZodString>;
1247
2244
  id: z.ZodString;
1248
2245
  identity: z.ZodOptional<z.ZodString>;
@@ -1256,11 +2253,13 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1256
2253
  phone_number: z.ZodOptional<z.ZodString>;
1257
2254
  sandbox: z.ZodOptional<z.ZodString>;
1258
2255
  source_solution: z.ZodOptional<z.ZodObject<{
1259
- solution: z.ZodObject<{
2256
+ current_solution: z.ZodOptional<z.ZodObject<{
1260
2257
  category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1261
2258
  created_at: z.ZodOptional<z.ZodString>;
1262
2259
  description: z.ZodOptional<z.ZodString>;
2260
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1263
2261
  id: z.ZodString;
2262
+ image_url: z.ZodOptional<z.ZodString>;
1264
2263
  kind: z.ZodString;
1265
2264
  latest_solution: z.ZodOptional<z.ZodString>;
1266
2265
  latest_version: z.ZodOptional<z.ZodString>;
@@ -1297,12 +2296,102 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1297
2296
  org_slug: z.ZodOptional<z.ZodString>;
1298
2297
  owners: z.ZodArray<z.ZodString, "many">;
1299
2298
  readme_url: z.ZodOptional<z.ZodString>;
2299
+ screenshot_urls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1300
2300
  solution_id: z.ZodOptional<z.ZodString>;
1301
2301
  solution_version: z.ZodOptional<z.ZodString>;
1302
2302
  tag_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
1303
2303
  template_kind: z.ZodOptional<z.ZodString>;
1304
2304
  templates: z.ZodArray<z.ZodObject<{
1305
2305
  description: z.ZodOptional<z.ZodString>;
2306
+ details: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2307
+ automation_type: z.ZodOptional<z.ZodString>;
2308
+ invoke_contract: z.ZodOptional<z.ZodObject<{
2309
+ input_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2310
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
2311
+ description: z.ZodOptional<z.ZodString>;
2312
+ name: z.ZodString;
2313
+ required: z.ZodBoolean;
2314
+ type: z.ZodString;
2315
+ }, "strip", z.ZodTypeAny, {
2316
+ name: string;
2317
+ required: boolean;
2318
+ type: string;
2319
+ description?: string | undefined;
2320
+ }, {
2321
+ name: string;
2322
+ required: boolean;
2323
+ type: string;
2324
+ description?: string | undefined;
2325
+ }>, "many">>;
2326
+ prefills: z.ZodObject<{
2327
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2328
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2329
+ }, "strip", z.ZodTypeAny, {
2330
+ participants?: Record<string, unknown> | undefined;
2331
+ payload?: Record<string, unknown> | undefined;
2332
+ }, {
2333
+ participants?: Record<string, unknown> | undefined;
2334
+ payload?: Record<string, unknown> | undefined;
2335
+ }>;
2336
+ }, "strip", z.ZodTypeAny, {
2337
+ prefills: {
2338
+ participants?: Record<string, unknown> | undefined;
2339
+ payload?: Record<string, unknown> | undefined;
2340
+ };
2341
+ participants?: {
2342
+ name: string;
2343
+ required: boolean;
2344
+ type: string;
2345
+ description?: string | undefined;
2346
+ }[] | undefined;
2347
+ input_schema?: Record<string, unknown> | undefined;
2348
+ }, {
2349
+ prefills: {
2350
+ participants?: Record<string, unknown> | undefined;
2351
+ payload?: Record<string, unknown> | undefined;
2352
+ };
2353
+ participants?: {
2354
+ name: string;
2355
+ required: boolean;
2356
+ type: string;
2357
+ description?: string | undefined;
2358
+ }[] | undefined;
2359
+ input_schema?: Record<string, unknown> | undefined;
2360
+ }>>;
2361
+ type: z.ZodLiteral<"automation">;
2362
+ }, "strip", z.ZodTypeAny, {
2363
+ type: "automation";
2364
+ automation_type?: string | undefined;
2365
+ invoke_contract?: {
2366
+ prefills: {
2367
+ participants?: Record<string, unknown> | undefined;
2368
+ payload?: Record<string, unknown> | undefined;
2369
+ };
2370
+ participants?: {
2371
+ name: string;
2372
+ required: boolean;
2373
+ type: string;
2374
+ description?: string | undefined;
2375
+ }[] | undefined;
2376
+ input_schema?: Record<string, unknown> | undefined;
2377
+ } | undefined;
2378
+ }, {
2379
+ type: "automation";
2380
+ automation_type?: string | undefined;
2381
+ invoke_contract?: {
2382
+ prefills: {
2383
+ participants?: Record<string, unknown> | undefined;
2384
+ payload?: Record<string, unknown> | undefined;
2385
+ };
2386
+ participants?: {
2387
+ name: string;
2388
+ required: boolean;
2389
+ type: string;
2390
+ description?: string | undefined;
2391
+ }[] | undefined;
2392
+ input_schema?: Record<string, unknown> | undefined;
2393
+ } | undefined;
2394
+ }>]>>;
1306
2395
  display_name: z.ZodOptional<z.ZodString>;
1307
2396
  id: z.ZodOptional<z.ZodString>;
1308
2397
  kind: z.ZodString;
@@ -1312,21 +2401,55 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1312
2401
  virtual_path: z.ZodOptional<z.ZodString>;
1313
2402
  }, "strip", z.ZodTypeAny, {
1314
2403
  kind: string;
2404
+ description?: string | undefined;
2405
+ name?: string | undefined;
1315
2406
  id?: string | undefined;
1316
2407
  lookup_key?: string | undefined;
1317
2408
  virtual_path?: string | undefined;
1318
- name?: string | undefined;
1319
- description?: string | undefined;
1320
2409
  readme_url?: string | undefined;
2410
+ details?: {
2411
+ type: "automation";
2412
+ automation_type?: string | undefined;
2413
+ invoke_contract?: {
2414
+ prefills: {
2415
+ participants?: Record<string, unknown> | undefined;
2416
+ payload?: Record<string, unknown> | undefined;
2417
+ };
2418
+ participants?: {
2419
+ name: string;
2420
+ required: boolean;
2421
+ type: string;
2422
+ description?: string | undefined;
2423
+ }[] | undefined;
2424
+ input_schema?: Record<string, unknown> | undefined;
2425
+ } | undefined;
2426
+ } | undefined;
1321
2427
  display_name?: string | undefined;
1322
2428
  }, {
1323
2429
  kind: string;
2430
+ description?: string | undefined;
2431
+ name?: string | undefined;
1324
2432
  id?: string | undefined;
1325
2433
  lookup_key?: string | undefined;
1326
2434
  virtual_path?: string | undefined;
1327
- name?: string | undefined;
1328
- description?: string | undefined;
1329
2435
  readme_url?: string | undefined;
2436
+ details?: {
2437
+ type: "automation";
2438
+ automation_type?: string | undefined;
2439
+ invoke_contract?: {
2440
+ prefills: {
2441
+ participants?: Record<string, unknown> | undefined;
2442
+ payload?: Record<string, unknown> | undefined;
2443
+ };
2444
+ participants?: {
2445
+ name: string;
2446
+ required: boolean;
2447
+ type: string;
2448
+ description?: string | undefined;
2449
+ }[] | undefined;
2450
+ input_schema?: Record<string, unknown> | undefined;
2451
+ } | undefined;
2452
+ } | undefined;
1330
2453
  display_name?: string | undefined;
1331
2454
  }>, "many">;
1332
2455
  updated_at: z.ZodOptional<z.ZodString>;
@@ -1338,25 +2461,44 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1338
2461
  owners: string[];
1339
2462
  templates: {
1340
2463
  kind: string;
2464
+ description?: string | undefined;
2465
+ name?: string | undefined;
1341
2466
  id?: string | undefined;
1342
2467
  lookup_key?: string | undefined;
1343
2468
  virtual_path?: string | undefined;
1344
- name?: string | undefined;
1345
- description?: string | undefined;
1346
2469
  readme_url?: string | undefined;
2470
+ details?: {
2471
+ type: "automation";
2472
+ automation_type?: string | undefined;
2473
+ invoke_contract?: {
2474
+ prefills: {
2475
+ participants?: Record<string, unknown> | undefined;
2476
+ payload?: Record<string, unknown> | undefined;
2477
+ };
2478
+ participants?: {
2479
+ name: string;
2480
+ required: boolean;
2481
+ type: string;
2482
+ description?: string | undefined;
2483
+ }[] | undefined;
2484
+ input_schema?: Record<string, unknown> | undefined;
2485
+ } | undefined;
2486
+ } | undefined;
1347
2487
  display_name?: string | undefined;
1348
2488
  }[];
1349
2489
  upgrade_available: boolean;
1350
2490
  org?: string | undefined;
2491
+ description?: string | undefined;
2492
+ name?: string | undefined;
1351
2493
  created_at?: string | undefined;
1352
- lookup_key?: string | undefined;
1353
2494
  updated_at?: string | undefined;
2495
+ lookup_key?: string | undefined;
1354
2496
  virtual_path?: string | undefined;
1355
- name?: string | undefined;
1356
2497
  metadata?: Record<string, unknown> | undefined;
1357
2498
  org_name?: string | undefined;
1358
2499
  category_keys?: string[] | undefined;
1359
- description?: string | undefined;
2500
+ events?: Record<string, unknown> | undefined;
2501
+ image_url?: string | undefined;
1360
2502
  latest_solution?: string | undefined;
1361
2503
  latest_version?: string | undefined;
1362
2504
  org_logo?: {
@@ -1370,6 +2512,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1370
2512
  } | undefined;
1371
2513
  org_slug?: string | undefined;
1372
2514
  readme_url?: string | undefined;
2515
+ screenshot_urls?: string[] | undefined;
1373
2516
  solution_id?: string | undefined;
1374
2517
  solution_version?: string | undefined;
1375
2518
  tag_keys?: string[] | undefined;
@@ -1380,25 +2523,371 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1380
2523
  owners: string[];
1381
2524
  templates: {
1382
2525
  kind: string;
2526
+ description?: string | undefined;
2527
+ name?: string | undefined;
2528
+ id?: string | undefined;
2529
+ lookup_key?: string | undefined;
2530
+ virtual_path?: string | undefined;
2531
+ readme_url?: string | undefined;
2532
+ details?: {
2533
+ type: "automation";
2534
+ automation_type?: string | undefined;
2535
+ invoke_contract?: {
2536
+ prefills: {
2537
+ participants?: Record<string, unknown> | undefined;
2538
+ payload?: Record<string, unknown> | undefined;
2539
+ };
2540
+ participants?: {
2541
+ name: string;
2542
+ required: boolean;
2543
+ type: string;
2544
+ description?: string | undefined;
2545
+ }[] | undefined;
2546
+ input_schema?: Record<string, unknown> | undefined;
2547
+ } | undefined;
2548
+ } | undefined;
2549
+ display_name?: string | undefined;
2550
+ }[];
2551
+ upgrade_available: boolean;
2552
+ org?: string | undefined;
2553
+ description?: string | undefined;
2554
+ name?: string | undefined;
2555
+ created_at?: string | undefined;
2556
+ updated_at?: string | undefined;
2557
+ lookup_key?: string | undefined;
2558
+ virtual_path?: string | undefined;
2559
+ metadata?: Record<string, unknown> | undefined;
2560
+ org_name?: string | undefined;
2561
+ category_keys?: string[] | undefined;
2562
+ events?: Record<string, unknown> | undefined;
2563
+ image_url?: string | undefined;
2564
+ latest_solution?: string | undefined;
2565
+ latest_version?: string | undefined;
2566
+ org_logo?: {
2567
+ mime_type?: string | undefined;
2568
+ file?: string | undefined;
2569
+ height?: number | undefined;
2570
+ media?: string | undefined;
2571
+ refresh_url?: string | undefined;
2572
+ url?: string | undefined;
2573
+ width?: number | undefined;
2574
+ } | undefined;
2575
+ org_slug?: string | undefined;
2576
+ readme_url?: string | undefined;
2577
+ screenshot_urls?: string[] | undefined;
2578
+ solution_id?: string | undefined;
2579
+ solution_version?: string | undefined;
2580
+ tag_keys?: string[] | undefined;
2581
+ template_kind?: string | undefined;
2582
+ }>>;
2583
+ solution: z.ZodObject<{
2584
+ category_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2585
+ created_at: z.ZodOptional<z.ZodString>;
2586
+ description: z.ZodOptional<z.ZodString>;
2587
+ events: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2588
+ id: z.ZodString;
2589
+ image_url: z.ZodOptional<z.ZodString>;
2590
+ kind: z.ZodString;
2591
+ latest_solution: z.ZodOptional<z.ZodString>;
2592
+ latest_version: z.ZodOptional<z.ZodString>;
2593
+ lookup_key: z.ZodOptional<z.ZodString>;
2594
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2595
+ name: z.ZodOptional<z.ZodString>;
2596
+ org: z.ZodOptional<z.ZodString>;
2597
+ org_logo: z.ZodOptional<z.ZodObject<{
2598
+ file: z.ZodOptional<z.ZodString>;
2599
+ height: z.ZodOptional<z.ZodNumber>;
2600
+ media: z.ZodOptional<z.ZodString>;
2601
+ mime_type: z.ZodOptional<z.ZodString>;
2602
+ refresh_url: z.ZodOptional<z.ZodString>;
2603
+ url: z.ZodOptional<z.ZodString>;
2604
+ width: z.ZodOptional<z.ZodNumber>;
2605
+ }, "strip", z.ZodTypeAny, {
2606
+ mime_type?: string | undefined;
2607
+ file?: string | undefined;
2608
+ height?: number | undefined;
2609
+ media?: string | undefined;
2610
+ refresh_url?: string | undefined;
2611
+ url?: string | undefined;
2612
+ width?: number | undefined;
2613
+ }, {
2614
+ mime_type?: string | undefined;
2615
+ file?: string | undefined;
2616
+ height?: number | undefined;
2617
+ media?: string | undefined;
2618
+ refresh_url?: string | undefined;
2619
+ url?: string | undefined;
2620
+ width?: number | undefined;
2621
+ }>>;
2622
+ org_name: z.ZodOptional<z.ZodString>;
2623
+ org_slug: z.ZodOptional<z.ZodString>;
2624
+ owners: z.ZodArray<z.ZodString, "many">;
2625
+ readme_url: z.ZodOptional<z.ZodString>;
2626
+ screenshot_urls: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2627
+ solution_id: z.ZodOptional<z.ZodString>;
2628
+ solution_version: z.ZodOptional<z.ZodString>;
2629
+ tag_keys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
2630
+ template_kind: z.ZodOptional<z.ZodString>;
2631
+ templates: z.ZodArray<z.ZodObject<{
2632
+ description: z.ZodOptional<z.ZodString>;
2633
+ details: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
2634
+ automation_type: z.ZodOptional<z.ZodString>;
2635
+ invoke_contract: z.ZodOptional<z.ZodObject<{
2636
+ input_schema: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2637
+ participants: z.ZodOptional<z.ZodArray<z.ZodObject<{
2638
+ description: z.ZodOptional<z.ZodString>;
2639
+ name: z.ZodString;
2640
+ required: z.ZodBoolean;
2641
+ type: z.ZodString;
2642
+ }, "strip", z.ZodTypeAny, {
2643
+ name: string;
2644
+ required: boolean;
2645
+ type: string;
2646
+ description?: string | undefined;
2647
+ }, {
2648
+ name: string;
2649
+ required: boolean;
2650
+ type: string;
2651
+ description?: string | undefined;
2652
+ }>, "many">>;
2653
+ prefills: z.ZodObject<{
2654
+ participants: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2655
+ payload: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2656
+ }, "strip", z.ZodTypeAny, {
2657
+ participants?: Record<string, unknown> | undefined;
2658
+ payload?: Record<string, unknown> | undefined;
2659
+ }, {
2660
+ participants?: Record<string, unknown> | undefined;
2661
+ payload?: Record<string, unknown> | undefined;
2662
+ }>;
2663
+ }, "strip", z.ZodTypeAny, {
2664
+ prefills: {
2665
+ participants?: Record<string, unknown> | undefined;
2666
+ payload?: Record<string, unknown> | undefined;
2667
+ };
2668
+ participants?: {
2669
+ name: string;
2670
+ required: boolean;
2671
+ type: string;
2672
+ description?: string | undefined;
2673
+ }[] | undefined;
2674
+ input_schema?: Record<string, unknown> | undefined;
2675
+ }, {
2676
+ prefills: {
2677
+ participants?: Record<string, unknown> | undefined;
2678
+ payload?: Record<string, unknown> | undefined;
2679
+ };
2680
+ participants?: {
2681
+ name: string;
2682
+ required: boolean;
2683
+ type: string;
2684
+ description?: string | undefined;
2685
+ }[] | undefined;
2686
+ input_schema?: Record<string, unknown> | undefined;
2687
+ }>>;
2688
+ type: z.ZodLiteral<"automation">;
2689
+ }, "strip", z.ZodTypeAny, {
2690
+ type: "automation";
2691
+ automation_type?: string | undefined;
2692
+ invoke_contract?: {
2693
+ prefills: {
2694
+ participants?: Record<string, unknown> | undefined;
2695
+ payload?: Record<string, unknown> | undefined;
2696
+ };
2697
+ participants?: {
2698
+ name: string;
2699
+ required: boolean;
2700
+ type: string;
2701
+ description?: string | undefined;
2702
+ }[] | undefined;
2703
+ input_schema?: Record<string, unknown> | undefined;
2704
+ } | undefined;
2705
+ }, {
2706
+ type: "automation";
2707
+ automation_type?: string | undefined;
2708
+ invoke_contract?: {
2709
+ prefills: {
2710
+ participants?: Record<string, unknown> | undefined;
2711
+ payload?: Record<string, unknown> | undefined;
2712
+ };
2713
+ participants?: {
2714
+ name: string;
2715
+ required: boolean;
2716
+ type: string;
2717
+ description?: string | undefined;
2718
+ }[] | undefined;
2719
+ input_schema?: Record<string, unknown> | undefined;
2720
+ } | undefined;
2721
+ }>]>>;
2722
+ display_name: z.ZodOptional<z.ZodString>;
2723
+ id: z.ZodOptional<z.ZodString>;
2724
+ kind: z.ZodString;
2725
+ lookup_key: z.ZodOptional<z.ZodString>;
2726
+ name: z.ZodOptional<z.ZodString>;
2727
+ readme_url: z.ZodOptional<z.ZodString>;
2728
+ virtual_path: z.ZodOptional<z.ZodString>;
2729
+ }, "strip", z.ZodTypeAny, {
2730
+ kind: string;
2731
+ description?: string | undefined;
2732
+ name?: string | undefined;
1383
2733
  id?: string | undefined;
1384
2734
  lookup_key?: string | undefined;
1385
2735
  virtual_path?: string | undefined;
2736
+ readme_url?: string | undefined;
2737
+ details?: {
2738
+ type: "automation";
2739
+ automation_type?: string | undefined;
2740
+ invoke_contract?: {
2741
+ prefills: {
2742
+ participants?: Record<string, unknown> | undefined;
2743
+ payload?: Record<string, unknown> | undefined;
2744
+ };
2745
+ participants?: {
2746
+ name: string;
2747
+ required: boolean;
2748
+ type: string;
2749
+ description?: string | undefined;
2750
+ }[] | undefined;
2751
+ input_schema?: Record<string, unknown> | undefined;
2752
+ } | undefined;
2753
+ } | undefined;
2754
+ display_name?: string | undefined;
2755
+ }, {
2756
+ kind: string;
2757
+ description?: string | undefined;
1386
2758
  name?: string | undefined;
2759
+ id?: string | undefined;
2760
+ lookup_key?: string | undefined;
2761
+ virtual_path?: string | undefined;
2762
+ readme_url?: string | undefined;
2763
+ details?: {
2764
+ type: "automation";
2765
+ automation_type?: string | undefined;
2766
+ invoke_contract?: {
2767
+ prefills: {
2768
+ participants?: Record<string, unknown> | undefined;
2769
+ payload?: Record<string, unknown> | undefined;
2770
+ };
2771
+ participants?: {
2772
+ name: string;
2773
+ required: boolean;
2774
+ type: string;
2775
+ description?: string | undefined;
2776
+ }[] | undefined;
2777
+ input_schema?: Record<string, unknown> | undefined;
2778
+ } | undefined;
2779
+ } | undefined;
2780
+ display_name?: string | undefined;
2781
+ }>, "many">;
2782
+ updated_at: z.ZodOptional<z.ZodString>;
2783
+ upgrade_available: z.ZodBoolean;
2784
+ virtual_path: z.ZodOptional<z.ZodString>;
2785
+ }, "strip", z.ZodTypeAny, {
2786
+ kind: string;
2787
+ id: string;
2788
+ owners: string[];
2789
+ templates: {
2790
+ kind: string;
1387
2791
  description?: string | undefined;
2792
+ name?: string | undefined;
2793
+ id?: string | undefined;
2794
+ lookup_key?: string | undefined;
2795
+ virtual_path?: string | undefined;
1388
2796
  readme_url?: string | undefined;
2797
+ details?: {
2798
+ type: "automation";
2799
+ automation_type?: string | undefined;
2800
+ invoke_contract?: {
2801
+ prefills: {
2802
+ participants?: Record<string, unknown> | undefined;
2803
+ payload?: Record<string, unknown> | undefined;
2804
+ };
2805
+ participants?: {
2806
+ name: string;
2807
+ required: boolean;
2808
+ type: string;
2809
+ description?: string | undefined;
2810
+ }[] | undefined;
2811
+ input_schema?: Record<string, unknown> | undefined;
2812
+ } | undefined;
2813
+ } | undefined;
1389
2814
  display_name?: string | undefined;
1390
2815
  }[];
1391
2816
  upgrade_available: boolean;
1392
2817
  org?: string | undefined;
2818
+ description?: string | undefined;
2819
+ name?: string | undefined;
1393
2820
  created_at?: string | undefined;
1394
- lookup_key?: string | undefined;
1395
2821
  updated_at?: string | undefined;
2822
+ lookup_key?: string | undefined;
1396
2823
  virtual_path?: string | undefined;
1397
- name?: string | undefined;
1398
2824
  metadata?: Record<string, unknown> | undefined;
1399
2825
  org_name?: string | undefined;
1400
2826
  category_keys?: string[] | undefined;
2827
+ events?: Record<string, unknown> | undefined;
2828
+ image_url?: string | undefined;
2829
+ latest_solution?: string | undefined;
2830
+ latest_version?: string | undefined;
2831
+ org_logo?: {
2832
+ mime_type?: string | undefined;
2833
+ file?: string | undefined;
2834
+ height?: number | undefined;
2835
+ media?: string | undefined;
2836
+ refresh_url?: string | undefined;
2837
+ url?: string | undefined;
2838
+ width?: number | undefined;
2839
+ } | undefined;
2840
+ org_slug?: string | undefined;
2841
+ readme_url?: string | undefined;
2842
+ screenshot_urls?: string[] | undefined;
2843
+ solution_id?: string | undefined;
2844
+ solution_version?: string | undefined;
2845
+ tag_keys?: string[] | undefined;
2846
+ template_kind?: string | undefined;
2847
+ }, {
2848
+ kind: string;
2849
+ id: string;
2850
+ owners: string[];
2851
+ templates: {
2852
+ kind: string;
2853
+ description?: string | undefined;
2854
+ name?: string | undefined;
2855
+ id?: string | undefined;
2856
+ lookup_key?: string | undefined;
2857
+ virtual_path?: string | undefined;
2858
+ readme_url?: string | undefined;
2859
+ details?: {
2860
+ type: "automation";
2861
+ automation_type?: string | undefined;
2862
+ invoke_contract?: {
2863
+ prefills: {
2864
+ participants?: Record<string, unknown> | undefined;
2865
+ payload?: Record<string, unknown> | undefined;
2866
+ };
2867
+ participants?: {
2868
+ name: string;
2869
+ required: boolean;
2870
+ type: string;
2871
+ description?: string | undefined;
2872
+ }[] | undefined;
2873
+ input_schema?: Record<string, unknown> | undefined;
2874
+ } | undefined;
2875
+ } | undefined;
2876
+ display_name?: string | undefined;
2877
+ }[];
2878
+ upgrade_available: boolean;
2879
+ org?: string | undefined;
1401
2880
  description?: string | undefined;
2881
+ name?: string | undefined;
2882
+ created_at?: string | undefined;
2883
+ updated_at?: string | undefined;
2884
+ lookup_key?: string | undefined;
2885
+ virtual_path?: string | undefined;
2886
+ metadata?: Record<string, unknown> | undefined;
2887
+ org_name?: string | undefined;
2888
+ category_keys?: string[] | undefined;
2889
+ events?: Record<string, unknown> | undefined;
2890
+ image_url?: string | undefined;
1402
2891
  latest_solution?: string | undefined;
1403
2892
  latest_version?: string | undefined;
1404
2893
  org_logo?: {
@@ -1412,6 +2901,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1412
2901
  } | undefined;
1413
2902
  org_slug?: string | undefined;
1414
2903
  readme_url?: string | undefined;
2904
+ screenshot_urls?: string[] | undefined;
1415
2905
  solution_id?: string | undefined;
1416
2906
  solution_version?: string | undefined;
1417
2907
  tag_keys?: string[] | undefined;
@@ -1430,50 +2920,207 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1430
2920
  }, "strip", z.ZodTypeAny, {
1431
2921
  kind: string;
1432
2922
  id: string;
2923
+ description?: string | undefined;
2924
+ name?: string | undefined;
1433
2925
  created_at?: string | undefined;
2926
+ updated_at?: string | undefined;
1434
2927
  lookup_key?: string | undefined;
2928
+ virtual_path?: string | undefined;
2929
+ display_name?: string | undefined;
2930
+ }, {
2931
+ kind: string;
2932
+ id: string;
2933
+ description?: string | undefined;
2934
+ name?: string | undefined;
2935
+ created_at?: string | undefined;
1435
2936
  updated_at?: string | undefined;
2937
+ lookup_key?: string | undefined;
1436
2938
  virtual_path?: string | undefined;
2939
+ display_name?: string | undefined;
2940
+ }>;
2941
+ }, "strip", z.ZodTypeAny, {
2942
+ solution: {
2943
+ kind: string;
2944
+ id: string;
2945
+ owners: string[];
2946
+ templates: {
2947
+ kind: string;
2948
+ description?: string | undefined;
2949
+ name?: string | undefined;
2950
+ id?: string | undefined;
2951
+ lookup_key?: string | undefined;
2952
+ virtual_path?: string | undefined;
2953
+ readme_url?: string | undefined;
2954
+ details?: {
2955
+ type: "automation";
2956
+ automation_type?: string | undefined;
2957
+ invoke_contract?: {
2958
+ prefills: {
2959
+ participants?: Record<string, unknown> | undefined;
2960
+ payload?: Record<string, unknown> | undefined;
2961
+ };
2962
+ participants?: {
2963
+ name: string;
2964
+ required: boolean;
2965
+ type: string;
2966
+ description?: string | undefined;
2967
+ }[] | undefined;
2968
+ input_schema?: Record<string, unknown> | undefined;
2969
+ } | undefined;
2970
+ } | undefined;
2971
+ display_name?: string | undefined;
2972
+ }[];
2973
+ upgrade_available: boolean;
2974
+ org?: string | undefined;
2975
+ description?: string | undefined;
1437
2976
  name?: string | undefined;
2977
+ created_at?: string | undefined;
2978
+ updated_at?: string | undefined;
2979
+ lookup_key?: string | undefined;
2980
+ virtual_path?: string | undefined;
2981
+ metadata?: Record<string, unknown> | undefined;
2982
+ org_name?: string | undefined;
2983
+ category_keys?: string[] | undefined;
2984
+ events?: Record<string, unknown> | undefined;
2985
+ image_url?: string | undefined;
2986
+ latest_solution?: string | undefined;
2987
+ latest_version?: string | undefined;
2988
+ org_logo?: {
2989
+ mime_type?: string | undefined;
2990
+ file?: string | undefined;
2991
+ height?: number | undefined;
2992
+ media?: string | undefined;
2993
+ refresh_url?: string | undefined;
2994
+ url?: string | undefined;
2995
+ width?: number | undefined;
2996
+ } | undefined;
2997
+ org_slug?: string | undefined;
2998
+ readme_url?: string | undefined;
2999
+ screenshot_urls?: string[] | undefined;
3000
+ solution_id?: string | undefined;
3001
+ solution_version?: string | undefined;
3002
+ tag_keys?: string[] | undefined;
3003
+ template_kind?: string | undefined;
3004
+ };
3005
+ template: {
3006
+ kind: string;
3007
+ id: string;
1438
3008
  description?: string | undefined;
3009
+ name?: string | undefined;
3010
+ created_at?: string | undefined;
3011
+ updated_at?: string | undefined;
3012
+ lookup_key?: string | undefined;
3013
+ virtual_path?: string | undefined;
1439
3014
  display_name?: string | undefined;
1440
- }, {
3015
+ };
3016
+ current_solution?: {
1441
3017
  kind: string;
1442
3018
  id: string;
3019
+ owners: string[];
3020
+ templates: {
3021
+ kind: string;
3022
+ description?: string | undefined;
3023
+ name?: string | undefined;
3024
+ id?: string | undefined;
3025
+ lookup_key?: string | undefined;
3026
+ virtual_path?: string | undefined;
3027
+ readme_url?: string | undefined;
3028
+ details?: {
3029
+ type: "automation";
3030
+ automation_type?: string | undefined;
3031
+ invoke_contract?: {
3032
+ prefills: {
3033
+ participants?: Record<string, unknown> | undefined;
3034
+ payload?: Record<string, unknown> | undefined;
3035
+ };
3036
+ participants?: {
3037
+ name: string;
3038
+ required: boolean;
3039
+ type: string;
3040
+ description?: string | undefined;
3041
+ }[] | undefined;
3042
+ input_schema?: Record<string, unknown> | undefined;
3043
+ } | undefined;
3044
+ } | undefined;
3045
+ display_name?: string | undefined;
3046
+ }[];
3047
+ upgrade_available: boolean;
3048
+ org?: string | undefined;
3049
+ description?: string | undefined;
3050
+ name?: string | undefined;
1443
3051
  created_at?: string | undefined;
1444
- lookup_key?: string | undefined;
1445
3052
  updated_at?: string | undefined;
3053
+ lookup_key?: string | undefined;
1446
3054
  virtual_path?: string | undefined;
1447
- name?: string | undefined;
1448
- description?: string | undefined;
1449
- display_name?: string | undefined;
1450
- }>;
1451
- }, "strip", z.ZodTypeAny, {
3055
+ metadata?: Record<string, unknown> | undefined;
3056
+ org_name?: string | undefined;
3057
+ category_keys?: string[] | undefined;
3058
+ events?: Record<string, unknown> | undefined;
3059
+ image_url?: string | undefined;
3060
+ latest_solution?: string | undefined;
3061
+ latest_version?: string | undefined;
3062
+ org_logo?: {
3063
+ mime_type?: string | undefined;
3064
+ file?: string | undefined;
3065
+ height?: number | undefined;
3066
+ media?: string | undefined;
3067
+ refresh_url?: string | undefined;
3068
+ url?: string | undefined;
3069
+ width?: number | undefined;
3070
+ } | undefined;
3071
+ org_slug?: string | undefined;
3072
+ readme_url?: string | undefined;
3073
+ screenshot_urls?: string[] | undefined;
3074
+ solution_id?: string | undefined;
3075
+ solution_version?: string | undefined;
3076
+ tag_keys?: string[] | undefined;
3077
+ template_kind?: string | undefined;
3078
+ } | undefined;
3079
+ }, {
1452
3080
  solution: {
1453
3081
  kind: string;
1454
3082
  id: string;
1455
3083
  owners: string[];
1456
3084
  templates: {
1457
3085
  kind: string;
3086
+ description?: string | undefined;
3087
+ name?: string | undefined;
1458
3088
  id?: string | undefined;
1459
3089
  lookup_key?: string | undefined;
1460
3090
  virtual_path?: string | undefined;
1461
- name?: string | undefined;
1462
- description?: string | undefined;
1463
3091
  readme_url?: string | undefined;
3092
+ details?: {
3093
+ type: "automation";
3094
+ automation_type?: string | undefined;
3095
+ invoke_contract?: {
3096
+ prefills: {
3097
+ participants?: Record<string, unknown> | undefined;
3098
+ payload?: Record<string, unknown> | undefined;
3099
+ };
3100
+ participants?: {
3101
+ name: string;
3102
+ required: boolean;
3103
+ type: string;
3104
+ description?: string | undefined;
3105
+ }[] | undefined;
3106
+ input_schema?: Record<string, unknown> | undefined;
3107
+ } | undefined;
3108
+ } | undefined;
1464
3109
  display_name?: string | undefined;
1465
3110
  }[];
1466
3111
  upgrade_available: boolean;
1467
3112
  org?: string | undefined;
3113
+ description?: string | undefined;
3114
+ name?: string | undefined;
1468
3115
  created_at?: string | undefined;
1469
- lookup_key?: string | undefined;
1470
3116
  updated_at?: string | undefined;
3117
+ lookup_key?: string | undefined;
1471
3118
  virtual_path?: string | undefined;
1472
- name?: string | undefined;
1473
3119
  metadata?: Record<string, unknown> | undefined;
1474
3120
  org_name?: string | undefined;
1475
3121
  category_keys?: string[] | undefined;
1476
- description?: string | undefined;
3122
+ events?: Record<string, unknown> | undefined;
3123
+ image_url?: string | undefined;
1477
3124
  latest_solution?: string | undefined;
1478
3125
  latest_version?: string | undefined;
1479
3126
  org_logo?: {
@@ -1487,6 +3134,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1487
3134
  } | undefined;
1488
3135
  org_slug?: string | undefined;
1489
3136
  readme_url?: string | undefined;
3137
+ screenshot_urls?: string[] | undefined;
1490
3138
  solution_id?: string | undefined;
1491
3139
  solution_version?: string | undefined;
1492
3140
  tag_keys?: string[] | undefined;
@@ -1495,40 +3143,58 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1495
3143
  template: {
1496
3144
  kind: string;
1497
3145
  id: string;
3146
+ description?: string | undefined;
3147
+ name?: string | undefined;
1498
3148
  created_at?: string | undefined;
1499
- lookup_key?: string | undefined;
1500
3149
  updated_at?: string | undefined;
3150
+ lookup_key?: string | undefined;
1501
3151
  virtual_path?: string | undefined;
1502
- name?: string | undefined;
1503
- description?: string | undefined;
1504
3152
  display_name?: string | undefined;
1505
3153
  };
1506
- }, {
1507
- solution: {
3154
+ current_solution?: {
1508
3155
  kind: string;
1509
3156
  id: string;
1510
3157
  owners: string[];
1511
3158
  templates: {
1512
3159
  kind: string;
3160
+ description?: string | undefined;
3161
+ name?: string | undefined;
1513
3162
  id?: string | undefined;
1514
3163
  lookup_key?: string | undefined;
1515
3164
  virtual_path?: string | undefined;
1516
- name?: string | undefined;
1517
- description?: string | undefined;
1518
3165
  readme_url?: string | undefined;
3166
+ details?: {
3167
+ type: "automation";
3168
+ automation_type?: string | undefined;
3169
+ invoke_contract?: {
3170
+ prefills: {
3171
+ participants?: Record<string, unknown> | undefined;
3172
+ payload?: Record<string, unknown> | undefined;
3173
+ };
3174
+ participants?: {
3175
+ name: string;
3176
+ required: boolean;
3177
+ type: string;
3178
+ description?: string | undefined;
3179
+ }[] | undefined;
3180
+ input_schema?: Record<string, unknown> | undefined;
3181
+ } | undefined;
3182
+ } | undefined;
1519
3183
  display_name?: string | undefined;
1520
3184
  }[];
1521
3185
  upgrade_available: boolean;
1522
3186
  org?: string | undefined;
3187
+ description?: string | undefined;
3188
+ name?: string | undefined;
1523
3189
  created_at?: string | undefined;
1524
- lookup_key?: string | undefined;
1525
3190
  updated_at?: string | undefined;
3191
+ lookup_key?: string | undefined;
1526
3192
  virtual_path?: string | undefined;
1527
- name?: string | undefined;
1528
3193
  metadata?: Record<string, unknown> | undefined;
1529
3194
  org_name?: string | undefined;
1530
3195
  category_keys?: string[] | undefined;
1531
- description?: string | undefined;
3196
+ events?: Record<string, unknown> | undefined;
3197
+ image_url?: string | undefined;
1532
3198
  latest_solution?: string | undefined;
1533
3199
  latest_version?: string | undefined;
1534
3200
  org_logo?: {
@@ -1542,22 +3208,12 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1542
3208
  } | undefined;
1543
3209
  org_slug?: string | undefined;
1544
3210
  readme_url?: string | undefined;
3211
+ screenshot_urls?: string[] | undefined;
1545
3212
  solution_id?: string | undefined;
1546
3213
  solution_version?: string | undefined;
1547
3214
  tag_keys?: string[] | undefined;
1548
3215
  template_kind?: string | undefined;
1549
- };
1550
- template: {
1551
- kind: string;
1552
- id: string;
1553
- created_at?: string | undefined;
1554
- lookup_key?: string | undefined;
1555
- updated_at?: string | undefined;
1556
- virtual_path?: string | undefined;
1557
- name?: string | undefined;
1558
- description?: string | undefined;
1559
- display_name?: string | undefined;
1560
- };
3216
+ } | undefined;
1561
3217
  }>>;
1562
3218
  team: z.ZodOptional<z.ZodString>;
1563
3219
  template_upgrade_available: z.ZodOptional<z.ZodBoolean>;
@@ -1568,13 +3224,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1568
3224
  email?: string | undefined;
1569
3225
  team?: string | undefined;
1570
3226
  org?: string | undefined;
3227
+ description?: string | undefined;
3228
+ name?: string | undefined;
3229
+ app?: string | undefined;
1571
3230
  created_at?: string | undefined;
1572
- sandbox?: string | undefined;
1573
- lookup_key?: string | undefined;
1574
3231
  updated_at?: string | undefined;
1575
3232
  user?: string | undefined;
1576
- name?: string | undefined;
1577
- app?: string | undefined;
3233
+ sandbox?: string | undefined;
3234
+ lookup_key?: string | undefined;
1578
3235
  metadata?: Record<string, unknown> | undefined;
1579
3236
  org_name?: string | undefined;
1580
3237
  acl?: {
@@ -1605,25 +3262,44 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1605
3262
  owners: string[];
1606
3263
  templates: {
1607
3264
  kind: string;
3265
+ description?: string | undefined;
3266
+ name?: string | undefined;
1608
3267
  id?: string | undefined;
1609
3268
  lookup_key?: string | undefined;
1610
3269
  virtual_path?: string | undefined;
1611
- name?: string | undefined;
1612
- description?: string | undefined;
1613
3270
  readme_url?: string | undefined;
3271
+ details?: {
3272
+ type: "automation";
3273
+ automation_type?: string | undefined;
3274
+ invoke_contract?: {
3275
+ prefills: {
3276
+ participants?: Record<string, unknown> | undefined;
3277
+ payload?: Record<string, unknown> | undefined;
3278
+ };
3279
+ participants?: {
3280
+ name: string;
3281
+ required: boolean;
3282
+ type: string;
3283
+ description?: string | undefined;
3284
+ }[] | undefined;
3285
+ input_schema?: Record<string, unknown> | undefined;
3286
+ } | undefined;
3287
+ } | undefined;
1614
3288
  display_name?: string | undefined;
1615
3289
  }[];
1616
3290
  upgrade_available: boolean;
1617
3291
  org?: string | undefined;
3292
+ description?: string | undefined;
3293
+ name?: string | undefined;
1618
3294
  created_at?: string | undefined;
1619
- lookup_key?: string | undefined;
1620
3295
  updated_at?: string | undefined;
3296
+ lookup_key?: string | undefined;
1621
3297
  virtual_path?: string | undefined;
1622
- name?: string | undefined;
1623
3298
  metadata?: Record<string, unknown> | undefined;
1624
3299
  org_name?: string | undefined;
1625
3300
  category_keys?: string[] | undefined;
1626
- description?: string | undefined;
3301
+ events?: Record<string, unknown> | undefined;
3302
+ image_url?: string | undefined;
1627
3303
  latest_solution?: string | undefined;
1628
3304
  latest_version?: string | undefined;
1629
3305
  org_logo?: {
@@ -1637,6 +3313,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1637
3313
  } | undefined;
1638
3314
  org_slug?: string | undefined;
1639
3315
  readme_url?: string | undefined;
3316
+ screenshot_urls?: string[] | undefined;
1640
3317
  solution_id?: string | undefined;
1641
3318
  solution_version?: string | undefined;
1642
3319
  tag_keys?: string[] | undefined;
@@ -1645,14 +3322,77 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1645
3322
  template: {
1646
3323
  kind: string;
1647
3324
  id: string;
3325
+ description?: string | undefined;
3326
+ name?: string | undefined;
1648
3327
  created_at?: string | undefined;
1649
- lookup_key?: string | undefined;
1650
3328
  updated_at?: string | undefined;
3329
+ lookup_key?: string | undefined;
1651
3330
  virtual_path?: string | undefined;
1652
- name?: string | undefined;
1653
- description?: string | undefined;
1654
3331
  display_name?: string | undefined;
1655
3332
  };
3333
+ current_solution?: {
3334
+ kind: string;
3335
+ id: string;
3336
+ owners: string[];
3337
+ templates: {
3338
+ kind: string;
3339
+ description?: string | undefined;
3340
+ name?: string | undefined;
3341
+ id?: string | undefined;
3342
+ lookup_key?: string | undefined;
3343
+ virtual_path?: string | undefined;
3344
+ readme_url?: string | undefined;
3345
+ details?: {
3346
+ type: "automation";
3347
+ automation_type?: string | undefined;
3348
+ invoke_contract?: {
3349
+ prefills: {
3350
+ participants?: Record<string, unknown> | undefined;
3351
+ payload?: Record<string, unknown> | undefined;
3352
+ };
3353
+ participants?: {
3354
+ name: string;
3355
+ required: boolean;
3356
+ type: string;
3357
+ description?: string | undefined;
3358
+ }[] | undefined;
3359
+ input_schema?: Record<string, unknown> | undefined;
3360
+ } | undefined;
3361
+ } | undefined;
3362
+ display_name?: string | undefined;
3363
+ }[];
3364
+ upgrade_available: boolean;
3365
+ org?: string | undefined;
3366
+ description?: string | undefined;
3367
+ name?: string | undefined;
3368
+ created_at?: string | undefined;
3369
+ updated_at?: string | undefined;
3370
+ lookup_key?: string | undefined;
3371
+ virtual_path?: string | undefined;
3372
+ metadata?: Record<string, unknown> | undefined;
3373
+ org_name?: string | undefined;
3374
+ category_keys?: string[] | undefined;
3375
+ events?: Record<string, unknown> | undefined;
3376
+ image_url?: string | undefined;
3377
+ latest_solution?: string | undefined;
3378
+ latest_version?: string | undefined;
3379
+ org_logo?: {
3380
+ mime_type?: string | undefined;
3381
+ file?: string | undefined;
3382
+ height?: number | undefined;
3383
+ media?: string | undefined;
3384
+ refresh_url?: string | undefined;
3385
+ url?: string | undefined;
3386
+ width?: number | undefined;
3387
+ } | undefined;
3388
+ org_slug?: string | undefined;
3389
+ readme_url?: string | undefined;
3390
+ screenshot_urls?: string[] | undefined;
3391
+ solution_id?: string | undefined;
3392
+ solution_version?: string | undefined;
3393
+ tag_keys?: string[] | undefined;
3394
+ template_kind?: string | undefined;
3395
+ } | undefined;
1656
3396
  } | undefined;
1657
3397
  template_upgrade_available?: boolean | undefined;
1658
3398
  }, {
@@ -1660,13 +3400,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1660
3400
  email?: string | undefined;
1661
3401
  team?: string | undefined;
1662
3402
  org?: string | undefined;
3403
+ description?: string | undefined;
3404
+ name?: string | undefined;
3405
+ app?: string | undefined;
1663
3406
  created_at?: string | undefined;
1664
- sandbox?: string | undefined;
1665
- lookup_key?: string | undefined;
1666
3407
  updated_at?: string | undefined;
1667
3408
  user?: string | undefined;
1668
- name?: string | undefined;
1669
- app?: string | undefined;
3409
+ sandbox?: string | undefined;
3410
+ lookup_key?: string | undefined;
1670
3411
  metadata?: Record<string, unknown> | undefined;
1671
3412
  org_name?: string | undefined;
1672
3413
  acl?: {
@@ -1697,25 +3438,44 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1697
3438
  owners: string[];
1698
3439
  templates: {
1699
3440
  kind: string;
3441
+ description?: string | undefined;
3442
+ name?: string | undefined;
1700
3443
  id?: string | undefined;
1701
3444
  lookup_key?: string | undefined;
1702
3445
  virtual_path?: string | undefined;
1703
- name?: string | undefined;
1704
- description?: string | undefined;
1705
3446
  readme_url?: string | undefined;
3447
+ details?: {
3448
+ type: "automation";
3449
+ automation_type?: string | undefined;
3450
+ invoke_contract?: {
3451
+ prefills: {
3452
+ participants?: Record<string, unknown> | undefined;
3453
+ payload?: Record<string, unknown> | undefined;
3454
+ };
3455
+ participants?: {
3456
+ name: string;
3457
+ required: boolean;
3458
+ type: string;
3459
+ description?: string | undefined;
3460
+ }[] | undefined;
3461
+ input_schema?: Record<string, unknown> | undefined;
3462
+ } | undefined;
3463
+ } | undefined;
1706
3464
  display_name?: string | undefined;
1707
3465
  }[];
1708
3466
  upgrade_available: boolean;
1709
3467
  org?: string | undefined;
3468
+ description?: string | undefined;
3469
+ name?: string | undefined;
1710
3470
  created_at?: string | undefined;
1711
- lookup_key?: string | undefined;
1712
3471
  updated_at?: string | undefined;
3472
+ lookup_key?: string | undefined;
1713
3473
  virtual_path?: string | undefined;
1714
- name?: string | undefined;
1715
3474
  metadata?: Record<string, unknown> | undefined;
1716
3475
  org_name?: string | undefined;
1717
3476
  category_keys?: string[] | undefined;
1718
- description?: string | undefined;
3477
+ events?: Record<string, unknown> | undefined;
3478
+ image_url?: string | undefined;
1719
3479
  latest_solution?: string | undefined;
1720
3480
  latest_version?: string | undefined;
1721
3481
  org_logo?: {
@@ -1729,6 +3489,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1729
3489
  } | undefined;
1730
3490
  org_slug?: string | undefined;
1731
3491
  readme_url?: string | undefined;
3492
+ screenshot_urls?: string[] | undefined;
1732
3493
  solution_id?: string | undefined;
1733
3494
  solution_version?: string | undefined;
1734
3495
  tag_keys?: string[] | undefined;
@@ -1737,14 +3498,77 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1737
3498
  template: {
1738
3499
  kind: string;
1739
3500
  id: string;
3501
+ description?: string | undefined;
3502
+ name?: string | undefined;
1740
3503
  created_at?: string | undefined;
1741
- lookup_key?: string | undefined;
1742
3504
  updated_at?: string | undefined;
3505
+ lookup_key?: string | undefined;
1743
3506
  virtual_path?: string | undefined;
1744
- name?: string | undefined;
1745
- description?: string | undefined;
1746
3507
  display_name?: string | undefined;
1747
3508
  };
3509
+ current_solution?: {
3510
+ kind: string;
3511
+ id: string;
3512
+ owners: string[];
3513
+ templates: {
3514
+ kind: string;
3515
+ description?: string | undefined;
3516
+ name?: string | undefined;
3517
+ id?: string | undefined;
3518
+ lookup_key?: string | undefined;
3519
+ virtual_path?: string | undefined;
3520
+ readme_url?: string | undefined;
3521
+ details?: {
3522
+ type: "automation";
3523
+ automation_type?: string | undefined;
3524
+ invoke_contract?: {
3525
+ prefills: {
3526
+ participants?: Record<string, unknown> | undefined;
3527
+ payload?: Record<string, unknown> | undefined;
3528
+ };
3529
+ participants?: {
3530
+ name: string;
3531
+ required: boolean;
3532
+ type: string;
3533
+ description?: string | undefined;
3534
+ }[] | undefined;
3535
+ input_schema?: Record<string, unknown> | undefined;
3536
+ } | undefined;
3537
+ } | undefined;
3538
+ display_name?: string | undefined;
3539
+ }[];
3540
+ upgrade_available: boolean;
3541
+ org?: string | undefined;
3542
+ description?: string | undefined;
3543
+ name?: string | undefined;
3544
+ created_at?: string | undefined;
3545
+ updated_at?: string | undefined;
3546
+ lookup_key?: string | undefined;
3547
+ virtual_path?: string | undefined;
3548
+ metadata?: Record<string, unknown> | undefined;
3549
+ org_name?: string | undefined;
3550
+ category_keys?: string[] | undefined;
3551
+ events?: Record<string, unknown> | undefined;
3552
+ image_url?: string | undefined;
3553
+ latest_solution?: string | undefined;
3554
+ latest_version?: string | undefined;
3555
+ org_logo?: {
3556
+ mime_type?: string | undefined;
3557
+ file?: string | undefined;
3558
+ height?: number | undefined;
3559
+ media?: string | undefined;
3560
+ refresh_url?: string | undefined;
3561
+ url?: string | undefined;
3562
+ width?: number | undefined;
3563
+ } | undefined;
3564
+ org_slug?: string | undefined;
3565
+ readme_url?: string | undefined;
3566
+ screenshot_urls?: string[] | undefined;
3567
+ solution_id?: string | undefined;
3568
+ solution_version?: string | undefined;
3569
+ tag_keys?: string[] | undefined;
3570
+ template_kind?: string | undefined;
3571
+ } | undefined;
1748
3572
  } | undefined;
1749
3573
  template_upgrade_available?: boolean | undefined;
1750
3574
  }>>;
@@ -1812,9 +3636,9 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1812
3636
  email?: string | undefined;
1813
3637
  alias?: string | undefined;
1814
3638
  org?: string | undefined;
1815
- sandbox?: string | undefined;
1816
3639
  name?: string | undefined;
1817
3640
  app?: string | undefined;
3641
+ sandbox?: string | undefined;
1818
3642
  app_name?: string | undefined;
1819
3643
  is_system_user?: boolean | undefined;
1820
3644
  metadata?: Record<string, unknown> | undefined;
@@ -1826,9 +3650,9 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1826
3650
  email?: string | undefined;
1827
3651
  alias?: string | undefined;
1828
3652
  org?: string | undefined;
1829
- sandbox?: string | undefined;
1830
3653
  name?: string | undefined;
1831
3654
  app?: string | undefined;
3655
+ sandbox?: string | undefined;
1832
3656
  app_name?: string | undefined;
1833
3657
  is_system_user?: boolean | undefined;
1834
3658
  metadata?: Record<string, unknown> | undefined;
@@ -1843,13 +3667,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1843
3667
  email?: string | undefined;
1844
3668
  team?: string | undefined;
1845
3669
  org?: string | undefined;
3670
+ description?: string | undefined;
3671
+ name?: string | undefined;
3672
+ app?: string | undefined;
1846
3673
  created_at?: string | undefined;
1847
- sandbox?: string | undefined;
1848
- lookup_key?: string | undefined;
1849
3674
  updated_at?: string | undefined;
1850
3675
  user?: string | undefined;
1851
- name?: string | undefined;
1852
- app?: string | undefined;
3676
+ sandbox?: string | undefined;
3677
+ lookup_key?: string | undefined;
1853
3678
  metadata?: Record<string, unknown> | undefined;
1854
3679
  org_name?: string | undefined;
1855
3680
  acl?: {
@@ -1880,25 +3705,118 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1880
3705
  owners: string[];
1881
3706
  templates: {
1882
3707
  kind: string;
3708
+ description?: string | undefined;
3709
+ name?: string | undefined;
3710
+ id?: string | undefined;
3711
+ lookup_key?: string | undefined;
3712
+ virtual_path?: string | undefined;
3713
+ readme_url?: string | undefined;
3714
+ details?: {
3715
+ type: "automation";
3716
+ automation_type?: string | undefined;
3717
+ invoke_contract?: {
3718
+ prefills: {
3719
+ participants?: Record<string, unknown> | undefined;
3720
+ payload?: Record<string, unknown> | undefined;
3721
+ };
3722
+ participants?: {
3723
+ name: string;
3724
+ required: boolean;
3725
+ type: string;
3726
+ description?: string | undefined;
3727
+ }[] | undefined;
3728
+ input_schema?: Record<string, unknown> | undefined;
3729
+ } | undefined;
3730
+ } | undefined;
3731
+ display_name?: string | undefined;
3732
+ }[];
3733
+ upgrade_available: boolean;
3734
+ org?: string | undefined;
3735
+ description?: string | undefined;
3736
+ name?: string | undefined;
3737
+ created_at?: string | undefined;
3738
+ updated_at?: string | undefined;
3739
+ lookup_key?: string | undefined;
3740
+ virtual_path?: string | undefined;
3741
+ metadata?: Record<string, unknown> | undefined;
3742
+ org_name?: string | undefined;
3743
+ category_keys?: string[] | undefined;
3744
+ events?: Record<string, unknown> | undefined;
3745
+ image_url?: string | undefined;
3746
+ latest_solution?: string | undefined;
3747
+ latest_version?: string | undefined;
3748
+ org_logo?: {
3749
+ mime_type?: string | undefined;
3750
+ file?: string | undefined;
3751
+ height?: number | undefined;
3752
+ media?: string | undefined;
3753
+ refresh_url?: string | undefined;
3754
+ url?: string | undefined;
3755
+ width?: number | undefined;
3756
+ } | undefined;
3757
+ org_slug?: string | undefined;
3758
+ readme_url?: string | undefined;
3759
+ screenshot_urls?: string[] | undefined;
3760
+ solution_id?: string | undefined;
3761
+ solution_version?: string | undefined;
3762
+ tag_keys?: string[] | undefined;
3763
+ template_kind?: string | undefined;
3764
+ };
3765
+ template: {
3766
+ kind: string;
3767
+ id: string;
3768
+ description?: string | undefined;
3769
+ name?: string | undefined;
3770
+ created_at?: string | undefined;
3771
+ updated_at?: string | undefined;
3772
+ lookup_key?: string | undefined;
3773
+ virtual_path?: string | undefined;
3774
+ display_name?: string | undefined;
3775
+ };
3776
+ current_solution?: {
3777
+ kind: string;
3778
+ id: string;
3779
+ owners: string[];
3780
+ templates: {
3781
+ kind: string;
3782
+ description?: string | undefined;
3783
+ name?: string | undefined;
1883
3784
  id?: string | undefined;
1884
3785
  lookup_key?: string | undefined;
1885
3786
  virtual_path?: string | undefined;
1886
- name?: string | undefined;
1887
- description?: string | undefined;
1888
3787
  readme_url?: string | undefined;
3788
+ details?: {
3789
+ type: "automation";
3790
+ automation_type?: string | undefined;
3791
+ invoke_contract?: {
3792
+ prefills: {
3793
+ participants?: Record<string, unknown> | undefined;
3794
+ payload?: Record<string, unknown> | undefined;
3795
+ };
3796
+ participants?: {
3797
+ name: string;
3798
+ required: boolean;
3799
+ type: string;
3800
+ description?: string | undefined;
3801
+ }[] | undefined;
3802
+ input_schema?: Record<string, unknown> | undefined;
3803
+ } | undefined;
3804
+ } | undefined;
1889
3805
  display_name?: string | undefined;
1890
3806
  }[];
1891
3807
  upgrade_available: boolean;
1892
3808
  org?: string | undefined;
3809
+ description?: string | undefined;
3810
+ name?: string | undefined;
1893
3811
  created_at?: string | undefined;
1894
- lookup_key?: string | undefined;
1895
3812
  updated_at?: string | undefined;
3813
+ lookup_key?: string | undefined;
1896
3814
  virtual_path?: string | undefined;
1897
- name?: string | undefined;
1898
3815
  metadata?: Record<string, unknown> | undefined;
1899
3816
  org_name?: string | undefined;
1900
3817
  category_keys?: string[] | undefined;
1901
- description?: string | undefined;
3818
+ events?: Record<string, unknown> | undefined;
3819
+ image_url?: string | undefined;
1902
3820
  latest_solution?: string | undefined;
1903
3821
  latest_version?: string | undefined;
1904
3822
  org_logo?: {
@@ -1912,37 +3830,28 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1912
3830
  } | undefined;
1913
3831
  org_slug?: string | undefined;
1914
3832
  readme_url?: string | undefined;
3833
+ screenshot_urls?: string[] | undefined;
1915
3834
  solution_id?: string | undefined;
1916
3835
  solution_version?: string | undefined;
1917
3836
  tag_keys?: string[] | undefined;
1918
3837
  template_kind?: string | undefined;
1919
- };
1920
- template: {
1921
- kind: string;
1922
- id: string;
1923
- created_at?: string | undefined;
1924
- lookup_key?: string | undefined;
1925
- updated_at?: string | undefined;
1926
- virtual_path?: string | undefined;
1927
- name?: string | undefined;
1928
- description?: string | undefined;
1929
- display_name?: string | undefined;
1930
- };
3838
+ } | undefined;
1931
3839
  } | undefined;
1932
3840
  template_upgrade_available?: boolean | undefined;
1933
3841
  } | undefined;
1934
3842
  team?: Record<string, unknown> | undefined;
1935
- created_at?: string | undefined;
3843
+ name?: string | undefined;
1936
3844
  type?: string | undefined;
3845
+ created_at?: string | undefined;
1937
3846
  updated_at?: string | undefined;
1938
3847
  user?: {
1939
3848
  id: string;
1940
3849
  email?: string | undefined;
1941
3850
  alias?: string | undefined;
1942
3851
  org?: string | undefined;
1943
- sandbox?: string | undefined;
1944
3852
  name?: string | undefined;
1945
3853
  app?: string | undefined;
3854
+ sandbox?: string | undefined;
1946
3855
  app_name?: string | undefined;
1947
3856
  is_system_user?: boolean | undefined;
1948
3857
  metadata?: Record<string, unknown> | undefined;
@@ -1950,7 +3859,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1950
3859
  org_role?: string | undefined;
1951
3860
  sandbox_name?: string | undefined;
1952
3861
  } | undefined;
1953
- name?: string | undefined;
1954
3862
  profile_picture?: {
1955
3863
  mime_type?: string | undefined;
1956
3864
  file?: string | undefined;
@@ -1970,13 +3878,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
1970
3878
  email?: string | undefined;
1971
3879
  team?: string | undefined;
1972
3880
  org?: string | undefined;
3881
+ description?: string | undefined;
3882
+ name?: string | undefined;
3883
+ app?: string | undefined;
1973
3884
  created_at?: string | undefined;
1974
- sandbox?: string | undefined;
1975
- lookup_key?: string | undefined;
1976
3885
  updated_at?: string | undefined;
1977
3886
  user?: string | undefined;
1978
- name?: string | undefined;
1979
- app?: string | undefined;
3887
+ sandbox?: string | undefined;
3888
+ lookup_key?: string | undefined;
1980
3889
  metadata?: Record<string, unknown> | undefined;
1981
3890
  org_name?: string | undefined;
1982
3891
  acl?: {
@@ -2007,25 +3916,44 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2007
3916
  owners: string[];
2008
3917
  templates: {
2009
3918
  kind: string;
3919
+ description?: string | undefined;
3920
+ name?: string | undefined;
2010
3921
  id?: string | undefined;
2011
3922
  lookup_key?: string | undefined;
2012
3923
  virtual_path?: string | undefined;
2013
- name?: string | undefined;
2014
- description?: string | undefined;
2015
3924
  readme_url?: string | undefined;
3925
+ details?: {
3926
+ type: "automation";
3927
+ automation_type?: string | undefined;
3928
+ invoke_contract?: {
3929
+ prefills: {
3930
+ participants?: Record<string, unknown> | undefined;
3931
+ payload?: Record<string, unknown> | undefined;
3932
+ };
3933
+ participants?: {
3934
+ name: string;
3935
+ required: boolean;
3936
+ type: string;
3937
+ description?: string | undefined;
3938
+ }[] | undefined;
3939
+ input_schema?: Record<string, unknown> | undefined;
3940
+ } | undefined;
3941
+ } | undefined;
2016
3942
  display_name?: string | undefined;
2017
3943
  }[];
2018
3944
  upgrade_available: boolean;
2019
3945
  org?: string | undefined;
3946
+ description?: string | undefined;
3947
+ name?: string | undefined;
2020
3948
  created_at?: string | undefined;
2021
- lookup_key?: string | undefined;
2022
3949
  updated_at?: string | undefined;
3950
+ lookup_key?: string | undefined;
2023
3951
  virtual_path?: string | undefined;
2024
- name?: string | undefined;
2025
3952
  metadata?: Record<string, unknown> | undefined;
2026
3953
  org_name?: string | undefined;
2027
3954
  category_keys?: string[] | undefined;
2028
- description?: string | undefined;
3955
+ events?: Record<string, unknown> | undefined;
3956
+ image_url?: string | undefined;
2029
3957
  latest_solution?: string | undefined;
2030
3958
  latest_version?: string | undefined;
2031
3959
  org_logo?: {
@@ -2039,6 +3967,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2039
3967
  } | undefined;
2040
3968
  org_slug?: string | undefined;
2041
3969
  readme_url?: string | undefined;
3970
+ screenshot_urls?: string[] | undefined;
2042
3971
  solution_id?: string | undefined;
2043
3972
  solution_version?: string | undefined;
2044
3973
  tag_keys?: string[] | undefined;
@@ -2047,29 +3976,93 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2047
3976
  template: {
2048
3977
  kind: string;
2049
3978
  id: string;
3979
+ description?: string | undefined;
3980
+ name?: string | undefined;
2050
3981
  created_at?: string | undefined;
2051
- lookup_key?: string | undefined;
2052
3982
  updated_at?: string | undefined;
3983
+ lookup_key?: string | undefined;
2053
3984
  virtual_path?: string | undefined;
2054
- name?: string | undefined;
2055
- description?: string | undefined;
2056
3985
  display_name?: string | undefined;
2057
3986
  };
3987
+ current_solution?: {
3988
+ kind: string;
3989
+ id: string;
3990
+ owners: string[];
3991
+ templates: {
3992
+ kind: string;
3993
+ description?: string | undefined;
3994
+ name?: string | undefined;
3995
+ id?: string | undefined;
3996
+ lookup_key?: string | undefined;
3997
+ virtual_path?: string | undefined;
3998
+ readme_url?: string | undefined;
3999
+ details?: {
4000
+ type: "automation";
4001
+ automation_type?: string | undefined;
4002
+ invoke_contract?: {
4003
+ prefills: {
4004
+ participants?: Record<string, unknown> | undefined;
4005
+ payload?: Record<string, unknown> | undefined;
4006
+ };
4007
+ participants?: {
4008
+ name: string;
4009
+ required: boolean;
4010
+ type: string;
4011
+ description?: string | undefined;
4012
+ }[] | undefined;
4013
+ input_schema?: Record<string, unknown> | undefined;
4014
+ } | undefined;
4015
+ } | undefined;
4016
+ display_name?: string | undefined;
4017
+ }[];
4018
+ upgrade_available: boolean;
4019
+ org?: string | undefined;
4020
+ description?: string | undefined;
4021
+ name?: string | undefined;
4022
+ created_at?: string | undefined;
4023
+ updated_at?: string | undefined;
4024
+ lookup_key?: string | undefined;
4025
+ virtual_path?: string | undefined;
4026
+ metadata?: Record<string, unknown> | undefined;
4027
+ org_name?: string | undefined;
4028
+ category_keys?: string[] | undefined;
4029
+ events?: Record<string, unknown> | undefined;
4030
+ image_url?: string | undefined;
4031
+ latest_solution?: string | undefined;
4032
+ latest_version?: string | undefined;
4033
+ org_logo?: {
4034
+ mime_type?: string | undefined;
4035
+ file?: string | undefined;
4036
+ height?: number | undefined;
4037
+ media?: string | undefined;
4038
+ refresh_url?: string | undefined;
4039
+ url?: string | undefined;
4040
+ width?: number | undefined;
4041
+ } | undefined;
4042
+ org_slug?: string | undefined;
4043
+ readme_url?: string | undefined;
4044
+ screenshot_urls?: string[] | undefined;
4045
+ solution_id?: string | undefined;
4046
+ solution_version?: string | undefined;
4047
+ tag_keys?: string[] | undefined;
4048
+ template_kind?: string | undefined;
4049
+ } | undefined;
2058
4050
  } | undefined;
2059
4051
  template_upgrade_available?: boolean | undefined;
2060
4052
  } | undefined;
2061
4053
  team?: Record<string, unknown> | undefined;
2062
- created_at?: string | undefined;
4054
+ name?: string | undefined;
2063
4055
  type?: string | undefined;
4056
+ created_at?: string | undefined;
2064
4057
  updated_at?: string | undefined;
2065
4058
  user?: {
2066
4059
  id: string;
2067
4060
  email?: string | undefined;
2068
4061
  alias?: string | undefined;
2069
4062
  org?: string | undefined;
2070
- sandbox?: string | undefined;
2071
4063
  name?: string | undefined;
2072
4064
  app?: string | undefined;
4065
+ sandbox?: string | undefined;
2073
4066
  app_name?: string | undefined;
2074
4067
  is_system_user?: boolean | undefined;
2075
4068
  metadata?: Record<string, unknown> | undefined;
@@ -2077,7 +4070,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2077
4070
  org_role?: string | undefined;
2078
4071
  sandbox_name?: string | undefined;
2079
4072
  } | undefined;
2080
- name?: string | undefined;
2081
4073
  profile_picture?: {
2082
4074
  mime_type?: string | undefined;
2083
4075
  file?: string | undefined;
@@ -2111,13 +4103,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2111
4103
  email?: string | undefined;
2112
4104
  team?: string | undefined;
2113
4105
  org?: string | undefined;
4106
+ description?: string | undefined;
4107
+ name?: string | undefined;
4108
+ app?: string | undefined;
2114
4109
  created_at?: string | undefined;
2115
- sandbox?: string | undefined;
2116
- lookup_key?: string | undefined;
2117
4110
  updated_at?: string | undefined;
2118
4111
  user?: string | undefined;
2119
- name?: string | undefined;
2120
- app?: string | undefined;
4112
+ sandbox?: string | undefined;
4113
+ lookup_key?: string | undefined;
2121
4114
  metadata?: Record<string, unknown> | undefined;
2122
4115
  org_name?: string | undefined;
2123
4116
  acl?: {
@@ -2148,25 +4141,44 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2148
4141
  owners: string[];
2149
4142
  templates: {
2150
4143
  kind: string;
4144
+ description?: string | undefined;
4145
+ name?: string | undefined;
2151
4146
  id?: string | undefined;
2152
4147
  lookup_key?: string | undefined;
2153
4148
  virtual_path?: string | undefined;
2154
- name?: string | undefined;
2155
- description?: string | undefined;
2156
4149
  readme_url?: string | undefined;
4150
+ details?: {
4151
+ type: "automation";
4152
+ automation_type?: string | undefined;
4153
+ invoke_contract?: {
4154
+ prefills: {
4155
+ participants?: Record<string, unknown> | undefined;
4156
+ payload?: Record<string, unknown> | undefined;
4157
+ };
4158
+ participants?: {
4159
+ name: string;
4160
+ required: boolean;
4161
+ type: string;
4162
+ description?: string | undefined;
4163
+ }[] | undefined;
4164
+ input_schema?: Record<string, unknown> | undefined;
4165
+ } | undefined;
4166
+ } | undefined;
2157
4167
  display_name?: string | undefined;
2158
4168
  }[];
2159
4169
  upgrade_available: boolean;
2160
4170
  org?: string | undefined;
4171
+ description?: string | undefined;
4172
+ name?: string | undefined;
2161
4173
  created_at?: string | undefined;
2162
- lookup_key?: string | undefined;
2163
4174
  updated_at?: string | undefined;
4175
+ lookup_key?: string | undefined;
2164
4176
  virtual_path?: string | undefined;
2165
- name?: string | undefined;
2166
4177
  metadata?: Record<string, unknown> | undefined;
2167
4178
  org_name?: string | undefined;
2168
4179
  category_keys?: string[] | undefined;
2169
- description?: string | undefined;
4180
+ events?: Record<string, unknown> | undefined;
4181
+ image_url?: string | undefined;
2170
4182
  latest_solution?: string | undefined;
2171
4183
  latest_version?: string | undefined;
2172
4184
  org_logo?: {
@@ -2180,6 +4192,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2180
4192
  } | undefined;
2181
4193
  org_slug?: string | undefined;
2182
4194
  readme_url?: string | undefined;
4195
+ screenshot_urls?: string[] | undefined;
2183
4196
  solution_id?: string | undefined;
2184
4197
  solution_version?: string | undefined;
2185
4198
  tag_keys?: string[] | undefined;
@@ -2188,29 +4201,93 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2188
4201
  template: {
2189
4202
  kind: string;
2190
4203
  id: string;
4204
+ description?: string | undefined;
4205
+ name?: string | undefined;
2191
4206
  created_at?: string | undefined;
2192
- lookup_key?: string | undefined;
2193
4207
  updated_at?: string | undefined;
4208
+ lookup_key?: string | undefined;
2194
4209
  virtual_path?: string | undefined;
2195
- name?: string | undefined;
2196
- description?: string | undefined;
2197
4210
  display_name?: string | undefined;
2198
4211
  };
4212
+ current_solution?: {
4213
+ kind: string;
4214
+ id: string;
4215
+ owners: string[];
4216
+ templates: {
4217
+ kind: string;
4218
+ description?: string | undefined;
4219
+ name?: string | undefined;
4220
+ id?: string | undefined;
4221
+ lookup_key?: string | undefined;
4222
+ virtual_path?: string | undefined;
4223
+ readme_url?: string | undefined;
4224
+ details?: {
4225
+ type: "automation";
4226
+ automation_type?: string | undefined;
4227
+ invoke_contract?: {
4228
+ prefills: {
4229
+ participants?: Record<string, unknown> | undefined;
4230
+ payload?: Record<string, unknown> | undefined;
4231
+ };
4232
+ participants?: {
4233
+ name: string;
4234
+ required: boolean;
4235
+ type: string;
4236
+ description?: string | undefined;
4237
+ }[] | undefined;
4238
+ input_schema?: Record<string, unknown> | undefined;
4239
+ } | undefined;
4240
+ } | undefined;
4241
+ display_name?: string | undefined;
4242
+ }[];
4243
+ upgrade_available: boolean;
4244
+ org?: string | undefined;
4245
+ description?: string | undefined;
4246
+ name?: string | undefined;
4247
+ created_at?: string | undefined;
4248
+ updated_at?: string | undefined;
4249
+ lookup_key?: string | undefined;
4250
+ virtual_path?: string | undefined;
4251
+ metadata?: Record<string, unknown> | undefined;
4252
+ org_name?: string | undefined;
4253
+ category_keys?: string[] | undefined;
4254
+ events?: Record<string, unknown> | undefined;
4255
+ image_url?: string | undefined;
4256
+ latest_solution?: string | undefined;
4257
+ latest_version?: string | undefined;
4258
+ org_logo?: {
4259
+ mime_type?: string | undefined;
4260
+ file?: string | undefined;
4261
+ height?: number | undefined;
4262
+ media?: string | undefined;
4263
+ refresh_url?: string | undefined;
4264
+ url?: string | undefined;
4265
+ width?: number | undefined;
4266
+ } | undefined;
4267
+ org_slug?: string | undefined;
4268
+ readme_url?: string | undefined;
4269
+ screenshot_urls?: string[] | undefined;
4270
+ solution_id?: string | undefined;
4271
+ solution_version?: string | undefined;
4272
+ tag_keys?: string[] | undefined;
4273
+ template_kind?: string | undefined;
4274
+ } | undefined;
2199
4275
  } | undefined;
2200
4276
  template_upgrade_available?: boolean | undefined;
2201
4277
  } | undefined;
2202
4278
  team?: Record<string, unknown> | undefined;
2203
- created_at?: string | undefined;
4279
+ name?: string | undefined;
2204
4280
  type?: string | undefined;
4281
+ created_at?: string | undefined;
2205
4282
  updated_at?: string | undefined;
2206
4283
  user?: {
2207
4284
  id: string;
2208
4285
  email?: string | undefined;
2209
4286
  alias?: string | undefined;
2210
4287
  org?: string | undefined;
2211
- sandbox?: string | undefined;
2212
4288
  name?: string | undefined;
2213
4289
  app?: string | undefined;
4290
+ sandbox?: string | undefined;
2214
4291
  app_name?: string | undefined;
2215
4292
  is_system_user?: boolean | undefined;
2216
4293
  metadata?: Record<string, unknown> | undefined;
@@ -2218,7 +4295,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2218
4295
  org_role?: string | undefined;
2219
4296
  sandbox_name?: string | undefined;
2220
4297
  } | undefined;
2221
- name?: string | undefined;
2222
4298
  profile_picture?: {
2223
4299
  mime_type?: string | undefined;
2224
4300
  file?: string | undefined;
@@ -2246,13 +4322,14 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2246
4322
  email?: string | undefined;
2247
4323
  team?: string | undefined;
2248
4324
  org?: string | undefined;
4325
+ description?: string | undefined;
4326
+ name?: string | undefined;
4327
+ app?: string | undefined;
2249
4328
  created_at?: string | undefined;
2250
- sandbox?: string | undefined;
2251
- lookup_key?: string | undefined;
2252
4329
  updated_at?: string | undefined;
2253
4330
  user?: string | undefined;
2254
- name?: string | undefined;
2255
- app?: string | undefined;
4331
+ sandbox?: string | undefined;
4332
+ lookup_key?: string | undefined;
2256
4333
  metadata?: Record<string, unknown> | undefined;
2257
4334
  org_name?: string | undefined;
2258
4335
  acl?: {
@@ -2283,25 +4360,44 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2283
4360
  owners: string[];
2284
4361
  templates: {
2285
4362
  kind: string;
4363
+ description?: string | undefined;
4364
+ name?: string | undefined;
2286
4365
  id?: string | undefined;
2287
4366
  lookup_key?: string | undefined;
2288
4367
  virtual_path?: string | undefined;
2289
- name?: string | undefined;
2290
- description?: string | undefined;
2291
4368
  readme_url?: string | undefined;
4369
+ details?: {
4370
+ type: "automation";
4371
+ automation_type?: string | undefined;
4372
+ invoke_contract?: {
4373
+ prefills: {
4374
+ participants?: Record<string, unknown> | undefined;
4375
+ payload?: Record<string, unknown> | undefined;
4376
+ };
4377
+ participants?: {
4378
+ name: string;
4379
+ required: boolean;
4380
+ type: string;
4381
+ description?: string | undefined;
4382
+ }[] | undefined;
4383
+ input_schema?: Record<string, unknown> | undefined;
4384
+ } | undefined;
4385
+ } | undefined;
2292
4386
  display_name?: string | undefined;
2293
4387
  }[];
2294
4388
  upgrade_available: boolean;
2295
4389
  org?: string | undefined;
4390
+ description?: string | undefined;
4391
+ name?: string | undefined;
2296
4392
  created_at?: string | undefined;
2297
- lookup_key?: string | undefined;
2298
4393
  updated_at?: string | undefined;
4394
+ lookup_key?: string | undefined;
2299
4395
  virtual_path?: string | undefined;
2300
- name?: string | undefined;
2301
4396
  metadata?: Record<string, unknown> | undefined;
2302
4397
  org_name?: string | undefined;
2303
4398
  category_keys?: string[] | undefined;
2304
- description?: string | undefined;
4399
+ events?: Record<string, unknown> | undefined;
4400
+ image_url?: string | undefined;
2305
4401
  latest_solution?: string | undefined;
2306
4402
  latest_version?: string | undefined;
2307
4403
  org_logo?: {
@@ -2315,6 +4411,7 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2315
4411
  } | undefined;
2316
4412
  org_slug?: string | undefined;
2317
4413
  readme_url?: string | undefined;
4414
+ screenshot_urls?: string[] | undefined;
2318
4415
  solution_id?: string | undefined;
2319
4416
  solution_version?: string | undefined;
2320
4417
  tag_keys?: string[] | undefined;
@@ -2323,29 +4420,93 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2323
4420
  template: {
2324
4421
  kind: string;
2325
4422
  id: string;
4423
+ description?: string | undefined;
4424
+ name?: string | undefined;
2326
4425
  created_at?: string | undefined;
2327
- lookup_key?: string | undefined;
2328
4426
  updated_at?: string | undefined;
4427
+ lookup_key?: string | undefined;
2329
4428
  virtual_path?: string | undefined;
2330
- name?: string | undefined;
2331
- description?: string | undefined;
2332
4429
  display_name?: string | undefined;
2333
4430
  };
4431
+ current_solution?: {
4432
+ kind: string;
4433
+ id: string;
4434
+ owners: string[];
4435
+ templates: {
4436
+ kind: string;
4437
+ description?: string | undefined;
4438
+ name?: string | undefined;
4439
+ id?: string | undefined;
4440
+ lookup_key?: string | undefined;
4441
+ virtual_path?: string | undefined;
4442
+ readme_url?: string | undefined;
4443
+ details?: {
4444
+ type: "automation";
4445
+ automation_type?: string | undefined;
4446
+ invoke_contract?: {
4447
+ prefills: {
4448
+ participants?: Record<string, unknown> | undefined;
4449
+ payload?: Record<string, unknown> | undefined;
4450
+ };
4451
+ participants?: {
4452
+ name: string;
4453
+ required: boolean;
4454
+ type: string;
4455
+ description?: string | undefined;
4456
+ }[] | undefined;
4457
+ input_schema?: Record<string, unknown> | undefined;
4458
+ } | undefined;
4459
+ } | undefined;
4460
+ display_name?: string | undefined;
4461
+ }[];
4462
+ upgrade_available: boolean;
4463
+ org?: string | undefined;
4464
+ description?: string | undefined;
4465
+ name?: string | undefined;
4466
+ created_at?: string | undefined;
4467
+ updated_at?: string | undefined;
4468
+ lookup_key?: string | undefined;
4469
+ virtual_path?: string | undefined;
4470
+ metadata?: Record<string, unknown> | undefined;
4471
+ org_name?: string | undefined;
4472
+ category_keys?: string[] | undefined;
4473
+ events?: Record<string, unknown> | undefined;
4474
+ image_url?: string | undefined;
4475
+ latest_solution?: string | undefined;
4476
+ latest_version?: string | undefined;
4477
+ org_logo?: {
4478
+ mime_type?: string | undefined;
4479
+ file?: string | undefined;
4480
+ height?: number | undefined;
4481
+ media?: string | undefined;
4482
+ refresh_url?: string | undefined;
4483
+ url?: string | undefined;
4484
+ width?: number | undefined;
4485
+ } | undefined;
4486
+ org_slug?: string | undefined;
4487
+ readme_url?: string | undefined;
4488
+ screenshot_urls?: string[] | undefined;
4489
+ solution_id?: string | undefined;
4490
+ solution_version?: string | undefined;
4491
+ tag_keys?: string[] | undefined;
4492
+ template_kind?: string | undefined;
4493
+ } | undefined;
2334
4494
  } | undefined;
2335
4495
  template_upgrade_available?: boolean | undefined;
2336
4496
  } | undefined;
2337
4497
  team?: Record<string, unknown> | undefined;
2338
- created_at?: string | undefined;
4498
+ name?: string | undefined;
2339
4499
  type?: string | undefined;
4500
+ created_at?: string | undefined;
2340
4501
  updated_at?: string | undefined;
2341
4502
  user?: {
2342
4503
  id: string;
2343
4504
  email?: string | undefined;
2344
4505
  alias?: string | undefined;
2345
4506
  org?: string | undefined;
2346
- sandbox?: string | undefined;
2347
4507
  name?: string | undefined;
2348
4508
  app?: string | undefined;
4509
+ sandbox?: string | undefined;
2349
4510
  app_name?: string | undefined;
2350
4511
  is_system_user?: boolean | undefined;
2351
4512
  metadata?: Record<string, unknown> | undefined;
@@ -2353,7 +4514,6 @@ export declare const teamMembershipListResponseSchema: z.ZodObject<{
2353
4514
  org_role?: string | undefined;
2354
4515
  sandbox_name?: string | undefined;
2355
4516
  } | undefined;
2356
- name?: string | undefined;
2357
4517
  profile_picture?: {
2358
4518
  mime_type?: string | undefined;
2359
4519
  file?: string | undefined;