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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92657b10ae6343291416c490ec3b23e78969ff2217dcc419d4d29b74ed89c839
4
- data.tar.gz: b937ceaefe163e5347184d2c480bf68504fe6dc4e8e0f895ab80f8aa7e110a53
3
+ metadata.gz: 17ac91116594e8f9f73b90cad7362fd627cf357b604b6f218a43181c2267c954
4
+ data.tar.gz: 6ce272bbe5578fe33da52599162b1c3c0c6456d403fc719d3685e27003a02028
5
5
  SHA512:
6
- metadata.gz: 11b233bdc3e386cc1b915e9d091ec221d8edb8d5765aff934a23f95fbbffb0c80862291fc2ac9ade352850337acbd81a48463486ca54cd14d3b79fa58dc74250
7
- data.tar.gz: 7166f06d0129266938a6979854a91702c1c827c85d14f57c2dadc96555fecbaccf5c9a8cd827f9956b423f2fca3e9c4afd3b956bbf19f36975e74c99394e7e55
6
+ metadata.gz: b6808329cd872d87c101fff77704ab5c44cc59f32d06897c150b4e1132e62622fa6e7305a3e07b188ce60ac4bce8247e2edb0f309b7e98a892214eaff1eb819b
7
+ data.tar.gz: 646b27deacd31fd466383f0475a143bc673324cb22bdeaba58bcbc21a65198d49626363cce610e4dee65c5d5abd21629770dfd61a34d741e681871a2e902ff5d
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.560'
14
+ VERSION = '0.0.561'
15
15
  end
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