stigg-api-client 5.199.0 → 5.200.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: 8de68add3669ad9e89a546fd2ccfba0e9868fb920712da13197ce30228291b73
|
|
4
|
+
data.tar.gz: 0136b49acb85d6f9b059845c62c0356ce228fccc956c0cd15b2cd8c642e313e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7c0b055ef8a959543746ec746c111b282024589ca01ac94bd4ea56ab6365bffa934d480195ee54ddf89c4ae52c2890b99ec8e64bc30806d679f2f31dd0f7484
|
|
7
|
+
data.tar.gz: 39ef176456b4c588cf1c051e1bb2f4495c385963a0ef45112c20be74576f77f456556311f51509774f880960997a300a77431897ad7581c74cd1bebbb311c1e8
|
data/Gemfile.lock
CHANGED
|
@@ -16257,6 +16257,18 @@
|
|
|
16257
16257
|
"isDeprecated": false,
|
|
16258
16258
|
"deprecationReason": null
|
|
16259
16259
|
},
|
|
16260
|
+
{
|
|
16261
|
+
"name": "feature",
|
|
16262
|
+
"description": "The feature associated with this ledger event",
|
|
16263
|
+
"args": [],
|
|
16264
|
+
"type": {
|
|
16265
|
+
"kind": "OBJECT",
|
|
16266
|
+
"name": "Feature",
|
|
16267
|
+
"ofType": null
|
|
16268
|
+
},
|
|
16269
|
+
"isDeprecated": false,
|
|
16270
|
+
"deprecationReason": null
|
|
16271
|
+
},
|
|
16260
16272
|
{
|
|
16261
16273
|
"name": "featureId",
|
|
16262
16274
|
"description": "The feature ID of the ledger event",
|
|
@@ -16269,6 +16281,18 @@
|
|
|
16269
16281
|
"isDeprecated": false,
|
|
16270
16282
|
"deprecationReason": null
|
|
16271
16283
|
},
|
|
16284
|
+
{
|
|
16285
|
+
"name": "grant",
|
|
16286
|
+
"description": "The credit grant associated with this ledger event",
|
|
16287
|
+
"args": [],
|
|
16288
|
+
"type": {
|
|
16289
|
+
"kind": "OBJECT",
|
|
16290
|
+
"name": "CreditGrant",
|
|
16291
|
+
"ofType": null
|
|
16292
|
+
},
|
|
16293
|
+
"isDeprecated": false,
|
|
16294
|
+
"deprecationReason": null
|
|
16295
|
+
},
|
|
16272
16296
|
{
|
|
16273
16297
|
"name": "resourceId",
|
|
16274
16298
|
"description": "The resource ID of the ledger event",
|
data/lib/stigg/version.rb
CHANGED