stigg-api-client 6.18.0 → 6.20.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/operations.rb +2 -0
- data/lib/stigg/generated/schema.json +52 -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: c4b4862ef6b61795ea352a1e95e805f95d7b9906eb26545f937e6f54a4b444d3
|
|
4
|
+
data.tar.gz: f7788e2b0341a87e056bbf30b3318639d86200db4b0185d6d2748ca1df975ea3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 223ce78c09adef442eb355406d973376f51ae7a43c698fac1bc7cf60bc5662dc9f8eda4b1d5c30551761a50ad583d0dd4ce2bb8c04688f5bcf60a80f845acd66
|
|
7
|
+
data.tar.gz: 8c6935f12e1ada2d92320662495857fdd3d14bf64f08f0b3be7ca279e352b19423123f6ad63ea745c30e375968a3af8680427ad438474fd8c3c8fb9e2cc84870
|
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",
|
|
@@ -19022,6 +19042,22 @@
|
|
|
19022
19042
|
"name": "CreditUsagePoint",
|
|
19023
19043
|
"description": "Point in the credit usage series",
|
|
19024
19044
|
"fields": [
|
|
19045
|
+
{
|
|
19046
|
+
"name": "eventCount",
|
|
19047
|
+
"description": "Number of distinct usage events that consumed credits in this time bucket",
|
|
19048
|
+
"args": [],
|
|
19049
|
+
"type": {
|
|
19050
|
+
"kind": "NON_NULL",
|
|
19051
|
+
"name": null,
|
|
19052
|
+
"ofType": {
|
|
19053
|
+
"kind": "SCALAR",
|
|
19054
|
+
"name": "Int",
|
|
19055
|
+
"ofType": null
|
|
19056
|
+
}
|
|
19057
|
+
},
|
|
19058
|
+
"isDeprecated": false,
|
|
19059
|
+
"deprecationReason": null
|
|
19060
|
+
},
|
|
19025
19061
|
{
|
|
19026
19062
|
"name": "timestamp",
|
|
19027
19063
|
"description": "Timestamp of the credit usage point",
|
|
@@ -19065,6 +19101,22 @@
|
|
|
19065
19101
|
"name": "CreditUsageSeries",
|
|
19066
19102
|
"description": "Series of credit usage data points",
|
|
19067
19103
|
"fields": [
|
|
19104
|
+
{
|
|
19105
|
+
"name": "eventCount",
|
|
19106
|
+
"description": "Number of distinct usage events that consumed credits in this series. This count is not additive across series, because an event matched by several meters appears in more than one series.",
|
|
19107
|
+
"args": [],
|
|
19108
|
+
"type": {
|
|
19109
|
+
"kind": "NON_NULL",
|
|
19110
|
+
"name": null,
|
|
19111
|
+
"ofType": {
|
|
19112
|
+
"kind": "SCALAR",
|
|
19113
|
+
"name": "Int",
|
|
19114
|
+
"ofType": null
|
|
19115
|
+
}
|
|
19116
|
+
},
|
|
19117
|
+
"isDeprecated": false,
|
|
19118
|
+
"deprecationReason": null
|
|
19119
|
+
},
|
|
19068
19120
|
{
|
|
19069
19121
|
"name": "featureId",
|
|
19070
19122
|
"description": "Feature ID for the credit usage series; null when grouping by dimensions only",
|
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.20.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-
|
|
11
|
+
date: 2026-08-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|