stigg-api-client 2.183.0 → 2.184.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +100 -6
- data/lib/stigg/version.rb +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: 81e922776e578c16d93422e7dca89cec35bde3771645cc1388e1946aa79b27c1
|
4
|
+
data.tar.gz: fb808cba99a306556d6e336e8e478665857e68b9210dc6e351678d0dd13c1f01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86838bf9d3152705964ee061c50d48a5f3b9f133a9c8940ecc823f0635164ee4ae2c5dc6705f5b9832f6b122eb5d1e7f03f048ad0a6990ea793feddd34c3b329
|
7
|
+
data.tar.gz: d76b55625bfb312cd527efa58a23fb7d012a83ec4bce7d9726abca0772725f21bb918b88e8541ca62c12ff6b370d78e2ce62e1a345a460c962f8c52b7b1e5ccd
|
data/Gemfile.lock
CHANGED
@@ -80232,6 +80232,30 @@
|
|
80232
80232
|
"isDeprecated": false,
|
80233
80233
|
"deprecationReason": null
|
80234
80234
|
},
|
80235
|
+
{
|
80236
|
+
"name": "markers",
|
80237
|
+
"description": "Markers for events that affecting feature usage",
|
80238
|
+
"args": [],
|
80239
|
+
"type": {
|
80240
|
+
"kind": "NON_NULL",
|
80241
|
+
"name": null,
|
80242
|
+
"ofType": {
|
80243
|
+
"kind": "LIST",
|
80244
|
+
"name": null,
|
80245
|
+
"ofType": {
|
80246
|
+
"kind": "NON_NULL",
|
80247
|
+
"name": null,
|
80248
|
+
"ofType": {
|
80249
|
+
"kind": "OBJECT",
|
80250
|
+
"name": "UsageMarker",
|
80251
|
+
"ofType": null
|
80252
|
+
}
|
80253
|
+
}
|
80254
|
+
}
|
80255
|
+
},
|
80256
|
+
"isDeprecated": false,
|
80257
|
+
"deprecationReason": null
|
80258
|
+
},
|
80235
80259
|
{
|
80236
80260
|
"name": "startDate",
|
80237
80261
|
"description": null,
|
@@ -80441,6 +80465,72 @@
|
|
80441
80465
|
"enumValues": null,
|
80442
80466
|
"possibleTypes": null
|
80443
80467
|
},
|
80468
|
+
{
|
80469
|
+
"kind": "OBJECT",
|
80470
|
+
"name": "UsageMarker",
|
80471
|
+
"description": "Marker for a event affecting usage",
|
80472
|
+
"fields": [
|
80473
|
+
{
|
80474
|
+
"name": "timestamp",
|
80475
|
+
"description": "Timestamp of the marker",
|
80476
|
+
"args": [],
|
80477
|
+
"type": {
|
80478
|
+
"kind": "NON_NULL",
|
80479
|
+
"name": null,
|
80480
|
+
"ofType": {
|
80481
|
+
"kind": "SCALAR",
|
80482
|
+
"name": "DateTime",
|
80483
|
+
"ofType": null
|
80484
|
+
}
|
80485
|
+
},
|
80486
|
+
"isDeprecated": false,
|
80487
|
+
"deprecationReason": null
|
80488
|
+
},
|
80489
|
+
{
|
80490
|
+
"name": "type",
|
80491
|
+
"description": "Type of marker",
|
80492
|
+
"args": [],
|
80493
|
+
"type": {
|
80494
|
+
"kind": "NON_NULL",
|
80495
|
+
"name": null,
|
80496
|
+
"ofType": {
|
80497
|
+
"kind": "ENUM",
|
80498
|
+
"name": "UsageMarkerType",
|
80499
|
+
"ofType": null
|
80500
|
+
}
|
80501
|
+
},
|
80502
|
+
"isDeprecated": false,
|
80503
|
+
"deprecationReason": null
|
80504
|
+
}
|
80505
|
+
],
|
80506
|
+
"inputFields": null,
|
80507
|
+
"interfaces": [],
|
80508
|
+
"enumValues": null,
|
80509
|
+
"possibleTypes": null
|
80510
|
+
},
|
80511
|
+
{
|
80512
|
+
"kind": "ENUM",
|
80513
|
+
"name": "UsageMarkerType",
|
80514
|
+
"description": "Type of marker for a usage measurement point",
|
80515
|
+
"fields": null,
|
80516
|
+
"inputFields": null,
|
80517
|
+
"interfaces": null,
|
80518
|
+
"enumValues": [
|
80519
|
+
{
|
80520
|
+
"name": "PERIODIC_RESET",
|
80521
|
+
"description": "Usage was reset due to reaching the end of a usage period",
|
80522
|
+
"isDeprecated": false,
|
80523
|
+
"deprecationReason": null
|
80524
|
+
},
|
80525
|
+
{
|
80526
|
+
"name": "SUBSCRIPTION_CHANGE_RESET",
|
80527
|
+
"description": "Usage was reset due to a subscription change",
|
80528
|
+
"isDeprecated": false,
|
80529
|
+
"deprecationReason": null
|
80530
|
+
}
|
80531
|
+
],
|
80532
|
+
"possibleTypes": null
|
80533
|
+
},
|
80444
80534
|
{
|
80445
80535
|
"kind": "OBJECT",
|
80446
80536
|
"name": "UsageMeasurement",
|
@@ -81544,7 +81634,7 @@
|
|
81544
81634
|
"fields": [
|
81545
81635
|
{
|
81546
81636
|
"name": "date",
|
81547
|
-
"description":
|
81637
|
+
"description": "Timestamp of the measurement point",
|
81548
81638
|
"args": [],
|
81549
81639
|
"type": {
|
81550
81640
|
"kind": "NON_NULL",
|
@@ -81560,19 +81650,23 @@
|
|
81560
81650
|
},
|
81561
81651
|
{
|
81562
81652
|
"name": "isResetPoint",
|
81563
|
-
"description":
|
81653
|
+
"description": "Indicates whether there was usage reset in this point, see `markers` for details",
|
81564
81654
|
"args": [],
|
81565
81655
|
"type": {
|
81566
|
-
"kind": "
|
81567
|
-
"name":
|
81568
|
-
"ofType":
|
81656
|
+
"kind": "NON_NULL",
|
81657
|
+
"name": null,
|
81658
|
+
"ofType": {
|
81659
|
+
"kind": "SCALAR",
|
81660
|
+
"name": "Boolean",
|
81661
|
+
"ofType": null
|
81662
|
+
}
|
81569
81663
|
},
|
81570
81664
|
"isDeprecated": false,
|
81571
81665
|
"deprecationReason": null
|
81572
81666
|
},
|
81573
81667
|
{
|
81574
81668
|
"name": "value",
|
81575
|
-
"description":
|
81669
|
+
"description": "Value of the measurement point",
|
81576
81670
|
"args": [],
|
81577
81671
|
"type": {
|
81578
81672
|
"kind": "NON_NULL",
|
data/lib/stigg/version.rb
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: 2.
|
4
|
+
version: 2.184.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-11-
|
11
|
+
date: 2024-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|