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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +20 -0
- data/lib/stigg/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95fe3d10419f77d11142736def3e49075cdd74aa4861f21ae8c2e762fd25d910
|
|
4
|
+
data.tar.gz: 4b3c8589f1c787613f0d3a243b93f0845c47a387476e23ffc3a44e0a25245291
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e2f3e63d498becaa35554d557a5c72621e645ab3a114779f85a9ad5eb447f1b55e128bdf3c2eba2cc966f403079536bbde99c04140f288820e0369a243a58d33
|
|
7
|
+
data.tar.gz: 1b597db0c796ee9cf79386ea18bb06d9bc9f4ddf4c087db37bd10af8f71e7bebd0496d4ff4c391b80f37921c00cbbbb4aafd697fa5e94b26f21543f93bce3b62
|
data/Gemfile.lock
CHANGED
|
@@ -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
data/package.json
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2026-07-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|