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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +224 -17
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19628d711391b1b158f4571980569ab9c681a638c0ad3e3fb446fa515a1f65a8
|
4
|
+
data.tar.gz: 05f57ff223f6a9f2be2d482187c1cbd76c92986e2cc3cfa5f7e8734c09503f78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c917dfc1ed7fa748f86f1e3276b2b9fbc37c60021acbc359ba959466cf966e588c82cccd2596e747fdcccee7a2a3ffbced559ba6af687c5070b96db9e82f1acc
|
7
|
+
data.tar.gz: 4c922e3fa220667f6e59d23e13fb6101f261afde1c11a835d4847f2ea8d297b29dae100f293df2fe68e55efeb9c57526a897deb9a4ab5b218495ae9281261840
|
data/Gemfile.lock
CHANGED
@@ -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": "
|
13010
|
-
"name":
|
13011
|
-
"ofType":
|
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": "
|
30879
|
-
"description": "
|
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": "
|
30885
|
-
"description": "
|
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": "
|
30891
|
-
"description": "
|
31025
|
+
"name": "CREDIT_GRANT_CREATED",
|
31026
|
+
"description": "Credit grant created",
|
30892
31027
|
"isDeprecated": false,
|
30893
31028
|
"deprecationReason": null
|
30894
31029
|
},
|
30895
31030
|
{
|
30896
|
-
"name": "
|
30897
|
-
"description": "
|
31031
|
+
"name": "CREDIT_GRANT_DEPLETED",
|
31032
|
+
"description": "Credit grant depleted",
|
30898
31033
|
"isDeprecated": false,
|
30899
31034
|
"deprecationReason": null
|
30900
31035
|
},
|
30901
31036
|
{
|
30902
|
-
"name": "
|
30903
|
-
"description": "
|
31037
|
+
"name": "CREDIT_GRANT_EXPIRED",
|
31038
|
+
"description": "Credit grant expired",
|
30904
31039
|
"isDeprecated": false,
|
30905
31040
|
"deprecationReason": null
|
30906
31041
|
},
|
30907
31042
|
{
|
30908
|
-
"name": "
|
30909
|
-
"description": "
|
31043
|
+
"name": "CREDIT_GRANT_UPDATED",
|
31044
|
+
"description": "Credit grant updated",
|
30910
31045
|
"isDeprecated": false,
|
30911
31046
|
"deprecationReason": null
|
30912
31047
|
},
|
30913
31048
|
{
|
30914
|
-
"name": "
|
30915
|
-
"description": "
|
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