dub 0.2.2.pre.alpha.93 → 0.2.2.pre.alpha.97
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/embed_tokens.rb +2 -2
- data/lib/open_api_sdk/events.rb +2 -2
- data/lib/open_api_sdk/folders.rb +2 -2
- data/lib/open_api_sdk/links.rb +2 -2
- data/lib/open_api_sdk/models/operations/createcustomer_link.rb +5 -2
- data/lib/open_api_sdk/models/operations/createcustomer_responsebody.rb +8 -2
- data/lib/open_api_sdk/models/operations/createpartner_responsebody.rb +8 -2
- data/lib/open_api_sdk/models/operations/getcustomer_link.rb +5 -2
- data/lib/open_api_sdk/models/operations/getcustomer_responsebody.rb +8 -2
- data/lib/open_api_sdk/models/operations/getcustomers_link.rb +5 -2
- data/lib/open_api_sdk/models/operations/getcustomers_queryparam_sortby.rb +18 -0
- data/lib/open_api_sdk/models/operations/getcustomers_queryparam_sortorder.rb +18 -0
- data/lib/open_api_sdk/models/operations/getcustomers_request.rb +14 -2
- data/lib/open_api_sdk/models/operations/getlinks_request.rb +2 -2
- data/lib/open_api_sdk/models/operations/getlinkscount_request.rb +2 -2
- data/lib/open_api_sdk/models/operations/listevents_response.rb +5 -5
- data/lib/open_api_sdk/models/operations/responsebody.rb +8 -2
- data/lib/open_api_sdk/models/operations/updatecustomer_link.rb +5 -2
- data/lib/open_api_sdk/models/operations/updatecustomer_responsebody.rb +8 -2
- data/lib/open_api_sdk/models/operations/updatelink_requestbody.rb +1 -1
- data/lib/open_api_sdk/models/operations.rb +2 -0
- data/lib/open_api_sdk/models/shared.rb +0 -6
- data/lib/open_api_sdk/partners.rb +3 -3
- data/lib/open_api_sdk/sdkconfiguration.rb +2 -2
- data/lib/open_api_sdk/tags.rb +2 -2
- metadata +4 -8
- data/lib/open_api_sdk/models/shared/click.rb +0 -63
- data/lib/open_api_sdk/models/shared/clickevent.rb +0 -98
- data/lib/open_api_sdk/models/shared/clickevent_geo.rb +0 -771
- data/lib/open_api_sdk/models/shared/clickevent_testvariants.rb +0 -27
- data/lib/open_api_sdk/models/shared/event.rb +0 -17
- data/lib/open_api_sdk/models/shared/link.rb +0 -172
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c10e76d036a2d60624dcff35dc6809d51ca32336b23cd93db6fc125bca4f2d96
|
4
|
+
data.tar.gz: ed2c58377588a69081fa97e3729ddc6bfbdd20fa9facacd2f758734c895c75c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e69f6f1941efe0ee7aaa54adcccd31dce8e5f3de8332ce4cabdf7343c79e84785c3d502fcae8054ee4f6bf0dff77fb7e0ad5aaf34bf1f19648cfeff69ed662e
|
7
|
+
data.tar.gz: 0db66d5d74aa0105a83d8e63b4d689269bb1d4c92df80b28dad39852f351a6c8370622a5a6d1f7c98adc97f4b3e3ee3f17b5921f58a9d8ea3bdd7ceecf23014b
|
@@ -24,8 +24,8 @@ module OpenApiSDK
|
|
24
24
|
|
25
25
|
sig { params(request: T.nilable(::OpenApiSDK::Operations::CreateReferralsEmbedTokenRequestBody), timeout_ms: T.nilable(Integer)).returns(::OpenApiSDK::Operations::CreateReferralsEmbedTokenResponse) }
|
26
26
|
def referrals(request, timeout_ms = nil)
|
27
|
-
# referrals - Create a
|
28
|
-
# Create a
|
27
|
+
# referrals - Create a referrals embed token
|
28
|
+
# Create a referrals embed token for the given partner/tenant.
|
29
29
|
url, params = @sdk_configuration.get_server_details
|
30
30
|
base_url = Utils.template_url(url, params)
|
31
31
|
url = "#{base_url}/tokens/embed/referrals"
|
data/lib/open_api_sdk/events.rb
CHANGED
@@ -98,8 +98,8 @@ module OpenApiSDK
|
|
98
98
|
)
|
99
99
|
if r.status == 200
|
100
100
|
if Utils.match_content_type(content_type, 'application/json')
|
101
|
-
out = Crystalline.unmarshal_json(JSON.parse(r.env.response_body), T::Array[::
|
102
|
-
res.
|
101
|
+
out = Crystalline.unmarshal_json(JSON.parse(r.env.response_body), T::Array[::Object])
|
102
|
+
res.anies = out
|
103
103
|
end
|
104
104
|
elsif r.status == 400
|
105
105
|
if Utils.match_content_type(content_type, 'application/json')
|
data/lib/open_api_sdk/folders.rb
CHANGED
@@ -24,8 +24,8 @@ module OpenApiSDK
|
|
24
24
|
|
25
25
|
sig { params(request: T.nilable(::OpenApiSDK::Operations::CreateFolderRequestBody), timeout_ms: T.nilable(Integer)).returns(::OpenApiSDK::Operations::CreateFolderResponse) }
|
26
26
|
def create(request, timeout_ms = nil)
|
27
|
-
# create - Create a
|
28
|
-
# Create a
|
27
|
+
# create - Create a folder
|
28
|
+
# Create a folder for the authenticated workspace.
|
29
29
|
url, params = @sdk_configuration.get_server_details
|
30
30
|
base_url = Utils.template_url(url, params)
|
31
31
|
url = "#{base_url}/folders"
|
data/lib/open_api_sdk/links.rb
CHANGED
@@ -24,8 +24,8 @@ module OpenApiSDK
|
|
24
24
|
|
25
25
|
sig { params(request: T.nilable(::OpenApiSDK::Operations::CreateLinkRequestBody), timeout_ms: T.nilable(Integer)).returns(::OpenApiSDK::Operations::CreateLinkResponse) }
|
26
26
|
def create(request, timeout_ms = nil)
|
27
|
-
# create - Create a
|
28
|
-
# Create a
|
27
|
+
# create - Create a link
|
28
|
+
# Create a link for the authenticated workspace.
|
29
29
|
url, params = @sdk_configuration.get_server_details
|
30
30
|
base_url = Utils.template_url(url, params)
|
31
31
|
url = "#{base_url}/links"
|
@@ -21,15 +21,18 @@ module OpenApiSDK
|
|
21
21
|
field :program_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
22
22
|
# The full URL of the short link, including the https protocol (e.g. `https://dub.sh/try`).
|
23
23
|
field :short_link, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('shortLink') } }
|
24
|
+
# The destination URL of the short link.
|
25
|
+
field :url, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
|
24
26
|
|
25
27
|
|
26
|
-
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String).void }
|
27
|
-
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil)
|
28
|
+
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String, url: ::String).void }
|
29
|
+
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil, url: nil)
|
28
30
|
@domain = domain
|
29
31
|
@id = id
|
30
32
|
@key = key
|
31
33
|
@program_id = program_id
|
32
34
|
@short_link = short_link
|
35
|
+
@url = url
|
33
36
|
end
|
34
37
|
end
|
35
38
|
end
|
@@ -33,10 +33,14 @@ module OpenApiSDK
|
|
33
33
|
field :partner, T.nilable(::OpenApiSDK::Operations::CreateCustomerPartner), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partner') } }
|
34
34
|
|
35
35
|
field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
36
|
+
# Total amount of sales for the customer.
|
37
|
+
field :sale_amount, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('saleAmount') } }
|
38
|
+
# Total number of sales for the customer.
|
39
|
+
field :sales, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('sales') } }
|
36
40
|
|
37
41
|
|
38
|
-
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::CreateCustomerDiscount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::CreateCustomerLink), partner: T.nilable(::OpenApiSDK::Operations::CreateCustomerPartner), program_id: T.nilable(::String)).void }
|
39
|
-
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil)
|
42
|
+
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::CreateCustomerDiscount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::CreateCustomerLink), partner: T.nilable(::OpenApiSDK::Operations::CreateCustomerPartner), program_id: T.nilable(::String), sale_amount: T.nilable(::Float), sales: T.nilable(::Float)).void }
|
43
|
+
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil, sale_amount: nil, sales: nil)
|
40
44
|
@created_at = created_at
|
41
45
|
@external_id = external_id
|
42
46
|
@id = id
|
@@ -48,6 +52,8 @@ module OpenApiSDK
|
|
48
52
|
@link = link
|
49
53
|
@partner = partner
|
50
54
|
@program_id = program_id
|
55
|
+
@sale_amount = sale_amount
|
56
|
+
@sales = sales
|
51
57
|
end
|
52
58
|
end
|
53
59
|
end
|
@@ -34,6 +34,8 @@ module OpenApiSDK
|
|
34
34
|
|
35
35
|
field :payouts_enabled_at, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('payoutsEnabledAt') } }
|
36
36
|
|
37
|
+
field :paypal_email, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('paypalEmail') } }
|
38
|
+
|
37
39
|
field :program_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
38
40
|
|
39
41
|
field :sale_amount, ::Float, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('saleAmount') } }
|
@@ -42,6 +44,8 @@ module OpenApiSDK
|
|
42
44
|
|
43
45
|
field :status, ::OpenApiSDK::Operations::Status, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('status'), 'decoder': Utils.enum_from_string(::OpenApiSDK::Operations::Status, false) } }
|
44
46
|
|
47
|
+
field :stripe_connect_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('stripeConnectId') } }
|
48
|
+
|
45
49
|
field :tenant_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('tenantId') } }
|
46
50
|
|
47
51
|
field :application_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('applicationId') } }
|
@@ -49,8 +53,8 @@ module OpenApiSDK
|
|
49
53
|
field :description, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('description') } }
|
50
54
|
|
51
55
|
|
52
|
-
sig { params(clicks: ::Float, country: ::String, created_at: ::String, earnings: ::Float, email: ::String, id: ::String, image: ::String, leads: ::Float, links: T::Array[::OpenApiSDK::Operations::CreatePartnerLink], name: ::String, payouts_enabled_at: ::String, program_id: ::String, sale_amount: ::Float, sales: ::Float, status: ::OpenApiSDK::Operations::Status, tenant_id: ::String, application_id: T.nilable(::String), description: T.nilable(::String)).void }
|
53
|
-
def initialize(clicks: nil, country: nil, created_at: nil, earnings: nil, email: nil, id: nil, image: nil, leads: nil, links: nil, name: nil, payouts_enabled_at: nil, program_id: nil, sale_amount: nil, sales: nil, status: nil, tenant_id: nil, application_id: nil, description: nil)
|
56
|
+
sig { params(clicks: ::Float, country: ::String, created_at: ::String, earnings: ::Float, email: ::String, id: ::String, image: ::String, leads: ::Float, links: T::Array[::OpenApiSDK::Operations::CreatePartnerLink], name: ::String, payouts_enabled_at: ::String, paypal_email: ::String, program_id: ::String, sale_amount: ::Float, sales: ::Float, status: ::OpenApiSDK::Operations::Status, stripe_connect_id: ::String, tenant_id: ::String, application_id: T.nilable(::String), description: T.nilable(::String)).void }
|
57
|
+
def initialize(clicks: nil, country: nil, created_at: nil, earnings: nil, email: nil, id: nil, image: nil, leads: nil, links: nil, name: nil, payouts_enabled_at: nil, paypal_email: nil, program_id: nil, sale_amount: nil, sales: nil, status: nil, stripe_connect_id: nil, tenant_id: nil, application_id: nil, description: nil)
|
54
58
|
@clicks = clicks
|
55
59
|
@country = country
|
56
60
|
@created_at = created_at
|
@@ -62,10 +66,12 @@ module OpenApiSDK
|
|
62
66
|
@links = links
|
63
67
|
@name = name
|
64
68
|
@payouts_enabled_at = payouts_enabled_at
|
69
|
+
@paypal_email = paypal_email
|
65
70
|
@program_id = program_id
|
66
71
|
@sale_amount = sale_amount
|
67
72
|
@sales = sales
|
68
73
|
@status = status
|
74
|
+
@stripe_connect_id = stripe_connect_id
|
69
75
|
@tenant_id = tenant_id
|
70
76
|
@application_id = application_id
|
71
77
|
@description = description
|
@@ -21,15 +21,18 @@ module OpenApiSDK
|
|
21
21
|
field :program_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
22
22
|
# The full URL of the short link, including the https protocol (e.g. `https://dub.sh/try`).
|
23
23
|
field :short_link, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('shortLink') } }
|
24
|
+
# The destination URL of the short link.
|
25
|
+
field :url, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
|
24
26
|
|
25
27
|
|
26
|
-
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String).void }
|
27
|
-
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil)
|
28
|
+
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String, url: ::String).void }
|
29
|
+
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil, url: nil)
|
28
30
|
@domain = domain
|
29
31
|
@id = id
|
30
32
|
@key = key
|
31
33
|
@program_id = program_id
|
32
34
|
@short_link = short_link
|
35
|
+
@url = url
|
33
36
|
end
|
34
37
|
end
|
35
38
|
end
|
@@ -33,10 +33,14 @@ module OpenApiSDK
|
|
33
33
|
field :partner, T.nilable(::OpenApiSDK::Operations::GetCustomerPartner), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partner') } }
|
34
34
|
|
35
35
|
field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
36
|
+
# Total amount of sales for the customer.
|
37
|
+
field :sale_amount, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('saleAmount') } }
|
38
|
+
# Total number of sales for the customer.
|
39
|
+
field :sales, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('sales') } }
|
36
40
|
|
37
41
|
|
38
|
-
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::GetCustomerDiscount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::GetCustomerLink), partner: T.nilable(::OpenApiSDK::Operations::GetCustomerPartner), program_id: T.nilable(::String)).void }
|
39
|
-
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil)
|
42
|
+
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::GetCustomerDiscount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::GetCustomerLink), partner: T.nilable(::OpenApiSDK::Operations::GetCustomerPartner), program_id: T.nilable(::String), sale_amount: T.nilable(::Float), sales: T.nilable(::Float)).void }
|
43
|
+
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil, sale_amount: nil, sales: nil)
|
40
44
|
@created_at = created_at
|
41
45
|
@external_id = external_id
|
42
46
|
@id = id
|
@@ -48,6 +52,8 @@ module OpenApiSDK
|
|
48
52
|
@link = link
|
49
53
|
@partner = partner
|
50
54
|
@program_id = program_id
|
55
|
+
@sale_amount = sale_amount
|
56
|
+
@sales = sales
|
51
57
|
end
|
52
58
|
end
|
53
59
|
end
|
@@ -21,15 +21,18 @@ module OpenApiSDK
|
|
21
21
|
field :program_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
22
22
|
# The full URL of the short link, including the https protocol (e.g. `https://dub.sh/try`).
|
23
23
|
field :short_link, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('shortLink') } }
|
24
|
+
# The destination URL of the short link.
|
25
|
+
field :url, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
|
24
26
|
|
25
27
|
|
26
|
-
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String).void }
|
27
|
-
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil)
|
28
|
+
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String, url: ::String).void }
|
29
|
+
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil, url: nil)
|
28
30
|
@domain = domain
|
29
31
|
@id = id
|
30
32
|
@key = key
|
31
33
|
@program_id = program_id
|
32
34
|
@short_link = short_link
|
35
|
+
@url = url
|
33
36
|
end
|
34
37
|
end
|
35
38
|
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module OpenApiSDK
|
8
|
+
module Operations
|
9
|
+
|
10
|
+
# GetCustomersQueryParamSortBy - The field to sort the customers by. The default is `createdAt`.
|
11
|
+
class GetCustomersQueryParamSortBy < T::Enum
|
12
|
+
enums do
|
13
|
+
CREATED_AT = new('createdAt')
|
14
|
+
SALE_AMOUNT = new('saleAmount')
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module OpenApiSDK
|
8
|
+
module Operations
|
9
|
+
|
10
|
+
# GetCustomersQueryParamSortOrder - The sort order. The default is `desc`.
|
11
|
+
class GetCustomersQueryParamSortOrder < T::Enum
|
12
|
+
enums do
|
13
|
+
ASC = new('asc')
|
14
|
+
DESC = new('desc')
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -11,28 +11,40 @@ module OpenApiSDK
|
|
11
11
|
class GetCustomersRequest < ::Crystalline::FieldAugmented
|
12
12
|
extend T::Sig
|
13
13
|
|
14
|
+
# A filter on the list based on the customer's `country` field.
|
15
|
+
field :country, T.nilable(::String), { 'query_param': { 'field_name': 'country', 'style': 'form', 'explode': true } }
|
14
16
|
# A case-sensitive filter on the list based on the customer's `email` field. The value must be a string. Takes precedence over `externalId`.
|
15
17
|
field :email, T.nilable(::String), { 'query_param': { 'field_name': 'email', 'style': 'form', 'explode': true } }
|
16
18
|
# A case-sensitive filter on the list based on the customer's `externalId` field. The value must be a string. Takes precedence over `search`.
|
17
19
|
field :external_id, T.nilable(::String), { 'query_param': { 'field_name': 'externalId', 'style': 'form', 'explode': true } }
|
18
20
|
# Whether to include expanded fields on the customer (`link`, `partner`, `discount`).
|
19
21
|
field :include_expanded_fields, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'includeExpandedFields', 'style': 'form', 'explode': true } }
|
22
|
+
# A filter on the list based on the customer's `linkId` field (the referral link ID).
|
23
|
+
field :link_id, T.nilable(::String), { 'query_param': { 'field_name': 'linkId', 'style': 'form', 'explode': true } }
|
20
24
|
# The page number for pagination.
|
21
25
|
field :page, T.nilable(::Float), { 'query_param': { 'field_name': 'page', 'style': 'form', 'explode': true } }
|
22
26
|
# The number of items per page.
|
23
27
|
field :page_size, T.nilable(::Float), { 'query_param': { 'field_name': 'pageSize', 'style': 'form', 'explode': true } }
|
24
28
|
# A search query to filter customers by email, externalId, or name. If `email` or `externalId` is provided, this will be ignored.
|
25
29
|
field :search, T.nilable(::String), { 'query_param': { 'field_name': 'search', 'style': 'form', 'explode': true } }
|
30
|
+
# The field to sort the customers by. The default is `createdAt`.
|
31
|
+
field :sort_by, T.nilable(::OpenApiSDK::Operations::GetCustomersQueryParamSortBy), { 'query_param': { 'field_name': 'sortBy', 'style': 'form', 'explode': true } }
|
32
|
+
# The sort order. The default is `desc`.
|
33
|
+
field :sort_order, T.nilable(::OpenApiSDK::Operations::GetCustomersQueryParamSortOrder), { 'query_param': { 'field_name': 'sortOrder', 'style': 'form', 'explode': true } }
|
26
34
|
|
27
35
|
|
28
|
-
sig { params(email: T.nilable(::String), external_id: T.nilable(::String), include_expanded_fields: T.nilable(T::Boolean), page: T.nilable(::Float), page_size: T.nilable(::Float), search: T.nilable(::String)).void }
|
29
|
-
def initialize(email: nil, external_id: nil, include_expanded_fields: nil, page: nil, page_size: nil, search: nil)
|
36
|
+
sig { params(country: T.nilable(::String), email: T.nilable(::String), external_id: T.nilable(::String), include_expanded_fields: T.nilable(T::Boolean), link_id: T.nilable(::String), page: T.nilable(::Float), page_size: T.nilable(::Float), search: T.nilable(::String), sort_by: T.nilable(::OpenApiSDK::Operations::GetCustomersQueryParamSortBy), sort_order: T.nilable(::OpenApiSDK::Operations::GetCustomersQueryParamSortOrder)).void }
|
37
|
+
def initialize(country: nil, email: nil, external_id: nil, include_expanded_fields: nil, link_id: nil, page: nil, page_size: nil, search: nil, sort_by: nil, sort_order: nil)
|
38
|
+
@country = country
|
30
39
|
@email = email
|
31
40
|
@external_id = external_id
|
32
41
|
@include_expanded_fields = include_expanded_fields
|
42
|
+
@link_id = link_id
|
33
43
|
@page = page
|
34
44
|
@page_size = page_size
|
35
45
|
@search = search
|
46
|
+
@sort_by = sort_by
|
47
|
+
@sort_order = sort_order
|
36
48
|
end
|
37
49
|
end
|
38
50
|
end
|
@@ -32,9 +32,9 @@ module OpenApiSDK
|
|
32
32
|
# Deprecated. Use `tagIds` instead. The tag ID to filter the links by.
|
33
33
|
field :tag_id, T.nilable(::String), { 'query_param': { 'field_name': 'tagId', 'style': 'form', 'explode': true } }
|
34
34
|
# The tag IDs to filter the links by.
|
35
|
-
field :tag_ids, T.nilable(::Object), { 'query_param': { 'field_name': 'tagIds', 'style': 'form', 'explode':
|
35
|
+
field :tag_ids, T.nilable(::Object), { 'query_param': { 'field_name': 'tagIds', 'style': 'form', 'explode': false } }
|
36
36
|
# The unique name of the tags assigned to the short link (case insensitive).
|
37
|
-
field :tag_names, T.nilable(::Object), { 'query_param': { 'field_name': 'tagNames', 'style': 'form', 'explode':
|
37
|
+
field :tag_names, T.nilable(::Object), { 'query_param': { 'field_name': 'tagNames', 'style': 'form', 'explode': false } }
|
38
38
|
# The ID of the tenant that created the link inside your system. If set, will only return links for the specified tenant.
|
39
39
|
field :tenant_id, T.nilable(::String), { 'query_param': { 'field_name': 'tenantId', 'style': 'form', 'explode': true } }
|
40
40
|
# The user ID to filter the links by.
|
@@ -24,9 +24,9 @@ module OpenApiSDK
|
|
24
24
|
# Deprecated. Use `tagIds` instead. The tag ID to filter the links by.
|
25
25
|
field :tag_id, T.nilable(::String), { 'query_param': { 'field_name': 'tagId', 'style': 'form', 'explode': true } }
|
26
26
|
# The tag IDs to filter the links by.
|
27
|
-
field :tag_ids, T.nilable(::Object), { 'query_param': { 'field_name': 'tagIds', 'style': 'form', 'explode':
|
27
|
+
field :tag_ids, T.nilable(::Object), { 'query_param': { 'field_name': 'tagIds', 'style': 'form', 'explode': false } }
|
28
28
|
# The unique name of the tags assigned to the short link (case insensitive).
|
29
|
-
field :tag_names, T.nilable(::Object), { 'query_param': { 'field_name': 'tagNames', 'style': 'form', 'explode':
|
29
|
+
field :tag_names, T.nilable(::Object), { 'query_param': { 'field_name': 'tagNames', 'style': 'form', 'explode': false } }
|
30
30
|
# The ID of the tenant that created the link inside your system. If set, will only return links for the specified tenant.
|
31
31
|
field :tenant_id, T.nilable(::String), { 'query_param': { 'field_name': 'tenantId', 'style': 'form', 'explode': true } }
|
32
32
|
# The user ID to filter the links by.
|
@@ -17,10 +17,10 @@ module OpenApiSDK
|
|
17
17
|
field :raw_response, ::Faraday::Response
|
18
18
|
# HTTP response status code for this operation
|
19
19
|
field :status_code, ::Integer
|
20
|
+
# A list of events
|
21
|
+
field :anies, T.nilable(T::Array[::Object])
|
20
22
|
# The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
|
21
23
|
field :bad_request, T.nilable(::OpenApiSDK::Shared::BadRequest)
|
22
|
-
# A list of events
|
23
|
-
field :click_events, T.nilable(T::Array[::OpenApiSDK::Shared::ClickEvent])
|
24
24
|
# This response is sent when a request conflicts with the current state of the server.
|
25
25
|
field :conflict, T.nilable(::OpenApiSDK::Shared::Conflict)
|
26
26
|
# The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. Unlike 401 Unauthorized, the client's identity is known to the server.
|
@@ -39,13 +39,13 @@ module OpenApiSDK
|
|
39
39
|
field :unprocessable_entity, T.nilable(::OpenApiSDK::Shared::UnprocessableEntity)
|
40
40
|
|
41
41
|
|
42
|
-
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer,
|
43
|
-
def initialize(content_type: nil, raw_response: nil, status_code: nil,
|
42
|
+
sig { params(content_type: ::String, raw_response: ::Faraday::Response, status_code: ::Integer, anies: T.nilable(T::Array[::Object]), bad_request: T.nilable(::OpenApiSDK::Shared::BadRequest), conflict: T.nilable(::OpenApiSDK::Shared::Conflict), forbidden: T.nilable(::OpenApiSDK::Shared::Forbidden), internal_server_error: T.nilable(::OpenApiSDK::Shared::InternalServerError), invite_expired: T.nilable(::OpenApiSDK::Shared::InviteExpired), not_found: T.nilable(::OpenApiSDK::Shared::NotFound), rate_limit_exceeded: T.nilable(::OpenApiSDK::Shared::RateLimitExceeded), unauthorized: T.nilable(::OpenApiSDK::Shared::Unauthorized), unprocessable_entity: T.nilable(::OpenApiSDK::Shared::UnprocessableEntity)).void }
|
43
|
+
def initialize(content_type: nil, raw_response: nil, status_code: nil, anies: nil, bad_request: nil, conflict: nil, forbidden: nil, internal_server_error: nil, invite_expired: nil, not_found: nil, rate_limit_exceeded: nil, unauthorized: nil, unprocessable_entity: nil)
|
44
44
|
@content_type = content_type
|
45
45
|
@raw_response = raw_response
|
46
46
|
@status_code = status_code
|
47
|
+
@anies = anies
|
47
48
|
@bad_request = bad_request
|
48
|
-
@click_events = click_events
|
49
49
|
@conflict = conflict
|
50
50
|
@forbidden = forbidden
|
51
51
|
@internal_server_error = internal_server_error
|
@@ -33,10 +33,14 @@ module OpenApiSDK
|
|
33
33
|
field :partner, T.nilable(::OpenApiSDK::Operations::GetCustomersPartner), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partner') } }
|
34
34
|
|
35
35
|
field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
36
|
+
# Total amount of sales for the customer.
|
37
|
+
field :sale_amount, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('saleAmount') } }
|
38
|
+
# Total number of sales for the customer.
|
39
|
+
field :sales, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('sales') } }
|
36
40
|
|
37
41
|
|
38
|
-
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::Discount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::GetCustomersLink), partner: T.nilable(::OpenApiSDK::Operations::GetCustomersPartner), program_id: T.nilable(::String)).void }
|
39
|
-
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil)
|
42
|
+
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::Discount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::GetCustomersLink), partner: T.nilable(::OpenApiSDK::Operations::GetCustomersPartner), program_id: T.nilable(::String), sale_amount: T.nilable(::Float), sales: T.nilable(::Float)).void }
|
43
|
+
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil, sale_amount: nil, sales: nil)
|
40
44
|
@created_at = created_at
|
41
45
|
@external_id = external_id
|
42
46
|
@id = id
|
@@ -48,6 +52,8 @@ module OpenApiSDK
|
|
48
52
|
@link = link
|
49
53
|
@partner = partner
|
50
54
|
@program_id = program_id
|
55
|
+
@sale_amount = sale_amount
|
56
|
+
@sales = sales
|
51
57
|
end
|
52
58
|
end
|
53
59
|
end
|
@@ -21,15 +21,18 @@ module OpenApiSDK
|
|
21
21
|
field :program_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
22
22
|
# The full URL of the short link, including the https protocol (e.g. `https://dub.sh/try`).
|
23
23
|
field :short_link, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('shortLink') } }
|
24
|
+
# The destination URL of the short link.
|
25
|
+
field :url, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('url') } }
|
24
26
|
|
25
27
|
|
26
|
-
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String).void }
|
27
|
-
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil)
|
28
|
+
sig { params(domain: ::String, id: ::String, key: ::String, program_id: ::String, short_link: ::String, url: ::String).void }
|
29
|
+
def initialize(domain: nil, id: nil, key: nil, program_id: nil, short_link: nil, url: nil)
|
28
30
|
@domain = domain
|
29
31
|
@id = id
|
30
32
|
@key = key
|
31
33
|
@program_id = program_id
|
32
34
|
@short_link = short_link
|
35
|
+
@url = url
|
33
36
|
end
|
34
37
|
end
|
35
38
|
end
|
@@ -33,10 +33,14 @@ module OpenApiSDK
|
|
33
33
|
field :partner, T.nilable(::OpenApiSDK::Operations::UpdateCustomerPartner), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('partner') } }
|
34
34
|
|
35
35
|
field :program_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('programId') } }
|
36
|
+
# Total amount of sales for the customer.
|
37
|
+
field :sale_amount, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('saleAmount') } }
|
38
|
+
# Total number of sales for the customer.
|
39
|
+
field :sales, T.nilable(::Float), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('sales') } }
|
36
40
|
|
37
41
|
|
38
|
-
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::UpdateCustomerDiscount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::UpdateCustomerLink), partner: T.nilable(::OpenApiSDK::Operations::UpdateCustomerPartner), program_id: T.nilable(::String)).void }
|
39
|
-
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil)
|
42
|
+
sig { params(created_at: ::String, external_id: ::String, id: ::String, name: ::String, avatar: T.nilable(::String), country: T.nilable(::String), discount: T.nilable(::OpenApiSDK::Operations::UpdateCustomerDiscount), email: T.nilable(::String), link: T.nilable(::OpenApiSDK::Operations::UpdateCustomerLink), partner: T.nilable(::OpenApiSDK::Operations::UpdateCustomerPartner), program_id: T.nilable(::String), sale_amount: T.nilable(::Float), sales: T.nilable(::Float)).void }
|
43
|
+
def initialize(created_at: nil, external_id: nil, id: nil, name: nil, avatar: nil, country: nil, discount: nil, email: nil, link: nil, partner: nil, program_id: nil, sale_amount: nil, sales: nil)
|
40
44
|
@created_at = created_at
|
41
45
|
@external_id = external_id
|
42
46
|
@id = id
|
@@ -48,6 +52,8 @@ module OpenApiSDK
|
|
48
52
|
@link = link
|
49
53
|
@partner = partner
|
50
54
|
@program_id = program_id
|
55
|
+
@sale_amount = sale_amount
|
56
|
+
@sales = sales
|
51
57
|
end
|
52
58
|
end
|
53
59
|
end
|
@@ -33,7 +33,7 @@ module OpenApiSDK
|
|
33
33
|
field :folder_id, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('folderId') } }
|
34
34
|
# Geo targeting information for the short link in JSON format `{[COUNTRY]: https://example.com }`.
|
35
35
|
field :geo, T.nilable(::OpenApiSDK::Shared::LinkGeoTargeting), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('geo') } }
|
36
|
-
|
36
|
+
|
37
37
|
field :image, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('image') } }
|
38
38
|
# The iOS destination URL for the short link for iOS device targeting.
|
39
39
|
field :ios, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('ios') } }
|
@@ -99,6 +99,8 @@ module OpenApiSDK
|
|
99
99
|
autoload :Sale, 'open_api_sdk/models/operations/sale.rb'
|
100
100
|
autoload :TrackSaleResponseBody, 'open_api_sdk/models/operations/tracksale_responsebody.rb'
|
101
101
|
autoload :TrackSaleResponse, 'open_api_sdk/models/operations/tracksale_response.rb'
|
102
|
+
autoload :GetCustomersQueryParamSortBy, 'open_api_sdk/models/operations/getcustomers_queryparam_sortby.rb'
|
103
|
+
autoload :GetCustomersQueryParamSortOrder, 'open_api_sdk/models/operations/getcustomers_queryparam_sortorder.rb'
|
102
104
|
autoload :GetCustomersRequest, 'open_api_sdk/models/operations/getcustomers_request.rb'
|
103
105
|
autoload :GetCustomersLink, 'open_api_sdk/models/operations/getcustomers_link.rb'
|
104
106
|
autoload :GetCustomersPartner, 'open_api_sdk/models/operations/getcustomers_partner.rb'
|
@@ -40,12 +40,6 @@ module OpenApiSDK
|
|
40
40
|
autoload :LinkGeoTargeting, 'open_api_sdk/models/shared/linkgeotargeting.rb'
|
41
41
|
autoload :ContinentCode, 'open_api_sdk/models/shared/continentcode.rb'
|
42
42
|
autoload :CountryCode, 'open_api_sdk/models/shared/countrycode.rb'
|
43
|
-
autoload :Event, 'open_api_sdk/models/shared/event.rb'
|
44
|
-
autoload :Click, 'open_api_sdk/models/shared/click.rb'
|
45
|
-
autoload :ClickEventGeo, 'open_api_sdk/models/shared/clickevent_geo.rb'
|
46
|
-
autoload :ClickEventTestVariants, 'open_api_sdk/models/shared/clickevent_testvariants.rb'
|
47
|
-
autoload :Link, 'open_api_sdk/models/shared/link.rb'
|
48
|
-
autoload :ClickEvent, 'open_api_sdk/models/shared/clickevent.rb'
|
49
43
|
autoload :Type, 'open_api_sdk/models/shared/type.rb'
|
50
44
|
autoload :AccessLevel, 'open_api_sdk/models/shared/accesslevel.rb'
|
51
45
|
autoload :FolderSchema, 'open_api_sdk/models/shared/folderschema.rb'
|
@@ -24,8 +24,8 @@ module OpenApiSDK
|
|
24
24
|
|
25
25
|
sig { params(request: T.nilable(::OpenApiSDK::Operations::CreatePartnerRequestBody), timeout_ms: T.nilable(Integer)).returns(::OpenApiSDK::Operations::CreatePartnerResponse) }
|
26
26
|
def create(request, timeout_ms = nil)
|
27
|
-
# create - Create a
|
28
|
-
# Create a
|
27
|
+
# create - Create a partner
|
28
|
+
# Create a partner for a program. If partner exists, automatically enrolls them.
|
29
29
|
url, params = @sdk_configuration.get_server_details
|
30
30
|
base_url = Utils.template_url(url, params)
|
31
31
|
url = "#{base_url}/partners"
|
@@ -164,7 +164,7 @@ module OpenApiSDK
|
|
164
164
|
sig { params(request: T.nilable(::OpenApiSDK::Operations::CreatePartnerLinkRequestBody), timeout_ms: T.nilable(Integer)).returns(::OpenApiSDK::Operations::CreatePartnerLinkResponse) }
|
165
165
|
def create_link(request, timeout_ms = nil)
|
166
166
|
# create_link - Create a link for a partner
|
167
|
-
# Create a
|
167
|
+
# Create a link for a partner that is enrolled in your program.
|
168
168
|
url, params = @sdk_configuration.get_server_details
|
169
169
|
base_url = Utils.template_url(url, params)
|
170
170
|
url = "#{base_url}/partners/links"
|
@@ -61,9 +61,9 @@ module OpenApiSDK
|
|
61
61
|
end
|
62
62
|
@language = 'ruby'
|
63
63
|
@openapi_doc_version = '0.0.1'
|
64
|
-
@sdk_version = '0.2.2-alpha.
|
64
|
+
@sdk_version = '0.2.2-alpha.97'
|
65
65
|
@gen_version = '2.563.0'
|
66
|
-
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.
|
66
|
+
@user_agent = 'speakeasy-sdk/ruby 0.2.2-alpha.97 2.563.0 0.0.1 dub'
|
67
67
|
end
|
68
68
|
|
69
69
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
data/lib/open_api_sdk/tags.rb
CHANGED
@@ -24,8 +24,8 @@ module OpenApiSDK
|
|
24
24
|
|
25
25
|
sig { params(request: T.nilable(::OpenApiSDK::Operations::CreateTagRequestBody), timeout_ms: T.nilable(Integer)).returns(::OpenApiSDK::Operations::CreateTagResponse) }
|
26
26
|
def create(request, timeout_ms = nil)
|
27
|
-
# create - Create a
|
28
|
-
# Create a
|
27
|
+
# create - Create a tag
|
28
|
+
# Create a tag for the authenticated workspace.
|
29
29
|
url, params = @sdk_configuration.get_server_details
|
30
30
|
base_url = Utils.template_url(url, params)
|
31
31
|
url = "#{base_url}/tags"
|
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.97
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -268,6 +268,8 @@ files:
|
|
268
268
|
- lib/open_api_sdk/models/operations/getcustomer_type.rb
|
269
269
|
- lib/open_api_sdk/models/operations/getcustomers_link.rb
|
270
270
|
- lib/open_api_sdk/models/operations/getcustomers_partner.rb
|
271
|
+
- lib/open_api_sdk/models/operations/getcustomers_queryparam_sortby.rb
|
272
|
+
- lib/open_api_sdk/models/operations/getcustomers_queryparam_sortorder.rb
|
271
273
|
- lib/open_api_sdk/models/operations/getcustomers_request.rb
|
272
274
|
- lib/open_api_sdk/models/operations/getcustomers_response.rb
|
273
275
|
- lib/open_api_sdk/models/operations/getcustomers_type.rb
|
@@ -370,10 +372,6 @@ files:
|
|
370
372
|
- lib/open_api_sdk/models/shared.rb
|
371
373
|
- lib/open_api_sdk/models/shared/accesslevel.rb
|
372
374
|
- lib/open_api_sdk/models/shared/badrequest.rb
|
373
|
-
- lib/open_api_sdk/models/shared/click.rb
|
374
|
-
- lib/open_api_sdk/models/shared/clickevent.rb
|
375
|
-
- lib/open_api_sdk/models/shared/clickevent_geo.rb
|
376
|
-
- lib/open_api_sdk/models/shared/clickevent_testvariants.rb
|
377
375
|
- lib/open_api_sdk/models/shared/code.rb
|
378
376
|
- lib/open_api_sdk/models/shared/color.rb
|
379
377
|
- lib/open_api_sdk/models/shared/conflict.rb
|
@@ -384,7 +382,6 @@ files:
|
|
384
382
|
- lib/open_api_sdk/models/shared/domains.rb
|
385
383
|
- lib/open_api_sdk/models/shared/domainschema.rb
|
386
384
|
- lib/open_api_sdk/models/shared/error.rb
|
387
|
-
- lib/open_api_sdk/models/shared/event.rb
|
388
385
|
- lib/open_api_sdk/models/shared/folderschema.rb
|
389
386
|
- lib/open_api_sdk/models/shared/forbidden.rb
|
390
387
|
- lib/open_api_sdk/models/shared/forbidden_code.rb
|
@@ -396,7 +393,6 @@ files:
|
|
396
393
|
- lib/open_api_sdk/models/shared/inviteexpired.rb
|
397
394
|
- lib/open_api_sdk/models/shared/inviteexpired_code.rb
|
398
395
|
- lib/open_api_sdk/models/shared/inviteexpired_error.rb
|
399
|
-
- lib/open_api_sdk/models/shared/link.rb
|
400
396
|
- lib/open_api_sdk/models/shared/linkgeotargeting.rb
|
401
397
|
- lib/open_api_sdk/models/shared/linkschema.rb
|
402
398
|
- lib/open_api_sdk/models/shared/notfound.rb
|