solidus_api 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/openapi/solidus-api.oas.yml +1 -17
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '07619ac156e431da839ea2f95ce4ccf042f5df2fe681258c8722c6612509be07'
|
4
|
+
data.tar.gz: fbf7ff83c8c4eef3c8d39e7d83956bf97ad08944a918cff34c97a0420ed0992f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b5b8d39d9f9e82cefef4e5cae228d28a2deb284585401f3f6b18ba0de09ef5969feb137a893aa6223309e6abcc131b2f448c3211c58671ee4a36280a25e9ed0
|
7
|
+
data.tar.gz: eabba9d8ddb552c438bb41242234ff137c40c23bf6fbd21d800d1623c49e9b567d673468f2ba374911e1372598c096a5b8da17f0704a99c1d3bd4d79c2180cd2
|
data/openapi/solidus-api.oas.yml
CHANGED
@@ -7191,23 +7191,7 @@ components:
|
|
7191
7191
|
type: array
|
7192
7192
|
items:
|
7193
7193
|
$ref: '#/components/schemas/option-value-input'
|
7194
|
-
|
7195
|
-
weight:
|
7196
|
-
type: string
|
7197
|
-
height:
|
7198
|
-
type: string
|
7199
|
-
width:
|
7200
|
-
type: string
|
7201
|
-
depth:
|
7202
|
-
type: string
|
7203
|
-
sku:
|
7204
|
-
type: string
|
7205
|
-
cost_currency:
|
7206
|
-
type: string
|
7207
|
-
option_value_ids:
|
7208
|
-
type: array
|
7209
|
-
items:
|
7210
|
-
type: integer
|
7194
|
+
|
7211
7195
|
options:
|
7212
7196
|
type: object
|
7213
7197
|
description: '`Name` will be the name/presentation of the option type and `Value` will be the name/presentation of the option value. They will be created if not exist.'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: solidus_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Solidus Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jbuilder
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 3.2.
|
61
|
+
version: 3.2.1
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 3.2.
|
68
|
+
version: 3.2.1
|
69
69
|
description: REST API for the Solidus e-commerce framework.
|
70
70
|
email: contact@solidus.io
|
71
71
|
executables: []
|
@@ -273,7 +273,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
273
273
|
- !ruby/object:Gem::Version
|
274
274
|
version: 1.8.23
|
275
275
|
requirements: []
|
276
|
-
rubygems_version: 3.
|
276
|
+
rubygems_version: 3.3.19
|
277
277
|
signing_key:
|
278
278
|
specification_version: 4
|
279
279
|
summary: REST API for the Solidus e-commerce framework.
|