stigg-api-client 0.566.0 → 0.568.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 +36 -7
- 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: 5d4a68906bfc61863e4b41d58c0abfb310f40494113ea0274872c4ae09e78a3f
|
|
4
|
+
data.tar.gz: e78596fde27c15f7745292f98b8fe4f47080e5b228d60dd5e0fa5ff2dc652400
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1d01f77418704d508e8ec40c132ff7d74e3a899d2f4c103956b2c69aca5b2f6b857dc712fe6206a209472eeb857a768b20b92c4b12d17ae23ad2ab7a3e38976
|
|
7
|
+
data.tar.gz: a7756ccc3deff9f579addbe2a8db36d55e5548d67f4b4181766327a67aa98cfa0f3f9cf60ae843211b83696a4f00ac34c423b17f0bdf8fc43cb3e7ad13fd9cb7
|
data/Gemfile.lock
CHANGED
|
@@ -2426,13 +2426,9 @@
|
|
|
2426
2426
|
"name": "displayName",
|
|
2427
2427
|
"description": null,
|
|
2428
2428
|
"type": {
|
|
2429
|
-
"kind": "
|
|
2430
|
-
"name":
|
|
2431
|
-
"ofType":
|
|
2432
|
-
"kind": "SCALAR",
|
|
2433
|
-
"name": "String",
|
|
2434
|
-
"ofType": null
|
|
2435
|
-
}
|
|
2429
|
+
"kind": "SCALAR",
|
|
2430
|
+
"name": "String",
|
|
2431
|
+
"ofType": null
|
|
2436
2432
|
},
|
|
2437
2433
|
"defaultValue": null,
|
|
2438
2434
|
"isDeprecated": false,
|
|
@@ -32034,6 +32030,39 @@
|
|
|
32034
32030
|
"isDeprecated": false,
|
|
32035
32031
|
"deprecationReason": null
|
|
32036
32032
|
},
|
|
32033
|
+
{
|
|
32034
|
+
"name": "createEmptyAddonDraft",
|
|
32035
|
+
"description": null,
|
|
32036
|
+
"args": [
|
|
32037
|
+
{
|
|
32038
|
+
"name": "id",
|
|
32039
|
+
"description": null,
|
|
32040
|
+
"type": {
|
|
32041
|
+
"kind": "NON_NULL",
|
|
32042
|
+
"name": null,
|
|
32043
|
+
"ofType": {
|
|
32044
|
+
"kind": "SCALAR",
|
|
32045
|
+
"name": "String",
|
|
32046
|
+
"ofType": null
|
|
32047
|
+
}
|
|
32048
|
+
},
|
|
32049
|
+
"defaultValue": null,
|
|
32050
|
+
"isDeprecated": false,
|
|
32051
|
+
"deprecationReason": null
|
|
32052
|
+
}
|
|
32053
|
+
],
|
|
32054
|
+
"type": {
|
|
32055
|
+
"kind": "NON_NULL",
|
|
32056
|
+
"name": null,
|
|
32057
|
+
"ofType": {
|
|
32058
|
+
"kind": "OBJECT",
|
|
32059
|
+
"name": "Addon",
|
|
32060
|
+
"ofType": null
|
|
32061
|
+
}
|
|
32062
|
+
},
|
|
32063
|
+
"isDeprecated": false,
|
|
32064
|
+
"deprecationReason": null
|
|
32065
|
+
},
|
|
32037
32066
|
{
|
|
32038
32067
|
"name": "createEmptyPlanDraft",
|
|
32039
32068
|
"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.568.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-09-
|
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|