stigg-api-client 3.101.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: 606ef5f86320d55e30611bbf337eb18829b4988ee2493676b633d3f7230311f9
4
- data.tar.gz: 54479759eefb9d0ff9da7b27ea44b14c45863f2999d9940b9602e84aa418e052
3
+ metadata.gz: 19628d711391b1b158f4571980569ab9c681a638c0ad3e3fb446fa515a1f65a8
4
+ data.tar.gz: 05f57ff223f6a9f2be2d482187c1cbd76c92986e2cc3cfa5f7e8734c09503f78
5
5
  SHA512:
6
- metadata.gz: dde2640abbb0e6a2e83ef28fa5b2cfece6c4a5c50e2985da0eec057f23e52f33289c4f5c72cb697db44f65683b28f2d0f11843beb1f32018f6eae1ec44466f43
7
- data.tar.gz: d5364b7b08377b850455e1eb862a36872766b5a6cdfa1cf373be1858aea8e1ce8f95477ea81fdac9a4dadba6b28ceb299da7cd553aeb8f3372698c834fcfe890
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.101.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
@@ -13006,9 +13083,13 @@
13006
13083
  "name": "currencyId",
13007
13084
  "description": "The custom currency refId for the credit rate",
13008
13085
  "type": {
13009
- "kind": "SCALAR",
13010
- "name": "String",
13011
- "ofType": null
13086
+ "kind": "NON_NULL",
13087
+ "name": null,
13088
+ "ofType": {
13089
+ "kind": "SCALAR",
13090
+ "name": "String",
13091
+ "ofType": null
13092
+ }
13012
13093
  },
13013
13094
  "defaultValue": null,
13014
13095
  "isDeprecated": false,
@@ -28306,6 +28387,12 @@
28306
28387
  "isDeprecated": false,
28307
28388
  "deprecationReason": null
28308
28389
  },
28390
+ {
28391
+ "name": "CreditGrantAlreadyVoided",
28392
+ "description": "Credit grant already voided",
28393
+ "isDeprecated": false,
28394
+ "deprecationReason": null
28395
+ },
28309
28396
  {
28310
28397
  "name": "CreditGrantNotFound",
28311
28398
  "description": "Credit grant not found",
@@ -30875,44 +30962,92 @@
30875
30962
  "deprecationReason": null
30876
30963
  },
30877
30964
  {
30878
- "name": "CREDITS_BALANCE_DEPLETED",
30879
- "description": "Credits balance depleted",
30965
+ "name": "CREDITS_BALANCE_DEPLETED_OLD",
30966
+ "description": "Deprecated, use CREDIT_BALANCE_DEPLETED instead",
30967
+ "isDeprecated": true,
30968
+ "deprecationReason": "Event name changed"
30969
+ },
30970
+ {
30971
+ "name": "CREDITS_BALANCE_LOW_OLD",
30972
+ "description": "Deprecated, use CREDIT_BALANCE_LOW instead",
30973
+ "isDeprecated": true,
30974
+ "deprecationReason": "Event name changed"
30975
+ },
30976
+ {
30977
+ "name": "CREDITS_GRANT_BALANCE_LOW_OLD",
30978
+ "description": "Deprecated, use CREDIT_GRANT_BALANCE_LOW instead",
30979
+ "isDeprecated": true,
30980
+ "deprecationReason": "Event name changed"
30981
+ },
30982
+ {
30983
+ "name": "CREDITS_GRANT_DEPLETED_OLD",
30984
+ "description": "Deprecated, use CREDIT_GRANT_DEPLETED instead",
30985
+ "isDeprecated": true,
30986
+ "deprecationReason": "Event name changed"
30987
+ },
30988
+ {
30989
+ "name": "CREDITS_GRANT_EXPIRED_OLD",
30990
+ "description": "Deprecated, use CREDIT_GRANT_EXPIRED instead",
30991
+ "isDeprecated": true,
30992
+ "deprecationReason": "Event name changed"
30993
+ },
30994
+ {
30995
+ "name": "CREDITS_GRANT_GRANTED_OLD",
30996
+ "description": "Deprecated, use CREDIT_GRANT_CREATED instead",
30997
+ "isDeprecated": true,
30998
+ "deprecationReason": "Event name changed"
30999
+ },
31000
+ {
31001
+ "name": "CREDITS_GRANT_UPDATED_OLD",
31002
+ "description": "Deprecated, use CREDIT_GRANT_UPDATED instead",
31003
+ "isDeprecated": true,
31004
+ "deprecationReason": "Event name changed"
31005
+ },
31006
+ {
31007
+ "name": "CREDIT_BALANCE_DEPLETED",
31008
+ "description": "Credit balance depleted",
31009
+ "isDeprecated": false,
31010
+ "deprecationReason": null
31011
+ },
31012
+ {
31013
+ "name": "CREDIT_BALANCE_LOW",
31014
+ "description": "Credit balance low",
30880
31015
  "isDeprecated": false,
30881
31016
  "deprecationReason": null
30882
31017
  },
30883
31018
  {
30884
- "name": "CREDITS_BALANCE_USAGE_LOW",
30885
- "description": "Credits balance usage low",
31019
+ "name": "CREDIT_GRANT_BALANCE_LOW",
31020
+ "description": "Credit grant balance low",
30886
31021
  "isDeprecated": false,
30887
31022
  "deprecationReason": null
30888
31023
  },
30889
31024
  {
30890
- "name": "CREDITS_GRANT_DEPLETED",
30891
- "description": "Credits grant depleted",
31025
+ "name": "CREDIT_GRANT_CREATED",
31026
+ "description": "Credit grant created",
30892
31027
  "isDeprecated": false,
30893
31028
  "deprecationReason": null
30894
31029
  },
30895
31030
  {
30896
- "name": "CREDITS_GRANT_EXPIRED",
30897
- "description": "Credits grant expired",
31031
+ "name": "CREDIT_GRANT_DEPLETED",
31032
+ "description": "Credit grant depleted",
30898
31033
  "isDeprecated": false,
30899
31034
  "deprecationReason": null
30900
31035
  },
30901
31036
  {
30902
- "name": "CREDITS_GRANT_GRANTED",
30903
- "description": "Credits grant granted",
31037
+ "name": "CREDIT_GRANT_EXPIRED",
31038
+ "description": "Credit grant expired",
30904
31039
  "isDeprecated": false,
30905
31040
  "deprecationReason": null
30906
31041
  },
30907
31042
  {
30908
- "name": "CREDITS_GRANT_UPDATED",
30909
- "description": "Credits grant updated",
31043
+ "name": "CREDIT_GRANT_UPDATED",
31044
+ "description": "Credit grant updated",
30910
31045
  "isDeprecated": false,
30911
31046
  "deprecationReason": null
30912
31047
  },
30913
31048
  {
30914
- "name": "CREDITS_GRANT_USAGE_LOW",
30915
- "description": "Credits grant usage low",
31049
+ "name": "CREDIT_GRANT_VOIDED",
31050
+ "description": "Credit grant voided",
30916
31051
  "isDeprecated": false,
30917
31052
  "deprecationReason": null
30918
31053
  },
@@ -50158,6 +50293,39 @@
50158
50293
  "isDeprecated": false,
50159
50294
  "deprecationReason": null
50160
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
+ },
50161
50329
  {
50162
50330
  "name": "workflowsLogin",
50163
50331
  "description": "Authentication for the workflows UI",
@@ -98008,6 +98176,45 @@
98008
98176
  ],
98009
98177
  "possibleTypes": null
98010
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
+ },
98011
98218
  {
98012
98219
  "kind": "ENUM",
98013
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.101.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.101.0
4
+ version: 3.107.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg