stigg-api-client 1.111.1 → 1.113.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: c20d32a2013d204e848039c7b0e7507a093ce29e72d1a6ba2b9347971cf311bb
4
- data.tar.gz: ba12be0eb7662dccddd735ceefd20a13e9692d88bb1aa39699b37c35f9a1d09f
3
+ metadata.gz: c51ceecc82b49d0193c2f6067b766e8ed24f68b25d1b57ed96926f9e80285916
4
+ data.tar.gz: 0dc7e266dc613795ce7c80d7c07ee5b950765d3e2c6ef904f75decb89ad3b979
5
5
  SHA512:
6
- metadata.gz: 70833d23657eca0839270b0ade89021f6c36cca39971748850ab7bd40c377ddef2ce6c97a8af17c1999ea03cfe6d5b025566e6da12d7425a89107b8b839147fd
7
- data.tar.gz: 73e0a6fddb9c5f3eb377aa9d6c205876c1de35341409cc329b4fbe3f87a755d78542fc8ab62e789ad5c047a8b2126f1c9c6076b8d448ed3ceb002558c9430d49
6
+ metadata.gz: 7c979c008864d7e7da14c2f050c55354466071be52e164a705b9b809d05924e3917a915cb49d3f04d9c8abec53d70d628e56139c25e40616263a95d1c8ad5dfc
7
+ data.tar.gz: 33cbeca6edd29473139e39311cb1d5bd48b97ba7145a0468173fabdf579036534b6670c0dae0596c87059753d076ea189389c939758c100e9287aa6ad978922b
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.113.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
 
@@ -24200,6 +24200,18 @@
24200
24200
  "description": null,
24201
24201
  "fields": null,
24202
24202
  "inputFields": [
24203
+ {
24204
+ "name": "customerId",
24205
+ "description": null,
24206
+ "type": {
24207
+ "kind": "SCALAR",
24208
+ "name": "String",
24209
+ "ofType": null
24210
+ },
24211
+ "defaultValue": null,
24212
+ "isDeprecated": false,
24213
+ "deprecationReason": null
24214
+ },
24203
24215
  {
24204
24216
  "name": "environmentId",
24205
24217
  "description": null,
@@ -24235,6 +24247,42 @@
24235
24247
  "defaultValue": null,
24236
24248
  "isDeprecated": false,
24237
24249
  "deprecationReason": null
24250
+ },
24251
+ {
24252
+ "name": "meterId",
24253
+ "description": null,
24254
+ "type": {
24255
+ "kind": "SCALAR",
24256
+ "name": "String",
24257
+ "ofType": null
24258
+ },
24259
+ "defaultValue": null,
24260
+ "isDeprecated": false,
24261
+ "deprecationReason": null
24262
+ },
24263
+ {
24264
+ "name": "resourceId",
24265
+ "description": null,
24266
+ "type": {
24267
+ "kind": "SCALAR",
24268
+ "name": "String",
24269
+ "ofType": null
24270
+ },
24271
+ "defaultValue": null,
24272
+ "isDeprecated": false,
24273
+ "deprecationReason": null
24274
+ },
24275
+ {
24276
+ "name": "uniqueValuesLimit",
24277
+ "description": "Omit fields that have more than this number of unique values.",
24278
+ "type": {
24279
+ "kind": "SCALAR",
24280
+ "name": "Float",
24281
+ "ofType": null
24282
+ },
24283
+ "defaultValue": null,
24284
+ "isDeprecated": false,
24285
+ "deprecationReason": null
24238
24286
  }
24239
24287
  ],
24240
24288
  "interfaces": null,
@@ -28765,6 +28813,108 @@
28765
28813
  "enumValues": null,
28766
28814
  "possibleTypes": null
28767
28815
  },
28816
+ {
28817
+ "kind": "OBJECT",
28818
+ "name": "GroupInfo",
28819
+ "description": null,
28820
+ "fields": [
28821
+ {
28822
+ "name": "key",
28823
+ "description": null,
28824
+ "args": [],
28825
+ "type": {
28826
+ "kind": "NON_NULL",
28827
+ "name": null,
28828
+ "ofType": {
28829
+ "kind": "SCALAR",
28830
+ "name": "String",
28831
+ "ofType": null
28832
+ }
28833
+ },
28834
+ "isDeprecated": false,
28835
+ "deprecationReason": null
28836
+ },
28837
+ {
28838
+ "name": "value",
28839
+ "description": null,
28840
+ "args": [],
28841
+ "type": {
28842
+ "kind": "NON_NULL",
28843
+ "name": null,
28844
+ "ofType": {
28845
+ "kind": "SCALAR",
28846
+ "name": "String",
28847
+ "ofType": null
28848
+ }
28849
+ },
28850
+ "isDeprecated": false,
28851
+ "deprecationReason": null
28852
+ }
28853
+ ],
28854
+ "inputFields": null,
28855
+ "interfaces": [],
28856
+ "enumValues": null,
28857
+ "possibleTypes": null
28858
+ },
28859
+ {
28860
+ "kind": "OBJECT",
28861
+ "name": "GroupUsageHistory",
28862
+ "description": null,
28863
+ "fields": [
28864
+ {
28865
+ "name": "groupInfo",
28866
+ "description": null,
28867
+ "args": [],
28868
+ "type": {
28869
+ "kind": "NON_NULL",
28870
+ "name": null,
28871
+ "ofType": {
28872
+ "kind": "LIST",
28873
+ "name": null,
28874
+ "ofType": {
28875
+ "kind": "NON_NULL",
28876
+ "name": null,
28877
+ "ofType": {
28878
+ "kind": "OBJECT",
28879
+ "name": "GroupInfo",
28880
+ "ofType": null
28881
+ }
28882
+ }
28883
+ }
28884
+ },
28885
+ "isDeprecated": false,
28886
+ "deprecationReason": null
28887
+ },
28888
+ {
28889
+ "name": "usageMeasurements",
28890
+ "description": null,
28891
+ "args": [],
28892
+ "type": {
28893
+ "kind": "NON_NULL",
28894
+ "name": null,
28895
+ "ofType": {
28896
+ "kind": "LIST",
28897
+ "name": null,
28898
+ "ofType": {
28899
+ "kind": "NON_NULL",
28900
+ "name": null,
28901
+ "ofType": {
28902
+ "kind": "OBJECT",
28903
+ "name": "UsageMeasurementPoint",
28904
+ "ofType": null
28905
+ }
28906
+ }
28907
+ }
28908
+ },
28909
+ "isDeprecated": false,
28910
+ "deprecationReason": null
28911
+ }
28912
+ ],
28913
+ "inputFields": null,
28914
+ "interfaces": [],
28915
+ "enumValues": null,
28916
+ "possibleTypes": null
28917
+ },
28768
28918
  {
28769
28919
  "kind": "OBJECT",
28770
28920
  "name": "HiddenFromWidgetsChange",
@@ -74341,6 +74491,26 @@
74341
74491
  "isDeprecated": false,
74342
74492
  "deprecationReason": null
74343
74493
  },
74494
+ {
74495
+ "name": "groups",
74496
+ "description": null,
74497
+ "args": [],
74498
+ "type": {
74499
+ "kind": "LIST",
74500
+ "name": null,
74501
+ "ofType": {
74502
+ "kind": "NON_NULL",
74503
+ "name": null,
74504
+ "ofType": {
74505
+ "kind": "OBJECT",
74506
+ "name": "GroupUsageHistory",
74507
+ "ofType": null
74508
+ }
74509
+ }
74510
+ },
74511
+ "isDeprecated": false,
74512
+ "deprecationReason": null
74513
+ },
74344
74514
  {
74345
74515
  "name": "startDate",
74346
74516
  "description": null,
@@ -74449,6 +74619,26 @@
74449
74619
  "isDeprecated": false,
74450
74620
  "deprecationReason": null
74451
74621
  },
74622
+ {
74623
+ "name": "groupBy",
74624
+ "description": null,
74625
+ "type": {
74626
+ "kind": "LIST",
74627
+ "name": null,
74628
+ "ofType": {
74629
+ "kind": "NON_NULL",
74630
+ "name": null,
74631
+ "ofType": {
74632
+ "kind": "SCALAR",
74633
+ "name": "String",
74634
+ "ofType": null
74635
+ }
74636
+ }
74637
+ },
74638
+ "defaultValue": null,
74639
+ "isDeprecated": false,
74640
+ "deprecationReason": null
74641
+ },
74452
74642
  {
74453
74643
  "name": "monthlyResetPeriodConfiguration",
74454
74644
  "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.113.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.113.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