zernio-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: 2480ec15a4a2c35b7ef8aa085a3218ec3284290962566cf44e1c60357d2017cb
4
- data.tar.gz: 4900da7e500e0a0148956de64122af0fd932a49628859644105ff218fcedf88d
3
+ metadata.gz: d572767772bde8f8e407c839413022048c00cdadcb5dafa7f52df6ed4be4ef0d
4
+ data.tar.gz: 668de13d7d6f56fb1d4b4c631279df84c32f158bb1777746ec7e9db2a06a248c
5
5
  SHA512:
6
- metadata.gz: e36d4331113a0828b14c23be0c8a8d4c7acf84a40469252db49406220aebdd43040d8273dab198beaee3afa3d81c41701d23bb70f34610d6b9e48c219e2abb39
7
- data.tar.gz: c1c9d1b6b89e8ded5dcc5fa8f862124145c805bfe6ce31f798a9c7dd3fe490941ab1ee233890f3735a7f0850ba870997d67e5d937281911428d90f40062833b2
6
+ metadata.gz: 9fb084132bbb083a4d13bc87cc061bfe34d27790888c6f78ce850f38a160f6136cc4afb91e6d795539adcc3158a57f236e2e84dab8d351817bf69aa88e7ff9d7
7
+ data.tar.gz: da7b2a47bf8cda31c90bf6426e1c18269d325b71a6c0a7ec2363726c5c6130c5a6bfb8792eb06e7053bbcbd07bb55db4e0aa653dfc346bf8a92a978dcb5bd9ea
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zernio-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