late-sdk 0.0.87 → 0.0.88
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/MessagesApi.md +2 -2
- data/lib/late-sdk/api/messages_api.rb +4 -4
- data/lib/late-sdk/version.rb +1 -1
- data/openapi.yaml +6 -1
- data/spec/api/messages_api_spec.rb +2 -2
- data/zernio-sdk-0.0.88.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.87.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: 9664aef0d7748f344b99164f0173dd595ae2d991b5cf0c34e1e145845e4016ad
|
|
4
|
+
data.tar.gz: 962e8d085c9cd5bfeafb65244e2274ad63e5a027d18adbefc15549e5138c1265
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac0b61b938cf36aabd4bb71cd6c57180768f20de324a84c8b67a900a70119c9e8a09946e19c8c4e160abcebc1ae9fc1058a96ead92886526ea8db4b0b8dfceca
|
|
7
|
+
data.tar.gz: b2fbd1bfb95e35427e4ee1c7187c9ef5bf259607f837396307901f4bae142c0514812c95e336415e72a458b2836ffdabc5ba90e2f37a7042b2156ac1f0442f58
|
data/docs/MessagesApi.md
CHANGED
|
@@ -162,7 +162,7 @@ end
|
|
|
162
162
|
|
|
163
163
|
List messages
|
|
164
164
|
|
|
165
|
-
Fetch messages for a specific conversation. Requires accountId query parameter.
|
|
165
|
+
Fetch messages for a specific conversation. Requires accountId query parameter. **Twitter/X limitation:** X's encrypted \"X Chat\" messages are not accessible via the API. Conversations where the other participant uses encrypted X Chat may only show your outgoing messages. See the [list conversations endpoint](#/Messages/listInboxConversations) for more details.
|
|
166
166
|
|
|
167
167
|
### Examples
|
|
168
168
|
|
|
@@ -233,7 +233,7 @@ end
|
|
|
233
233
|
|
|
234
234
|
List conversations
|
|
235
235
|
|
|
236
|
-
Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram.
|
|
236
|
+
Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram. **Twitter/X limitation:** X has replaced traditional DMs with encrypted \"X Chat\" for many accounts. Messages sent or received through encrypted X Chat are not accessible via X's API (the `/2/dm_events` endpoint only returns legacy unencrypted DMs). This means some Twitter/X conversations may show only outgoing messages or appear empty. This is an X platform limitation that affects all third-party applications. See [X's docs on encrypted messaging](https://help.x.com/en/using-x/about-chat) for more details.
|
|
237
237
|
|
|
238
238
|
### Examples
|
|
239
239
|
|
|
@@ -170,7 +170,7 @@ module Late
|
|
|
170
170
|
end
|
|
171
171
|
|
|
172
172
|
# List messages
|
|
173
|
-
# Fetch messages for a specific conversation. Requires accountId query parameter.
|
|
173
|
+
# Fetch messages for a specific conversation. Requires accountId query parameter. **Twitter/X limitation:** X's encrypted \"X Chat\" messages are not accessible via the API. Conversations where the other participant uses encrypted X Chat may only show your outgoing messages. See the [list conversations endpoint](#/Messages/listInboxConversations) for more details.
|
|
174
174
|
# @param conversation_id [String] The conversation ID (id field from list conversations endpoint). This is the platform-specific conversation identifier, not an internal database ID.
|
|
175
175
|
# @param account_id [String] Social account ID
|
|
176
176
|
# @param [Hash] opts the optional parameters
|
|
@@ -181,7 +181,7 @@ module Late
|
|
|
181
181
|
end
|
|
182
182
|
|
|
183
183
|
# List messages
|
|
184
|
-
# Fetch messages for a specific conversation. Requires accountId query parameter.
|
|
184
|
+
# Fetch messages for a specific conversation. Requires accountId query parameter. **Twitter/X limitation:** X's encrypted \"X Chat\" messages are not accessible via the API. Conversations where the other participant uses encrypted X Chat may only show your outgoing messages. See the [list conversations endpoint](#/Messages/listInboxConversations) for more details.
|
|
185
185
|
# @param conversation_id [String] The conversation ID (id field from list conversations endpoint). This is the platform-specific conversation identifier, not an internal database ID.
|
|
186
186
|
# @param account_id [String] Social account ID
|
|
187
187
|
# @param [Hash] opts the optional parameters
|
|
@@ -240,7 +240,7 @@ module Late
|
|
|
240
240
|
end
|
|
241
241
|
|
|
242
242
|
# List conversations
|
|
243
|
-
# Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram.
|
|
243
|
+
# Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram. **Twitter/X limitation:** X has replaced traditional DMs with encrypted \"X Chat\" for many accounts. Messages sent or received through encrypted X Chat are not accessible via X's API (the `/2/dm_events` endpoint only returns legacy unencrypted DMs). This means some Twitter/X conversations may show only outgoing messages or appear empty. This is an X platform limitation that affects all third-party applications. See [X's docs on encrypted messaging](https://help.x.com/en/using-x/about-chat) for more details.
|
|
244
244
|
# @param [Hash] opts the optional parameters
|
|
245
245
|
# @option opts [String] :profile_id Filter by profile ID
|
|
246
246
|
# @option opts [String] :platform Filter by platform
|
|
@@ -256,7 +256,7 @@ module Late
|
|
|
256
256
|
end
|
|
257
257
|
|
|
258
258
|
# List conversations
|
|
259
|
-
# Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram.
|
|
259
|
+
# Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram. **Twitter/X limitation:** X has replaced traditional DMs with encrypted \"X Chat\" for many accounts. Messages sent or received through encrypted X Chat are not accessible via X's API (the `/2/dm_events` endpoint only returns legacy unencrypted DMs). This means some Twitter/X conversations may show only outgoing messages or appear empty. This is an X platform limitation that affects all third-party applications. See [X's docs on encrypted messaging](https://help.x.com/en/using-x/about-chat) for more details.
|
|
260
260
|
# @param [Hash] opts the optional parameters
|
|
261
261
|
# @option opts [String] :profile_id Filter by profile ID
|
|
262
262
|
# @option opts [String] :platform Filter by platform
|
data/lib/late-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -11072,6 +11072,8 @@ paths:
|
|
|
11072
11072
|
description: |
|
|
11073
11073
|
Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated.
|
|
11074
11074
|
Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram.
|
|
11075
|
+
|
|
11076
|
+
**Twitter/X limitation:** X has replaced traditional DMs with encrypted "X Chat" for many accounts. Messages sent or received through encrypted X Chat are not accessible via X's API (the `/2/dm_events` endpoint only returns legacy unencrypted DMs). This means some Twitter/X conversations may show only outgoing messages or appear empty. This is an X platform limitation that affects all third-party applications. See [X's docs on encrypted messaging](https://help.x.com/en/using-x/about-chat) for more details.
|
|
11075
11077
|
tags: [Messages]
|
|
11076
11078
|
security: [{ bearerAuth: [] }]
|
|
11077
11079
|
parameters:
|
|
@@ -11316,7 +11318,10 @@ paths:
|
|
|
11316
11318
|
get:
|
|
11317
11319
|
operationId: getInboxConversationMessages
|
|
11318
11320
|
summary: List messages
|
|
11319
|
-
description:
|
|
11321
|
+
description: |
|
|
11322
|
+
Fetch messages for a specific conversation. Requires accountId query parameter.
|
|
11323
|
+
|
|
11324
|
+
**Twitter/X limitation:** X's encrypted "X Chat" messages are not accessible via the API. Conversations where the other participant uses encrypted X Chat may only show your outgoing messages. See the [list conversations endpoint](#/Messages/listInboxConversations) for more details.
|
|
11320
11325
|
tags: [Messages]
|
|
11321
11326
|
security: [{ bearerAuth: [] }]
|
|
11322
11327
|
parameters:
|
|
@@ -61,7 +61,7 @@ describe 'MessagesApi' do
|
|
|
61
61
|
|
|
62
62
|
# unit tests for get_inbox_conversation_messages
|
|
63
63
|
# List messages
|
|
64
|
-
# Fetch messages for a specific conversation. Requires accountId query parameter.
|
|
64
|
+
# Fetch messages for a specific conversation. Requires accountId query parameter. **Twitter/X limitation:** X's encrypted \"X Chat\" messages are not accessible via the API. Conversations where the other participant uses encrypted X Chat may only show your outgoing messages. See the [list conversations endpoint](#/Messages/listInboxConversations) for more details.
|
|
65
65
|
# @param conversation_id The conversation ID (id field from list conversations endpoint). This is the platform-specific conversation identifier, not an internal database ID.
|
|
66
66
|
# @param account_id Social account ID
|
|
67
67
|
# @param [Hash] opts the optional parameters
|
|
@@ -74,7 +74,7 @@ describe 'MessagesApi' do
|
|
|
74
74
|
|
|
75
75
|
# unit tests for list_inbox_conversations
|
|
76
76
|
# List conversations
|
|
77
|
-
# Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram.
|
|
77
|
+
# Fetch conversations (DMs) from all connected messaging accounts in a single API call. Supports filtering by profile and platform. Results are aggregated and deduplicated. Supported platforms: Facebook, Instagram, Twitter/X, Bluesky, Reddit, Telegram. **Twitter/X limitation:** X has replaced traditional DMs with encrypted \"X Chat\" for many accounts. Messages sent or received through encrypted X Chat are not accessible via X's API (the `/2/dm_events` endpoint only returns legacy unencrypted DMs). This means some Twitter/X conversations may show only outgoing messages or appear empty. This is an X platform limitation that affects all third-party applications. See [X's docs on encrypted messaging](https://help.x.com/en/using-x/about-chat) for more details.
|
|
78
78
|
# @param [Hash] opts the optional parameters
|
|
79
79
|
# @option opts [String] :profile_id Filter by profile ID
|
|
80
80
|
# @option opts [String] :platform Filter by platform
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.88
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -2205,7 +2205,7 @@ files:
|
|
|
2205
2205
|
- spec/models/you_tube_scope_missing_response_scope_status_spec.rb
|
|
2206
2206
|
- spec/models/you_tube_scope_missing_response_spec.rb
|
|
2207
2207
|
- spec/spec_helper.rb
|
|
2208
|
-
- zernio-sdk-0.0.
|
|
2208
|
+
- zernio-sdk-0.0.88.gem
|
|
2209
2209
|
homepage: https://openapi-generator.tech
|
|
2210
2210
|
licenses:
|
|
2211
2211
|
- Unlicense
|
data/zernio-sdk-0.0.87.gem
DELETED
|
Binary file
|