stigg-api-client 0.710.0 → 0.712.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 +38 -6
- 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: 9af607a0dc4c3277ac4ce8116c790b29593e35107067e3d506f21e80f33bb106
|
4
|
+
data.tar.gz: eb97b00445fdbfaa89a3ff846086e069aaeb645eeb4504241baf31d58b0c4946
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fdb6b04f1d7f8a0ee62eeaba0f39c23e0997d43e47bb8af165de22af5a8f7ac3449ef77b6daa4018700a9117204e387bd926c69a468002c7f81d14fa65e6940
|
7
|
+
data.tar.gz: bc63901f295ae566883417f13317697be722593ba70e50f694835b75c47b4e3481a05d51c630170f7cd8aa1dc388b43e3bc29bcacbf410f4140f3f98ecbf95c7
|
data/Gemfile.lock
CHANGED
@@ -21236,6 +21236,12 @@
|
|
21236
21236
|
"isDeprecated": false,
|
21237
21237
|
"deprecationReason": null
|
21238
21238
|
},
|
21239
|
+
{
|
21240
|
+
"name": "AmountTooLarge",
|
21241
|
+
"description": null,
|
21242
|
+
"isDeprecated": false,
|
21243
|
+
"deprecationReason": null
|
21244
|
+
},
|
21239
21245
|
{
|
21240
21246
|
"name": "ArchivedCouponCantBeApplied",
|
21241
21247
|
"description": null,
|
@@ -21626,12 +21632,6 @@
|
|
21626
21632
|
"isDeprecated": false,
|
21627
21633
|
"deprecationReason": null
|
21628
21634
|
},
|
21629
|
-
{
|
21630
|
-
"name": "PlanAlreadyExtended",
|
21631
|
-
"description": null,
|
21632
|
-
"isDeprecated": false,
|
21633
|
-
"deprecationReason": null
|
21634
|
-
},
|
21635
21635
|
{
|
21636
21636
|
"name": "PlanCannotBePublishWhenBasePlanIsDraft",
|
21637
21637
|
"description": null,
|
@@ -36927,6 +36927,22 @@
|
|
36927
36927
|
},
|
36928
36928
|
"isDeprecated": false,
|
36929
36929
|
"deprecationReason": null
|
36930
|
+
},
|
36931
|
+
{
|
36932
|
+
"name": "isValidationError",
|
36933
|
+
"description": null,
|
36934
|
+
"args": [],
|
36935
|
+
"type": {
|
36936
|
+
"kind": "NON_NULL",
|
36937
|
+
"name": null,
|
36938
|
+
"ofType": {
|
36939
|
+
"kind": "SCALAR",
|
36940
|
+
"name": "Boolean",
|
36941
|
+
"ofType": null
|
36942
|
+
}
|
36943
|
+
},
|
36944
|
+
"isDeprecated": false,
|
36945
|
+
"deprecationReason": null
|
36930
36946
|
}
|
36931
36947
|
],
|
36932
36948
|
"inputFields": null,
|
@@ -65279,6 +65295,22 @@
|
|
65279
65295
|
"isDeprecated": false,
|
65280
65296
|
"deprecationReason": null
|
65281
65297
|
},
|
65298
|
+
{
|
65299
|
+
"name": "isValidationError",
|
65300
|
+
"description": null,
|
65301
|
+
"args": [],
|
65302
|
+
"type": {
|
65303
|
+
"kind": "NON_NULL",
|
65304
|
+
"name": null,
|
65305
|
+
"ofType": {
|
65306
|
+
"kind": "SCALAR",
|
65307
|
+
"name": "Boolean",
|
65308
|
+
"ofType": null
|
65309
|
+
}
|
65310
|
+
},
|
65311
|
+
"isDeprecated": false,
|
65312
|
+
"deprecationReason": null
|
65313
|
+
},
|
65282
65314
|
{
|
65283
65315
|
"name": "nonPublishedPackageIds",
|
65284
65316
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED