late-sdk 0.0.706 → 0.0.707

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: 23493505389729d733a3b114769588beb167d3deade4ec9608ac268f533646e2
4
- data.tar.gz: e801174f0890775b789ba99e0431b60fb68974b59f44bdb625f3d58239bb8321
3
+ metadata.gz: 6603194bef66dba2de17168c5b8ef102ab100f6406617c4d0c3bbf0f06ce576c
4
+ data.tar.gz: a7f637e264a58447b04932c099ad0b8e45671a13594cff01838f225cca58beaa
5
5
  SHA512:
6
- metadata.gz: 0fa5f8ec5def8d794451a547435cc33ea44d4629d054a63224cbdfcb17e0ebad089d7b3506c54d6e2e2a745d937e743accd72dce81675aa6a4c86b7f6e042ef1
7
- data.tar.gz: 30afe3646f4e3e36bda0acdaf7961d0023fe4814d56b83f305e5ecf48493b079ab873f6906ba6920a70ee67572a937df7ce74bbeb3c24994ca4f40099d75d6d4
6
+ metadata.gz: 1aabf517b419736b6e84044b9c9dab9c4a9bb5d9d7f8aadbadfa150d07136b7b892320dba5edf99b8044a900db34eaf65fbcb14c9abfc38ec87b59d3b04831f0
7
+ data.tar.gz: 95a110b10d856d9d85a7463145ffbedf6719b180cbc6a6e3a14928882d49fc024f7643947d0e85e24aef9562671bfe04797a74ba04352f8866d5b7b89b0d3bf4
data/docs/InstagramApi.md CHANGED
@@ -84,7 +84,7 @@ end
84
84
 
85
85
  Get Instagram story insights
86
86
 
87
- Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
87
+ Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
88
88
 
89
89
  ### Examples
90
90
 
@@ -83,7 +83,7 @@ module Zernio
83
83
  end
84
84
 
85
85
  # Get Instagram story insights
86
- # Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
86
+ # Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
87
87
  # @param account_id [String] The Instagram account ID
88
88
  # @param story_id [String] The Instagram media ID of the story.
89
89
  # @param [Hash] opts the optional parameters
@@ -94,7 +94,7 @@ module Zernio
94
94
  end
95
95
 
96
96
  # Get Instagram story insights
97
- # Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
97
+ # Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
98
98
  # @param account_id [String] The Instagram account ID
99
99
  # @param story_id [String] The Instagram media ID of the story.
100
100
  # @param [Hash] opts the optional parameters
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.706'
14
+ VERSION = '0.0.707'
15
15
  end
data/openapi.yaml CHANGED
@@ -20590,6 +20590,10 @@ paths:
20590
20590
  - `unavailable` — story has expired and we never received its webhook
20591
20591
  payload (for example, the account connected after the story expired)
20592
20592
 
20593
+ Meta can report an expired story as an empty successful result rather
20594
+ than an error, so an expired story resolves to `cached` or `unavailable`
20595
+ even though the upstream request itself succeeded.
20596
+
20593
20597
  Field semantics follow Meta's API. Counts below 5 may be returned as 0
20594
20598
  due to Meta's privacy floor on small audiences. The `navigation` field
20595
20599
  is the sum of `tapsForward + tapsBack + exits + swipesForward`.
@@ -20643,6 +20647,7 @@ paths:
20643
20647
  '400': { description: Invalid request. }
20644
20648
  '401': { $ref: '#/components/responses/Unauthorized' }
20645
20649
  '404': { description: Instagram account not found. }
20650
+ '502': { description: 'Instagram rejected the request.' }
20646
20651
 
20647
20652
  /v1/accounts/{accountId}/pinterest-boards:
20648
20653
  get:
@@ -46,7 +46,7 @@ describe 'InstagramApi' do
46
46
 
47
47
  # unit tests for get_instagram_story_insights
48
48
  # Get Instagram story insights
49
- # Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
49
+ # Returns metrics for a single story. The `source` field discriminates between three states: - `live` — fetched from Meta in real time (story is still active) - `cached` — fetched from a persisted `story_insights` webhook payload (story has expired but we received its final-state metrics from Meta) - `unavailable` — story has expired and we never received its webhook payload (for example, the account connected after the story expired) Meta can report an expired story as an empty successful result rather than an error, so an expired story resolves to `cached` or `unavailable` even though the upstream request itself succeeded. Field semantics follow Meta's API. Counts below 5 may be returned as 0 due to Meta's privacy floor on small audiences. The `navigation` field is the sum of `tapsForward + tapsBack + exits + swipesForward`.
50
50
  # @param account_id The Instagram account ID
51
51
  # @param story_id The Instagram media ID of the story.
52
52
  # @param [Hash] opts the optional parameters
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.706
4
+ version: 0.0.707
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -5072,7 +5072,7 @@ files:
5072
5072
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
5073
5073
  - spec/models/you_tube_video_retention_response_spec.rb
5074
5074
  - spec/spec_helper.rb
5075
- - zernio-sdk-0.0.706.gem
5075
+ - zernio-sdk-0.0.707.gem
5076
5076
  - zernio-sdk.gemspec
5077
5077
  homepage: https://openapi-generator.tech
5078
5078
  licenses:
Binary file