ultracart_api 3.10.88 → 3.10.89

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: 7539cbcfb2d5a18418d9c6403a0e9f149601727b27f6865ba234c19a91a641c4
4
- data.tar.gz: 53febb54fae2bae35a4cc1a96f1c115144b0e9246c07a7c28301d55480143e79
3
+ metadata.gz: e25e0f3513f6be64fbd32a182e4abef7ecfebd68097434f416711dc627a328c8
4
+ data.tar.gz: 3e5a367e73b5d0ac0be36279ac87dc29374fbe6afd68868d789cc60495668827
5
5
  SHA512:
6
- metadata.gz: 0c5b08f2574f42b30d21f993a4996c5a1bc4ecb12f9681256123d0e3f7943ef7bf119672e9169c62142e8047bd99c750044dcccbb1a9464591a30b33cc909625
7
- data.tar.gz: da8b77196f15dab6c753c60ed3e44f0935dc8a52f76c24a9a17fa1991ebb63cddf7ae2ef6bfd22713dd4f601b9746c8bd67f46633829a441e4c336868fceb3e6
6
+ metadata.gz: d94db01b49f9d3fc14b5c9dabf766f56335d4c4db3e34e2e12cac4a1b712fbb376297a026ab9161c156add171042f6bb8f5e95dc031a6d8639c375cfb8ae8f21
7
+ data.tar.gz: b28d05ce7a1944ab4cefe8ab6f441f908b0ba0a0f916ffeff9e4c4e1759e640234c60371e35a5de2cde9fcf625c579b9a295481eea8f7bc27ab116b05ffa9d4d
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.88
10
+ - Package version: 3.10.89
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.88.gem
27
+ gem install ./ultracart_api-3.10.89.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.88.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.89.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.88'
35
+ gem 'ultracart_api', '~> 3.10.89'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1271,6 +1271,7 @@ Not every change is committed to every SDK.
1271
1271
 
1272
1272
  | Version | Date | Comments |
1273
1273
  | --: | :-: | --- |
1274
+ | 3.10.89 | 01/05/2023 | communications - added maximum_enrolled flag on flow object |
1274
1275
  | 3.10.88 | 01/03/2023 | conversation events for party leave and join |
1275
1276
  | 3.10.87 | 01/03/2023 | order point of sale details |
1276
1277
  | 3.10.86 | 12/27/2022 | additional loyalty related coupons |
data/docs/EmailFlow.md CHANGED
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
19
19
  **esp_friendly_name** | **String** | Friendly name of the sending email | [optional]
20
20
  **filter_profile_equation_json** | **String** | File profile equation json | [optional]
21
21
  **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]
22
+ **maximum_enrolled** | **BOOLEAN** | The number of maximum customers for the plan are currently enrolled in this flow. | [optional]
22
23
  **merchant_id** | **String** | Merchant ID | [optional]
23
24
  **name** | **String** | Name of email flow | [optional]
24
25
  **open_rate_formatted** | **String** | Open rate of emails, formatted | [optional]
@@ -62,6 +62,9 @@ module UltracartClient
62
62
  # 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.
63
63
  attr_accessor :library_item_oid
64
64
 
65
+ # The number of maximum customers for the plan are currently enrolled in this flow.
66
+ attr_accessor :maximum_enrolled
67
+
65
68
  # Merchant ID
66
69
  attr_accessor :merchant_id
67
70
 
@@ -123,6 +126,7 @@ module UltracartClient
123
126
  :'esp_friendly_name' => :'esp_friendly_name',
124
127
  :'filter_profile_equation_json' => :'filter_profile_equation_json',
125
128
  :'library_item_oid' => :'library_item_oid',
129
+ :'maximum_enrolled' => :'maximum_enrolled',
126
130
  :'merchant_id' => :'merchant_id',
127
131
  :'name' => :'name',
128
132
  :'open_rate_formatted' => :'open_rate_formatted',
@@ -159,6 +163,7 @@ module UltracartClient
159
163
  :'esp_friendly_name' => :'String',
160
164
  :'filter_profile_equation_json' => :'String',
161
165
  :'library_item_oid' => :'Integer',
166
+ :'maximum_enrolled' => :'BOOLEAN',
162
167
  :'merchant_id' => :'String',
163
168
  :'name' => :'String',
164
169
  :'open_rate_formatted' => :'String',
@@ -248,6 +253,10 @@ module UltracartClient
248
253
  self.library_item_oid = attributes[:'library_item_oid']
249
254
  end
250
255
 
256
+ if attributes.has_key?(:'maximum_enrolled')
257
+ self.maximum_enrolled = attributes[:'maximum_enrolled']
258
+ end
259
+
251
260
  if attributes.has_key?(:'merchant_id')
252
261
  self.merchant_id = attributes[:'merchant_id']
253
262
  end
@@ -354,6 +363,7 @@ module UltracartClient
354
363
  esp_friendly_name == o.esp_friendly_name &&
355
364
  filter_profile_equation_json == o.filter_profile_equation_json &&
356
365
  library_item_oid == o.library_item_oid &&
366
+ maximum_enrolled == o.maximum_enrolled &&
357
367
  merchant_id == o.merchant_id &&
358
368
  name == o.name &&
359
369
  open_rate_formatted == o.open_rate_formatted &&
@@ -379,7 +389,7 @@ module UltracartClient
379
389
  # Calculates hash code according to all attributes.
380
390
  # @return [Fixnum] Hash code
381
391
  def 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
392
+ [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
383
393
  end
384
394
 
385
395
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.88'
14
+ VERSION = '3.10.89'
15
15
  end
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.88
4
+ version: 3.10.89
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-03 00:00:00.000000000 Z
11
+ date: 2023-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus