@warriorteam/redai-zalo-sdk 1.28.1 → 1.30.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warriorteam/redai-zalo-sdk",
3
- "version": "1.28.1",
4
- "description": "Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account v3.0, ZNS, Consultation Service, Broadcast Service, Group Messaging with List APIs, Social APIs, Enhanced Article Management, Promotion Service v3.0 with Multiple Users Support, Complete Button Types System, and Message Sequence APIs with Real-time Tracking",
3
+ "version": "1.30.0",
4
+ "description": "Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account v3.0, ZNS with Full Type Safety, Consultation Service, Broadcast Service, Group Messaging with List APIs, Social APIs, Enhanced Article Management, Promotion Service v3.0 with Multiple Users Support, Complete Button Types System, and Message Sequence APIs with Real-time Tracking",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
@@ -72,7 +72,12 @@
72
72
  "query-buttons",
73
73
  "url-buttons",
74
74
  "sms-buttons",
75
- "phone-buttons"
75
+ "phone-buttons",
76
+ "zns-validation",
77
+ "component-types",
78
+ "template-validation",
79
+ "strict-typing",
80
+ "compile-time-validation"
76
81
  ],
77
82
  "author": "RedAI Team",
78
83
  "license": "MIT",
@@ -108,7 +113,8 @@
108
113
  "ARCHITECTURE.md",
109
114
  "SERVICES_ADDED.md",
110
115
  "CHANGELOG.md",
111
- "UPDATE_ARTICLE_STATUS.md"
116
+ "UPDATE_ARTICLE_STATUS.md",
117
+ "ZNS-TYPE-IMPROVEMENTS.md"
112
118
  ],
113
119
  "engines": {
114
120
  "node": ">=16.0.0"