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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 01f9b341adf1e43235960ba8689a73b53f081f01ffe3bec397cf2b8d8720ef41
|
|
4
|
+
data.tar.gz: '09881fa5641f28b8ad8e5bf339a514f109ee222effd8e1c014958727e8be2420'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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** |
|
|
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 }
|