zernio-sdk 0.0.842 → 0.0.843

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: 6691c1e78037b79839090a02aa4018a7bc1175b6db39a7a38949829ce4747492
4
- data.tar.gz: 7be3055a36316f2b421a9177532b2c2aa53bf7c8995dfb903607239362f1bcdc
3
+ metadata.gz: 491663f31ef66deb09e271e571c254be72c2b2f20548d25e288bb42dd1f3add8
4
+ data.tar.gz: b91dedca4856abf90f01cff345dd29b83037d121c4b919b629fde11fcd2dec95
5
5
  SHA512:
6
- metadata.gz: 448856449fc109d9c728e260ca52e22006b3e8721ee38543237a9595b6ca5dd74db5776b98b0321c352f94dc3a4f4a551355666d04ea9fadf0437ca517f725ce
7
- data.tar.gz: e8e3340414885a9743c72e0ab6713e0ea03667f794525fbd489ebb8fc4415ed89cb7577d6f392e51e575217c63baf353fb83d0d0aadc4182c918241412787762
6
+ metadata.gz: 33881655a9fdbdf23768e684cab2aaf407e14e213858f805e9414a64f1cbc16fc1303c857bbc5f2a69a98bb5930d7b0b302215143618d7ea46596af9e2623708
7
+ data.tar.gz: 4a98d287480bd5ca1376333b6fb0025e91dd25a033a44699f3d22d195ab53c091a14cba025934674a61b6b4234d1ea1f7e473586c4eedcbce55e1134362503b4
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.842'
14
+ VERSION = '0.0.843'
15
15
  end
data/openapi.yaml CHANGED
@@ -39492,7 +39492,7 @@ paths:
39492
39492
  nodeCount: { type: integer }
39493
39493
  entryNodeId: { type: string }
39494
39494
  createdAt: { type: string, format: date-time }
39495
- '400': { description: "Invalid graph (duplicate node ids, edges referencing missing nodes, or a WhatsApp-only node on another platform)" }
39495
+ '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
39496
  '401': { $ref: '#/components/responses/Unauthorized' }
39497
39497
 
39498
39498
  /v1/workflows/{workflowId}:
@@ -39584,7 +39584,7 @@ paths:
39584
39584
  entryNodeId: { type: string }
39585
39585
  nodeCount: { type: integer }
39586
39586
  updatedAt: { type: string, format: date-time }
39587
- '400': { description: "Invalid graph, or a graph edit attempted while the workflow is active" }
39587
+ '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
39588
  '401': { $ref: '#/components/responses/Unauthorized' }
39589
39589
  '404': { $ref: '#/components/responses/NotFound' }
39590
39590
  delete:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.842
4
+ version: 0.0.843
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator