ultracart_api 4.0.105.rc → 4.0.107.rc
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a68ec49c6636f167f57066ab7b239ef76d7d8d4ec4ca5b765ac4647050e6f25
|
4
|
+
data.tar.gz: ba3766441d698e98e7d293aa4e5c702985da41c38b3b8004b3f94896f66d6dab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 456f705b45d7c6209830454bf0ac857c7f0d1fe630beb73923951289f3d164b39b23d331ec083f15c74650b4c8eb2b3652d5a0e56c3ffe93747cad0949ae2dd2
|
7
|
+
data.tar.gz: ecc0de81044e3dbae51386e0db663305bbb657dd723077afc9e7d579f97e02a699c4fa005db57b94f26682c05f42667dd896bc6ffcee2c066b4b80a1c7784c4f
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 2.0.0
|
10
|
-
- Package version: 4.0.
|
10
|
+
- Package version: 4.0.107.rc
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./ultracart_api-4.0.
|
27
|
+
gem install ./ultracart_api-4.0.107.rc.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./ultracart_api-4.0.
|
30
|
+
(for development, run `gem install --dev ./ultracart_api-4.0.107.rc.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'ultracart_api', '~> 4.0.
|
36
|
+
gem 'ultracart_api', '~> 4.0.107.rc'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -1279,6 +1279,8 @@ Not every change is committed to every SDK.
|
|
1279
1279
|
|
1280
1280
|
| Version | Date | Comments |
|
1281
1281
|
| --: | :-: | --- |
|
1282
|
+
| 4.0.107-RC | 01/06/2023 | conversation search response object bug fix |
|
1283
|
+
| 4.0.106-RC | 01/05/2023 | communications - added maximum_enrolled flag on flow object |
|
1282
1284
|
| 4.0.105-RC | 01/03/2023 | conversation events for party leave and join |
|
1283
1285
|
| 4.0.104-RC | 01/03/2023 | order point of sale details |
|
1284
1286
|
| 4.0.103-RC | 12/27/2022 | additional loyalty related coupons |
|
@@ -6,6 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **range_begin** | **Integer** | | [optional] |
|
8
8
|
| **range_end** | **Integer** | | [optional] |
|
9
|
+
| **records** | [**Array<Conversation>**](Conversation.md) | | [optional] |
|
9
10
|
| **total** | **Integer** | | [optional] |
|
10
11
|
|
11
12
|
## Example
|
@@ -16,6 +17,7 @@ require 'ultracart_api'
|
|
16
17
|
instance = UltracartClient::ConversationSearchResponse.new(
|
17
18
|
range_begin: null,
|
18
19
|
range_end: null,
|
20
|
+
records: null,
|
19
21
|
total: null
|
20
22
|
)
|
21
23
|
```
|
data/docs/EmailFlow.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
| **esp_friendly_name** | **String** | Friendly name of the sending email | [optional] |
|
21
21
|
| **filter_profile_equation_json** | **String** | File profile equation json | [optional] |
|
22
22
|
| **library_item_oid** | **Integer** | If this item was ever added to the Code Library, this is the oid for that library item, or 0 if never added before. This value is used to determine if a library item should be inserted or updated. | [optional] |
|
23
|
+
| **maximum_enrolled** | **Boolean** | The number of maximum customers for the plan are currently enrolled in this flow. | [optional] |
|
23
24
|
| **merchant_id** | **String** | Merchant ID | [optional] |
|
24
25
|
| **name** | **String** | Name of email flow | [optional] |
|
25
26
|
| **open_rate_formatted** | **String** | Open rate of emails, formatted | [optional] |
|
@@ -57,6 +58,7 @@ instance = UltracartClient::EmailFlow.new(
|
|
57
58
|
esp_friendly_name: null,
|
58
59
|
filter_profile_equation_json: null,
|
59
60
|
library_item_oid: null,
|
61
|
+
maximum_enrolled: null,
|
60
62
|
merchant_id: null,
|
61
63
|
name: null,
|
62
64
|
open_rate_formatted: null,
|
@@ -19,6 +19,8 @@ module UltracartClient
|
|
19
19
|
|
20
20
|
attr_accessor :range_end
|
21
21
|
|
22
|
+
attr_accessor :records
|
23
|
+
|
22
24
|
attr_accessor :total
|
23
25
|
|
24
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -26,6 +28,7 @@ module UltracartClient
|
|
26
28
|
{
|
27
29
|
:'range_begin' => :'range_begin',
|
28
30
|
:'range_end' => :'range_end',
|
31
|
+
:'records' => :'records',
|
29
32
|
:'total' => :'total'
|
30
33
|
}
|
31
34
|
end
|
@@ -40,6 +43,7 @@ module UltracartClient
|
|
40
43
|
{
|
41
44
|
:'range_begin' => :'Integer',
|
42
45
|
:'range_end' => :'Integer',
|
46
|
+
:'records' => :'Array<Conversation>',
|
43
47
|
:'total' => :'Integer'
|
44
48
|
}
|
45
49
|
end
|
@@ -73,6 +77,12 @@ module UltracartClient
|
|
73
77
|
self.range_end = attributes[:'range_end']
|
74
78
|
end
|
75
79
|
|
80
|
+
if attributes.key?(:'records')
|
81
|
+
if (value = attributes[:'records']).is_a?(Array)
|
82
|
+
self.records = value
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
76
86
|
if attributes.key?(:'total')
|
77
87
|
self.total = attributes[:'total']
|
78
88
|
end
|
@@ -98,6 +108,7 @@ module UltracartClient
|
|
98
108
|
self.class == o.class &&
|
99
109
|
range_begin == o.range_begin &&
|
100
110
|
range_end == o.range_end &&
|
111
|
+
records == o.records &&
|
101
112
|
total == o.total
|
102
113
|
end
|
103
114
|
|
@@ -110,7 +121,7 @@ module UltracartClient
|
|
110
121
|
# Calculates hash code according to all attributes.
|
111
122
|
# @return [Integer] Hash code
|
112
123
|
def hash
|
113
|
-
[range_begin, range_end, total].hash
|
124
|
+
[range_begin, range_end, records, total].hash
|
114
125
|
end
|
115
126
|
|
116
127
|
# Builds the object from hash
|
@@ -63,6 +63,9 @@ module UltracartClient
|
|
63
63
|
# If this item was ever added to the Code Library, this is the oid for that library item, or 0 if never added before. This value is used to determine if a library item should be inserted or updated.
|
64
64
|
attr_accessor :library_item_oid
|
65
65
|
|
66
|
+
# The number of maximum customers for the plan are currently enrolled in this flow.
|
67
|
+
attr_accessor :maximum_enrolled
|
68
|
+
|
66
69
|
# Merchant ID
|
67
70
|
attr_accessor :merchant_id
|
68
71
|
|
@@ -124,6 +127,7 @@ module UltracartClient
|
|
124
127
|
:'esp_friendly_name' => :'esp_friendly_name',
|
125
128
|
:'filter_profile_equation_json' => :'filter_profile_equation_json',
|
126
129
|
:'library_item_oid' => :'library_item_oid',
|
130
|
+
:'maximum_enrolled' => :'maximum_enrolled',
|
127
131
|
:'merchant_id' => :'merchant_id',
|
128
132
|
:'name' => :'name',
|
129
133
|
:'open_rate_formatted' => :'open_rate_formatted',
|
@@ -165,6 +169,7 @@ module UltracartClient
|
|
165
169
|
:'esp_friendly_name' => :'String',
|
166
170
|
:'filter_profile_equation_json' => :'String',
|
167
171
|
:'library_item_oid' => :'Integer',
|
172
|
+
:'maximum_enrolled' => :'Boolean',
|
168
173
|
:'merchant_id' => :'String',
|
169
174
|
:'name' => :'String',
|
170
175
|
:'open_rate_formatted' => :'String',
|
@@ -267,6 +272,10 @@ module UltracartClient
|
|
267
272
|
self.library_item_oid = attributes[:'library_item_oid']
|
268
273
|
end
|
269
274
|
|
275
|
+
if attributes.key?(:'maximum_enrolled')
|
276
|
+
self.maximum_enrolled = attributes[:'maximum_enrolled']
|
277
|
+
end
|
278
|
+
|
270
279
|
if attributes.key?(:'merchant_id')
|
271
280
|
self.merchant_id = attributes[:'merchant_id']
|
272
281
|
end
|
@@ -373,6 +382,7 @@ module UltracartClient
|
|
373
382
|
esp_friendly_name == o.esp_friendly_name &&
|
374
383
|
filter_profile_equation_json == o.filter_profile_equation_json &&
|
375
384
|
library_item_oid == o.library_item_oid &&
|
385
|
+
maximum_enrolled == o.maximum_enrolled &&
|
376
386
|
merchant_id == o.merchant_id &&
|
377
387
|
name == o.name &&
|
378
388
|
open_rate_formatted == o.open_rate_formatted &&
|
@@ -398,7 +408,7 @@ module UltracartClient
|
|
398
408
|
# Calculates hash code according to all attributes.
|
399
409
|
# @return [Integer] Hash code
|
400
410
|
def hash
|
401
|
-
[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
|
411
|
+
[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, maximum_enrolled, 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
|
402
412
|
end
|
403
413
|
|
404
414
|
# 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: 4.0.
|
4
|
+
version: 4.0.107.rc
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- UltraCart
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|