stigg-api-client 0.458.4 → 0.459.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 +63 -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: e21721d218ba3e632d10892a08851121a45417080a120bf221535d6331244ed7
|
4
|
+
data.tar.gz: 8005029093c19a186839c96710e8282ddce6bf6d1dbb4338c244126d436352e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 194aaf505851d5bac6da6148c21b7385067039f129e477c82e1f34aa22a2ef945515079c4735f980f16f6a30bfda23a47063feae0bea1098c814d37098e80f5c
|
7
|
+
data.tar.gz: 6ff798c08cab63ca9f007702581f5f817f3e4983ea377a85fa889a38d9fa43811329cf24f3dd61d80fcb26984ea07e61971019cec4badc26da45e977ebd5c9d7
|
data/Gemfile.lock
CHANGED
@@ -3115,6 +3115,49 @@
|
|
3115
3115
|
"enumValues": null,
|
3116
3116
|
"possibleTypes": null
|
3117
3117
|
},
|
3118
|
+
{
|
3119
|
+
"kind": "OBJECT",
|
3120
|
+
"name": "BillableFeature",
|
3121
|
+
"description": null,
|
3122
|
+
"fields": [
|
3123
|
+
{
|
3124
|
+
"name": "featureId",
|
3125
|
+
"description": null,
|
3126
|
+
"args": [],
|
3127
|
+
"type": {
|
3128
|
+
"kind": "NON_NULL",
|
3129
|
+
"name": null,
|
3130
|
+
"ofType": {
|
3131
|
+
"kind": "SCALAR",
|
3132
|
+
"name": "String",
|
3133
|
+
"ofType": null
|
3134
|
+
}
|
3135
|
+
},
|
3136
|
+
"isDeprecated": false,
|
3137
|
+
"deprecationReason": null
|
3138
|
+
},
|
3139
|
+
{
|
3140
|
+
"name": "quantity",
|
3141
|
+
"description": null,
|
3142
|
+
"args": [],
|
3143
|
+
"type": {
|
3144
|
+
"kind": "NON_NULL",
|
3145
|
+
"name": null,
|
3146
|
+
"ofType": {
|
3147
|
+
"kind": "SCALAR",
|
3148
|
+
"name": "Float",
|
3149
|
+
"ofType": null
|
3150
|
+
}
|
3151
|
+
},
|
3152
|
+
"isDeprecated": false,
|
3153
|
+
"deprecationReason": null
|
3154
|
+
}
|
3155
|
+
],
|
3156
|
+
"inputFields": null,
|
3157
|
+
"interfaces": [],
|
3158
|
+
"enumValues": null,
|
3159
|
+
"possibleTypes": null
|
3160
|
+
},
|
3118
3161
|
{
|
3119
3162
|
"kind": "INPUT_OBJECT",
|
3120
3163
|
"name": "BillableFeatureInput",
|
@@ -16219,6 +16262,26 @@
|
|
16219
16262
|
"isDeprecated": false,
|
16220
16263
|
"deprecationReason": null
|
16221
16264
|
},
|
16265
|
+
{
|
16266
|
+
"name": "billableFeatures",
|
16267
|
+
"description": null,
|
16268
|
+
"args": [],
|
16269
|
+
"type": {
|
16270
|
+
"kind": "LIST",
|
16271
|
+
"name": null,
|
16272
|
+
"ofType": {
|
16273
|
+
"kind": "NON_NULL",
|
16274
|
+
"name": null,
|
16275
|
+
"ofType": {
|
16276
|
+
"kind": "OBJECT",
|
16277
|
+
"name": "BillableFeature",
|
16278
|
+
"ofType": null
|
16279
|
+
}
|
16280
|
+
}
|
16281
|
+
},
|
16282
|
+
"isDeprecated": false,
|
16283
|
+
"deprecationReason": null
|
16284
|
+
},
|
16222
16285
|
{
|
16223
16286
|
"name": "billingPeriod",
|
16224
16287
|
"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.459.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-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|