stigg-api-client 2.150.0 → 2.157.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +12 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a8ebb512c52d0b725d31cacd00d56852fc7647414590b3628d2214ba182fd34
|
|
4
|
+
data.tar.gz: efd034cc11acdd5353e1e8ab867b75afefaf88551e3bc0addcc121f287e9fae7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c9186f14c732d621d015a3baa5ca8a9b83726e3807f37bc00545782d7937df855ebde6be6eaa9ba2d7d6c15895c658231adb6e3150f0011c6cca76a8b3047c8
|
|
7
|
+
data.tar.gz: 26ec5ce23a1b55ad3fc2f836564b3e18d2b96d6771ebb535a81424ff9fcddbe511ee6e914b2ef6d12126d5bfeeac23f403bb14bf245d34e70f3ea0a96c1e6f7b
|
data/Gemfile.lock
CHANGED
|
@@ -860,6 +860,9 @@ module Stigg
|
|
|
860
860
|
ResetPeriodConfigurationFragment = <<~GRAPHQL
|
|
861
861
|
fragment ResetPeriodConfigurationFragment on ResetPeriodConfiguration {
|
|
862
862
|
__typename
|
|
863
|
+
... on YearlyResetPeriodConfig {
|
|
864
|
+
yearlyAccordingTo
|
|
865
|
+
}
|
|
863
866
|
... on MonthlyResetPeriodConfig {
|
|
864
867
|
monthlyAccordingTo
|
|
865
868
|
}
|
|
@@ -875,6 +878,8 @@ module Stigg
|
|
|
875
878
|
resourceId
|
|
876
879
|
featureId
|
|
877
880
|
currentUsage
|
|
881
|
+
usagePeriodStart
|
|
882
|
+
usagePeriodEnd
|
|
878
883
|
nextResetDate
|
|
879
884
|
}
|
|
880
885
|
GRAPHQL
|
|
@@ -893,6 +898,9 @@ module Stigg
|
|
|
893
898
|
requestedUsage
|
|
894
899
|
entitlementUpdatedAt
|
|
895
900
|
usageUpdatedAt
|
|
901
|
+
usagePeriodAnchor
|
|
902
|
+
usagePeriodStart
|
|
903
|
+
usagePeriodEnd
|
|
896
904
|
nextResetDate
|
|
897
905
|
resetPeriod
|
|
898
906
|
resetPeriodConfiguration {
|
|
@@ -1210,6 +1218,8 @@ module Stigg
|
|
|
1210
1218
|
currentUsage
|
|
1211
1219
|
hasUnlimitedUsage
|
|
1212
1220
|
hasSoftLimit
|
|
1221
|
+
usagePeriodStart
|
|
1222
|
+
usagePeriodEnd
|
|
1213
1223
|
nextResetDate
|
|
1214
1224
|
resetPeriod
|
|
1215
1225
|
resetPeriodConfiguration {
|
|
@@ -1492,6 +1502,8 @@ module Stigg
|
|
|
1492
1502
|
customerId
|
|
1493
1503
|
resourceId
|
|
1494
1504
|
currentUsage
|
|
1505
|
+
usagePeriodStart
|
|
1506
|
+
usagePeriodEnd
|
|
1495
1507
|
nextResetDate
|
|
1496
1508
|
timestamp
|
|
1497
1509
|
}
|
data/lib/stigg/version.rb
CHANGED
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: 2.
|
|
4
|
+
version: 2.157.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-10-
|
|
11
|
+
date: 2024-10-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|