stigg-api-client 1.26.0 → 1.28.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 +103 -8
- 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: 8381abfbd8e6732848b38d576f7adbc9c4f65d9985d94578a5c075754f1bc322
|
4
|
+
data.tar.gz: '018d507dba9447fb969515d65268c043d3300c3e8538648e99b6f5842f8ac583'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b21b18e7dbe3844472b1469414c61a7aefe688dcf175fb4454462324cec15069acd7e1af93d7e6b3b2f61a539857db6d1e47cf26044e3cc4d6bb6abd7548d170
|
7
|
+
data.tar.gz: 953b9f347f6ed9ac85932d43be8f89f5987d83a4cd25705ef11af28e907fae33dad51485b650a1f68c7ffe12f5d375be53f518dcb3b23bec7aa04d834b723e3d
|
data/Gemfile.lock
CHANGED
@@ -19029,6 +19029,33 @@
|
|
19029
19029
|
"enumValues": null,
|
19030
19030
|
"possibleTypes": null
|
19031
19031
|
},
|
19032
|
+
{
|
19033
|
+
"kind": "INPUT_OBJECT",
|
19034
|
+
"name": "DumpEnvironmentProductCatalogInput",
|
19035
|
+
"description": "Input type for dumpEnvironmentProductCatalog mutation.",
|
19036
|
+
"fields": null,
|
19037
|
+
"inputFields": [
|
19038
|
+
{
|
19039
|
+
"name": "environmentSlug",
|
19040
|
+
"description": "The slug of the environment to dump.",
|
19041
|
+
"type": {
|
19042
|
+
"kind": "NON_NULL",
|
19043
|
+
"name": null,
|
19044
|
+
"ofType": {
|
19045
|
+
"kind": "SCALAR",
|
19046
|
+
"name": "String",
|
19047
|
+
"ofType": null
|
19048
|
+
}
|
19049
|
+
},
|
19050
|
+
"defaultValue": null,
|
19051
|
+
"isDeprecated": false,
|
19052
|
+
"deprecationReason": null
|
19053
|
+
}
|
19054
|
+
],
|
19055
|
+
"interfaces": null,
|
19056
|
+
"enumValues": null,
|
19057
|
+
"possibleTypes": null
|
19058
|
+
},
|
19032
19059
|
{
|
19033
19060
|
"kind": "INPUT_OBJECT",
|
19034
19061
|
"name": "DuplicateProductInput",
|
@@ -32842,15 +32869,23 @@
|
|
32842
32869
|
},
|
32843
32870
|
{
|
32844
32871
|
"name": "sourceEnvironmentSlug",
|
32845
|
-
"description": "The slug of the environment to copy from.",
|
32872
|
+
"description": "The slug of the environment to copy from. If missing `sourceTemplate` will be used.",
|
32846
32873
|
"type": {
|
32847
|
-
"kind": "
|
32848
|
-
"name":
|
32849
|
-
"ofType":
|
32850
|
-
|
32851
|
-
|
32852
|
-
|
32853
|
-
|
32874
|
+
"kind": "SCALAR",
|
32875
|
+
"name": "String",
|
32876
|
+
"ofType": null
|
32877
|
+
},
|
32878
|
+
"defaultValue": null,
|
32879
|
+
"isDeprecated": false,
|
32880
|
+
"deprecationReason": null
|
32881
|
+
},
|
32882
|
+
{
|
32883
|
+
"name": "sourceTemplate",
|
32884
|
+
"description": "The product catalog template to apply. Only relevant when `sourceEnvironmentSlug` is not passed.",
|
32885
|
+
"type": {
|
32886
|
+
"kind": "SCALAR",
|
32887
|
+
"name": "JSON",
|
32888
|
+
"ofType": null
|
32854
32889
|
},
|
32855
32890
|
"defaultValue": null,
|
32856
32891
|
"isDeprecated": false,
|
@@ -48219,6 +48254,33 @@
|
|
48219
48254
|
"enumValues": null,
|
48220
48255
|
"possibleTypes": null
|
48221
48256
|
},
|
48257
|
+
{
|
48258
|
+
"kind": "OBJECT",
|
48259
|
+
"name": "ProductCatalogDump",
|
48260
|
+
"description": null,
|
48261
|
+
"fields": [
|
48262
|
+
{
|
48263
|
+
"name": "dump",
|
48264
|
+
"description": null,
|
48265
|
+
"args": [],
|
48266
|
+
"type": {
|
48267
|
+
"kind": "NON_NULL",
|
48268
|
+
"name": null,
|
48269
|
+
"ofType": {
|
48270
|
+
"kind": "SCALAR",
|
48271
|
+
"name": "JSON",
|
48272
|
+
"ofType": null
|
48273
|
+
}
|
48274
|
+
},
|
48275
|
+
"isDeprecated": false,
|
48276
|
+
"deprecationReason": null
|
48277
|
+
}
|
48278
|
+
],
|
48279
|
+
"inputFields": null,
|
48280
|
+
"interfaces": [],
|
48281
|
+
"enumValues": null,
|
48282
|
+
"possibleTypes": null
|
48283
|
+
},
|
48222
48284
|
{
|
48223
48285
|
"kind": "OBJECT",
|
48224
48286
|
"name": "ProductConnection",
|
@@ -53466,6 +53528,39 @@
|
|
53466
53528
|
"isDeprecated": false,
|
53467
53529
|
"deprecationReason": null
|
53468
53530
|
},
|
53531
|
+
{
|
53532
|
+
"name": "dumpEnvironmentProductCatalog",
|
53533
|
+
"description": "Dump environment product catalog.",
|
53534
|
+
"args": [
|
53535
|
+
{
|
53536
|
+
"name": "input",
|
53537
|
+
"description": null,
|
53538
|
+
"type": {
|
53539
|
+
"kind": "NON_NULL",
|
53540
|
+
"name": null,
|
53541
|
+
"ofType": {
|
53542
|
+
"kind": "INPUT_OBJECT",
|
53543
|
+
"name": "DumpEnvironmentProductCatalogInput",
|
53544
|
+
"ofType": null
|
53545
|
+
}
|
53546
|
+
},
|
53547
|
+
"defaultValue": null,
|
53548
|
+
"isDeprecated": false,
|
53549
|
+
"deprecationReason": null
|
53550
|
+
}
|
53551
|
+
],
|
53552
|
+
"type": {
|
53553
|
+
"kind": "NON_NULL",
|
53554
|
+
"name": null,
|
53555
|
+
"ofType": {
|
53556
|
+
"kind": "OBJECT",
|
53557
|
+
"name": "ProductCatalogDump",
|
53558
|
+
"ofType": null
|
53559
|
+
}
|
53560
|
+
},
|
53561
|
+
"isDeprecated": false,
|
53562
|
+
"deprecationReason": null
|
53563
|
+
},
|
53469
53564
|
{
|
53470
53565
|
"name": "entitlement",
|
53471
53566
|
"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.28.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-02-
|
11
|
+
date: 2024-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|