@zilfu/sdk 0.2.7 → 0.2.8

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
@@ -384,6 +384,7 @@ type PostResource = {
384
384
  scheduled_at: string | null;
385
385
  published_at: string | null;
386
386
  metadata: Array<unknown> | null;
387
+ type?: string | 'carousel' | 'text';
387
388
  cluster_id: string;
388
389
  parent_id: number | null;
389
390
  user_id: number;
package/dist/index.d.ts CHANGED
@@ -384,6 +384,7 @@ type PostResource = {
384
384
  scheduled_at: string | null;
385
385
  published_at: string | null;
386
386
  metadata: Array<unknown> | null;
387
+ type?: string | 'carousel' | 'text';
387
388
  cluster_id: string;
388
389
  parent_id: number | null;
389
390
  user_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zilfu/sdk",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Official TypeScript SDK for the Zilfu API",
5
5
  "license": "MIT",
6
6
  "type": "module",