stigg-api-client 3.105.0 → 3.107.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: 4c355136c679d35ec9da8908345fd095929750413de15d0d19c2906c2b312e39
4
- data.tar.gz: 7e65132fef2909242ecbc2e93e11ffb0c70bef7923e93e2de3877e857104c9bd
3
+ metadata.gz: 19628d711391b1b158f4571980569ab9c681a638c0ad3e3fb446fa515a1f65a8
4
+ data.tar.gz: 05f57ff223f6a9f2be2d482187c1cbd76c92986e2cc3cfa5f7e8734c09503f78
5
5
  SHA512:
6
- metadata.gz: bc67ec22db69ccb52e4f5f3ea9656e8f7c5b8a7530deb80b4eb0dbe61041353f3d6899bb8705fa51c1109aed2b8d7570b8a6094fba139db09f1e1269f4f706f5
7
- data.tar.gz: 82eb7c5e98269ef7da475d389f28371b23d6e14ff2a01b8048c0b11fc38a70c99e8c6eebc248f6d0e7470044dd5916f9b43304e794f314470e3305d5055de7df
6
+ metadata.gz: c917dfc1ed7fa748f86f1e3276b2b9fbc37c60021acbc359ba959466cf966e588c82cccd2596e747fdcccee7a2a3ffbced559ba6af687c5070b96db9e82f1acc
7
+ data.tar.gz: 4c922e3fa220667f6e59d23e13fb6101f261afde1c11a835d4847f2ea8d297b29dae100f293df2fe68e55efeb9c57526a897deb9a4ab5b218495ae9281261840
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.105.0)
4
+ stigg-api-client (3.107.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -12316,6 +12316,77 @@
12316
12316
  },
12317
12317
  "isDeprecated": false,
12318
12318
  "deprecationReason": null
12319
+ },
12320
+ {
12321
+ "name": "voidedAt",
12322
+ "description": "The voided date of the credit grant",
12323
+ "args": [],
12324
+ "type": {
12325
+ "kind": "SCALAR",
12326
+ "name": "DateTime",
12327
+ "ofType": null
12328
+ },
12329
+ "isDeprecated": false,
12330
+ "deprecationReason": null
12331
+ }
12332
+ ],
12333
+ "inputFields": null,
12334
+ "interfaces": [],
12335
+ "enumValues": null,
12336
+ "possibleTypes": null
12337
+ },
12338
+ {
12339
+ "kind": "OBJECT",
12340
+ "name": "CreditGrantAlreadyVoidedError",
12341
+ "description": null,
12342
+ "fields": [
12343
+ {
12344
+ "name": "code",
12345
+ "description": null,
12346
+ "args": [],
12347
+ "type": {
12348
+ "kind": "NON_NULL",
12349
+ "name": null,
12350
+ "ofType": {
12351
+ "kind": "SCALAR",
12352
+ "name": "String",
12353
+ "ofType": null
12354
+ }
12355
+ },
12356
+ "isDeprecated": false,
12357
+ "deprecationReason": null
12358
+ },
12359
+ {
12360
+ "name": "grantId",
12361
+ "description": null,
12362
+ "args": [],
12363
+ "type": {
12364
+ "kind": "NON_NULL",
12365
+ "name": null,
12366
+ "ofType": {
12367
+ "kind": "SCALAR",
12368
+ "name": "String",
12369
+ "ofType": null
12370
+ }
12371
+ },
12372
+ "isDeprecated": false,
12373
+ "deprecationReason": null
12374
+ },
12375
+ {
12376
+ "name": "isValidationError",
12377
+ "description": null,
12378
+ "args": [],
12379
+ "type": {
12380
+ "kind": "NON_NULL",
12381
+ "name": null,
12382
+ "ofType": {
12383
+ "kind": "SCALAR",
12384
+ "name": "Boolean",
12385
+ "ofType": null
12386
+ }
12387
+ },
12388
+ "isDeprecated": false,
12389
+ "deprecationReason": null
12319
12390
  }
12320
12391
  ],
12321
12392
  "inputFields": null,
@@ -12870,6 +12941,12 @@
12870
12941
  "description": "Credits granted",
12871
12942
  "isDeprecated": false,
12872
12943
  "deprecationReason": null
12944
+ },
12945
+ {
12946
+ "name": "CREDITS_VOIDED",
12947
+ "description": "Credits voided",
12948
+ "isDeprecated": false,
12949
+ "deprecationReason": null
12873
12950
  }
12874
12951
  ],
12875
12952
  "possibleTypes": null
@@ -28310,6 +28387,12 @@
28310
28387
  "isDeprecated": false,
28311
28388
  "deprecationReason": null
28312
28389
  },
28390
+ {
28391
+ "name": "CreditGrantAlreadyVoided",
28392
+ "description": "Credit grant already voided",
28393
+ "isDeprecated": false,
28394
+ "deprecationReason": null
28395
+ },
28313
28396
  {
28314
28397
  "name": "CreditGrantNotFound",
28315
28398
  "description": "Credit grant not found",
@@ -30962,6 +31045,12 @@
30962
31045
  "isDeprecated": false,
30963
31046
  "deprecationReason": null
30964
31047
  },
31048
+ {
31049
+ "name": "CREDIT_GRANT_VOIDED",
31050
+ "description": "Credit grant voided",
31051
+ "isDeprecated": false,
31052
+ "deprecationReason": null
31053
+ },
30965
31054
  {
30966
31055
  "name": "CUSTOMER_CREATED",
30967
31056
  "description": "Customer created",
@@ -50204,6 +50293,39 @@
50204
50293
  "isDeprecated": false,
50205
50294
  "deprecationReason": null
50206
50295
  },
50296
+ {
50297
+ "name": "voidCreditGrant",
50298
+ "description": "Voids a credit grant",
50299
+ "args": [
50300
+ {
50301
+ "name": "input",
50302
+ "description": null,
50303
+ "type": {
50304
+ "kind": "NON_NULL",
50305
+ "name": null,
50306
+ "ofType": {
50307
+ "kind": "INPUT_OBJECT",
50308
+ "name": "VoidCreditGrantInput",
50309
+ "ofType": null
50310
+ }
50311
+ },
50312
+ "defaultValue": null,
50313
+ "isDeprecated": false,
50314
+ "deprecationReason": null
50315
+ }
50316
+ ],
50317
+ "type": {
50318
+ "kind": "NON_NULL",
50319
+ "name": null,
50320
+ "ofType": {
50321
+ "kind": "OBJECT",
50322
+ "name": "CreditGrant",
50323
+ "ofType": null
50324
+ }
50325
+ },
50326
+ "isDeprecated": false,
50327
+ "deprecationReason": null
50328
+ },
50207
50329
  {
50208
50330
  "name": "workflowsLogin",
50209
50331
  "description": "Authentication for the workflows UI",
@@ -98054,6 +98176,45 @@
98054
98176
  ],
98055
98177
  "possibleTypes": null
98056
98178
  },
98179
+ {
98180
+ "kind": "INPUT_OBJECT",
98181
+ "name": "VoidCreditGrantInput",
98182
+ "description": "Input for voiding a credit grant",
98183
+ "fields": null,
98184
+ "inputFields": [
98185
+ {
98186
+ "name": "environmentId",
98187
+ "description": "The unique identifier for the environment",
98188
+ "type": {
98189
+ "kind": "SCALAR",
98190
+ "name": "UUID",
98191
+ "ofType": null
98192
+ },
98193
+ "defaultValue": null,
98194
+ "isDeprecated": false,
98195
+ "deprecationReason": null
98196
+ },
98197
+ {
98198
+ "name": "id",
98199
+ "description": "The ID of the credit grant to void",
98200
+ "type": {
98201
+ "kind": "NON_NULL",
98202
+ "name": null,
98203
+ "ofType": {
98204
+ "kind": "SCALAR",
98205
+ "name": "String",
98206
+ "ofType": null
98207
+ }
98208
+ },
98209
+ "defaultValue": null,
98210
+ "isDeprecated": false,
98211
+ "deprecationReason": null
98212
+ }
98213
+ ],
98214
+ "interfaces": null,
98215
+ "enumValues": null,
98216
+ "possibleTypes": null
98217
+ },
98057
98218
  {
98058
98219
  "kind": "ENUM",
98059
98220
  "name": "WeeklyAccordingTo",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.105.0"
4
+ VERSION = "3.107.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.105.0
4
+ version: 3.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg