@zilfu/sdk 0.2.10 → 0.2.11

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.
package/dist/index.d.cts CHANGED
@@ -625,7 +625,7 @@ type StoreSpaceRequest = {
625
625
  */
626
626
  type StoreWebhookRequest = {
627
627
  url: string;
628
- events: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'account.connected' | 'account.disconnected'>;
628
+ events: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'comment.received' | 'account.connected' | 'account.disconnected'>;
629
629
  };
630
630
  /**
631
631
  * UpdateBioBlockRequest
@@ -693,7 +693,7 @@ type UpdateSpaceRequest = {
693
693
  type UpdateWebhookRequest = {
694
694
  url?: string;
695
695
  is_active?: boolean;
696
- events?: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'account.connected' | 'account.disconnected'>;
696
+ events?: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'comment.received' | 'account.connected' | 'account.disconnected'>;
697
697
  };
698
698
  /**
699
699
  * WebhookResource
package/dist/index.d.ts CHANGED
@@ -625,7 +625,7 @@ type StoreSpaceRequest = {
625
625
  */
626
626
  type StoreWebhookRequest = {
627
627
  url: string;
628
- events: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'account.connected' | 'account.disconnected'>;
628
+ events: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'comment.received' | 'account.connected' | 'account.disconnected'>;
629
629
  };
630
630
  /**
631
631
  * UpdateBioBlockRequest
@@ -693,7 +693,7 @@ type UpdateSpaceRequest = {
693
693
  type UpdateWebhookRequest = {
694
694
  url?: string;
695
695
  is_active?: boolean;
696
- events?: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'account.connected' | 'account.disconnected'>;
696
+ events?: Array<'post.published' | 'post.failed' | 'post.scheduled' | 'comment.published' | 'comment.failed' | 'comment.received' | 'account.connected' | 'account.disconnected'>;
697
697
  };
698
698
  /**
699
699
  * WebhookResource
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zilfu/sdk",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Official TypeScript SDK for the Zilfu API",
5
5
  "license": "MIT",
6
6
  "type": "module",