dub 0.2.2.pre.alpha.51 → 0.2.2.pre.alpha.53

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: e6be890bff9eaddb4493411da2c84b328861d9c26de6cc0e84d8b3a1758e2c57
4
+ data.tar.gz: eb87c18986fafcc75025602ab621193e7e431e446472e0c6efa43a0e8f151dfb
5
5
  SHA512:
6
- metadata.gz: 65088760ad7e0af331e61b1d4da07ee3024fca0d28ffa6447d0521e54abef9f5d49c98b124bc6e0eefdcb6fd743effd95b4817aa595f89c8ceaacf79cc6c19f4
7
- data.tar.gz: '0093d100eb450d06e547d397f1431b2a5382a5d2b3fca8f87f9c5b5a45f70a3af9a27b38eb246ddc3e0a7f26f61aa7a1284bba87227962ab2af8bddb907c0f3c'
6
+ metadata.gz: a604250ea037d8d5af02a691b64ba6d6b16caeb1a0b77a5184455ee689713c1a23722dd7ab5fd6bf778721868855784cd4490c319960270e73f2ee7eabeeebbd
7
+ data.tar.gz: 9b2316928882e49544c5515dd740970c110d1f4d22e7bea385f35a61e20c83a12993ff5e5e4baafa83b0d6959699f550537fb38d46e5e074b2f505547d448646
@@ -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') } }
@@ -12,6 +12,8 @@ module OpenApiSDK
12
12
  extend T::Sig
13
13
 
14
14
 
15
+ field :conversion_enabled, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('conversionEnabled') } }
16
+
15
17
  field :logo, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('logo') } }
16
18
 
17
19
  field :name, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('name') } }
@@ -19,8 +21,9 @@ module OpenApiSDK
19
21
  field :slug, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('slug') } }
20
22
 
21
23
 
22
- sig { params(logo: T.nilable(::String), name: T.nilable(::String), slug: T.nilable(::String)).void }
23
- def initialize(logo: nil, name: nil, slug: nil)
24
+ sig { params(conversion_enabled: T.nilable(T::Boolean), logo: T.nilable(::String), name: T.nilable(::String), slug: T.nilable(::String)).void }
25
+ def initialize(conversion_enabled: nil, logo: nil, name: nil, slug: nil)
26
+ @conversion_enabled = conversion_enabled
24
27
  @logo = logo
25
28
  @name = name
26
29
  @slug = slug
@@ -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') } }
@@ -17,7 +17,7 @@ module OpenApiSDK
17
17
  field :ai_usage, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('aiUsage') } }
18
18
  # The date and time when the billing cycle starts for the workspace.
19
19
  field :billing_cycle_start, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('billingCycleStart') } }
20
- # Whether the workspace has conversion tracking enabled (d.to/conversions).
20
+ # Whether the workspace has conversion tracking enabled automatically for new links (d.to/conversions).
21
21
  field :conversion_enabled, T::Boolean, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('conversionEnabled') } }
22
22
  # The date and time when the workspace was created.
23
23
  field :created_at, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('createdAt') } }
@@ -53,6 +53,8 @@ module OpenApiSDK
53
53
  field :sales_usage, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('salesUsage') } }
54
54
  # The slug of the workspace.
55
55
  field :slug, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('slug') } }
56
+ # The miscellaneous key-value store of the workspace.
57
+ field :store, T::Hash[Symbol, ::Object], { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('store') } }
56
58
  # The Stripe Connect ID of the workspace.
57
59
  field :stripe_connect_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('stripeConnectId') } }
58
60
  # The Stripe ID of the workspace.
@@ -71,8 +73,8 @@ module OpenApiSDK
71
73
  field :flags, T.nilable(T::Hash[Symbol, T::Boolean]), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('flags') } }
72
74
 
73
75
 
74
- sig { params(ai_limit: ::Float, ai_usage: ::Float, billing_cycle_start: ::Float, conversion_enabled: T::Boolean, created_at: ::String, domains: T::Array[::OpenApiSDK::Shared::Domains], domains_limit: ::Float, dot_link_claimed: T::Boolean, id: ::String, invite_code: ::String, links_limit: ::Float, links_usage: ::Float, logo: ::String, name: ::String, partners_enabled: T::Boolean, payment_failed_at: ::String, payout_method_id: ::String, plan: ::OpenApiSDK::Shared::Plan, sales_limit: ::Float, sales_usage: ::Float, slug: ::String, stripe_connect_id: ::String, stripe_id: ::String, tags_limit: ::Float, usage: ::Float, usage_limit: ::Float, users: T::Array[::OpenApiSDK::Shared::Users], users_limit: ::Float, flags: T.nilable(T::Hash[Symbol, T::Boolean])).void }
75
- def initialize(ai_limit: nil, ai_usage: nil, billing_cycle_start: nil, conversion_enabled: nil, created_at: nil, domains: nil, domains_limit: nil, dot_link_claimed: nil, id: nil, invite_code: nil, links_limit: nil, links_usage: nil, logo: nil, name: nil, partners_enabled: nil, payment_failed_at: nil, payout_method_id: nil, plan: nil, sales_limit: nil, sales_usage: nil, slug: nil, stripe_connect_id: nil, stripe_id: nil, tags_limit: nil, usage: nil, usage_limit: nil, users: nil, users_limit: nil, flags: nil)
76
+ sig { params(ai_limit: ::Float, ai_usage: ::Float, billing_cycle_start: ::Float, conversion_enabled: T::Boolean, created_at: ::String, domains: T::Array[::OpenApiSDK::Shared::Domains], domains_limit: ::Float, dot_link_claimed: T::Boolean, id: ::String, invite_code: ::String, links_limit: ::Float, links_usage: ::Float, logo: ::String, name: ::String, partners_enabled: T::Boolean, payment_failed_at: ::String, payout_method_id: ::String, plan: ::OpenApiSDK::Shared::Plan, sales_limit: ::Float, sales_usage: ::Float, slug: ::String, store: T::Hash[Symbol, ::Object], stripe_connect_id: ::String, stripe_id: ::String, tags_limit: ::Float, usage: ::Float, usage_limit: ::Float, users: T::Array[::OpenApiSDK::Shared::Users], users_limit: ::Float, flags: T.nilable(T::Hash[Symbol, T::Boolean])).void }
77
+ def initialize(ai_limit: nil, ai_usage: nil, billing_cycle_start: nil, conversion_enabled: nil, created_at: nil, domains: nil, domains_limit: nil, dot_link_claimed: nil, id: nil, invite_code: nil, links_limit: nil, links_usage: nil, logo: nil, name: nil, partners_enabled: nil, payment_failed_at: nil, payout_method_id: nil, plan: nil, sales_limit: nil, sales_usage: nil, slug: nil, store: nil, stripe_connect_id: nil, stripe_id: nil, tags_limit: nil, usage: nil, usage_limit: nil, users: nil, users_limit: nil, flags: nil)
76
78
  @ai_limit = ai_limit
77
79
  @ai_usage = ai_usage
78
80
  @billing_cycle_start = billing_cycle_start
@@ -94,6 +96,7 @@ module OpenApiSDK
94
96
  @sales_limit = sales_limit
95
97
  @sales_usage = sales_usage
96
98
  @slug = slug
99
+ @store = store
97
100
  @stripe_connect_id = stripe_connect_id
98
101
  @stripe_id = stripe_id
99
102
  @tags_limit = tags_limit
@@ -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'
42
- @gen_version = '2.493.4'
43
- @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.51 2.493.4 0.0.1 dub'
41
+ @sdk_version = '0.2.2-alpha.53'
42
+ @gen_version = '2.493.13'
43
+ @user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.53 2.493.13 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.53
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-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday