stigg-api-client 5.194.5 → 5.195.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: ee07f00f93450586d10516f4eee72a7785d8c09bdb7743a337a97622e8fd4473
4
- data.tar.gz: 7b0308ca08963edacbe544ae702bae2cab14e55a7cb5a3e281a37efbc80784fa
3
+ metadata.gz: 252077208807b688cdf589cdf4a1bc28d2adb2da83a1d81e6739e8c7f338ac40
4
+ data.tar.gz: e33213c5ceedc76f486c90e291445ed2667150fe000bf457462c52254adbec78
5
5
  SHA512:
6
- metadata.gz: d5fe1a9094600d52fa56c4000c66d573f399a964c32f56b2bcc521a2ba34fc7399c7519882597386588c189ccf884c2b6224f4d810151bf357ace055d083b67c
7
- data.tar.gz: a7a440383326c0eda02f783de6b4a5e8299319b8c68204c70306f0f40409c54110ddca42e9f7edb8e5e4e9c885e8cf4f516dd999958d89708cd529893ba9f558
6
+ metadata.gz: 50aa0e5611f94494d84b691bc566e496e6af7aa442adb42a0552e97ddfb47fbeaf69874a1ddcab9285123b7885755b8a0a9cf9ef9466013f4611df48044df006
7
+ data.tar.gz: f28289aa5d667c87a11d2996ff71890b216b1bd09ed687780b4f560aecb3c4a5f1cfc3b93dad0fba82417c8593ca4f1288e72b61a784736ceb256566f4bb8e9a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.194.5)
4
+ stigg-api-client (5.195.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -3649,9 +3649,13 @@
3649
3649
  "description": "The display name of the API key",
3650
3650
  "args": [],
3651
3651
  "type": {
3652
- "kind": "SCALAR",
3653
- "name": "String",
3654
- "ofType": null
3652
+ "kind": "NON_NULL",
3653
+ "name": null,
3654
+ "ofType": {
3655
+ "kind": "SCALAR",
3656
+ "name": "String",
3657
+ "ofType": null
3658
+ }
3655
3659
  },
3656
3660
  "isDeprecated": false,
3657
3661
  "deprecationReason": null
@@ -35092,6 +35096,30 @@
35092
35096
  "isDeprecated": false,
35093
35097
  "deprecationReason": null
35094
35098
  },
35099
+ {
35100
+ "name": "API_KEY_CREATED",
35101
+ "description": "API key created",
35102
+ "isDeprecated": false,
35103
+ "deprecationReason": null
35104
+ },
35105
+ {
35106
+ "name": "API_KEY_REVOKED",
35107
+ "description": "API key revoked",
35108
+ "isDeprecated": false,
35109
+ "deprecationReason": null
35110
+ },
35111
+ {
35112
+ "name": "API_KEY_ROTATED",
35113
+ "description": "API key rotated",
35114
+ "isDeprecated": false,
35115
+ "deprecationReason": null
35116
+ },
35117
+ {
35118
+ "name": "API_KEY_UPDATED",
35119
+ "description": "API key updated",
35120
+ "isDeprecated": false,
35121
+ "deprecationReason": null
35122
+ },
35095
35123
  {
35096
35124
  "name": "AUTOMATIC_RECHARGE_CONFIGURATION_CHANGED",
35097
35125
  "description": "Automatic recharge configuration changed",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.194.5"
4
+ VERSION = "5.195.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: 5.194.5
4
+ version: 5.195.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg