stigg-api-client 1.111.1 → 1.112.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: c20d32a2013d204e848039c7b0e7507a093ce29e72d1a6ba2b9347971cf311bb
4
- data.tar.gz: ba12be0eb7662dccddd735ceefd20a13e9692d88bb1aa39699b37c35f9a1d09f
3
+ metadata.gz: 9c65309cf6475f532c776f0743976f16c38db71789238dd8b8f563b597aa40c2
4
+ data.tar.gz: 9dc1a44b8457839833bb416afeed0b9f1f0845909d9ea17bdd088f7609cadb56
5
5
  SHA512:
6
- metadata.gz: 70833d23657eca0839270b0ade89021f6c36cca39971748850ab7bd40c377ddef2ce6c97a8af17c1999ea03cfe6d5b025566e6da12d7425a89107b8b839147fd
7
- data.tar.gz: 73e0a6fddb9c5f3eb377aa9d6c205876c1de35341409cc329b4fbe3f87a755d78542fc8ab62e789ad5c047a8b2126f1c9c6076b8d448ed3ceb002558c9430d49
6
+ metadata.gz: 16c0c022e4742a3fea5a0bed7ed205629068e2220bd0a468ee9711ab01f9bc4d87065990677a79084ebfc6603ae9a04702f77fbb8a9bc128556b677a05da1660
7
+ data.tar.gz: 6ca52f7235975cafcee4e8788a4ec8a79ba26a81b352e17a7a485e775423ec8990c02044bc6633aac104810b3cf2484ce659ad4da1fefbfcd323092c3daa9716
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.111.1)
4
+ stigg-api-client (1.112.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -1281,6 +1281,17 @@ module Stigg
1281
1281
  value
1282
1282
  isResetPoint
1283
1283
  }
1284
+ groups {
1285
+ groupInfo {
1286
+ key
1287
+ value
1288
+ }
1289
+ usageMeasurements {
1290
+ date
1291
+ value
1292
+ isResetPoint
1293
+ }
1294
+ }
1284
1295
  }
1285
1296
  GRAPHQL
1286
1297
 
@@ -28765,6 +28765,108 @@
28765
28765
  "enumValues": null,
28766
28766
  "possibleTypes": null
28767
28767
  },
28768
+ {
28769
+ "kind": "OBJECT",
28770
+ "name": "GroupInfo",
28771
+ "description": null,
28772
+ "fields": [
28773
+ {
28774
+ "name": "key",
28775
+ "description": null,
28776
+ "args": [],
28777
+ "type": {
28778
+ "kind": "NON_NULL",
28779
+ "name": null,
28780
+ "ofType": {
28781
+ "kind": "SCALAR",
28782
+ "name": "String",
28783
+ "ofType": null
28784
+ }
28785
+ },
28786
+ "isDeprecated": false,
28787
+ "deprecationReason": null
28788
+ },
28789
+ {
28790
+ "name": "value",
28791
+ "description": null,
28792
+ "args": [],
28793
+ "type": {
28794
+ "kind": "NON_NULL",
28795
+ "name": null,
28796
+ "ofType": {
28797
+ "kind": "SCALAR",
28798
+ "name": "String",
28799
+ "ofType": null
28800
+ }
28801
+ },
28802
+ "isDeprecated": false,
28803
+ "deprecationReason": null
28804
+ }
28805
+ ],
28806
+ "inputFields": null,
28807
+ "interfaces": [],
28808
+ "enumValues": null,
28809
+ "possibleTypes": null
28810
+ },
28811
+ {
28812
+ "kind": "OBJECT",
28813
+ "name": "GroupUsageHistory",
28814
+ "description": null,
28815
+ "fields": [
28816
+ {
28817
+ "name": "groupInfo",
28818
+ "description": null,
28819
+ "args": [],
28820
+ "type": {
28821
+ "kind": "NON_NULL",
28822
+ "name": null,
28823
+ "ofType": {
28824
+ "kind": "LIST",
28825
+ "name": null,
28826
+ "ofType": {
28827
+ "kind": "NON_NULL",
28828
+ "name": null,
28829
+ "ofType": {
28830
+ "kind": "OBJECT",
28831
+ "name": "GroupInfo",
28832
+ "ofType": null
28833
+ }
28834
+ }
28835
+ }
28836
+ },
28837
+ "isDeprecated": false,
28838
+ "deprecationReason": null
28839
+ },
28840
+ {
28841
+ "name": "usageMeasurements",
28842
+ "description": null,
28843
+ "args": [],
28844
+ "type": {
28845
+ "kind": "NON_NULL",
28846
+ "name": null,
28847
+ "ofType": {
28848
+ "kind": "LIST",
28849
+ "name": null,
28850
+ "ofType": {
28851
+ "kind": "NON_NULL",
28852
+ "name": null,
28853
+ "ofType": {
28854
+ "kind": "OBJECT",
28855
+ "name": "UsageMeasurementPoint",
28856
+ "ofType": null
28857
+ }
28858
+ }
28859
+ }
28860
+ },
28861
+ "isDeprecated": false,
28862
+ "deprecationReason": null
28863
+ }
28864
+ ],
28865
+ "inputFields": null,
28866
+ "interfaces": [],
28867
+ "enumValues": null,
28868
+ "possibleTypes": null
28869
+ },
28768
28870
  {
28769
28871
  "kind": "OBJECT",
28770
28872
  "name": "HiddenFromWidgetsChange",
@@ -74341,6 +74443,26 @@
74341
74443
  "isDeprecated": false,
74342
74444
  "deprecationReason": null
74343
74445
  },
74446
+ {
74447
+ "name": "groups",
74448
+ "description": null,
74449
+ "args": [],
74450
+ "type": {
74451
+ "kind": "LIST",
74452
+ "name": null,
74453
+ "ofType": {
74454
+ "kind": "NON_NULL",
74455
+ "name": null,
74456
+ "ofType": {
74457
+ "kind": "OBJECT",
74458
+ "name": "GroupUsageHistory",
74459
+ "ofType": null
74460
+ }
74461
+ }
74462
+ },
74463
+ "isDeprecated": false,
74464
+ "deprecationReason": null
74465
+ },
74344
74466
  {
74345
74467
  "name": "startDate",
74346
74468
  "description": null,
@@ -74449,6 +74571,26 @@
74449
74571
  "isDeprecated": false,
74450
74572
  "deprecationReason": null
74451
74573
  },
74574
+ {
74575
+ "name": "groupBy",
74576
+ "description": null,
74577
+ "type": {
74578
+ "kind": "LIST",
74579
+ "name": null,
74580
+ "ofType": {
74581
+ "kind": "NON_NULL",
74582
+ "name": null,
74583
+ "ofType": {
74584
+ "kind": "SCALAR",
74585
+ "name": "String",
74586
+ "ofType": null
74587
+ }
74588
+ }
74589
+ },
74590
+ "defaultValue": null,
74591
+ "isDeprecated": false,
74592
+ "deprecationReason": null
74593
+ },
74452
74594
  {
74453
74595
  "name": "monthlyResetPeriodConfiguration",
74454
74596
  "description": 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 = "1.111.1"
4
+ VERSION = "1.112.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: 1.111.1
4
+ version: 1.112.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-04-04 00:00:00.000000000 Z
11
+ date: 2024-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient