late-sdk 0.0.82 → 0.0.83
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/AnalyticsListResponsePostsInner.md +1 -1
- data/docs/AnalyticsSinglePostResponse.md +1 -1
- data/docs/ConnectWhatsAppCredentialsRequest.md +1 -1
- data/lib/late-sdk/models/analytics_list_response_posts_inner.rb +1 -1
- data/lib/late-sdk/models/analytics_single_post_response.rb +1 -1
- data/lib/late-sdk/models/connect_whats_app_credentials_request.rb +1 -1
- data/lib/late-sdk/version.rb +1 -1
- data/openapi.yaml +4 -4
- data/zernio-sdk-0.0.83.gem +0 -0
- metadata +2 -2
- data/zernio-sdk-0.0.82.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: d2982803b725c6158190642ead7c98916a1056d61950f5b6784ced0b9ee2a954
|
|
4
|
+
data.tar.gz: 760f9b597669ddd198b9ac9839bbba27564078b1c6e2fcd1bbc1e17301f1dcc4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bbd2b4692f385091867297ac3fde07a54ea4e5ac55e1ae2a2a79fd06761dbd8a2dc441d0924bc84033cd8ae35122e33f311ecf8b4f23b5af1aef51ed58b280a
|
|
7
|
+
data.tar.gz: e4b5e914177caf8f2aaa80b00ff6b01145fae5e4a11a6f8c9c8e57c9f9a2506bd355b9c4d5f3380d90d3cfc5070f0ceabbc5988ee59b778b2fb137510a279359
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **_id** | **String** | | [optional] |
|
|
8
|
-
| **late_post_id** | **String** | Original
|
|
8
|
+
| **late_post_id** | **String** | Original Zernio post ID if scheduled via Zernio | [optional] |
|
|
9
9
|
| **content** | **String** | | [optional] |
|
|
10
10
|
| **scheduled_for** | **Time** | | [optional] |
|
|
11
11
|
| **published_at** | **Time** | | [optional] |
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **post_id** | **String** | | [optional] |
|
|
8
|
-
| **late_post_id** | **String** | Original
|
|
8
|
+
| **late_post_id** | **String** | Original Zernio post ID if scheduled via Zernio | [optional] |
|
|
9
9
|
| **status** | **String** | Overall post status. \"partial\" when some platforms published and others failed. | [optional] |
|
|
10
10
|
| **content** | **String** | | [optional] |
|
|
11
11
|
| **scheduled_for** | **Time** | | [optional] |
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
|
-
| **profile_id** | **String** | Your
|
|
7
|
+
| **profile_id** | **String** | Your Zernio profile ID | |
|
|
8
8
|
| **access_token** | **String** | Permanent System User access token from Meta Business Suite | |
|
|
9
9
|
| **waba_id** | **String** | WhatsApp Business Account ID from Meta | |
|
|
10
10
|
| **phone_number_id** | **String** | Phone Number ID from Meta WhatsApp Manager | |
|
|
@@ -17,7 +17,7 @@ module Late
|
|
|
17
17
|
class AnalyticsSinglePostResponse < ApiModelBase
|
|
18
18
|
attr_accessor :post_id
|
|
19
19
|
|
|
20
|
-
# Original
|
|
20
|
+
# Original Zernio post ID if scheduled via Zernio
|
|
21
21
|
attr_accessor :late_post_id
|
|
22
22
|
|
|
23
23
|
# Overall post status. \"partial\" when some platforms published and others failed.
|
data/lib/late-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -1934,7 +1934,7 @@ components:
|
|
|
1934
1934
|
type: object
|
|
1935
1935
|
properties:
|
|
1936
1936
|
postId: { type: string }
|
|
1937
|
-
latePostId: { type: string, nullable: true, description: 'Original
|
|
1937
|
+
latePostId: { type: string, nullable: true, description: 'Original Zernio post ID if scheduled via Zernio' }
|
|
1938
1938
|
status: { type: string, enum: [published, failed, partial], description: 'Overall post status. "partial" when some platforms published and others failed.' }
|
|
1939
1939
|
content: { type: string }
|
|
1940
1940
|
scheduledFor: { type: string, format: date-time }
|
|
@@ -1972,7 +1972,7 @@ components:
|
|
|
1972
1972
|
type: object
|
|
1973
1973
|
properties:
|
|
1974
1974
|
_id: { type: string }
|
|
1975
|
-
latePostId: { type: string, nullable: true, description: 'Original
|
|
1975
|
+
latePostId: { type: string, nullable: true, description: 'Original Zernio post ID if scheduled via Zernio' }
|
|
1976
1976
|
content: { type: string }
|
|
1977
1977
|
scheduledFor: { type: string, format: date-time }
|
|
1978
1978
|
publishedAt: { type: string, format: date-time }
|
|
@@ -3135,7 +3135,7 @@ paths:
|
|
|
3135
3135
|
- $ref: '#/components/schemas/AnalyticsListResponse'
|
|
3136
3136
|
examples:
|
|
3137
3137
|
singlePost:
|
|
3138
|
-
summary: Single post analytics (
|
|
3138
|
+
summary: Single post analytics (Zernio post with synced analytics)
|
|
3139
3139
|
value:
|
|
3140
3140
|
postId: "65f1c0a9e2b5af0012ab34cd"
|
|
3141
3141
|
latePostId: null
|
|
@@ -8500,7 +8500,7 @@ paths:
|
|
|
8500
8500
|
properties:
|
|
8501
8501
|
profileId:
|
|
8502
8502
|
type: string
|
|
8503
|
-
description: Your
|
|
8503
|
+
description: Your Zernio profile ID
|
|
8504
8504
|
accessToken:
|
|
8505
8505
|
type: string
|
|
8506
8506
|
description: Permanent System User access token from Meta Business Suite
|
|
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.83
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
@@ -2140,7 +2140,7 @@ files:
|
|
|
2140
2140
|
- spec/models/you_tube_scope_missing_response_scope_status_spec.rb
|
|
2141
2141
|
- spec/models/you_tube_scope_missing_response_spec.rb
|
|
2142
2142
|
- spec/spec_helper.rb
|
|
2143
|
-
- zernio-sdk-0.0.
|
|
2143
|
+
- zernio-sdk-0.0.83.gem
|
|
2144
2144
|
homepage: https://openapi-generator.tech
|
|
2145
2145
|
licenses:
|
|
2146
2146
|
- Unlicense
|
data/zernio-sdk-0.0.82.gem
DELETED
|
Binary file
|