zernio-sdk 0.0.842 → 0.0.844
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 +4 -3
- 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: 58dd813a040aa6a5d8ff578251483f3e9e57350a9ed396ad751d7d57c0656d88
|
|
4
|
+
data.tar.gz: f811aa27c4ae2b1ecf682303ac27c0a89de7f3a59a0ec3f3550d47717ae4b4f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ccb007c70883c47fec6dd9484cd88c0915831ca9b60994448066802f02ee04faad0ca53476ccb86698a34a4c560de6cba4d3a19bb9da6d7d0cc25295ef78906
|
|
7
|
+
data.tar.gz: f43e9937962d47c9185d2bd076902cf859cbfa4308a89347ec507ce397c1acf68f4a6f4455efa7823fa2deb466b62a9a953750f9f3ad8b7e0120f135bbcdfa0a
|
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:
|
|
@@ -39492,7 +39493,7 @@ paths:
|
|
|
39492
39493
|
nodeCount: { type: integer }
|
|
39493
39494
|
entryNodeId: { type: string }
|
|
39494
39495
|
createdAt: { type: string, format: date-time }
|
|
39495
|
-
'400': { description: "Invalid graph (duplicate node ids, edges referencing missing nodes,
|
|
39496
|
+
'400': { description: "Invalid graph (duplicate node ids, edges referencing missing nodes, a WhatsApp-only node on another platform, or a WhatsApp interactive list node whose sections carry no rows)" }
|
|
39496
39497
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
39497
39498
|
|
|
39498
39499
|
/v1/workflows/{workflowId}:
|
|
@@ -39584,7 +39585,7 @@ paths:
|
|
|
39584
39585
|
entryNodeId: { type: string }
|
|
39585
39586
|
nodeCount: { type: integer }
|
|
39586
39587
|
updatedAt: { type: string, format: date-time }
|
|
39587
|
-
'400': { description: "Invalid graph, or a graph edit attempted while the workflow is active" }
|
|
39588
|
+
'400': { description: "Invalid graph (including a WhatsApp interactive list node whose sections carry no rows), or a graph edit attempted while the workflow is active" }
|
|
39588
39589
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
39589
39590
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
39590
39591
|
delete:
|
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.844
|
|
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
|