stigg-api-client 5.14.0 → 5.15.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: 6ce6cc279f24379db2689e91f0ace3f2c3cc6ecad2037fa54d8b0cd343fe0481
4
- data.tar.gz: d89bd6bf928c39a80d6aa509a088964e1da8d36adf7a07b9a75e30419e0dba03
3
+ metadata.gz: 3bc7c59c26620492c18cfe851cc018b2d65ea70891c288245042bc91956f973b
4
+ data.tar.gz: f5db042b68c863b62a04d7a7816247bce77aabb730ac65a5c24f0e0e1ab3fd3f
5
5
  SHA512:
6
- metadata.gz: 6b56fe37e506923f69f4e436cb4e68f919b5492f3c1440532d54751b06fad5417b9182640e7f4ebf191dde972fdb4e10c85629510a913ea517010d0f65cd1eed
7
- data.tar.gz: 032c325e4d9fc45703b48c3b83e66a78a2762ada491089c071501beb456276a41ab10acb2b7791c4c8316fd5a1899bbe993ffec5fa87d64a5266aee624c32da7
6
+ metadata.gz: 16c69bf4a7ca25a6dd88decf831a1efccadf94c3699e9e352ca909bfacf885c4c39838dd7c92f3b38f6736cb694b6930d89b180f2ba839375397c14aa6d9f676
7
+ data.tar.gz: 7266fdbb48cac2192b7f35d6ef3b1177b17afd763ed8a988c57501bc8a7df5dc6a152b548ce888f0c7d5206f59580e5f326d48134ce2a7de0e59c31d3a486447
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.14.0)
4
+ stigg-api-client (5.15.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -31127,6 +31127,12 @@
31127
31127
  "isDeprecated": false,
31128
31128
  "deprecationReason": null
31129
31129
  },
31130
+ {
31131
+ "name": "AUTOMATIC_RECHARGE_OPERATION_ATTEMPTED",
31132
+ "description": "Automatic recharge operation attempted",
31133
+ "isDeprecated": false,
31134
+ "deprecationReason": null
31135
+ },
31130
31136
  {
31131
31137
  "name": "COUPON_ARCHIVED",
31132
31138
  "description": "Coupon archived",
@@ -31151,6 +31157,12 @@
31151
31157
  "isDeprecated": false,
31152
31158
  "deprecationReason": null
31153
31159
  },
31160
+ {
31161
+ "name": "CREDITS_AUTOMATIC_RECHARGE_LIMIT_EXCEEDED",
31162
+ "description": "Automatic recharge limit exceeded",
31163
+ "isDeprecated": false,
31164
+ "deprecationReason": null
31165
+ },
31154
31166
  {
31155
31167
  "name": "CREDITS_BALANCE_DEPLETED_OLD",
31156
31168
  "description": "Deprecated, use CREDIT_BALANCE_DEPLETED instead",
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.14.0"
4
+ VERSION = "5.15.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.14.0
4
+ version: 5.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-11-13 00:00:00.000000000 Z
11
+ date: 2025-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient