zernio-sdk 0.0.523 → 0.0.524

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: cb8da6b527761d0f46b041abc84a98856e7bafe001c88c9e1e79b9cae7588b80
4
- data.tar.gz: 13371dd7729da12b130305a1db3cb3c74507fdb5438d98a0d666c6984e8396ae
3
+ metadata.gz: 01f9b341adf1e43235960ba8689a73b53f081f01ffe3bec397cf2b8d8720ef41
4
+ data.tar.gz: '09881fa5641f28b8ad8e5bf339a514f109ee222effd8e1c014958727e8be2420'
5
5
  SHA512:
6
- metadata.gz: 2c34764de74df03fcfdfd2b7fca490e7c24ccd897f9d3c9754223c67a8a5c8050ebc8b4dd9952ff87e67f87ca6e4e4a439376f31d347d14622f6dba3c605fd8f
7
- data.tar.gz: 4e934dba87bd04d607157eef1bb4e1a672b6f58345822c85150d04cd0c60afe4b266e43d2f497488fd7bec92721acab67e9110084d68770abea33190550faab0
6
+ metadata.gz: bcc00c9a20bd4ad01c9e84a7c962a029354e4f890f850900072035c18be4a648447453de570ce44ae38338e73efff3a4ee9510529f07eae2cf41fc79897e5d98
7
+ data.tar.gz: 4898f730f9b72e1f7486e6fd76a385a7fb7aa4c186acaee62c4b2f5ec3425721ca57110e68fdccea3319866e44c379abfdb62f41f0144e98980638bd9dd26d9b
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **id** | **String** | | [optional] |
7
+ | **id** | **String** | Opaque conversation identifier. Pass it back verbatim to any /v1/inbox/conversations/{conversationId} route; do not assume a fixed format. | [optional] |
8
8
  | **platform** | **String** | | [optional] |
9
9
  | **account_id** | **String** | | [optional] |
10
10
  | **account_username** | **String** | | [optional] |
@@ -15,6 +15,7 @@ require 'time'
15
15
 
16
16
  module Zernio
17
17
  class ListInboxConversations200ResponseDataInner < ApiModelBase
18
+ # Opaque conversation identifier. Pass it back verbatim to any /v1/inbox/conversations/{conversationId} route; do not assume a fixed format.
18
19
  attr_accessor :id
19
20
 
20
21
  attr_accessor :platform
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.523'
14
+ VERSION = '0.0.524'
15
15
  end
data/openapi.yaml CHANGED
@@ -21005,7 +21005,9 @@ paths:
21005
21005
  items:
21006
21006
  type: object
21007
21007
  properties:
21008
- id: { type: string }
21008
+ id:
21009
+ type: string
21010
+ description: 'Opaque conversation identifier. Pass it back verbatim to any /v1/inbox/conversations/{conversationId} route; do not assume a fixed format.'
21009
21011
  platform: { type: string }
21010
21012
  accountId: { type: string }
21011
21013
  accountUsername: { type: string }
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.523
4
+ version: 0.0.524
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator