stigg-api-client 1.201.0 → 1.205.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 +52 -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: 20c79168846e3ae5bbb7de695d7cfd6fbc6fbfc74ddd3f665a51aac2d25b7d57
|
|
4
|
+
data.tar.gz: befdccb2f2fabebb15baafc836cc236938c942900d9389d4112ee2fbc9699c91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d834219eeacf1fd41d15741b4d8760460895755a55e90037b46893fe6052f90675e833ad4f8e9bc81499f24794eec3f7d3fab6ef5bc3558df37dfa9a5df1e21b
|
|
7
|
+
data.tar.gz: f082ebbb119c692e695a67370ac2425b3c1473cc3a20d358e224a14be5df0d01c3a5e201ec34ba854e8c0cd741294fd69166e55fa0b07759e3a6822ebf48da55
|
data/Gemfile.lock
CHANGED
|
@@ -33335,6 +33335,46 @@
|
|
|
33335
33335
|
"isDeprecated": false,
|
|
33336
33336
|
"deprecationReason": null
|
|
33337
33337
|
},
|
|
33338
|
+
{
|
|
33339
|
+
"name": "addons",
|
|
33340
|
+
"description": null,
|
|
33341
|
+
"type": {
|
|
33342
|
+
"kind": "LIST",
|
|
33343
|
+
"name": null,
|
|
33344
|
+
"ofType": {
|
|
33345
|
+
"kind": "NON_NULL",
|
|
33346
|
+
"name": null,
|
|
33347
|
+
"ofType": {
|
|
33348
|
+
"kind": "INPUT_OBJECT",
|
|
33349
|
+
"name": "SubscriptionAddonInput",
|
|
33350
|
+
"ofType": null
|
|
33351
|
+
}
|
|
33352
|
+
}
|
|
33353
|
+
},
|
|
33354
|
+
"defaultValue": null,
|
|
33355
|
+
"isDeprecated": false,
|
|
33356
|
+
"deprecationReason": null
|
|
33357
|
+
},
|
|
33358
|
+
{
|
|
33359
|
+
"name": "billableFeatures",
|
|
33360
|
+
"description": null,
|
|
33361
|
+
"type": {
|
|
33362
|
+
"kind": "LIST",
|
|
33363
|
+
"name": null,
|
|
33364
|
+
"ofType": {
|
|
33365
|
+
"kind": "NON_NULL",
|
|
33366
|
+
"name": null,
|
|
33367
|
+
"ofType": {
|
|
33368
|
+
"kind": "INPUT_OBJECT",
|
|
33369
|
+
"name": "BillableFeatureInput",
|
|
33370
|
+
"ofType": null
|
|
33371
|
+
}
|
|
33372
|
+
}
|
|
33373
|
+
},
|
|
33374
|
+
"defaultValue": null,
|
|
33375
|
+
"isDeprecated": false,
|
|
33376
|
+
"deprecationReason": null
|
|
33377
|
+
},
|
|
33338
33378
|
{
|
|
33339
33379
|
"name": "billingId",
|
|
33340
33380
|
"description": null,
|
|
@@ -33375,6 +33415,18 @@
|
|
|
33375
33415
|
"isDeprecated": false,
|
|
33376
33416
|
"deprecationReason": null
|
|
33377
33417
|
},
|
|
33418
|
+
{
|
|
33419
|
+
"name": "endDate",
|
|
33420
|
+
"description": null,
|
|
33421
|
+
"type": {
|
|
33422
|
+
"kind": "SCALAR",
|
|
33423
|
+
"name": "DateTime",
|
|
33424
|
+
"ofType": null
|
|
33425
|
+
},
|
|
33426
|
+
"defaultValue": null,
|
|
33427
|
+
"isDeprecated": false,
|
|
33428
|
+
"deprecationReason": null
|
|
33429
|
+
},
|
|
33378
33430
|
{
|
|
33379
33431
|
"name": "planId",
|
|
33380
33432
|
"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: 1.
|
|
4
|
+
version: 1.205.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stigg
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|