stigg-api-client 2.479.0 → 2.480.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 +20 -0
- 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: f11c50a32140a6c7303e003279ad0b45a145d4c8071713d44c5130325a9cf5f5
|
4
|
+
data.tar.gz: 7bdae07cbc6f302f50eb518cc17d347bf3299eaea637edb0db7cac7611226b1e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59621c13ee9fa048bce53a9252145fe17ef13cd09e3dc03f7bddc332ca71f9a8df4e029da45b5ce54f174f2e560cb43ebc2100547d7a6a67abb7755e88f1dd89
|
7
|
+
data.tar.gz: e800e1cc01f2b75e4e40a47c17cbff612ac02ee3f75d5b96f03e0f30acc402f7818a8860ffdc7cf53509be1d4bfb2c929b197ad25430d4145277bfe0fd02728e
|
data/Gemfile.lock
CHANGED
@@ -30818,6 +30818,26 @@
|
|
30818
30818
|
},
|
30819
30819
|
"isDeprecated": false,
|
30820
30820
|
"deprecationReason": null
|
30821
|
+
},
|
30822
|
+
{
|
30823
|
+
"name": "usedEnumValues",
|
30824
|
+
"description": "The enum values used by plans or add-ons",
|
30825
|
+
"args": [],
|
30826
|
+
"type": {
|
30827
|
+
"kind": "LIST",
|
30828
|
+
"name": null,
|
30829
|
+
"ofType": {
|
30830
|
+
"kind": "NON_NULL",
|
30831
|
+
"name": null,
|
30832
|
+
"ofType": {
|
30833
|
+
"kind": "SCALAR",
|
30834
|
+
"name": "String",
|
30835
|
+
"ofType": null
|
30836
|
+
}
|
30837
|
+
}
|
30838
|
+
},
|
30839
|
+
"isDeprecated": false,
|
30840
|
+
"deprecationReason": null
|
30821
30841
|
}
|
30822
30842
|
],
|
30823
30843
|
"inputFields": null,
|
data/lib/stigg/version.rb
CHANGED