late-sdk 0.0.650 → 0.0.651
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/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +4 -4
- data/zernio-sdk-0.0.651.gem +0 -0
- metadata +3 -3
- data/zernio-sdk-0.0.650.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: d533a08e75b1948b0aab942cf1b351cef27cfabdb65b690b24dbeb559baac69d
|
|
4
|
+
data.tar.gz: 3b3475649f443f48626f1adb86c7f9dadf71a6b8dc669c1c71f36d8abf79bd59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1e6d69aceffc536cde1a8d644c83c18ddd56d66cbaa22b7476950a315a0470c38de812f4bf24c2a4e09f7c3ffcbbaaa2be473b6b1be035b8c12c02d1be0ef212
|
|
7
|
+
data.tar.gz: 6a4064c05491d09fb9f7554c44078d8223adaa98ae8330a12bddbf0523b65582062b98b86c75daeda8ea7697a615112e090c400bfe1e35e062ab400aab5e9124
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -15459,7 +15459,7 @@ paths:
|
|
|
15459
15459
|
selectedPageName: { type: string }
|
|
15460
15460
|
example:
|
|
15461
15461
|
message: "Facebook page connected successfully"
|
|
15462
|
-
redirect_url: "https://yourdomain.com/integrations/callback?connected=facebook&profileId=507f1f77bcf86cd799439011&username=My+Brand+Page"
|
|
15462
|
+
redirect_url: "https://yourdomain.com/integrations/callback?connected=facebook&profileId=507f1f77bcf86cd799439011&accountId=64e1f0a9e2b5af0012ab34cd&username=My+Brand+Page"
|
|
15463
15463
|
account:
|
|
15464
15464
|
accountId: "64e1f0a9e2b5af0012ab34cd"
|
|
15465
15465
|
platform: "facebook"
|
|
@@ -15660,7 +15660,7 @@ paths:
|
|
|
15660
15660
|
selectedLocationId: { type: string, description: 'Bare GBP location id. Combine with the GBP account id as accounts/{gbpAccountId}/locations/{selectedLocationId} to form the location resource names that gmb-reviews/batch expects in locationNames.' }
|
|
15661
15661
|
example:
|
|
15662
15662
|
message: "Google Business location connected successfully"
|
|
15663
|
-
redirect_url: "https://yourdomain.com/integrations/callback?connected=googlebusiness&profileId=507f1f77bcf86cd799439011&username=My+Coffee+Shop"
|
|
15663
|
+
redirect_url: "https://yourdomain.com/integrations/callback?connected=googlebusiness&profileId=507f1f77bcf86cd799439011&accountId=64e1f0a9e2b5af0012ab34cd&username=My+Coffee+Shop"
|
|
15664
15664
|
account:
|
|
15665
15665
|
accountId: "64e1f0a9e2b5af0012ab34cd"
|
|
15666
15666
|
platform: "googlebusiness"
|
|
@@ -18095,7 +18095,7 @@ paths:
|
|
|
18095
18095
|
defaultBoardName: { type: string }
|
|
18096
18096
|
example:
|
|
18097
18097
|
message: "Pinterest connected successfully with default board"
|
|
18098
|
-
redirect_url: "https://yourdomain.com/integrations/callback?connected=pinterest&profileId=507f1f77bcf86cd799439011&board=Marketing+Ideas"
|
|
18098
|
+
redirect_url: "https://yourdomain.com/integrations/callback?connected=pinterest&profileId=507f1f77bcf86cd799439011&accountId=64e1f0a9e2b5af0012ab34cd&board=Marketing+Ideas"
|
|
18099
18099
|
account:
|
|
18100
18100
|
accountId: "64e1f0a9e2b5af0012ab34cd"
|
|
18101
18101
|
platform: "pinterest"
|
|
@@ -18278,7 +18278,7 @@ paths:
|
|
|
18278
18278
|
publicProfileName: { type: string }
|
|
18279
18279
|
example:
|
|
18280
18280
|
message: "Snapchat connected successfully with public profile"
|
|
18281
|
-
redirect_url: "https://yourdomain.com/integrations/callback?connected=snapchat&profileId=507f1f77bcf86cd799439011&publicProfile=My+Brand"
|
|
18281
|
+
redirect_url: "https://yourdomain.com/integrations/callback?connected=snapchat&profileId=507f1f77bcf86cd799439011&accountId=64e1f0a9e2b5af0012ab34cd&publicProfile=My+Brand"
|
|
18282
18282
|
account:
|
|
18283
18283
|
accountId: "64e1f0a9e2b5af0012ab34cd"
|
|
18284
18284
|
platform: "snapchat"
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.651
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- OpenAPI-Generator
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -4925,7 +4925,7 @@ files:
|
|
|
4925
4925
|
- spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
|
|
4926
4926
|
- spec/models/you_tube_video_retention_response_spec.rb
|
|
4927
4927
|
- spec/spec_helper.rb
|
|
4928
|
-
- zernio-sdk-0.0.
|
|
4928
|
+
- zernio-sdk-0.0.651.gem
|
|
4929
4929
|
- zernio-sdk.gemspec
|
|
4930
4930
|
homepage: https://openapi-generator.tech
|
|
4931
4931
|
licenses:
|
data/zernio-sdk-0.0.650.gem
DELETED
|
Binary file
|