stigg-api-client 1.84.0 → 1.85.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 +8 -8
- 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: 9949810cbb696bcfe946e551a985e249782b80c9518066c5e87321595c7f7ca3
|
4
|
+
data.tar.gz: 30e2e39fed54f8d23ee5e761925c235482ff421a617fad88d3dbc0e4beeb2f37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a87633e07359650396722085c3e1b1a59b588264f11ba43851ee8f297c765b03cfb6be256a66f154709b28735245ccffe10d8b10d67f7a65b658ad1e2417aa6
|
7
|
+
data.tar.gz: 3955c88a6afd2eb8a8712cfddd11fba4c731f2acd313952bcac2256744c4be29147209076b083ed1c07c488ecaf6fa6829febfca8c6ac94b643e50a5a637df88
|
data/Gemfile.lock
CHANGED
@@ -63883,11 +63883,11 @@
|
|
63883
63883
|
"fields": null,
|
63884
63884
|
"inputFields": [
|
63885
63885
|
{
|
63886
|
-
"name": "
|
63887
|
-
"description":
|
63886
|
+
"name": "endDate",
|
63887
|
+
"description": null,
|
63888
63888
|
"type": {
|
63889
63889
|
"kind": "SCALAR",
|
63890
|
-
"name": "
|
63890
|
+
"name": "DateTime",
|
63891
63891
|
"ofType": null
|
63892
63892
|
},
|
63893
63893
|
"defaultValue": null,
|
@@ -63895,11 +63895,11 @@
|
|
63895
63895
|
"deprecationReason": null
|
63896
63896
|
},
|
63897
63897
|
{
|
63898
|
-
"name": "
|
63898
|
+
"name": "environmentId",
|
63899
63899
|
"description": null,
|
63900
63900
|
"type": {
|
63901
63901
|
"kind": "SCALAR",
|
63902
|
-
"name": "
|
63902
|
+
"name": "String",
|
63903
63903
|
"ofType": null
|
63904
63904
|
},
|
63905
63905
|
"defaultValue": null,
|
@@ -63907,11 +63907,11 @@
|
|
63907
63907
|
"deprecationReason": null
|
63908
63908
|
},
|
63909
63909
|
{
|
63910
|
-
"name": "
|
63911
|
-
"description":
|
63910
|
+
"name": "prorate",
|
63911
|
+
"description": "If set, enables or disables prorating of credits on subscription cancellation.",
|
63912
63912
|
"type": {
|
63913
63913
|
"kind": "SCALAR",
|
63914
|
-
"name": "
|
63914
|
+
"name": "Boolean",
|
63915
63915
|
"ofType": null
|
63916
63916
|
},
|
63917
63917
|
"defaultValue": null,
|
data/lib/stigg/version.rb
CHANGED