stigg-api-client 5.220.0 → 5.221.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 +24 -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: 177089a725ee94e0c97babac077e466699511d6ef95359ff48792f622ee5b8e8
|
|
4
|
+
data.tar.gz: 790ef275477aa8165cda44fcd40aa175f1645a54a049344dea369f2c0e0e602e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c86a229a70b05378d09fb13d96d70703db4aa4899a4205918fbc6af738860d79b209d7f93c65c760c56923b76ba60b1f274818fd2ecffc0c606a064b3be91e8
|
|
7
|
+
data.tar.gz: 5a3fff6b71bd7eaa9119c9d533d4814ba75481ca17542c2710b53e3f9a66ddc1d717f5d59298f6973efd1682f27955e4e639943f3182df90cc5a0d71e16a2719
|
data/Gemfile.lock
CHANGED
|
@@ -14620,6 +14620,18 @@
|
|
|
14620
14620
|
"isDeprecated": false,
|
|
14621
14621
|
"deprecationReason": null
|
|
14622
14622
|
},
|
|
14623
|
+
{
|
|
14624
|
+
"name": "usagePeriodEnd",
|
|
14625
|
+
"description": "The end date of the current billing period for recurring credit grants.",
|
|
14626
|
+
"args": [],
|
|
14627
|
+
"type": {
|
|
14628
|
+
"kind": "SCALAR",
|
|
14629
|
+
"name": "DateTime",
|
|
14630
|
+
"ofType": null
|
|
14631
|
+
},
|
|
14632
|
+
"isDeprecated": false,
|
|
14633
|
+
"deprecationReason": null
|
|
14634
|
+
},
|
|
14623
14635
|
{
|
|
14624
14636
|
"name": "usageUpdatedAt",
|
|
14625
14637
|
"description": "Timestamp of the last update to the credit usage.",
|
|
@@ -14735,6 +14747,18 @@
|
|
|
14735
14747
|
"isDeprecated": false,
|
|
14736
14748
|
"deprecationReason": null
|
|
14737
14749
|
},
|
|
14750
|
+
{
|
|
14751
|
+
"name": "usagePeriodEnd",
|
|
14752
|
+
"description": "The end date of the current billing period for recurring credit grants.",
|
|
14753
|
+
"args": [],
|
|
14754
|
+
"type": {
|
|
14755
|
+
"kind": "SCALAR",
|
|
14756
|
+
"name": "DateTime",
|
|
14757
|
+
"ofType": null
|
|
14758
|
+
},
|
|
14759
|
+
"isDeprecated": false,
|
|
14760
|
+
"deprecationReason": null
|
|
14761
|
+
},
|
|
14738
14762
|
{
|
|
14739
14763
|
"name": "usageUpdatedAt",
|
|
14740
14764
|
"description": "Timestamp of the last update to the credit usage.",
|
data/lib/stigg/version.rb
CHANGED