late-sdk 0.0.710 → 0.0.712

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.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -0
  3. data/docs/AdDailyMetrics.md +10 -10
  4. data/docs/AdMetrics.md +10 -10
  5. data/docs/GetCampaignAnalytics200ResponseAnalyticsDailyInner.md +10 -10
  6. data/docs/GetInstagramAudio200Response.md +18 -0
  7. data/docs/InstagramApi.md +148 -0
  8. data/docs/InstagramAudioAsset.md +38 -0
  9. data/docs/InstagramPlatformData.md +3 -1
  10. data/docs/InstagramPlatformDataAudioConfiguration.md +22 -0
  11. data/docs/SearchInstagramAudio200Response.md +18 -0
  12. data/lib/zernio-sdk/api/instagram_api.rb +160 -0
  13. data/lib/zernio-sdk/models/ad_daily_metrics.rb +10 -10
  14. data/lib/zernio-sdk/models/ad_metrics.rb +10 -10
  15. data/lib/zernio-sdk/models/get_campaign_analytics200_response_analytics_daily_inner.rb +10 -10
  16. data/lib/zernio-sdk/models/get_instagram_audio200_response.rb +147 -0
  17. data/lib/zernio-sdk/models/instagram_audio_asset.rb +293 -0
  18. data/lib/zernio-sdk/models/instagram_platform_data.rb +11 -2
  19. data/lib/zernio-sdk/models/instagram_platform_data_audio_configuration.rb +242 -0
  20. data/lib/zernio-sdk/models/search_instagram_audio200_response.rb +149 -0
  21. data/lib/zernio-sdk/version.rb +1 -1
  22. data/lib/zernio-sdk.rb +4 -0
  23. data/openapi.yaml +141 -11
  24. data/spec/api/instagram_api_spec.rb +27 -0
  25. data/spec/models/get_instagram_audio200_response_spec.rb +36 -0
  26. data/spec/models/instagram_audio_asset_spec.rb +100 -0
  27. data/spec/models/instagram_platform_data_audio_configuration_spec.rb +48 -0
  28. data/spec/models/instagram_platform_data_spec.rb +6 -0
  29. data/spec/models/search_instagram_audio200_response_spec.rb +36 -0
  30. data/zernio-sdk-0.0.712.gem +0 -0
  31. metadata +19 -3
  32. data/zernio-sdk-0.0.710.gem +0 -0
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::GetInstagramAudio200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::GetInstagramAudio200Response do
21
+ #let(:instance) { Zernio::GetInstagramAudio200Response.new }
22
+
23
+ describe 'test an instance of GetInstagramAudio200Response' do
24
+ it 'should create an instance of GetInstagramAudio200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::GetInstagramAudio200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "audio"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
@@ -0,0 +1,100 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::InstagramAudioAsset
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::InstagramAudioAsset do
21
+ #let(:instance) { Zernio::InstagramAudioAsset.new }
22
+
23
+ describe 'test an instance of InstagramAudioAsset' do
24
+ it 'should create an instance of InstagramAudioAsset' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::InstagramAudioAsset)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "audio_id"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "title"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "audio_type"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["music", "original_sound"])
46
+ # validator.allowable_values.each do |value|
47
+ # expect { instance.audio_type = value }.not_to raise_error
48
+ # end
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "duration_in_ms"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "display_artist"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "cover_artwork_thumbnail_url"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "download_url"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "ig_username"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "profile_picture_url"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
85
+ end
86
+ end
87
+
88
+ describe 'test attribute "is_ads_eligible"' do
89
+ it 'should work' do
90
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
91
+ end
92
+ end
93
+
94
+ describe 'test attribute "on_platform_audio_preview_link"' do
95
+ it 'should work' do
96
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
97
+ end
98
+ end
99
+
100
+ end
@@ -0,0 +1,48 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::InstagramPlatformDataAudioConfiguration
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::InstagramPlatformDataAudioConfiguration do
21
+ #let(:instance) { Zernio::InstagramPlatformDataAudioConfiguration.new }
22
+
23
+ describe 'test an instance of InstagramPlatformDataAudioConfiguration' do
24
+ it 'should create an instance of InstagramPlatformDataAudioConfiguration' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::InstagramPlatformDataAudioConfiguration)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "audio_id"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "audio_volume"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "video_volume"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ end
@@ -73,6 +73,12 @@ describe Zernio::InstagramPlatformData do
73
73
  end
74
74
  end
75
75
 
76
+ describe 'test attribute "audio_configuration"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
+ end
80
+ end
81
+
76
82
  describe 'test attribute "thumb_offset"' do
77
83
  it 'should work' do
78
84
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -0,0 +1,36 @@
1
+ =begin
2
+ #Zernio API
3
+
4
+ #API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
5
+
6
+ The version of the OpenAPI document: 1.0.4
7
+ Contact: support@zernio.com
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.19.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for Zernio::SearchInstagramAudio200Response
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe Zernio::SearchInstagramAudio200Response do
21
+ #let(:instance) { Zernio::SearchInstagramAudio200Response.new }
22
+
23
+ describe 'test an instance of SearchInstagramAudio200Response' do
24
+ it 'should create an instance of SearchInstagramAudio200Response' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(Zernio::SearchInstagramAudio200Response)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "audio"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
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.710
4
+ version: 0.0.712
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-08-10 00:00:00.000000000 Z
11
+ date: 2026-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -679,6 +679,7 @@ files:
679
679
  - docs/GetInboxVolume200ResponseTimeseriesInner.md
680
680
  - docs/GetInboxVolume400Response.md
681
681
  - docs/GetInstagramAccountInsights404Response.md
682
+ - docs/GetInstagramAudio200Response.md
682
683
  - docs/GetInstagramFollowStatus200Response.md
683
684
  - docs/GetInstagramPublishingLimit200Response.md
684
685
  - docs/GetInstagramStoryInsights200Response.md
@@ -871,9 +872,11 @@ files:
871
872
  - docs/InstagramAccountInsightsResponseMetricsValueValuesInner.md
872
873
  - docs/InstagramAccountInsightsResponseUnavailableMetricsInner.md
873
874
  - docs/InstagramApi.md
875
+ - docs/InstagramAudioAsset.md
874
876
  - docs/InstagramDemographicsResponse.md
875
877
  - docs/InstagramDemographicsResponseDemographicsValueInner.md
876
878
  - docs/InstagramPlatformData.md
879
+ - docs/InstagramPlatformDataAudioConfiguration.md
877
880
  - docs/InstagramPlatformDataTrialParams.md
878
881
  - docs/InstagramPlatformDataUserTagsInner.md
879
882
  - docs/InvitesApi.md
@@ -1244,6 +1247,7 @@ files:
1244
1247
  - docs/SearchInboxConversations200ResponseMeta.md
1245
1248
  - docs/SearchInboxConversations200ResponseMetaAccountsSkippedInner.md
1246
1249
  - docs/SearchInboxConversations200ResponseMetaFailedAccountsInner.md
1250
+ - docs/SearchInstagramAudio200Response.md
1247
1251
  - docs/SearchReddit200Response.md
1248
1252
  - docs/SearchTweets200Response.md
1249
1253
  - docs/SearchTweets200ResponseMeta.md
@@ -2395,6 +2399,7 @@ files:
2395
2399
  - lib/zernio-sdk/models/get_inbox_volume200_response_timeseries_inner.rb
2396
2400
  - lib/zernio-sdk/models/get_inbox_volume400_response.rb
2397
2401
  - lib/zernio-sdk/models/get_instagram_account_insights404_response.rb
2402
+ - lib/zernio-sdk/models/get_instagram_audio200_response.rb
2398
2403
  - lib/zernio-sdk/models/get_instagram_follow_status200_response.rb
2399
2404
  - lib/zernio-sdk/models/get_instagram_publishing_limit200_response.rb
2400
2405
  - lib/zernio-sdk/models/get_instagram_story_insights200_response.rb
@@ -2585,9 +2590,11 @@ files:
2585
2590
  - lib/zernio-sdk/models/instagram_account_insights_response_metrics_value_breakdowns_inner.rb
2586
2591
  - lib/zernio-sdk/models/instagram_account_insights_response_metrics_value_values_inner.rb
2587
2592
  - lib/zernio-sdk/models/instagram_account_insights_response_unavailable_metrics_inner.rb
2593
+ - lib/zernio-sdk/models/instagram_audio_asset.rb
2588
2594
  - lib/zernio-sdk/models/instagram_demographics_response.rb
2589
2595
  - lib/zernio-sdk/models/instagram_demographics_response_demographics_value_inner.rb
2590
2596
  - lib/zernio-sdk/models/instagram_platform_data.rb
2597
+ - lib/zernio-sdk/models/instagram_platform_data_audio_configuration.rb
2591
2598
  - lib/zernio-sdk/models/instagram_platform_data_trial_params.rb
2592
2599
  - lib/zernio-sdk/models/instagram_platform_data_user_tags_inner.rb
2593
2600
  - lib/zernio-sdk/models/like_inbox_comment200_response.rb
@@ -2942,6 +2949,7 @@ files:
2942
2949
  - lib/zernio-sdk/models/search_inbox_conversations200_response_meta.rb
2943
2950
  - lib/zernio-sdk/models/search_inbox_conversations200_response_meta_accounts_skipped_inner.rb
2944
2951
  - lib/zernio-sdk/models/search_inbox_conversations200_response_meta_failed_accounts_inner.rb
2952
+ - lib/zernio-sdk/models/search_instagram_audio200_response.rb
2945
2953
  - lib/zernio-sdk/models/search_reddit200_response.rb
2946
2954
  - lib/zernio-sdk/models/search_tweets200_response.rb
2947
2955
  - lib/zernio-sdk/models/search_tweets200_response_meta.rb
@@ -4069,6 +4077,7 @@ files:
4069
4077
  - spec/models/get_inbox_volume200_response_timeseries_inner_spec.rb
4070
4078
  - spec/models/get_inbox_volume400_response_spec.rb
4071
4079
  - spec/models/get_instagram_account_insights404_response_spec.rb
4080
+ - spec/models/get_instagram_audio200_response_spec.rb
4072
4081
  - spec/models/get_instagram_follow_status200_response_spec.rb
4073
4082
  - spec/models/get_instagram_publishing_limit200_response_spec.rb
4074
4083
  - spec/models/get_instagram_story_insights200_response_data_metrics_spec.rb
@@ -4259,8 +4268,10 @@ files:
4259
4268
  - spec/models/instagram_account_insights_response_metrics_value_values_inner_spec.rb
4260
4269
  - spec/models/instagram_account_insights_response_spec.rb
4261
4270
  - spec/models/instagram_account_insights_response_unavailable_metrics_inner_spec.rb
4271
+ - spec/models/instagram_audio_asset_spec.rb
4262
4272
  - spec/models/instagram_demographics_response_demographics_value_inner_spec.rb
4263
4273
  - spec/models/instagram_demographics_response_spec.rb
4274
+ - spec/models/instagram_platform_data_audio_configuration_spec.rb
4264
4275
  - spec/models/instagram_platform_data_spec.rb
4265
4276
  - spec/models/instagram_platform_data_trial_params_spec.rb
4266
4277
  - spec/models/instagram_platform_data_user_tags_inner_spec.rb
@@ -4616,6 +4627,7 @@ files:
4616
4627
  - spec/models/search_inbox_conversations200_response_meta_failed_accounts_inner_spec.rb
4617
4628
  - spec/models/search_inbox_conversations200_response_meta_spec.rb
4618
4629
  - spec/models/search_inbox_conversations200_response_spec.rb
4630
+ - spec/models/search_instagram_audio200_response_spec.rb
4619
4631
  - spec/models/search_reddit200_response_spec.rb
4620
4632
  - spec/models/search_tweets200_response_meta_spec.rb
4621
4633
  - spec/models/search_tweets200_response_pagination_spec.rb
@@ -5090,7 +5102,7 @@ files:
5090
5102
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
5091
5103
  - spec/models/you_tube_video_retention_response_spec.rb
5092
5104
  - spec/spec_helper.rb
5093
- - zernio-sdk-0.0.710.gem
5105
+ - zernio-sdk-0.0.712.gem
5094
5106
  - zernio-sdk.gemspec
5095
5107
  homepage: https://openapi-generator.tech
5096
5108
  licenses:
@@ -5389,6 +5401,7 @@ test_files:
5389
5401
  - spec/models/usage_metering_spec.rb
5390
5402
  - spec/models/remove_discord_member_role200_response_spec.rb
5391
5403
  - spec/models/get_google_business_food_menus200_response_spec.rb
5404
+ - spec/models/instagram_audio_asset_spec.rb
5392
5405
  - spec/models/get_best_time_to_post403_response_spec.rb
5393
5406
  - spec/models/update_whats_app_template_request_spec.rb
5394
5407
  - spec/models/webhook_payload_comment_post_spec.rb
@@ -6032,6 +6045,7 @@ test_files:
6032
6045
  - spec/models/users_list_response_spec.rb
6033
6046
  - spec/models/get_pinterest_boards200_response_spec.rb
6034
6047
  - spec/models/get_linked_in_organizations200_response_organizations_inner_spec.rb
6048
+ - spec/models/instagram_platform_data_audio_configuration_spec.rb
6035
6049
  - spec/models/create_post_request_platforms_inner_platform_specific_data_spec.rb
6036
6050
  - spec/models/adjust_conversions_request_adjustments_inner_user_spec.rb
6037
6051
  - spec/models/list_ad_catalogs200_response_spec.rb
@@ -6344,6 +6358,7 @@ test_files:
6344
6358
  - spec/models/webhook_payload_conversation_started_spec.rb
6345
6359
  - spec/models/list_sequences200_response_spec.rb
6346
6360
  - spec/models/get_whats_app_template200_response_spec.rb
6361
+ - spec/models/search_instagram_audio200_response_spec.rb
6347
6362
  - spec/models/get_daily_metrics200_response_platform_breakdown_inner_spec.rb
6348
6363
  - spec/models/generate_ad_previews200_response_spec.rb
6349
6364
  - spec/models/workflow_edge_spec.rb
@@ -6728,6 +6743,7 @@ test_files:
6728
6743
  - spec/models/validate_post_request_spec.rb
6729
6744
  - spec/models/get_post_timeline400_response_spec.rb
6730
6745
  - spec/models/list_phone_numbers200_response_sandbox_template_spec.rb
6746
+ - spec/models/get_instagram_audio200_response_spec.rb
6731
6747
  - spec/models/discord_platform_data_embeds_inner_footer_spec.rb
6732
6748
  - spec/models/create_broadcast200_response_broadcast_spec.rb
6733
6749
  - spec/models/post_analytics_spec.rb
Binary file