late-sdk 0.0.560 → 0.0.561
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.
- checksums.yaml +4 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +2 -1
- data/zernio-sdk-0.0.561.gem +0 -0
- metadata +1486 -1486
- data/zernio-sdk-0.0.560.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17ac91116594e8f9f73b90cad7362fd627cf357b604b6f218a43181c2267c954
|
|
4
|
+
data.tar.gz: 6ce272bbe5578fe33da52599162b1c3c0c6456d403fc719d3685e27003a02028
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6808329cd872d87c101fff77704ab5c44cc59f32d06897c150b4e1132e62622fa6e7305a3e07b188ce60ac4bce8247e2edb0f309b7e98a892214eaff1eb819b
|
|
7
|
+
data.tar.gz: 646b27deacd31fd466383f0475a143bc673324cb22bdeaba58bcbc21a65198d49626363cce610e4dee65c5d5abd21629770dfd61a34d741e681871a2e902ff5d
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -27117,8 +27117,9 @@ paths:
|
|
|
27117
27117
|
enum: [APPROVED, PENDING_REVIEW, DECLINED, NONE]
|
|
27118
27118
|
description: Meta review status for the display name
|
|
27119
27119
|
phoneNumber: { type: string, description: Display phone number }
|
|
27120
|
+
'400': { description: accountId is required }
|
|
27120
27121
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
27121
|
-
'404': { description: WhatsApp account not found }
|
|
27122
|
+
'404': { description: WhatsApp account not found or accountId is not a valid ObjectId }
|
|
27122
27123
|
post:
|
|
27123
27124
|
operationId: updateWhatsAppDisplayName
|
|
27124
27125
|
tags: [WhatsApp]
|
|
Binary file
|