stigg-api-client 1.26.0 → 1.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8c12cd9016ab97555a6c77d9c03663d775354fdddb2e56d45b34aeb41209329
4
- data.tar.gz: 96e6b83bf0f0166ec3d1899d13f4b8418982e90074bd5ca97474233df39eacef
3
+ metadata.gz: 8381abfbd8e6732848b38d576f7adbc9c4f65d9985d94578a5c075754f1bc322
4
+ data.tar.gz: '018d507dba9447fb969515d65268c043d3300c3e8538648e99b6f5842f8ac583'
5
5
  SHA512:
6
- metadata.gz: 12ebba8a027314bb49b2e5579a03ca37eb800c758af18c95ff24b25ad3a8e98497c783b78700a0ca8fd1659ee052c47a7085d62df3068d3b8b691c15afb68870
7
- data.tar.gz: 848b1afbe153df3fc3f85e8eed361e1ad9b49173dc4cd102789c2014c47a4675c80e59f21e9d94c8031f09c40f917966bd4a4f960acc40b3e1f654d91b59a6fb
6
+ metadata.gz: b21b18e7dbe3844472b1469414c61a7aefe688dcf175fb4454462324cec15069acd7e1af93d7e6b3b2f61a539857db6d1e47cf26044e3cc4d6bb6abd7548d170
7
+ data.tar.gz: 953b9f347f6ed9ac85932d43be8f89f5987d83a4cd25705ef11af28e907fae33dad51485b650a1f68c7ffe12f5d375be53f518dcb3b23bec7aa04d834b723e3d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.26.0)
4
+ stigg-api-client (1.28.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -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": "NON_NULL",
32848
- "name": null,
32849
- "ofType": {
32850
- "kind": "SCALAR",
32851
- "name": "String",
32852
- "ofType": null
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.26.0"
4
+ VERSION = "1.28.0"
5
5
  end
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.26.0
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-01 00:00:00.000000000 Z
11
+ date: 2024-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient