late-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: 5b4825fa4463a8d1afa730b3749550e3856e265819891e27647f6dd10170c5c5
4
- data.tar.gz: 7eac1993cf2a61ad2480161604d7179fa4f651f685b18d5c0a9309004cb084dd
3
+ metadata.gz: 5c3877aae3416c8de3e5ba2d7a57ab3435cc6a445550290c5b09423dc9033a98
4
+ data.tar.gz: 0da347cbb33de9a59add686bc149403886e520c0e60466487098cd6547e3a814
5
5
  SHA512:
6
- metadata.gz: aec355fc95896d39217ed0c5a809f98e1737e1db27ebfbab3e2a9ea04fb292fba2a2a6304009d54020e120d33fff17008038fb1d373ba7b39a127b565d8431c0
7
- data.tar.gz: 1b4957028c7b7e570927fd2bd8d8fc29a2dae991eb782017c87a2d89e29e25bcc951598ede09dd2245e71767937d49b54098930d7f2cabf723e1d7097be106dd
6
+ metadata.gz: 135ae8e72da1cf35558fa60ee40ef17d4c3f9b1ed77ef5bb4c09614313247a908a33588c028fbb8607369653b9e9cf585d06ecb79bd9c55d3744086d40a53727
7
+ data.tar.gz: 0e5c6bf16d89970576b398c6039b3da73fc15097736aa349c474525f62806d8794e661c1d3365ceb5dfa545f82b77348dc419fe95339fe40b862a0bb62be9090
@@ -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 }
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-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
@@ -4484,7 +4484,7 @@ files:
4484
4484
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4485
4485
  - spec/models/you_tube_video_retention_response_spec.rb
4486
4486
  - spec/spec_helper.rb
4487
- - zernio-sdk-0.0.523.gem
4487
+ - zernio-sdk-0.0.524.gem
4488
4488
  - zernio-sdk.gemspec
4489
4489
  homepage: https://openapi-generator.tech
4490
4490
  licenses:
Binary file