zernio-sdk 0.0.599 → 0.0.600

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: 5cbb32b9649e9c4a1f795784af4ae61d3b4c8a8a6394d594c98d97b0595c2a6b
4
- data.tar.gz: c489435b5d748d03e4c75dd3a34e4a41fa0bae731d53667a9462d3b28ad2cb29
3
+ metadata.gz: f37798a98a32b5287d64fb7a20aae249fe08f17a089510629c2ff9a6bb074bf2
4
+ data.tar.gz: 5fe102be64d3805b4e61735a7578a0d12f4130ae8d714418fa72c5e56399b785
5
5
  SHA512:
6
- metadata.gz: 1262e447a1ee5ecc28e91425177d38b180110b9e927c448e5c6d7e960694a6c88372a8ef4e369ba91f0ccd51b8b64ed1ad37789e657a05cabb336c01c69a0eca
7
- data.tar.gz: 9f17a23bfbc18e52c2212d7655fb8d8b85723bb34a555f499fa2009923e36ca2ee8ef680f7f736e773c71d94a2227c96349f901c7b3c090f70dd29cdca4b2bce
6
+ metadata.gz: 94d59ea2394c4313240f0e36c1c6555e53d89d231014c31c9cdeef48542207d09f6ca0eee17d3dfc0a7d827b12527e70e1d04367a5ba8e0b5541e8d1c5e486cc
7
+ data.tar.gz: 9e17f20cac486993c699cff7902d34734af45fb9973689067b6532ddf737b76ad16ab7141b8598469e3b89697a94623251ef9030619301e20db18c795d5b330b
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.599'
14
+ VERSION = '0.0.600'
15
15
  end
data/openapi.yaml CHANGED
@@ -25938,6 +25938,7 @@ paths:
25938
25938
  - type: object
25939
25939
  properties:
25940
25940
  contactName: { type: string, description: "CRM contact name for the counterparty, when resolved." }
25941
+ '400': { $ref: '#/components/responses/BadRequest' }
25941
25942
  '401': { $ref: '#/components/responses/Unauthorized' }
25942
25943
  '403': { description: Not enrolled in the calling beta }
25943
25944
  '404': { description: Call not found }
@@ -25968,6 +25969,7 @@ paths:
25968
25969
  type: object
25969
25970
  properties:
25970
25971
  url: { type: string }
25972
+ '400': { $ref: '#/components/responses/BadRequest' }
25971
25973
  '401': { $ref: '#/components/responses/Unauthorized' }
25972
25974
  '403': { description: Not enrolled in the calling beta }
25973
25975
  '404': { description: "Call not found, or no recording is available for this call" }
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.599
4
+ version: 0.0.600
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator