stigg-api-client 0.529.0 → 0.532.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 +39 -12
- 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: 9292c09a9afa4182287e0d01e345f27a772593967c6db3e0926ba2642a028128
|
|
4
|
+
data.tar.gz: 52696d02e62d708ee4bfb802094ff350ee5e2f284a043eb9ec24d68467eb74cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4fa261cb3ddabf88a0b581d63678f78fb57b3045994549302c50be7270a710dc1946eb929285e922b053a0599d825c9e985f326993c2148af321c37903bd940
|
|
7
|
+
data.tar.gz: 49a96959f9eee2dd9f07a8aa69131805c9dd3786f2cee0b62af9f0730562eda9f0929e21aeeb0533cc832791dde66d47554fa7390efcf0d0d816365240ded8aa
|
data/Gemfile.lock
CHANGED
|
@@ -19287,6 +19287,12 @@
|
|
|
19287
19287
|
"isDeprecated": false,
|
|
19288
19288
|
"deprecationReason": null
|
|
19289
19289
|
},
|
|
19290
|
+
{
|
|
19291
|
+
"name": "CannotUpsertToPackageThatHasDraft",
|
|
19292
|
+
"description": null,
|
|
19293
|
+
"isDeprecated": false,
|
|
19294
|
+
"deprecationReason": null
|
|
19295
|
+
},
|
|
19290
19296
|
{
|
|
19291
19297
|
"name": "CheckoutIsNotSupported",
|
|
19292
19298
|
"description": null,
|
|
@@ -30746,6 +30752,39 @@
|
|
|
30746
30752
|
"isDeprecated": false,
|
|
30747
30753
|
"deprecationReason": null
|
|
30748
30754
|
},
|
|
30755
|
+
{
|
|
30756
|
+
"name": "createEmptyPlanDraft",
|
|
30757
|
+
"description": null,
|
|
30758
|
+
"args": [
|
|
30759
|
+
{
|
|
30760
|
+
"name": "id",
|
|
30761
|
+
"description": null,
|
|
30762
|
+
"type": {
|
|
30763
|
+
"kind": "NON_NULL",
|
|
30764
|
+
"name": null,
|
|
30765
|
+
"ofType": {
|
|
30766
|
+
"kind": "SCALAR",
|
|
30767
|
+
"name": "String",
|
|
30768
|
+
"ofType": null
|
|
30769
|
+
}
|
|
30770
|
+
},
|
|
30771
|
+
"defaultValue": null,
|
|
30772
|
+
"isDeprecated": false,
|
|
30773
|
+
"deprecationReason": null
|
|
30774
|
+
}
|
|
30775
|
+
],
|
|
30776
|
+
"type": {
|
|
30777
|
+
"kind": "NON_NULL",
|
|
30778
|
+
"name": null,
|
|
30779
|
+
"ofType": {
|
|
30780
|
+
"kind": "OBJECT",
|
|
30781
|
+
"name": "Plan",
|
|
30782
|
+
"ofType": null
|
|
30783
|
+
}
|
|
30784
|
+
},
|
|
30785
|
+
"isDeprecated": false,
|
|
30786
|
+
"deprecationReason": null
|
|
30787
|
+
},
|
|
30749
30788
|
{
|
|
30750
30789
|
"name": "createFeature",
|
|
30751
30790
|
"description": null,
|
|
@@ -50114,18 +50153,6 @@
|
|
|
50114
50153
|
"defaultValue": null,
|
|
50115
50154
|
"isDeprecated": false,
|
|
50116
50155
|
"deprecationReason": null
|
|
50117
|
-
},
|
|
50118
|
-
{
|
|
50119
|
-
"name": "maxBatches",
|
|
50120
|
-
"description": null,
|
|
50121
|
-
"type": {
|
|
50122
|
-
"kind": "SCALAR",
|
|
50123
|
-
"name": "Int",
|
|
50124
|
-
"ofType": null
|
|
50125
|
-
},
|
|
50126
|
-
"defaultValue": null,
|
|
50127
|
-
"isDeprecated": false,
|
|
50128
|
-
"deprecationReason": null
|
|
50129
50156
|
}
|
|
50130
50157
|
],
|
|
50131
50158
|
"interfaces": 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.532.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-08-
|
|
11
|
+
date: 2023-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|