stigg-api-client 2.150.0 → 2.151.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: 22e3230529e8bd114e9dcc52d91f532f7494cb63df1628c71c8ae581ae04200c
4
- data.tar.gz: 7d2391818c3bce5b1d540a698d2b878b02fbc7ac7134da843b6eaa233f693ebc
3
+ metadata.gz: d110fbe7553e33356e1848098f00e20fd67ddfc7cab4eb720c90b67076e041dd
4
+ data.tar.gz: feab756d40256dcdfcea1e3fc37f26383d03881ab3468f7e166bac2f48f8c1c6
5
5
  SHA512:
6
- metadata.gz: 57c1fcd2a54abee28b5e2a046e506cb1b2c49ff8e5e423bc3fe8ec275ba6be1059ba44c462577ae565d853626425cf1a01abee93c837ed8489d5bf6b66ee7e97
7
- data.tar.gz: 2d0a8a401aa694e15749cf5dbc11f85e8b26a27a21be7e14480d15c6a3f7c7049808c4fd6a64490b50e90e7224febf5ffaaf447d186d1a95122108e62492817a
6
+ metadata.gz: c31f74db42e3207b715fb318572dda295da4b1a96feaa09acf3a50c810ca536c4dc7f5f4b66603ae924de8ffa6f5a503addc29838c73c1d58a23165bea26cea3
7
+ data.tar.gz: 914031232d843851d5bf421a843b35c819c9c7dde2db4f7f7c214500b87eb0a03317cd4cda050cd47714a9f1c1d70999239ee9a26685120d7b4c4d3bb9589b1f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.150.0)
4
+ stigg-api-client (2.151.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -875,6 +875,8 @@ module Stigg
875
875
  resourceId
876
876
  featureId
877
877
  currentUsage
878
+ usagePeriodStart
879
+ usagePeriodEnd
878
880
  nextResetDate
879
881
  }
880
882
  GRAPHQL
@@ -893,6 +895,9 @@ module Stigg
893
895
  requestedUsage
894
896
  entitlementUpdatedAt
895
897
  usageUpdatedAt
898
+ usagePeriodAnchor
899
+ usagePeriodStart
900
+ usagePeriodEnd
896
901
  nextResetDate
897
902
  resetPeriod
898
903
  resetPeriodConfiguration {
@@ -1210,6 +1215,8 @@ module Stigg
1210
1215
  currentUsage
1211
1216
  hasUnlimitedUsage
1212
1217
  hasSoftLimit
1218
+ usagePeriodStart
1219
+ usagePeriodEnd
1213
1220
  nextResetDate
1214
1221
  resetPeriod
1215
1222
  resetPeriodConfiguration {
@@ -1492,6 +1499,8 @@ module Stigg
1492
1499
  customerId
1493
1500
  resourceId
1494
1501
  currentUsage
1502
+ usagePeriodStart
1503
+ usagePeriodEnd
1495
1504
  nextResetDate
1496
1505
  timestamp
1497
1506
  }
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.150.0"
4
+ VERSION = "2.151.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.150.0
4
+ version: 2.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg