dub 0.2.2.pre.alpha.28 → 0.2.2.pre.alpha.30

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 69c40e3f9fc98ca12e7efa03f24c82ad483066bf11c6839e98e3caa14a87988c
4
- data.tar.gz: 3ea4e989226e3a11851ecb650cb04c9724aea6dc8c68b980a5808e7db39ad90a
3
+ metadata.gz: e92a24eb067e5e48b02564a0a0cd367ec0c97c11be328f1971ea4d63a1a7c7a7
4
+ data.tar.gz: dd98b39f6078b946290711f95d27fa27331d27f87e56a230c8d45e48108a213a
5
5
  SHA512:
6
- metadata.gz: 9db58350ada348944a082f5dba9b39525220f38fbeb80b789d857a6aaeba46f33786026307c145ebf4c7a4def9e5c6f591aefade1af31a6f1ef79cbf3cf00609
7
- data.tar.gz: 895e674a64ddf490d83a53738e8fcdb47af3e7984ae7a18e43b1fc58c71ba4e8f3ac152a72fc37450cba884aa9f1a8dd564c8a29a3d0a130feccb036c7592c60
6
+ metadata.gz: 914a415a3b2d2838640982768e60c900a340f589e44bc2b659c0155ecb0235477d91dd169ecbb191f7e56e1a9b2e7b3fef52fbaaf177023b9f4af0937ba3f5bd
7
+ data.tar.gz: 49742b568e8729a6f44de258ef089bdaa9a365d47579e8d747a1a03d7c7e9217415884cc70a4674853205d2882f173d49c04c44569adb3411ff840a5a0081bdc
@@ -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.28'
42
- @gen_version = '2.438.15'
43
- @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.28 2.438.15 0.0.1 dub'
41
+ @sdk_version = '0.2.2-alpha.30'
42
+ @gen_version = '2.442.11'
43
+ @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.30 2.442.11 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.28
4
+ version: 0.2.2.pre.alpha.30
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-23 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday