stigg-api-client 3.27.1 → 3.36.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 +84 -14
- 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: 02faf65ef55692490ad2b57c56063261a1f80e0baeb783dd47db108a9c850da8
|
4
|
+
data.tar.gz: cfc2e46c8f1a19f0055d5b543b6943c2ff320468e3553db36da3911fcbb8258f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25e73d4c070e96e26106892e4f72a3868559d298976610529e80dcb5928836a143aa7d6cb64f065afc29f448286889c010bb5ab98ea81f4dda549f2e53448bb1
|
7
|
+
data.tar.gz: 279c23ff416b19b629915d35ad0ab7bf950b13cf6a00eff6e7e275eb00da8b292d1b8dc0fce55b58087a929559877046f504066d002d4bdbe6316ef9973e4e5b
|
data/Gemfile.lock
CHANGED
@@ -78,6 +78,12 @@
|
|
78
78
|
"isDeprecated": false,
|
79
79
|
"deprecationReason": null
|
80
80
|
},
|
81
|
+
{
|
82
|
+
"name": "Revoked",
|
83
|
+
"description": "Entitlement access was revoked",
|
84
|
+
"isDeprecated": false,
|
85
|
+
"deprecationReason": null
|
86
|
+
},
|
81
87
|
{
|
82
88
|
"name": "Unknown",
|
83
89
|
"description": "The access denial occurred for an unknown or unexpected reason.",
|
@@ -11480,15 +11486,15 @@
|
|
11480
11486
|
"deprecationReason": null
|
11481
11487
|
},
|
11482
11488
|
{
|
11483
|
-
"name": "
|
11484
|
-
"description": "The
|
11489
|
+
"name": "consumedAmount",
|
11490
|
+
"description": "The amount of the credit grant that has been consumed",
|
11485
11491
|
"args": [],
|
11486
11492
|
"type": {
|
11487
11493
|
"kind": "NON_NULL",
|
11488
11494
|
"name": null,
|
11489
11495
|
"ofType": {
|
11490
|
-
"kind": "
|
11491
|
-
"name": "
|
11496
|
+
"kind": "SCALAR",
|
11497
|
+
"name": "Float",
|
11492
11498
|
"ofType": null
|
11493
11499
|
}
|
11494
11500
|
},
|
@@ -11496,15 +11502,15 @@
|
|
11496
11502
|
"deprecationReason": null
|
11497
11503
|
},
|
11498
11504
|
{
|
11499
|
-
"name": "
|
11500
|
-
"description": "
|
11505
|
+
"name": "cost",
|
11506
|
+
"description": "The fiat cost of the credit grant",
|
11501
11507
|
"args": [],
|
11502
11508
|
"type": {
|
11503
11509
|
"kind": "NON_NULL",
|
11504
11510
|
"name": null,
|
11505
11511
|
"ofType": {
|
11506
|
-
"kind": "
|
11507
|
-
"name": "
|
11512
|
+
"kind": "OBJECT",
|
11513
|
+
"name": "Money",
|
11508
11514
|
"ofType": null
|
11509
11515
|
}
|
11510
11516
|
},
|
@@ -11512,15 +11518,15 @@
|
|
11512
11518
|
"deprecationReason": null
|
11513
11519
|
},
|
11514
11520
|
{
|
11515
|
-
"name": "
|
11516
|
-
"description": "
|
11521
|
+
"name": "createdAt",
|
11522
|
+
"description": "Timestamp of when the record was created",
|
11517
11523
|
"args": [],
|
11518
11524
|
"type": {
|
11519
11525
|
"kind": "NON_NULL",
|
11520
11526
|
"name": null,
|
11521
11527
|
"ofType": {
|
11522
11528
|
"kind": "SCALAR",
|
11523
|
-
"name": "
|
11529
|
+
"name": "DateTime",
|
11524
11530
|
"ofType": null
|
11525
11531
|
}
|
11526
11532
|
},
|
@@ -11528,15 +11534,15 @@
|
|
11528
11534
|
"deprecationReason": null
|
11529
11535
|
},
|
11530
11536
|
{
|
11531
|
-
"name": "
|
11532
|
-
"description": "The
|
11537
|
+
"name": "currencyId",
|
11538
|
+
"description": "The custom currency ID of the credit grant",
|
11533
11539
|
"args": [],
|
11534
11540
|
"type": {
|
11535
11541
|
"kind": "NON_NULL",
|
11536
11542
|
"name": null,
|
11537
11543
|
"ofType": {
|
11538
11544
|
"kind": "SCALAR",
|
11539
|
-
"name": "
|
11545
|
+
"name": "String",
|
11540
11546
|
"ofType": null
|
11541
11547
|
}
|
11542
11548
|
},
|
@@ -48875,6 +48881,18 @@
|
|
48875
48881
|
"isDeprecated": false,
|
48876
48882
|
"deprecationReason": null
|
48877
48883
|
},
|
48884
|
+
{
|
48885
|
+
"name": "isGranted",
|
48886
|
+
"description": "Whether entitlement grant is active",
|
48887
|
+
"type": {
|
48888
|
+
"kind": "SCALAR",
|
48889
|
+
"name": "Boolean",
|
48890
|
+
"ofType": null
|
48891
|
+
},
|
48892
|
+
"defaultValue": null,
|
48893
|
+
"isDeprecated": false,
|
48894
|
+
"deprecationReason": null
|
48895
|
+
},
|
48878
48896
|
{
|
48879
48897
|
"name": "monthlyResetPeriodConfiguration",
|
48880
48898
|
"description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
|
@@ -50502,6 +50520,22 @@
|
|
50502
50520
|
"isDeprecated": false,
|
50503
50521
|
"deprecationReason": null
|
50504
50522
|
},
|
50523
|
+
{
|
50524
|
+
"name": "isGranted",
|
50525
|
+
"description": "Whether entitlement grant is active",
|
50526
|
+
"args": [],
|
50527
|
+
"type": {
|
50528
|
+
"kind": "NON_NULL",
|
50529
|
+
"name": null,
|
50530
|
+
"ofType": {
|
50531
|
+
"kind": "SCALAR",
|
50532
|
+
"name": "Boolean",
|
50533
|
+
"ofType": null
|
50534
|
+
}
|
50535
|
+
},
|
50536
|
+
"isDeprecated": false,
|
50537
|
+
"deprecationReason": null
|
50538
|
+
},
|
50505
50539
|
{
|
50506
50540
|
"name": "meter",
|
50507
50541
|
"description": null,
|
@@ -51069,6 +51103,18 @@
|
|
51069
51103
|
"isDeprecated": false,
|
51070
51104
|
"deprecationReason": null
|
51071
51105
|
},
|
51106
|
+
{
|
51107
|
+
"name": "isGranted",
|
51108
|
+
"description": "Whether entitlement grant is active",
|
51109
|
+
"args": [],
|
51110
|
+
"type": {
|
51111
|
+
"kind": "SCALAR",
|
51112
|
+
"name": "Boolean",
|
51113
|
+
"ofType": null
|
51114
|
+
},
|
51115
|
+
"isDeprecated": false,
|
51116
|
+
"deprecationReason": null
|
51117
|
+
},
|
51072
51118
|
{
|
51073
51119
|
"name": "order",
|
51074
51120
|
"description": "The order of the entitlement in the entitlement list",
|
@@ -51865,6 +51911,18 @@
|
|
51865
51911
|
"isDeprecated": false,
|
51866
51912
|
"deprecationReason": null
|
51867
51913
|
},
|
51914
|
+
{
|
51915
|
+
"name": "isGranted",
|
51916
|
+
"description": "Whether entitlement grant is active",
|
51917
|
+
"type": {
|
51918
|
+
"kind": "SCALAR",
|
51919
|
+
"name": "Boolean",
|
51920
|
+
"ofType": null
|
51921
|
+
},
|
51922
|
+
"defaultValue": null,
|
51923
|
+
"isDeprecated": false,
|
51924
|
+
"deprecationReason": null
|
51925
|
+
},
|
51868
51926
|
{
|
51869
51927
|
"name": "monthlyResetPeriodConfiguration",
|
51870
51928
|
"description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
|
@@ -52314,6 +52372,18 @@
|
|
52314
52372
|
"isDeprecated": false,
|
52315
52373
|
"deprecationReason": null
|
52316
52374
|
},
|
52375
|
+
{
|
52376
|
+
"name": "isGranted",
|
52377
|
+
"description": "Whether entitlement grant is active",
|
52378
|
+
"type": {
|
52379
|
+
"kind": "SCALAR",
|
52380
|
+
"name": "Boolean",
|
52381
|
+
"ofType": null
|
52382
|
+
},
|
52383
|
+
"defaultValue": null,
|
52384
|
+
"isDeprecated": false,
|
52385
|
+
"deprecationReason": null
|
52386
|
+
},
|
52317
52387
|
{
|
52318
52388
|
"name": "monthlyResetPeriodConfiguration",
|
52319
52389
|
"description": "The monthly reset period configuration of the entitlement, defined when reset period is monthly",
|
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: 3.
|
4
|
+
version: 3.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|