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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +65 -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: 8488026fde6b48b33941f0af37e36c53817721bbb3da56dc6f04ec7b8510c70e
|
|
4
|
+
data.tar.gz: 87cda9b3e388b0124ba91f5dfbb81979462e88494c7ccfcc326988db5307dd7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfb0544bd8d2557dc90bc48fa50017cdc1206034f894d45ddfa6dca53610f11f367c9e90c7e4d55523b56b8414723608918b98a77e5a70a82ac8c5a2c8180cc8
|
|
7
|
+
data.tar.gz: 94913386aa7891eacb9d433357f6e5dd363cbcd99fbf4807aeb2ffe38f1dfda271bf25d1059e81b78b32e200d95a2ef34d17a653d68bd92881457eff422e395e
|
data/Gemfile.lock
CHANGED
|
@@ -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
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.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-
|
|
11
|
+
date: 2026-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|