stigg-api-client 5.201.0 → 5.204.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: b0cd6933eec27299aaeb76e9942c01050b6b1638a3189f547ed11cb7e1b34648
4
- data.tar.gz: 6b89be6a4f739d99b2d996c37ce5ae882dbd4ff74e5cdbd480c86e0e8f7e6ea4
3
+ metadata.gz: 8488026fde6b48b33941f0af37e36c53817721bbb3da56dc6f04ec7b8510c70e
4
+ data.tar.gz: 87cda9b3e388b0124ba91f5dfbb81979462e88494c7ccfcc326988db5307dd7f
5
5
  SHA512:
6
- metadata.gz: 29fc218e20a18666808ce7932cb29e460009daf0a857b0a7bc26998489af561e463894dcf08d70bdeda4ee2d16938892a69e5bfb2c4d19bb7dc73c2756815554
7
- data.tar.gz: 2c8a38aa589d486b63b604b479f7a27cb068eafaa5a86bc0f162adb40309e2070e01a4ea4c07afe484dfba52b8fc25eafee3c9226dd310a847ace191bc8005ec
6
+ metadata.gz: cfb0544bd8d2557dc90bc48fa50017cdc1206034f894d45ddfa6dca53610f11f367c9e90c7e4d55523b56b8414723608918b98a77e5a70a82ac8c5a2c8180cc8
7
+ data.tar.gz: 94913386aa7891eacb9d433357f6e5dd363cbcd99fbf4807aeb2ffe38f1dfda271bf25d1059e81b78b32e200d95a2ef34d17a653d68bd92881457eff422e395e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.201.0)
4
+ stigg-api-client (5.204.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -15114,6 +15114,65 @@
15114
15114
  ],
15115
15115
  "possibleTypes": null
15116
15116
  },
15117
+ {
15118
+ "kind": "OBJECT",
15119
+ "name": "CreditGrantCannotBeVoidedError",
15120
+ "description": "Credit grant cannot be voided error",
15121
+ "fields": [
15122
+ {
15123
+ "name": "code",
15124
+ "description": null,
15125
+ "args": [],
15126
+ "type": {
15127
+ "kind": "NON_NULL",
15128
+ "name": null,
15129
+ "ofType": {
15130
+ "kind": "SCALAR",
15131
+ "name": "String",
15132
+ "ofType": null
15133
+ }
15134
+ },
15135
+ "isDeprecated": false,
15136
+ "deprecationReason": null
15137
+ },
15138
+ {
15139
+ "name": "grantId",
15140
+ "description": "The auto-generated readable identifier for the credit grant",
15141
+ "args": [],
15142
+ "type": {
15143
+ "kind": "NON_NULL",
15144
+ "name": null,
15145
+ "ofType": {
15146
+ "kind": "SCALAR",
15147
+ "name": "String",
15148
+ "ofType": null
15149
+ }
15150
+ },
15151
+ "isDeprecated": false,
15152
+ "deprecationReason": null
15153
+ },
15154
+ {
15155
+ "name": "isValidationError",
15156
+ "description": null,
15157
+ "args": [],
15158
+ "type": {
15159
+ "kind": "NON_NULL",
15160
+ "name": null,
15161
+ "ofType": {
15162
+ "kind": "SCALAR",
15163
+ "name": "Boolean",
15164
+ "ofType": null
15165
+ }
15166
+ },
15167
+ "isDeprecated": false,
15168
+ "deprecationReason": null
15169
+ }
15170
+ ],
15171
+ "inputFields": null,
15172
+ "interfaces": [],
15173
+ "enumValues": null,
15174
+ "possibleTypes": null
15175
+ },
15117
15176
  {
15118
15177
  "kind": "OBJECT",
15119
15178
  "name": "CreditGrantConnection",
@@ -32282,6 +32341,12 @@
32282
32341
  "isDeprecated": false,
32283
32342
  "deprecationReason": null
32284
32343
  },
32344
+ {
32345
+ "name": "CreditGrantCannotBeVoided",
32346
+ "description": null,
32347
+ "isDeprecated": false,
32348
+ "deprecationReason": null
32349
+ },
32285
32350
  {
32286
32351
  "name": "CreditGrantNotFound",
32287
32352
  "description": "Credit grant not found",
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.201.0"
4
+ VERSION = "5.204.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.201.0
4
+ version: 5.204.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-02-05 00:00:00.000000000 Z
11
+ date: 2026-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient