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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a74ec8f19eabd867da1ec4ba36db30c95a74d95235352fb672fe52107411b0d
4
- data.tar.gz: 5d3490ae45cfea0302aedf282068ce4e2355fa68a8824cc4b7b3fe1de06101d9
3
+ metadata.gz: 9664aef0d7748f344b99164f0173dd595ae2d991b5cf0c34e1e145845e4016ad
4
+ data.tar.gz: 962e8d085c9cd5bfeafb65244e2274ad63e5a027d18adbefc15549e5138c1265
5
5
  SHA512:
6
- metadata.gz: c7ef752a71ba3a970046eda7a309aa1262017223930439bcecf9351c83b85449d0cf7ae32985b15c286681843640bd2181d9ce05479c6f38fc6332c752c751fe
7
- data.tar.gz: 2162bd8cda82f4d38a6b2aea8d491639d920fa4255164448738edb94021fed6d0f47b4509e0c71fbab8504f26f26c0ac13c82f91fca2bb957c12835868b5821c
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
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.87'
14
+ VERSION = '0.0.88'
15
15
  end
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: Fetch messages for a specific conversation. Requires accountId query parameter.
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.87
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-27 00:00:00.000000000 Z
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.87.gem
2208
+ - zernio-sdk-0.0.88.gem
2209
2209
  homepage: https://openapi-generator.tech
2210
2210
  licenses:
2211
2211
  - Unlicense
Binary file