ultracart_api 3.1.14 → 3.1.15
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 +5 -4
- data/docs/StorefrontApi.md +3 -4
- data/lib/ultracart_api/api/storefront_api.rb +5 -6
- data/lib/ultracart_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 229200055f12ecfb6c80694ff395ddeed403386df9bdea3c619c6de523772f3d
|
4
|
+
data.tar.gz: decb7c5ceff628846ec57ac956aaaf4d5b2a48d493f32438e390621f8b317100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d35ff5c682dc751fd61d77ab16bce84de145e30ae6e096025d94521a9463bc23b2a49e447b4cea9f2b5f4ec6d8d126fe98b67a76c1e2d5ed4245128f511f0965
|
7
|
+
data.tar.gz: c4c0e99e7441f218038c8ff9f1260fb788222a2d4c7fcd20b014ea9c58f1675dcfe5612eee845d3e65c6c5492ce43dd6c22b8213b038add335fe05f8532d147e
|
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.1.
|
10
|
+
- Package version: 3.1.15
|
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.1.
|
27
|
+
gem install ./ultracart_api-3.1.15.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.1.
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.1.15.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.1.
|
35
|
+
gem 'ultracart_api', '~> 3.1.15'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -1006,6 +1006,7 @@ Not every change is committed to every SDK.
|
|
1006
1006
|
|
1007
1007
|
| Version | Date | Comments |
|
1008
1008
|
| --: | :-: | --- |
|
1009
|
+
| 3.1.15 | 03/15/2021 | fix response from deleteScreenRecordingSegment that should have been void |
|
1009
1010
|
| 3.1.14 | 03/15/2021 | sort screen recordings by favorite flag |
|
1010
1011
|
| 3.1.13 | 03/02/2021 | new webhook order_payment_failed |
|
1011
1012
|
| 3.1.12 | 02/25/2021 | added screen recording visitor_first_seen property |
|
data/docs/StorefrontApi.md
CHANGED
@@ -1115,7 +1115,7 @@ nil (empty response body)
|
|
1115
1115
|
|
1116
1116
|
|
1117
1117
|
# **delete_screen_recording_segment**
|
1118
|
-
>
|
1118
|
+
> delete_screen_recording_segment(storefront_oid, screen_recording_segment_oid)
|
1119
1119
|
|
1120
1120
|
Delete screen recording segment
|
1121
1121
|
|
@@ -1136,8 +1136,7 @@ screen_recording_segment_oid = 56 # Integer |
|
|
1136
1136
|
|
1137
1137
|
begin
|
1138
1138
|
#Delete screen recording segment
|
1139
|
-
|
1140
|
-
p result
|
1139
|
+
api_instance.delete_screen_recording_segment(storefront_oid, screen_recording_segment_oid)
|
1141
1140
|
rescue UltracartClient::ApiError => e
|
1142
1141
|
puts "Exception when calling StorefrontApi->delete_screen_recording_segment: #{e}"
|
1143
1142
|
end
|
@@ -1152,7 +1151,7 @@ Name | Type | Description | Notes
|
|
1152
1151
|
|
1153
1152
|
### Return type
|
1154
1153
|
|
1155
|
-
|
1154
|
+
nil (empty response body)
|
1156
1155
|
|
1157
1156
|
### Authorization
|
1158
1157
|
|
@@ -1141,17 +1141,17 @@ module UltracartClient
|
|
1141
1141
|
# @param storefront_oid
|
1142
1142
|
# @param screen_recording_segment_oid
|
1143
1143
|
# @param [Hash] opts the optional parameters
|
1144
|
-
# @return [
|
1144
|
+
# @return [nil]
|
1145
1145
|
def delete_screen_recording_segment(storefront_oid, screen_recording_segment_oid, opts = {})
|
1146
|
-
|
1147
|
-
|
1146
|
+
delete_screen_recording_segment_with_http_info(storefront_oid, screen_recording_segment_oid, opts)
|
1147
|
+
nil
|
1148
1148
|
end
|
1149
1149
|
|
1150
1150
|
# Delete screen recording segment
|
1151
1151
|
# @param storefront_oid
|
1152
1152
|
# @param screen_recording_segment_oid
|
1153
1153
|
# @param [Hash] opts the optional parameters
|
1154
|
-
# @return [Array<(
|
1154
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
1155
1155
|
def delete_screen_recording_segment_with_http_info(storefront_oid, screen_recording_segment_oid, opts = {})
|
1156
1156
|
if @api_client.config.debugging
|
1157
1157
|
@api_client.config.logger.debug 'Calling API: StorefrontApi.delete_screen_recording_segment ...'
|
@@ -1189,8 +1189,7 @@ module UltracartClient
|
|
1189
1189
|
:query_params => query_params,
|
1190
1190
|
:form_params => form_params,
|
1191
1191
|
:body => post_body,
|
1192
|
-
:auth_names => auth_names
|
1193
|
-
:return_type => 'ScreenRecordingSegmentResponse')
|
1192
|
+
:auth_names => auth_names)
|
1194
1193
|
if @api_client.config.debugging
|
1195
1194
|
@api_client.config.logger.debug "API called: StorefrontApi#delete_screen_recording_segment\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1196
1195
|
end
|