stigg-api-client 1.73.5 → 1.73.6
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 +7 -3
- 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: ec04b8aaadd3e32f980092a233486e33167a8d24fcf57595307326d9271a15cf
|
|
4
|
+
data.tar.gz: 1169aa10ff32a322287d152790aabcf29d22c3fec07d35bb81738b0e20b78ab4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea46fabb33d024993fb29f69221d66452251643435c9f2cf5131ca54dbdabb811b931455b03a95b938e5172ae0381d239baafa7d394aa9671c0ca1a13ee4c73f
|
|
7
|
+
data.tar.gz: 9fff85f4943860cb5c483ed0846719c5711f1d406e8501e467bf1c0906f817edcb06652adb0c79fcfec5b8f778e2bf13240009f0bbc9a356dc80eee2e4714643
|
data/Gemfile.lock
CHANGED
|
@@ -510,9 +510,13 @@
|
|
|
510
510
|
"description": "Indicates if the addon has subscriptions",
|
|
511
511
|
"args": [],
|
|
512
512
|
"type": {
|
|
513
|
-
"kind": "
|
|
514
|
-
"name":
|
|
515
|
-
"ofType":
|
|
513
|
+
"kind": "NON_NULL",
|
|
514
|
+
"name": null,
|
|
515
|
+
"ofType": {
|
|
516
|
+
"kind": "SCALAR",
|
|
517
|
+
"name": "Boolean",
|
|
518
|
+
"ofType": null
|
|
519
|
+
}
|
|
516
520
|
},
|
|
517
521
|
"isDeprecated": false,
|
|
518
522
|
"deprecationReason": null
|
data/lib/stigg/version.rb
CHANGED