dub 0.2.2.pre.alpha.75 → 0.2.2.pre.alpha.77
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/analytics.rb +5 -1
- data/lib/open_api_sdk/customers.rb +17 -5
- data/lib/open_api_sdk/domains.rb +14 -4
- data/lib/open_api_sdk/dub.rb +9 -16
- data/lib/open_api_sdk/embed_tokens.rb +5 -1
- data/lib/open_api_sdk/events.rb +5 -1
- data/lib/open_api_sdk/folders.rb +14 -4
- data/lib/open_api_sdk/links.rb +32 -10
- data/lib/open_api_sdk/metatags.rb +5 -1
- data/lib/open_api_sdk/models/operations/createcustomer_discount.rb +7 -7
- data/lib/open_api_sdk/models/operations/createcustomer_partner.rb +5 -5
- data/lib/open_api_sdk/models/operations/createpartner_responsebody.rb +4 -4
- data/lib/open_api_sdk/models/operations/discount.rb +7 -7
- data/lib/open_api_sdk/models/operations/getcustomer_discount.rb +7 -7
- data/lib/open_api_sdk/models/operations/getcustomer_partner.rb +5 -5
- data/lib/open_api_sdk/models/operations/getcustomers_partner.rb +5 -5
- data/lib/open_api_sdk/models/operations/updatecustomer_discount.rb +7 -7
- data/lib/open_api_sdk/models/operations/updatecustomer_partner.rb +5 -5
- data/lib/open_api_sdk/models/operations/updatepartnersale_requestbody.rb +11 -5
- data/lib/open_api_sdk/models/operations/updatepartnersale_responsebody.rb +5 -2
- data/lib/open_api_sdk/models/operations.rb +0 -4
- data/lib/open_api_sdk/partners.rb +17 -5
- data/lib/open_api_sdk/qr_codes.rb +5 -1
- data/lib/open_api_sdk/sdkconfiguration.rb +18 -7
- data/lib/open_api_sdk/tags.rb +14 -4
- data/lib/open_api_sdk/track.rb +8 -2
- data/lib/open_api_sdk/utils/retries.rb +95 -0
- data/lib/open_api_sdk/workspaces.rb +8 -2
- metadata +33 -8
- data/lib/open_api_sdk/models/operations/createcustomer_interval.rb +0 -18
- data/lib/open_api_sdk/models/operations/getcustomer_interval.rb +0 -18
- data/lib/open_api_sdk/models/operations/getcustomers_interval.rb +0 -18
- data/lib/open_api_sdk/models/operations/updatecustomer_interval.rb +0 -18
@@ -1,18 +0,0 @@
|
|
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
|
-
|
11
|
-
class GetCustomerInterval < T::Enum
|
12
|
-
enums do
|
13
|
-
MONTH = new('month')
|
14
|
-
YEAR = new('year')
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
@@ -1,18 +0,0 @@
|
|
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
|
-
|
11
|
-
class GetCustomersInterval < T::Enum
|
12
|
-
enums do
|
13
|
-
MONTH = new('month')
|
14
|
-
YEAR = new('year')
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|
@@ -1,18 +0,0 @@
|
|
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
|
-
|
11
|
-
class UpdateCustomerInterval < T::Enum
|
12
|
-
enums do
|
13
|
-
MONTH = new('month')
|
14
|
-
YEAR = new('year')
|
15
|
-
end
|
16
|
-
end
|
17
|
-
end
|
18
|
-
end
|