stigg-api-client 1.24.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: 84b0d35fd255edc6da7f6607e0d7cb32177fb07db4cf96c68b436c14370bcf72
4
- data.tar.gz: edccee27eecce26c67b2622383da85488d9ac88bf37ace167140e6131f646beb
3
+ metadata.gz: 8381abfbd8e6732848b38d576f7adbc9c4f65d9985d94578a5c075754f1bc322
4
+ data.tar.gz: '018d507dba9447fb969515d65268c043d3300c3e8538648e99b6f5842f8ac583'
5
5
  SHA512:
6
- metadata.gz: ad6d593d114a00bdf981117ebe146f23aa707d7976ac0c682a006c3f3c29212c7cc0d5330ec1fef39e7e10ebf36043c7742233037368b149ef3696c0ec6387b9
7
- data.tar.gz: dbe93177865460ac2a799dd442fc845d5ae262ef54ecef94215787a98809de67f11407ddeef3036ad949e45a7ce14f0d0ebb7052bea82b121a9c401278009d15
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.24.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",
@@ -32066,6 +32093,18 @@
32066
32093
  "isDeprecated": false,
32067
32094
  "deprecationReason": null
32068
32095
  },
32096
+ {
32097
+ "name": "customerToken",
32098
+ "description": null,
32099
+ "args": [],
32100
+ "type": {
32101
+ "kind": "SCALAR",
32102
+ "name": "String",
32103
+ "ofType": null
32104
+ },
32105
+ "isDeprecated": false,
32106
+ "deprecationReason": null
32107
+ },
32069
32108
  {
32070
32109
  "name": "email",
32071
32110
  "description": null,
@@ -32830,15 +32869,23 @@
32830
32869
  },
32831
32870
  {
32832
32871
  "name": "sourceEnvironmentSlug",
32833
- "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.",
32834
32873
  "type": {
32835
- "kind": "NON_NULL",
32836
- "name": null,
32837
- "ofType": {
32838
- "kind": "SCALAR",
32839
- "name": "String",
32840
- "ofType": null
32841
- }
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
32842
32889
  },
32843
32890
  "defaultValue": null,
32844
32891
  "isDeprecated": false,
@@ -48207,6 +48254,33 @@
48207
48254
  "enumValues": null,
48208
48255
  "possibleTypes": null
48209
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
+ },
48210
48284
  {
48211
48285
  "kind": "OBJECT",
48212
48286
  "name": "ProductConnection",
@@ -53454,6 +53528,39 @@
53454
53528
  "isDeprecated": false,
53455
53529
  "deprecationReason": null
53456
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
+ },
53457
53564
  {
53458
53565
  "name": "entitlement",
53459
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.24.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.24.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