stigg-api-client 5.62.0 → 5.63.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: f737f03196736941102282f5ee0f9ac4a56094ba6a6e20ba84dd452315e30276
4
- data.tar.gz: 0224d524e1fce2b9fc2f54f902c6b9553ee9882b5f364b73bb3e0412c0de584a
3
+ metadata.gz: d149ae361c6e0e937ae8ad48820e4a0d22ccbff5f9f729d954d3673e9bab685e
4
+ data.tar.gz: 613fd3935282a7f115392aafe98053a3cb2d7c82b102ee05bf759da7166d00d6
5
5
  SHA512:
6
- metadata.gz: 86984223d99eb98624c834d0f4ba2481d914f02023cbcf251548cb5f9db2235e865207bba339e9f03560e3a8d04e6a199a92be66c3fad138cf8e6cef1786a5a7
7
- data.tar.gz: d7b8cf3e9f36a93c89b7dcc6ca7a8458178e413a320e57609be408ca773a1d267ce2b1ec7fe307d145be5ceb91152d34f944fe4e16e890c2621e4d6ccba25bfc
6
+ metadata.gz: ca6081d75be4afeebe2557e00ae18d2f58537eadcf5948b2706611093cd01f37b419ba7cd46c5bc0090fa3e5f69f0c769f538b28ebd05b9650cc1b2fd2bdc5ef
7
+ data.tar.gz: a3c614b44f3a69d7efdc10a799cd7a2f4a8aada11a8b97eaac0199f67379b98e6d2b67a136144704c9e81f8ea71a5359401f8f58019cc590b5371b50de354946
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.62.0)
4
+ stigg-api-client (5.63.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1782,6 +1782,7 @@ module Stigg
1782
1782
  updatedAt
1783
1783
  resourceId
1784
1784
  additionalMetaData
1785
+ automaticRechargeConfigurationId
1785
1786
  status
1786
1787
  paymentCollection
1787
1788
  invoiceId
@@ -5252,6 +5252,22 @@
5252
5252
  "isDeprecated": false,
5253
5253
  "deprecationReason": null
5254
5254
  },
5255
+ {
5256
+ "name": "currentMonthlySpend",
5257
+ "description": "Total amount spent on automatic recharge grants in the current monthly period (in USD)",
5258
+ "args": [],
5259
+ "type": {
5260
+ "kind": "NON_NULL",
5261
+ "name": null,
5262
+ "ofType": {
5263
+ "kind": "SCALAR",
5264
+ "name": "Float",
5265
+ "ofType": null
5266
+ }
5267
+ },
5268
+ "isDeprecated": false,
5269
+ "deprecationReason": null
5270
+ },
5255
5271
  {
5256
5272
  "name": "customCurrency",
5257
5273
  "description": null,
@@ -12953,6 +12969,18 @@
12953
12969
  "isDeprecated": false,
12954
12970
  "deprecationReason": null
12955
12971
  },
12972
+ {
12973
+ "name": "automaticRechargeConfigurationId",
12974
+ "description": "The ID of the automatic recharge configuration that created this grant, if applicable",
12975
+ "args": [],
12976
+ "type": {
12977
+ "kind": "SCALAR",
12978
+ "name": "UUID",
12979
+ "ofType": null
12980
+ },
12981
+ "isDeprecated": false,
12982
+ "deprecationReason": null
12983
+ },
12956
12984
  {
12957
12985
  "name": "comment",
12958
12986
  "description": "The comment for the credit grant",
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.62.0"
4
+ VERSION = "5.63.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.62.0
4
+ version: 5.63.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-12-05 00:00:00.000000000 Z
11
+ date: 2025-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient