stigg-api-client 2.304.1 → 2.307.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: e703a3bfbe9b22061cdd3bec5d50c3e276817a8a6de5ad62e3dbdb824bb2e609
4
- data.tar.gz: db44f0233fdd0ac40a9d2152f0986d5d91ee7746112d4db2e3bb7c4cd329e6dc
3
+ metadata.gz: 6e2f293bf617415542b0bf85c8feb6ce7bf79f3a717cd48ce3884e8e49802f15
4
+ data.tar.gz: 6895b4a58e0e73952066d153efd7cc49b7ad65595a7804ad76652a35be96bc3a
5
5
  SHA512:
6
- metadata.gz: 9a8043dcaf8f8755e3b2f05934ba8b21b7b5ab78f7a08a34ddf9072c5e5e3388b0474f53e66fe6cbbcc6946ac18d67d81fa953c125a4959bfd3a23b9ae34ccc5
7
- data.tar.gz: 191f55409bffb5df262b40e3638d763c11379e17cc66c5bfb0c5e060234bfce4e9b02123f7ec62aea3eb76fd4aea7840baf07414ddd8b6949c0ad2ece73fc5fe
6
+ metadata.gz: 8b0fe6c2f54b0ee598c9a468fb434a4ce95c930d656da5a1301263ab5130217496d11fc2657a6843a55a312735a8924b99bb28aed286c98c8bd5956c783b7cf1
7
+ data.tar.gz: 1076f82a27222ecbee75606bc716f626f515de5762d06fb48ed6cddfae441b3ead32bc50918fe94b32fd1313696d77ed14d2a9e21119afb7b4355a3498ba522a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.304.1)
4
+ stigg-api-client (2.307.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
 
@@ -369,6 +368,7 @@ module Stigg
369
368
  totalExcludingTax
370
369
  tax
371
370
  amountDue
371
+ attemptCount
372
372
  }
373
373
  GRAPHQL
374
374
 
@@ -73326,6 +73326,18 @@
73326
73326
  "isDeprecated": false,
73327
73327
  "deprecationReason": null
73328
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
+ },
73329
73341
  {
73330
73342
  "name": "billingId",
73331
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.304.1"
4
+ VERSION = "2.307.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.304.1
4
+ version: 2.307.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-17 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