stigg-api-client 2.183.0 → 2.188.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '00394509f2f1d6d700431a8ea486fa2221f784d3d7890c348a7dd432ad28e958'
4
- data.tar.gz: ec579e868353b4ad57be97d07e1f9c6ff9f6fdac1622ffde9a835c4ea5ce0881
3
+ metadata.gz: dd5ab1db9ac11a95d55ab37341628da5660bbd760eff206992d2e5c98fec495e
4
+ data.tar.gz: e388bb6e92becb63be2e365ec733d2ee0339a217f66674cecc9eb710b06ab5bd
5
5
  SHA512:
6
- metadata.gz: 7ddd6f76a6aebb2962242afb7b3156598116d4ee33fe48f3e61d2034b840409523cd6ad70b8493c846c4a24b00cf2c9c017b9164154cd50770872b5ed6a5f5dc
7
- data.tar.gz: 5c9d4ba2f15340e2c706c67bb80a86b555ad9a78467afa4b6db4a8bd331ec1fa5d39c03171f88a7469bffb55e59db9b91b3dcabe426f17c5facde7d38843e781
6
+ metadata.gz: a9b45eb820249d98a57b1f0a42a8c9c45969c1430345f49ae9cfa372e7f92e50364f7b019421f64094425d957402e438445314f87d3233ff70f5d634140c3e24
7
+ data.tar.gz: af55d2b021c42bbb9fb6b62aaa26323868cdf6817b20ec52ea82cc8c48ce6c8278a2088ccd1b606d86de60f8df3baaa8b6372e39f355cc74e50d786fa43f7767
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.183.0)
4
+ stigg-api-client (2.188.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1436,6 +1436,10 @@ module Stigg
1436
1436
  fragment UsageHistoryFragment on UsageHistory {
1437
1437
  startDate
1438
1438
  endDate
1439
+ markers {
1440
+ type
1441
+ timestamp
1442
+ }
1439
1443
  usageMeasurements {
1440
1444
  date
1441
1445
  value
@@ -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": null,
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": null,
81653
+ "description": "Indicates whether there was usage reset in this point, see `markers` for details",
81564
81654
  "args": [],
81565
81655
  "type": {
81566
- "kind": "SCALAR",
81567
- "name": "Boolean",
81568
- "ofType": null
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": null,
81669
+ "description": "Value of the measurement point",
81576
81670
  "args": [],
81577
81671
  "type": {
81578
81672
  "kind": "NON_NULL",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.183.0"
4
+ VERSION = "2.188.0"
5
5
  end
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.183.0
4
+ version: 2.188.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-04 00:00:00.000000000 Z
11
+ date: 2024-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient