stigg-api-client 0.464.0 → 0.466.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +21 -0
- data/lib/stigg/generated/schema.json +21 -9
- 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: fec26faa57b241354b60cc7a20242fb2374ae2afcc86c176627bf9e2c1a19f33
|
|
4
|
+
data.tar.gz: 8f331e4844a5b62ef1df190190713094015f4a870582f43704339fb3fbb53dd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e233fcae6dd841e41d9f4e4a1adfc4e8c1527855ca3d6a668564926903f342ce33c89d1e0a88f74beec14c9a07c5aaeee7a9d56eccc535d838ae553dafd2c79d
|
|
7
|
+
data.tar.gz: c9680bdceb091f0177c03f84b9eb9d1b7139c0416dd9e5e9075b72ced839d3f7fa82dd51e20ee7add17ccae8a44949cdd4a7e50b77d4bb21e8db90da1a5f68b5
|
data/Gemfile.lock
CHANGED
|
@@ -923,6 +923,18 @@ module Stigg
|
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
925
|
GRAPHQL
|
|
926
|
+
|
|
927
|
+
UsageHistoryFragment = <<~GRAPHQL
|
|
928
|
+
fragment UsageHistoryFragment on UsageHistory {
|
|
929
|
+
startDate
|
|
930
|
+
endDate
|
|
931
|
+
usageMeasurements {
|
|
932
|
+
date
|
|
933
|
+
value
|
|
934
|
+
isResetPoint
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
GRAPHQL
|
|
926
938
|
end
|
|
927
939
|
|
|
928
940
|
module Mutation
|
|
@@ -1255,6 +1267,15 @@ module Stigg
|
|
|
1255
1267
|
#{Fragment::LayoutConfigurationFragment}
|
|
1256
1268
|
GRAPHQL
|
|
1257
1269
|
|
|
1270
|
+
UsageHistory = <<~GRAPHQL
|
|
1271
|
+
query ($usageHistoryInput: UsageHistoryInput!) {
|
|
1272
|
+
usageHistory(usageHistoryInput: $usageHistoryInput) {
|
|
1273
|
+
...UsageHistoryFragment
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
#{Fragment::UsageHistoryFragment}
|
|
1277
|
+
GRAPHQL
|
|
1278
|
+
|
|
1258
1279
|
EntitlementsUpdated = <<~GRAPHQL
|
|
1259
1280
|
subscription {
|
|
1260
1281
|
entitlementsUpdated {
|
|
@@ -685,9 +685,13 @@
|
|
|
685
685
|
"description": null,
|
|
686
686
|
"args": [],
|
|
687
687
|
"type": {
|
|
688
|
-
"kind": "
|
|
689
|
-
"name":
|
|
690
|
-
"ofType":
|
|
688
|
+
"kind": "NON_NULL",
|
|
689
|
+
"name": null,
|
|
690
|
+
"ofType": {
|
|
691
|
+
"kind": "SCALAR",
|
|
692
|
+
"name": "String",
|
|
693
|
+
"ofType": null
|
|
694
|
+
}
|
|
691
695
|
},
|
|
692
696
|
"isDeprecated": false,
|
|
693
697
|
"deprecationReason": null
|
|
@@ -34081,9 +34085,13 @@
|
|
|
34081
34085
|
"description": null,
|
|
34082
34086
|
"args": [],
|
|
34083
34087
|
"type": {
|
|
34084
|
-
"kind": "
|
|
34085
|
-
"name":
|
|
34086
|
-
"ofType":
|
|
34088
|
+
"kind": "NON_NULL",
|
|
34089
|
+
"name": null,
|
|
34090
|
+
"ofType": {
|
|
34091
|
+
"kind": "SCALAR",
|
|
34092
|
+
"name": "String",
|
|
34093
|
+
"ofType": null
|
|
34094
|
+
}
|
|
34087
34095
|
},
|
|
34088
34096
|
"isDeprecated": false,
|
|
34089
34097
|
"deprecationReason": null
|
|
@@ -38637,9 +38645,13 @@
|
|
|
38637
38645
|
"description": null,
|
|
38638
38646
|
"args": [],
|
|
38639
38647
|
"type": {
|
|
38640
|
-
"kind": "
|
|
38641
|
-
"name":
|
|
38642
|
-
"ofType":
|
|
38648
|
+
"kind": "NON_NULL",
|
|
38649
|
+
"name": null,
|
|
38650
|
+
"ofType": {
|
|
38651
|
+
"kind": "SCALAR",
|
|
38652
|
+
"name": "String",
|
|
38653
|
+
"ofType": null
|
|
38654
|
+
}
|
|
38643
38655
|
},
|
|
38644
38656
|
"isDeprecated": false,
|
|
38645
38657
|
"deprecationReason": null
|
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: 0.
|
|
4
|
+
version: 0.466.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|