@nomalism-com/api 0.39.9 → 0.39.10
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4316,7 +4316,7 @@ var API = class {
|
|
|
4316
4316
|
this.DocumentLineMt = new Repository112(getModuleParams("stock", "document_line_mt"));
|
|
4317
4317
|
this.ChatSubscriber = new Repository113(getModuleParams("users", "chat_subscriber"));
|
|
4318
4318
|
this.Tag = new Repository114(getModuleParams("stock", "tag"));
|
|
4319
|
-
this.Gmails = new Repository115(getModuleParams("stock", "
|
|
4319
|
+
this.Gmails = new Repository115(getModuleParams("stock", "gmail"));
|
|
4320
4320
|
}
|
|
4321
4321
|
};
|
|
4322
4322
|
|
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.10",
|
|
5
5
|
"author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"type": "module",
|