stigg-api-client 1.112.0 → 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: 9c65309cf6475f532c776f0743976f16c38db71789238dd8b8f563b597aa40c2
4
- data.tar.gz: 9dc1a44b8457839833bb416afeed0b9f1f0845909d9ea17bdd088f7609cadb56
3
+ metadata.gz: c51ceecc82b49d0193c2f6067b766e8ed24f68b25d1b57ed96926f9e80285916
4
+ data.tar.gz: 0dc7e266dc613795ce7c80d7c07ee5b950765d3e2c6ef904f75decb89ad3b979
5
5
  SHA512:
6
- metadata.gz: 16c0c022e4742a3fea5a0bed7ed205629068e2220bd0a468ee9711ab01f9bc4d87065990677a79084ebfc6603ae9a04702f77fbb8a9bc128556b677a05da1660
7
- data.tar.gz: 6ca52f7235975cafcee4e8788a4ec8a79ba26a81b352e17a7a485e775423ec8990c02044bc6633aac104810b3cf2484ce659ad4da1fefbfcd323092c3daa9716
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.112.0)
4
+ stigg-api-client (1.113.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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,
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.112.0"
4
+ VERSION = "1.113.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.113.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg