ultracart_api 3.10.11 → 3.10.14

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b793c9f5c6226c2d93d02c2bb1be367d1d69ff0490a831d4fcfae5bfe9d00acb
4
- data.tar.gz: a2d23c7c71322745264de1ae6688165b04d208b9bf9582811ae88d6451e5ee7c
3
+ metadata.gz: 5b9d7a233d80bc82c0718c8551a8ed7ff260a8c74e342de17ab370e926eacfa1
4
+ data.tar.gz: 19009b1fd332572af8ba51fe2db9e6466f374d61f47e4738c7c5af855b476fb9
5
5
  SHA512:
6
- metadata.gz: 58ef54881f616391a3080e7bb3880f07052b4dad6da72b5b5423904c634b451df754bb45516059c4175ec69ca3191ce3897617f48a6ccfe06bb1de1ba6f0a40b
7
- data.tar.gz: cbead0b3a548d120a51d4ff81102cfff3f186f5bc94dff18f3c6924d46c4a94c17b7f45f9c220e79808d790b775cde65a2b248a22bef812fb50d20bb9b0fe642
6
+ metadata.gz: 769c1a0cc0e2ff90f34196eeb812b2a113fee3a1c3816a4c1e3833c5f8bae9f05fd9814522ed664e9f0dc8afb3c405d0d6153f0ca361726add3d6da15e463c84
7
+ data.tar.gz: c39bf8fb369bfc70e1bdb478a52de6efce10dc5fe1765cef53f33821de7e82102e2737d3fcdac4fa7111186640c89c177912479997f19e0b468755ef99a6bf46
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.11
10
+ - Package version: 3.10.14
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.11.gem
27
+ gem install ./ultracart_api-3.10.14.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.11.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.14.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.11'
35
+ gem 'ultracart_api', '~> 3.10.14'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -171,6 +171,7 @@ Class | Method | HTTP request | Description
171
171
  *UltracartClient::CustomerApi* | [**get_customers_for_data_tables**](docs/CustomerApi.md#get_customers_for_data_tables) | **POST** /customer/customers/dataTables | Retrieve customers for DataTables plugin
172
172
  *UltracartClient::CustomerApi* | [**get_email_verification_token**](docs/CustomerApi.md#get_email_verification_token) | **POST** /customer/customers/email_verify/get_token | Create a token that can be used to verify a customer email address
173
173
  *UltracartClient::CustomerApi* | [**insert_customer**](docs/CustomerApi.md#insert_customer) | **POST** /customer/customers | Insert a customer
174
+ *UltracartClient::CustomerApi* | [**search_customer_profile_values**](docs/CustomerApi.md#search_customer_profile_values) | **POST** /customer/search | Searches for all matching values (using POST)
174
175
  *UltracartClient::CustomerApi* | [**update_customer**](docs/CustomerApi.md#update_customer) | **PUT** /customer/customers/{customer_profile_oid} | Update a customer
175
176
  *UltracartClient::CustomerApi* | [**update_customer_email_lists**](docs/CustomerApi.md#update_customer_email_lists) | **POST** /customer/customers/{customer_profile_oid}/email_lists | Update email list subscriptions for a customer
176
177
  *UltracartClient::CustomerApi* | [**validate_email_verification_token**](docs/CustomerApi.md#validate_email_verification_token) | **POST** /customer/customers/email_verify/validate_token | Validate a token that can be used to verify a customer email address
@@ -240,6 +241,7 @@ Class | Method | HTTP request | Description
240
241
  *UltracartClient::StorefrontApi* | [**clone_email_campaign**](docs/StorefrontApi.md#clone_email_campaign) | **POST** /storefront/{storefront_oid}/email/campaigns/{email_campaign_uuid}/clone | Clone email campaign
241
242
  *UltracartClient::StorefrontApi* | [**clone_email_flow**](docs/StorefrontApi.md#clone_email_flow) | **POST** /storefront/{storefront_oid}/email/flows/{email_flow_uuid}/clone | Clone email flow
242
243
  *UltracartClient::StorefrontApi* | [**create_email_sending_domain**](docs/StorefrontApi.md#create_email_sending_domain) | **POST** /storefront/email/sending_domains/{domain}/create | Create email campaign
244
+ *UltracartClient::StorefrontApi* | [**create_email_sending_domain2**](docs/StorefrontApi.md#create_email_sending_domain2) | **POST** /storefront/email/sending_domains | Create email sending domain for various providers
243
245
  *UltracartClient::StorefrontApi* | [**create_twilio_account**](docs/StorefrontApi.md#create_twilio_account) | **POST** /storefront/twilio/accounts | Create Twilio account
244
246
  *UltracartClient::StorefrontApi* | [**delete_email_campaign_folder**](docs/StorefrontApi.md#delete_email_campaign_folder) | **DELETE** /storefront/{storefront_oid}/email/campaign_folders/{email_campaign_folder_uuid} | Delete email campaignFolder
245
247
  *UltracartClient::StorefrontApi* | [**delete_email_commseq_stat**](docs/StorefrontApi.md#delete_email_commseq_stat) | **DELETE** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/stat | Delete communication sequence stats
@@ -382,6 +384,7 @@ Class | Method | HTTP request | Description
382
384
  *UltracartClient::StorefrontApi* | [**update_email_plan**](docs/StorefrontApi.md#update_email_plan) | **POST** /storefront/{storefront_oid}/email/plan | Update email plan
383
385
  *UltracartClient::StorefrontApi* | [**update_email_postcard**](docs/StorefrontApi.md#update_email_postcard) | **PUT** /storefront/{storefront_oid}/email/postcards/{commseq_postcard_uuid} | Update email postcard
384
386
  *UltracartClient::StorefrontApi* | [**update_email_segment**](docs/StorefrontApi.md#update_email_segment) | **PUT** /storefront/{storefront_oid}/email/segments/{email_segment_uuid} | Update email segment
387
+ *UltracartClient::StorefrontApi* | [**update_email_sending_domain**](docs/StorefrontApi.md#update_email_sending_domain) | **PUT** /storefront/email/sending_domains/{domain} | Update email sending domain
385
388
  *UltracartClient::StorefrontApi* | [**update_email_settings**](docs/StorefrontApi.md#update_email_settings) | **POST** /storefront/{storefront_oid}/email/settings | Update email settings
386
389
  *UltracartClient::StorefrontApi* | [**update_experiment**](docs/StorefrontApi.md#update_experiment) | **PUT** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Update experiment
387
390
  *UltracartClient::StorefrontApi* | [**update_library_item**](docs/StorefrontApi.md#update_library_item) | **PUT** /storefront/code_library/{library_item_oid} | Update library item. Note that only certain fields may be updated via this method.
@@ -890,6 +893,7 @@ Class | Method | HTTP request | Description
890
893
  - [UltracartClient::ListSegmentMembership](docs/ListSegmentMembership.md)
891
894
  - [UltracartClient::LookupRequest](docs/LookupRequest.md)
892
895
  - [UltracartClient::LookupResponse](docs/LookupResponse.md)
896
+ - [UltracartClient::Mailgun](docs/Mailgun.md)
893
897
  - [UltracartClient::Metric](docs/Metric.md)
894
898
  - [UltracartClient::Notification](docs/Notification.md)
895
899
  - [UltracartClient::OauthRevokeSuccessResponse](docs/OauthRevokeSuccessResponse.md)
@@ -1132,10 +1136,10 @@ Class | Method | HTTP request | Description
1132
1136
  - affiliate_write: Allows you to write affiliate information.
1133
1137
  - auto_order_read: Allows you to read auto order information.
1134
1138
  - auto_order_write: Allows you to write auto order information.
1135
- - chargeback_read: Allows you to read chargeback information.
1136
- - chargeback_write: Allows you to write chargeback information.
1137
1139
  - channel_partner_read: Allows you to read channel partner information.
1138
1140
  - channel_partner_write: Allows you to write channel partner information.
1141
+ - chargeback_read: Allows you to read chargeback information.
1142
+ - chargeback_write: Allows you to write chargeback information.
1139
1143
  - checkout_read: Allows you to read checkout information.
1140
1144
  - checkout_write: Allows you to write checkout information.
1141
1145
  - configuration_read: Allows you to read configuration information.
@@ -1146,6 +1150,8 @@ Class | Method | HTTP request | Description
1146
1150
  - customer_write: Allows you to write customer information.
1147
1151
  - fulfillment_read: Allows you to read fulfillment information.
1148
1152
  - fulfillment_write: Allows you to write fulfillment information.
1153
+ - gift_certificate_read: Allows you to read gift certificate information.
1154
+ - gift_certificate_write: Allows you to write gift certificate information.
1149
1155
  - integration_log_read: Allows you to read integration log information.
1150
1156
  - integration_log_write: Allows you to write integration log information.
1151
1157
  - order_read: Allows you to read order information.
@@ -1162,8 +1168,6 @@ Class | Method | HTTP request | Description
1162
1168
  - ultrabooks_write: 2 of 2 required to use UltraBooks
1163
1169
  - user_read: Allows you to read user information.
1164
1170
  - user_write: Allows you to write user information.
1165
- - gift_certificate_read: Allows you to read gift certificate information.
1166
- - gift_certificate_write: Allows you to write gift certificate information.
1167
1171
 
1168
1172
  ### ultraCartSimpleApiKey
1169
1173
 
@@ -1179,6 +1183,9 @@ Not every change is committed to every SDK.
1179
1183
 
1180
1184
  | Version | Date | Comments |
1181
1185
  | --: | :-: | --- |
1186
+ | 3.10.14 | 06/16/2022 | added createEmailSendingDomain2 to support additional MTAs |
1187
+ | 3.10.13 | 06/16/2022 | renamed latest method to avoid conflict between customer profile search and storefront search |
1188
+ | 3.10.12 | 06/16/2022 | Customer profile search method to look up tags |
1182
1189
  | 3.10.11 | 06/10/2022 | esp segment 3rd party sync add/remove tag fields |
1183
1190
  | 3.10.10 | 06/06/2022 | storefront communication options for syncing to third party provider list |
1184
1191
  | 3.10.9 | 06/01/2022 | bug fixes for customer profile store credit |
data/docs/CustomerApi.md CHANGED
@@ -17,6 +17,7 @@ Method | HTTP request | Description
17
17
  [**get_customers_for_data_tables**](CustomerApi.md#get_customers_for_data_tables) | **POST** /customer/customers/dataTables | Retrieve customers for DataTables plugin
18
18
  [**get_email_verification_token**](CustomerApi.md#get_email_verification_token) | **POST** /customer/customers/email_verify/get_token | Create a token that can be used to verify a customer email address
19
19
  [**insert_customer**](CustomerApi.md#insert_customer) | **POST** /customer/customers | Insert a customer
20
+ [**search_customer_profile_values**](CustomerApi.md#search_customer_profile_values) | **POST** /customer/search | Searches for all matching values (using POST)
20
21
  [**update_customer**](CustomerApi.md#update_customer) | **PUT** /customer/customers/{customer_profile_oid} | Update a customer
21
22
  [**update_customer_email_lists**](CustomerApi.md#update_customer_email_lists) | **POST** /customer/customers/{customer_profile_oid}/email_lists | Update email list subscriptions for a customer
22
23
  [**validate_email_verification_token**](CustomerApi.md#validate_email_verification_token) | **POST** /customer/customers/email_verify/validate_token | Validate a token that can be used to verify a customer email address
@@ -755,6 +756,54 @@ Name | Type | Description | Notes
755
756
 
756
757
 
757
758
 
759
+ # **search_customer_profile_values**
760
+ > LookupResponse search_customer_profile_values(lookup_request)
761
+
762
+ Searches for all matching values (using POST)
763
+
764
+ ### Example
765
+ ```ruby
766
+ # load the gem
767
+ require 'ultracart_api'
768
+
769
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
770
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
771
+ api_instance = UltracartClient::CustomerApi.new_using_api_key(simple_key, false, false)
772
+
773
+
774
+ lookup_request = UltracartClient::LookupRequest.new # LookupRequest | LookupRequest
775
+
776
+
777
+ begin
778
+ #Searches for all matching values (using POST)
779
+ result = api_instance.search_customer_profile_values(lookup_request)
780
+ p result
781
+ rescue UltracartClient::ApiError => e
782
+ puts "Exception when calling CustomerApi->search_customer_profile_values: #{e}"
783
+ end
784
+ ```
785
+
786
+ ### Parameters
787
+
788
+ Name | Type | Description | Notes
789
+ ------------- | ------------- | ------------- | -------------
790
+ **lookup_request** | [**LookupRequest**](LookupRequest.md)| LookupRequest |
791
+
792
+ ### Return type
793
+
794
+ [**LookupResponse**](LookupResponse.md)
795
+
796
+ ### Authorization
797
+
798
+ [ultraCartBrowserApiKey](../README.md#ultraCartBrowserApiKey), [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
799
+
800
+ ### HTTP request headers
801
+
802
+ - **Content-Type**: application/json
803
+ - **Accept**: application/json
804
+
805
+
806
+
758
807
  # **update_customer**
759
808
  > CustomerResponse update_customer(customer, customer_profile_oid, opts)
760
809
 
data/docs/EmailDomain.md CHANGED
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
9
9
  **domain** | **String** | | [optional]
10
10
  **esp_domain_uuid** | **String** | | [optional]
11
11
  **identity_status** | **String** | | [optional]
12
+ **mailgun** | [**Mailgun**](Mailgun.md) | | [optional]
12
13
  **merchant_id** | **String** | | [optional]
13
14
  **provider** | **String** | | [optional]
14
15
  **spf** | [**VerificationRecord**](VerificationRecord.md) | | [optional]
data/docs/Mailgun.md ADDED
@@ -0,0 +1,8 @@
1
+ # UltracartClient::Mailgun
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **api_key** | **String** | | [optional]
7
+
8
+
data/docs/OrderApi.md CHANGED
@@ -692,18 +692,6 @@ opts = {
692
692
  current_stage: 'current_stage_example', # String | Current Stage
693
693
  channel_partner_code: 'channel_partner_code_example', # String | Channel Partner Code
694
694
  channel_partner_order_id: 'channel_partner_order_id_example', # String | Channel Partner Order ID
695
- customer_profile_oid: 56, # Integer |
696
- refund_date_begin: 'refund_date_begin_example', # String |
697
- refund_date_end: 'refund_date_end_example', # String |
698
- custom_field_1: 'custom_field_1_example', # String |
699
- custom_field_2: 'custom_field_2_example', # String |
700
- custom_field_3: 'custom_field_3_example', # String |
701
- custom_field_4: 'custom_field_4_example', # String |
702
- custom_field_5: 'custom_field_5_example', # String |
703
- custom_field_6: 'custom_field_6_example', # String |
704
- custom_field_7: 'custom_field_7_example', # String |
705
- ship_on_date_begin: 'ship_on_date_begin_example', # String |
706
- ship_on_date_end: 'ship_on_date_end_example', # String |
707
695
  _limit: 100, # Integer | The maximum number of records to return on this one API call. (Maximum 200)
708
696
  _offset: 0, # Integer | Pagination of the record set. Offset is a zero based index.
709
697
  _sort: '_sort_example', # String | The sort order of the orders. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
@@ -750,18 +738,6 @@ Name | Type | Description | Notes
750
738
  **current_stage** | **String**| Current Stage | [optional]
751
739
  **channel_partner_code** | **String**| Channel Partner Code | [optional]
752
740
  **channel_partner_order_id** | **String**| Channel Partner Order ID | [optional]
753
- **customer_profile_oid** | **Integer**| | [optional]
754
- **refund_date_begin** | **String**| | [optional]
755
- **refund_date_end** | **String**| | [optional]
756
- **custom_field_1** | **String**| | [optional]
757
- **custom_field_2** | **String**| | [optional]
758
- **custom_field_3** | **String**| | [optional]
759
- **custom_field_4** | **String**| | [optional]
760
- **custom_field_5** | **String**| | [optional]
761
- **custom_field_6** | **String**| | [optional]
762
- **custom_field_7** | **String**| | [optional]
763
- **ship_on_date_begin** | **String**| | [optional]
764
- **ship_on_date_end** | **String**| | [optional]
765
741
  **_limit** | **Integer**| The maximum number of records to return on this one API call. (Maximum 200) | [optional] [default to 100]
766
742
  **_offset** | **Integer**| Pagination of the record set. Offset is a zero based index. | [optional] [default to 0]
767
743
  **_sort** | **String**| The sort order of the orders. See Sorting documentation for examples of using multiple values and sorting by ascending and descending. | [optional]
@@ -13,6 +13,7 @@ Method | HTTP request | Description
13
13
  [**clone_email_campaign**](StorefrontApi.md#clone_email_campaign) | **POST** /storefront/{storefront_oid}/email/campaigns/{email_campaign_uuid}/clone | Clone email campaign
14
14
  [**clone_email_flow**](StorefrontApi.md#clone_email_flow) | **POST** /storefront/{storefront_oid}/email/flows/{email_flow_uuid}/clone | Clone email flow
15
15
  [**create_email_sending_domain**](StorefrontApi.md#create_email_sending_domain) | **POST** /storefront/email/sending_domains/{domain}/create | Create email campaign
16
+ [**create_email_sending_domain2**](StorefrontApi.md#create_email_sending_domain2) | **POST** /storefront/email/sending_domains | Create email sending domain for various providers
16
17
  [**create_twilio_account**](StorefrontApi.md#create_twilio_account) | **POST** /storefront/twilio/accounts | Create Twilio account
17
18
  [**delete_email_campaign_folder**](StorefrontApi.md#delete_email_campaign_folder) | **DELETE** /storefront/{storefront_oid}/email/campaign_folders/{email_campaign_folder_uuid} | Delete email campaignFolder
18
19
  [**delete_email_commseq_stat**](StorefrontApi.md#delete_email_commseq_stat) | **DELETE** /storefront/{storefront_oid}/email/commseqs/{commseq_uuid}/stat | Delete communication sequence stats
@@ -155,6 +156,7 @@ Method | HTTP request | Description
155
156
  [**update_email_plan**](StorefrontApi.md#update_email_plan) | **POST** /storefront/{storefront_oid}/email/plan | Update email plan
156
157
  [**update_email_postcard**](StorefrontApi.md#update_email_postcard) | **PUT** /storefront/{storefront_oid}/email/postcards/{commseq_postcard_uuid} | Update email postcard
157
158
  [**update_email_segment**](StorefrontApi.md#update_email_segment) | **PUT** /storefront/{storefront_oid}/email/segments/{email_segment_uuid} | Update email segment
159
+ [**update_email_sending_domain**](StorefrontApi.md#update_email_sending_domain) | **PUT** /storefront/email/sending_domains/{domain} | Update email sending domain
158
160
  [**update_email_settings**](StorefrontApi.md#update_email_settings) | **POST** /storefront/{storefront_oid}/email/settings | Update email settings
159
161
  [**update_experiment**](StorefrontApi.md#update_experiment) | **PUT** /storefront/{storefront_oid}/experiments/{storefront_experiment_oid} | Update experiment
160
162
  [**update_library_item**](StorefrontApi.md#update_library_item) | **PUT** /storefront/code_library/{library_item_oid} | Update library item. Note that only certain fields may be updated via this method.
@@ -630,6 +632,54 @@ Name | Type | Description | Notes
630
632
 
631
633
 
632
634
 
635
+ # **create_email_sending_domain2**
636
+ > EmailSendingDomainResponse create_email_sending_domain2(email_domain)
637
+
638
+ Create email sending domain for various providers
639
+
640
+ ### Example
641
+ ```ruby
642
+ # load the gem
643
+ require 'ultracart_api'
644
+
645
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
646
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
647
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
648
+
649
+
650
+ email_domain = UltracartClient::EmailDomain.new # EmailDomain | EmailDomain
651
+
652
+
653
+ begin
654
+ #Create email sending domain for various providers
655
+ result = api_instance.create_email_sending_domain2(email_domain)
656
+ p result
657
+ rescue UltracartClient::ApiError => e
658
+ puts "Exception when calling StorefrontApi->create_email_sending_domain2: #{e}"
659
+ end
660
+ ```
661
+
662
+ ### Parameters
663
+
664
+ Name | Type | Description | Notes
665
+ ------------- | ------------- | ------------- | -------------
666
+ **email_domain** | [**EmailDomain**](EmailDomain.md)| EmailDomain |
667
+
668
+ ### Return type
669
+
670
+ [**EmailSendingDomainResponse**](EmailSendingDomainResponse.md)
671
+
672
+ ### Authorization
673
+
674
+ [ultraCartBrowserApiKey](../README.md#ultraCartBrowserApiKey), [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
675
+
676
+ ### HTTP request headers
677
+
678
+ - **Content-Type**: application/json
679
+ - **Accept**: application/json
680
+
681
+
682
+
633
683
  # **create_twilio_account**
634
684
  > TwilioResponse create_twilio_account(twilio)
635
685
 
@@ -7944,6 +7994,57 @@ Name | Type | Description | Notes
7944
7994
 
7945
7995
 
7946
7996
 
7997
+ # **update_email_sending_domain**
7998
+ > EmailSendingDomainResponse update_email_sending_domain(domain, email_domain)
7999
+
8000
+ Update email sending domain
8001
+
8002
+ ### Example
8003
+ ```ruby
8004
+ # load the gem
8005
+ require 'ultracart_api'
8006
+
8007
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
8008
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
8009
+ api_instance = UltracartClient::StorefrontApi.new_using_api_key(simple_key, false, false)
8010
+
8011
+
8012
+ domain = 'domain_example' # String |
8013
+
8014
+ email_domain = UltracartClient::EmailDomain.new # EmailDomain | EmailDomain
8015
+
8016
+
8017
+ begin
8018
+ #Update email sending domain
8019
+ result = api_instance.update_email_sending_domain(domain, email_domain)
8020
+ p result
8021
+ rescue UltracartClient::ApiError => e
8022
+ puts "Exception when calling StorefrontApi->update_email_sending_domain: #{e}"
8023
+ end
8024
+ ```
8025
+
8026
+ ### Parameters
8027
+
8028
+ Name | Type | Description | Notes
8029
+ ------------- | ------------- | ------------- | -------------
8030
+ **domain** | **String**| |
8031
+ **email_domain** | [**EmailDomain**](EmailDomain.md)| EmailDomain |
8032
+
8033
+ ### Return type
8034
+
8035
+ [**EmailSendingDomainResponse**](EmailSendingDomainResponse.md)
8036
+
8037
+ ### Authorization
8038
+
8039
+ [ultraCartBrowserApiKey](../README.md#ultraCartBrowserApiKey), [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
8040
+
8041
+ ### HTTP request headers
8042
+
8043
+ - **Content-Type**: application/json
8044
+ - **Accept**: application/json
8045
+
8046
+
8047
+
7947
8048
  # **update_email_settings**
7948
8049
  > EmailSettingsResponse update_email_settings(storefront_oid, settings)
7949
8050
 
@@ -857,6 +857,59 @@ module UltracartClient
857
857
  end
858
858
  return data, status_code, headers
859
859
  end
860
+ # Searches for all matching values (using POST)
861
+ # @param lookup_request LookupRequest
862
+ # @param [Hash] opts the optional parameters
863
+ # @return [LookupResponse]
864
+ def search_customer_profile_values(lookup_request, opts = {})
865
+ data, _status_code, _headers = search_customer_profile_values_with_http_info(lookup_request, opts)
866
+ data
867
+ end
868
+
869
+ # Searches for all matching values (using POST)
870
+ # @param lookup_request LookupRequest
871
+ # @param [Hash] opts the optional parameters
872
+ # @return [Array<(LookupResponse, Fixnum, Hash)>] LookupResponse data, response status code and response headers
873
+ def search_customer_profile_values_with_http_info(lookup_request, opts = {})
874
+ if @api_client.config.debugging
875
+ @api_client.config.logger.debug 'Calling API: CustomerApi.search_customer_profile_values ...'
876
+ end
877
+ # verify the required parameter 'lookup_request' is set
878
+ if @api_client.config.client_side_validation && lookup_request.nil?
879
+ fail ArgumentError, "Missing the required parameter 'lookup_request' when calling CustomerApi.search_customer_profile_values"
880
+ end
881
+ # resource path
882
+ local_var_path = '/customer/search'
883
+
884
+ # query parameters
885
+ query_params = {}
886
+
887
+ # header parameters
888
+ header_params = {}
889
+ header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
890
+ # HTTP header 'Accept' (if needed)
891
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
892
+ # HTTP header 'Content-Type'
893
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
894
+
895
+ # form parameters
896
+ form_params = {}
897
+
898
+ # http body (model)
899
+ post_body = @api_client.object_to_http_body(lookup_request)
900
+ auth_names = ['ultraCartBrowserApiKey', 'ultraCartOauth', 'ultraCartSimpleApiKey']
901
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
902
+ :header_params => header_params,
903
+ :query_params => query_params,
904
+ :form_params => form_params,
905
+ :body => post_body,
906
+ :auth_names => auth_names,
907
+ :return_type => 'LookupResponse')
908
+ if @api_client.config.debugging
909
+ @api_client.config.logger.debug "API called: CustomerApi#search_customer_profile_values\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
910
+ end
911
+ return data, status_code, headers
912
+ end
860
913
  # Update a customer
861
914
  # Update a customer on the UltraCart account.
862
915
  # @param customer Customer to update
@@ -742,18 +742,6 @@ module UltracartClient
742
742
  # @option opts [String] :current_stage Current Stage
743
743
  # @option opts [String] :channel_partner_code Channel Partner Code
744
744
  # @option opts [String] :channel_partner_order_id Channel Partner Order ID
745
- # @option opts [Integer] :customer_profile_oid
746
- # @option opts [String] :refund_date_begin
747
- # @option opts [String] :refund_date_end
748
- # @option opts [String] :custom_field_1
749
- # @option opts [String] :custom_field_2
750
- # @option opts [String] :custom_field_3
751
- # @option opts [String] :custom_field_4
752
- # @option opts [String] :custom_field_5
753
- # @option opts [String] :custom_field_6
754
- # @option opts [String] :custom_field_7
755
- # @option opts [String] :ship_on_date_begin
756
- # @option opts [String] :ship_on_date_end
757
745
  # @option opts [Integer] :_limit The maximum number of records to return on this one API call. (Maximum 200) (default to 100)
758
746
  # @option opts [Integer] :_offset Pagination of the record set. Offset is a zero based index. (default to 0)
759
747
  # @option opts [String] :_sort The sort order of the orders. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
@@ -794,18 +782,6 @@ module UltracartClient
794
782
  # @option opts [String] :current_stage Current Stage
795
783
  # @option opts [String] :channel_partner_code Channel Partner Code
796
784
  # @option opts [String] :channel_partner_order_id Channel Partner Order ID
797
- # @option opts [Integer] :customer_profile_oid
798
- # @option opts [String] :refund_date_begin
799
- # @option opts [String] :refund_date_end
800
- # @option opts [String] :custom_field_1
801
- # @option opts [String] :custom_field_2
802
- # @option opts [String] :custom_field_3
803
- # @option opts [String] :custom_field_4
804
- # @option opts [String] :custom_field_5
805
- # @option opts [String] :custom_field_6
806
- # @option opts [String] :custom_field_7
807
- # @option opts [String] :ship_on_date_begin
808
- # @option opts [String] :ship_on_date_end
809
785
  # @option opts [Integer] :_limit The maximum number of records to return on this one API call. (Maximum 200)
810
786
  # @option opts [Integer] :_offset Pagination of the record set. Offset is a zero based index.
811
787
  # @option opts [String] :_sort The sort order of the orders. See Sorting documentation for examples of using multiple values and sorting by ascending and descending.
@@ -847,18 +823,6 @@ module UltracartClient
847
823
  query_params[:'current_stage'] = opts[:'current_stage'] if !opts[:'current_stage'].nil?
848
824
  query_params[:'channel_partner_code'] = opts[:'channel_partner_code'] if !opts[:'channel_partner_code'].nil?
849
825
  query_params[:'channel_partner_order_id'] = opts[:'channel_partner_order_id'] if !opts[:'channel_partner_order_id'].nil?
850
- query_params[:'customer_profile_oid'] = opts[:'customer_profile_oid'] if !opts[:'customer_profile_oid'].nil?
851
- query_params[:'Refund Date Begin'] = opts[:'refund_date_begin'] if !opts[:'refund_date_begin'].nil?
852
- query_params[:'Refund Date End'] = opts[:'refund_date_end'] if !opts[:'refund_date_end'].nil?
853
- query_params[:'Custom Field 1'] = opts[:'custom_field_1'] if !opts[:'custom_field_1'].nil?
854
- query_params[:'Custom Field 2'] = opts[:'custom_field_2'] if !opts[:'custom_field_2'].nil?
855
- query_params[:'Custom Field 3'] = opts[:'custom_field_3'] if !opts[:'custom_field_3'].nil?
856
- query_params[:'Custom Field 4'] = opts[:'custom_field_4'] if !opts[:'custom_field_4'].nil?
857
- query_params[:'Custom Field 5'] = opts[:'custom_field_5'] if !opts[:'custom_field_5'].nil?
858
- query_params[:'Custom Field 6'] = opts[:'custom_field_6'] if !opts[:'custom_field_6'].nil?
859
- query_params[:'Custom Field 7'] = opts[:'custom_field_7'] if !opts[:'custom_field_7'].nil?
860
- query_params[:'ship_on_date_begin'] = opts[:'ship_on_date_begin'] if !opts[:'ship_on_date_begin'].nil?
861
- query_params[:'ship_on_date_end'] = opts[:'ship_on_date_end'] if !opts[:'ship_on_date_end'].nil?
862
826
  query_params[:'_limit'] = opts[:'_limit'] if !opts[:'_limit'].nil?
863
827
  query_params[:'_offset'] = opts[:'_offset'] if !opts[:'_offset'].nil?
864
828
  query_params[:'_sort'] = opts[:'_sort'] if !opts[:'_sort'].nil?
@@ -563,6 +563,59 @@ module UltracartClient
563
563
  end
564
564
  return data, status_code, headers
565
565
  end
566
+ # Create email sending domain for various providers
567
+ # @param email_domain EmailDomain
568
+ # @param [Hash] opts the optional parameters
569
+ # @return [EmailSendingDomainResponse]
570
+ def create_email_sending_domain2(email_domain, opts = {})
571
+ data, _status_code, _headers = create_email_sending_domain2_with_http_info(email_domain, opts)
572
+ data
573
+ end
574
+
575
+ # Create email sending domain for various providers
576
+ # @param email_domain EmailDomain
577
+ # @param [Hash] opts the optional parameters
578
+ # @return [Array<(EmailSendingDomainResponse, Fixnum, Hash)>] EmailSendingDomainResponse data, response status code and response headers
579
+ def create_email_sending_domain2_with_http_info(email_domain, opts = {})
580
+ if @api_client.config.debugging
581
+ @api_client.config.logger.debug 'Calling API: StorefrontApi.create_email_sending_domain2 ...'
582
+ end
583
+ # verify the required parameter 'email_domain' is set
584
+ if @api_client.config.client_side_validation && email_domain.nil?
585
+ fail ArgumentError, "Missing the required parameter 'email_domain' when calling StorefrontApi.create_email_sending_domain2"
586
+ end
587
+ # resource path
588
+ local_var_path = '/storefront/email/sending_domains'
589
+
590
+ # query parameters
591
+ query_params = {}
592
+
593
+ # header parameters
594
+ header_params = {}
595
+ header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
596
+ # HTTP header 'Accept' (if needed)
597
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
598
+ # HTTP header 'Content-Type'
599
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
600
+
601
+ # form parameters
602
+ form_params = {}
603
+
604
+ # http body (model)
605
+ post_body = @api_client.object_to_http_body(email_domain)
606
+ auth_names = ['ultraCartBrowserApiKey', 'ultraCartOauth', 'ultraCartSimpleApiKey']
607
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
608
+ :header_params => header_params,
609
+ :query_params => query_params,
610
+ :form_params => form_params,
611
+ :body => post_body,
612
+ :auth_names => auth_names,
613
+ :return_type => 'EmailSendingDomainResponse')
614
+ if @api_client.config.debugging
615
+ @api_client.config.logger.debug "API called: StorefrontApi#create_email_sending_domain2\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
616
+ end
617
+ return data, status_code, headers
618
+ end
566
619
  # Create Twilio account
567
620
  # @param twilio Twilio
568
621
  # @param [Hash] opts the optional parameters
@@ -8936,6 +8989,65 @@ module UltracartClient
8936
8989
  end
8937
8990
  return data, status_code, headers
8938
8991
  end
8992
+ # Update email sending domain
8993
+ # @param domain
8994
+ # @param email_domain EmailDomain
8995
+ # @param [Hash] opts the optional parameters
8996
+ # @return [EmailSendingDomainResponse]
8997
+ def update_email_sending_domain(domain, email_domain, opts = {})
8998
+ data, _status_code, _headers = update_email_sending_domain_with_http_info(domain, email_domain, opts)
8999
+ data
9000
+ end
9001
+
9002
+ # Update email sending domain
9003
+ # @param domain
9004
+ # @param email_domain EmailDomain
9005
+ # @param [Hash] opts the optional parameters
9006
+ # @return [Array<(EmailSendingDomainResponse, Fixnum, Hash)>] EmailSendingDomainResponse data, response status code and response headers
9007
+ def update_email_sending_domain_with_http_info(domain, email_domain, opts = {})
9008
+ if @api_client.config.debugging
9009
+ @api_client.config.logger.debug 'Calling API: StorefrontApi.update_email_sending_domain ...'
9010
+ end
9011
+ # verify the required parameter 'domain' is set
9012
+ if @api_client.config.client_side_validation && domain.nil?
9013
+ fail ArgumentError, "Missing the required parameter 'domain' when calling StorefrontApi.update_email_sending_domain"
9014
+ end
9015
+ # verify the required parameter 'email_domain' is set
9016
+ if @api_client.config.client_side_validation && email_domain.nil?
9017
+ fail ArgumentError, "Missing the required parameter 'email_domain' when calling StorefrontApi.update_email_sending_domain"
9018
+ end
9019
+ # resource path
9020
+ local_var_path = '/storefront/email/sending_domains/{domain}'.sub('{' + 'domain' + '}', domain.to_s)
9021
+
9022
+ # query parameters
9023
+ query_params = {}
9024
+
9025
+ # header parameters
9026
+ header_params = {}
9027
+ header_params['X-UltraCart-Api-Version'] = @api_client.select_header_api_version()
9028
+ # HTTP header 'Accept' (if needed)
9029
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
9030
+ # HTTP header 'Content-Type'
9031
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
9032
+
9033
+ # form parameters
9034
+ form_params = {}
9035
+
9036
+ # http body (model)
9037
+ post_body = @api_client.object_to_http_body(email_domain)
9038
+ auth_names = ['ultraCartBrowserApiKey', 'ultraCartOauth', 'ultraCartSimpleApiKey']
9039
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
9040
+ :header_params => header_params,
9041
+ :query_params => query_params,
9042
+ :form_params => form_params,
9043
+ :body => post_body,
9044
+ :auth_names => auth_names,
9045
+ :return_type => 'EmailSendingDomainResponse')
9046
+ if @api_client.config.debugging
9047
+ @api_client.config.logger.debug "API called: StorefrontApi#update_email_sending_domain\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
9048
+ end
9049
+ return data, status_code, headers
9050
+ end
8939
9051
  # Update email settings
8940
9052
  # @param storefront_oid
8941
9053
  # @param settings settings request
@@ -26,6 +26,8 @@ module UltracartClient
26
26
 
27
27
  attr_accessor :identity_status
28
28
 
29
+ attr_accessor :mailgun
30
+
29
31
  attr_accessor :merchant_id
30
32
 
31
33
  attr_accessor :provider
@@ -47,6 +49,7 @@ module UltracartClient
47
49
  :'domain' => :'domain',
48
50
  :'esp_domain_uuid' => :'esp_domain_uuid',
49
51
  :'identity_status' => :'identity_status',
52
+ :'mailgun' => :'mailgun',
50
53
  :'merchant_id' => :'merchant_id',
51
54
  :'provider' => :'provider',
52
55
  :'spf' => :'spf',
@@ -65,6 +68,7 @@ module UltracartClient
65
68
  :'domain' => :'String',
66
69
  :'esp_domain_uuid' => :'String',
67
70
  :'identity_status' => :'String',
71
+ :'mailgun' => :'Mailgun',
68
72
  :'merchant_id' => :'String',
69
73
  :'provider' => :'String',
70
74
  :'spf' => :'VerificationRecord',
@@ -108,6 +112,10 @@ module UltracartClient
108
112
  self.identity_status = attributes[:'identity_status']
109
113
  end
110
114
 
115
+ if attributes.has_key?(:'mailgun')
116
+ self.mailgun = attributes[:'mailgun']
117
+ end
118
+
111
119
  if attributes.has_key?(:'merchant_id')
112
120
  self.merchant_id = attributes[:'merchant_id']
113
121
  end
@@ -157,6 +165,7 @@ module UltracartClient
157
165
  domain == o.domain &&
158
166
  esp_domain_uuid == o.esp_domain_uuid &&
159
167
  identity_status == o.identity_status &&
168
+ mailgun == o.mailgun &&
160
169
  merchant_id == o.merchant_id &&
161
170
  provider == o.provider &&
162
171
  spf == o.spf &&
@@ -174,7 +183,7 @@ module UltracartClient
174
183
  # Calculates hash code according to all attributes.
175
184
  # @return [Fixnum] Hash code
176
185
  def hash
177
- [comment, dkim, dkim_status, domain, esp_domain_uuid, identity_status, merchant_id, provider, spf, start_dkim_dts, start_identity_dts, verification].hash
186
+ [comment, dkim, dkim_status, domain, esp_domain_uuid, identity_status, mailgun, merchant_id, provider, spf, start_dkim_dts, start_identity_dts, verification].hash
178
187
  end
179
188
 
180
189
  # Builds the object from hash
@@ -0,0 +1,184 @@
1
+ =begin
2
+ #UltraCart Rest API V2
3
+
4
+ #UltraCart REST API Version 2
5
+
6
+ OpenAPI spec version: 2.0.0
7
+ Contact: support@ultracart.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.15-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module UltracartClient
16
+ class Mailgun
17
+ attr_accessor :api_key
18
+
19
+ # Attribute mapping from ruby-style variable name to JSON key.
20
+ def self.attribute_map
21
+ {
22
+ :'api_key' => :'api_key'
23
+ }
24
+ end
25
+
26
+ # Attribute type mapping.
27
+ def self.swagger_types
28
+ {
29
+ :'api_key' => :'String'
30
+ }
31
+ end
32
+
33
+ # Initializes the object
34
+ # @param [Hash] attributes Model attributes in the form of hash
35
+ def initialize(attributes = {})
36
+ return unless attributes.is_a?(Hash)
37
+
38
+ # convert string to symbol for hash key
39
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
40
+
41
+ if attributes.has_key?(:'api_key')
42
+ self.api_key = attributes[:'api_key']
43
+ end
44
+ end
45
+
46
+ # Show invalid properties with the reasons. Usually used together with valid?
47
+ # @return Array for valid properties with the reasons
48
+ def list_invalid_properties
49
+ invalid_properties = Array.new
50
+ invalid_properties
51
+ end
52
+
53
+ # Check to see if the all the properties in the model are valid
54
+ # @return true if the model is valid
55
+ def valid?
56
+ true
57
+ end
58
+
59
+ # Checks equality by comparing each attribute.
60
+ # @param [Object] Object to be compared
61
+ def ==(o)
62
+ return true if self.equal?(o)
63
+ self.class == o.class &&
64
+ api_key == o.api_key
65
+ end
66
+
67
+ # @see the `==` method
68
+ # @param [Object] Object to be compared
69
+ def eql?(o)
70
+ self == o
71
+ end
72
+
73
+ # Calculates hash code according to all attributes.
74
+ # @return [Fixnum] Hash code
75
+ def hash
76
+ [api_key].hash
77
+ end
78
+
79
+ # Builds the object from hash
80
+ # @param [Hash] attributes Model attributes in the form of hash
81
+ # @return [Object] Returns the model itself
82
+ def build_from_hash(attributes)
83
+ return nil unless attributes.is_a?(Hash)
84
+ self.class.swagger_types.each_pair do |key, type|
85
+ if type =~ /\AArray<(.*)>/i
86
+ # check to ensure the input is an array given that the attribute
87
+ # is documented as an array but the input is not
88
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
89
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
90
+ end
91
+ elsif !attributes[self.class.attribute_map[key]].nil?
92
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
93
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
94
+ end
95
+
96
+ self
97
+ end
98
+
99
+ # Deserializes the data based on type
100
+ # @param string type Data type
101
+ # @param string value Value to be deserialized
102
+ # @return [Object] Deserialized data
103
+ def _deserialize(type, value)
104
+ case type.to_sym
105
+ when :DateTime
106
+ DateTime.parse(value)
107
+ when :Date
108
+ Date.parse(value)
109
+ when :String
110
+ value.to_s
111
+ when :Integer
112
+ value.to_i
113
+ when :Float
114
+ value.to_f
115
+ when :BOOLEAN
116
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
117
+ true
118
+ else
119
+ false
120
+ end
121
+ when :Object
122
+ # generic object (usually a Hash), return directly
123
+ value
124
+ when /\AArray<(?<inner_type>.+)>\z/
125
+ inner_type = Regexp.last_match[:inner_type]
126
+ value.map { |v| _deserialize(inner_type, v) }
127
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
128
+ k_type = Regexp.last_match[:k_type]
129
+ v_type = Regexp.last_match[:v_type]
130
+ {}.tap do |hash|
131
+ value.each do |k, v|
132
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
133
+ end
134
+ end
135
+ else # model
136
+ temp_model = UltracartClient.const_get(type).new
137
+ temp_model.build_from_hash(value)
138
+ end
139
+ end
140
+
141
+ # Returns the string representation of the object
142
+ # @return [String] String presentation of the object
143
+ def to_s
144
+ to_hash.to_s
145
+ end
146
+
147
+ # to_body is an alias to to_hash (backward compatibility)
148
+ # @return [Hash] Returns the object in the form of hash
149
+ def to_body
150
+ to_hash
151
+ end
152
+
153
+ # Returns the object in the form of hash
154
+ # @return [Hash] Returns the object in the form of hash
155
+ def to_hash
156
+ hash = {}
157
+ self.class.attribute_map.each_pair do |attr, param|
158
+ value = self.send(attr)
159
+ next if value.nil?
160
+ hash[param] = _to_hash(value)
161
+ end
162
+ hash
163
+ end
164
+
165
+ # Outputs non-array value in the form of hash
166
+ # For object, use to_hash. Otherwise, just return the value
167
+ # @param [Object] value Any valid value
168
+ # @return [Hash] Returns the value in the form of hash
169
+ def _to_hash(value)
170
+ if value.is_a?(Array)
171
+ value.compact.map { |v| _to_hash(v) }
172
+ elsif value.is_a?(Hash)
173
+ {}.tap do |hash|
174
+ value.each { |k, v| hash[k] = _to_hash(v) }
175
+ end
176
+ elsif value.respond_to? :to_hash
177
+ value.to_hash
178
+ else
179
+ value
180
+ end
181
+ end
182
+
183
+ end
184
+ end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.11'
14
+ VERSION = '3.10.14'
15
15
  end
data/lib/ultracart_api.rb CHANGED
@@ -465,6 +465,7 @@ require 'ultracart_api/models/linked_account'
465
465
  require 'ultracart_api/models/list_segment_membership'
466
466
  require 'ultracart_api/models/lookup_request'
467
467
  require 'ultracart_api/models/lookup_response'
468
+ require 'ultracart_api/models/mailgun'
468
469
  require 'ultracart_api/models/metric'
469
470
  require 'ultracart_api/models/notification'
470
471
  require 'ultracart_api/models/oauth_revoke_success_response'
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.11
4
+ version: 3.10.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-10 00:00:00.000000000 Z
11
+ date: 2022-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -681,6 +681,7 @@ files:
681
681
  - docs/ListSegmentMembership.md
682
682
  - docs/LookupRequest.md
683
683
  - docs/LookupResponse.md
684
+ - docs/Mailgun.md
684
685
  - docs/Metric.md
685
686
  - docs/Notification.md
686
687
  - docs/OauthApi.md
@@ -1381,6 +1382,7 @@ files:
1381
1382
  - lib/ultracart_api/models/list_segment_membership.rb
1382
1383
  - lib/ultracart_api/models/lookup_request.rb
1383
1384
  - lib/ultracart_api/models/lookup_response.rb
1385
+ - lib/ultracart_api/models/mailgun.rb
1384
1386
  - lib/ultracart_api/models/metric.rb
1385
1387
  - lib/ultracart_api/models/notification.rb
1386
1388
  - lib/ultracart_api/models/oauth_revoke_success_response.rb