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 +4 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58e9e5ff7221cf9743a60b88fe7f9fa65b97d3a74aa07d6ff6bfb938c0e236e9
|
|
4
|
+
data.tar.gz: e18867e19c752bf1b2b279e68d2b22a0a4ae624563ebd68a053cd1ecaf5d3f19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c84ab94bbef49f346bd6791618587d43fb6737fe3bdbc7e4cba57f53cfabdd297cb7dfa9b1f20ec74beccacc016b13d124de0910fcecf21324289f350229a494
|
|
7
|
+
data.tar.gz: c42d82f8d3260bf66199dde91e69fdf349c244adad6134b9f8216ba6474465554f7f0137447adb4e4460c6bc4ab3adc0870872c311bb218309efe099798a0bd7
|
data/lib/zernio-sdk/version.rb
CHANGED
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.
|
|
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.
|
|
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-
|
|
11
|
+
date: 2026-09-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|