late-sdk 0.0.961 → 0.0.962
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f5bd969591c8ac97966f44e9f126322f7640ff94bbfae52edbdc1c750d953b0c
|
|
4
|
+
data.tar.gz: 9fc68808c6e9be10f1795b949772ffb266d3ec39cbb48e8889834e3297342aec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74ea1c8a7ef61ee90dc0a8260f9f0dccd7e169e524a7997c8187833e2fe4cc06f428f28ac6dca20ca767a101a52b1e1976f32069c2ea2dcf9db4ecd7b83ebbcf
|
|
7
|
+
data.tar.gz: 643aeb41bd3c6e8fca91ab8c89a9b1c6398b88aa0aaa33d66dce7dd0ef00e6693152d7ff04a41c986cfa9eec0e681a35bb125ef90c7f59eef4f29954652da784
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| **username** | **String** | | [optional] |
|
|
9
9
|
| **name** | **String** | | [optional] |
|
|
10
10
|
| **picture** | **String** | | [optional] |
|
|
11
|
-
| **is_own_account** | **Boolean** | True when this comment was authored by the connected account itself (Meta re-delivers the account's own replies as comments events)
|
|
11
|
+
| **is_own_account** | **Boolean** | True when this comment was authored by the connected account itself. Populated on the Instagram and Facebook realtime webhooks (Meta re-delivers the account's own replies as comments events) and on TikTok, where it is inferred: comments created through this API are always flagged, and once the account's own author identifier is known (from one of those or from a comments listing) every author is compared against it. Absent means not evaluated, never \"not the account\". | [optional] |
|
|
12
12
|
| **instagram_profile** | [**WebhookPayloadCommentCommentAuthorInstagramProfile**](WebhookPayloadCommentCommentAuthorInstagramProfile.md) | | [optional] |
|
|
13
13
|
|
|
14
14
|
## Example
|
|
@@ -24,7 +24,7 @@ module Zernio
|
|
|
24
24
|
|
|
25
25
|
attr_accessor :picture
|
|
26
26
|
|
|
27
|
-
# True when this comment was authored by the connected account itself (Meta re-delivers the account's own replies as comments events)
|
|
27
|
+
# True when this comment was authored by the connected account itself. Populated on the Instagram and Facebook realtime webhooks (Meta re-delivers the account's own replies as comments events) and on TikTok, where it is inferred: comments created through this API are always flagged, and once the account's own author identifier is known (from one of those or from a comments listing) every author is compared against it. Absent means not evaluated, never \"not the account\".
|
|
28
28
|
attr_accessor :is_own_account
|
|
29
29
|
|
|
30
30
|
attr_accessor :instagram_profile
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -3341,7 +3341,7 @@ components:
|
|
|
3341
3341
|
type: [string, "null"]
|
|
3342
3342
|
isOwnAccount:
|
|
3343
3343
|
type: boolean
|
|
3344
|
-
description: 'True when this comment was authored by the connected account itself (Meta re-delivers the account''s own replies as comments events)
|
|
3344
|
+
description: 'True when this comment was authored by the connected account itself. Populated on the Instagram and Facebook realtime webhooks (Meta re-delivers the account''s own replies as comments events) and on TikTok, where it is inferred: comments created through this API are always flagged, and once the account''s own author identifier is known (from one of those or from a comments listing) every author is compared against it. Absent means not evaluated, never "not the account".'
|
|
3345
3345
|
instagramProfile:
|
|
3346
3346
|
type: object
|
|
3347
3347
|
description: |
|
|
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.962
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -6487,7 +6487,7 @@ files:
|
|
|
6487
6487
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
6488
6488
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
6489
6489
|
- spec/spec_helper.rb
|
|
6490
|
-
- zernio-sdk-0.0.
|
|
6490
|
+
- zernio-sdk-0.0.962.gem
|
|
6491
6491
|
- zernio-sdk.gemspec
|
|
6492
6492
|
homepage: https://openapi-generator.tech
|
|
6493
6493
|
licenses:
|
data/zernio-sdk-0.0.961.gem
DELETED
|
Binary file
|