agentmail 0.5.1 → 0.5.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 (70) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/agent/types/AgentSignupRequest.d.ts +12 -0
  3. package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.d.ts +23 -0
  4. package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.js +80 -0
  5. package/dist/cjs/api/resources/lists/types/ListEntryBase.d.ts +2 -0
  6. package/dist/cjs/api/resources/messages/types/BatchGetMessagesMessageIds.d.ts +8 -0
  7. package/dist/cjs/api/resources/messages/types/BatchGetMessagesMessageIds.js +3 -0
  8. package/dist/cjs/api/resources/messages/types/BatchGetMessagesRequest.d.ts +4 -0
  9. package/dist/cjs/api/resources/messages/types/BatchGetMessagesRequest.js +3 -0
  10. package/dist/cjs/api/resources/messages/types/BatchGetMessagesResponse.d.ts +11 -0
  11. package/dist/cjs/api/resources/messages/types/BatchGetMessagesResponse.js +3 -0
  12. package/dist/cjs/api/resources/messages/types/index.d.ts +3 -0
  13. package/dist/cjs/api/resources/messages/types/index.js +3 -0
  14. package/dist/cjs/api/resources/webhooks/client/Client.d.ts +3 -0
  15. package/dist/cjs/api/resources/webhooks/client/Client.js +3 -0
  16. package/dist/cjs/api/resources/webhooks/types/CreateWebhookRequest.d.ts +5 -0
  17. package/dist/cjs/api/resources/webhooks/types/UpdateWebhookRequest.d.ts +9 -0
  18. package/dist/cjs/serialization/resources/agent/types/AgentSignupRequest.d.ts +2 -0
  19. package/dist/cjs/serialization/resources/agent/types/AgentSignupRequest.js +2 -0
  20. package/dist/cjs/serialization/resources/lists/types/ListEntryBase.d.ts +1 -0
  21. package/dist/cjs/serialization/resources/lists/types/ListEntryBase.js +1 -0
  22. package/dist/cjs/serialization/resources/messages/types/BatchGetMessagesMessageIds.d.ts +8 -0
  23. package/dist/cjs/serialization/resources/messages/types/BatchGetMessagesMessageIds.js +40 -0
  24. package/dist/cjs/serialization/resources/messages/types/BatchGetMessagesRequest.d.ts +10 -0
  25. package/dist/cjs/serialization/resources/messages/types/BatchGetMessagesRequest.js +42 -0
  26. package/dist/cjs/serialization/resources/messages/types/BatchGetMessagesResponse.d.ts +14 -0
  27. package/dist/cjs/serialization/resources/messages/types/BatchGetMessagesResponse.js +46 -0
  28. package/dist/cjs/serialization/resources/messages/types/index.d.ts +3 -0
  29. package/dist/cjs/serialization/resources/messages/types/index.js +3 -0
  30. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhookRequest.d.ts +2 -0
  31. package/dist/cjs/serialization/resources/webhooks/types/UpdateWebhookRequest.js +2 -0
  32. package/dist/cjs/version.d.ts +1 -1
  33. package/dist/cjs/version.js +1 -1
  34. package/dist/esm/BaseClient.mjs +2 -2
  35. package/dist/esm/api/resources/agent/types/AgentSignupRequest.d.mts +12 -0
  36. package/dist/esm/api/resources/inboxes/resources/messages/client/Client.d.mts +23 -0
  37. package/dist/esm/api/resources/inboxes/resources/messages/client/Client.mjs +80 -0
  38. package/dist/esm/api/resources/lists/types/ListEntryBase.d.mts +2 -0
  39. package/dist/esm/api/resources/messages/types/BatchGetMessagesMessageIds.d.mts +8 -0
  40. package/dist/esm/api/resources/messages/types/BatchGetMessagesMessageIds.mjs +2 -0
  41. package/dist/esm/api/resources/messages/types/BatchGetMessagesRequest.d.mts +4 -0
  42. package/dist/esm/api/resources/messages/types/BatchGetMessagesRequest.mjs +2 -0
  43. package/dist/esm/api/resources/messages/types/BatchGetMessagesResponse.d.mts +11 -0
  44. package/dist/esm/api/resources/messages/types/BatchGetMessagesResponse.mjs +2 -0
  45. package/dist/esm/api/resources/messages/types/index.d.mts +3 -0
  46. package/dist/esm/api/resources/messages/types/index.mjs +3 -0
  47. package/dist/esm/api/resources/webhooks/client/Client.d.mts +3 -0
  48. package/dist/esm/api/resources/webhooks/client/Client.mjs +3 -0
  49. package/dist/esm/api/resources/webhooks/types/CreateWebhookRequest.d.mts +5 -0
  50. package/dist/esm/api/resources/webhooks/types/UpdateWebhookRequest.d.mts +9 -0
  51. package/dist/esm/serialization/resources/agent/types/AgentSignupRequest.d.mts +2 -0
  52. package/dist/esm/serialization/resources/agent/types/AgentSignupRequest.mjs +2 -0
  53. package/dist/esm/serialization/resources/lists/types/ListEntryBase.d.mts +1 -0
  54. package/dist/esm/serialization/resources/lists/types/ListEntryBase.mjs +1 -0
  55. package/dist/esm/serialization/resources/messages/types/BatchGetMessagesMessageIds.d.mts +8 -0
  56. package/dist/esm/serialization/resources/messages/types/BatchGetMessagesMessageIds.mjs +4 -0
  57. package/dist/esm/serialization/resources/messages/types/BatchGetMessagesRequest.d.mts +10 -0
  58. package/dist/esm/serialization/resources/messages/types/BatchGetMessagesRequest.mjs +6 -0
  59. package/dist/esm/serialization/resources/messages/types/BatchGetMessagesResponse.d.mts +14 -0
  60. package/dist/esm/serialization/resources/messages/types/BatchGetMessagesResponse.mjs +10 -0
  61. package/dist/esm/serialization/resources/messages/types/index.d.mts +3 -0
  62. package/dist/esm/serialization/resources/messages/types/index.mjs +3 -0
  63. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhookRequest.d.mts +2 -0
  64. package/dist/esm/serialization/resources/webhooks/types/UpdateWebhookRequest.mjs +2 -0
  65. package/dist/esm/version.d.mts +1 -1
  66. package/dist/esm/version.mjs +1 -1
  67. package/dist/llms-full.txt +6816 -7026
  68. package/dist/llms.txt +10 -1
  69. package/package.json +1 -1
  70. package/reference.md +83 -0
