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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0218b51263a01f4e837086801a7aa103897dfb40ad183314b4498326b69a8a88'
4
- data.tar.gz: 011a11c7b26623cea8c1d9d48ea88bd681b6b5fd75caa93a2ed2fb4772f8e132
3
+ metadata.gz: c4b4862ef6b61795ea352a1e95e805f95d7b9906eb26545f937e6f54a4b444d3
4
+ data.tar.gz: f7788e2b0341a87e056bbf30b3318639d86200db4b0185d6d2748ca1df975ea3
5
5
  SHA512:
6
- metadata.gz: 32f9a8f7734f783c2882dcad39ea801d57b7b47390138cef1d703094096c6253a9f4068febde40aea39cbd83fbc443850748ce6cc94775773ed116c812450728
7
- data.tar.gz: 57fb045c6d7472aabaa25f38804ed6b8ae850bf96b3a214526a1e34129566dc7893ae69770b9f7ddcb3c2e61d9a164a9506b526399e723a4c6840d34907fb42f
6
+ metadata.gz: 223ce78c09adef442eb355406d973376f51ae7a43c698fac1bc7cf60bc5662dc9f8eda4b1d5c30551761a50ad583d0dd4ce2bb8c04688f5bcf60a80f845acd66
7
+ data.tar.gz: 8c6935f12e1ada2d92320662495857fdd3d14bf64f08f0b3be7ca279e352b19423123f6ad63ea745c30e375968a3af8680427ad438474fd8c3c8fb9e2cc84870
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.20.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2080,9 +2080,11 @@ module Stigg
2080
2080
  featureId
2081
2081
  featureName
2082
2082
  totalCredits
2083
+ eventCount
2083
2084
  points {
2084
2085
  timestamp
2085
2086
  value
2087
+ eventCount
2086
2088
  }
2087
2089
  }
2088
2090
  currency {
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "6.18.0"
4
+ VERSION = "6.20.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.20.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.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-07-14 00:00:00.000000000 Z
11
+ date: 2026-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient