stigg-api-client 2.289.0 → 2.294.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe375c2c1b0c7f2ff34fb705dac2c61314455106a47ddf63ad8120251f5459ec
4
- data.tar.gz: 62367ea52666be3afbaa11887184b9a6ee7fc32e3ab845a14133a64e8fea3919
3
+ metadata.gz: 82561eda087b700a63705c517476ac5fbf76454f47a9229f4e7194480c01a79d
4
+ data.tar.gz: c356ecd8c7c7747a1689030651a0e70d87bae0724c63cbb5fae30cd7e38b2daa
5
5
  SHA512:
6
- metadata.gz: 65619c99cde66ad926ab720b1c330fbe0bcc04483fdaa2ca264faf4e17efa622c1b8d1e0510a29c0376b31ca16e43778a46806ef1de890f9758022ed2e202f43
7
- data.tar.gz: 6df1050a7d36f27b8e773a2a0cd79343691366e1b2fcc048c6857e87d35ae1fca2473ff0599a9d21760b9acb7a9d91d22e2fc00455bba48856f5df53d63024da
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.289.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",
@@ -35426,6 +35461,18 @@
35426
35461
  "isDeprecated": false,
35427
35462
  "deprecationReason": null
35428
35463
  },
35464
+ {
35465
+ "name": "subscriptionId",
35466
+ "description": null,
35467
+ "type": {
35468
+ "kind": "SCALAR",
35469
+ "name": "String",
35470
+ "ofType": null
35471
+ },
35472
+ "defaultValue": null,
35473
+ "isDeprecated": false,
35474
+ "deprecationReason": null
35475
+ },
35429
35476
  {
35430
35477
  "name": "unitQuantity",
35431
35478
  "description": null,
@@ -38276,6 +38323,18 @@
38276
38323
  "isDeprecated": false,
38277
38324
  "deprecationReason": null
38278
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
+ },
38279
38338
  {
38280
38339
  "name": "migrationType",
38281
38340
  "description": "How to migrate customers to newer plan version of updated plans. Default is not to migrate existing customers.",
@@ -84497,6 +84556,18 @@
84497
84556
  "isDeprecated": false,
84498
84557
  "deprecationReason": null
84499
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
+ },
84500
84571
  {
84501
84572
  "name": "sourceEnvironmentSlug",
84502
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.289.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.289.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-19 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