@@ -179,6 +179,86 @@ export class MessagesClient {
179
179
  return handleNonStatusCodeError(_response.error, _response.rawResponse, "GET", "/v0/inboxes/{inbox_id}/messages/{message_id}");
180
180
  });
181
181
  }
182
+ /**
183
+ * Fetch metadata for up to 500 messages in one request. Missing or
184
+ * restricted IDs are silently omitted; compare `count` against `limit`
185
+ * to detect misses.
186
+ *
187
+ * **CLI:**
188
+ * ```bash
189
+ * agentmail inboxes:messages batch-get --inbox-id <inbox_id> --message-id <id1> --message-id <id2>
190
+ * ```
191
+ *
192
+ * @param {AgentMail.inboxes.InboxId} inbox_id
193
+ * @param {AgentMail.BatchGetMessagesRequest} request
194
+ * @param {MessagesClient.RequestOptions} requestOptions - Request-specific configuration.
195
+ *
196
+ * @throws {@link AgentMail.ValidationError}
197
+ *
198
+ * @example
199
+ * await client.inboxes.messages.batchGet("inbox_id", {
200
+ * messageIds: ["message_ids", "message_ids"]
201
+ * })
202
+ */
203
+ batchGet(inbox_id, request, requestOptions) {
204
+ return core.HttpResponsePromise.fromPromise(this.__batchGet(inbox_id, request, requestOptions));
205
+ }
206
+ __batchGet(inbox_id, request, requestOptions) {
207
+ return __awaiter(this, void 0, void 0, function* () {
208
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j;
209
+ const _authRequest = yield this._options.authProvider.getAuthRequest();
210
+ const _headers = mergeHeaders(_authRequest.headers, (_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
211
+ const _response = yield core.fetcher({
212
+ url: core.url.join((_b = (yield core.Supplier.get(this._options.baseUrl))) !== null && _b !== void 0 ? _b : ((_c = (yield core.Supplier.get(this._options.environment))) !== null && _c !== void 0 ? _c : environments.AgentMailEnvironment.Prod)
213
+ .http, `/v0/inboxes/${core.url.encodePathParam(serializers.inboxes.InboxId.jsonOrThrow(inbox_id, { omitUndefined: true }))}/messages/batch-get`),
214
+ method: "POST",
215
+ headers: _headers,
216
+ contentType: "application/json",
217
+ queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
218
+ requestType: "json",
219
+ body: serializers.BatchGetMessagesRequest.jsonOrThrow(request, {
220
+ unrecognizedObjectKeys: "strip",
221
+ omitUndefined: true,
222
+ }),
223
+ timeoutMs: ((_f = (_d = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _d !== void 0 ? _d : (_e = this._options) === null || _e === void 0 ? void 0 : _e.timeoutInSeconds) !== null && _f !== void 0 ? _f : 60) * 1000,
224
+ maxRetries: (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.maxRetries,
225
+ abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
226
+ fetchFn: (_j = this._options) === null || _j === void 0 ? void 0 : _j.fetch,
227
+ logging: this._options.logging,
228
+ });
229
+ if (_response.ok) {
230
+ return {
231
+ data: serializers.BatchGetMessagesResponse.parseOrThrow(_response.body, {
232
+ unrecognizedObjectKeys: "passthrough",
233
+ allowUnrecognizedUnionMembers: true,
234
+ allowUnrecognizedEnumValues: true,
235
+ skipValidation: true,
236
+ breadcrumbsPrefix: ["response"],
237
+ }),
238
+ rawResponse: _response.rawResponse,
239
+ };
240
+ }
241
+ if (_response.error.reason === "status-code") {
242
+ switch (_response.error.statusCode) {
243
+ case 400:
244
+ throw new AgentMail.ValidationError(serializers.ValidationErrorResponse.parseOrThrow(_response.error.body, {
245
+ unrecognizedObjectKeys: "passthrough",
246
+ allowUnrecognizedUnionMembers: true,
247
+ allowUnrecognizedEnumValues: true,
248
+ skipValidation: true,
249
+ breadcrumbsPrefix: ["response"],
250
+ }), _response.rawResponse);
251
+ default:
252
+ throw new errors.AgentMailError({
253
+ statusCode: _response.error.statusCode,
254
+ body: _response.error.body,
255
+ rawResponse: _response.rawResponse,
256
+ });
257
+ }
258
+ }
259
+ return handleNonStatusCodeError(_response.error, _response.rawResponse, "POST", "/v0/inboxes/{inbox_id}/messages/batch-get");
260
+ });
261
+ }
182
262
  /**
183
263
  * **CLI:**
184
264
  * ```bash
@@ -10,4 +10,6 @@ export interface ListEntryBase {
10
10
  entryType: AgentMail.EntryType;
11
11
  /** Time at which entry was created. */
12
12
  createdAt: Date;
13
+ /** Whether the entry is read-only and cannot be deleted via the API. */
14
+ readOnly?: boolean;
13
15
  }
@@ -0,0 +1,8 @@
1
+ import type * as AgentMail from "../../../index.mjs";
2
+ /**
3
+ * IDs of messages to fetch. Maximum 500 ids per request. Duplicates are
4
+ * rejected with a validation error. IDs not found in the inbox (including
5
+ * cross-inbox or permission-restricted) are silently omitted from the
6
+ * response; callers detect misses by comparing `count` against `limit`.
7
+ */
8
+ export type BatchGetMessagesMessageIds = AgentMail.MessageId[];
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,4 @@
1
+ import type * as AgentMail from "../../../index.mjs";
2
+ export interface BatchGetMessagesRequest {
3
+ messageIds: AgentMail.BatchGetMessagesMessageIds;
4
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -0,0 +1,11 @@
1
+ import type * as AgentMail from "../../../index.mjs";
2
+ export interface BatchGetMessagesResponse {
3
+ limit: AgentMail.Limit;
4
+ count: AgentMail.Count;
5
+ /**
6
+ * Found messages. Order matches `message_ids` in the request. Body
7
+ * fields (`text`, `html`, `extracted_text`, `extracted_html`) are
8
+ * never populated; use the single-message endpoint to retrieve bodies.
9
+ */
10
+ messages: AgentMail.Message[];
11
+ }
@@ -0,0 +1,2 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ export {};
@@ -1,4 +1,7 @@
1
1
  export * from "./Addresses.mjs";
2
+ export * from "./BatchGetMessagesMessageIds.mjs";
3
+ export * from "./BatchGetMessagesRequest.mjs";
4
+ export * from "./BatchGetMessagesResponse.mjs";
2
5
  export * from "./ListMessagesResponse.mjs";
3
6
  export * from "./Message.mjs";
4
7
  export * from "./MessageAttachments.mjs";
@@ -1,4 +1,7 @@
1
1
  export * from "./Addresses.mjs";
2
+ export * from "./BatchGetMessagesMessageIds.mjs";
3
+ export * from "./BatchGetMessagesRequest.mjs";
4
+ export * from "./BatchGetMessagesResponse.mjs";
2
5
  export * from "./ListMessagesResponse.mjs";
3
6
  export * from "./Message.mjs";
4
7
  export * from "./MessageAttachments.mjs";
@@ -60,6 +60,9 @@ export declare class WebhooksClient {
60
60
  create(request: AgentMail.webhooks.CreateWebhookRequest, requestOptions?: WebhooksClient.RequestOptions): core.HttpResponsePromise<AgentMail.webhooks.Webhook>;
61
61
  private __create;
62
62
  /**
63
+ * Update inbox or pod subscriptions, or replace the webhook's `event_types` in full when you pass a
64
+ * non-empty `event_types` array (see request field docs). Inbox and pod changes use add/remove lists.
65
+ *
63
66
  * **CLI:**
64
67
  * ```bash
65
68
  * agentmail webhooks update --webhook-id <webhook_id> --add-inbox-id <inbox_id>
@@ -224,6 +224,9 @@ export class WebhooksClient {
224
224
  });
225
225
  }
226
226
  /**
227
+ * Update inbox or pod subscriptions, or replace the webhook's `event_types` in full when you pass a
228
+ * non-empty `event_types` array (see request field docs). Inbox and pod changes use add/remove lists.
229
+ *
227
230
  * **CLI:**
228
231
  * ```bash
229
232
  * agentmail webhooks update --webhook-id <webhook_id> --add-inbox-id <inbox_id>
@@ -1,6 +1,11 @@
1
1
  import type * as AgentMail from "../../../index.mjs";
2
2
  export interface CreateWebhookRequest {
3
3
  url: AgentMail.webhooks.Url;
4
+ /**
5
+ * Full list of event types this webhook should receive. At least one type is required. Send every type you
6
+ * want in this array (not incremental). See [Webhooks overview](https://docs.agentmail.to/webhooks-overview)
7
+ * for spam, blocked, and unauthenticated events and required permissions.
8
+ */
4
9
  eventTypes: AgentMail.EventTypes;
5
10
  podIds?: AgentMail.PodIds;
6
11
  inboxIds?: AgentMail.InboxIds;
@@ -8,4 +8,13 @@ export interface UpdateWebhookRequest {
8
8
  addPodIds?: AgentMail.PodIds;
9
9
  /** Pod IDs to unsubscribe from the webhook. */
10
10
  removePodIds?: AgentMail.PodIds;
11
+ /**
12
+ * When you send a non-empty list, it replaces the webhook's subscribed event types in full (the same
13
+ * "set the list" behavior as create). It is not a merge or diff: include every event type you want after
14
+ * the update. Sending a one-element array means the webhook will only receive that one type afterward.
15
+ * Omit this field or send an empty array to leave event types unchanged. Clearing all types with an empty
16
+ * list is not supported. Subscribing to `message.received.spam`, `message.received.blocked`, or
17
+ * `message.received.unauthenticated` requires the matching label permission on the API key.
18
+ */
19
+ eventTypes?: AgentMail.EventTypes;
11
20
  }
@@ -6,5 +6,7 @@ export declare namespace AgentSignupRequest {
6
6
  interface Raw {
7
7
  human_email: string;
8
8
  username: string;
9
+ source?: string | null;
10
+ referrer?: string | null;
9
11
  }
10
12
  }
@@ -3,4 +3,6 @@ import * as core from "../../../../core/index.mjs";
3
3
  export const AgentSignupRequest = core.serialization.object({
4
4
  humanEmail: core.serialization.property("human_email", core.serialization.string()),
5
5
  username: core.serialization.string(),
6
+ source: core.serialization.string().optional(),
7
+ referrer: core.serialization.string().optional(),
6
8
  });
@@ -15,5 +15,6 @@ export declare namespace ListEntryBase {
15
15
  list_type: ListType.Raw;
16
16
  entry_type: EntryType.Raw;
17
17
  created_at: string;
18
+ read_only?: boolean | null;
18
19
  }
19
20
  }
@@ -12,4 +12,5 @@ export const ListEntryBase = core.serialization.object({
12
12
  listType: core.serialization.property("list_type", ListType),
13
13
  entryType: core.serialization.property("entry_type", EntryType),
14
14
  createdAt: core.serialization.property("created_at", core.serialization.date()),
15
+ readOnly: core.serialization.property("read_only", core.serialization.boolean().optional()),
15
16
  });
@@ -0,0 +1,8 @@
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
+ import { MessageId } from "./MessageId.mjs";
5
+ export declare const BatchGetMessagesMessageIds: core.serialization.Schema<serializers.BatchGetMessagesMessageIds.Raw, AgentMail.BatchGetMessagesMessageIds>;
6
+ export declare namespace BatchGetMessagesMessageIds {
7
+ type Raw = MessageId.Raw[];
8
+ }
@@ -0,0 +1,4 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import * as core from "../../../../core/index.mjs";
3
+ import { MessageId } from "./MessageId.mjs";
4
+ export const BatchGetMessagesMessageIds = core.serialization.list(MessageId);
@@ -0,0 +1,10 @@
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
+ import { BatchGetMessagesMessageIds } from "./BatchGetMessagesMessageIds.mjs";
5
+ export declare const BatchGetMessagesRequest: core.serialization.ObjectSchema<serializers.BatchGetMessagesRequest.Raw, AgentMail.BatchGetMessagesRequest>;
6
+ export declare namespace BatchGetMessagesRequest {
7
+ interface Raw {
8
+ message_ids: BatchGetMessagesMessageIds.Raw;
9
+ }
10
+ }
@@ -0,0 +1,6 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import * as core from "../../../../core/index.mjs";
3
+ import { BatchGetMessagesMessageIds } from "./BatchGetMessagesMessageIds.mjs";
4
+ export const BatchGetMessagesRequest = core.serialization.object({
5
+ messageIds: core.serialization.property("message_ids", BatchGetMessagesMessageIds),
6
+ });
@@ -0,0 +1,14 @@
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
+ import { Count } from "../../../types/Count.mjs";
5
+ import { Limit } from "../../../types/Limit.mjs";
6
+ import { Message } from "./Message.mjs";
7
+ export declare const BatchGetMessagesResponse: core.serialization.ObjectSchema<serializers.BatchGetMessagesResponse.Raw, AgentMail.BatchGetMessagesResponse>;
8
+ export declare namespace BatchGetMessagesResponse {
9
+ interface Raw {
10
+ limit: Limit.Raw;
11
+ count: Count.Raw;
12
+ messages: Message.Raw[];
13
+ }
14
+ }
@@ -0,0 +1,10 @@
1
+ // This file was auto-generated by Fern from our API Definition.
2
+ import * as core from "../../../../core/index.mjs";
3
+ import { Count } from "../../../types/Count.mjs";
4
+ import { Limit } from "../../../types/Limit.mjs";
5
+ import { Message } from "./Message.mjs";
6
+ export const BatchGetMessagesResponse = core.serialization.object({
7
+ limit: Limit,
8
+ count: Count,
9
+ messages: core.serialization.list(Message),
10
+ });
@@ -1,4 +1,7 @@
1
1
  export * from "./Addresses.mjs";
2
+ export * from "./BatchGetMessagesMessageIds.mjs";
3
+ export * from "./BatchGetMessagesRequest.mjs";
4
+ export * from "./BatchGetMessagesResponse.mjs";
2
5
  export * from "./ListMessagesResponse.mjs";
3
6
  export * from "./Message.mjs";
4
7
  export * from "./MessageAttachments.mjs";
@@ -1,4 +1,7 @@
1
1
  export * from "./Addresses.mjs";
2
+ export * from "./BatchGetMessagesMessageIds.mjs";
3
+ export * from "./BatchGetMessagesRequest.mjs";
4
+ export * from "./BatchGetMessagesResponse.mjs";
2
5
  export * from "./ListMessagesResponse.mjs";
3
6
  export * from "./Message.mjs";
4
7
  export * from "./MessageAttachments.mjs";
@@ -1,6 +1,7 @@
1
1
  import type * as AgentMail from "../../../../api/index.mjs";
2
2
  import * as core from "../../../../core/index.mjs";
3
3
  import type * as serializers from "../../../index.mjs";
4
+ import { EventTypes } from "../../events/types/EventTypes.mjs";
4
5
  import { InboxIds } from "../../events/types/InboxIds.mjs";
5
6
  import { PodIds } from "../../events/types/PodIds.mjs";
6
7
  export declare const UpdateWebhookRequest: core.serialization.ObjectSchema<serializers.webhooks.UpdateWebhookRequest.Raw, AgentMail.webhooks.UpdateWebhookRequest>;
@@ -10,5 +11,6 @@ export declare namespace UpdateWebhookRequest {
10
11
  remove_inbox_ids?: InboxIds.Raw | null;
11
12
  add_pod_ids?: PodIds.Raw | null;
12
13
  remove_pod_ids?: PodIds.Raw | null;
14
+ event_types?: EventTypes.Raw | null;
13
15
  }
14
16
  }
@@ -1,5 +1,6 @@
1
1
  // This file was auto-generated by Fern from our API Definition.
2
2
  import * as core from "../../../../core/index.mjs";
3
+ import { EventTypes } from "../../events/types/EventTypes.mjs";
3
4
  import { InboxIds } from "../../events/types/InboxIds.mjs";
4
5
  import { PodIds } from "../../events/types/PodIds.mjs";
5
6
  export const UpdateWebhookRequest = core.serialization.object({
@@ -7,4 +8,5 @@ export const UpdateWebhookRequest = core.serialization.object({
7
8
  removeInboxIds: core.serialization.property("remove_inbox_ids", InboxIds.optional()),
8
9
  addPodIds: core.serialization.property("add_pod_ids", PodIds.optional()),
9
10
  removePodIds: core.serialization.property("remove_pod_ids", PodIds.optional()),
11
+ eventTypes: core.serialization.property("event_types", EventTypes.optional()),
10
12
  });
@@ -1 +1 @@
1
- export declare const SDK_VERSION = "0.5.1";
1
+ export declare const SDK_VERSION = "0.5.3";
@@ -1 +1 @@
1
- export const SDK_VERSION = "0.5.1";
1
+ export const SDK_VERSION = "0.5.3";