@warriorteam/redai-zalo-sdk 1.1.0 → 1.1.1
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/ARCHITECTURE.md +265 -0
- package/README.md +59 -2
- package/SERVICES_ADDED.md +503 -0
- package/docs/ARTICLE_MANAGEMENT.md +336 -0
- package/docs/GROUP_MANAGEMENT.md +232 -0
- package/docs/WEBHOOK_EVENTS.md +806 -0
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warriorteam/redai-zalo-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Zalo API SDK for TypeScript/JavaScript - Comprehensive SDK for Zalo Official Account, ZNS, and Social APIs",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -51,7 +51,10 @@
|
|
|
51
51
|
"files": [
|
|
52
52
|
"dist/**/*",
|
|
53
53
|
"README.md",
|
|
54
|
-
"LICENSE"
|
|
54
|
+
"LICENSE",
|
|
55
|
+
"docs/**/*",
|
|
56
|
+
"ARCHITECTURE.md",
|
|
57
|
+
"SERVICES_ADDED.md"
|
|
55
58
|
],
|
|
56
59
|
"engines": {
|
|
57
60
|
"node": ">=16.0.0"
|