stigg-api-client 1.80.1 → 1.81.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 +90 -156
- 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: f61ba95ed6da98ea48f78e2d65602025ef45a2b107241a01c5e908d2aa8c80f7
|
|
4
|
+
data.tar.gz: bed4de474167e5a519714e05d5fc19e5f39554ebaa3662d84d3849bd4f3443ee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc0a45cb566cea95b338621ab01eb611dff513bb52bb558e2ae8b7a1d6130137a3eb47a4bf317ad227b089dcd7f33d092e27c64ce05090319f04af05599e7642
|
|
7
|
+
data.tar.gz: 1a029e18ed15f4a22b0ce397f70537259601f1a494ae29432853882f6ba904b6e96a6b0ff765ec72209241f4e354bf661beb97637c36ddbd4b98151d1dd14987
|
data/Gemfile.lock
CHANGED
|
@@ -9146,57 +9146,6 @@
|
|
|
9146
9146
|
"defaultValue": null,
|
|
9147
9147
|
"isDeprecated": false,
|
|
9148
9148
|
"deprecationReason": null
|
|
9149
|
-
},
|
|
9150
|
-
{
|
|
9151
|
-
"name": "status",
|
|
9152
|
-
"description": "The status of the package group",
|
|
9153
|
-
"type": {
|
|
9154
|
-
"kind": "ENUM",
|
|
9155
|
-
"name": "PackageStatus",
|
|
9156
|
-
"ofType": null
|
|
9157
|
-
},
|
|
9158
|
-
"defaultValue": null,
|
|
9159
|
-
"isDeprecated": false,
|
|
9160
|
-
"deprecationReason": null
|
|
9161
|
-
}
|
|
9162
|
-
],
|
|
9163
|
-
"interfaces": null,
|
|
9164
|
-
"enumValues": null,
|
|
9165
|
-
"possibleTypes": null
|
|
9166
|
-
},
|
|
9167
|
-
{
|
|
9168
|
-
"kind": "INPUT_OBJECT",
|
|
9169
|
-
"name": "CreatePackageGroupDraft",
|
|
9170
|
-
"description": "The input type for creating a draft for an existing package group",
|
|
9171
|
-
"fields": null,
|
|
9172
|
-
"inputFields": [
|
|
9173
|
-
{
|
|
9174
|
-
"name": "environmentId",
|
|
9175
|
-
"description": "The environment id to create the package group draft in",
|
|
9176
|
-
"type": {
|
|
9177
|
-
"kind": "SCALAR",
|
|
9178
|
-
"name": "String",
|
|
9179
|
-
"ofType": null
|
|
9180
|
-
},
|
|
9181
|
-
"defaultValue": null,
|
|
9182
|
-
"isDeprecated": false,
|
|
9183
|
-
"deprecationReason": null
|
|
9184
|
-
},
|
|
9185
|
-
{
|
|
9186
|
-
"name": "packageGroupId",
|
|
9187
|
-
"description": "The id of the package group",
|
|
9188
|
-
"type": {
|
|
9189
|
-
"kind": "NON_NULL",
|
|
9190
|
-
"name": null,
|
|
9191
|
-
"ofType": {
|
|
9192
|
-
"kind": "SCALAR",
|
|
9193
|
-
"name": "String",
|
|
9194
|
-
"ofType": null
|
|
9195
|
-
}
|
|
9196
|
-
},
|
|
9197
|
-
"defaultValue": null,
|
|
9198
|
-
"isDeprecated": false,
|
|
9199
|
-
"deprecationReason": null
|
|
9200
9149
|
}
|
|
9201
9150
|
],
|
|
9202
9151
|
"interfaces": null,
|
|
@@ -35669,39 +35618,6 @@
|
|
|
35669
35618
|
"isDeprecated": false,
|
|
35670
35619
|
"deprecationReason": null
|
|
35671
35620
|
},
|
|
35672
|
-
{
|
|
35673
|
-
"name": "createPackageGroupDraft",
|
|
35674
|
-
"description": null,
|
|
35675
|
-
"args": [
|
|
35676
|
-
{
|
|
35677
|
-
"name": "input",
|
|
35678
|
-
"description": null,
|
|
35679
|
-
"type": {
|
|
35680
|
-
"kind": "NON_NULL",
|
|
35681
|
-
"name": null,
|
|
35682
|
-
"ofType": {
|
|
35683
|
-
"kind": "INPUT_OBJECT",
|
|
35684
|
-
"name": "CreatePackageGroupDraft",
|
|
35685
|
-
"ofType": null
|
|
35686
|
-
}
|
|
35687
|
-
},
|
|
35688
|
-
"defaultValue": null,
|
|
35689
|
-
"isDeprecated": false,
|
|
35690
|
-
"deprecationReason": null
|
|
35691
|
-
}
|
|
35692
|
-
],
|
|
35693
|
-
"type": {
|
|
35694
|
-
"kind": "NON_NULL",
|
|
35695
|
-
"name": null,
|
|
35696
|
-
"ofType": {
|
|
35697
|
-
"kind": "OBJECT",
|
|
35698
|
-
"name": "PackageGroup",
|
|
35699
|
-
"ofType": null
|
|
35700
|
-
}
|
|
35701
|
-
},
|
|
35702
|
-
"isDeprecated": false,
|
|
35703
|
-
"deprecationReason": null
|
|
35704
|
-
},
|
|
35705
35621
|
{
|
|
35706
35622
|
"name": "createPlanDraft",
|
|
35707
35623
|
"description": null,
|
|
@@ -36733,39 +36649,6 @@
|
|
|
36733
36649
|
"isDeprecated": false,
|
|
36734
36650
|
"deprecationReason": null
|
|
36735
36651
|
},
|
|
36736
|
-
{
|
|
36737
|
-
"name": "publishPackageGroup",
|
|
36738
|
-
"description": null,
|
|
36739
|
-
"args": [
|
|
36740
|
-
{
|
|
36741
|
-
"name": "input",
|
|
36742
|
-
"description": null,
|
|
36743
|
-
"type": {
|
|
36744
|
-
"kind": "NON_NULL",
|
|
36745
|
-
"name": null,
|
|
36746
|
-
"ofType": {
|
|
36747
|
-
"kind": "INPUT_OBJECT",
|
|
36748
|
-
"name": "PublishPackageGroup",
|
|
36749
|
-
"ofType": null
|
|
36750
|
-
}
|
|
36751
|
-
},
|
|
36752
|
-
"defaultValue": null,
|
|
36753
|
-
"isDeprecated": false,
|
|
36754
|
-
"deprecationReason": null
|
|
36755
|
-
}
|
|
36756
|
-
],
|
|
36757
|
-
"type": {
|
|
36758
|
-
"kind": "NON_NULL",
|
|
36759
|
-
"name": null,
|
|
36760
|
-
"ofType": {
|
|
36761
|
-
"kind": "OBJECT",
|
|
36762
|
-
"name": "PackageGroup",
|
|
36763
|
-
"ofType": null
|
|
36764
|
-
}
|
|
36765
|
-
},
|
|
36766
|
-
"isDeprecated": false,
|
|
36767
|
-
"deprecationReason": null
|
|
36768
|
-
},
|
|
36769
36652
|
{
|
|
36770
36653
|
"name": "publishPlan",
|
|
36771
36654
|
"description": null,
|
|
@@ -42346,6 +42229,18 @@
|
|
|
42346
42229
|
"isDeprecated": false,
|
|
42347
42230
|
"deprecationReason": null
|
|
42348
42231
|
},
|
|
42232
|
+
{
|
|
42233
|
+
"name": "productId",
|
|
42234
|
+
"description": null,
|
|
42235
|
+
"args": [],
|
|
42236
|
+
"type": {
|
|
42237
|
+
"kind": "SCALAR",
|
|
42238
|
+
"name": "String",
|
|
42239
|
+
"ofType": null
|
|
42240
|
+
},
|
|
42241
|
+
"isDeprecated": false,
|
|
42242
|
+
"deprecationReason": null
|
|
42243
|
+
},
|
|
42349
42244
|
{
|
|
42350
42245
|
"name": "status",
|
|
42351
42246
|
"description": "The status of the package group",
|
|
@@ -42465,6 +42360,18 @@
|
|
|
42465
42360
|
"isDeprecated": false,
|
|
42466
42361
|
"deprecationReason": null
|
|
42467
42362
|
},
|
|
42363
|
+
{
|
|
42364
|
+
"name": "productId",
|
|
42365
|
+
"description": null,
|
|
42366
|
+
"args": [],
|
|
42367
|
+
"type": {
|
|
42368
|
+
"kind": "SCALAR",
|
|
42369
|
+
"name": "String",
|
|
42370
|
+
"ofType": null
|
|
42371
|
+
},
|
|
42372
|
+
"isDeprecated": false,
|
|
42373
|
+
"deprecationReason": null
|
|
42374
|
+
},
|
|
42468
42375
|
{
|
|
42469
42376
|
"name": "status",
|
|
42470
42377
|
"description": null,
|
|
@@ -42662,6 +42569,18 @@
|
|
|
42662
42569
|
"isDeprecated": false,
|
|
42663
42570
|
"deprecationReason": null
|
|
42664
42571
|
},
|
|
42572
|
+
{
|
|
42573
|
+
"name": "productId",
|
|
42574
|
+
"description": null,
|
|
42575
|
+
"args": [],
|
|
42576
|
+
"type": {
|
|
42577
|
+
"kind": "SCALAR",
|
|
42578
|
+
"name": "Int",
|
|
42579
|
+
"ofType": null
|
|
42580
|
+
},
|
|
42581
|
+
"isDeprecated": false,
|
|
42582
|
+
"deprecationReason": null
|
|
42583
|
+
},
|
|
42665
42584
|
{
|
|
42666
42585
|
"name": "status",
|
|
42667
42586
|
"description": null,
|
|
@@ -42877,6 +42796,18 @@
|
|
|
42877
42796
|
"isDeprecated": false,
|
|
42878
42797
|
"deprecationReason": null
|
|
42879
42798
|
},
|
|
42799
|
+
{
|
|
42800
|
+
"name": "productId",
|
|
42801
|
+
"description": null,
|
|
42802
|
+
"type": {
|
|
42803
|
+
"kind": "INPUT_OBJECT",
|
|
42804
|
+
"name": "StringFieldComparison",
|
|
42805
|
+
"ofType": null
|
|
42806
|
+
},
|
|
42807
|
+
"defaultValue": null,
|
|
42808
|
+
"isDeprecated": false,
|
|
42809
|
+
"deprecationReason": null
|
|
42810
|
+
},
|
|
42880
42811
|
{
|
|
42881
42812
|
"name": "status",
|
|
42882
42813
|
"description": null,
|
|
@@ -43361,6 +43292,18 @@
|
|
|
43361
43292
|
"isDeprecated": false,
|
|
43362
43293
|
"deprecationReason": null
|
|
43363
43294
|
},
|
|
43295
|
+
{
|
|
43296
|
+
"name": "productId",
|
|
43297
|
+
"description": null,
|
|
43298
|
+
"args": [],
|
|
43299
|
+
"type": {
|
|
43300
|
+
"kind": "SCALAR",
|
|
43301
|
+
"name": "String",
|
|
43302
|
+
"ofType": null
|
|
43303
|
+
},
|
|
43304
|
+
"isDeprecated": false,
|
|
43305
|
+
"deprecationReason": null
|
|
43306
|
+
},
|
|
43364
43307
|
{
|
|
43365
43308
|
"name": "status",
|
|
43366
43309
|
"description": null,
|
|
@@ -43456,6 +43399,18 @@
|
|
|
43456
43399
|
"isDeprecated": false,
|
|
43457
43400
|
"deprecationReason": null
|
|
43458
43401
|
},
|
|
43402
|
+
{
|
|
43403
|
+
"name": "productId",
|
|
43404
|
+
"description": null,
|
|
43405
|
+
"args": [],
|
|
43406
|
+
"type": {
|
|
43407
|
+
"kind": "SCALAR",
|
|
43408
|
+
"name": "String",
|
|
43409
|
+
"ofType": null
|
|
43410
|
+
},
|
|
43411
|
+
"isDeprecated": false,
|
|
43412
|
+
"deprecationReason": null
|
|
43413
|
+
},
|
|
43459
43414
|
{
|
|
43460
43415
|
"name": "status",
|
|
43461
43416
|
"description": null,
|
|
@@ -43591,6 +43546,12 @@
|
|
|
43591
43546
|
"isDeprecated": false,
|
|
43592
43547
|
"deprecationReason": null
|
|
43593
43548
|
},
|
|
43549
|
+
{
|
|
43550
|
+
"name": "productId",
|
|
43551
|
+
"description": null,
|
|
43552
|
+
"isDeprecated": false,
|
|
43553
|
+
"deprecationReason": null
|
|
43554
|
+
},
|
|
43594
43555
|
{
|
|
43595
43556
|
"name": "status",
|
|
43596
43557
|
"description": null,
|
|
@@ -48081,6 +48042,18 @@
|
|
|
48081
48042
|
"isDeprecated": false,
|
|
48082
48043
|
"deprecationReason": null
|
|
48083
48044
|
},
|
|
48045
|
+
{
|
|
48046
|
+
"name": "productId",
|
|
48047
|
+
"description": null,
|
|
48048
|
+
"type": {
|
|
48049
|
+
"kind": "INPUT_OBJECT",
|
|
48050
|
+
"name": "StringFieldComparison",
|
|
48051
|
+
"ofType": null
|
|
48052
|
+
},
|
|
48053
|
+
"defaultValue": null,
|
|
48054
|
+
"isDeprecated": false,
|
|
48055
|
+
"deprecationReason": null
|
|
48056
|
+
},
|
|
48084
48057
|
{
|
|
48085
48058
|
"name": "status",
|
|
48086
48059
|
"description": null,
|
|
@@ -56543,45 +56516,6 @@
|
|
|
56543
56516
|
],
|
|
56544
56517
|
"possibleTypes": null
|
|
56545
56518
|
},
|
|
56546
|
-
{
|
|
56547
|
-
"kind": "INPUT_OBJECT",
|
|
56548
|
-
"name": "PublishPackageGroup",
|
|
56549
|
-
"description": "The input type for publishing an package group",
|
|
56550
|
-
"fields": null,
|
|
56551
|
-
"inputFields": [
|
|
56552
|
-
{
|
|
56553
|
-
"name": "environmentId",
|
|
56554
|
-
"description": "The environment id to publish the package group in",
|
|
56555
|
-
"type": {
|
|
56556
|
-
"kind": "SCALAR",
|
|
56557
|
-
"name": "String",
|
|
56558
|
-
"ofType": null
|
|
56559
|
-
},
|
|
56560
|
-
"defaultValue": null,
|
|
56561
|
-
"isDeprecated": false,
|
|
56562
|
-
"deprecationReason": null
|
|
56563
|
-
},
|
|
56564
|
-
{
|
|
56565
|
-
"name": "packageGroupId",
|
|
56566
|
-
"description": "The id of the package group",
|
|
56567
|
-
"type": {
|
|
56568
|
-
"kind": "NON_NULL",
|
|
56569
|
-
"name": null,
|
|
56570
|
-
"ofType": {
|
|
56571
|
-
"kind": "SCALAR",
|
|
56572
|
-
"name": "String",
|
|
56573
|
-
"ofType": null
|
|
56574
|
-
}
|
|
56575
|
-
},
|
|
56576
|
-
"defaultValue": null,
|
|
56577
|
-
"isDeprecated": false,
|
|
56578
|
-
"deprecationReason": null
|
|
56579
|
-
}
|
|
56580
|
-
],
|
|
56581
|
-
"interfaces": null,
|
|
56582
|
-
"enumValues": null,
|
|
56583
|
-
"possibleTypes": null
|
|
56584
|
-
},
|
|
56585
56519
|
{
|
|
56586
56520
|
"kind": "OBJECT",
|
|
56587
56521
|
"name": "PublishPackageResult",
|
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: 1.
|
|
4
|
+
version: 1.81.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-03-
|
|
11
|
+
date: 2024-03-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|