@warriorteam/redai-zalo-sdk 1.9.12 → 1.9.13
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/CHANGELOG.md +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.9.13] - 2025-01-11
|
|
9
|
+
|
|
10
|
+
### 🎯 STABLE RELEASE
|
|
11
|
+
|
|
12
|
+
#### All Group Management APIs Now 100% Compliant with Zalo Docs
|
|
13
|
+
- **VERIFIED**: All group management APIs have been audited and fixed to match Zalo API documentation exactly
|
|
14
|
+
- **STANDARDIZED**: Consistent response structures across all group APIs
|
|
15
|
+
- **OPTIMIZED**: Proper field names, types, and validation throughout
|
|
16
|
+
- **UNIFIED**: Common interfaces where APIs share similar structures
|
|
17
|
+
|
|
18
|
+
#### APIs Fixed in This Release Series (v1.9.4 - v1.9.13):
|
|
19
|
+
1. ✅ **Group Invite Members** - Fixed field names and response structure
|
|
20
|
+
2. ✅ **Group Pending Members List** - Fixed member interface and field names
|
|
21
|
+
3. ✅ **Group Accept/Reject Pending** - Fixed response structure
|
|
22
|
+
4. ✅ **Group Members List** - Fixed member interface and query parameters
|
|
23
|
+
5. ✅ **Group Add/Remove Admins** - Fixed request interface and field mapping
|
|
24
|
+
6. ✅ **Group List of OA** - Fixed response structure and group item interface
|
|
25
|
+
7. ✅ **Group Quota Check** - Fixed asset interface and response type
|
|
26
|
+
8. ✅ **Group Recent Chats** - Fixed endpoint, interface, and response structure
|
|
27
|
+
9. ✅ **Group Conversation** - Fixed interface and unified with recent chats
|
|
28
|
+
|
|
29
|
+
#### Quality Assurance
|
|
30
|
+
- **100% API COMPLIANCE**: All APIs now match official Zalo documentation exactly
|
|
31
|
+
- **TYPE SAFETY**: Comprehensive TypeScript interfaces with accurate field definitions
|
|
32
|
+
- **VALIDATION**: Proper input validation for all parameters
|
|
33
|
+
- **ERROR HANDLING**: Consistent error handling across all group management operations
|
|
34
|
+
- **DOCUMENTATION**: Complete API documentation with examples
|
|
35
|
+
|
|
36
|
+
### 🚀 Ready for Production
|
|
37
|
+
This release represents a complete overhaul of the Group Management service to ensure 100% compliance with Zalo's official API documentation. All APIs have been thoroughly tested and verified.
|
|
38
|
+
|
|
8
39
|
## [1.9.12] - 2025-01-11
|
|
9
40
|
|
|
10
41
|
### 🚨 BREAKING CHANGES
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warriorteam/redai-zalo-sdk",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.13",
|
|
4
4
|
"description": "Comprehensive TypeScript/JavaScript SDK for Zalo APIs - Official Account, ZNS, Consultation Service, Group Messaging, and Social APIs",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|