stigg-api-client 3.27.0 → 3.34.1

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: 915742f565a8f88c22bd33a24ef9776f72a5a1add9966bcb831a06e3c6c66d01
4
- data.tar.gz: 1dafd4efe8dfcc11b6e65dafe48d7282b362683c0f6946304aa731954991c719
3
+ metadata.gz: 6ff55f6d51c7e80eb62122b47fe1722807d7248b9ecdf9aab8fd9059198a3cc2
4
+ data.tar.gz: fa4e1111dddbc7e54bc148a37be621cd6bda47b90da8ec8470857698c9022694
5
5
  SHA512:
6
- metadata.gz: b2cf969ef3953fe4951d6a4a3c3505cf2c95c5c63ca12a4ca1d08c70fffc058820a0029dd164a09c7795248130311c34748135efbb125c2dbe581e1beccbb421
7
- data.tar.gz: fdb75079cb19be3f066b38633da84292cf96349b6a8b888fcf247cb7dabf2664cfeea207cc6bb3359878ce1d3cbb960a1b8a20adce882c230eab4afaf2ec7bf3
6
+ metadata.gz: cbf1f3d84a98ff2eae8837009377747584ebaecc59b8a2273c63d7fd25dbee4f8b9ab32c481ab0298b6cef20cdc8b4f3624b22c9a8f56c1e21b8c2f6233621e6
7
+ data.tar.gz: 51cdf81e72a97d0d8bc3f0592656ab69beab5344540126ad9d614ddb448451ec5e012c94db8c447e7283e45bb4d15110bc921e9b22380bdaa18b2e763130233a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.27.0)
4
+ stigg-api-client (3.34.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -404,6 +404,7 @@ module Stigg
404
404
  billingId
405
405
  status
406
406
  createdAt
407
+ dueDate
407
408
  updatedAt
408
409
  errorMessage
409
410
  requiresAction
@@ -11480,15 +11480,15 @@
11480
11480
  "deprecationReason": null
11481
11481
  },
11482
11482
  {
11483
- "name": "cost",
11484
- "description": "The fiat cost of the credit grant",
11483
+ "name": "consumedAmount",
11484
+ "description": "The amount of the credit grant that has been consumed",
11485
11485
  "args": [],
11486
11486
  "type": {
11487
11487
  "kind": "NON_NULL",
11488
11488
  "name": null,
11489
11489
  "ofType": {
11490
- "kind": "OBJECT",
11491
- "name": "Money",
11490
+ "kind": "SCALAR",
11491
+ "name": "Float",
11492
11492
  "ofType": null
11493
11493
  }
11494
11494
  },
@@ -11496,15 +11496,15 @@
11496
11496
  "deprecationReason": null
11497
11497
  },
11498
11498
  {
11499
- "name": "createdAt",
11500
- "description": "Timestamp of when the record was created",
11499
+ "name": "cost",
11500
+ "description": "The fiat cost of the credit grant",
11501
11501
  "args": [],
11502
11502
  "type": {
11503
11503
  "kind": "NON_NULL",
11504
11504
  "name": null,
11505
11505
  "ofType": {
11506
- "kind": "SCALAR",
11507
- "name": "DateTime",
11506
+ "kind": "OBJECT",
11507
+ "name": "Money",
11508
11508
  "ofType": null
11509
11509
  }
11510
11510
  },
@@ -11512,15 +11512,15 @@
11512
11512
  "deprecationReason": null
11513
11513
  },
11514
11514
  {
11515
- "name": "currencyId",
11516
- "description": "The custom currency ID of the credit grant",
11515
+ "name": "createdAt",
11516
+ "description": "Timestamp of when the record was created",
11517
11517
  "args": [],
11518
11518
  "type": {
11519
11519
  "kind": "NON_NULL",
11520
11520
  "name": null,
11521
11521
  "ofType": {
11522
11522
  "kind": "SCALAR",
11523
- "name": "String",
11523
+ "name": "DateTime",
11524
11524
  "ofType": null
11525
11525
  }
11526
11526
  },
@@ -11528,15 +11528,15 @@
11528
11528
  "deprecationReason": null
11529
11529
  },
11530
11530
  {
11531
- "name": "currentAmount",
11532
- "description": "The current amount of the credit grant",
11531
+ "name": "currencyId",
11532
+ "description": "The custom currency ID of the credit grant",
11533
11533
  "args": [],
11534
11534
  "type": {
11535
11535
  "kind": "NON_NULL",
11536
11536
  "name": null,
11537
11537
  "ofType": {
11538
11538
  "kind": "SCALAR",
11539
- "name": "Float",
11539
+ "name": "String",
11540
11540
  "ofType": null
11541
11541
  }
11542
11542
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.27.0"
4
+ VERSION = "3.34.1"
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: 3.27.0
4
+ version: 3.34.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-08-19 00:00:00.000000000 Z
11
+ date: 2025-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient