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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +57 -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: c263e1946215c1b69adb3c97d044cbfbdf91394a57eb917c02d6be5f4df55560
|
|
4
|
+
data.tar.gz: 589ee7de8d3f3e84a8eb8702025ae0ce8006b7ef4bbdcd18e124f689c77108cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcc3ea152b279ac8c187a109216b6526a48886b6afa809dedd89e9f11b03a67017f74a06c78d136c3a8c5eea4de9bb7b6772c93ef350dce81cc744bf437ed8ad
|
|
7
|
+
data.tar.gz: bf7d83f437a322cd6211115e8db4a69e96fedfb9fb4936fce920e8b64b84becd40aa360d3e9c39818aac766e51578680ec3fd9f6cddbbc03b312690af42e4785
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.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-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|