late-sdk 0.0.647 → 0.0.649
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/CreatePostRequest.md +2 -2
- data/docs/UpdatePostRequest.md +2 -2
- data/lib/zernio-sdk/models/create_phone_number_port_in_request_end_user.rb +2 -2
- data/lib/zernio-sdk/models/create_post_request.rb +2 -2
- data/lib/zernio-sdk/models/update_post_request.rb +2 -2
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +5 -5
- data/spec/models/create_phone_number_port_in_request_end_user_spec.rb +1 -1
- data/zernio-sdk-0.0.649.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.647.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: e2ae761e1db194c4a85c3e59011f05446f64f8cf5d2d0e9d2d53c3e0388be12d
|
|
4
|
+
data.tar.gz: 64c70f027a28c82df6e4425825609efb6a44656f43905dce8cfafb91effff63d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5edbef0be77a8ce820872508f229669689684485a938b2eb019725f186a87b13f615367946a6e443347797e22700571335cbe21136422a3a3618e9f5fddc9a0b
|
|
7
|
+
data.tar.gz: 0edce55e1f908809404c4243e93b5bb73483d3176df73b4c3a9824409c68544523a9d8f46b491331e4129c65ecbaa31f7ec99220da8393ce72417d5e299f9bbf
|
data/docs/CreatePostRequest.md
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
| **mentions** | **Array<String>** | Stored for reference only. This field does NOT automatically create @mentions when publishing. For LinkedIn @mentions, use the /v1/accounts/{accountId}/linkedin-mentions endpoint to resolve profile URLs to URNs, then embed the returned mentionFormat directly in the post content field. | [optional] |
|
|
18
18
|
| **crossposting_enabled** | **Boolean** | | [optional][default to true] |
|
|
19
19
|
| **metadata** | **Hash<String, Object>** | | [optional] |
|
|
20
|
-
| **tiktok_settings** | [**TikTokPlatformData**](TikTokPlatformData.md) | Root-level TikTok settings applied to
|
|
21
|
-
| **facebook_settings** | [**FacebookSettings**](FacebookSettings.md) | Root-level Facebook settings applied to
|
|
20
|
+
| **tiktok_settings** | [**TikTokPlatformData**](TikTokPlatformData.md) | Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. | [optional] |
|
|
21
|
+
| **facebook_settings** | [**FacebookSettings**](FacebookSettings.md) | Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence. | [optional] |
|
|
22
22
|
| **recycling** | [**RecyclingConfig**](RecyclingConfig.md) | | [optional] |
|
|
23
23
|
| **queued_from_profile** | **String** | Profile ID to schedule via queue. When provided without scheduledFor, the post is auto-assigned to the next available slot. Do not call /v1/queue/next-slot and use that time in scheduledFor, as that bypasses queue locking. | [optional] |
|
|
24
24
|
| **queue_id** | **String** | Specific queue ID to use when scheduling via queue. Only used when queuedFromProfile is also provided. If omitted, uses the profile's default queue. | [optional] |
|
data/docs/UpdatePostRequest.md
CHANGED
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
| **metadata** | **Hash<String, Object>** | | [optional] |
|
|
21
21
|
| **queued_from_profile** | **String** | Profile ID to schedule via queue. | [optional] |
|
|
22
22
|
| **queue_id** | **String** | Specific queue ID to use when scheduling via queue. | [optional] |
|
|
23
|
-
| **tiktok_settings** | [**TikTokPlatformData**](TikTokPlatformData.md) | Root-level TikTok settings applied to
|
|
24
|
-
| **facebook_settings** | [**FacebookSettings**](FacebookSettings.md) | Root-level Facebook settings applied to
|
|
23
|
+
| **tiktok_settings** | [**TikTokPlatformData**](TikTokPlatformData.md) | Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array. | [optional] |
|
|
24
|
+
| **facebook_settings** | [**FacebookSettings**](FacebookSettings.md) | Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array. | [optional] |
|
|
25
25
|
| **recycling** | [**RecyclingConfig**](RecyclingConfig.md) | | [optional] |
|
|
26
26
|
|
|
27
27
|
## Example
|
|
@@ -276,7 +276,7 @@ module Zernio
|
|
|
276
276
|
return false if @locality.nil?
|
|
277
277
|
return false if @postal_code.nil?
|
|
278
278
|
return false if @country_code.nil?
|
|
279
|
-
country_code_validator = EnumAttributeValidator.new('String', ["US", "CA", "GB", "ES", "DE", "FR", "NL", "AU"])
|
|
279
|
+
country_code_validator = EnumAttributeValidator.new('String', ["US", "CA", "GB", "ES", "DE", "FR", "NL", "AU", "BR"])
|
|
280
280
|
return false unless country_code_validator.valid?(@country_code)
|
|
281
281
|
return false if @country_code.to_s.length > 2
|
|
282
282
|
return false if @country_code.to_s.length < 2
|
|
@@ -374,7 +374,7 @@ module Zernio
|
|
|
374
374
|
# Custom attribute writer method checking allowed values (enum).
|
|
375
375
|
# @param [Object] country_code Object to be assigned
|
|
376
376
|
def country_code=(country_code)
|
|
377
|
-
validator = EnumAttributeValidator.new('String', ["US", "CA", "GB", "ES", "DE", "FR", "NL", "AU"])
|
|
377
|
+
validator = EnumAttributeValidator.new('String', ["US", "CA", "GB", "ES", "DE", "FR", "NL", "AU", "BR"])
|
|
378
378
|
unless validator.valid?(country_code)
|
|
379
379
|
fail ArgumentError, "invalid value for \"country_code\", must be one of #{validator.allowable_values}."
|
|
380
380
|
end
|
|
@@ -46,10 +46,10 @@ module Zernio
|
|
|
46
46
|
|
|
47
47
|
attr_accessor :metadata
|
|
48
48
|
|
|
49
|
-
# Root-level TikTok settings applied to
|
|
49
|
+
# Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence.
|
|
50
50
|
attr_accessor :tiktok_settings
|
|
51
51
|
|
|
52
|
-
# Root-level Facebook settings applied to
|
|
52
|
+
# Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence.
|
|
53
53
|
attr_accessor :facebook_settings
|
|
54
54
|
|
|
55
55
|
attr_accessor :recycling
|
|
@@ -51,10 +51,10 @@ module Zernio
|
|
|
51
51
|
# Specific queue ID to use when scheduling via queue.
|
|
52
52
|
attr_accessor :queue_id
|
|
53
53
|
|
|
54
|
-
# Root-level TikTok settings applied to
|
|
54
|
+
# Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform's platformSpecificData, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
55
55
|
attr_accessor :tiktok_settings
|
|
56
56
|
|
|
57
|
-
# Root-level Facebook settings applied to
|
|
57
|
+
# Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform's platformSpecificData.facebookSettings, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.
|
|
58
58
|
attr_accessor :facebook_settings
|
|
59
59
|
|
|
60
60
|
attr_accessor :recycling
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -12704,10 +12704,10 @@ paths:
|
|
|
12704
12704
|
metadata: { type: object, additionalProperties: true }
|
|
12705
12705
|
tiktokSettings:
|
|
12706
12706
|
$ref: '#/components/schemas/TikTokPlatformData'
|
|
12707
|
-
description: Root-level TikTok settings applied to
|
|
12707
|
+
description: 'Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform''s platformSpecificData, with platform-specific settings taking precedence.'
|
|
12708
12708
|
facebookSettings:
|
|
12709
12709
|
$ref: '#/components/schemas/FacebookSettings'
|
|
12710
|
-
description: Root-level Facebook settings applied to
|
|
12710
|
+
description: 'Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform''s platformSpecificData.facebookSettings, with platform-specific settings taking precedence.'
|
|
12711
12711
|
recycling:
|
|
12712
12712
|
$ref: '#/components/schemas/RecyclingConfig'
|
|
12713
12713
|
queuedFromProfile:
|
|
@@ -13321,10 +13321,10 @@ paths:
|
|
|
13321
13321
|
description: Specific queue ID to use when scheduling via queue.
|
|
13322
13322
|
tiktokSettings:
|
|
13323
13323
|
$ref: '#/components/schemas/TikTokPlatformData'
|
|
13324
|
-
description: Root-level TikTok settings applied to
|
|
13324
|
+
description: 'Root-level TikTok settings applied to the TikTok platforms sent in the same request. Merged into each platform''s platformSpecificData, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.'
|
|
13325
13325
|
facebookSettings:
|
|
13326
13326
|
$ref: '#/components/schemas/FacebookSettings'
|
|
13327
|
-
description: Root-level Facebook settings applied to
|
|
13327
|
+
description: 'Root-level Facebook settings applied to the Facebook platforms sent in the same request. Merged into each platform''s platformSpecificData.facebookSettings, with platform-specific settings taking precedence. Returns 400 if sent without a platforms array.'
|
|
13328
13328
|
recycling:
|
|
13329
13329
|
$ref: '#/components/schemas/RecyclingConfig'
|
|
13330
13330
|
additionalProperties: true
|
|
@@ -30250,7 +30250,7 @@ paths:
|
|
|
30250
30250
|
locality: { type: string }
|
|
30251
30251
|
administrativeArea: { type: string, description: "Region. Required for US/CA as the 2-letter state/province code (full names are accepted and normalized); optional elsewhere." }
|
|
30252
30252
|
postalCode: { type: string, description: "Postal code. Validated as a US ZIP / Canadian postal code for US/CA; free-form elsewhere." }
|
|
30253
|
-
countryCode: { type: string, minLength: 2, maxLength: 2, enum: [US, CA, GB, ES, DE, FR, NL, AU], description: "Service-address country (a supported port-in country)." }
|
|
30253
|
+
countryCode: { type: string, minLength: 2, maxLength: 2, enum: [US, CA, GB, ES, DE, FR, NL, AU, BR], description: "Service-address country (a supported port-in country)." }
|
|
30254
30254
|
loaDocumentId: { type: string, description: Document id from POST /v1/phone-numbers/port-in/documents (kind=loa). }
|
|
30255
30255
|
invoiceDocumentId: { type: string, description: Document id from POST /v1/phone-numbers/port-in/documents (kind=invoice). }
|
|
30256
30256
|
focDatetimeRequested: { type: string, format: date-time, description: "Requested port date; the carrier confirms the actual FOC later. US/CA default is one week out (shifted off weekends); international orders are scheduled into the carrier's next allowed porting window at or after this date." }
|
|
@@ -102,7 +102,7 @@ describe Zernio::CreatePhoneNumberPortInRequestEndUser do
|
|
|
102
102
|
describe 'test attribute "country_code"' do
|
|
103
103
|
it 'should work' do
|
|
104
104
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
105
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["US", "CA", "GB", "ES", "DE", "FR", "NL", "AU"])
|
|
105
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["US", "CA", "GB", "ES", "DE", "FR", "NL", "AU", "BR"])
|
|
106
106
|
# validator.allowable_values.each do |value|
|
|
107
107
|
# expect { instance.country_code = value }.not_to raise_error
|
|
108
108
|
# end
|
|
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.649
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -4925,7 +4925,7 @@ files:
|
|
|
4925
4925
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4926
4926
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4927
4927
|
- spec/spec_helper.rb
|
|
4928
|
-
- zernio-sdk-0.0.
|
|
4928
|
+
- zernio-sdk-0.0.649.gem
|
|
4929
4929
|
- zernio-sdk.gemspec
|
|
4930
4930
|
homepage: https://openapi-generator.tech
|
|
4931
4931
|
licenses:
|
data/zernio-sdk-0.0.647.gem
DELETED
|
Binary file
|