stigg-api-client 0.735.0 → 0.743.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +405 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1769239a0ef7c72ab442d4a20070671232fe85ae424b72670be6f9c419f222c
|
4
|
+
data.tar.gz: 55aaa74e69ee2c4c8170bcddafa7dcaed1cf0eb87ec37d0070d2c6ae5fe3206e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eb3ce353b23facdabdedf853b13b0ec7444bc20f5684005bb1c11f5cfba8cf4c7e9110a765ada0117746da4bce9d885747d6f49f8ee5ad8e4d25f15ee42525f
|
7
|
+
data.tar.gz: 28a2f9eb40d5aa3244c05a2f40ff6af246dc3c4d0b23bb5633262d6c65428644a8f0d9444bc533aca456b32cb99e336d72b7e2ca45715a2158d304a68ff8bdd8
|
data/Gemfile.lock
CHANGED
@@ -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,
|
@@ -52502,6 +52747,39 @@
|
|
52502
52747
|
"isDeprecated": false,
|
52503
52748
|
"deprecationReason": null
|
52504
52749
|
},
|
52750
|
+
{
|
52751
|
+
"name": "dumpEnvironmentForMergeComparison",
|
52752
|
+
"description": null,
|
52753
|
+
"args": [
|
52754
|
+
{
|
52755
|
+
"name": "input",
|
52756
|
+
"description": null,
|
52757
|
+
"type": {
|
52758
|
+
"kind": "NON_NULL",
|
52759
|
+
"name": null,
|
52760
|
+
"ofType": {
|
52761
|
+
"kind": "INPUT_OBJECT",
|
52762
|
+
"name": "DumpEnvironmentForForMergeComparisonInput",
|
52763
|
+
"ofType": null
|
52764
|
+
}
|
52765
|
+
},
|
52766
|
+
"defaultValue": null,
|
52767
|
+
"isDeprecated": false,
|
52768
|
+
"deprecationReason": null
|
52769
|
+
}
|
52770
|
+
],
|
52771
|
+
"type": {
|
52772
|
+
"kind": "NON_NULL",
|
52773
|
+
"name": null,
|
52774
|
+
"ofType": {
|
52775
|
+
"kind": "OBJECT",
|
52776
|
+
"name": "DumpEnvironmentForMergeComparison",
|
52777
|
+
"ofType": null
|
52778
|
+
}
|
52779
|
+
},
|
52780
|
+
"isDeprecated": false,
|
52781
|
+
"deprecationReason": null
|
52782
|
+
},
|
52505
52783
|
{
|
52506
52784
|
"name": "entitlement",
|
52507
52785
|
"description": null,
|
@@ -54167,6 +54445,39 @@
|
|
54167
54445
|
"isDeprecated": false,
|
54168
54446
|
"deprecationReason": null
|
54169
54447
|
},
|
54448
|
+
{
|
54449
|
+
"name": "validateMergeEnvironment",
|
54450
|
+
"description": "Validate that one environment can be merged into another.",
|
54451
|
+
"args": [
|
54452
|
+
{
|
54453
|
+
"name": "input",
|
54454
|
+
"description": null,
|
54455
|
+
"type": {
|
54456
|
+
"kind": "NON_NULL",
|
54457
|
+
"name": null,
|
54458
|
+
"ofType": {
|
54459
|
+
"kind": "INPUT_OBJECT",
|
54460
|
+
"name": "ValidateMergeEnvironmentInput",
|
54461
|
+
"ofType": null
|
54462
|
+
}
|
54463
|
+
},
|
54464
|
+
"defaultValue": null,
|
54465
|
+
"isDeprecated": false,
|
54466
|
+
"deprecationReason": null
|
54467
|
+
}
|
54468
|
+
],
|
54469
|
+
"type": {
|
54470
|
+
"kind": "NON_NULL",
|
54471
|
+
"name": null,
|
54472
|
+
"ofType": {
|
54473
|
+
"kind": "OBJECT",
|
54474
|
+
"name": "ValidateMergeEnvironment",
|
54475
|
+
"ofType": null
|
54476
|
+
}
|
54477
|
+
},
|
54478
|
+
"isDeprecated": false,
|
54479
|
+
"deprecationReason": null
|
54480
|
+
},
|
54170
54481
|
{
|
54171
54482
|
"name": "widgetConfiguration",
|
54172
54483
|
"description": null,
|
@@ -70085,6 +70396,100 @@
|
|
70085
70396
|
"enumValues": null,
|
70086
70397
|
"possibleTypes": null
|
70087
70398
|
},
|
70399
|
+
{
|
70400
|
+
"kind": "OBJECT",
|
70401
|
+
"name": "ValidateMergeEnvironment",
|
70402
|
+
"description": null,
|
70403
|
+
"fields": [
|
70404
|
+
{
|
70405
|
+
"name": "errors",
|
70406
|
+
"description": null,
|
70407
|
+
"args": [],
|
70408
|
+
"type": {
|
70409
|
+
"kind": "NON_NULL",
|
70410
|
+
"name": null,
|
70411
|
+
"ofType": {
|
70412
|
+
"kind": "LIST",
|
70413
|
+
"name": null,
|
70414
|
+
"ofType": {
|
70415
|
+
"kind": "NON_NULL",
|
70416
|
+
"name": null,
|
70417
|
+
"ofType": {
|
70418
|
+
"kind": "SCALAR",
|
70419
|
+
"name": "String",
|
70420
|
+
"ofType": null
|
70421
|
+
}
|
70422
|
+
}
|
70423
|
+
}
|
70424
|
+
},
|
70425
|
+
"isDeprecated": false,
|
70426
|
+
"deprecationReason": null
|
70427
|
+
},
|
70428
|
+
{
|
70429
|
+
"name": "isValid",
|
70430
|
+
"description": null,
|
70431
|
+
"args": [],
|
70432
|
+
"type": {
|
70433
|
+
"kind": "NON_NULL",
|
70434
|
+
"name": null,
|
70435
|
+
"ofType": {
|
70436
|
+
"kind": "SCALAR",
|
70437
|
+
"name": "Boolean",
|
70438
|
+
"ofType": null
|
70439
|
+
}
|
70440
|
+
},
|
70441
|
+
"isDeprecated": false,
|
70442
|
+
"deprecationReason": null
|
70443
|
+
}
|
70444
|
+
],
|
70445
|
+
"inputFields": null,
|
70446
|
+
"interfaces": [],
|
70447
|
+
"enumValues": null,
|
70448
|
+
"possibleTypes": null
|
70449
|
+
},
|
70450
|
+
{
|
70451
|
+
"kind": "INPUT_OBJECT",
|
70452
|
+
"name": "ValidateMergeEnvironmentInput",
|
70453
|
+
"description": "Input type for validateMergeEnvironment query.",
|
70454
|
+
"fields": null,
|
70455
|
+
"inputFields": [
|
70456
|
+
{
|
70457
|
+
"name": "destinationEnvironmentSlug",
|
70458
|
+
"description": "The slug of the environment to copy to.",
|
70459
|
+
"type": {
|
70460
|
+
"kind": "NON_NULL",
|
70461
|
+
"name": null,
|
70462
|
+
"ofType": {
|
70463
|
+
"kind": "SCALAR",
|
70464
|
+
"name": "String",
|
70465
|
+
"ofType": null
|
70466
|
+
}
|
70467
|
+
},
|
70468
|
+
"defaultValue": null,
|
70469
|
+
"isDeprecated": false,
|
70470
|
+
"deprecationReason": null
|
70471
|
+
},
|
70472
|
+
{
|
70473
|
+
"name": "sourceEnvironmentSlug",
|
70474
|
+
"description": "The slug of the environment to copy from.",
|
70475
|
+
"type": {
|
70476
|
+
"kind": "NON_NULL",
|
70477
|
+
"name": null,
|
70478
|
+
"ofType": {
|
70479
|
+
"kind": "SCALAR",
|
70480
|
+
"name": "String",
|
70481
|
+
"ofType": null
|
70482
|
+
}
|
70483
|
+
},
|
70484
|
+
"defaultValue": null,
|
70485
|
+
"isDeprecated": false,
|
70486
|
+
"deprecationReason": null
|
70487
|
+
}
|
70488
|
+
],
|
70489
|
+
"interfaces": null,
|
70490
|
+
"enumValues": null,
|
70491
|
+
"possibleTypes": null
|
70492
|
+
},
|
70088
70493
|
{
|
70089
70494
|
"kind": "ENUM",
|
70090
70495
|
"name": "VendorIdentifier",
|
data/lib/stigg/version.rb
CHANGED
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.
|
4
|
+
version: 0.743.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-
|
11
|
+
date: 2024-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|