sociova 1.2.3 → 1.2.4

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 (2) hide show
  1. package/dist/client.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/client.d.ts CHANGED
@@ -112,6 +112,10 @@ export type SendGenericTemplatePayload = {
112
112
  };
113
113
 
114
114
  export type SendGenericTemplateResponse = Record<string, any>;
115
+ export interface DirectPublishPayload {
116
+ caption: string;
117
+ image_url: string;
118
+ }
115
119
 
116
120
  export interface MediaResponse {
117
121
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sociova",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",