dub 0.2.2.pre.alpha.51 → 0.2.2.pre.alpha.52

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: f9414e55b9d93fcd988021fc1a00369ca92f3ec28d3a57fe5dcd3559e0041b4e
4
- data.tar.gz: a7cf16722048633213186660b130ed0b2bd12b06f4d096ecaac6c8ddf627b5ea
3
+ metadata.gz: d48dd5dc7f84c1d324536496452cafb0037587583f033c17433deb10c7bc0cfc
4
+ data.tar.gz: d88c4e4d9984d2d17ad94ed50c769bf15f9403680b2caeff6abb2b701aab93d6
5
5
  SHA512:
6
- metadata.gz: 65088760ad7e0af331e61b1d4da07ee3024fca0d28ffa6447d0521e54abef9f5d49c98b124bc6e0eefdcb6fd743effd95b4817aa595f89c8ceaacf79cc6c19f4
7
- data.tar.gz: '0093d100eb450d06e547d397f1431b2a5382a5d2b3fca8f87f9c5b5a45f70a3af9a27b38eb246ddc3e0a7f26f61aa7a1284bba87227962ab2af8bddb907c0f3c'
6
+ metadata.gz: 6f91ae5ac32d0c4a1357d466eff1142ccaca676a56b3f94b0897b6b44517c901f7416d57495f6e67f92845e655c041e93cd9b964309e5b464d17e5f24f45b59b
7
+ data.tar.gz: e10dba2d37f97ed4113b7de887032bb9b4f317c1bda842909a833b4f4081fd3173a52637449c37391245e55554683b87a772bd347480481c69dff9d2d048c164
@@ -15,7 +15,7 @@ module OpenApiSDK
15
15
  field :url, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
16
16
  # The Android destination URL for the short link for Android device targeting.
17
17
  field :android, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('android') } }
18
- # Whether the short link is archived.
18
+ # Whether the short link is archived. Defaults to `false` if not provided.
19
19
  field :archived, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('archived') } }
20
20
  # The comments for the short link.
21
21
  field :comments, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('comments') } }
@@ -45,15 +45,15 @@ module OpenApiSDK
45
45
  field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
46
46
  # The ID of the program the short link is associated with.
47
47
  field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
48
- # Whether the short link uses Custom Social Media Cards feature.
48
+ # Whether the short link uses Custom Social Media Cards feature. Defaults to `false` if not provided.
49
49
  field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
50
- # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
50
+ # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible. Defaults to `false` if not provided.
51
51
  #
52
52
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
53
53
  field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
54
54
  # The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
55
55
  field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
56
- # Whether the short link uses link cloaking.
56
+ # Whether the short link uses link cloaking. Defaults to `false` if not provided.
57
57
  field :rewrite, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('rewrite') } }
58
58
  # The unique ID of the tag assigned to the short link. This field is deprecated – use `tagIds` instead.
59
59
  #
@@ -67,7 +67,7 @@ module OpenApiSDK
67
67
  field :tenant_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tenantId') } }
68
68
  # The custom link preview title (og:title). Will be used for Custom Social Media Cards if `proxy` is true. Learn more: https://d.to/og
69
69
  field :title, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('title') } }
70
- # Whether to track conversions for the short link.
70
+ # Whether to track conversions for the short link. Defaults to `false` if not provided.
71
71
  field :track_conversion, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('trackConversion') } }
72
72
  # The UTM campaign of the short link. If set, this will populate or override the UTM campaign in the destination URL.
73
73
  field :utm_campaign, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('utm_campaign') } }
@@ -13,7 +13,7 @@ module OpenApiSDK
13
13
 
14
14
  # The Android destination URL for the short link for Android device targeting.
15
15
  field :android, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('android') } }
16
- # Whether the short link is archived.
16
+ # Whether the short link is archived. Defaults to `false` if not provided.
17
17
  field :archived, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('archived') } }
18
18
  # The comments for the short link.
19
19
  field :comments, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('comments') } }
@@ -35,15 +35,15 @@ module OpenApiSDK
35
35
  field :password, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('password') } }
36
36
  # The ID of the program the short link is associated with.
37
37
  field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
38
- # Whether the short link uses Custom Social Media Cards feature.
38
+ # Whether the short link uses Custom Social Media Cards feature. Defaults to `false` if not provided.
39
39
  field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
40
- # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
40
+ # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible. Defaults to `false` if not provided.
41
41
  #
42
42
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
43
43
  field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
44
44
  # The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
45
45
  field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
46
- # Whether the short link uses link cloaking.
46
+ # Whether the short link uses link cloaking. Defaults to `false` if not provided.
47
47
  field :rewrite, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('rewrite') } }
48
48
  # The unique ID of the tag assigned to the short link. This field is deprecated – use `tagIds` instead.
49
49
  #
@@ -57,7 +57,7 @@ module OpenApiSDK
57
57
  field :tenant_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tenantId') } }
58
58
  # The custom link preview title (og:title). Will be used for Custom Social Media Cards if `proxy` is true. Learn more: https://d.to/og
59
59
  field :title, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('title') } }
60
- # Whether to track conversions for the short link.
60
+ # Whether to track conversions for the short link. Defaults to `false` if not provided.
61
61
  field :track_conversion, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('trackConversion') } }
62
62
  # The destination URL of the short link.
63
63
  field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
@@ -15,7 +15,7 @@ module OpenApiSDK
15
15
  field :url, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
16
16
  # The Android destination URL for the short link for Android device targeting.
17
17
  field :android, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('android') } }
18
- # Whether the short link is archived.
18
+ # Whether the short link is archived. Defaults to `false` if not provided.
19
19
  field :archived, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('archived') } }
20
20
  # The comments for the short link.
21
21
  field :comments, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('comments') } }
@@ -45,15 +45,15 @@ module OpenApiSDK
45
45
  field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
46
46
  # The ID of the program the short link is associated with.
47
47
  field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
48
- # Whether the short link uses Custom Social Media Cards feature.
48
+ # Whether the short link uses Custom Social Media Cards feature. Defaults to `false` if not provided.
49
49
  field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
50
- # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
50
+ # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible. Defaults to `false` if not provided.
51
51
  #
52
52
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
53
53
  field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
54
54
  # The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
55
55
  field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
56
- # Whether the short link uses link cloaking.
56
+ # Whether the short link uses link cloaking. Defaults to `false` if not provided.
57
57
  field :rewrite, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('rewrite') } }
58
58
  # The unique ID of the tag assigned to the short link. This field is deprecated – use `tagIds` instead.
59
59
  #
@@ -67,7 +67,7 @@ module OpenApiSDK
67
67
  field :tenant_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tenantId') } }
68
68
  # The custom link preview title (og:title). Will be used for Custom Social Media Cards if `proxy` is true. Learn more: https://d.to/og
69
69
  field :title, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('title') } }
70
- # Whether to track conversions for the short link.
70
+ # Whether to track conversions for the short link. Defaults to `false` if not provided.
71
71
  field :track_conversion, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('trackConversion') } }
72
72
  # The UTM campaign of the short link. If set, this will populate or override the UTM campaign in the destination URL.
73
73
  field :utm_campaign, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('utm_campaign') } }
@@ -13,7 +13,7 @@ module OpenApiSDK
13
13
 
14
14
  # The Android destination URL for the short link for Android device targeting.
15
15
  field :android, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('android') } }
16
- # Whether the short link is archived.
16
+ # Whether the short link is archived. Defaults to `false` if not provided.
17
17
  field :archived, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('archived') } }
18
18
  # The comments for the short link.
19
19
  field :comments, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('comments') } }
@@ -43,15 +43,15 @@ module OpenApiSDK
43
43
  field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
44
44
  # The ID of the program the short link is associated with.
45
45
  field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
46
- # Whether the short link uses Custom Social Media Cards feature.
46
+ # Whether the short link uses Custom Social Media Cards feature. Defaults to `false` if not provided.
47
47
  field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
48
- # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
48
+ # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible. Defaults to `false` if not provided.
49
49
  #
50
50
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
51
51
  field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
52
52
  # The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
53
53
  field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
54
- # Whether the short link uses link cloaking.
54
+ # Whether the short link uses link cloaking. Defaults to `false` if not provided.
55
55
  field :rewrite, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('rewrite') } }
56
56
  # The unique ID of the tag assigned to the short link. This field is deprecated – use `tagIds` instead.
57
57
  #
@@ -65,7 +65,7 @@ module OpenApiSDK
65
65
  field :tenant_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tenantId') } }
66
66
  # The custom link preview title (og:title). Will be used for Custom Social Media Cards if `proxy` is true. Learn more: https://d.to/og
67
67
  field :title, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('title') } }
68
- # Whether to track conversions for the short link.
68
+ # Whether to track conversions for the short link. Defaults to `false` if not provided.
69
69
  field :track_conversion, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('trackConversion') } }
70
70
  # The destination URL of the short link.
71
71
  field :url, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
@@ -15,7 +15,7 @@ module OpenApiSDK
15
15
  field :url, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
16
16
  # The Android destination URL for the short link for Android device targeting.
17
17
  field :android, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('android') } }
18
- # Whether the short link is archived.
18
+ # Whether the short link is archived. Defaults to `false` if not provided.
19
19
  field :archived, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('archived') } }
20
20
  # The comments for the short link.
21
21
  field :comments, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('comments') } }
@@ -45,15 +45,15 @@ module OpenApiSDK
45
45
  field :prefix, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('prefix') } }
46
46
  # The ID of the program the short link is associated with.
47
47
  field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
48
- # Whether the short link uses Custom Social Media Cards feature.
48
+ # Whether the short link uses Custom Social Media Cards feature. Defaults to `false` if not provided.
49
49
  field :proxy, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('proxy') } }
50
- # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible.
50
+ # Deprecated: Use `dashboard` instead. Whether the short link's stats are publicly accessible. Defaults to `false` if not provided.
51
51
  #
52
52
  # @deprecated true: This will be removed in a future release, please migrate away from it as soon as possible.
53
53
  field :public_stats, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('publicStats') } }
54
54
  # The referral tag of the short link. If set, this will populate or override the `ref` query parameter in the destination URL.
55
55
  field :ref, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ref') } }
56
- # Whether the short link uses link cloaking.
56
+ # Whether the short link uses link cloaking. Defaults to `false` if not provided.
57
57
  field :rewrite, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('rewrite') } }
58
58
  # The unique ID of the tag assigned to the short link. This field is deprecated – use `tagIds` instead.
59
59
  #
@@ -67,7 +67,7 @@ module OpenApiSDK
67
67
  field :tenant_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tenantId') } }
68
68
  # The custom link preview title (og:title). Will be used for Custom Social Media Cards if `proxy` is true. Learn more: https://d.to/og
69
69
  field :title, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('title') } }
70
- # Whether to track conversions for the short link.
70
+ # Whether to track conversions for the short link. Defaults to `false` if not provided.
71
71
  field :track_conversion, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('trackConversion') } }
72
72
  # The UTM campaign of the short link. If set, this will populate or override the UTM campaign in the destination URL.
73
73
  field :utm_campaign, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('utm_campaign') } }
@@ -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.51'
41
+ @sdk_version = '0.2.2-alpha.52'
42
42
  @gen_version = '2.493.4'
43
- @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.51 2.493.4 0.0.1 dub'
43
+ @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.52 2.493.4 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.51
4
+ version: 0.2.2.pre.alpha.52
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-12 00:00:00.000000000 Z
11
+ date: 2025-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday