stigg-api-client 2.293.0 → 2.294.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: d79bce6ff5f07a16f82d9038a881119ca3a0fecddbfe102e69029a71e9cc3dbf
4
- data.tar.gz: f48c73301b6f12d8a246b7c3aad936b79cf76d3f77043955e47e9bf8829b5b58
3
+ metadata.gz: 82561eda087b700a63705c517476ac5fbf76454f47a9229f4e7194480c01a79d
4
+ data.tar.gz: c356ecd8c7c7747a1689030651a0e70d87bae0724c63cbb5fae30cd7e38b2daa
5
5
  SHA512:
6
- metadata.gz: 6a3d4d965ac09546dbc4262fe70727cb83aa4557f5d26a97f9fe47fdd398f1bf1142325c9bdb050e003be3adaf932cdce402fa61fd82df775fdf815600588ac4
7
- data.tar.gz: 922aaf0bd17bde6d13e0ae7ef56be17ebd42089b2040749210bb95f61a1992951708f162cf4fb73f7b7c24ae9de5d3ba91d5b371598e41f80daeaa0e1666712b
6
+ metadata.gz: 71b2eb8f206778bf15b7e2d71c90754b2904414e7caeb6466c89b940adaf83f651f5eaa94f4776ad2451c41f5ff3a277dde14bca42566c8f07e5aedca2606719
7
+ data.tar.gz: 31b9f9f69b8425c2d026994287b8df45bd1f1617e16155b2b6d4d2ea3fad84d2bc7142a0e3725c9369be49796cf95f007392593fda9c8fdb388ccc186ef047d4
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.293.0)
4
+ stigg-api-client (2.294.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -21721,6 +21721,18 @@
21721
21721
  "isDeprecated": false,
21722
21722
  "deprecationReason": null
21723
21723
  },
21724
+ {
21725
+ "name": "mergeConfiguration",
21726
+ "description": "Merge configuration.",
21727
+ "type": {
21728
+ "kind": "INPUT_OBJECT",
21729
+ "name": "EnvironmentMergeConfigurationInput",
21730
+ "ofType": null
21731
+ },
21732
+ "defaultValue": null,
21733
+ "isDeprecated": false,
21734
+ "deprecationReason": null
21735
+ },
21724
21736
  {
21725
21737
  "name": "sourceEnvironmentSlug",
21726
21738
  "description": "The slug of the environment to copy from.",
@@ -24277,6 +24289,29 @@
24277
24289
  "enumValues": null,
24278
24290
  "possibleTypes": null
24279
24291
  },
24292
+ {
24293
+ "kind": "INPUT_OBJECT",
24294
+ "name": "EnvironmentMergeConfigurationInput",
24295
+ "description": "Merge configuration",
24296
+ "fields": null,
24297
+ "inputFields": [
24298
+ {
24299
+ "name": "includeCoupons",
24300
+ "description": "Whether to include coupons during the merge.",
24301
+ "type": {
24302
+ "kind": "SCALAR",
24303
+ "name": "Boolean",
24304
+ "ofType": null
24305
+ },
24306
+ "defaultValue": null,
24307
+ "isDeprecated": false,
24308
+ "deprecationReason": null
24309
+ }
24310
+ ],
24311
+ "interfaces": null,
24312
+ "enumValues": null,
24313
+ "possibleTypes": null
24314
+ },
24280
24315
  {
24281
24316
  "kind": "OBJECT",
24282
24317
  "name": "EnvironmentMinAggregate",
@@ -38288,6 +38323,18 @@
38288
38323
  "isDeprecated": false,
38289
38324
  "deprecationReason": null
38290
38325
  },
38326
+ {
38327
+ "name": "mergeConfiguration",
38328
+ "description": "Merge configuration",
38329
+ "type": {
38330
+ "kind": "INPUT_OBJECT",
38331
+ "name": "EnvironmentMergeConfigurationInput",
38332
+ "ofType": null
38333
+ },
38334
+ "defaultValue": null,
38335
+ "isDeprecated": false,
38336
+ "deprecationReason": null
38337
+ },
38291
38338
  {
38292
38339
  "name": "migrationType",
38293
38340
  "description": "How to migrate customers to newer plan version of updated plans. Default is not to migrate existing customers.",
@@ -84509,6 +84556,18 @@
84509
84556
  "isDeprecated": false,
84510
84557
  "deprecationReason": null
84511
84558
  },
84559
+ {
84560
+ "name": "mergeConfiguration",
84561
+ "description": "Merge configuration",
84562
+ "type": {
84563
+ "kind": "INPUT_OBJECT",
84564
+ "name": "EnvironmentMergeConfigurationInput",
84565
+ "ofType": null
84566
+ },
84567
+ "defaultValue": null,
84568
+ "isDeprecated": false,
84569
+ "deprecationReason": null
84570
+ },
84512
84571
  {
84513
84572
  "name": "sourceEnvironmentSlug",
84514
84573
  "description": "The slug of the environment to copy from.",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.293.0"
4
+ VERSION = "2.294.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: 2.293.0
4
+ version: 2.294.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-21 00:00:00.000000000 Z
11
+ date: 2025-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient