ultracart_api 3.10.40 → 3.10.43
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/README.md +7 -4
- data/docs/CustomerEditorValues.md +1 -0
- data/docs/EmailCampaign.md +2 -0
- data/docs/EmailCommseqSequenceTestRequest.md +6 -0
- data/docs/EmailFlow.md +2 -0
- data/docs/EmailSettings.md +2 -0
- data/docs/ExperimentVariation.md +1 -0
- data/docs/ExperimentVariationStat.md +1 -0
- data/docs/OrderApi.md +2 -0
- data/lib/ultracart_api/api/order_api.rb +3 -0
- data/lib/ultracart_api/models/customer_editor_values.rb +13 -1
- data/lib/ultracart_api/models/email_campaign.rb +21 -1
- data/lib/ultracart_api/models/email_commseq_sequence_test_request.rb +58 -4
- data/lib/ultracart_api/models/email_flow.rb +21 -1
- data/lib/ultracart_api/models/email_settings.rb +19 -1
- data/lib/ultracart_api/models/experiment_variation.rb +11 -1
- data/lib/ultracart_api/models/experiment_variation_stat.rb +11 -1
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 943409e2cf0d7ab590a3e2285bf09eca4c40b1e61ade3859197cd25a8b265779
|
|
4
|
+
data.tar.gz: 519dbd467596da5075ba1a37531db604a9284e8bfde6c297cfbaf849367833f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b53298f0c4083caf61214afb77d06640ca48f50445aa0d1cdb72da3b7f601694e3ac5eb34f02241f9064b5b1599f9ee58a214f0a3e1fd258951818a907d388aa
|
|
7
|
+
data.tar.gz: c8c221b8a619cf88772f0d03a12955cbf94e1314e7160d09e0225dfbdf5076de210ed55fb2cff8d9bcec286aa9a73a7ccc36f28a0a3f8a12201589961061cc45
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 3.10.
|
|
10
|
+
- Package version: 3.10.43
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
|
|
13
13
|
|
|
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
|
|
|
24
24
|
Then either install the gem locally:
|
|
25
25
|
|
|
26
26
|
```shell
|
|
27
|
-
gem install ./ultracart_api-3.10.
|
|
27
|
+
gem install ./ultracart_api-3.10.43.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.10.
|
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.10.43.gem` to install the development dependencies)
|
|
30
30
|
|
|
31
31
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
32
32
|
|
|
33
33
|
Finally add this to the Gemfile:
|
|
34
34
|
|
|
35
|
-
gem 'ultracart_api', '~> 3.10.
|
|
35
|
+
gem 'ultracart_api', '~> 3.10.43'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -1179,6 +1179,9 @@ Not every change is committed to every SDK.
|
|
|
1179
1179
|
|
|
1180
1180
|
| Version | Date | Comments |
|
|
1181
1181
|
| --: | :-: | --- |
|
|
1182
|
+
| 3.10.43 | 09/02/2022 | customer editor added loyal ledger descriptions |
|
|
1183
|
+
| 3.10.42 | 08/30/2022 | storefront comm fields for sms configuration |
|
|
1184
|
+
| 3.10.41 | 08/26/2022 | postcard address fields for comm sequence testing |
|
|
1182
1185
|
| 3.10.40 | 08/22/2022 | exposing individual reviews within item.review object |
|
|
1183
1186
|
| 3.10.39 | 08/19/2022 | order api - added cell phone fields for sms |
|
|
1184
1187
|
| 3.10.38 | 08/12/2022 | internal code to allow merchant login as customer |
|
|
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
|
8
8
|
**card_exp_years** | **Array<String>** | card_exp_years | [optional]
|
|
9
9
|
**card_types** | **Array<String>** | card_types | [optional]
|
|
10
10
|
**countries** | [**Array<Country>**](Country.md) | countries | [optional]
|
|
11
|
+
**loyalty_ledger_descriptions** | **Array<String>** | loyalty_ledger_descriptions | [optional]
|
|
11
12
|
**loyalty_program_type** | **String** | loyalty_program_type | [optional]
|
|
12
13
|
**qb_classes** | **Array<String>** | qb_classes | [optional]
|
|
13
14
|
**sales_rep_codes** | **Array<String>** | sales_rep_codes | [optional]
|
data/docs/EmailCampaign.md
CHANGED
|
@@ -24,6 +24,8 @@ Name | Type | Description | Notes
|
|
|
24
24
|
**revenue_per_customer_formatted** | **String** | Revenue per customer associated with campaign | [optional]
|
|
25
25
|
**scheduled_dts** | **String** | Scheduled date | [optional]
|
|
26
26
|
**screenshot_large_full_url** | **String** | URL to a large full length screenshot | [optional]
|
|
27
|
+
**sms_esp_twilio_uuid** | **String** | Twilio Account UUID. Null for none | [optional]
|
|
28
|
+
**sms_phone_number** | **String** | Twilio SMS Phone Number. Null for none | [optional]
|
|
27
29
|
**status** | **String** | Status of the campaign of draft, archived, and sent | [optional]
|
|
28
30
|
**status_dts** | **String** | Timestamp when the last status change happened | [optional]
|
|
29
31
|
**storefront_oid** | **Integer** | Storefront oid | [optional]
|
|
@@ -3,13 +3,19 @@
|
|
|
3
3
|
## Properties
|
|
4
4
|
Name | Type | Description | Notes
|
|
5
5
|
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**address_1** | **String** | | [optional]
|
|
7
|
+
**address_2** | **String** | | [optional]
|
|
6
8
|
**cart_id** | **String** | | [optional]
|
|
7
9
|
**cart_item_ids** | **Array<String>** | | [optional]
|
|
10
|
+
**city** | **String** | | [optional]
|
|
8
11
|
**esp_commseq_uuid** | **String** | | [optional]
|
|
12
|
+
**mail_card** | **BOOLEAN** | | [optional]
|
|
9
13
|
**name** | **String** | | [optional]
|
|
10
14
|
**order_id** | **String** | | [optional]
|
|
11
15
|
**please_review** | **BOOLEAN** | | [optional]
|
|
16
|
+
**postal_code** | **String** | | [optional]
|
|
12
17
|
**send_to_email** | **String** | | [optional]
|
|
13
18
|
**send_to_logged_in_user** | **BOOLEAN** | | [optional]
|
|
19
|
+
**state** | **String** | | [optional]
|
|
14
20
|
|
|
15
21
|
|
data/docs/EmailFlow.md
CHANGED
|
@@ -25,6 +25,8 @@ Name | Type | Description | Notes
|
|
|
25
25
|
**revenue_formatted** | **String** | Revenue, formatted | [optional]
|
|
26
26
|
**revenue_per_customer_formatted** | **String** | Revenue per customer, formatted | [optional]
|
|
27
27
|
**screenshot_large_full_url** | **String** | URL to a large full length screenshot | [optional]
|
|
28
|
+
**sms_esp_twilio_uuid** | **String** | Twilio Account UUID. Null for none | [optional]
|
|
29
|
+
**sms_phone_number** | **String** | Twilio SMS Phone Number. Null for none | [optional]
|
|
28
30
|
**status** | **String** | Status of the campaign of draft, archived, active, and inactive | [optional]
|
|
29
31
|
**status_dts** | **String** | Timestamp when the last status change happened | [optional]
|
|
30
32
|
**storefront_oid** | **Integer** | Storefront oid | [optional]
|
data/docs/EmailSettings.md
CHANGED
|
@@ -12,6 +12,8 @@ Name | Type | Description | Notes
|
|
|
12
12
|
**postcard_from_name** | **String** | | [optional]
|
|
13
13
|
**postcard_from_postal_code** | **String** | | [optional]
|
|
14
14
|
**postcard_from_state** | **String** | | [optional]
|
|
15
|
+
**sms_esp_twilio_uuid** | **String** | | [optional]
|
|
16
|
+
**sms_phone_number** | **String** | | [optional]
|
|
15
17
|
**transactional_esp_domain_user** | **String** | | [optional]
|
|
16
18
|
**transactional_esp_domain_uuid** | **String** | | [optional]
|
|
17
19
|
**transactional_esp_friendly_name** | **String** | | [optional]
|
data/docs/ExperimentVariation.md
CHANGED
|
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
|
|
|
20
20
|
**paused** | **BOOLEAN** | True if traffic should be paused to this variation | [optional]
|
|
21
21
|
**revenue** | **Float** | Total revenue for this variation | [optional]
|
|
22
22
|
**session_count** | **Integer** | Total sessions for this variation | [optional]
|
|
23
|
+
**sms_opt_ins** | **Integer** | SMS Opt Ins for this variation | [optional]
|
|
23
24
|
**traffic_percentage** | **Float** | Percentage of the traffic this variation is currently receiving | [optional]
|
|
24
25
|
**url** | **String** | Url of the variation if this experiment is a url experiment. | [optional]
|
|
25
26
|
**variation_name** | **String** | Name of the variation | [optional]
|
|
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
|
|
|
13
13
|
**page_view_count** | **Integer** | Total page view count for this variation | [optional]
|
|
14
14
|
**revenue** | **Float** | Total revenue for this variation | [optional]
|
|
15
15
|
**session_count** | **Integer** | Total sessions for this variation | [optional]
|
|
16
|
+
**sms_opt_in_count** | **Integer** | Total SMS opt in count for this variation | [optional]
|
|
16
17
|
**stat_dts** | **String** | Date/time that the statistic was created | [optional]
|
|
17
18
|
|
|
18
19
|
|
data/docs/OrderApi.md
CHANGED
|
@@ -1006,6 +1006,7 @@ opts = {
|
|
|
1006
1006
|
auto_order_cancel: false, # BOOLEAN | Cancel associated auto orders
|
|
1007
1007
|
manual_refund: false, # BOOLEAN | Consider a manual refund done externally
|
|
1008
1008
|
reverse_affiliate_transactions: true, # BOOLEAN | Reverse affiliate transactions
|
|
1009
|
+
issue_store_credit: false, # BOOLEAN | Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account
|
|
1009
1010
|
_expand: '_expand_example' # String | The object expansion to perform on the result. See documentation for examples
|
|
1010
1011
|
}
|
|
1011
1012
|
|
|
@@ -1029,6 +1030,7 @@ Name | Type | Description | Notes
|
|
|
1029
1030
|
**auto_order_cancel** | **BOOLEAN**| Cancel associated auto orders | [optional] [default to false]
|
|
1030
1031
|
**manual_refund** | **BOOLEAN**| Consider a manual refund done externally | [optional] [default to false]
|
|
1031
1032
|
**reverse_affiliate_transactions** | **BOOLEAN**| Reverse affiliate transactions | [optional] [default to true]
|
|
1033
|
+
**issue_store_credit** | **BOOLEAN**| Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account | [optional] [default to false]
|
|
1032
1034
|
**_expand** | **String**| The object expansion to perform on the result. See documentation for examples | [optional]
|
|
1033
1035
|
|
|
1034
1036
|
### Return type
|
|
@@ -1108,6 +1108,7 @@ module UltracartClient
|
|
|
1108
1108
|
# @option opts [BOOLEAN] :auto_order_cancel Cancel associated auto orders (default to false)
|
|
1109
1109
|
# @option opts [BOOLEAN] :manual_refund Consider a manual refund done externally (default to false)
|
|
1110
1110
|
# @option opts [BOOLEAN] :reverse_affiliate_transactions Reverse affiliate transactions (default to true)
|
|
1111
|
+
# @option opts [BOOLEAN] :issue_store_credit Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account (default to false)
|
|
1111
1112
|
# @option opts [String] :_expand The object expansion to perform on the result. See documentation for examples
|
|
1112
1113
|
# @return [OrderResponse]
|
|
1113
1114
|
def refund_order(order, order_id, opts = {})
|
|
@@ -1125,6 +1126,7 @@ module UltracartClient
|
|
|
1125
1126
|
# @option opts [BOOLEAN] :auto_order_cancel Cancel associated auto orders
|
|
1126
1127
|
# @option opts [BOOLEAN] :manual_refund Consider a manual refund done externally
|
|
1127
1128
|
# @option opts [BOOLEAN] :reverse_affiliate_transactions Reverse affiliate transactions
|
|
1129
|
+
# @option opts [BOOLEAN] :issue_store_credit Issue a store credit instead of refunding the original payment method, loyalty must be configured on merchant account
|
|
1128
1130
|
# @option opts [String] :_expand The object expansion to perform on the result. See documentation for examples
|
|
1129
1131
|
# @return [Array<(OrderResponse, Fixnum, Hash)>] OrderResponse data, response status code and response headers
|
|
1130
1132
|
def refund_order_with_http_info(order, order_id, opts = {})
|
|
@@ -1149,6 +1151,7 @@ module UltracartClient
|
|
|
1149
1151
|
query_params[:'auto_order_cancel'] = opts[:'auto_order_cancel'] if !opts[:'auto_order_cancel'].nil?
|
|
1150
1152
|
query_params[:'manual_refund'] = opts[:'manual_refund'] if !opts[:'manual_refund'].nil?
|
|
1151
1153
|
query_params[:'reverse_affiliate_transactions'] = opts[:'reverse_affiliate_transactions'] if !opts[:'reverse_affiliate_transactions'].nil?
|
|
1154
|
+
query_params[:'issue_store_credit'] = opts[:'issue_store_credit'] if !opts[:'issue_store_credit'].nil?
|
|
1152
1155
|
query_params[:'_expand'] = opts[:'_expand'] if !opts[:'_expand'].nil?
|
|
1153
1156
|
|
|
1154
1157
|
# header parameters
|
|
@@ -29,6 +29,9 @@ module UltracartClient
|
|
|
29
29
|
# countries
|
|
30
30
|
attr_accessor :countries
|
|
31
31
|
|
|
32
|
+
# loyalty_ledger_descriptions
|
|
33
|
+
attr_accessor :loyalty_ledger_descriptions
|
|
34
|
+
|
|
32
35
|
# loyalty_program_type
|
|
33
36
|
attr_accessor :loyalty_program_type
|
|
34
37
|
|
|
@@ -52,6 +55,7 @@ module UltracartClient
|
|
|
52
55
|
:'card_exp_years' => :'card_exp_years',
|
|
53
56
|
:'card_types' => :'card_types',
|
|
54
57
|
:'countries' => :'countries',
|
|
58
|
+
:'loyalty_ledger_descriptions' => :'loyalty_ledger_descriptions',
|
|
55
59
|
:'loyalty_program_type' => :'loyalty_program_type',
|
|
56
60
|
:'qb_classes' => :'qb_classes',
|
|
57
61
|
:'sales_rep_codes' => :'sales_rep_codes',
|
|
@@ -68,6 +72,7 @@ module UltracartClient
|
|
|
68
72
|
:'card_exp_years' => :'Array<String>',
|
|
69
73
|
:'card_types' => :'Array<String>',
|
|
70
74
|
:'countries' => :'Array<Country>',
|
|
75
|
+
:'loyalty_ledger_descriptions' => :'Array<String>',
|
|
71
76
|
:'loyalty_program_type' => :'String',
|
|
72
77
|
:'qb_classes' => :'Array<String>',
|
|
73
78
|
:'sales_rep_codes' => :'Array<String>',
|
|
@@ -114,6 +119,12 @@ module UltracartClient
|
|
|
114
119
|
end
|
|
115
120
|
end
|
|
116
121
|
|
|
122
|
+
if attributes.has_key?(:'loyalty_ledger_descriptions')
|
|
123
|
+
if (value = attributes[:'loyalty_ledger_descriptions']).is_a?(Array)
|
|
124
|
+
self.loyalty_ledger_descriptions = value
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
117
128
|
if attributes.has_key?(:'loyalty_program_type')
|
|
118
129
|
self.loyalty_program_type = attributes[:'loyalty_program_type']
|
|
119
130
|
end
|
|
@@ -166,6 +177,7 @@ module UltracartClient
|
|
|
166
177
|
card_exp_years == o.card_exp_years &&
|
|
167
178
|
card_types == o.card_types &&
|
|
168
179
|
countries == o.countries &&
|
|
180
|
+
loyalty_ledger_descriptions == o.loyalty_ledger_descriptions &&
|
|
169
181
|
loyalty_program_type == o.loyalty_program_type &&
|
|
170
182
|
qb_classes == o.qb_classes &&
|
|
171
183
|
sales_rep_codes == o.sales_rep_codes &&
|
|
@@ -182,7 +194,7 @@ module UltracartClient
|
|
|
182
194
|
# Calculates hash code according to all attributes.
|
|
183
195
|
# @return [Fixnum] Hash code
|
|
184
196
|
def hash
|
|
185
|
-
[affiliates, card_exp_months, card_exp_years, card_types, countries, loyalty_program_type, qb_classes, sales_rep_codes, state_optional_countries, terms].hash
|
|
197
|
+
[affiliates, card_exp_months, card_exp_years, card_types, countries, loyalty_ledger_descriptions, loyalty_program_type, qb_classes, sales_rep_codes, state_optional_countries, terms].hash
|
|
186
198
|
end
|
|
187
199
|
|
|
188
200
|
# Builds the object from hash
|
|
@@ -77,6 +77,12 @@ module UltracartClient
|
|
|
77
77
|
# URL to a large full length screenshot
|
|
78
78
|
attr_accessor :screenshot_large_full_url
|
|
79
79
|
|
|
80
|
+
# Twilio Account UUID. Null for none
|
|
81
|
+
attr_accessor :sms_esp_twilio_uuid
|
|
82
|
+
|
|
83
|
+
# Twilio SMS Phone Number. Null for none
|
|
84
|
+
attr_accessor :sms_phone_number
|
|
85
|
+
|
|
80
86
|
# Status of the campaign of draft, archived, and sent
|
|
81
87
|
attr_accessor :status
|
|
82
88
|
|
|
@@ -110,6 +116,8 @@ module UltracartClient
|
|
|
110
116
|
:'revenue_per_customer_formatted' => :'revenue_per_customer_formatted',
|
|
111
117
|
:'scheduled_dts' => :'scheduled_dts',
|
|
112
118
|
:'screenshot_large_full_url' => :'screenshot_large_full_url',
|
|
119
|
+
:'sms_esp_twilio_uuid' => :'sms_esp_twilio_uuid',
|
|
120
|
+
:'sms_phone_number' => :'sms_phone_number',
|
|
113
121
|
:'status' => :'status',
|
|
114
122
|
:'status_dts' => :'status_dts',
|
|
115
123
|
:'storefront_oid' => :'storefront_oid'
|
|
@@ -140,6 +148,8 @@ module UltracartClient
|
|
|
140
148
|
:'revenue_per_customer_formatted' => :'String',
|
|
141
149
|
:'scheduled_dts' => :'String',
|
|
142
150
|
:'screenshot_large_full_url' => :'String',
|
|
151
|
+
:'sms_esp_twilio_uuid' => :'String',
|
|
152
|
+
:'sms_phone_number' => :'String',
|
|
143
153
|
:'status' => :'String',
|
|
144
154
|
:'status_dts' => :'String',
|
|
145
155
|
:'storefront_oid' => :'Integer'
|
|
@@ -240,6 +250,14 @@ module UltracartClient
|
|
|
240
250
|
self.screenshot_large_full_url = attributes[:'screenshot_large_full_url']
|
|
241
251
|
end
|
|
242
252
|
|
|
253
|
+
if attributes.has_key?(:'sms_esp_twilio_uuid')
|
|
254
|
+
self.sms_esp_twilio_uuid = attributes[:'sms_esp_twilio_uuid']
|
|
255
|
+
end
|
|
256
|
+
|
|
257
|
+
if attributes.has_key?(:'sms_phone_number')
|
|
258
|
+
self.sms_phone_number = attributes[:'sms_phone_number']
|
|
259
|
+
end
|
|
260
|
+
|
|
243
261
|
if attributes.has_key?(:'status')
|
|
244
262
|
self.status = attributes[:'status']
|
|
245
263
|
end
|
|
@@ -307,6 +325,8 @@ module UltracartClient
|
|
|
307
325
|
revenue_per_customer_formatted == o.revenue_per_customer_formatted &&
|
|
308
326
|
scheduled_dts == o.scheduled_dts &&
|
|
309
327
|
screenshot_large_full_url == o.screenshot_large_full_url &&
|
|
328
|
+
sms_esp_twilio_uuid == o.sms_esp_twilio_uuid &&
|
|
329
|
+
sms_phone_number == o.sms_phone_number &&
|
|
310
330
|
status == o.status &&
|
|
311
331
|
status_dts == o.status_dts &&
|
|
312
332
|
storefront_oid == o.storefront_oid
|
|
@@ -321,7 +341,7 @@ module UltracartClient
|
|
|
321
341
|
# Calculates hash code according to all attributes.
|
|
322
342
|
# @return [Fixnum] Hash code
|
|
323
343
|
def hash
|
|
324
|
-
[click_rate_formatted, created_dts, deleted, email_campaign_uuid, email_communication_sequence_uuid, end_once_customer_purchases, end_once_customer_purchases_anywhere, esp_campaign_folder_uuid, esp_domain_user, esp_domain_uuid, esp_friendly_name, library_item_oid, memberships, merchant_id, name, open_rate_formatted, prevent_sending_due_to_spam, revenue_formatted, revenue_per_customer_formatted, scheduled_dts, screenshot_large_full_url, status, status_dts, storefront_oid].hash
|
|
344
|
+
[click_rate_formatted, created_dts, deleted, email_campaign_uuid, email_communication_sequence_uuid, end_once_customer_purchases, end_once_customer_purchases_anywhere, esp_campaign_folder_uuid, esp_domain_user, esp_domain_uuid, esp_friendly_name, library_item_oid, memberships, merchant_id, name, open_rate_formatted, prevent_sending_due_to_spam, revenue_formatted, revenue_per_customer_formatted, scheduled_dts, screenshot_large_full_url, sms_esp_twilio_uuid, sms_phone_number, status, status_dts, storefront_oid].hash
|
|
325
345
|
end
|
|
326
346
|
|
|
327
347
|
# Builds the object from hash
|
|
@@ -14,47 +14,71 @@ require 'date'
|
|
|
14
14
|
|
|
15
15
|
module UltracartClient
|
|
16
16
|
class EmailCommseqSequenceTestRequest
|
|
17
|
+
attr_accessor :address_1
|
|
18
|
+
|
|
19
|
+
attr_accessor :address_2
|
|
20
|
+
|
|
17
21
|
attr_accessor :cart_id
|
|
18
22
|
|
|
19
23
|
attr_accessor :cart_item_ids
|
|
20
24
|
|
|
25
|
+
attr_accessor :city
|
|
26
|
+
|
|
21
27
|
attr_accessor :esp_commseq_uuid
|
|
22
28
|
|
|
29
|
+
attr_accessor :mail_card
|
|
30
|
+
|
|
23
31
|
attr_accessor :name
|
|
24
32
|
|
|
25
33
|
attr_accessor :order_id
|
|
26
34
|
|
|
27
35
|
attr_accessor :please_review
|
|
28
36
|
|
|
37
|
+
attr_accessor :postal_code
|
|
38
|
+
|
|
29
39
|
attr_accessor :send_to_email
|
|
30
40
|
|
|
31
41
|
attr_accessor :send_to_logged_in_user
|
|
32
42
|
|
|
43
|
+
attr_accessor :state
|
|
44
|
+
|
|
33
45
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
34
46
|
def self.attribute_map
|
|
35
47
|
{
|
|
48
|
+
:'address_1' => :'address_1',
|
|
49
|
+
:'address_2' => :'address_2',
|
|
36
50
|
:'cart_id' => :'cart_id',
|
|
37
51
|
:'cart_item_ids' => :'cart_item_ids',
|
|
52
|
+
:'city' => :'city',
|
|
38
53
|
:'esp_commseq_uuid' => :'esp_commseq_uuid',
|
|
54
|
+
:'mail_card' => :'mail_card',
|
|
39
55
|
:'name' => :'name',
|
|
40
56
|
:'order_id' => :'order_id',
|
|
41
57
|
:'please_review' => :'please_review',
|
|
58
|
+
:'postal_code' => :'postal_code',
|
|
42
59
|
:'send_to_email' => :'send_to_email',
|
|
43
|
-
:'send_to_logged_in_user' => :'send_to_logged_in_user'
|
|
60
|
+
:'send_to_logged_in_user' => :'send_to_logged_in_user',
|
|
61
|
+
:'state' => :'state'
|
|
44
62
|
}
|
|
45
63
|
end
|
|
46
64
|
|
|
47
65
|
# Attribute type mapping.
|
|
48
66
|
def self.swagger_types
|
|
49
67
|
{
|
|
68
|
+
:'address_1' => :'String',
|
|
69
|
+
:'address_2' => :'String',
|
|
50
70
|
:'cart_id' => :'String',
|
|
51
71
|
:'cart_item_ids' => :'Array<String>',
|
|
72
|
+
:'city' => :'String',
|
|
52
73
|
:'esp_commseq_uuid' => :'String',
|
|
74
|
+
:'mail_card' => :'BOOLEAN',
|
|
53
75
|
:'name' => :'String',
|
|
54
76
|
:'order_id' => :'String',
|
|
55
77
|
:'please_review' => :'BOOLEAN',
|
|
78
|
+
:'postal_code' => :'String',
|
|
56
79
|
:'send_to_email' => :'String',
|
|
57
|
-
:'send_to_logged_in_user' => :'BOOLEAN'
|
|
80
|
+
:'send_to_logged_in_user' => :'BOOLEAN',
|
|
81
|
+
:'state' => :'String'
|
|
58
82
|
}
|
|
59
83
|
end
|
|
60
84
|
|
|
@@ -66,6 +90,14 @@ module UltracartClient
|
|
|
66
90
|
# convert string to symbol for hash key
|
|
67
91
|
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
68
92
|
|
|
93
|
+
if attributes.has_key?(:'address_1')
|
|
94
|
+
self.address_1 = attributes[:'address_1']
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
if attributes.has_key?(:'address_2')
|
|
98
|
+
self.address_2 = attributes[:'address_2']
|
|
99
|
+
end
|
|
100
|
+
|
|
69
101
|
if attributes.has_key?(:'cart_id')
|
|
70
102
|
self.cart_id = attributes[:'cart_id']
|
|
71
103
|
end
|
|
@@ -76,10 +108,18 @@ module UltracartClient
|
|
|
76
108
|
end
|
|
77
109
|
end
|
|
78
110
|
|
|
111
|
+
if attributes.has_key?(:'city')
|
|
112
|
+
self.city = attributes[:'city']
|
|
113
|
+
end
|
|
114
|
+
|
|
79
115
|
if attributes.has_key?(:'esp_commseq_uuid')
|
|
80
116
|
self.esp_commseq_uuid = attributes[:'esp_commseq_uuid']
|
|
81
117
|
end
|
|
82
118
|
|
|
119
|
+
if attributes.has_key?(:'mail_card')
|
|
120
|
+
self.mail_card = attributes[:'mail_card']
|
|
121
|
+
end
|
|
122
|
+
|
|
83
123
|
if attributes.has_key?(:'name')
|
|
84
124
|
self.name = attributes[:'name']
|
|
85
125
|
end
|
|
@@ -92,6 +132,10 @@ module UltracartClient
|
|
|
92
132
|
self.please_review = attributes[:'please_review']
|
|
93
133
|
end
|
|
94
134
|
|
|
135
|
+
if attributes.has_key?(:'postal_code')
|
|
136
|
+
self.postal_code = attributes[:'postal_code']
|
|
137
|
+
end
|
|
138
|
+
|
|
95
139
|
if attributes.has_key?(:'send_to_email')
|
|
96
140
|
self.send_to_email = attributes[:'send_to_email']
|
|
97
141
|
end
|
|
@@ -99,6 +143,10 @@ module UltracartClient
|
|
|
99
143
|
if attributes.has_key?(:'send_to_logged_in_user')
|
|
100
144
|
self.send_to_logged_in_user = attributes[:'send_to_logged_in_user']
|
|
101
145
|
end
|
|
146
|
+
|
|
147
|
+
if attributes.has_key?(:'state')
|
|
148
|
+
self.state = attributes[:'state']
|
|
149
|
+
end
|
|
102
150
|
end
|
|
103
151
|
|
|
104
152
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -119,14 +167,20 @@ module UltracartClient
|
|
|
119
167
|
def ==(o)
|
|
120
168
|
return true if self.equal?(o)
|
|
121
169
|
self.class == o.class &&
|
|
170
|
+
address_1 == o.address_1 &&
|
|
171
|
+
address_2 == o.address_2 &&
|
|
122
172
|
cart_id == o.cart_id &&
|
|
123
173
|
cart_item_ids == o.cart_item_ids &&
|
|
174
|
+
city == o.city &&
|
|
124
175
|
esp_commseq_uuid == o.esp_commseq_uuid &&
|
|
176
|
+
mail_card == o.mail_card &&
|
|
125
177
|
name == o.name &&
|
|
126
178
|
order_id == o.order_id &&
|
|
127
179
|
please_review == o.please_review &&
|
|
180
|
+
postal_code == o.postal_code &&
|
|
128
181
|
send_to_email == o.send_to_email &&
|
|
129
|
-
send_to_logged_in_user == o.send_to_logged_in_user
|
|
182
|
+
send_to_logged_in_user == o.send_to_logged_in_user &&
|
|
183
|
+
state == o.state
|
|
130
184
|
end
|
|
131
185
|
|
|
132
186
|
# @see the `==` method
|
|
@@ -138,7 +192,7 @@ module UltracartClient
|
|
|
138
192
|
# Calculates hash code according to all attributes.
|
|
139
193
|
# @return [Fixnum] Hash code
|
|
140
194
|
def hash
|
|
141
|
-
[cart_id, cart_item_ids, esp_commseq_uuid, name, order_id, please_review, send_to_email, send_to_logged_in_user].hash
|
|
195
|
+
[address_1, address_2, cart_id, cart_item_ids, city, esp_commseq_uuid, mail_card, name, order_id, please_review, postal_code, send_to_email, send_to_logged_in_user, state].hash
|
|
142
196
|
end
|
|
143
197
|
|
|
144
198
|
# Builds the object from hash
|
|
@@ -80,6 +80,12 @@ module UltracartClient
|
|
|
80
80
|
# URL to a large full length screenshot
|
|
81
81
|
attr_accessor :screenshot_large_full_url
|
|
82
82
|
|
|
83
|
+
# Twilio Account UUID. Null for none
|
|
84
|
+
attr_accessor :sms_esp_twilio_uuid
|
|
85
|
+
|
|
86
|
+
# Twilio SMS Phone Number. Null for none
|
|
87
|
+
attr_accessor :sms_phone_number
|
|
88
|
+
|
|
83
89
|
# Status of the campaign of draft, archived, active, and inactive
|
|
84
90
|
attr_accessor :status
|
|
85
91
|
|
|
@@ -123,6 +129,8 @@ module UltracartClient
|
|
|
123
129
|
:'revenue_formatted' => :'revenue_formatted',
|
|
124
130
|
:'revenue_per_customer_formatted' => :'revenue_per_customer_formatted',
|
|
125
131
|
:'screenshot_large_full_url' => :'screenshot_large_full_url',
|
|
132
|
+
:'sms_esp_twilio_uuid' => :'sms_esp_twilio_uuid',
|
|
133
|
+
:'sms_phone_number' => :'sms_phone_number',
|
|
126
134
|
:'status' => :'status',
|
|
127
135
|
:'status_dts' => :'status_dts',
|
|
128
136
|
:'storefront_oid' => :'storefront_oid',
|
|
@@ -157,6 +165,8 @@ module UltracartClient
|
|
|
157
165
|
:'revenue_formatted' => :'String',
|
|
158
166
|
:'revenue_per_customer_formatted' => :'String',
|
|
159
167
|
:'screenshot_large_full_url' => :'String',
|
|
168
|
+
:'sms_esp_twilio_uuid' => :'String',
|
|
169
|
+
:'sms_phone_number' => :'String',
|
|
160
170
|
:'status' => :'String',
|
|
161
171
|
:'status_dts' => :'String',
|
|
162
172
|
:'storefront_oid' => :'Integer',
|
|
@@ -262,6 +272,14 @@ module UltracartClient
|
|
|
262
272
|
self.screenshot_large_full_url = attributes[:'screenshot_large_full_url']
|
|
263
273
|
end
|
|
264
274
|
|
|
275
|
+
if attributes.has_key?(:'sms_esp_twilio_uuid')
|
|
276
|
+
self.sms_esp_twilio_uuid = attributes[:'sms_esp_twilio_uuid']
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
if attributes.has_key?(:'sms_phone_number')
|
|
280
|
+
self.sms_phone_number = attributes[:'sms_phone_number']
|
|
281
|
+
end
|
|
282
|
+
|
|
265
283
|
if attributes.has_key?(:'status')
|
|
266
284
|
self.status = attributes[:'status']
|
|
267
285
|
end
|
|
@@ -342,6 +360,8 @@ module UltracartClient
|
|
|
342
360
|
revenue_formatted == o.revenue_formatted &&
|
|
343
361
|
revenue_per_customer_formatted == o.revenue_per_customer_formatted &&
|
|
344
362
|
screenshot_large_full_url == o.screenshot_large_full_url &&
|
|
363
|
+
sms_esp_twilio_uuid == o.sms_esp_twilio_uuid &&
|
|
364
|
+
sms_phone_number == o.sms_phone_number &&
|
|
345
365
|
status == o.status &&
|
|
346
366
|
status_dts == o.status_dts &&
|
|
347
367
|
storefront_oid == o.storefront_oid &&
|
|
@@ -359,7 +379,7 @@ module UltracartClient
|
|
|
359
379
|
# Calculates hash code according to all attributes.
|
|
360
380
|
# @return [Fixnum] Hash code
|
|
361
381
|
def hash
|
|
362
|
-
[allow_multiple_concurrent_enrollments, back_populating, click_rate_formatted, created_dts, deleted, email_communication_sequence_uuid, email_flow_uuid, end_once_customer_purchases, end_once_customer_purchases_anywhere, enrolled_customers, esp_domain_user, esp_domain_uuid, esp_flow_folder_uuid, esp_friendly_name, filter_profile_equation_json, library_item_oid, merchant_id, name, open_rate_formatted, revenue_formatted, revenue_per_customer_formatted, screenshot_large_full_url, status, status_dts, storefront_oid, trigger_parameter, trigger_parameter_name, trigger_type].hash
|
|
382
|
+
[allow_multiple_concurrent_enrollments, back_populating, click_rate_formatted, created_dts, deleted, email_communication_sequence_uuid, email_flow_uuid, end_once_customer_purchases, end_once_customer_purchases_anywhere, enrolled_customers, esp_domain_user, esp_domain_uuid, esp_flow_folder_uuid, esp_friendly_name, filter_profile_equation_json, library_item_oid, merchant_id, name, open_rate_formatted, revenue_formatted, revenue_per_customer_formatted, screenshot_large_full_url, sms_esp_twilio_uuid, sms_phone_number, status, status_dts, storefront_oid, trigger_parameter, trigger_parameter_name, trigger_type].hash
|
|
363
383
|
end
|
|
364
384
|
|
|
365
385
|
# Builds the object from hash
|
|
@@ -32,6 +32,10 @@ module UltracartClient
|
|
|
32
32
|
|
|
33
33
|
attr_accessor :postcard_from_state
|
|
34
34
|
|
|
35
|
+
attr_accessor :sms_esp_twilio_uuid
|
|
36
|
+
|
|
37
|
+
attr_accessor :sms_phone_number
|
|
38
|
+
|
|
35
39
|
attr_accessor :transactional_esp_domain_user
|
|
36
40
|
|
|
37
41
|
attr_accessor :transactional_esp_domain_uuid
|
|
@@ -50,6 +54,8 @@ module UltracartClient
|
|
|
50
54
|
:'postcard_from_name' => :'postcard_from_name',
|
|
51
55
|
:'postcard_from_postal_code' => :'postcard_from_postal_code',
|
|
52
56
|
:'postcard_from_state' => :'postcard_from_state',
|
|
57
|
+
:'sms_esp_twilio_uuid' => :'sms_esp_twilio_uuid',
|
|
58
|
+
:'sms_phone_number' => :'sms_phone_number',
|
|
53
59
|
:'transactional_esp_domain_user' => :'transactional_esp_domain_user',
|
|
54
60
|
:'transactional_esp_domain_uuid' => :'transactional_esp_domain_uuid',
|
|
55
61
|
:'transactional_esp_friendly_name' => :'transactional_esp_friendly_name'
|
|
@@ -68,6 +74,8 @@ module UltracartClient
|
|
|
68
74
|
:'postcard_from_name' => :'String',
|
|
69
75
|
:'postcard_from_postal_code' => :'String',
|
|
70
76
|
:'postcard_from_state' => :'String',
|
|
77
|
+
:'sms_esp_twilio_uuid' => :'String',
|
|
78
|
+
:'sms_phone_number' => :'String',
|
|
71
79
|
:'transactional_esp_domain_user' => :'String',
|
|
72
80
|
:'transactional_esp_domain_uuid' => :'String',
|
|
73
81
|
:'transactional_esp_friendly_name' => :'String'
|
|
@@ -118,6 +126,14 @@ module UltracartClient
|
|
|
118
126
|
self.postcard_from_state = attributes[:'postcard_from_state']
|
|
119
127
|
end
|
|
120
128
|
|
|
129
|
+
if attributes.has_key?(:'sms_esp_twilio_uuid')
|
|
130
|
+
self.sms_esp_twilio_uuid = attributes[:'sms_esp_twilio_uuid']
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
if attributes.has_key?(:'sms_phone_number')
|
|
134
|
+
self.sms_phone_number = attributes[:'sms_phone_number']
|
|
135
|
+
end
|
|
136
|
+
|
|
121
137
|
if attributes.has_key?(:'transactional_esp_domain_user')
|
|
122
138
|
self.transactional_esp_domain_user = attributes[:'transactional_esp_domain_user']
|
|
123
139
|
end
|
|
@@ -158,6 +174,8 @@ module UltracartClient
|
|
|
158
174
|
postcard_from_name == o.postcard_from_name &&
|
|
159
175
|
postcard_from_postal_code == o.postcard_from_postal_code &&
|
|
160
176
|
postcard_from_state == o.postcard_from_state &&
|
|
177
|
+
sms_esp_twilio_uuid == o.sms_esp_twilio_uuid &&
|
|
178
|
+
sms_phone_number == o.sms_phone_number &&
|
|
161
179
|
transactional_esp_domain_user == o.transactional_esp_domain_user &&
|
|
162
180
|
transactional_esp_domain_uuid == o.transactional_esp_domain_uuid &&
|
|
163
181
|
transactional_esp_friendly_name == o.transactional_esp_friendly_name
|
|
@@ -172,7 +190,7 @@ module UltracartClient
|
|
|
172
190
|
# Calculates hash code according to all attributes.
|
|
173
191
|
# @return [Fixnum] Hash code
|
|
174
192
|
def hash
|
|
175
|
-
[marketing_esp_domain_user, marketing_esp_domain_uuid, marketing_esp_friendly_name, postcard_from_address1, postcard_from_address2, postcard_from_city, postcard_from_name, postcard_from_postal_code, postcard_from_state, transactional_esp_domain_user, transactional_esp_domain_uuid, transactional_esp_friendly_name].hash
|
|
193
|
+
[marketing_esp_domain_user, marketing_esp_domain_uuid, marketing_esp_friendly_name, postcard_from_address1, postcard_from_address2, postcard_from_city, postcard_from_name, postcard_from_postal_code, postcard_from_state, sms_esp_twilio_uuid, sms_phone_number, transactional_esp_domain_user, transactional_esp_domain_uuid, transactional_esp_friendly_name].hash
|
|
176
194
|
end
|
|
177
195
|
|
|
178
196
|
# Builds the object from hash
|
|
@@ -65,6 +65,9 @@ module UltracartClient
|
|
|
65
65
|
# Total sessions for this variation
|
|
66
66
|
attr_accessor :session_count
|
|
67
67
|
|
|
68
|
+
# SMS Opt Ins for this variation
|
|
69
|
+
attr_accessor :sms_opt_ins
|
|
70
|
+
|
|
68
71
|
# Percentage of the traffic this variation is currently receiving
|
|
69
72
|
attr_accessor :traffic_percentage
|
|
70
73
|
|
|
@@ -100,6 +103,7 @@ module UltracartClient
|
|
|
100
103
|
:'paused' => :'paused',
|
|
101
104
|
:'revenue' => :'revenue',
|
|
102
105
|
:'session_count' => :'session_count',
|
|
106
|
+
:'sms_opt_ins' => :'sms_opt_ins',
|
|
103
107
|
:'traffic_percentage' => :'traffic_percentage',
|
|
104
108
|
:'url' => :'url',
|
|
105
109
|
:'variation_name' => :'variation_name',
|
|
@@ -128,6 +132,7 @@ module UltracartClient
|
|
|
128
132
|
:'paused' => :'BOOLEAN',
|
|
129
133
|
:'revenue' => :'Float',
|
|
130
134
|
:'session_count' => :'Integer',
|
|
135
|
+
:'sms_opt_ins' => :'Integer',
|
|
131
136
|
:'traffic_percentage' => :'Float',
|
|
132
137
|
:'url' => :'String',
|
|
133
138
|
:'variation_name' => :'String',
|
|
@@ -214,6 +219,10 @@ module UltracartClient
|
|
|
214
219
|
self.session_count = attributes[:'session_count']
|
|
215
220
|
end
|
|
216
221
|
|
|
222
|
+
if attributes.has_key?(:'sms_opt_ins')
|
|
223
|
+
self.sms_opt_ins = attributes[:'sms_opt_ins']
|
|
224
|
+
end
|
|
225
|
+
|
|
217
226
|
if attributes.has_key?(:'traffic_percentage')
|
|
218
227
|
self.traffic_percentage = attributes[:'traffic_percentage']
|
|
219
228
|
end
|
|
@@ -270,6 +279,7 @@ module UltracartClient
|
|
|
270
279
|
paused == o.paused &&
|
|
271
280
|
revenue == o.revenue &&
|
|
272
281
|
session_count == o.session_count &&
|
|
282
|
+
sms_opt_ins == o.sms_opt_ins &&
|
|
273
283
|
traffic_percentage == o.traffic_percentage &&
|
|
274
284
|
url == o.url &&
|
|
275
285
|
variation_name == o.variation_name &&
|
|
@@ -286,7 +296,7 @@ module UltracartClient
|
|
|
286
296
|
# Calculates hash code according to all attributes.
|
|
287
297
|
# @return [Fixnum] Hash code
|
|
288
298
|
def hash
|
|
289
|
-
[add_to_cart_count, average_duration_seconds, average_objective_per_session, average_order_value, bounce_count, conversion_rate, daily_statistics, duration_seconds_sum, event_count, initiate_checkout_count, order_count, order_item_count, original_traffic_percentage, page_view_count, paused, revenue, session_count, traffic_percentage, url, variation_name, variation_number, winner].hash
|
|
299
|
+
[add_to_cart_count, average_duration_seconds, average_objective_per_session, average_order_value, bounce_count, conversion_rate, daily_statistics, duration_seconds_sum, event_count, initiate_checkout_count, order_count, order_item_count, original_traffic_percentage, page_view_count, paused, revenue, session_count, sms_opt_ins, traffic_percentage, url, variation_name, variation_number, winner].hash
|
|
290
300
|
end
|
|
291
301
|
|
|
292
302
|
# Builds the object from hash
|
|
@@ -44,6 +44,9 @@ module UltracartClient
|
|
|
44
44
|
# Total sessions for this variation
|
|
45
45
|
attr_accessor :session_count
|
|
46
46
|
|
|
47
|
+
# Total SMS opt in count for this variation
|
|
48
|
+
attr_accessor :sms_opt_in_count
|
|
49
|
+
|
|
47
50
|
# Date/time that the statistic was created
|
|
48
51
|
attr_accessor :stat_dts
|
|
49
52
|
|
|
@@ -60,6 +63,7 @@ module UltracartClient
|
|
|
60
63
|
:'page_view_count' => :'page_view_count',
|
|
61
64
|
:'revenue' => :'revenue',
|
|
62
65
|
:'session_count' => :'session_count',
|
|
66
|
+
:'sms_opt_in_count' => :'sms_opt_in_count',
|
|
63
67
|
:'stat_dts' => :'stat_dts'
|
|
64
68
|
}
|
|
65
69
|
end
|
|
@@ -77,6 +81,7 @@ module UltracartClient
|
|
|
77
81
|
:'page_view_count' => :'Integer',
|
|
78
82
|
:'revenue' => :'Float',
|
|
79
83
|
:'session_count' => :'Integer',
|
|
84
|
+
:'sms_opt_in_count' => :'Integer',
|
|
80
85
|
:'stat_dts' => :'String'
|
|
81
86
|
}
|
|
82
87
|
end
|
|
@@ -129,6 +134,10 @@ module UltracartClient
|
|
|
129
134
|
self.session_count = attributes[:'session_count']
|
|
130
135
|
end
|
|
131
136
|
|
|
137
|
+
if attributes.has_key?(:'sms_opt_in_count')
|
|
138
|
+
self.sms_opt_in_count = attributes[:'sms_opt_in_count']
|
|
139
|
+
end
|
|
140
|
+
|
|
132
141
|
if attributes.has_key?(:'stat_dts')
|
|
133
142
|
self.stat_dts = attributes[:'stat_dts']
|
|
134
143
|
end
|
|
@@ -162,6 +171,7 @@ module UltracartClient
|
|
|
162
171
|
page_view_count == o.page_view_count &&
|
|
163
172
|
revenue == o.revenue &&
|
|
164
173
|
session_count == o.session_count &&
|
|
174
|
+
sms_opt_in_count == o.sms_opt_in_count &&
|
|
165
175
|
stat_dts == o.stat_dts
|
|
166
176
|
end
|
|
167
177
|
|
|
@@ -174,7 +184,7 @@ module UltracartClient
|
|
|
174
184
|
# Calculates hash code according to all attributes.
|
|
175
185
|
# @return [Fixnum] Hash code
|
|
176
186
|
def hash
|
|
177
|
-
[add_to_cart_count, bounce_count, duration_seconds_sum, event_count, initiate_checkout_count, order_count, order_item_count, page_view_count, revenue, session_count, stat_dts].hash
|
|
187
|
+
[add_to_cart_count, bounce_count, duration_seconds_sum, event_count, initiate_checkout_count, order_count, order_item_count, page_view_count, revenue, session_count, sms_opt_in_count, stat_dts].hash
|
|
178
188
|
end
|
|
179
189
|
|
|
180
190
|
# Builds the object from hash
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultracart_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.10.
|
|
4
|
+
version: 3.10.43
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|