stigg-api-client 2.386.0 → 2.412.2

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: 494ed7d029017a077b25b9d51e10f4215f3a1bc5918812ae0a8937122aa54e0c
4
- data.tar.gz: 3a8f43dec5d8ae82bd658c304c1e7e644fea1eb8a028d6aa77726320c524d459
3
+ metadata.gz: '08d5ffdeff2daa7f55a63cea472394180df321205a152cf93fb19e543df9a8e0'
4
+ data.tar.gz: 770286881e37df9a7523adba99a5d88ff78b4acd9394dc3484cec5dc096054a0
5
5
  SHA512:
6
- metadata.gz: f2f89b1a5d018a065ed661d77c340848c816a018d2fd88ede229556790a99460997b56f955700f75f895a6365ad073ffee5ee93c61e9b75c6c6a9d4ee614d009
7
- data.tar.gz: 71afb77252270aac2e8236b1a54a7732d8498c31bbdd97426820519c42bda1985a7e7eb7dc0324b7d1bd6e31284dad944e339d25268a31f78d86f7abacfe1611
6
+ metadata.gz: 681c522fab794291343a297fa0357cce92f9a79ddbef54beda27b988c3c5569c194e3133d0c05240a3dc39f143e75560281c39705db1bb0398901aac4ee07fa7
7
+ data.tar.gz: 8420c3887a5b0220064ba448f36087512c9f76e98ab6565bc6f560cd05f81fab695b5ea7b8a2ec1eddd859ebd4a8ec11d9126c9d829436baf1d6b625eb2e899b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.386.0)
4
+ stigg-api-client (2.412.2)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -4103,6 +4103,18 @@
4103
4103
  "description": null,
4104
4104
  "fields": null,
4105
4105
  "inputFields": [
4106
+ {
4107
+ "name": "billingCurrency",
4108
+ "description": "The currency to use for this payment method (only used for Zuora)",
4109
+ "type": {
4110
+ "kind": "ENUM",
4111
+ "name": "Currency",
4112
+ "ofType": null
4113
+ },
4114
+ "defaultValue": null,
4115
+ "isDeprecated": false,
4116
+ "deprecationReason": null
4117
+ },
4106
4118
  {
4107
4119
  "name": "customerId",
4108
4120
  "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 = "2.386.0"
4
+ VERSION = "2.412.2"
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: 2.386.0
4
+ version: 2.412.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-11 00:00:00.000000000 Z
11
+ date: 2025-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient