stigg-api-client 0.735.0 → 0.747.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: '09b4558c15c3f5f6b82489f97b4d25c33ddbb780d03053bfa7bd5bbab298c5a9'
4
- data.tar.gz: d19bd5897ddee4daa04fe8a76e3b487593557b779f76b2524b1b6f52980cee42
3
+ metadata.gz: 41cb100f5f3d5d89459230c211877a44d9ef4722a2901aecece40d7b869596d5
4
+ data.tar.gz: 89b5f5c08927a68066f6f7cd6a4ba2106dd723768130f31280517dba85efa16a
5
5
  SHA512:
6
- metadata.gz: 7adfc324e12eff6d027b6ac717c534170dc8c6e1a6341fb49b9dc5b4a5dde6851a295fa4e726619c507a9ad62255f4735bd569072bc9287341ac7afb27037dcb
7
- data.tar.gz: 1474188f3c38e60df1c6317461eb00510cab8d33d3791acbb5c88cee452f88abb9eb3760830eb4a027d99e90f8ba588816fc3663fc2ad2fca315fb1c5dfee43a
6
+ metadata.gz: f4706c8426fbec24d00cc47954f1638de12b9433984a5b9b78030276b74cfbf224bdd13d719bcd3f8d920d6fe10893310487758f1e974693deebc1d07cb94a08
7
+ data.tar.gz: cad87c4d3394f30f2576fcdd0274b7bfc10c1deab11c5c1a2965c0c03a20bf9b89e1b7a547b65438e72147015efdd53ac04e1ac3cc5d93c1f97c9a256c7fa0a7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.735.0)
4
+ stigg-api-client (0.747.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -18852,6 +18852,92 @@
18852
18852
  "enumValues": null,
18853
18853
  "possibleTypes": null
18854
18854
  },
18855
+ {
18856
+ "kind": "INPUT_OBJECT",
18857
+ "name": "DumpEnvironmentForForMergeComparisonInput",
18858
+ "description": "Input type for dumpEnvironmentForMergeComparison query.",
18859
+ "fields": null,
18860
+ "inputFields": [
18861
+ {
18862
+ "name": "destinationEnvironmentSlug",
18863
+ "description": "The slug of the environment to copy to.",
18864
+ "type": {
18865
+ "kind": "NON_NULL",
18866
+ "name": null,
18867
+ "ofType": {
18868
+ "kind": "SCALAR",
18869
+ "name": "String",
18870
+ "ofType": null
18871
+ }
18872
+ },
18873
+ "defaultValue": null,
18874
+ "isDeprecated": false,
18875
+ "deprecationReason": null
18876
+ },
18877
+ {
18878
+ "name": "sourceEnvironmentSlug",
18879
+ "description": "The slug of the environment to copy from.",
18880
+ "type": {
18881
+ "kind": "NON_NULL",
18882
+ "name": null,
18883
+ "ofType": {
18884
+ "kind": "SCALAR",
18885
+ "name": "String",
18886
+ "ofType": null
18887
+ }
18888
+ },
18889
+ "defaultValue": null,
18890
+ "isDeprecated": false,
18891
+ "deprecationReason": null
18892
+ }
18893
+ ],
18894
+ "interfaces": null,
18895
+ "enumValues": null,
18896
+ "possibleTypes": null
18897
+ },
18898
+ {
18899
+ "kind": "OBJECT",
18900
+ "name": "DumpEnvironmentForMergeComparison",
18901
+ "description": null,
18902
+ "fields": [
18903
+ {
18904
+ "name": "postMergeDump",
18905
+ "description": null,
18906
+ "args": [],
18907
+ "type": {
18908
+ "kind": "NON_NULL",
18909
+ "name": null,
18910
+ "ofType": {
18911
+ "kind": "SCALAR",
18912
+ "name": "JSON",
18913
+ "ofType": null
18914
+ }
18915
+ },
18916
+ "isDeprecated": false,
18917
+ "deprecationReason": null
18918
+ },
18919
+ {
18920
+ "name": "preMergeDump",
18921
+ "description": null,
18922
+ "args": [],
18923
+ "type": {
18924
+ "kind": "NON_NULL",
18925
+ "name": null,
18926
+ "ofType": {
18927
+ "kind": "SCALAR",
18928
+ "name": "JSON",
18929
+ "ofType": null
18930
+ }
18931
+ },
18932
+ "isDeprecated": false,
18933
+ "deprecationReason": null
18934
+ }
18935
+ ],
18936
+ "inputFields": null,
18937
+ "interfaces": [],
18938
+ "enumValues": null,
18939
+ "possibleTypes": null
18940
+ },
18855
18941
  {
18856
18942
  "kind": "INPUT_OBJECT",
18857
18943
  "name": "DuplicateProductInput",
@@ -21430,6 +21516,12 @@
21430
21516
  "isDeprecated": false,
21431
21517
  "deprecationReason": null
21432
21518
  },
21519
+ {
21520
+ "name": "DryRunError",
21521
+ "description": null,
21522
+ "isDeprecated": false,
21523
+ "deprecationReason": null
21524
+ },
21433
21525
  {
21434
21526
  "name": "DuplicateProductValidationError",
21435
21527
  "description": null,
@@ -21622,6 +21714,12 @@
21622
21714
  "isDeprecated": false,
21623
21715
  "deprecationReason": null
21624
21716
  },
21717
+ {
21718
+ "name": "MergeEnvironmentValidationError",
21719
+ "description": null,
21720
+ "isDeprecated": false,
21721
+ "deprecationReason": null
21722
+ },
21625
21723
  {
21626
21724
  "name": "MeterMustBeAssociatedToMeteredFeature",
21627
21725
  "description": null,
@@ -32386,6 +32484,120 @@
32386
32484
  "enumValues": null,
32387
32485
  "possibleTypes": null
32388
32486
  },
32487
+ {
32488
+ "kind": "OBJECT",
32489
+ "name": "MergeEnvironment",
32490
+ "description": null,
32491
+ "fields": [
32492
+ {
32493
+ "name": "environmentSlug",
32494
+ "description": null,
32495
+ "args": [],
32496
+ "type": {
32497
+ "kind": "NON_NULL",
32498
+ "name": null,
32499
+ "ofType": {
32500
+ "kind": "SCALAR",
32501
+ "name": "String",
32502
+ "ofType": null
32503
+ }
32504
+ },
32505
+ "isDeprecated": false,
32506
+ "deprecationReason": null
32507
+ },
32508
+ {
32509
+ "name": "taskIds",
32510
+ "description": null,
32511
+ "args": [],
32512
+ "type": {
32513
+ "kind": "NON_NULL",
32514
+ "name": null,
32515
+ "ofType": {
32516
+ "kind": "LIST",
32517
+ "name": null,
32518
+ "ofType": {
32519
+ "kind": "NON_NULL",
32520
+ "name": null,
32521
+ "ofType": {
32522
+ "kind": "SCALAR",
32523
+ "name": "String",
32524
+ "ofType": null
32525
+ }
32526
+ }
32527
+ }
32528
+ },
32529
+ "isDeprecated": false,
32530
+ "deprecationReason": null
32531
+ }
32532
+ ],
32533
+ "inputFields": null,
32534
+ "interfaces": [],
32535
+ "enumValues": null,
32536
+ "possibleTypes": null
32537
+ },
32538
+ {
32539
+ "kind": "INPUT_OBJECT",
32540
+ "name": "MergeEnvironmentInput",
32541
+ "description": "Input type for mergeEnvironment mutation.",
32542
+ "fields": null,
32543
+ "inputFields": [
32544
+ {
32545
+ "name": "destinationEnvironmentName",
32546
+ "description": "The name of the new environment. Only relevant when `destinationEnvironmentSlug` is not passed.",
32547
+ "type": {
32548
+ "kind": "SCALAR",
32549
+ "name": "String",
32550
+ "ofType": null
32551
+ },
32552
+ "defaultValue": null,
32553
+ "isDeprecated": false,
32554
+ "deprecationReason": null
32555
+ },
32556
+ {
32557
+ "name": "destinationEnvironmentSlug",
32558
+ "description": "The slug of the environment to merge into. Not passing this will create a new environment and requires passing `destinationEnvironmentName`.",
32559
+ "type": {
32560
+ "kind": "SCALAR",
32561
+ "name": "String",
32562
+ "ofType": null
32563
+ },
32564
+ "defaultValue": null,
32565
+ "isDeprecated": false,
32566
+ "deprecationReason": null
32567
+ },
32568
+ {
32569
+ "name": "migrationType",
32570
+ "description": "How to migrate customers to newer plan version of updated plans. Default is not to migrate existing customers.",
32571
+ "type": {
32572
+ "kind": "ENUM",
32573
+ "name": "PublishMigrationType",
32574
+ "ofType": null
32575
+ },
32576
+ "defaultValue": null,
32577
+ "isDeprecated": false,
32578
+ "deprecationReason": null
32579
+ },
32580
+ {
32581
+ "name": "sourceEnvironmentSlug",
32582
+ "description": "The slug of the environment to copy from.",
32583
+ "type": {
32584
+ "kind": "NON_NULL",
32585
+ "name": null,
32586
+ "ofType": {
32587
+ "kind": "SCALAR",
32588
+ "name": "String",
32589
+ "ofType": null
32590
+ }
32591
+ },
32592
+ "defaultValue": null,
32593
+ "isDeprecated": false,
32594
+ "deprecationReason": null
32595
+ }
32596
+ ],
32597
+ "interfaces": null,
32598
+ "enumValues": null,
32599
+ "possibleTypes": null
32600
+ },
32389
32601
  {
32390
32602
  "kind": "OBJECT",
32391
32603
  "name": "Meter",
@@ -34884,6 +35096,39 @@
34884
35096
  "isDeprecated": false,
34885
35097
  "deprecationReason": null
34886
35098
  },
35099
+ {
35100
+ "name": "mergeEnvironment",
35101
+ "description": "Merge data from an existing environment to another environment or to a new environment.",
35102
+ "args": [
35103
+ {
35104
+ "name": "input",
35105
+ "description": null,
35106
+ "type": {
35107
+ "kind": "NON_NULL",
35108
+ "name": null,
35109
+ "ofType": {
35110
+ "kind": "INPUT_OBJECT",
35111
+ "name": "MergeEnvironmentInput",
35112
+ "ofType": null
35113
+ }
35114
+ },
35115
+ "defaultValue": null,
35116
+ "isDeprecated": false,
35117
+ "deprecationReason": null
35118
+ }
35119
+ ],
35120
+ "type": {
35121
+ "kind": "NON_NULL",
35122
+ "name": null,
35123
+ "ofType": {
35124
+ "kind": "OBJECT",
35125
+ "name": "MergeEnvironment",
35126
+ "ofType": null
35127
+ }
35128
+ },
35129
+ "isDeprecated": false,
35130
+ "deprecationReason": null
35131
+ },
34887
35132
  {
34888
35133
  "name": "migrateSubscriptionToLatest",
34889
35134
  "description": null,
@@ -46456,13 +46701,9 @@
46456
46701
  "description": null,
46457
46702
  "args": [],
46458
46703
  "type": {
46459
- "kind": "NON_NULL",
46460
- "name": null,
46461
- "ofType": {
46462
- "kind": "SCALAR",
46463
- "name": "Float",
46464
- "ofType": null
46465
- }
46704
+ "kind": "SCALAR",
46705
+ "name": "Float",
46706
+ "ofType": null
46466
46707
  },
46467
46708
  "isDeprecated": false,
46468
46709
  "deprecationReason": null
@@ -46499,13 +46740,9 @@
46499
46740
  "name": "upTo",
46500
46741
  "description": null,
46501
46742
  "type": {
46502
- "kind": "NON_NULL",
46503
- "name": null,
46504
- "ofType": {
46505
- "kind": "SCALAR",
46506
- "name": "Float",
46507
- "ofType": null
46508
- }
46743
+ "kind": "SCALAR",
46744
+ "name": "Float",
46745
+ "ofType": null
46509
46746
  },
46510
46747
  "defaultValue": null,
46511
46748
  "isDeprecated": false,
@@ -52502,6 +52739,39 @@
52502
52739
  "isDeprecated": false,
52503
52740
  "deprecationReason": null
52504
52741
  },
52742
+ {
52743
+ "name": "dumpEnvironmentForMergeComparison",
52744
+ "description": null,
52745
+ "args": [
52746
+ {
52747
+ "name": "input",
52748
+ "description": null,
52749
+ "type": {
52750
+ "kind": "NON_NULL",
52751
+ "name": null,
52752
+ "ofType": {
52753
+ "kind": "INPUT_OBJECT",
52754
+ "name": "DumpEnvironmentForForMergeComparisonInput",
52755
+ "ofType": null
52756
+ }
52757
+ },
52758
+ "defaultValue": null,
52759
+ "isDeprecated": false,
52760
+ "deprecationReason": null
52761
+ }
52762
+ ],
52763
+ "type": {
52764
+ "kind": "NON_NULL",
52765
+ "name": null,
52766
+ "ofType": {
52767
+ "kind": "OBJECT",
52768
+ "name": "DumpEnvironmentForMergeComparison",
52769
+ "ofType": null
52770
+ }
52771
+ },
52772
+ "isDeprecated": false,
52773
+ "deprecationReason": null
52774
+ },
52505
52775
  {
52506
52776
  "name": "entitlement",
52507
52777
  "description": null,
@@ -54167,6 +54437,39 @@
54167
54437
  "isDeprecated": false,
54168
54438
  "deprecationReason": null
54169
54439
  },
54440
+ {
54441
+ "name": "validateMergeEnvironment",
54442
+ "description": "Validate that one environment can be merged into another.",
54443
+ "args": [
54444
+ {
54445
+ "name": "input",
54446
+ "description": null,
54447
+ "type": {
54448
+ "kind": "NON_NULL",
54449
+ "name": null,
54450
+ "ofType": {
54451
+ "kind": "INPUT_OBJECT",
54452
+ "name": "ValidateMergeEnvironmentInput",
54453
+ "ofType": null
54454
+ }
54455
+ },
54456
+ "defaultValue": null,
54457
+ "isDeprecated": false,
54458
+ "deprecationReason": null
54459
+ }
54460
+ ],
54461
+ "type": {
54462
+ "kind": "NON_NULL",
54463
+ "name": null,
54464
+ "ofType": {
54465
+ "kind": "OBJECT",
54466
+ "name": "ValidateMergeEnvironment",
54467
+ "ofType": null
54468
+ }
54469
+ },
54470
+ "isDeprecated": false,
54471
+ "deprecationReason": null
54472
+ },
54170
54473
  {
54171
54474
  "name": "widgetConfiguration",
54172
54475
  "description": null,
@@ -70085,6 +70388,100 @@
70085
70388
  "enumValues": null,
70086
70389
  "possibleTypes": null
70087
70390
  },
70391
+ {
70392
+ "kind": "OBJECT",
70393
+ "name": "ValidateMergeEnvironment",
70394
+ "description": null,
70395
+ "fields": [
70396
+ {
70397
+ "name": "errors",
70398
+ "description": null,
70399
+ "args": [],
70400
+ "type": {
70401
+ "kind": "NON_NULL",
70402
+ "name": null,
70403
+ "ofType": {
70404
+ "kind": "LIST",
70405
+ "name": null,
70406
+ "ofType": {
70407
+ "kind": "NON_NULL",
70408
+ "name": null,
70409
+ "ofType": {
70410
+ "kind": "SCALAR",
70411
+ "name": "String",
70412
+ "ofType": null
70413
+ }
70414
+ }
70415
+ }
70416
+ },
70417
+ "isDeprecated": false,
70418
+ "deprecationReason": null
70419
+ },
70420
+ {
70421
+ "name": "isValid",
70422
+ "description": null,
70423
+ "args": [],
70424
+ "type": {
70425
+ "kind": "NON_NULL",
70426
+ "name": null,
70427
+ "ofType": {
70428
+ "kind": "SCALAR",
70429
+ "name": "Boolean",
70430
+ "ofType": null
70431
+ }
70432
+ },
70433
+ "isDeprecated": false,
70434
+ "deprecationReason": null
70435
+ }
70436
+ ],
70437
+ "inputFields": null,
70438
+ "interfaces": [],
70439
+ "enumValues": null,
70440
+ "possibleTypes": null
70441
+ },
70442
+ {
70443
+ "kind": "INPUT_OBJECT",
70444
+ "name": "ValidateMergeEnvironmentInput",
70445
+ "description": "Input type for validateMergeEnvironment query.",
70446
+ "fields": null,
70447
+ "inputFields": [
70448
+ {
70449
+ "name": "destinationEnvironmentSlug",
70450
+ "description": "The slug of the environment to copy to.",
70451
+ "type": {
70452
+ "kind": "NON_NULL",
70453
+ "name": null,
70454
+ "ofType": {
70455
+ "kind": "SCALAR",
70456
+ "name": "String",
70457
+ "ofType": null
70458
+ }
70459
+ },
70460
+ "defaultValue": null,
70461
+ "isDeprecated": false,
70462
+ "deprecationReason": null
70463
+ },
70464
+ {
70465
+ "name": "sourceEnvironmentSlug",
70466
+ "description": "The slug of the environment to copy from.",
70467
+ "type": {
70468
+ "kind": "NON_NULL",
70469
+ "name": null,
70470
+ "ofType": {
70471
+ "kind": "SCALAR",
70472
+ "name": "String",
70473
+ "ofType": null
70474
+ }
70475
+ },
70476
+ "defaultValue": null,
70477
+ "isDeprecated": false,
70478
+ "deprecationReason": null
70479
+ }
70480
+ ],
70481
+ "interfaces": null,
70482
+ "enumValues": null,
70483
+ "possibleTypes": null
70484
+ },
70088
70485
  {
70089
70486
  "kind": "ENUM",
70090
70487
  "name": "VendorIdentifier",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.735.0"
4
+ VERSION = "0.747.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: 0.735.0
4
+ version: 0.747.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-01-09 00:00:00.000000000 Z
11
+ date: 2024-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient