stigg-api-client 5.21.0 → 5.28.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 35962bfbbd9ce40d4adc1b601f35348a04b1ee527ea748fe5bf8717f05e52e3a
4
- data.tar.gz: 5f4d512c299c2994a2640fd81b51dc7ae68ed4def5353fd374e0e4806e500da0
3
+ metadata.gz: c263e1946215c1b69adb3c97d044cbfbdf91394a57eb917c02d6be5f4df55560
4
+ data.tar.gz: 589ee7de8d3f3e84a8eb8702025ae0ce8006b7ef4bbdcd18e124f689c77108cb
5
5
  SHA512:
6
- metadata.gz: 6fcda217f873ad5470900476fbfa81e744aa5bc64ba2824142fac3367b440dcb39c5a6961907b475e3ed5ccd168d8a6ecfc5d27cd06897bd89b6f12579fcfe56
7
- data.tar.gz: 4c25565fdb8a539e583ea54a583acfaa99467b2a0c5216353cdf79071c440d9266b88160e662839b75cdc968ebe3251644ca6538ec5aab58476e9eb15522aeef
6
+ metadata.gz: bcc3ea152b279ac8c187a109216b6526a48886b6afa809dedd89e9f11b03a67017f74a06c78d136c3a8c5eea4de9bb7b6772c93ef350dce81cc744bf437ed8ad
7
+ data.tar.gz: bf7d83f437a322cd6211115e8db4a69e96fedfb9fb4936fce920e8b64b84becd40aa360d3e9c39818aac766e51578680ec3fd9f6cddbbc03b312690af42e4785
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.21.0)
4
+ stigg-api-client (5.28.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -12377,6 +12377,22 @@
12377
12377
  "isDeprecated": false,
12378
12378
  "deprecationReason": null
12379
12379
  },
12380
+ {
12381
+ "name": "status",
12382
+ "description": "The status of the credit grant",
12383
+ "args": [],
12384
+ "type": {
12385
+ "kind": "NON_NULL",
12386
+ "name": null,
12387
+ "ofType": {
12388
+ "kind": "ENUM",
12389
+ "name": "CreditGrantStatus",
12390
+ "ofType": null
12391
+ }
12392
+ },
12393
+ "isDeprecated": false,
12394
+ "deprecationReason": null
12395
+ },
12380
12396
  {
12381
12397
  "name": "updatedAt",
12382
12398
  "description": "Timestamp of when the record was last updated",
@@ -12791,6 +12807,47 @@
12791
12807
  "enumValues": null,
12792
12808
  "possibleTypes": null
12793
12809
  },
12810
+ {
12811
+ "kind": "ENUM",
12812
+ "name": "CreditGrantStatus",
12813
+ "description": "The status of a credit grant",
12814
+ "fields": null,
12815
+ "inputFields": null,
12816
+ "interfaces": null,
12817
+ "enumValues": [
12818
+ {
12819
+ "name": "ACTIVE",
12820
+ "description": null,
12821
+ "isDeprecated": false,
12822
+ "deprecationReason": null
12823
+ },
12824
+ {
12825
+ "name": "EXPIRED",
12826
+ "description": null,
12827
+ "isDeprecated": false,
12828
+ "deprecationReason": null
12829
+ },
12830
+ {
12831
+ "name": "PAYMENT_PENDING",
12832
+ "description": null,
12833
+ "isDeprecated": false,
12834
+ "deprecationReason": null
12835
+ },
12836
+ {
12837
+ "name": "SCHEDULED",
12838
+ "description": null,
12839
+ "isDeprecated": false,
12840
+ "deprecationReason": null
12841
+ },
12842
+ {
12843
+ "name": "VOIDED",
12844
+ "description": null,
12845
+ "isDeprecated": false,
12846
+ "deprecationReason": null
12847
+ }
12848
+ ],
12849
+ "possibleTypes": null
12850
+ },
12794
12851
  {
12795
12852
  "kind": "ENUM",
12796
12853
  "name": "CreditGrantType",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.21.0"
4
+ VERSION = "5.28.0"
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: 5.21.0
4
+ version: 5.28.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-17 00:00:00.000000000 Z
11
+ date: 2025-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient