stigg-api-client 1.108.0 → 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: c9d0a7861899d4659c73414cc92fcf73adf868a75aea92a899cef979d19fd85f
4
- data.tar.gz: 51f5d8c08333291f3b26aba34690d6aaf5400bf9e538bbdba2dab9b5fce10218
3
+ metadata.gz: 9c65309cf6475f532c776f0743976f16c38db71789238dd8b8f563b597aa40c2
4
+ data.tar.gz: 9dc1a44b8457839833bb416afeed0b9f1f0845909d9ea17bdd088f7609cadb56
5
5
  SHA512:
6
- metadata.gz: a4838881cb47e6081049d6d3dde5455f2d9bd5aafbdc196ab915da3d8e3f57ab31f902f4d697d0aeec4fed90f9b39bd3ae43ea36a46c1c90ce35587f6e47f7ff
7
- data.tar.gz: 16dfd6c327b8a7435590ab10874a9858903c5a63eebe5b6b141fae3ce9b2321104667575fc8bd7b14f8d3f2047feca8c8726563b5b9622c67c6b673019e0fab8
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.108.0)
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",
@@ -71093,22 +71195,6 @@
71093
71195
  "name": "TestHookResult",
71094
71196
  "description": null,
71095
71197
  "fields": [
71096
- {
71097
- "name": "responsePayload",
71098
- "description": null,
71099
- "args": [],
71100
- "type": {
71101
- "kind": "NON_NULL",
71102
- "name": null,
71103
- "ofType": {
71104
- "kind": "SCALAR",
71105
- "name": "String",
71106
- "ofType": null
71107
- }
71108
- },
71109
- "isDeprecated": false,
71110
- "deprecationReason": null
71111
- },
71112
71198
  {
71113
71199
  "name": "responseStatusCode",
71114
71200
  "description": null,
@@ -74357,6 +74443,26 @@
74357
74443
  "isDeprecated": false,
74358
74444
  "deprecationReason": null
74359
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
+ },
74360
74466
  {
74361
74467
  "name": "startDate",
74362
74468
  "description": null,
@@ -74465,6 +74571,26 @@
74465
74571
  "isDeprecated": false,
74466
74572
  "deprecationReason": null
74467
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
+ },
74468
74594
  {
74469
74595
  "name": "monthlyResetPeriodConfiguration",
74470
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.108.0"
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.108.0
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-03 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