stigg-api-client 5.12.0 → 5.13.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: 4e63d67bca649b1551369deb72533563233eeb02b0a1f2eefe1d5d5df85bf378
4
- data.tar.gz: fd2ca07682cde7c8c47297c6a457d3d1bc6039c9974263bc3390da6586527fe9
3
+ metadata.gz: 4ebf7d80da42e4bdf7d2351b5342b62254230863b57c1a2e1e86e7a1da4b7078
4
+ data.tar.gz: 5e4947a4fc8fbc1922e90af6b22741af2888ebe1f064e816ddbbaf2e7b55245f
5
5
  SHA512:
6
- metadata.gz: b4841f8a4afbb74c32308a75842afda0e4b01385991567e5188e7af633f9f2c99aca9015a1541ef954c76f407410a90c518c1993a932cd9dcb72b23d889eb43d
7
- data.tar.gz: 90cfbe0c1900347203114dda93065bd2dbf99a1a8919af00d1e4fcf063a801a896b35ce018bad2b55de63455cdbc249d9391ed14905977f4f4e949e59c90d38a
6
+ metadata.gz: ba3aa07464bc928a9d6bd1cddc49d17573578c9d130372c11a35f78f76d40e294c3b939e4cbafade120a5a7a5e80b9100b00967430772c4b99ab807b5a76f0a1
7
+ data.tar.gz: ee2e469bfc0b5b963073c3db350704d0d66cf0c357357f022baf99f6f0f012a2351c1d749bdc4803c949e614d0d1faff593f8e17f3dd61813ca0915a245d236a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.12.0)
4
+ stigg-api-client (5.13.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -12309,6 +12309,46 @@
12309
12309
  "isDeprecated": false,
12310
12310
  "deprecationReason": null
12311
12311
  },
12312
+ {
12313
+ "name": "invoiceId",
12314
+ "description": "The invoice ID of the credit grant",
12315
+ "args": [],
12316
+ "type": {
12317
+ "kind": "SCALAR",
12318
+ "name": "String",
12319
+ "ofType": null
12320
+ },
12321
+ "isDeprecated": false,
12322
+ "deprecationReason": null
12323
+ },
12324
+ {
12325
+ "name": "latestInvoice",
12326
+ "description": "The latest invoice information of the credit grant",
12327
+ "args": [],
12328
+ "type": {
12329
+ "kind": "SCALAR",
12330
+ "name": "JSON",
12331
+ "ofType": null
12332
+ },
12333
+ "isDeprecated": false,
12334
+ "deprecationReason": null
12335
+ },
12336
+ {
12337
+ "name": "paymentCollection",
12338
+ "description": "The payment collection status of the credit grant",
12339
+ "args": [],
12340
+ "type": {
12341
+ "kind": "NON_NULL",
12342
+ "name": null,
12343
+ "ofType": {
12344
+ "kind": "ENUM",
12345
+ "name": "PaymentCollection",
12346
+ "ofType": null
12347
+ }
12348
+ },
12349
+ "isDeprecated": false,
12350
+ "deprecationReason": null
12351
+ },
12312
12352
  {
12313
12353
  "name": "priority",
12314
12354
  "description": "The priority of the credit grant",
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.12.0"
4
+ VERSION = "5.13.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.12.0
4
+ version: 5.13.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 00:00:00.000000000 Z
11
+ date: 2025-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient