stigg-api-client 6.8.0 → 6.10.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 +4 -0
- data/lib/stigg/generated/schema.json +100 -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: b57137e9c62b23f860b27384c9dc004fb1b1b43e163e8713457b9548a86abd22
|
|
4
|
+
data.tar.gz: cc7357cefde166070889a71214adc43e009792690d5e95d9846eb97202294df2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99d14e93831d2fab1e6bf41031e8c7319ba47a31965f64a57661175dcfdf2a450df8d1a0179e921a1cf6409dbf60eb4e95a265fce31f95e22c936f3a37ca102b
|
|
7
|
+
data.tar.gz: 85a80a1873c00f6f5e8107ec71fcba6748ab6f0ab079c123633c93b614dc9b0d0eab609b9e93304de8a3747d9f55efda5d9b84e424c3fbe13314401db005287c
|
data/Gemfile.lock
CHANGED
|
@@ -2026,6 +2026,9 @@ module Stigg
|
|
|
2026
2026
|
currency {
|
|
2027
2027
|
...SlimCustomCurrencyFragment
|
|
2028
2028
|
}
|
|
2029
|
+
pageInfo {
|
|
2030
|
+
...PageInfoFragment
|
|
2031
|
+
}
|
|
2029
2032
|
}
|
|
2030
2033
|
GRAPHQL
|
|
2031
2034
|
|
|
@@ -2994,6 +2997,7 @@ module Stigg
|
|
|
2994
2997
|
}
|
|
2995
2998
|
#{Fragment::CreditUsageFragment}
|
|
2996
2999
|
#{Fragment::SlimCustomCurrencyFragment}
|
|
3000
|
+
#{Fragment::PageInfoFragment}
|
|
2997
3001
|
GRAPHQL
|
|
2998
3002
|
|
|
2999
3003
|
GetAutomaticRechargeConfiguration = <<~GRAPHQL
|
|
@@ -17294,6 +17294,22 @@
|
|
|
17294
17294
|
"isDeprecated": false,
|
|
17295
17295
|
"deprecationReason": null
|
|
17296
17296
|
},
|
|
17297
|
+
{
|
|
17298
|
+
"name": "pageInfo",
|
|
17299
|
+
"description": "Cursor-based pagination state for the returned series. `startCursor`/`endCursor` anchor the current page; `hasNextPage`/`hasPreviousPage` indicate whether further pages exist. The series axis is `groupBy` when provided, otherwise `featureId`",
|
|
17300
|
+
"args": [],
|
|
17301
|
+
"type": {
|
|
17302
|
+
"kind": "NON_NULL",
|
|
17303
|
+
"name": null,
|
|
17304
|
+
"ofType": {
|
|
17305
|
+
"kind": "OBJECT",
|
|
17306
|
+
"name": "PageInfo",
|
|
17307
|
+
"ofType": null
|
|
17308
|
+
}
|
|
17309
|
+
},
|
|
17310
|
+
"isDeprecated": false,
|
|
17311
|
+
"deprecationReason": null
|
|
17312
|
+
},
|
|
17297
17313
|
{
|
|
17298
17314
|
"name": "series",
|
|
17299
17315
|
"description": "Series of credit usage data points",
|
|
@@ -17358,6 +17374,16 @@
|
|
|
17358
17374
|
"isDeprecated": false,
|
|
17359
17375
|
"deprecationReason": null
|
|
17360
17376
|
},
|
|
17377
|
+
{
|
|
17378
|
+
"name": "endDate",
|
|
17379
|
+
"description": "End date for custom time range filter. Defaults to now when not provided.",
|
|
17380
|
+
"type": {
|
|
17381
|
+
"kind": "SCALAR",
|
|
17382
|
+
"name": "DateTime",
|
|
17383
|
+
"ofType": null
|
|
17384
|
+
},
|
|
17385
|
+
"defaultValue": null
|
|
17386
|
+
},
|
|
17361
17387
|
{
|
|
17362
17388
|
"name": "environmentId",
|
|
17363
17389
|
"description": "The environment ID of the credit usage",
|
|
@@ -17370,6 +17396,34 @@
|
|
|
17370
17396
|
"isDeprecated": false,
|
|
17371
17397
|
"deprecationReason": null
|
|
17372
17398
|
},
|
|
17399
|
+
{
|
|
17400
|
+
"name": "groupBy",
|
|
17401
|
+
"description": "List of feature dimension keys to group usage series by (up to 3)",
|
|
17402
|
+
"type": {
|
|
17403
|
+
"kind": "LIST",
|
|
17404
|
+
"name": null,
|
|
17405
|
+
"ofType": {
|
|
17406
|
+
"kind": "NON_NULL",
|
|
17407
|
+
"name": null,
|
|
17408
|
+
"ofType": {
|
|
17409
|
+
"kind": "SCALAR",
|
|
17410
|
+
"name": "String",
|
|
17411
|
+
"ofType": null
|
|
17412
|
+
}
|
|
17413
|
+
}
|
|
17414
|
+
},
|
|
17415
|
+
"defaultValue": null
|
|
17416
|
+
},
|
|
17417
|
+
{
|
|
17418
|
+
"name": "paging",
|
|
17419
|
+
"description": "Cursor-based pagination input",
|
|
17420
|
+
"type": {
|
|
17421
|
+
"kind": "INPUT_OBJECT",
|
|
17422
|
+
"name": "CursorPaging",
|
|
17423
|
+
"ofType": null
|
|
17424
|
+
},
|
|
17425
|
+
"defaultValue": null
|
|
17426
|
+
},
|
|
17373
17427
|
{
|
|
17374
17428
|
"name": "resourceId",
|
|
17375
17429
|
"description": "The resource ID of the credit usage",
|
|
@@ -17382,6 +17436,16 @@
|
|
|
17382
17436
|
"isDeprecated": false,
|
|
17383
17437
|
"deprecationReason": null
|
|
17384
17438
|
},
|
|
17439
|
+
{
|
|
17440
|
+
"name": "startDate",
|
|
17441
|
+
"description": "Start date for custom time range filter. Takes precedence over timeRange when provided.",
|
|
17442
|
+
"type": {
|
|
17443
|
+
"kind": "SCALAR",
|
|
17444
|
+
"name": "DateTime",
|
|
17445
|
+
"ofType": null
|
|
17446
|
+
},
|
|
17447
|
+
"defaultValue": null
|
|
17448
|
+
},
|
|
17385
17449
|
{
|
|
17386
17450
|
"name": "timeRange",
|
|
17387
17451
|
"description": "The time range for the credit usage",
|
|
@@ -81700,6 +81764,18 @@
|
|
|
81700
81764
|
"isDeprecated": false,
|
|
81701
81765
|
"deprecationReason": null
|
|
81702
81766
|
},
|
|
81767
|
+
{
|
|
81768
|
+
"name": "cancellationDate",
|
|
81769
|
+
"description": "Subscription cancellation date",
|
|
81770
|
+
"type": {
|
|
81771
|
+
"kind": "SCALAR",
|
|
81772
|
+
"name": "DateTime",
|
|
81773
|
+
"ofType": null
|
|
81774
|
+
},
|
|
81775
|
+
"defaultValue": null,
|
|
81776
|
+
"isDeprecated": false,
|
|
81777
|
+
"deprecationReason": null
|
|
81778
|
+
},
|
|
81703
81779
|
{
|
|
81704
81780
|
"name": "charges",
|
|
81705
81781
|
"description": null,
|
|
@@ -82151,6 +82227,18 @@
|
|
|
82151
82227
|
"isDeprecated": false,
|
|
82152
82228
|
"deprecationReason": null
|
|
82153
82229
|
},
|
|
82230
|
+
{
|
|
82231
|
+
"name": "cancellationDate",
|
|
82232
|
+
"description": "Subscription cancellation date",
|
|
82233
|
+
"type": {
|
|
82234
|
+
"kind": "SCALAR",
|
|
82235
|
+
"name": "DateTime",
|
|
82236
|
+
"ofType": null
|
|
82237
|
+
},
|
|
82238
|
+
"defaultValue": null,
|
|
82239
|
+
"isDeprecated": false,
|
|
82240
|
+
"deprecationReason": null
|
|
82241
|
+
},
|
|
82154
82242
|
{
|
|
82155
82243
|
"name": "charges",
|
|
82156
82244
|
"description": null,
|
|
@@ -108481,6 +108569,18 @@
|
|
|
108481
108569
|
"isDeprecated": false,
|
|
108482
108570
|
"deprecationReason": null
|
|
108483
108571
|
},
|
|
108572
|
+
{
|
|
108573
|
+
"name": "cancellationDate",
|
|
108574
|
+
"description": "Subscription cancellation date",
|
|
108575
|
+
"type": {
|
|
108576
|
+
"kind": "SCALAR",
|
|
108577
|
+
"name": "DateTime",
|
|
108578
|
+
"ofType": null
|
|
108579
|
+
},
|
|
108580
|
+
"defaultValue": null,
|
|
108581
|
+
"isDeprecated": false,
|
|
108582
|
+
"deprecationReason": null
|
|
108583
|
+
},
|
|
108484
108584
|
{
|
|
108485
108585
|
"name": "charges",
|
|
108486
108586
|
"description": null,
|
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.10.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-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|