stigg-api-client 2.293.0 → 2.296.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: d79bce6ff5f07a16f82d9038a881119ca3a0fecddbfe102e69029a71e9cc3dbf
4
- data.tar.gz: f48c73301b6f12d8a246b7c3aad936b79cf76d3f77043955e47e9bf8829b5b58
3
+ metadata.gz: 7630345684f6c8e9958df310f57de8db1f335c8bd37b9f7b936132e940a4d2fa
4
+ data.tar.gz: b562a12be5f537c9906840fa63c86cfe62925a84130ac714e6620192b5697f45
5
5
  SHA512:
6
- metadata.gz: 6a3d4d965ac09546dbc4262fe70727cb83aa4557f5d26a97f9fe47fdd398f1bf1142325c9bdb050e003be3adaf932cdce402fa61fd82df775fdf815600588ac4
7
- data.tar.gz: 922aaf0bd17bde6d13e0ae7ef56be17ebd42089b2040749210bb95f61a1992951708f162cf4fb73f7b7c24ae9de5d3ba91d5b371598e41f80daeaa0e1666712b
6
+ metadata.gz: '0946c8afdc1e033cdcb6840ccad9d15d7f4ff18812feec2572b8571cb5174e6a5c351258505552750374d483a578d5992c6b6945afa3b93d3abe314f1c4a386f'
7
+ data.tar.gz: db9c60b450e7607b6054374c6c65cf3fd71cf21daeb6d781d5a8ed9c95894114908db251cfddc544f4aed17eb8bffd4aaa8759bfb4f24e76a7e558d62d94f4d8
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.296.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -163,6 +163,18 @@
163
163
  "isDeprecated": false,
164
164
  "deprecationReason": null
165
165
  },
166
+ {
167
+ "name": "defaultSSORoles",
168
+ "description": null,
169
+ "args": [],
170
+ "type": {
171
+ "kind": "OBJECT",
172
+ "name": "AccessRoles",
173
+ "ofType": null
174
+ },
175
+ "isDeprecated": false,
176
+ "deprecationReason": null
177
+ },
166
178
  {
167
179
  "name": "displayName",
168
180
  "description": null,
@@ -20874,6 +20886,65 @@
20874
20886
  "enumValues": null,
20875
20887
  "possibleTypes": null
20876
20888
  },
20889
+ {
20890
+ "kind": "INPUT_OBJECT",
20891
+ "name": "DefaultSSORolesInput",
20892
+ "description": null,
20893
+ "fields": null,
20894
+ "inputFields": [
20895
+ {
20896
+ "name": "accountRole",
20897
+ "description": "Account level access of the user",
20898
+ "type": {
20899
+ "kind": "NON_NULL",
20900
+ "name": null,
20901
+ "ofType": {
20902
+ "kind": "ENUM",
20903
+ "name": "AccountAccessRole",
20904
+ "ofType": null
20905
+ }
20906
+ },
20907
+ "defaultValue": null,
20908
+ "isDeprecated": false,
20909
+ "deprecationReason": null
20910
+ },
20911
+ {
20912
+ "name": "nonProductionRole",
20913
+ "description": "Environment level access of the user",
20914
+ "type": {
20915
+ "kind": "NON_NULL",
20916
+ "name": null,
20917
+ "ofType": {
20918
+ "kind": "ENUM",
20919
+ "name": "EnvironmentAccessRole",
20920
+ "ofType": null
20921
+ }
20922
+ },
20923
+ "defaultValue": null,
20924
+ "isDeprecated": false,
20925
+ "deprecationReason": null
20926
+ },
20927
+ {
20928
+ "name": "productionRole",
20929
+ "description": "Environment level access of the user",
20930
+ "type": {
20931
+ "kind": "NON_NULL",
20932
+ "name": null,
20933
+ "ofType": {
20934
+ "kind": "ENUM",
20935
+ "name": "EnvironmentAccessRole",
20936
+ "ofType": null
20937
+ }
20938
+ },
20939
+ "defaultValue": null,
20940
+ "isDeprecated": false,
20941
+ "deprecationReason": null
20942
+ }
20943
+ ],
20944
+ "interfaces": null,
20945
+ "enumValues": null,
20946
+ "possibleTypes": null
20947
+ },
20877
20948
  {
20878
20949
  "kind": "OBJECT",
20879
20950
  "name": "DefaultTrialConfig",
@@ -21721,6 +21792,18 @@
21721
21792
  "isDeprecated": false,
21722
21793
  "deprecationReason": null
21723
21794
  },
21795
+ {
21796
+ "name": "mergeConfiguration",
21797
+ "description": "Merge configuration.",
21798
+ "type": {
21799
+ "kind": "INPUT_OBJECT",
21800
+ "name": "EnvironmentMergeConfigurationInput",
21801
+ "ofType": null
21802
+ },
21803
+ "defaultValue": null,
21804
+ "isDeprecated": false,
21805
+ "deprecationReason": null
21806
+ },
21724
21807
  {
21725
21808
  "name": "sourceEnvironmentSlug",
21726
21809
  "description": "The slug of the environment to copy from.",
@@ -24277,6 +24360,29 @@
24277
24360
  "enumValues": null,
24278
24361
  "possibleTypes": null
24279
24362
  },
24363
+ {
24364
+ "kind": "INPUT_OBJECT",
24365
+ "name": "EnvironmentMergeConfigurationInput",
24366
+ "description": "Merge configuration",
24367
+ "fields": null,
24368
+ "inputFields": [
24369
+ {
24370
+ "name": "includeCoupons",
24371
+ "description": "Whether to include coupons during the merge.",
24372
+ "type": {
24373
+ "kind": "SCALAR",
24374
+ "name": "Boolean",
24375
+ "ofType": null
24376
+ },
24377
+ "defaultValue": null,
24378
+ "isDeprecated": false,
24379
+ "deprecationReason": null
24380
+ }
24381
+ ],
24382
+ "interfaces": null,
24383
+ "enumValues": null,
24384
+ "possibleTypes": null
24385
+ },
24280
24386
  {
24281
24387
  "kind": "OBJECT",
24282
24388
  "name": "EnvironmentMinAggregate",
@@ -38288,6 +38394,18 @@
38288
38394
  "isDeprecated": false,
38289
38395
  "deprecationReason": null
38290
38396
  },
38397
+ {
38398
+ "name": "mergeConfiguration",
38399
+ "description": "Merge configuration",
38400
+ "type": {
38401
+ "kind": "INPUT_OBJECT",
38402
+ "name": "EnvironmentMergeConfigurationInput",
38403
+ "ofType": null
38404
+ },
38405
+ "defaultValue": null,
38406
+ "isDeprecated": false,
38407
+ "deprecationReason": null
38408
+ },
38291
38409
  {
38292
38410
  "name": "migrationType",
38293
38411
  "description": "How to migrate customers to newer plan version of updated plans. Default is not to migrate existing customers.",
@@ -79996,28 +80114,28 @@
79996
80114
  "fields": null,
79997
80115
  "inputFields": [
79998
80116
  {
79999
- "name": "displayName",
80117
+ "name": "defaultSSORoles",
80000
80118
  "description": null,
80001
80119
  "type": {
80002
- "kind": "NON_NULL",
80003
- "name": null,
80004
- "ofType": {
80005
- "kind": "SCALAR",
80006
- "name": "String",
80007
- "ofType": null
80008
- }
80120
+ "kind": "INPUT_OBJECT",
80121
+ "name": "DefaultSSORolesInput",
80122
+ "ofType": null
80009
80123
  },
80010
80124
  "defaultValue": null,
80011
80125
  "isDeprecated": false,
80012
80126
  "deprecationReason": null
80013
80127
  },
80014
80128
  {
80015
- "name": "id",
80129
+ "name": "displayName",
80016
80130
  "description": null,
80017
80131
  "type": {
80018
- "kind": "SCALAR",
80019
- "name": "String",
80020
- "ofType": null
80132
+ "kind": "NON_NULL",
80133
+ "name": null,
80134
+ "ofType": {
80135
+ "kind": "SCALAR",
80136
+ "name": "String",
80137
+ "ofType": null
80138
+ }
80021
80139
  },
80022
80140
  "defaultValue": null,
80023
80141
  "isDeprecated": false,
@@ -84509,6 +84627,18 @@
84509
84627
  "isDeprecated": false,
84510
84628
  "deprecationReason": null
84511
84629
  },
84630
+ {
84631
+ "name": "mergeConfiguration",
84632
+ "description": "Merge configuration",
84633
+ "type": {
84634
+ "kind": "INPUT_OBJECT",
84635
+ "name": "EnvironmentMergeConfigurationInput",
84636
+ "ofType": null
84637
+ },
84638
+ "defaultValue": null,
84639
+ "isDeprecated": false,
84640
+ "deprecationReason": null
84641
+ },
84512
84642
  {
84513
84643
  "name": "sourceEnvironmentSlug",
84514
84644
  "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.296.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.296.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-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient