@nomalism-com/api 0.39.6 → 0.39.7
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4118,7 +4118,7 @@ var Repository115 = class {
|
|
|
4118
4118
|
async editPreviewChatMessage(selector, data) {
|
|
4119
4119
|
const response = await this.api.post(
|
|
4120
4120
|
`${this.route}edit_preview_chat_message/${selector.id}`,
|
|
4121
|
-
|
|
4121
|
+
data
|
|
4122
4122
|
);
|
|
4123
4123
|
return response.data;
|
|
4124
4124
|
}
|
package/dist/index.js
CHANGED
|
@@ -4118,7 +4118,7 @@ var Repository115 = class {
|
|
|
4118
4118
|
async editPreviewChatMessage(selector, data) {
|
|
4119
4119
|
const response = await this.api.post(
|
|
4120
4120
|
`${this.route}edit_preview_chat_message/${selector.id}`,
|
|
4121
|
-
|
|
4121
|
+
data
|
|
4122
4122
|
);
|
|
4123
4123
|
return response.data;
|
|
4124
4124
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nomalism-com/api",
|
|
3
3
|
"description": "A nomalism API package for performing HTTP requests on API endpoints",
|
|
4
|
-
"version": "0.39.
|
|
4
|
+
"version": "0.39.7",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|