agentmail 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/Client.d.ts +3 -0
  3. package/dist/cjs/Client.js +17 -12
  4. package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.js +2 -1
  5. package/dist/cjs/api/resources/inboxes/resources/messages/client/requests/ListMessagesRequest.d.ts +1 -0
  6. package/dist/cjs/api/resources/inboxes/resources/threads/client/Client.js +2 -1
  7. package/dist/cjs/api/resources/inboxes/resources/threads/client/requests/ListThreadsRequest.d.ts +1 -0
  8. package/dist/cjs/api/resources/index.d.ts +3 -0
  9. package/dist/cjs/api/resources/index.js +4 -1
  10. package/dist/cjs/api/resources/lists/client/Client.d.ts +65 -0
  11. package/dist/cjs/api/resources/lists/client/Client.js +307 -0
  12. package/dist/cjs/api/resources/lists/client/index.d.ts +1 -0
  13. package/dist/cjs/api/resources/lists/client/index.js +17 -0
  14. package/dist/cjs/api/resources/lists/client/requests/ListListEntriesRequest.d.ts +9 -0
  15. package/dist/cjs/api/resources/lists/client/requests/ListListEntriesRequest.js +3 -0
  16. package/dist/cjs/api/resources/lists/client/requests/index.d.ts +1 -0
  17. package/dist/cjs/api/resources/lists/client/requests/index.js +2 -0
  18. package/dist/cjs/api/resources/lists/index.d.ts +2 -0
  19. package/dist/cjs/api/resources/lists/index.js +18 -0
  20. package/dist/cjs/api/resources/lists/types/CreateListEntryRequest.d.ts +6 -0
  21. package/dist/cjs/api/resources/lists/types/CreateListEntryRequest.js +3 -0
  22. package/dist/cjs/api/resources/lists/types/Direction.d.ts +6 -0
  23. package/dist/cjs/api/resources/lists/types/Direction.js +9 -0
  24. package/dist/cjs/api/resources/lists/types/EntryType.d.ts +6 -0
  25. package/dist/cjs/api/resources/lists/types/EntryType.js +9 -0
  26. package/dist/cjs/api/resources/lists/types/ListEntry.d.ts +3 -0
  27. package/dist/cjs/api/resources/lists/types/ListEntry.js +3 -0
  28. package/dist/cjs/api/resources/lists/types/ListEntryBase.d.ts +13 -0
  29. package/dist/cjs/api/resources/lists/types/ListEntryBase.js +3 -0
  30. package/dist/cjs/api/resources/lists/types/ListListEntriesResponse.d.ts +8 -0
  31. package/dist/cjs/api/resources/lists/types/ListListEntriesResponse.js +3 -0
  32. package/dist/cjs/api/resources/lists/types/ListType.d.ts +6 -0
  33. package/dist/cjs/api/resources/lists/types/ListType.js +9 -0
  34. package/dist/cjs/api/resources/lists/types/PodListEntry.d.ts +7 -0
  35. package/dist/cjs/api/resources/lists/types/PodListEntry.js +3 -0
  36. package/dist/cjs/api/resources/lists/types/PodListListEntriesResponse.d.ts +8 -0
  37. package/dist/cjs/api/resources/lists/types/PodListListEntriesResponse.js +3 -0
  38. package/dist/cjs/api/resources/lists/types/index.d.ts +9 -0
  39. package/dist/cjs/api/resources/lists/types/index.js +25 -0
  40. package/dist/cjs/api/resources/pods/client/Client.d.ts +3 -0
  41. package/dist/cjs/api/resources/pods/client/Client.js +7 -2
  42. package/dist/cjs/api/resources/pods/resources/index.d.ts +2 -0
  43. package/dist/cjs/api/resources/pods/resources/index.js +3 -1
  44. package/dist/cjs/api/resources/pods/resources/lists/client/Client.d.ts +69 -0
  45. package/dist/cjs/api/resources/pods/resources/lists/client/Client.js +311 -0
  46. package/dist/cjs/api/resources/pods/resources/lists/client/index.d.ts +1 -0
  47. package/dist/cjs/api/resources/pods/resources/lists/client/index.js +17 -0
  48. package/dist/cjs/api/resources/pods/resources/lists/client/requests/ListListEntriesRequest.d.ts +9 -0
  49. package/dist/cjs/api/resources/pods/resources/lists/client/requests/ListListEntriesRequest.js +3 -0
  50. package/dist/cjs/api/resources/pods/resources/lists/client/requests/index.d.ts +1 -0
  51. package/dist/cjs/api/resources/pods/resources/lists/client/requests/index.js +2 -0
  52. package/dist/cjs/api/resources/pods/resources/lists/index.d.ts +1 -0
  53. package/dist/cjs/api/resources/pods/resources/lists/index.js +17 -0
  54. package/dist/cjs/api/resources/pods/resources/threads/client/Client.js +2 -1
  55. package/dist/cjs/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.ts +1 -0
  56. package/dist/cjs/api/resources/threads/client/Client.js +2 -1
  57. package/dist/cjs/api/resources/threads/client/requests/ListThreadsRequest.d.ts +1 -0
  58. package/dist/cjs/api/types/IncludeBlocked.d.ts +4 -0
  59. package/dist/cjs/api/types/IncludeBlocked.js +3 -0
  60. package/dist/cjs/api/types/index.d.ts +1 -0
  61. package/dist/cjs/api/types/index.js +1 -0
  62. package/dist/cjs/serialization/resources/index.d.ts +2 -0
  63. package/dist/cjs/serialization/resources/index.js +3 -1
  64. package/dist/cjs/serialization/resources/lists/index.d.ts +1 -0
  65. package/dist/cjs/serialization/resources/lists/index.js +17 -0
  66. package/dist/cjs/serialization/resources/lists/types/CreateListEntryRequest.d.ts +10 -0
  67. package/dist/cjs/serialization/resources/lists/types/CreateListEntryRequest.js +42 -0
  68. package/dist/cjs/serialization/resources/lists/types/Direction.d.ts +7 -0
  69. package/dist/cjs/serialization/resources/lists/types/Direction.js +39 -0
  70. package/dist/cjs/serialization/resources/lists/types/EntryType.d.ts +7 -0
  71. package/dist/cjs/serialization/resources/lists/types/EntryType.js +39 -0
  72. package/dist/cjs/serialization/resources/lists/types/ListEntry.d.ts +9 -0
  73. package/dist/cjs/serialization/resources/lists/types/ListEntry.js +40 -0
  74. package/dist/cjs/serialization/resources/lists/types/ListEntryBase.d.ts +19 -0
  75. package/dist/cjs/serialization/resources/lists/types/ListEntryBase.js +51 -0
  76. package/dist/cjs/serialization/resources/lists/types/ListListEntriesResponse.d.ts +16 -0
  77. package/dist/cjs/serialization/resources/lists/types/ListListEntriesResponse.js +48 -0
  78. package/dist/cjs/serialization/resources/lists/types/ListType.d.ts +7 -0
  79. package/dist/cjs/serialization/resources/lists/types/ListType.js +39 -0
  80. package/dist/cjs/serialization/resources/lists/types/PodListEntry.d.ts +11 -0
  81. package/dist/cjs/serialization/resources/lists/types/PodListEntry.js +45 -0
  82. package/dist/cjs/serialization/resources/lists/types/PodListListEntriesResponse.d.ts +16 -0
  83. package/dist/cjs/serialization/resources/lists/types/PodListListEntriesResponse.js +48 -0
  84. package/dist/cjs/serialization/resources/lists/types/index.d.ts +9 -0
  85. package/dist/cjs/serialization/resources/lists/types/index.js +25 -0
  86. package/dist/cjs/serialization/types/IncludeBlocked.d.ts +7 -0
  87. package/dist/cjs/serialization/types/IncludeBlocked.js +39 -0
  88. package/dist/cjs/serialization/types/index.d.ts +1 -0
  89. package/dist/cjs/serialization/types/index.js +1 -0
  90. package/dist/cjs/version.d.ts +1 -1
  91. package/dist/cjs/version.js +1 -1
  92. package/dist/esm/BaseClient.mjs +2 -2
  93. package/dist/esm/Client.d.mts +3 -0
  94. package/dist/esm/Client.mjs +5 -0
  95. package/dist/esm/api/resources/inboxes/resources/messages/client/Client.mjs +2 -1
  96. package/dist/esm/api/resources/inboxes/resources/messages/client/requests/ListMessagesRequest.d.mts +1 -0
  97. package/dist/esm/api/resources/inboxes/resources/threads/client/Client.mjs +2 -1
  98. package/dist/esm/api/resources/inboxes/resources/threads/client/requests/ListThreadsRequest.d.mts +1 -0
  99. package/dist/esm/api/resources/index.d.mts +3 -0
  100. package/dist/esm/api/resources/index.mjs +3 -0
  101. package/dist/esm/api/resources/lists/client/Client.d.mts +65 -0
  102. package/dist/esm/api/resources/lists/client/Client.mjs +270 -0
  103. package/dist/esm/api/resources/lists/client/index.d.mts +1 -0
  104. package/dist/esm/api/resources/lists/client/index.mjs +1 -0
  105. package/dist/esm/api/resources/lists/client/requests/ListListEntriesRequest.d.mts +9 -0
  106. package/dist/esm/api/resources/lists/client/requests/ListListEntriesRequest.mjs +2 -0
  107. package/dist/esm/api/resources/lists/client/requests/index.d.mts +1 -0
  108. package/dist/esm/api/resources/lists/client/requests/index.mjs +1 -0
  109. package/dist/esm/api/resources/lists/index.d.mts +2 -0
  110. package/dist/esm/api/resources/lists/index.mjs +2 -0
  111. package/dist/esm/api/resources/lists/types/CreateListEntryRequest.d.mts +6 -0
  112. package/dist/esm/api/resources/lists/types/CreateListEntryRequest.mjs +2 -0
  113. package/dist/esm/api/resources/lists/types/Direction.d.mts +6 -0
  114. package/dist/esm/api/resources/lists/types/Direction.mjs +6 -0
  115. package/dist/esm/api/resources/lists/types/EntryType.d.mts +6 -0
  116. package/dist/esm/api/resources/lists/types/EntryType.mjs +6 -0
  117. package/dist/esm/api/resources/lists/types/ListEntry.d.mts +3 -0
  118. package/dist/esm/api/resources/lists/types/ListEntry.mjs +2 -0
  119. package/dist/esm/api/resources/lists/types/ListEntryBase.d.mts +13 -0
  120. package/dist/esm/api/resources/lists/types/ListEntryBase.mjs +2 -0
  121. package/dist/esm/api/resources/lists/types/ListListEntriesResponse.d.mts +8 -0
  122. package/dist/esm/api/resources/lists/types/ListListEntriesResponse.mjs +2 -0
  123. package/dist/esm/api/resources/lists/types/ListType.d.mts +6 -0
  124. package/dist/esm/api/resources/lists/types/ListType.mjs +6 -0
  125. package/dist/esm/api/resources/lists/types/PodListEntry.d.mts +7 -0
  126. package/dist/esm/api/resources/lists/types/PodListEntry.mjs +2 -0
  127. package/dist/esm/api/resources/lists/types/PodListListEntriesResponse.d.mts +8 -0
  128. package/dist/esm/api/resources/lists/types/PodListListEntriesResponse.mjs +2 -0
  129. package/dist/esm/api/resources/lists/types/index.d.mts +9 -0
  130. package/dist/esm/api/resources/lists/types/index.mjs +9 -0
  131. package/dist/esm/api/resources/pods/client/Client.d.mts +3 -0
  132. package/dist/esm/api/resources/pods/client/Client.mjs +5 -0
  133. package/dist/esm/api/resources/pods/resources/index.d.mts +2 -0
  134. package/dist/esm/api/resources/pods/resources/index.mjs +2 -0
  135. package/dist/esm/api/resources/pods/resources/lists/client/Client.d.mts +69 -0
  136. package/dist/esm/api/resources/pods/resources/lists/client/Client.mjs +274 -0
  137. package/dist/esm/api/resources/pods/resources/lists/client/index.d.mts +1 -0
  138. package/dist/esm/api/resources/pods/resources/lists/client/index.mjs +1 -0
  139. package/dist/esm/api/resources/pods/resources/lists/client/requests/ListListEntriesRequest.d.mts +9 -0
  140. package/dist/esm/api/resources/pods/resources/lists/client/requests/ListListEntriesRequest.mjs +2 -0
  141. package/dist/esm/api/resources/pods/resources/lists/client/requests/index.d.mts +1 -0
  142. package/dist/esm/api/resources/pods/resources/lists/client/requests/index.mjs +1 -0
  143. package/dist/esm/api/resources/pods/resources/lists/index.d.mts +1 -0
  144. package/dist/esm/api/resources/pods/resources/lists/index.mjs +1 -0
  145. package/dist/esm/api/resources/pods/resources/threads/client/Client.mjs +2 -1
  146. package/dist/esm/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.mts +1 -0
  147. package/dist/esm/api/resources/threads/client/Client.mjs +2 -1
  148. package/dist/esm/api/resources/threads/client/requests/ListThreadsRequest.d.mts +1 -0
  149. package/dist/esm/api/types/IncludeBlocked.d.mts +4 -0
  150. package/dist/esm/api/types/IncludeBlocked.mjs +2 -0
  151. package/dist/esm/api/types/index.d.mts +1 -0
  152. package/dist/esm/api/types/index.mjs +1 -0
  153. package/dist/esm/serialization/resources/index.d.mts +2 -0
  154. package/dist/esm/serialization/resources/index.mjs +2 -0
  155. package/dist/esm/serialization/resources/lists/index.d.mts +1 -0
  156. package/dist/esm/serialization/resources/lists/index.mjs +1 -0
  157. package/dist/esm/serialization/resources/lists/types/CreateListEntryRequest.d.mts +10 -0
  158. package/dist/esm/serialization/resources/lists/types/CreateListEntryRequest.mjs +6 -0
  159. package/dist/esm/serialization/resources/lists/types/Direction.d.mts +7 -0
  160. package/dist/esm/serialization/resources/lists/types/Direction.mjs +3 -0
  161. package/dist/esm/serialization/resources/lists/types/EntryType.d.mts +7 -0
  162. package/dist/esm/serialization/resources/lists/types/EntryType.mjs +3 -0
  163. package/dist/esm/serialization/resources/lists/types/ListEntry.d.mts +9 -0
  164. package/dist/esm/serialization/resources/lists/types/ListEntry.mjs +4 -0
  165. package/dist/esm/serialization/resources/lists/types/ListEntryBase.d.mts +19 -0
  166. package/dist/esm/serialization/resources/lists/types/ListEntryBase.mjs +15 -0
  167. package/dist/esm/serialization/resources/lists/types/ListListEntriesResponse.d.mts +16 -0
  168. package/dist/esm/serialization/resources/lists/types/ListListEntriesResponse.mjs +12 -0
  169. package/dist/esm/serialization/resources/lists/types/ListType.d.mts +7 -0
  170. package/dist/esm/serialization/resources/lists/types/ListType.mjs +3 -0
  171. package/dist/esm/serialization/resources/lists/types/PodListEntry.d.mts +11 -0
  172. package/dist/esm/serialization/resources/lists/types/PodListEntry.mjs +9 -0
  173. package/dist/esm/serialization/resources/lists/types/PodListListEntriesResponse.d.mts +16 -0
  174. package/dist/esm/serialization/resources/lists/types/PodListListEntriesResponse.mjs +12 -0
  175. package/dist/esm/serialization/resources/lists/types/index.d.mts +9 -0
  176. package/dist/esm/serialization/resources/lists/types/index.mjs +9 -0
  177. package/dist/esm/serialization/types/IncludeBlocked.d.mts +7 -0
  178. package/dist/esm/serialization/types/IncludeBlocked.mjs +3 -0
  179. package/dist/esm/serialization/types/index.d.mts +1 -0
  180. package/dist/esm/serialization/types/index.mjs +1 -0
  181. package/dist/esm/version.d.mts +1 -1
  182. package/dist/esm/version.mjs +1 -1
  183. package/dist/llms.txt +7 -1
  184. package/package.json +1 -1
  185. package/reference.md +558 -0
