stigg-api-client 0.466.0 → 0.467.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +40 -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: 12eb6a4f7d144c2f85d599a53ac7006ec81971c90949925d1b526f3262d28cc0
|
4
|
+
data.tar.gz: ac68c47701bc49199de65eb0772c7e78a5c83bce8af6e5df0a4489bfd4f4cdc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36582e1c07e97ce8fd1f75e3ac52ea04721ab51d7fd426bc5a97f77d38dc1ef69e932a2542eebfbbc9ecb0eea174ec475ed9a8a42e8d2db115e030d71199c305
|
7
|
+
data.tar.gz: 240767babd110404e3a60660e4b58f1bea61940299503db51f8e1ad6d927bcf9c433ac1d1cb009e161a18e84c77160e36cdd869a887b16d8328604422daa1216
|
data/Gemfile.lock
CHANGED
@@ -19186,6 +19186,26 @@
|
|
19186
19186
|
"isDeprecated": false,
|
19187
19187
|
"deprecationReason": null
|
19188
19188
|
},
|
19189
|
+
{
|
19190
|
+
"name": "billableFeatures",
|
19191
|
+
"description": null,
|
19192
|
+
"type": {
|
19193
|
+
"kind": "LIST",
|
19194
|
+
"name": null,
|
19195
|
+
"ofType": {
|
19196
|
+
"kind": "NON_NULL",
|
19197
|
+
"name": null,
|
19198
|
+
"ofType": {
|
19199
|
+
"kind": "INPUT_OBJECT",
|
19200
|
+
"name": "BillableFeatureInput",
|
19201
|
+
"ofType": null
|
19202
|
+
}
|
19203
|
+
}
|
19204
|
+
},
|
19205
|
+
"defaultValue": null,
|
19206
|
+
"isDeprecated": false,
|
19207
|
+
"deprecationReason": null
|
19208
|
+
},
|
19189
19209
|
{
|
19190
19210
|
"name": "billingCountryCode",
|
19191
19211
|
"description": null,
|
@@ -19369,6 +19389,26 @@
|
|
19369
19389
|
"isDeprecated": false,
|
19370
19390
|
"deprecationReason": null
|
19371
19391
|
},
|
19392
|
+
{
|
19393
|
+
"name": "billableFeatures",
|
19394
|
+
"description": null,
|
19395
|
+
"type": {
|
19396
|
+
"kind": "LIST",
|
19397
|
+
"name": null,
|
19398
|
+
"ofType": {
|
19399
|
+
"kind": "NON_NULL",
|
19400
|
+
"name": null,
|
19401
|
+
"ofType": {
|
19402
|
+
"kind": "INPUT_OBJECT",
|
19403
|
+
"name": "BillableFeatureInput",
|
19404
|
+
"ofType": null
|
19405
|
+
}
|
19406
|
+
}
|
19407
|
+
},
|
19408
|
+
"defaultValue": null,
|
19409
|
+
"isDeprecated": false,
|
19410
|
+
"deprecationReason": null
|
19411
|
+
},
|
19372
19412
|
{
|
19373
19413
|
"name": "environmentId",
|
19374
19414
|
"description": 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.467.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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|