zernio-sdk 0.0.843 → 0.0.845

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: 491663f31ef66deb09e271e571c254be72c2b2f20548d25e288bb42dd1f3add8
4
- data.tar.gz: b91dedca4856abf90f01cff345dd29b83037d121c4b919b629fde11fcd2dec95
3
+ metadata.gz: 58e9e5ff7221cf9743a60b88fe7f9fa65b97d3a74aa07d6ff6bfb938c0e236e9
4
+ data.tar.gz: e18867e19c752bf1b2b279e68d2b22a0a4ae624563ebd68a053cd1ecaf5d3f19
5
5
  SHA512:
6
- metadata.gz: 33881655a9fdbdf23768e684cab2aaf407e14e213858f805e9414a64f1cbc16fc1303c857bbc5f2a69a98bb5930d7b0b302215143618d7ea46596af9e2623708
7
- data.tar.gz: 4a98d287480bd5ca1376333b6fb0025e91dd25a033a44699f3d22d195ab53c091a14cba025934674a61b6b4234d1ea1f7e473586c4eedcbce55e1134362503b4
6
+ metadata.gz: c84ab94bbef49f346bd6791618587d43fb6737fe3bdbc7e4cba57f53cfabdd297cb7dfa9b1f20ec74beccacc016b13d124de0910fcecf21324289f350229a494
7
+ data.tar.gz: c42d82f8d3260bf66199dde91e69fdf349c244adad6134b9f8216ba6474465554f7f0137447adb4e4460c6bc4ab3adc0870872c311bb218309efe099798a0bd7
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.843'
14
+ VERSION = '0.0.845'
15
15
  end
data/openapi.yaml CHANGED
@@ -19638,6 +19638,7 @@ paths:
19638
19638
  schema:
19639
19639
  type: object
19640
19640
  required: [updateMask]
19641
+ additionalProperties: true
19641
19642
  properties:
19642
19643
  updateMask:
19643
19644
  type: string
@@ -21947,7 +21948,7 @@ paths:
21947
21948
  application/json:
21948
21949
  schema: { $ref: '#/components/schemas/ErrorResponse' }
21949
21950
  '409':
21950
- description: 'Conflict with an existing connection. Either the phone number is a Zernio-provisioned number pinned to a different profile (code WHATSAPP_NUMBER_PINNED_TO_PROFILE, connect it from that profile or move it first with PATCH /v1/whatsapp/phone-numbers/{id}/profile), or the number is already actively connected on another profile or workspace (code WHATSAPP_NUMBER_ALREADY_CONNECTED, disconnect it there first). A number can only be live on one profile.'
21951
+ description: 'Conflict with an existing connection. One of: the target profile already has a WhatsApp number connected (code ONE_WHATSAPP_PER_PROFILE, each profile holds exactly one WhatsApp number, so connect this number to a different or new profile); the phone number is a Zernio-provisioned number pinned to a different profile (code WHATSAPP_NUMBER_PINNED_TO_PROFILE, connect it from that profile or move it first with PATCH /v1/whatsapp/phone-numbers/{id}/profile); or the number is already actively connected on another profile or workspace (code WHATSAPP_NUMBER_ALREADY_CONNECTED, disconnect it there first). A number can only be live on one profile.'
21951
21952
  '500':
21952
21953
  description: Failed to bind phone number
21953
21954
  content:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.843
4
+ version: 0.0.845
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-05 00:00:00.000000000 Z
11
+ date: 2026-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus