stigg-api-client 2.234.0 → 2.235.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: 74172feacb61bdc9deb0089c4ece10ff76d5f3d1693c1da9bce52f9548cb2e43
4
- data.tar.gz: 4bd19ebeadd6f5994be4c8087c1208fbe7bfba2bd6440a8681ebe19e66834299
3
+ metadata.gz: 47d3ca8fe5a5674c2113a6eeb8b5e80bccf45d9e4ff0051042a1b7f15a059279
4
+ data.tar.gz: d71b3fd4a7b4e8aadb3ca8abc6b35f763e8e47493d51bc62f2d3934cd9bacf43
5
5
  SHA512:
6
- metadata.gz: 5a51352ae76296469b86c56e3a7831a3f9e54fd5038ea4fd615ce4ac769a595804aaed22e5b9b581fc396fde7f4d15915efe9daacc5ea4262f297dc1f08aeaac
7
- data.tar.gz: be5ba1e9fc83137716c9b203ac91833327dd69b265967719a78c4f586ef23bf81213e4c9adbe3439ac9f3a4928178ec3348c33ed8aa9245d9b095e0b81dc2a99
6
+ metadata.gz: 70f1524f6c280ff446b506fd719d75c153dde217c01b75cc24d85f88c777a5aa1cc923863dcea055b970f36b349501b9a304085aeb159525c51127ce8b1dfb6e
7
+ data.tar.gz: 8141d1dda818b3c1e2a539c17dbdbe1bba8bd6111eecba4035b7018521cc3b3d1ef7b56f3e8536a30a08fc32b672063936294e56c13043d64eaa5badd26dfe30
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.234.0)
4
+ stigg-api-client (2.235.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -1481,6 +1481,26 @@ module Stigg
1481
1481
  }
1482
1482
  GRAPHQL
1483
1483
 
1484
+ UsageHistoryV2Fragment = <<~GRAPHQL
1485
+ fragment UsageHistoryV2Fragment on UsageHistoryV2 {
1486
+ markers {
1487
+ type
1488
+ timestamp
1489
+ }
1490
+ series {
1491
+ tags {
1492
+ key
1493
+ value
1494
+ }
1495
+ points {
1496
+ timestamp
1497
+ value
1498
+ isResetPoint
1499
+ }
1500
+ }
1501
+ }
1502
+ GRAPHQL
1503
+
1484
1504
  ProvisionCustomerFragment = <<~GRAPHQL
1485
1505
  fragment ProvisionCustomerFragment on ProvisionedCustomer {
1486
1506
  customer {
@@ -2199,6 +2219,15 @@ module Stigg
2199
2219
  #{Fragment::UsageHistoryFragment}
2200
2220
  GRAPHQL
2201
2221
 
2222
+ GetUsageHistoryV2 = <<~GRAPHQL
2223
+ query GetUsageHistoryV2($input: UsageHistoryV2Input!) {
2224
+ usageHistoryV2(input: $input) {
2225
+ ...UsageHistoryV2Fragment
2226
+ }
2227
+ }
2228
+ #{Fragment::UsageHistoryV2Fragment}
2229
+ GRAPHQL
2230
+
2202
2231
  OnEntitlementsUpdated = <<~GRAPHQL
2203
2232
  subscription OnEntitlementsUpdated {
2204
2233
  entitlementsUpdated {
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.234.0"
4
+ VERSION = "2.235.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: 2.234.0
4
+ version: 2.235.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg