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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +40 -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: 4ebf7d80da42e4bdf7d2351b5342b62254230863b57c1a2e1e86e7a1da4b7078
|
|
4
|
+
data.tar.gz: 5e4947a4fc8fbc1922e90af6b22741af2888ebe1f064e816ddbbaf2e7b55245f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba3aa07464bc928a9d6bd1cddc49d17573578c9d130372c11a35f78f76d40e294c3b939e4cbafade120a5a7a5e80b9100b00967430772c4b99ab807b5a76f0a1
|
|
7
|
+
data.tar.gz: ee2e469bfc0b5b963073c3db350704d0d66cf0c357357f022baf99f6f0f012a2351c1d749bdc4803c949e614d0d1faff593f8e17f3dd61813ca0915a245d236a
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.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
|
+
date: 2025-11-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|