stigg-api-client 2.303.3 → 2.306.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: af4b623673e72731ce146de45f20cf5a3833507b7f346172eb013d8ae6050b97
4
- data.tar.gz: c750b5df3252f526f5fb42a9b2f0c1b408c916e5ddb3c767716e764c4c65206e
3
+ metadata.gz: 9ca26a263b54dd47fe06239602774acf76f8cdc24e56f530cefbe8dc1f443ada
4
+ data.tar.gz: 4bb5843139c4aaa4583572446782ec48eaa98672226190402bf7f9d7fde9e2e5
5
5
  SHA512:
6
- metadata.gz: f2be9d503c4719daa3afe0fa2473665d624726785ce9807c97aa84627ccecd99d220a644a2fecc222eb996179ef94786f0e01f22a10d1628c71c463fab96a168
7
- data.tar.gz: 176619f5dc5785f48517e9ccbaaad69b8f071ae30c4aac63fa58753161c177291547ee88e67e39456608e58d0dedeeb74b57647451d26777ab36f92a67077ac9
6
+ metadata.gz: 06b128d692e7dd33fcefb1f7f122b154a2ab9b5488075441b1cbe850e57d174b570cba69e548b89e67d977d6cb4ec962ec4a3c7972ebbacb94856bc2b3b84f97
7
+ data.tar.gz: 9768d68d2989369c3b4a6c7597b2f89e411b94923ffca8a210c6ad1df48e85f60261b1dbb5d6b12658c26864e7f5ab156f8404f490536121308ed82a4b663aa6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.303.3)
4
+ stigg-api-client (2.306.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -261,7 +261,6 @@ module Stigg
261
261
  trialEndBehavior
262
262
  }
263
263
  trialEndDate
264
-
265
264
  }
266
265
  GRAPHQL
267
266
 
@@ -7303,6 +7303,18 @@
7303
7303
  "isDeprecated": false,
7304
7304
  "deprecationReason": null
7305
7305
  },
7306
+ {
7307
+ "name": "productId",
7308
+ "description": null,
7309
+ "type": {
7310
+ "kind": "SCALAR",
7311
+ "name": "String",
7312
+ "ofType": null
7313
+ },
7314
+ "defaultValue": null,
7315
+ "isDeprecated": false,
7316
+ "deprecationReason": null
7317
+ },
7306
7318
  {
7307
7319
  "name": "resourceId",
7308
7320
  "description": null,
@@ -73314,6 +73326,18 @@
73314
73326
  "isDeprecated": false,
73315
73327
  "deprecationReason": null
73316
73328
  },
73329
+ {
73330
+ "name": "attemptCount",
73331
+ "description": "Number of payment attempts made for this invoice, from the perspective of the payment retry schedule.",
73332
+ "args": [],
73333
+ "type": {
73334
+ "kind": "SCALAR",
73335
+ "name": "Float",
73336
+ "ofType": null
73337
+ },
73338
+ "isDeprecated": false,
73339
+ "deprecationReason": null
73340
+ },
73317
73341
  {
73318
73342
  "name": "billingId",
73319
73343
  "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.303.3"
4
+ VERSION = "2.306.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: 2.303.3
4
+ version: 2.306.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-02-16 00:00:00.000000000 Z
11
+ date: 2025-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient