stigg-api-client 1.28.0 → 1.30.0
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/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +6 -12
- data/lib/stigg/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: c998d9cd75e3a8024f420ef27e3a387ff8d819357e6179c7ccb0a0005c36f865
|
|
4
|
+
data.tar.gz: e926240210e767457e1b9b29c6a03a565cdf0c1e352887c88dbe09496a20de09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 015335711b61b59ef22462d4a7676b62fb21fb5242f6e2c6b2050567bc3a3d2fd085a0a2f205fff177ab0a36f49c3b3c54532dc351122f4987d7b8ba3ee755b2
|
|
7
|
+
data.tar.gz: e58ab2997c0791b2b008134bc1491e296d1be605088ccfc8e211be91c361e97e38339bd309a7510eed805b352f83c643c2aba5eb1c52b32eb1e98f02c2ddc690
|
data/Gemfile.lock
CHANGED
|
@@ -22082,6 +22082,12 @@
|
|
|
22082
22082
|
"isDeprecated": false,
|
|
22083
22083
|
"deprecationReason": null
|
|
22084
22084
|
},
|
|
22085
|
+
{
|
|
22086
|
+
"name": "ProductNotFoundError",
|
|
22087
|
+
"description": null,
|
|
22088
|
+
"isDeprecated": false,
|
|
22089
|
+
"deprecationReason": null
|
|
22090
|
+
},
|
|
22085
22091
|
{
|
|
22086
22092
|
"name": "PromotionCodeCustomerNotFirstPurchase",
|
|
22087
22093
|
"description": null,
|
|
@@ -41084,18 +41090,6 @@
|
|
|
41084
41090
|
"defaultValue": null,
|
|
41085
41091
|
"isDeprecated": false,
|
|
41086
41092
|
"deprecationReason": null
|
|
41087
|
-
},
|
|
41088
|
-
{
|
|
41089
|
-
"name": "skipPatchVolumeBulk",
|
|
41090
|
-
"description": null,
|
|
41091
|
-
"type": {
|
|
41092
|
-
"kind": "SCALAR",
|
|
41093
|
-
"name": "Boolean",
|
|
41094
|
-
"ofType": null
|
|
41095
|
-
},
|
|
41096
|
-
"defaultValue": "false",
|
|
41097
|
-
"isDeprecated": false,
|
|
41098
|
-
"deprecationReason": null
|
|
41099
41093
|
}
|
|
41100
41094
|
],
|
|
41101
41095
|
"interfaces": null,
|
data/lib/stigg/version.rb
CHANGED