stigg-api-client 5.166.2 → 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 -0
- 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
|
@@ -95576,6 +95576,18 @@
|
|
|
95576
95576
|
"isDeprecated": false,
|
|
95577
95577
|
"deprecationReason": null
|
|
95578
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
|
+
},
|
|
95579
95591
|
{
|
|
95580
95592
|
"name": "featureId",
|
|
95581
95593
|
"description": null,
|
|
@@ -95616,6 +95628,18 @@
|
|
|
95616
95628
|
"isDeprecated": false,
|
|
95617
95629
|
"deprecationReason": null
|
|
95618
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
|
+
},
|
|
95619
95643
|
{
|
|
95620
95644
|
"name": "price",
|
|
95621
95645
|
"description": null,
|
|
@@ -95644,6 +95668,22 @@
|
|
|
95644
95668
|
"isDeprecated": false,
|
|
95645
95669
|
"deprecationReason": null
|
|
95646
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
|
+
},
|
|
95647
95687
|
{
|
|
95648
95688
|
"name": "topUpCustomCurrencyId",
|
|
95649
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
|