dub 0.2.2.pre.alpha.28 → 0.2.2.pre.alpha.29
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/open_api_sdk/models/operations/createlink_requestbody.rb +3 -1
- data/lib/open_api_sdk/models/operations/data.rb +3 -1
- data/lib/open_api_sdk/models/operations/requestbody.rb +3 -1
- data/lib/open_api_sdk/models/operations/updatelink_requestbody.rb +3 -1
- data/lib/open_api_sdk/models/operations/upsertlink_requestbody.rb +3 -1
- data/lib/open_api_sdk/sdkconfiguration.rb +2 -2
- 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: dcdb44cff60587f142c7d4c5dd581111dc80df5786f6879c7bdbee8a473da4f9
|
|
4
|
+
data.tar.gz: e6c7cbc69632e4d3a9496e3a165f1908bab277ec67a43b5a2d5c7260ae77b420
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8adf849fcdefb3aedf1a5c081c91544e74dbd4ecb4bbaacd4b6876365f6e6c4b0ab3b22ab44fedfc6800276f777f30949ad2e31847699fd5124f7990fd3c1369
|
|
7
|
+
data.tar.gz: ebd5f0ad40a591624da5b531f3ac3b51760e5d8888928158f555c578dbb7148e14f7f2c60819b95d6a594c64ea6ab781172f65698961ab5629926fd588216cbc
|
|
@@ -47,7 +47,9 @@ module OpenApiSDK
|
|
|
47
47
|
field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
|
|
48
48
|
# Whether the short link uses Custom Social Media Cards feature.
|
|
49
49
|
field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
|
|
50
|
-
# Whether the short link's stats are publicly accessible.
|
|
50
|
+
# Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
|
|
51
|
+
#
|
|
52
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
51
53
|
field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
|
|
52
54
|
# The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
|
|
53
55
|
field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
|
|
@@ -35,7 +35,9 @@ module OpenApiSDK
|
|
|
35
35
|
field :password, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('password') } }
|
|
36
36
|
# Whether the short link uses Custom Social Media Cards feature.
|
|
37
37
|
field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
|
|
38
|
-
# Whether the short link's stats are publicly accessible.
|
|
38
|
+
# Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
|
|
39
|
+
#
|
|
40
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
39
41
|
field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
|
|
40
42
|
# The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
|
|
41
43
|
field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
|
|
@@ -47,7 +47,9 @@ module OpenApiSDK
|
|
|
47
47
|
field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
|
|
48
48
|
# Whether the short link uses Custom Social Media Cards feature.
|
|
49
49
|
field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
|
|
50
|
-
# Whether the short link's stats are publicly accessible.
|
|
50
|
+
# Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
|
|
51
|
+
#
|
|
52
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
51
53
|
field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
|
|
52
54
|
# The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
|
|
53
55
|
field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
|
|
@@ -45,7 +45,9 @@ module OpenApiSDK
|
|
|
45
45
|
field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
|
|
46
46
|
# Whether the short link uses Custom Social Media Cards feature.
|
|
47
47
|
field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
|
|
48
|
-
# Whether the short link's stats are publicly accessible.
|
|
48
|
+
# Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
|
|
49
|
+
#
|
|
50
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
49
51
|
field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
|
|
50
52
|
# The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
|
|
51
53
|
field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
|
|
@@ -47,7 +47,9 @@ module OpenApiSDK
|
|
|
47
47
|
field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
|
|
48
48
|
# Whether the short link uses Custom Social Media Cards feature.
|
|
49
49
|
field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
|
|
50
|
-
# Whether the short link's stats are publicly accessible.
|
|
50
|
+
# Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
|
|
51
|
+
#
|
|
52
|
+
# @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
51
53
|
field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
|
|
52
54
|
# The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
|
|
53
55
|
field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
|
|
@@ -38,9 +38,9 @@ module OpenApiSDK
|
|
|
38
38
|
@security = security
|
|
39
39
|
@language = 'ruby'
|
|
40
40
|
@openapi_doc_version = '0.0.1'
|
|
41
|
-
@sdk_version = '0.2.2-alpha.
|
|
41
|
+
@sdk_version = '0.2.2-alpha.29'
|
|
42
42
|
@gen_version = '2.438.15'
|
|
43
|
-
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.
|
|
43
|
+
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.29 2.438.15 0.0.1 dub'
|
|
44
44
|
end
|
|
45
45
|
|
|
46
46
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.2.pre.alpha.
|
|
4
|
+
version: 0.2.2.pre.alpha.29
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dub
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|