stigg-api-client 5.193.1 → 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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +31 -3
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 252077208807b688cdf589cdf4a1bc28d2adb2da83a1d81e6739e8c7f338ac40
|
|
4
|
+
data.tar.gz: e33213c5ceedc76f486c90e291445ed2667150fe000bf457462c52254adbec78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50aa0e5611f94494d84b691bc566e496e6af7aa442adb42a0552e97ddfb47fbeaf69874a1ddcab9285123b7885755b8a0a9cf9ef9466013f4611df48044df006
|
|
7
|
+
data.tar.gz: f28289aa5d667c87a11d2996ff71890b216b1bd09ed687780b4f560aecb3c4a5f1cfc3b93dad0fba82417c8593ca4f1288e72b61a784736ceb256566f4bb8e9a
|
data/Gemfile.lock
CHANGED
|
@@ -3649,9 +3649,13 @@
|
|
|
3649
3649
|
"description": "The display name of the API key",
|
|
3650
3650
|
"args": [],
|
|
3651
3651
|
"type": {
|
|
3652
|
-
"kind": "
|
|
3653
|
-
"name":
|
|
3654
|
-
"ofType":
|
|
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