stigg-api-client 5.110.0 → 5.110.3

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: 6e68ba77866a729ee38d4384a9495847aed72a8445bde6bfcb3ccd5943f7acbd
4
- data.tar.gz: f9426432ee943fc395752382c401a9306e00cd654233d65246e2222aa7032b9d
3
+ metadata.gz: 8abaddf0a8f042f12b0d562cd99ce9278a0d15bd6e76a81cfb357fba3188169e
4
+ data.tar.gz: 2a13177b534d1290a4bdc2b602806a3b292d319d5207a519b2d585c1c18d2774
5
5
  SHA512:
6
- metadata.gz: 485117bd0cf2032683405e08d91064b5c4e7c7a9e49421da99271cc9aa8ca4af66a5099e6089400fca1d2cd1e1a94b19f9e778088f7dfc7b1f546840cdd1dfef
7
- data.tar.gz: 5de4dd770c5e0365cdb886a734d30ccc555a88e1086ba29155e91bd67af0131dd83ae1b62aeb07e9b732eafebd436c81cd261e249c695158049d1e85787f11e5
6
+ metadata.gz: b00c33d41fffa0c6906460a594566a7dcb6e6d0389789d58d70ba506d747c253526098862315d699d3a649e29138132107d29b2004ff3c23f9c859e82076bc2d
7
+ data.tar.gz: f698d357a3ef51f620efb434d27bce50de564e4b5215f146686e064c806481601b47f1bc85a0a2fe18e119415b9a7ea09ab30a8bb165ce03da6d69e3aefdb2a9
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.110.0)
4
+ stigg-api-client (5.110.3)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -33944,6 +33944,12 @@
33944
33944
  "isDeprecated": false,
33945
33945
  "deprecationReason": null
33946
33946
  },
33947
+ {
33948
+ "name": "CREDIT_GRANT_BALANCE_DEPLETED",
33949
+ "description": "Credit grant depleted",
33950
+ "isDeprecated": false,
33951
+ "deprecationReason": null
33952
+ },
33947
33953
  {
33948
33954
  "name": "CREDIT_GRANT_BALANCE_LOW",
33949
33955
  "description": "Credit grant balance low",
@@ -33959,8 +33965,8 @@
33959
33965
  {
33960
33966
  "name": "CREDIT_GRANT_DEPLETED",
33961
33967
  "description": "Credit grant depleted",
33962
- "isDeprecated": false,
33963
- "deprecationReason": null
33968
+ "isDeprecated": true,
33969
+ "deprecationReason": "Event name changed"
33964
33970
  },
33965
33971
  {
33966
33972
  "name": "CREDIT_GRANT_EXPIRED",
@@ -90895,6 +90901,18 @@
90895
90901
  "isDeprecated": false,
90896
90902
  "deprecationReason": null
90897
90903
  },
90904
+ {
90905
+ "name": "creditGrantCadence",
90906
+ "description": null,
90907
+ "args": [],
90908
+ "type": {
90909
+ "kind": "ENUM",
90910
+ "name": "CreditGrantCadence",
90911
+ "ofType": null
90912
+ },
90913
+ "isDeprecated": false,
90914
+ "deprecationReason": null
90915
+ },
90898
90916
  {
90899
90917
  "name": "creditsQuantity",
90900
90918
  "description": null,
@@ -90975,6 +90993,18 @@
90975
90993
  "isDeprecated": false,
90976
90994
  "deprecationReason": null
90977
90995
  },
90996
+ {
90997
+ "name": "topUpCustomCurrencyId",
90998
+ "description": null,
90999
+ "args": [],
91000
+ "type": {
91001
+ "kind": "SCALAR",
91002
+ "name": "String",
91003
+ "ofType": null
91004
+ },
91005
+ "isDeprecated": false,
91006
+ "deprecationReason": null
91007
+ },
90978
91008
  {
90979
91009
  "name": "updatedAt",
90980
91010
  "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.110.0"
4
+ VERSION = "5.110.3"
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.110.0
4
+ version: 5.110.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-12-31 00:00:00.000000000 Z
11
+ date: 2026-01-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient