stigg-api-client 0.512.0 → 0.515.3

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: c214f76de49fd21f0322c6cd8b49aed0569c607ed35d402963612c8a94e742b3
4
- data.tar.gz: 4f8be173fb1615f1eac68425fe3fd7cc922c85b253929c17553e7dd2c73ff57b
3
+ metadata.gz: 383a9412f6f9372e3bba2d7a1d30828976cf1437e364bee0b68162c4d22c58d0
4
+ data.tar.gz: 1f53efc4dfce982d6e879ff5f53879bd5b9ecd9952f84fe8ca81db320be5e69e
5
5
  SHA512:
6
- metadata.gz: ec4181cdca728832d5cec14c7cf0cbdf94342052ffa69093ca886cf22c3e8573b762559b80ccadb6d6342589bd2f46f16d8f423d49ae7e8b680cfe55c7b49a7d
7
- data.tar.gz: 17e4cfec1ddb252831006ec732ba9282f0b0dcedb50b5912fb4df915e8e82011c355222d41e0646d539b70494d4a25e564b1d8a8739da453138b2f53b6dad97b
6
+ metadata.gz: 939d385b534320cc244b4084e46c5d0c15167d1a3d26b9f1d3c6c71e01787093182567ade7988a9474a38827d6ff5411ca36cc4aff91a48c2c8c9050b35edd17
7
+ data.tar.gz: d566c4cebf30fd3d8440f4e496b4aba3828c929e1c8300476c044b978c93743b00f72afe9af3264f51137bff3ee7c3dcdad64f9e1db0e99a58e8c3c5761b660b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.512.0)
4
+ stigg-api-client (0.515.3)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -58289,6 +58289,18 @@
58289
58289
  "isDeprecated": false,
58290
58290
  "deprecationReason": null
58291
58291
  },
58292
+ {
58293
+ "name": "status",
58294
+ "description": null,
58295
+ "type": {
58296
+ "kind": "ENUM",
58297
+ "name": "SubscriptionScheduleStatus",
58298
+ "ofType": null
58299
+ },
58300
+ "defaultValue": "Scheduled",
58301
+ "isDeprecated": false,
58302
+ "deprecationReason": null
58303
+ },
58292
58304
  {
58293
58305
  "name": "subscriptionId",
58294
58306
  "description": null,
@@ -61310,6 +61322,22 @@
61310
61322
  "name": "UsageEvent",
61311
61323
  "description": null,
61312
61324
  "fields": [
61325
+ {
61326
+ "name": "customerId",
61327
+ "description": null,
61328
+ "args": [],
61329
+ "type": {
61330
+ "kind": "NON_NULL",
61331
+ "name": null,
61332
+ "ofType": {
61333
+ "kind": "SCALAR",
61334
+ "name": "String",
61335
+ "ofType": null
61336
+ }
61337
+ },
61338
+ "isDeprecated": false,
61339
+ "deprecationReason": null
61340
+ },
61313
61341
  {
61314
61342
  "name": "dimensions",
61315
61343
  "description": null,
@@ -61497,19 +61525,15 @@
61497
61525
  "name": "filters",
61498
61526
  "description": null,
61499
61527
  "type": {
61500
- "kind": "NON_NULL",
61528
+ "kind": "LIST",
61501
61529
  "name": null,
61502
61530
  "ofType": {
61503
- "kind": "LIST",
61531
+ "kind": "NON_NULL",
61504
61532
  "name": null,
61505
61533
  "ofType": {
61506
- "kind": "NON_NULL",
61507
- "name": null,
61508
- "ofType": {
61509
- "kind": "INPUT_OBJECT",
61510
- "name": "MeterFilterDefinitionInput",
61511
- "ofType": null
61512
- }
61534
+ "kind": "INPUT_OBJECT",
61535
+ "name": "MeterFilterDefinitionInput",
61536
+ "ofType": null
61513
61537
  }
61514
61538
  }
61515
61539
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.512.0"
4
+ VERSION = "0.515.3"
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: 0.512.0
4
+ version: 0.515.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-30 00:00:00.000000000 Z
11
+ date: 2023-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient