stigg-api-client 1.26.0 → 1.29.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: 45b724b6d721759ea20a772bbb8d7fa6860ef6a05ff8b614e8daef88df614485
4
+ data.tar.gz: eeeea9b171eba622f10d7200e18773e45f88f7e2d8e3a97b013c003401ed198c
5
5
  SHA512:
6
- metadata.gz: 12ebba8a027314bb49b2e5579a03ca37eb800c758af18c95ff24b25ad3a8e98497c783b78700a0ca8fd1659ee052c47a7085d62df3068d3b8b691c15afb68870
7
- data.tar.gz: 848b1afbe153df3fc3f85e8eed361e1ad9b49173dc4cd102789c2014c47a4675c80e59f21e9d94c8031f09c40f917966bd4a4f960acc40b3e1f654d91b59a6fb
6
+ metadata.gz: f92cdfb70427b7e3c672e659418398160f1bea1897766e5eae54452533dc30cb202856cc0f7669c9505a8ea47ba677c8019788ee3c11c1b4ff951b551e2ca490
7
+ data.tar.gz: 9be3400a43609028fd22fa316268f1f232205b617ffd4ca6316f59c65d1ee37d0258ad4ae95a7b49cbefa7f5b32b1325a1b3d49fb400913f8bf185849bf09f4e
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.29.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",
@@ -22055,6 +22082,12 @@
22055
22082
  "isDeprecated": false,
22056
22083
  "deprecationReason": null
22057
22084
  },
22085
+ {
22086
+ "name": "ProductNotFoundError",
22087
+ "description": null,
22088
+ "isDeprecated": false,
22089
+ "deprecationReason": null
22090
+ },
22058
22091
  {
22059
22092
  "name": "PromotionCodeCustomerNotFirstPurchase",
22060
22093
  "description": null,
@@ -32842,15 +32875,23 @@
32842
32875
  },
32843
32876
  {
32844
32877
  "name": "sourceEnvironmentSlug",
32845
- "description": "The slug of the environment to copy from.",
32878
+ "description": "The slug of the environment to copy from. If missing `sourceTemplate` will be used.",
32846
32879
  "type": {
32847
- "kind": "NON_NULL",
32848
- "name": null,
32849
- "ofType": {
32850
- "kind": "SCALAR",
32851
- "name": "String",
32852
- "ofType": null
32853
- }
32880
+ "kind": "SCALAR",
32881
+ "name": "String",
32882
+ "ofType": null
32883
+ },
32884
+ "defaultValue": null,
32885
+ "isDeprecated": false,
32886
+ "deprecationReason": null
32887
+ },
32888
+ {
32889
+ "name": "sourceTemplate",
32890
+ "description": "The product catalog template to apply. Only relevant when `sourceEnvironmentSlug` is not passed.",
32891
+ "type": {
32892
+ "kind": "SCALAR",
32893
+ "name": "JSON",
32894
+ "ofType": null
32854
32895
  },
32855
32896
  "defaultValue": null,
32856
32897
  "isDeprecated": false,
@@ -48219,6 +48260,33 @@
48219
48260
  "enumValues": null,
48220
48261
  "possibleTypes": null
48221
48262
  },
48263
+ {
48264
+ "kind": "OBJECT",
48265
+ "name": "ProductCatalogDump",
48266
+ "description": null,
48267
+ "fields": [
48268
+ {
48269
+ "name": "dump",
48270
+ "description": null,
48271
+ "args": [],
48272
+ "type": {
48273
+ "kind": "NON_NULL",
48274
+ "name": null,
48275
+ "ofType": {
48276
+ "kind": "SCALAR",
48277
+ "name": "JSON",
48278
+ "ofType": null
48279
+ }
48280
+ },
48281
+ "isDeprecated": false,
48282
+ "deprecationReason": null
48283
+ }
48284
+ ],
48285
+ "inputFields": null,
48286
+ "interfaces": [],
48287
+ "enumValues": null,
48288
+ "possibleTypes": null
48289
+ },
48222
48290
  {
48223
48291
  "kind": "OBJECT",
48224
48292
  "name": "ProductConnection",
@@ -53466,6 +53534,39 @@
53466
53534
  "isDeprecated": false,
53467
53535
  "deprecationReason": null
53468
53536
  },
53537
+ {
53538
+ "name": "dumpEnvironmentProductCatalog",
53539
+ "description": "Dump environment product catalog.",
53540
+ "args": [
53541
+ {
53542
+ "name": "input",
53543
+ "description": null,
53544
+ "type": {
53545
+ "kind": "NON_NULL",
53546
+ "name": null,
53547
+ "ofType": {
53548
+ "kind": "INPUT_OBJECT",
53549
+ "name": "DumpEnvironmentProductCatalogInput",
53550
+ "ofType": null
53551
+ }
53552
+ },
53553
+ "defaultValue": null,
53554
+ "isDeprecated": false,
53555
+ "deprecationReason": null
53556
+ }
53557
+ ],
53558
+ "type": {
53559
+ "kind": "NON_NULL",
53560
+ "name": null,
53561
+ "ofType": {
53562
+ "kind": "OBJECT",
53563
+ "name": "ProductCatalogDump",
53564
+ "ofType": null
53565
+ }
53566
+ },
53567
+ "isDeprecated": false,
53568
+ "deprecationReason": null
53569
+ },
53469
53570
  {
53470
53571
  "name": "entitlement",
53471
53572
  "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.29.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.29.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