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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 448f8feef77a905955fc5ffebfee951fc6915d3d1363e311f2ddb95ff2af0107
4
- data.tar.gz: a3c6ab64a9a4a6a3ec158ddf21d1b6344948abfef61258a525962c338672249a
3
+ metadata.gz: 02e293627c3cfc08414236f16559e525d62e4750affcf60a4e52e42a71ceb588
4
+ data.tar.gz: cc634fbd3edd2e91ef6f6bdb65bec4a847cd58492dd7660768862661faae863b
5
5
  SHA512:
6
- metadata.gz: 4d18dd575cdc620ce4c6d926cf6a55eec764fd0f3d07a46987ef61a196ad4d461d51b50d9312bbda020b1e4e2f08bc339fb9680eff47f80000c86bfc848bc60e
7
- data.tar.gz: 026d54e3ca900c591c60b40751d1e517a94a061b1208a2e10711071938dd71f2ab2503ea3f8d432dcf9924f89e1cab50fb4f7cc56c3d5ac70267863f793c33b1
6
+ metadata.gz: 117fb917fe76b47bbfdf0e90274549ca969a586aa3cca1bcf0ecd3b5cd45a57d47e0023f60ab3662197f90c55b2fa88732b8973e29e7ec47cfb26da04e73b939
7
+ data.tar.gz: aacac9811663f8c58c061387dbba1f7b28007e211c40016582a4ffae72b20293d2178460ba5641c295d754574ac3387567ed13bcbb3389b66f8a3577fbb4ddbd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.166.2)
4
+ stigg-api-client (5.169.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.166.2"
4
+ VERSION = "5.169.0"
5
5
  end
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.166.2
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-25 00:00:00.000000000 Z
11
+ date: 2026-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient