stigg-api-client 5.39.0 → 5.43.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 +6 -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: 6bc8515e673bd3965858a05930965e26840ccde952ca69823ff72752cf0fc53f
|
|
4
|
+
data.tar.gz: df002b95db12725c827657de3e23fd9bcbdb41667c2865c0ecb8b4b1508d4581
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cd889bef4351fec31eb62c884dcebac95b87ec18fda57f53f4f037da22ef78646615859d1a6ce7e25c8f5103e2b889307429a89d72e3fd09f23f741fbc2d8973
|
|
7
|
+
data.tar.gz: 66ff00cca88e85d9dde6f0de5ec07b93e5161690492fe8ec2a128e7c9e0706d94d9451092485a8bd23de14794ba9e1ac8231b31ffffb31aac9f09b00ff51eb99
|
data/Gemfile.lock
CHANGED
|
@@ -32127,6 +32127,12 @@
|
|
|
32127
32127
|
"isDeprecated": false,
|
|
32128
32128
|
"deprecationReason": null
|
|
32129
32129
|
},
|
|
32130
|
+
{
|
|
32131
|
+
"name": "CREDIT_GRANT_PROCESS_COMPLETED",
|
|
32132
|
+
"description": null,
|
|
32133
|
+
"isDeprecated": false,
|
|
32134
|
+
"deprecationReason": null
|
|
32135
|
+
},
|
|
32130
32136
|
{
|
|
32131
32137
|
"name": "CREDIT_GRANT_UPDATED",
|
|
32132
32138
|
"description": "Credit grant updated",
|
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: 5.
|
|
4
|
+
version: 5.43.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-11-
|
|
11
|
+
date: 2025-11-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|