stigg-api-client 0.461.2 → 0.465.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: e1e4452c7e920c80c498ac784b7db3a24dbcdd3652c0b3b1529faec22f762fa4
4
- data.tar.gz: f63be738ddcbe8c9c3ea11a7e6189f1ab7d4c3e97a519f55fed8b420ca4bc23c
3
+ metadata.gz: bd0aa3943b97efaeb8075185f6be74e7617f9f441e91da147ef8a697a8c55794
4
+ data.tar.gz: f46745c1da6728df5cd01d013efb6478ad5980b65ff8389c7827c3a533b9f38e
5
5
  SHA512:
6
- metadata.gz: 2be38a142841e0a2c0f125c9c6f99234721fd28d076d9fb3931269d990bd199fb4615958fc75c0cc7971af997a1f669e4f0077aa8b2e6a9b6c266bc25e3f4caa
7
- data.tar.gz: 50f99e757cbcf7042187e513fbe33ea9cc0ae489d323c309bb3f5ff46ea2fc949329ec3fe9a8d23f04dabe66d15dbfcc3df383546952ada4f42f91e6816f1eae
6
+ metadata.gz: aabcea1dac33d6d578ee64fcaf5591a21d3dd9bda568758b1465b4721b4b65f4947a193b38ef8616e6cfa430fa426d5e6a84892c334400c3a617e09f688e68e7
7
+ data.tar.gz: 5fbcae74c6370d923347c02d9846806e5ca88213b7f0a7f9ece80f9c47154ed6609f4e64cb078924a8f5b86a1b8bc47fc5876e0baa7acdb0d0b5b86d36841f8e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.461.2)
4
+ stigg-api-client (0.465.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -1052,6 +1052,12 @@ module Stigg
1052
1052
  }
1053
1053
  GRAPHQL
1054
1054
 
1055
+ ReportEvent = <<~GRAPHQL
1056
+ mutation ($input: UsageEventsReportInput!) {
1057
+ reportEvent(events: $input)
1058
+ }
1059
+ GRAPHQL
1060
+
1055
1061
  ReportEntitlementCheckRequested = <<~GRAPHQL
1056
1062
  mutation (
1057
1063
  $entitlementCheckRequested: EntitlementCheckRequested!
@@ -685,9 +685,13 @@
685
685
  "description": null,
686
686
  "args": [],
687
687
  "type": {
688
- "kind": "SCALAR",
689
- "name": "String",
690
- "ofType": null
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": "SCALAR",
34085
- "name": "String",
34086
- "ofType": null
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": "SCALAR",
38641
- "name": "String",
38642
- "ofType": null
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.461.2"
4
+ VERSION = "0.465.0"
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.461.2
4
+ version: 0.465.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 00:00:00.000000000 Z
11
+ date: 2023-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient