ultracart_api 3.11.14 → 3.11.16

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.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +27 -5
  3. data/docs/CartUpsellAfter.md +3 -1
  4. data/docs/ConversationVirtualAgentCapabilities.md +2 -0
  5. data/docs/CustomReport.md +17 -0
  6. data/docs/CustomReportAccountConfig.md +16 -0
  7. data/docs/CustomReportAccountConfigResponse.md +12 -0
  8. data/docs/CustomReportExecutionParameter.md +10 -0
  9. data/docs/CustomReportExecutionRequest.md +8 -0
  10. data/docs/CustomReportParameter.md +13 -0
  11. data/docs/CustomReportParameterOption.md +9 -0
  12. data/docs/CustomReportQuery.md +13 -0
  13. data/docs/CustomReportResponse.md +12 -0
  14. data/docs/CustomReportTooltip.md +9 -0
  15. data/docs/CustomReportsResponse.md +12 -0
  16. data/docs/DatawarehouseApi.md +403 -0
  17. data/docs/Item.md +1 -1
  18. data/docs/OrderApi.md +98 -65
  19. data/docs/WebhookApi.md +0 -16
  20. data/lib/ultracart_api/api/datawarehouse_api.rb +439 -0
  21. data/lib/ultracart_api/api/order_api.rb +111 -82
  22. data/lib/ultracart_api/api/webhook_api.rb +0 -24
  23. data/lib/ultracart_api/models/cart_upsell_after.rb +25 -5
  24. data/lib/ultracart_api/models/conversation_virtual_agent_capabilities.rb +55 -1
  25. data/lib/ultracart_api/models/custom_report.rb +271 -0
  26. data/lib/ultracart_api/models/custom_report_account_config.rb +261 -0
  27. data/lib/ultracart_api/models/custom_report_account_config_response.rb +221 -0
  28. data/lib/ultracart_api/models/custom_report_execution_parameter.rb +202 -0
  29. data/lib/ultracart_api/models/custom_report_execution_request.rb +186 -0
  30. data/lib/ultracart_api/models/custom_report_parameter.rb +231 -0
  31. data/lib/ultracart_api/models/custom_report_parameter_option.rb +193 -0
  32. data/lib/ultracart_api/models/custom_report_query.rb +231 -0
  33. data/lib/ultracart_api/models/custom_report_response.rb +221 -0
  34. data/lib/ultracart_api/models/custom_report_tooltip.rb +193 -0
  35. data/lib/ultracart_api/models/custom_reports_response.rb +224 -0
  36. data/lib/ultracart_api/models/item.rb +1 -1
  37. data/lib/ultracart_api/version.rb +1 -1
  38. data/lib/ultracart_api.rb +11 -0
  39. metadata +24 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7022dda8948a45a7c5163cc0b21adc9c5c43cabbab93f4888ac81cb42621aae
4
- data.tar.gz: 497539a61dae4af96603ac6c3c5148e223883bbb980e8940b69f32f897021d66
3
+ metadata.gz: 5193e746267b3197311ac8f0a9c849c2385e078ff3c58b7aa3d598e32a357ebf
4
+ data.tar.gz: fea6ee29a16616b6b3061392d707ddac908bf54e8913db5d45a2cc6b7389f560
5
5
  SHA512:
6
- metadata.gz: f08b1b532ba32b17ae964e8263c92668c9fd5c85a6102fecef2bca2da14847d784af53e4fd25b780415e9b6b4787e6929bd43d7d01048e35655216acc5acabcf
7
- data.tar.gz: d0419da92d5da3dcf4572ed2a92f29254e51d9454e7d193a54d6a442717a04395cefe23f9e711729d755025801aebed8ebcfabaa76def6dae414d6d204ef9483
6
+ metadata.gz: bea4d273179b62709428014f6a031bd2a25ae94214a3318a478f0045ddedce66763f319222bfc65f8c78adb35f5fb5771b11d39aca7188cb735e5cc4322b3569
7
+ data.tar.gz: 1512b5a8a1124216f36815e8cdc8876b1fa02e9a9a11e1bf40f585bdad3f5db450a7bcdd50eb1d750fe456b0fe1dd2a39b8236d2bd5a95b1cc246a55051264bf
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.11.14
10
+ - Package version: 3.11.16
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
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.11.14.gem
27
+ gem install ./ultracart_api-3.11.16.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.14.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.16.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.11.14'
35
+ gem 'ultracart_api', '~> 3.11.16'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -269,15 +269,23 @@ Class | Method | HTTP request | Description
269
269
  *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
270
270
  *UltracartClient::CustomerApi* | [**update_wish_list_item**](docs/CustomerApi.md#update_wish_list_item) | **PUT** /customer/customers/{customer_profile_oid}/wishlist/{customer_wishlist_item_oid} | Update a customer wishlist item
271
271
  *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
272
+ *UltracartClient::DatawarehouseApi* | [**delete_custom_report**](docs/DatawarehouseApi.md#delete_custom_report) | **DELETE** /datawarehouse/custom_reports/{custom_report_oid} | Delete a custom report
272
273
  *UltracartClient::DatawarehouseApi* | [**delete_report**](docs/DatawarehouseApi.md#delete_report) | **DELETE** /datawarehouse/reports/{report_oid} | Delete a report
273
274
  *UltracartClient::DatawarehouseApi* | [**dry_run_report_queries**](docs/DatawarehouseApi.md#dry_run_report_queries) | **PUT** /datawarehouse/reports/dryrun | Dry run the report queries
275
+ *UltracartClient::DatawarehouseApi* | [**execute_custom_report**](docs/DatawarehouseApi.md#execute_custom_report) | **PUT** /datawarehouse/custom_reports/{custom_report_oid}/execute | Execute a custom report
274
276
  *UltracartClient::DatawarehouseApi* | [**execute_report_queries**](docs/DatawarehouseApi.md#execute_report_queries) | **PUT** /datawarehouse/reports/execute | Execute the report queries
277
+ *UltracartClient::DatawarehouseApi* | [**get_custom_report**](docs/DatawarehouseApi.md#get_custom_report) | **GET** /datawarehouse/custom_reports/{custom_report_oid} | Get a custom report
278
+ *UltracartClient::DatawarehouseApi* | [**get_custom_report_account_config**](docs/DatawarehouseApi.md#get_custom_report_account_config) | **GET** /datawarehouse/custom_reports/account_config | Get custom report account configuration
279
+ *UltracartClient::DatawarehouseApi* | [**get_custom_reports**](docs/DatawarehouseApi.md#get_custom_reports) | **GET** /datawarehouse/custom_reports | Get custom reports
275
280
  *UltracartClient::DatawarehouseApi* | [**get_report**](docs/DatawarehouseApi.md#get_report) | **GET** /datawarehouse/reports/{report_oid} | Get a report
276
281
  *UltracartClient::DatawarehouseApi* | [**get_report_data_set**](docs/DatawarehouseApi.md#get_report_data_set) | **GET** /datawarehouse/reports/dataset/{dataset_uuid} | Get a report data set
277
282
  *UltracartClient::DatawarehouseApi* | [**get_report_data_set_page**](docs/DatawarehouseApi.md#get_report_data_set_page) | **GET** /datawarehouse/reports/dataset/{dataset_uuid}/pages/{page_number} | Get a report data set page
278
283
  *UltracartClient::DatawarehouseApi* | [**get_report_websocket_authorization**](docs/DatawarehouseApi.md#get_report_websocket_authorization) | **PUT** /datawarehouse/reports/auth | Get report websocket authorization
279
284
  *UltracartClient::DatawarehouseApi* | [**get_reports**](docs/DatawarehouseApi.md#get_reports) | **GET** /datawarehouse/reports | Get list of reports available
285
+ *UltracartClient::DatawarehouseApi* | [**insert_custom_report**](docs/DatawarehouseApi.md#insert_custom_report) | **POST** /datawarehouse/custom_reports | Create a custom report
280
286
  *UltracartClient::DatawarehouseApi* | [**insert_report**](docs/DatawarehouseApi.md#insert_report) | **POST** /datawarehouse/reports | Create a report
287
+ *UltracartClient::DatawarehouseApi* | [**update_custom_report**](docs/DatawarehouseApi.md#update_custom_report) | **PUT** /datawarehouse/custom_reports/{custom_report_oid} | Update a custom report
288
+ *UltracartClient::DatawarehouseApi* | [**update_custom_report_account_config**](docs/DatawarehouseApi.md#update_custom_report_account_config) | **PUT** /datawarehouse/custom_reports/account_config | Update custom report account config
281
289
  *UltracartClient::DatawarehouseApi* | [**update_report**](docs/DatawarehouseApi.md#update_report) | **PUT** /datawarehouse/reports/{report_oid} | Update a report
282
290
  *UltracartClient::FulfillmentApi* | [**acknowledge_orders**](docs/FulfillmentApi.md#acknowledge_orders) | **PUT** /fulfillment/distribution_centers/{distribution_center_code}/acknowledgements | Acknowledge receipt of orders.
283
291
  *UltracartClient::FulfillmentApi* | [**generate_packing_slip**](docs/FulfillmentApi.md#generate_packing_slip) | **GET** /fulfillment/distribution_centers/{distribution_center_code}/orders/{order_id} | Generate a packing slip for this order for the given distribution center.
@@ -324,6 +332,7 @@ Class | Method | HTTP request | Description
324
332
  *UltracartClient::OauthApi* | [**oauth_access_token**](docs/OauthApi.md#oauth_access_token) | **POST** /oauth/token | Exchange authorization code for access token.
325
333
  *UltracartClient::OauthApi* | [**oauth_revoke**](docs/OauthApi.md#oauth_revoke) | **POST** /oauth/revoke | Revoke this OAuth application.
326
334
  *UltracartClient::OrderApi* | [**adjust_order_total**](docs/OrderApi.md#adjust_order_total) | **POST** /order/orders/{order_id}/adjust_order_total/{desired_total} | Adjusts an order total
335
+ *UltracartClient::OrderApi* | [**block_refund_on_order**](docs/OrderApi.md#block_refund_on_order) | **GET** /order/orders/{order_id}/refund_block | Set a refund block on an order
327
336
  *UltracartClient::OrderApi* | [**cancel_order**](docs/OrderApi.md#cancel_order) | **POST** /order/orders/{order_id}/cancel | Cancel an order
328
337
  *UltracartClient::OrderApi* | [**delete_order**](docs/OrderApi.md#delete_order) | **DELETE** /order/orders/{order_id} | Delete an order
329
338
  *UltracartClient::OrderApi* | [**duplicate_order**](docs/OrderApi.md#duplicate_order) | **POST** /order/orders/{order_id}/duplicate | Duplicate an order
@@ -344,10 +353,10 @@ Class | Method | HTTP request | Description
344
353
  *UltracartClient::OrderApi* | [**is_refundable_order**](docs/OrderApi.md#is_refundable_order) | **GET** /order/orders/{order_id}/refundable | Determine if an order can be refunded
345
354
  *UltracartClient::OrderApi* | [**process_payment**](docs/OrderApi.md#process_payment) | **POST** /order/orders/{order_id}/process_payment | Process payment
346
355
  *UltracartClient::OrderApi* | [**refund_order**](docs/OrderApi.md#refund_order) | **PUT** /order/orders/{order_id}/refund | Refund an order
347
- *UltracartClient::OrderApi* | [**refund_order_completely**](docs/OrderApi.md#refund_order_completely) | **PUT** /order/orders/{order_id}/refund_completely | Refund an order completely
348
356
  *UltracartClient::OrderApi* | [**replacement**](docs/OrderApi.md#replacement) | **POST** /order/orders/{order_id}/replacement | Replacement order
349
357
  *UltracartClient::OrderApi* | [**resend_receipt**](docs/OrderApi.md#resend_receipt) | **POST** /order/orders/{order_id}/resend_receipt | Resend receipt
350
358
  *UltracartClient::OrderApi* | [**resend_shipment_confirmation**](docs/OrderApi.md#resend_shipment_confirmation) | **POST** /order/orders/{order_id}/resend_shipment_confirmation | Resend shipment confirmation
359
+ *UltracartClient::OrderApi* | [**unblock_refund_on_order**](docs/OrderApi.md#unblock_refund_on_order) | **GET** /order/orders/{order_id}/refund_unblock | Remove a refund block on an order
351
360
  *UltracartClient::OrderApi* | [**update_accounts_receivable_retry_config**](docs/OrderApi.md#update_accounts_receivable_retry_config) | **POST** /order/accountsReceivableRetryConfig | Update A/R Retry Configuration
352
361
  *UltracartClient::OrderApi* | [**update_order**](docs/OrderApi.md#update_order) | **PUT** /order/orders/{order_id} | Update an order
353
362
  *UltracartClient::OrderApi* | [**validate_order**](docs/OrderApi.md#validate_order) | **POST** /order/validate | Validate
@@ -901,6 +910,17 @@ Class | Method | HTTP request | Description
901
910
  - [UltracartClient::CouponsRequest](docs/CouponsRequest.md)
902
911
  - [UltracartClient::CouponsResponse](docs/CouponsResponse.md)
903
912
  - [UltracartClient::Currency](docs/Currency.md)
913
+ - [UltracartClient::CustomReport](docs/CustomReport.md)
914
+ - [UltracartClient::CustomReportAccountConfig](docs/CustomReportAccountConfig.md)
915
+ - [UltracartClient::CustomReportAccountConfigResponse](docs/CustomReportAccountConfigResponse.md)
916
+ - [UltracartClient::CustomReportExecutionParameter](docs/CustomReportExecutionParameter.md)
917
+ - [UltracartClient::CustomReportExecutionRequest](docs/CustomReportExecutionRequest.md)
918
+ - [UltracartClient::CustomReportParameter](docs/CustomReportParameter.md)
919
+ - [UltracartClient::CustomReportParameterOption](docs/CustomReportParameterOption.md)
920
+ - [UltracartClient::CustomReportQuery](docs/CustomReportQuery.md)
921
+ - [UltracartClient::CustomReportResponse](docs/CustomReportResponse.md)
922
+ - [UltracartClient::CustomReportTooltip](docs/CustomReportTooltip.md)
923
+ - [UltracartClient::CustomReportsResponse](docs/CustomReportsResponse.md)
904
924
  - [UltracartClient::Customer](docs/Customer.md)
905
925
  - [UltracartClient::CustomerActivity](docs/CustomerActivity.md)
906
926
  - [UltracartClient::CustomerAffiliate](docs/CustomerAffiliate.md)
@@ -1532,6 +1552,8 @@ Not every change is committed to every SDK.
1532
1552
 
1533
1553
  | Version | Date | Comments |
1534
1554
  | --: | :-: | --- |
1555
+ | 3.11.16 | 07/28/2025 | updated doc samples |
1556
+ | 3.11.15 | 07/28/2025 | new order methods for blocking and unblocking refunds |
1535
1557
  | 3.11.14 | 07/10/2025 | automation test |
1536
1558
  | 3.11.13 | 05/20/2025 | conversation - virtual agent flag and virtual agent cost |
1537
1559
  | 3.11.12 | 05/19/2025 | conversations - AI agent capabilities method |
@@ -5,6 +5,8 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **finalize_after_dts** | **String** | The date/time after which the cart will finalize into an order. | [optional]
7
7
  **finalize_after_minutes** | **Integer** | The amount of inactivity in minutes after which the cart should be finalized into an order. This will calculate the finalize_after_dts field. | [optional]
8
- **upsell_path_code** | **String** | Upsell path code | [optional]
8
+ **upsell_path_code** | **String** | Upsell path code (this is for legacy upsells only) | [optional]
9
+ **upsell_path_name** | **String** | Upsell path name to start on (StoreFront Upsells). Will only be respected on a handoff API call. | [optional]
10
+ **upsell_path_variation** | **String** | Upsell path variation to start on (StoreFront Upsells). Will only be respected on a handoff API call. | [optional]
9
11
 
10
12
 
@@ -8,6 +8,8 @@ Name | Type | Description | Notes
8
8
  **lookup_order_information** | **BOOLEAN** | | [optional]
9
9
  **lookup_subscription_information** | **BOOLEAN** | | [optional]
10
10
  **open_support_ticket** | **BOOLEAN** | | [optional]
11
+ **open_support_ticket_channel** | **String** | Channel to use to open the support ticket | [optional]
12
+ **open_support_ticket_channel_email** | **String** | Email to send support ticket to | [optional]
11
13
  **pause_subscription** | **BOOLEAN** | | [optional]
12
14
  **resume_subscription** | **BOOLEAN** | | [optional]
13
15
  **transfer_chat_to_live_agent** | **BOOLEAN** | | [optional]
@@ -0,0 +1,17 @@
1
+ # UltracartClient::CustomReport
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **chart_javascript** | **String** | | [optional]
7
+ **chart_javascript_url** | **String** | | [optional]
8
+ **data_warehouse_report_config_oid** | **Integer** | | [optional]
9
+ **dataset_security_level** | **String** | | [optional]
10
+ **group_name** | **String** | | [optional]
11
+ **merchant_id** | **String** | | [optional]
12
+ **name** | **String** | | [optional]
13
+ **parameters** | [**Array<CustomReportParameter>**](CustomReportParameter.md) | | [optional]
14
+ **queries** | [**Array<CustomReportQuery>**](CustomReportQuery.md) | | [optional]
15
+ **tooltips** | [**Array<CustomReportTooltip>**](CustomReportTooltip.md) | | [optional]
16
+
17
+
@@ -0,0 +1,16 @@
1
+ # UltracartClient::CustomReportAccountConfig
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **ai_budget** | **Float** | | [optional]
7
+ **ai_usage** | **Float** | Current AI usage creating reports | [optional]
8
+ **merchant_id** | **String** | Current BigQuery SQL usage running reports | [optional]
9
+ **novice_sql_comments** | **BOOLEAN** | | [optional]
10
+ **opt_in** | **BOOLEAN** | True if they have opted into custom reports | [optional]
11
+ **opt_in_by_user** | **String** | User that opted into custom reporting | [optional]
12
+ **opt_in_date** | **String** | Date/time that custom reporting was opted in to | [optional]
13
+ **sql_budget** | **Float** | | [optional]
14
+ **sql_usage** | **Float** | | [optional]
15
+
16
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::CustomReportAccountConfigResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **account_config** | [**CustomReportAccountConfig**](CustomReportAccountConfig.md) | | [optional]
7
+ **error** | [**Error**](Error.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::CustomReportExecutionParameter
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **name** | **String** | | [optional]
7
+ **type** | **String** | | [optional]
8
+ **value** | **String** | | [optional]
9
+
10
+
@@ -0,0 +1,8 @@
1
+ # UltracartClient::CustomReportExecutionRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **parameters** | [**Array<CustomReportExecutionParameter>**](CustomReportExecutionParameter.md) | | [optional]
7
+
8
+
@@ -0,0 +1,13 @@
1
+ # UltracartClient::CustomReportParameter
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **display_name** | **String** | | [optional]
7
+ **meta** | **String** | | [optional]
8
+ **name** | **String** | | [optional]
9
+ **options** | [**Array<CustomReportParameterOption>**](CustomReportParameterOption.md) | | [optional]
10
+ **required** | **BOOLEAN** | | [optional]
11
+ **type** | **String** | | [optional]
12
+
13
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::CustomReportParameterOption
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **description** | **String** | | [optional]
7
+ **value** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,13 @@
1
+ # UltracartClient::CustomReportQuery
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **conditional_formatting_start_column** | **Integer** | | [optional]
7
+ **freeze_columns** | **Integer** | | [optional]
8
+ **pii_columns** | **Array<String>** | | [optional]
9
+ **query** | **String** | | [optional]
10
+ **sheet_name** | **String** | | [optional]
11
+ **title** | **String** | | [optional]
12
+
13
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::CustomReportResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
8
+ **report** | [**CustomReport**](CustomReport.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::CustomReportTooltip
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **column_name** | **String** | | [optional]
7
+ **tooltip** | **String** | | [optional]
8
+
9
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::CustomReportsResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
8
+ **reports** | [**Array<CustomReport>**](CustomReport.md) | reports | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+