stigg-api-client 5.166.1 → 5.169.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 +40 -6
- 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: 02e293627c3cfc08414236f16559e525d62e4750affcf60a4e52e42a71ceb588
|
|
4
|
+
data.tar.gz: cc634fbd3edd2e91ef6f6bdb65bec4a847cd58492dd7660768862661faae863b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 117fb917fe76b47bbfdf0e90274549ca969a586aa3cca1bcf0ecd3b5cd45a57d47e0023f60ab3662197f90c55b2fa88732b8973e29e7ec47cfb26da04e73b939
|
|
7
|
+
data.tar.gz: aacac9811663f8c58c061387dbba1f7b28007e211c40016582a4ffae72b20293d2178460ba5641c295d754574ac3387567ed13bcbb3389b66f8a3577fbb4ddbd
|
data/Gemfile.lock
CHANGED
|
@@ -32819,12 +32819,6 @@
|
|
|
32819
32819
|
"isDeprecated": false,
|
|
32820
32820
|
"deprecationReason": null
|
|
32821
32821
|
},
|
|
32822
|
-
{
|
|
32823
|
-
"name": "UnhandledCreditGrantSourceType",
|
|
32824
|
-
"description": "Unhandled credit grant source type",
|
|
32825
|
-
"isDeprecated": false,
|
|
32826
|
-
"deprecationReason": null
|
|
32827
|
-
},
|
|
32828
32822
|
{
|
|
32829
32823
|
"name": "UnsupportedFeatureType",
|
|
32830
32824
|
"description": null,
|
|
@@ -95582,6 +95576,18 @@
|
|
|
95582
95576
|
"isDeprecated": false,
|
|
95583
95577
|
"deprecationReason": null
|
|
95584
95578
|
},
|
|
95579
|
+
{
|
|
95580
|
+
"name": "environmentId",
|
|
95581
|
+
"description": null,
|
|
95582
|
+
"args": [],
|
|
95583
|
+
"type": {
|
|
95584
|
+
"kind": "SCALAR",
|
|
95585
|
+
"name": "String",
|
|
95586
|
+
"ofType": null
|
|
95587
|
+
},
|
|
95588
|
+
"isDeprecated": false,
|
|
95589
|
+
"deprecationReason": null
|
|
95590
|
+
},
|
|
95585
95591
|
{
|
|
95586
95592
|
"name": "featureId",
|
|
95587
95593
|
"description": null,
|
|
@@ -95622,6 +95628,18 @@
|
|
|
95622
95628
|
"isDeprecated": false,
|
|
95623
95629
|
"deprecationReason": null
|
|
95624
95630
|
},
|
|
95631
|
+
{
|
|
95632
|
+
"name": "nextGrantDate",
|
|
95633
|
+
"description": "The next date when recurring credits will be granted",
|
|
95634
|
+
"args": [],
|
|
95635
|
+
"type": {
|
|
95636
|
+
"kind": "SCALAR",
|
|
95637
|
+
"name": "DateTime",
|
|
95638
|
+
"ofType": null
|
|
95639
|
+
},
|
|
95640
|
+
"isDeprecated": false,
|
|
95641
|
+
"deprecationReason": null
|
|
95642
|
+
},
|
|
95625
95643
|
{
|
|
95626
95644
|
"name": "price",
|
|
95627
95645
|
"description": null,
|
|
@@ -95650,6 +95668,22 @@
|
|
|
95650
95668
|
"isDeprecated": false,
|
|
95651
95669
|
"deprecationReason": null
|
|
95652
95670
|
},
|
|
95671
|
+
{
|
|
95672
|
+
"name": "subscriptionId",
|
|
95673
|
+
"description": "The subscription this price belongs to",
|
|
95674
|
+
"args": [],
|
|
95675
|
+
"type": {
|
|
95676
|
+
"kind": "NON_NULL",
|
|
95677
|
+
"name": null,
|
|
95678
|
+
"ofType": {
|
|
95679
|
+
"kind": "SCALAR",
|
|
95680
|
+
"name": "String",
|
|
95681
|
+
"ofType": null
|
|
95682
|
+
}
|
|
95683
|
+
},
|
|
95684
|
+
"isDeprecated": false,
|
|
95685
|
+
"deprecationReason": null
|
|
95686
|
+
},
|
|
95653
95687
|
{
|
|
95654
95688
|
"name": "topUpCustomCurrencyId",
|
|
95655
95689
|
"description": null,
|
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.169.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-01-
|
|
11
|
+
date: 2026-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|