stigg-api-client 3.23.1 → 3.26.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca047827c21e2c5e119fb23d95bec9611c4b9d8fa892abc15b04bb34235aa5de
4
- data.tar.gz: 0a21cf1234ec00190630ab2137098617888fda5c55a0dd56c507d4154d734eeb
3
+ metadata.gz: aef326636d38c5f75710743417177fd33187e05068abe258c43177341bfa4a81
4
+ data.tar.gz: 30b87b54fdb47ae63e371f16d8cc04e525007acafa3b34904bc7b782e5c5c471
5
5
  SHA512:
6
- metadata.gz: e1111cd0580e31b610d3398a1c59153db57a94d66c45ad99d8b5fe645a656133b20672574bea6fe8db265e42c8bf1351e2736030a2a688e96e2ca83c94e3a8ab
7
- data.tar.gz: 0eecec2e7bb114a9c02c591b1473268e62c48c1830e5bd3338ff1eabce52fe496bee731d3e677e54b2a00cdbd59cc5ec20cd9070c24059dc3e39318143a7669e
6
+ metadata.gz: b9acdb4ee72975c0c9ea387cd209a36ea92c75e5b22c852bb45deb2604c542cd173e01b18e6e307fa76e6899453c75aba30e67672e8e77279e8d1336862328f1
7
+ data.tar.gz: 647ceef2c77df5a836d341766963c02e86bec71ad0bed95e2720ecb3d7b290bed531aa43c734ac78aa5fc68e3eeb328374bb3cb816ab1c5afd712a92eb78e18d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.23.1)
4
+ stigg-api-client (3.26.5)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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",
@@ -78770,6 +78786,18 @@
78770
78786
  "isDeprecated": false,
78771
78787
  "deprecationReason": null
78772
78788
  },
78789
+ {
78790
+ "name": "dueDate",
78791
+ "description": null,
78792
+ "args": [],
78793
+ "type": {
78794
+ "kind": "SCALAR",
78795
+ "name": "DateTime",
78796
+ "ofType": null
78797
+ },
78798
+ "isDeprecated": false,
78799
+ "deprecationReason": null
78800
+ },
78773
78801
  {
78774
78802
  "name": "endingBalance",
78775
78803
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.23.1"
4
+ VERSION = "3.26.5"
5
5
  end
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.23.1
4
+ version: 3.26.5
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-17 00:00:00.000000000 Z
11
+ date: 2025-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient