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.
- package/dist/client.d.ts +4 -0
- 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;
|