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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee97b369ebb59518a1b659d0794d2c4aff5bac769a1d1987ba309d55135e3f56
4
- data.tar.gz: 6e439d00f60c7606d8dcddf0a59aee4d14e9232bbea188e8a2f847ea82f5c4e6
3
+ metadata.gz: 02e293627c3cfc08414236f16559e525d62e4750affcf60a4e52e42a71ceb588
4
+ data.tar.gz: cc634fbd3edd2e91ef6f6bdb65bec4a847cd58492dd7660768862661faae863b
5
5
  SHA512:
6
- metadata.gz: 561184d6df83e8724e1375ba08df2f2432cbf2ba555b132ec426694dc0b8e78d468e87a572264d6dcfd219af7ee17b532ba09a384e6cd5ff319524562592cc92
7
- data.tar.gz: 7776708756ad63028c03e2336d37a6f4f0d96c88aafd2e42a9daa4b0f8eeb98bc58830d3149dc1102dc79918527ac9a64d94287cfa272881ccefc7577efee8dd
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.1)
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
 
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.166.1"
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.1
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