zernio-sdk 0.0.939 → 0.0.940
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 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e9f5b025f3eaa07b2b3bf1e8dfc6dea2e99e9c917dae8798f0cdaa07c88d8184
|
|
4
|
+
data.tar.gz: 5ba64bd460d91f3d3d01c4d8537ec3679ff92580eb2d63afeda3aeb574f298a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d697aec044e1b801f237953c79d40a60d61e8d3f9834384364c6c978fe0afcb41a785f37bfbcda39e0be9b4e29140ec250f79713e88ec66ed6e5f7537afa22a
|
|
7
|
+
data.tar.gz: f8658e9f0bd4706a6f60d8f20e4a23b770fb52079ea3d8a09924948869ad9bab2772b16823e3b027ce5e2daefdcfb617267d9c2431badcd4adf41cb17aece502
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -20315,8 +20315,11 @@ paths:
|
|
|
20315
20315
|
tempToken: "EAAxxxxx..."
|
|
20316
20316
|
userProfile:
|
|
20317
20317
|
id: "987654321"
|
|
20318
|
-
|
|
20318
|
+
username: "john.doe"
|
|
20319
|
+
displayName: "John Doe"
|
|
20319
20320
|
profilePicture: "https://..."
|
|
20321
|
+
profileUrl: "https://facebook.com/987654321"
|
|
20322
|
+
bio: null
|
|
20320
20323
|
redirect_url: "https://yourdomain.com/integrations/callback"
|
|
20321
20324
|
security:
|
|
20322
20325
|
- bearerAuth: []
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zernio-sdk
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.940
|
|
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-09-
|
|
11
|
+
date: 2026-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|