@@ -0,0 +1,9 @@
1
+ export * from "./CreateListEntryRequest.mjs";
2
+ export * from "./Direction.mjs";
3
+ export * from "./EntryType.mjs";
4
+ export * from "./ListEntry.mjs";
5
+ export * from "./ListEntryBase.mjs";
6
+ export * from "./ListListEntriesResponse.mjs";
7
+ export * from "./ListType.mjs";
8
+ export * from "./PodListEntry.mjs";
9
+ export * from "./PodListListEntriesResponse.mjs";
@@ -0,0 +1,9 @@
1
+ export * from "./CreateListEntryRequest.mjs";
2
+ export * from "./Direction.mjs";
3
+ export * from "./EntryType.mjs";
4
+ export * from "./ListEntry.mjs";
5
+ export * from "./ListEntryBase.mjs";
6
+ export * from "./ListListEntriesResponse.mjs";
7
+ export * from "./ListType.mjs";
8
+ export * from "./PodListEntry.mjs";
9
+ export * from "./PodListListEntriesResponse.mjs";
@@ -0,0 +1,7 @@
1
+ import type * as AgentMail from "../../api/index.mjs";
2
+ import * as core from "../../core/index.mjs";
3
+ import type * as serializers from "../index.mjs";
4
+ export declare const IncludeBlocked: core.serialization.Schema<serializers.IncludeBlocked.Raw, AgentMail.IncludeBlocked>;
5
+ export declare namespace IncludeBlocked {
6
+ type Raw = boolean;
7
+ }
@@ -0,0 +1,3 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import * as core from "../../core/index.mjs";
3
+ export const IncludeBlocked = core.serialization.boolean();
@@ -5,6 +5,7 @@ export * from "./Count.mjs";
5
5
  export * from "./ErrorMessage.mjs";
