stigg-api-client 2.315.0 → 2.315.1
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 +3 -9
- 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: abe0f64d2ea09d72bde4f8ce842adad9fdf4b8b43d3b1cf309fd9b49c292fba1
|
4
|
+
data.tar.gz: 70091ac8c33059631f33c4bfc4b4f975575530d1cd4b933b7327ce86381204a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 364cd595ac25a7433879b6f99f7c46f2529eefe870c867e10ebb84abae987c07947a14e45d0b1ea07088387bc68996f323129a68720aadbafc7fd693191c7b4f
|
7
|
+
data.tar.gz: 6990c5f2a235548f38d2ad4d2611bcc17b0de10a0a9bb25d55a0ccb19b8c7369082ee4ab1d8830c6824a981ed22653b782e67424d670722b5a133f2265ccff7e
|
data/Gemfile.lock
CHANGED
@@ -24965,12 +24965,6 @@
|
|
24965
24965
|
"isDeprecated": false,
|
24966
24966
|
"deprecationReason": null
|
24967
24967
|
},
|
24968
|
-
{
|
24969
|
-
"name": "DuplicateIntegrationNotAllowed",
|
24970
|
-
"description": "Duplicate integration for same non billing vendor identifier not allowed",
|
24971
|
-
"isDeprecated": false,
|
24972
|
-
"deprecationReason": null
|
24973
|
-
},
|
24974
24968
|
{
|
24975
24969
|
"name": "DuplicateProductValidationError",
|
24976
24970
|
"description": null,
|
@@ -78414,7 +78408,7 @@
|
|
78414
78408
|
{
|
78415
78409
|
"kind": "OBJECT",
|
78416
78410
|
"name": "SyncRevisionBillingData",
|
78417
|
-
"description":
|
78411
|
+
"description": null,
|
78418
78412
|
"fields": [
|
78419
78413
|
{
|
78420
78414
|
"name": "billingId",
|
@@ -78483,7 +78477,7 @@
|
|
78483
78477
|
{
|
78484
78478
|
"kind": "OBJECT",
|
78485
78479
|
"name": "SyncRevisionMarketplaceData",
|
78486
|
-
"description":
|
78480
|
+
"description": null,
|
78487
78481
|
"fields": [
|
78488
78482
|
{
|
78489
78483
|
"name": "dimensions",
|
@@ -78510,7 +78504,7 @@
|
|
78510
78504
|
{
|
78511
78505
|
"kind": "OBJECT",
|
78512
78506
|
"name": "SyncRevisionPriceBillingData",
|
78513
|
-
"description":
|
78507
|
+
"description": null,
|
78514
78508
|
"fields": [
|
78515
78509
|
{
|
78516
78510
|
"name": "billingId",
|
data/lib/stigg/version.rb
CHANGED