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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b53e9b9407ddef233ec197f47d977592db55ffbe65ea12d0fe7385c804beee5
4
- data.tar.gz: 54f7f9b45f9dcb889b3d9d61bc9fa0412e8987a21eb0d472c5a6c1120a6109f1
3
+ metadata.gz: d2982803b725c6158190642ead7c98916a1056d61950f5b6784ced0b9ee2a954
4
+ data.tar.gz: 760f9b597669ddd198b9ac9839bbba27564078b1c6e2fcd1bbc1e17301f1dcc4
5
5
  SHA512:
6
- metadata.gz: 8c9a5e287f15ba6dbd7ee2c64df6443c1201c05c45099830ddcd94917cd0aa7037fb7ee4f69b7d1cadb07e5ed5c69adcc48b2298e681ef143ce6875d3287e04a
7
- data.tar.gz: fed0551ff916bbb54127a16cd3991a30ced9605e11b0ac08a37d3244d4f1dda224f3f0339f087f2be430d918d63dd2934e2cd726042e282f094281c04f32d013
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 Late post ID if scheduled via Late | [optional] |
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 Late post ID if scheduled via Late | [optional] |
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 Late profile ID | |
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 AnalyticsListResponsePostsInner < ApiModelBase
18
18
  attr_accessor :_id
19
19
 
20
- # Original Late post ID if scheduled via Late
20
+ # Original Zernio post ID if scheduled via Zernio
21
21
  attr_accessor :late_post_id
22
22
 
23
23
  attr_accessor :content
@@ -17,7 +17,7 @@ module Late
17
17
  class AnalyticsSinglePostResponse < ApiModelBase
18
18
  attr_accessor :post_id
19
19
 
20
- # Original Late post ID if scheduled via Late
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.
@@ -15,7 +15,7 @@ require 'time'
15
15
 
16
16
  module Late
17
17
  class ConnectWhatsAppCredentialsRequest < ApiModelBase
18
- # Your Late profile ID
18
+ # Your Zernio profile ID
19
19
  attr_accessor :profile_id
20
20
 
21
21
  # Permanent System User access token from Meta Business Suite
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Late
14
- VERSION = '0.0.82'
14
+ VERSION = '0.0.83'
15
15
  end
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 Late post ID if scheduled via Late' }
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 Late post ID if scheduled via Late' }
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 (Late post with synced 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 Late profile ID
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.82
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.82.gem
2143
+ - zernio-sdk-0.0.83.gem
2144
2144
  homepage: https://openapi-generator.tech
2145
2145
  licenses:
2146
2146
  - Unlicense
Binary file