6
6
  export * from "./ErrorName.mjs";
7
7
  export * from "./ErrorResponse.mjs";
8
+ export * from "./IncludeBlocked.mjs";
8
9
  export * from "./IncludeSpam.mjs";
9
10
  export * from "./Labels.mjs";
10
11
  export * from "./Limit.mjs";
@@ -5,6 +5,7 @@ export * from "./Count.mjs";
5
5
  export * from "./ErrorMessage.mjs";
6
6
  export * from "./ErrorName.mjs";
7
7
  export * from "./ErrorResponse.mjs";
8
+ export * from "./IncludeBlocked.mjs";
8
9
  export * from "./IncludeSpam.mjs";
9
10
  export * from "./Labels.mjs";
10
11
  export * from "./Limit.mjs";
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.3.2";
1
+ export declare const SDK_VERSION = "0.3.3";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.3.2";
1
+ export const SDK_VERSION = "0.3.3";
package/dist/llms.txt CHANGED
@@ -117,4 +117,10 @@
117
117
  - API Reference > Pods > Domains [List Domains](https://docs.agentmail.to/api-reference/pods/domains/list.mdx)
118
118
  - API Reference > Pods > Domains [Create Domain](https://docs.agentmail.to/api-reference/pods/domains/create.mdx)
119
119
  - API Reference > Pods > Domains [Delete Domain](https://docs.agentmail.to/api-reference/pods/domains/delete.mdx)
120
- - API Reference > Organizations [Get Organization](https://docs.agentmail.to/api-reference/organizations/get.mdx)
120
+ - API Reference > Organizations [Get Organization](https://docs.agentmail.to/api-reference/organizations/get.mdx)
121
+
122
+ ## OpenAPI Specification
123
+
124
+ The raw OpenAPI 3.1 specification for this API is available at:
125
+ - [OpenAPI JSON](https://docs.agentmail.to/openapi.json)
126
+ - [OpenAPI YAML](https://docs.agentmail.to/openapi.yaml)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentmail",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
package/reference.md CHANGED
@@ -2585,6 +2585,269 @@ await client.inboxes.threads.delete("inbox_id", "thread_id");
2585
2585
  </dl>
2586
2586
 
2587
2587
 
2588
+ </dd>
2589
+ </dl>
2590
+ </details>
2591
+
2592
+ ## Lists
2593
+ <details><summary><code>client.lists.<a href="/src/api/resources/lists/client/Client.ts">create</a>(direction, type, { ...params }) -> AgentMail.ListEntry</code></summary>
2594
+ <dl>
2595
+ <dd>
2596
+
2597
+ #### 🔌 Usage
2598
+
2599
+ <dl>
2600
+ <dd>
2601
+
2602
+ <dl>
2603
+ <dd>
2604
+
2605
+ ```typescript
2606
+ await client.lists.create("send", "allow", {
2607
+ entry: "entry"
2608
+ });
2609
+
2610
+ ```
2611
+ </dd>
2612
+ </dl>
2613
+ </dd>
2614
+ </dl>
2615
+
2616
+ #### ⚙️ Parameters
2617
+
2618
+ <dl>
2619
+ <dd>
2620
+
2621
+ <dl>
2622
+ <dd>
2623
+
2624
+ **direction:** `AgentMail.Direction`
2625
+
2626
+ </dd>
2627
+ </dl>
2628
+
2629
+ <dl>
2630
+ <dd>
2631
+
2632
+ **type:** `AgentMail.ListType`
2633
+
2634
+ </dd>
2635
+ </dl>
2636
+
2637
+ <dl>
2638
+ <dd>
2639
+
2640
+ **request:** `AgentMail.CreateListEntryRequest`
2641
+
2642
+ </dd>
2643
+ </dl>
2644
+
2645
+ <dl>
2646
+ <dd>
2647
+
2648
+ **requestOptions:** `ListsClient.RequestOptions`
2649
+
2650
+ </dd>
2651
+ </dl>
2652
+ </dd>
2653
+ </dl>
2654
+
2655
+
2656
+ </dd>
2657
+ </dl>
2658
+ </details>
2659
+
2660
+ <details><summary><code>client.lists.<a href="/src/api/resources/lists/client/Client.ts">list</a>(direction, type, { ...params }) -> AgentMail.ListListEntriesResponse</code></summary>
2661
+ <dl>
2662
+ <dd>
2663
+
2664
+ #### 🔌 Usage
2665
+
2666
+ <dl>
2667
+ <dd>
2668
+
2669
+ <dl>
2670
+ <dd>
2671
+
2672
+ ```typescript
2673
+ await client.lists.list("send", "allow");
2674
+
2675
+ ```
2676
+ </dd>
2677
+ </dl>
2678
+ </dd>
2679
+ </dl>
2680
+
2681
+ #### ⚙️ Parameters
2682
+
2683
+ <dl>
2684
+ <dd>
2685
+
2686
+ <dl>
2687
+ <dd>
2688
+
2689
+ **direction:** `AgentMail.Direction`
2690
+
2691
+ </dd>
2692
+ </dl>
2693
+
2694
+ <dl>
2695
+ <dd>
2696
+
2697
+ **type:** `AgentMail.ListType`
2698
+
2699
+ </dd>
2700
+ </dl>
2701
+
2702
+ <dl>
2703
+ <dd>
2704
+
2705
+ **request:** `AgentMail.ListListEntriesRequest`
2706
+
2707
+ </dd>
2708
+ </dl>
2709
+
2710
+ <dl>
2711
+ <dd>
2712
+
2713
+ **requestOptions:** `ListsClient.RequestOptions`
2714
+
2715
+ </dd>
2716
+ </dl>
2717
+ </dd>
2718
+ </dl>
2719
+
2720
+
2721
+ </dd>
2722
+ </dl>
2723
+ </details>
2724
+
2725
+ <details><summary><code>client.lists.<a href="/src/api/resources/lists/client/Client.ts">get</a>(direction, type, entry) -> AgentMail.ListEntry</code></summary>
2726
+ <dl>
2727
+ <dd>
2728
+
2729
+ #### 🔌 Usage
2730
+
2731
+ <dl>
2732
+ <dd>
2733
+
2734
+ <dl>
2735
+ <dd>
2736
+
2737
+ ```typescript
2738
+ await client.lists.get("send", "allow", "entry");
2739
+
2740
+ ```
2741
+ </dd>
2742
+ </dl>
2743
+ </dd>
2744
+ </dl>
2745
+
2746
+ #### ⚙️ Parameters
2747
+
2748
+ <dl>
2749
+ <dd>
2750
+
2751
+ <dl>
2752
+ <dd>
2753
+
2754
+ **direction:** `AgentMail.Direction`
2755
+
2756
+ </dd>
2757
+ </dl>
2758
+
2759
+ <dl>
2760
+ <dd>
2761
+
2762
+ **type:** `AgentMail.ListType`
2763
+
2764
+ </dd>
2765
+ </dl>
2766
+
2767
+ <dl>
2768
+ <dd>
2769
+
2770
+ **entry:** `string` — Email address or domain.
2771
+
2772
+ </dd>
2773
+ </dl>
2774
+
2775
+ <dl>
2776
+ <dd>
2777
+
2778
+ **requestOptions:** `ListsClient.RequestOptions`
2779
+
2780
+ </dd>
2781
+ </dl>
2782
+ </dd>
2783
+ </dl>
2784
+
2785
+
2786
+ </dd>
2787
+ </dl>
2788
+ </details>
2789
+
2790
+ <details><summary><code>client.lists.<a href="/src/api/resources/lists/client/Client.ts">delete</a>(direction, type, entry) -> void</code></summary>
2791
+ <dl>
2792
+ <dd>
2793
+
2794
+ #### 🔌 Usage
2795
+
2796
+ <dl>
2797
+ <dd>
2798
+
2799
+ <dl>
2800
+ <dd>
2801
+
2802
+ ```typescript
2803
+ await client.lists.delete("send", "allow", "entry");
2804
+
2805
+ ```
2806
+ </dd>
2807
+ </dl>
2808
+ </dd>
2809
+ </dl>
2810
+
2811
+ #### ⚙️ Parameters
2812
+
2813
+ <dl>
2814
+ <dd>
2815
+
2816
+ <dl>
2817
+ <dd>
2818
+
2819
+ **direction:** `AgentMail.Direction`
2820
+
2821
+ </dd>
2822
+ </dl>
2823
+
2824
+ <dl>
2825
+ <dd>
2826
+
2827
+ **type:** `AgentMail.ListType`
2828
+
2829
+ </dd>
2830
+ </dl>
2831
+
2832
+ <dl>
2833
+ <dd>
2834
+
2835
+ **entry:** `string` — Email address or domain.
2836
+
2837
+ </dd>
2838
+ </dl>
2839
+
2840
+ <dl>
2841
+ <dd>
2842
+
2843
+ **requestOptions:** `ListsClient.RequestOptions`
2844
+
2845
+ </dd>
2846
+ </dl>
2847
+ </dd>
2848
+ </dl>
2849
+
2850
+
2588
2851
  </dd>
2589
2852
  </dl>
2590
2853
  </details>
@@ -3278,6 +3541,301 @@ await client.pods.inboxes.delete("pod_id", "inbox_id");
3278
3541
  </dl>
3279
3542
 
3280
3543
 
3544
+ </dd>
3545
+ </dl>
3546
+ </details>
3547
+
3548
+ ## Pods Lists
3549
+ <details><summary><code>client.pods.lists.<a href="/src/api/resources/pods/resources/lists/client/Client.ts">create</a>(pod_id, direction, type, { ...params }) -> AgentMail.PodListEntry</code></summary>
3550
+ <dl>
3551
+ <dd>
3552
+
3553
+ #### 🔌 Usage
3554
+
3555
+ <dl>
3556
+ <dd>
3557
+
3558
+ <dl>
3559
+ <dd>
3560
+
3561
+ ```typescript
3562
+ await client.pods.lists.create("pod_id", "send", "allow", {
3563
+ entry: "entry"
3564
+ });
3565
+
3566
+ ```
3567
+ </dd>
3568
+ </dl>
3569
+ </dd>
3570
+ </dl>
3571
+
3572
+ #### ⚙️ Parameters
3573
+
3574
+ <dl>
3575
+ <dd>
3576
+
3577
+ <dl>
3578
+ <dd>
3579
+
3580
+ **pod_id:** `AgentMail.PodId`
3581
+
3582
+ </dd>
3583
+ </dl>
3584
+
3585
+ <dl>
3586
+ <dd>
3587
+
3588
+ **direction:** `AgentMail.Direction`
3589
+
3590
+ </dd>
3591
+ </dl>
3592
+
3593
+ <dl>
3594
+ <dd>
3595
+
3596
+ **type:** `AgentMail.ListType`
3597
+
3598
+ </dd>
3599
+ </dl>
3600
+
3601
+ <dl>
3602
+ <dd>
3603
+
3604
+ **request:** `AgentMail.CreateListEntryRequest`
3605
+
3606
+ </dd>
3607
+ </dl>
3608
+
3609
+ <dl>
3610
+ <dd>
3611
+
3612
+ **requestOptions:** `ListsClient.RequestOptions`
3613
+
3614
+ </dd>
3615
+ </dl>
3616
+ </dd>
3617
+ </dl>
3618
+
3619
+
3620
+ </dd>
3621
+ </dl>
3622
+ </details>
3623
+
3624
+ <details><summary><code>client.pods.lists.<a href="/src/api/resources/pods/resources/lists/client/Client.ts">list</a>(pod_id, direction, type, { ...params }) -> AgentMail.PodListListEntriesResponse</code></summary>
3625
+ <dl>
3626
+ <dd>
3627
+
3628
+ #### 🔌 Usage
3629
+
3630
+ <dl>
3631
+ <dd>
3632
+
3633
+ <dl>
3634
+ <dd>
3635
+
3636
+ ```typescript
3637
+ await client.pods.lists.list("pod_id", "send", "allow");
3638
+
3639
+ ```
3640
+ </dd>
3641
+ </dl>
3642
+ </dd>
3643
+ </dl>
3644
+
3645
+ #### ⚙️ Parameters
3646
+
3647
+ <dl>
3648
+ <dd>
3649
+
3650
+ <dl>
3651
+ <dd>
3652
+
3653
+ **pod_id:** `AgentMail.PodId`
3654
+
3655
+ </dd>
3656
+ </dl>
3657
+
3658
+ <dl>
3659
+ <dd>
3660
+
3661
+ **direction:** `AgentMail.Direction`
3662
+
3663
+ </dd>
3664
+ </dl>
3665
+
3666
+ <dl>
3667
+ <dd>
3668
+
3669
+ **type:** `AgentMail.ListType`
3670
+
3671
+ </dd>
3672
+ </dl>
3673
+
3674
+ <dl>
3675
+ <dd>
3676
+
3677
+ **request:** `AgentMail.pods.ListListEntriesRequest`
3678
+
3679
+ </dd>
3680
+ </dl>
3681
+
3682
+ <dl>
3683
+ <dd>
3684
+
3685
+ **requestOptions:** `ListsClient.RequestOptions`
3686
+
3687
+ </dd>
3688
+ </dl>
3689
+ </dd>
3690
+ </dl>
3691
+
3692
+
3693
+ </dd>
3694
+ </dl>
3695
+ </details>
3696
+
3697
+ <details><summary><code>client.pods.lists.<a href="/src/api/resources/pods/resources/lists/client/Client.ts">get</a>(pod_id, direction, type, entry) -> AgentMail.PodListEntry</code></summary>
3698
+ <dl>
3699
+ <dd>
3700
+
3701
+ #### 🔌 Usage
3702
+
3703
+ <dl>
3704
+ <dd>
3705
+
3706
+ <dl>
3707
+ <dd>
3708
+
3709
+ ```typescript
3710
+ await client.pods.lists.get("pod_id", "send", "allow", "entry");
3711
+
3712
+ ```
3713
+ </dd>
3714
+ </dl>
3715
+ </dd>
3716
+ </dl>
3717
+
3718
+ #### ⚙️ Parameters
3719
+
3720
+ <dl>
3721
+ <dd>
3722
+
3723
+ <dl>
3724
+ <dd>
3725
+
3726
+ **pod_id:** `AgentMail.PodId`
3727
+
3728
+ </dd>
3729
+ </dl>
3730
+
3731
+ <dl>
3732
+ <dd>
3733
+
3734
+ **direction:** `AgentMail.Direction`
3735
+
3736
+ </dd>
3737
+ </dl>
3738
+
3739
+ <dl>
3740
+ <dd>
3741
+
3742
+ **type:** `AgentMail.ListType`
3743
+
3744
+ </dd>
3745
+ </dl>
3746
+
3747
+ <dl>
3748
+ <dd>
3749
+
3750
+ **entry:** `string` — Email address or domain.
3751
+
3752
+ </dd>
3753
+ </dl>
3754
+
3755
+ <dl>
3756
+ <dd>
3757
+
3758
+ **requestOptions:** `ListsClient.RequestOptions`
3759
+
3760
+ </dd>
3761
+ </dl>
3762
+ </dd>
3763
+ </dl>
3764
+
3765
+
3766
+ </dd>
3767
+ </dl>
3768
+ </details>
3769
+
3770
+ <details><summary><code>client.pods.lists.<a href="/src/api/resources/pods/resources/lists/client/Client.ts">delete</a>(pod_id, direction, type, entry) -> void</code></summary>
3771
+ <dl>
3772
+ <dd>
3773
+
3774
+ #### 🔌 Usage
3775
+
3776
+ <dl>
3777
+ <dd>
3778
+
3779
+ <dl>
3780
+ <dd>
3781
+
3782
+ ```typescript
3783
+ await client.pods.lists.delete("pod_id", "send", "allow", "entry");
3784
+
3785
+ ```
3786
+ </dd>
3787
+ </dl>
3788
+ </dd>
3789
+ </dl>
3790
+
3791
+ #### ⚙️ Parameters
3792
+
3793
+ <dl>
3794
+ <dd>
3795
+
3796
+ <dl>
3797
+ <dd>
3798
+
3799
+ **pod_id:** `AgentMail.PodId`
3800
+
3801
+ </dd>
3802
+ </dl>
3803
+
3804
+ <dl>
3805
+ <dd>
3806
+
3807
+ **direction:** `AgentMail.Direction`
3808
+
3809
+ </dd>
3810
+ </dl>
3811
+
3812
+ <dl>
3813
+ <dd>
3814
+
3815
+ **type:** `AgentMail.ListType`
3816
+
3817
+ </dd>
3818
+ </dl>
3819
+
3820
+ <dl>
3821
+ <dd>
3822
+
3823
+ **entry:** `string` — Email address or domain.
3824
+
3825
+ </dd>
3826
+ </dl>
3827
+
3828
+ <dl>
3829
+ <dd>
3830
+
3831
+ **requestOptions:** `ListsClient.RequestOptions`
3832
+
3833
+ </dd>
3834
+ </dl>
3835
+ </dd>
3836
+ </dl>
3837
+
3838
+
3281
3839
  </dd>
3282
3840
  </dl>
3283
3841
  </details>