stigg-api-client 3.23.1 → 3.26.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 +16 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cbd09a76d8ed1d265a7b4adc7e3c9fb735ad4d5db0f5adabd57f16342e7ffbbb
|
4
|
+
data.tar.gz: bd27eb21f7637ad81fe8aa690c9635dc629d50d55e459ba8e542aeea633ff2df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be7e249a156373a75aa4bafa7a1f7dff04b14ff07f202730b4c789a89b7cc5769dbf9e6c61d7df8a814eeb2318e38e7f65c7e15688ac34719ae95aebeb8d61c0
|
7
|
+
data.tar.gz: 03012a5d78405a7abc539aef67f70eb6b409d0beb917da6299ea535eb1daf77fc4b7e702ef3104d8c058c6cd2571b0110f66f63db122b3234e4bf160c8af594e
|
data/Gemfile.lock
CHANGED
@@ -11603,6 +11603,22 @@
|
|
11603
11603
|
"isDeprecated": false,
|
11604
11604
|
"deprecationReason": null
|
11605
11605
|
},
|
11606
|
+
{
|
11607
|
+
"name": "grantId",
|
11608
|
+
"description": "The auto-generated readable identifier for the credit grant",
|
11609
|
+
"args": [],
|
11610
|
+
"type": {
|
11611
|
+
"kind": "NON_NULL",
|
11612
|
+
"name": null,
|
11613
|
+
"ofType": {
|
11614
|
+
"kind": "SCALAR",
|
11615
|
+
"name": "String",
|
11616
|
+
"ofType": null
|
11617
|
+
}
|
11618
|
+
},
|
11619
|
+
"isDeprecated": false,
|
11620
|
+
"deprecationReason": null
|
11621
|
+
},
|
11606
11622
|
{
|
11607
11623
|
"name": "grantType",
|
11608
11624
|
"description": "The type of the credit grant",
|
data/lib/stigg/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stigg-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|