@libgot/whatsapp-bridge-sdk 1.0.38-rc.1 → 1.0.38-rc.2
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/README.md +2 -2
- package/apis/chats-api.ts +1 -1
- package/dist/apis/chats-api.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @1.0.38-rc.
|
|
1
|
+
## @1.0.38-rc.2
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @libgot/whatsapp-bridge-sdk@1.0.38-rc.
|
|
39
|
+
npm install @libgot/whatsapp-bridge-sdk@1.0.38-rc.2 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/apis/chats-api.ts
CHANGED
|
@@ -44,7 +44,7 @@ export const ChatsApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
44
44
|
if (id === null || id === undefined) {
|
|
45
45
|
throw new RequiredError('id','Required parameter id was null or undefined when calling assignToSeller.');
|
|
46
46
|
}
|
|
47
|
-
const localVarPath = `/api/chats/
|
|
47
|
+
const localVarPath = `/api/chats/assign-to-seller`
|
|
48
48
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
49
49
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
50
50
|
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
package/dist/apis/chats-api.js
CHANGED
|
@@ -49,7 +49,7 @@ const ChatsApiAxiosParamCreator = function (configuration) {
|
|
|
49
49
|
if (id === null || id === undefined) {
|
|
50
50
|
throw new base_1.RequiredError('id', 'Required parameter id was null or undefined when calling assignToSeller.');
|
|
51
51
|
}
|
|
52
|
-
const localVarPath = `/api/chats/
|
|
52
|
+
const localVarPath = `/api/chats/assign-to-seller`
|
|
53
53
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
54
54
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
55
55
|
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|