stigg-api-client 6.18.0 → 6.19.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: '0218b51263a01f4e837086801a7aa103897dfb40ad183314b4498326b69a8a88'
4
- data.tar.gz: 011a11c7b26623cea8c1d9d48ea88bd681b6b5fd75caa93a2ed2fb4772f8e132
3
+ metadata.gz: 95fe3d10419f77d11142736def3e49075cdd74aa4861f21ae8c2e762fd25d910
4
+ data.tar.gz: 4b3c8589f1c787613f0d3a243b93f0845c47a387476e23ffc3a44e0a25245291
5
5
  SHA512:
6
- metadata.gz: 32f9a8f7734f783c2882dcad39ea801d57b7b47390138cef1d703094096c6253a9f4068febde40aea39cbd83fbc443850748ce6cc94775773ed116c812450728
7
- data.tar.gz: 57fb045c6d7472aabaa25f38804ed6b8ae850bf96b3a214526a1e34129566dc7893ae69770b9f7ddcb3c2e61d9a164a9506b526399e723a4c6840d34907fb42f
6
+ metadata.gz: e2f3e63d498becaa35554d557a5c72621e645ab3a114779f85a9ad5eb447f1b55e128bdf3c2eba2cc966f403079536bbde99c04140f288820e0369a243a58d33
7
+ data.tar.gz: 1b597db0c796ee9cf79386ea18bb06d9bc9f4ddf4c087db37bd10af8f71e7bebd0496d4ff4c391b80f37921c00cbbbb4aafd697fa5e94b26f21543f93bce3b62
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (6.18.0)
4
+ stigg-api-client (6.19.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -18660,6 +18660,26 @@
18660
18660
  "isDeprecated": false,
18661
18661
  "deprecationReason": null
18662
18662
  },
18663
+ {
18664
+ "name": "eventType",
18665
+ "description": "Filter the ledger to only the given event types",
18666
+ "type": {
18667
+ "kind": "LIST",
18668
+ "name": null,
18669
+ "ofType": {
18670
+ "kind": "NON_NULL",
18671
+ "name": null,
18672
+ "ofType": {
18673
+ "kind": "ENUM",
18674
+ "name": "CreditLedgerEventType",
18675
+ "ofType": null
18676
+ }
18677
+ }
18678
+ },
18679
+ "defaultValue": null,
18680
+ "isDeprecated": false,
18681
+ "deprecationReason": null
18682
+ },
18663
18683
  {
18664
18684
  "name": "paging",
18665
18685
  "description": "Cursor-based pagination input",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "6.18.0"
4
+ VERSION = "6.19.0"
5
5
  end
data/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@stigg/api-client-ruby",
3
- "version": "6.18.0"
3
+ "version": "6.19.0"
4
4
  }
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: 6.18.0
4
+ version: 6.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-07-14 00:00:00.000000000 Z
11
+ date: 2026-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient