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 +4 -4
- data/docs/ListInboxConversations200ResponseDataInner.md +1 -1
- data/lib/zernio-sdk/models/list_inbox_conversations200_response_data_inner.rb +1 -0
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +3 -1
- data/zernio-sdk-0.0.524.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.523.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c3877aae3416c8de3e5ba2d7a57ab3435cc6a445550290c5b09423dc9033a98
|
|
4
|
+
data.tar.gz: 0da347cbb33de9a59add686bc149403886e520c0e60466487098cd6547e3a814
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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** |
|
|
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
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -21005,7 +21005,9 @@ paths:
|
|
|
21005
21005
|
items:
|
|
21006
21006
|
type: object
|
|
21007
21007
|
properties:
|
|
21008
|
-
id:
|
|
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.
|
|
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.
|
|
4487
|
+
- zernio-sdk-0.0.524.gem
|
|
4488
4488
|
- zernio-sdk.gemspec
|
|
4489
4489
|
homepage: https://openapi-generator.tech
|
|
4490
4490
|
licenses:
|
data/zernio-sdk-0.0.523.gem
DELETED
|
Binary file
|