late-sdk 0.0.668 → 0.0.670
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/PostsApi.md +4 -4
- data/lib/zernio-sdk/api/posts_api.rb +4 -4
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +6 -2
- data/spec/api/posts_api_spec.rb +2 -2
- data/zernio-sdk-0.0.670.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.668.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: c22ca88ad4c56f331d982d6ae83c690e1bef9ce951906366e641400c14f702da
|
|
4
|
+
data.tar.gz: 508db3219c41514ffbea3a3230ceee29ae37deb063496ce625b4072c93c0061e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e568e9bc015d40e94e806629c690e6fff682bc5931befe11991a480bfdad5a64b085d984e432716ce7933883414751028dd5298871278a4005890e4d0078cd0
|
|
7
|
+
data.tar.gz: b7b6c40959cb2f3fbf12650939b7f40fc58ee763712f6d8184f2de2df123c72eb64e6b13f47ba6094b95a2bcda06eaa83e0bed95596810fa68d39cb5ce234a95
|
data/docs/PostsApi.md
CHANGED
|
@@ -399,8 +399,8 @@ opts = {
|
|
|
399
399
|
platform: 'twitter', # String |
|
|
400
400
|
profile_id: 'profile_id_example', # String | Filter posts to a specific profile (24-char hex ObjectId). Omit it, or send `all` or an empty value, to list posts across every profile.
|
|
401
401
|
created_by: 'created_by_example', # String | Filter posts to those created by a specific team user (24-char hex ObjectId).
|
|
402
|
-
date_from: Date.parse('2013-10-20'), # Date |
|
|
403
|
-
date_to: Date.parse('2013-10-20'), # Date |
|
|
402
|
+
date_from: Date.parse('2013-10-20'), # Date | Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
403
|
+
date_to: Date.parse('2013-10-20'), # Date | Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
404
404
|
include_hidden: true, # Boolean |
|
|
405
405
|
search: 'search_example', # String | Search posts by text content.
|
|
406
406
|
sort_by: 'scheduled-desc', # String | Sort order for results.
|
|
@@ -445,8 +445,8 @@ end
|
|
|
445
445
|
| **platform** | **String** | | [optional] |
|
|
446
446
|
| **profile_id** | **String** | Filter posts to a specific profile (24-char hex ObjectId). Omit it, or send `all` or an empty value, to list posts across every profile. | [optional] |
|
|
447
447
|
| **created_by** | **String** | Filter posts to those created by a specific team user (24-char hex ObjectId). | [optional] |
|
|
448
|
-
| **date_from** | **Date** |
|
|
449
|
-
| **date_to** | **Date** |
|
|
448
|
+
| **date_from** | **Date** | Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400. | [optional] |
|
|
449
|
+
| **date_to** | **Date** | Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400. | [optional] |
|
|
450
450
|
| **include_hidden** | **Boolean** | | [optional][default to false] |
|
|
451
451
|
| **search** | **String** | Search posts by text content. | [optional] |
|
|
452
452
|
| **sort_by** | **String** | Sort order for results. | [optional][default to 'scheduled-desc'] |
|
|
@@ -368,8 +368,8 @@ module Zernio
|
|
|
368
368
|
# @option opts [String] :platform
|
|
369
369
|
# @option opts [String] :profile_id Filter posts to a specific profile (24-char hex ObjectId). Omit it, or send `all` or an empty value, to list posts across every profile.
|
|
370
370
|
# @option opts [String] :created_by Filter posts to those created by a specific team user (24-char hex ObjectId).
|
|
371
|
-
# @option opts [Date] :date_from
|
|
372
|
-
# @option opts [Date] :date_to
|
|
371
|
+
# @option opts [Date] :date_from Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
372
|
+
# @option opts [Date] :date_to Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
373
373
|
# @option opts [Boolean] :include_hidden (default to false)
|
|
374
374
|
# @option opts [String] :search Search posts by text content.
|
|
375
375
|
# @option opts [String] :sort_by Sort order for results. (default to 'scheduled-desc')
|
|
@@ -390,8 +390,8 @@ module Zernio
|
|
|
390
390
|
# @option opts [String] :platform
|
|
391
391
|
# @option opts [String] :profile_id Filter posts to a specific profile (24-char hex ObjectId). Omit it, or send `all` or an empty value, to list posts across every profile.
|
|
392
392
|
# @option opts [String] :created_by Filter posts to those created by a specific team user (24-char hex ObjectId).
|
|
393
|
-
# @option opts [Date] :date_from
|
|
394
|
-
# @option opts [Date] :date_to
|
|
393
|
+
# @option opts [Date] :date_from Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
394
|
+
# @option opts [Date] :date_to Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
395
395
|
# @option opts [Boolean] :include_hidden (default to false)
|
|
396
396
|
# @option opts [String] :search Search posts by text content.
|
|
397
397
|
# @option opts [String] :sort_by Sort order for results. (default to 'scheduled-desc')
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -12637,9 +12637,11 @@ paths:
|
|
|
12637
12637
|
- name: dateFrom
|
|
12638
12638
|
in: query
|
|
12639
12639
|
schema: { type: string, format: date }
|
|
12640
|
+
description: 'Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.'
|
|
12640
12641
|
- name: dateTo
|
|
12641
12642
|
in: query
|
|
12642
12643
|
schema: { type: string, format: date }
|
|
12644
|
+
description: 'Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.'
|
|
12643
12645
|
- name: includeHidden
|
|
12644
12646
|
in: query
|
|
12645
12647
|
schema: { type: boolean, default: false }
|
|
@@ -15489,12 +15491,14 @@ paths:
|
|
|
15489
15491
|
identityId: { type: string, description: "The TikTok-assigned identity_id, cached on the account." }
|
|
15490
15492
|
displayName: { type: string }
|
|
15491
15493
|
'400':
|
|
15492
|
-
description: "Missing fields, invalid
|
|
15494
|
+
description: "Missing fields, invalid JSON body, invalid accountId format, invalid lengths, or no advertiser found on the account"
|
|
15493
15495
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
15494
15496
|
'404':
|
|
15495
15497
|
description: TikTok Ads account not found
|
|
15496
15498
|
'500':
|
|
15497
|
-
description:
|
|
15499
|
+
description: Unexpected server error while caching the identity
|
|
15500
|
+
'502':
|
|
15501
|
+
description: 'TikTok rejected the image upload or the identity creation (type: platform_error; an upstream 4xx status is forwarded instead of 502)'
|
|
15498
15502
|
|
|
15499
15503
|
/v1/connect/facebook/select-page:
|
|
15500
15504
|
get:
|
data/spec/api/posts_api_spec.rb
CHANGED
|
@@ -106,8 +106,8 @@ describe 'PostsApi' do
|
|
|
106
106
|
# @option opts [String] :platform
|
|
107
107
|
# @option opts [String] :profile_id Filter posts to a specific profile (24-char hex ObjectId). Omit it, or send `all` or an empty value, to list posts across every profile.
|
|
108
108
|
# @option opts [String] :created_by Filter posts to those created by a specific team user (24-char hex ObjectId).
|
|
109
|
-
# @option opts [Date] :date_from
|
|
110
|
-
# @option opts [Date] :date_to
|
|
109
|
+
# @option opts [Date] :date_from Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
110
|
+
# @option opts [Date] :date_to Zero-padded YYYY-MM-DD, or a full ISO 8601 datetime. An empty value means no date filter; any other malformed value returns 400.
|
|
111
111
|
# @option opts [Boolean] :include_hidden
|
|
112
112
|
# @option opts [String] :search Search posts by text content.
|
|
113
113
|
# @option opts [String] :sort_by Sort order for results.
|
|
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.670
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -4982,7 +4982,7 @@ files:
|
|
|
4982
4982
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4983
4983
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4984
4984
|
- spec/spec_helper.rb
|
|
4985
|
-
- zernio-sdk-0.0.
|
|
4985
|
+
- zernio-sdk-0.0.670.gem
|
|
4986
4986
|
- zernio-sdk.gemspec
|
|
4987
4987
|
homepage: https://openapi-generator.tech
|
|
4988
4988
|
licenses:
|
data/zernio-sdk-0.0.668.gem
DELETED
|
Binary file
|