stigg-api-client 5.64.0 → 5.66.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 +416 -20
- 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: 9c5520252f3985cf45951d799e1ff5b809d2144616b766f50e9178004a5329b6
|
|
4
|
+
data.tar.gz: 6ff2738a2ed61547134c7e9a63c492ead30e2effe8721a0a1f5824d9f1672718
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f17866687b10ef18a5f000163f47c0d293a05a80a0da66df83d173a6e984d9656ffc3dcdf31ee355ab4bbb38288fccad257879618640cda3c8519b93663a3fcb
|
|
7
|
+
data.tar.gz: 39ad1703a3411c63db2ca2a4b0fc17356300bcca34db8582a6f3ed70305896ad72123aabbbdb81959cda47fca030da3776d2d5ad57980e3be3b5586643403982
|
data/Gemfile.lock
CHANGED
|
@@ -4591,6 +4591,53 @@
|
|
|
4591
4591
|
{
|
|
4592
4592
|
"name": "id",
|
|
4593
4593
|
"description": "Plan ID to archive",
|
|
4594
|
+
"type": {
|
|
4595
|
+
"kind": "SCALAR",
|
|
4596
|
+
"name": "String",
|
|
4597
|
+
"ofType": null
|
|
4598
|
+
},
|
|
4599
|
+
"defaultValue": null,
|
|
4600
|
+
"isDeprecated": false,
|
|
4601
|
+
"deprecationReason": null
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "refId",
|
|
4605
|
+
"description": "Plan refId to archive",
|
|
4606
|
+
"type": {
|
|
4607
|
+
"kind": "SCALAR",
|
|
4608
|
+
"name": "String",
|
|
4609
|
+
"ofType": null
|
|
4610
|
+
},
|
|
4611
|
+
"defaultValue": null,
|
|
4612
|
+
"isDeprecated": false,
|
|
4613
|
+
"deprecationReason": null
|
|
4614
|
+
}
|
|
4615
|
+
],
|
|
4616
|
+
"interfaces": null,
|
|
4617
|
+
"enumValues": null,
|
|
4618
|
+
"possibleTypes": null
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"kind": "INPUT_OBJECT",
|
|
4622
|
+
"name": "ArchiveProductInput",
|
|
4623
|
+
"description": "Input for archiving a product",
|
|
4624
|
+
"fields": null,
|
|
4625
|
+
"inputFields": [
|
|
4626
|
+
{
|
|
4627
|
+
"name": "environmentId",
|
|
4628
|
+
"description": "Environment ID to archive the product in",
|
|
4629
|
+
"type": {
|
|
4630
|
+
"kind": "SCALAR",
|
|
4631
|
+
"name": "UUID",
|
|
4632
|
+
"ofType": null
|
|
4633
|
+
},
|
|
4634
|
+
"defaultValue": null,
|
|
4635
|
+
"isDeprecated": false,
|
|
4636
|
+
"deprecationReason": null
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"name": "refId",
|
|
4640
|
+
"description": "Product refId to archive",
|
|
4594
4641
|
"type": {
|
|
4595
4642
|
"kind": "NON_NULL",
|
|
4596
4643
|
"name": null,
|
|
@@ -30098,6 +30145,12 @@
|
|
|
30098
30145
|
"isDeprecated": false,
|
|
30099
30146
|
"deprecationReason": null
|
|
30100
30147
|
},
|
|
30148
|
+
{
|
|
30149
|
+
"name": "CannotArchiveProductError",
|
|
30150
|
+
"description": "Cannot archive product because one or more of it packages cannot be archived",
|
|
30151
|
+
"isDeprecated": false,
|
|
30152
|
+
"deprecationReason": null
|
|
30153
|
+
},
|
|
30101
30154
|
{
|
|
30102
30155
|
"name": "CannotChangeBillingIntegration",
|
|
30103
30156
|
"description": "Cannot change billing integration at current customer state",
|
|
@@ -30122,12 +30175,6 @@
|
|
|
30122
30175
|
"isDeprecated": false,
|
|
30123
30176
|
"deprecationReason": null
|
|
30124
30177
|
},
|
|
30125
|
-
{
|
|
30126
|
-
"name": "CannotDeleteProductError",
|
|
30127
|
-
"description": null,
|
|
30128
|
-
"isDeprecated": false,
|
|
30129
|
-
"deprecationReason": null
|
|
30130
|
-
},
|
|
30131
30178
|
{
|
|
30132
30179
|
"name": "CannotEditPackageInNonDraftMode",
|
|
30133
30180
|
"description": null,
|
|
@@ -39189,13 +39236,9 @@
|
|
|
39189
39236
|
"name": "environmentId",
|
|
39190
39237
|
"description": "Environment ID",
|
|
39191
39238
|
"type": {
|
|
39192
|
-
"kind": "
|
|
39193
|
-
"name":
|
|
39194
|
-
"ofType":
|
|
39195
|
-
"kind": "SCALAR",
|
|
39196
|
-
"name": "String",
|
|
39197
|
-
"ofType": null
|
|
39198
|
-
}
|
|
39239
|
+
"kind": "SCALAR",
|
|
39240
|
+
"name": "String",
|
|
39241
|
+
"ofType": null
|
|
39199
39242
|
},
|
|
39200
39243
|
"defaultValue": null,
|
|
39201
39244
|
"isDeprecated": false,
|
|
@@ -47727,6 +47770,39 @@
|
|
|
47727
47770
|
"isDeprecated": false,
|
|
47728
47771
|
"deprecationReason": null
|
|
47729
47772
|
},
|
|
47773
|
+
{
|
|
47774
|
+
"name": "archiveOneProduct",
|
|
47775
|
+
"description": "Archive a product",
|
|
47776
|
+
"args": [
|
|
47777
|
+
{
|
|
47778
|
+
"name": "input",
|
|
47779
|
+
"description": "Input for archiving a product",
|
|
47780
|
+
"type": {
|
|
47781
|
+
"kind": "NON_NULL",
|
|
47782
|
+
"name": null,
|
|
47783
|
+
"ofType": {
|
|
47784
|
+
"kind": "INPUT_OBJECT",
|
|
47785
|
+
"name": "ArchiveProductInput",
|
|
47786
|
+
"ofType": null
|
|
47787
|
+
}
|
|
47788
|
+
},
|
|
47789
|
+
"defaultValue": null,
|
|
47790
|
+
"isDeprecated": false,
|
|
47791
|
+
"deprecationReason": null
|
|
47792
|
+
}
|
|
47793
|
+
],
|
|
47794
|
+
"type": {
|
|
47795
|
+
"kind": "NON_NULL",
|
|
47796
|
+
"name": null,
|
|
47797
|
+
"ofType": {
|
|
47798
|
+
"kind": "OBJECT",
|
|
47799
|
+
"name": "Product",
|
|
47800
|
+
"ofType": null
|
|
47801
|
+
}
|
|
47802
|
+
},
|
|
47803
|
+
"isDeprecated": false,
|
|
47804
|
+
"deprecationReason": null
|
|
47805
|
+
},
|
|
47730
47806
|
{
|
|
47731
47807
|
"name": "archivePackageGroup",
|
|
47732
47808
|
"description": "Archiving a package group",
|
|
@@ -59338,6 +59414,18 @@
|
|
|
59338
59414
|
"isDeprecated": false,
|
|
59339
59415
|
"deprecationReason": null
|
|
59340
59416
|
},
|
|
59417
|
+
{
|
|
59418
|
+
"name": "status",
|
|
59419
|
+
"description": null,
|
|
59420
|
+
"type": {
|
|
59421
|
+
"kind": "INPUT_OBJECT",
|
|
59422
|
+
"name": "ProductStatusFilterComparison",
|
|
59423
|
+
"ofType": null
|
|
59424
|
+
},
|
|
59425
|
+
"defaultValue": null,
|
|
59426
|
+
"isDeprecated": false,
|
|
59427
|
+
"deprecationReason": null
|
|
59428
|
+
},
|
|
59341
59429
|
{
|
|
59342
59430
|
"name": "updatedAt",
|
|
59343
59431
|
"description": null,
|
|
@@ -65081,6 +65169,18 @@
|
|
|
65081
65169
|
"isDeprecated": false,
|
|
65082
65170
|
"deprecationReason": null
|
|
65083
65171
|
},
|
|
65172
|
+
{
|
|
65173
|
+
"name": "status",
|
|
65174
|
+
"description": null,
|
|
65175
|
+
"type": {
|
|
65176
|
+
"kind": "INPUT_OBJECT",
|
|
65177
|
+
"name": "ProductStatusFilterComparison",
|
|
65178
|
+
"ofType": null
|
|
65179
|
+
},
|
|
65180
|
+
"defaultValue": null,
|
|
65181
|
+
"isDeprecated": false,
|
|
65182
|
+
"deprecationReason": null
|
|
65183
|
+
},
|
|
65084
65184
|
{
|
|
65085
65185
|
"name": "updatedAt",
|
|
65086
65186
|
"description": null,
|
|
@@ -69214,6 +69314,22 @@
|
|
|
69214
69314
|
"isDeprecated": false,
|
|
69215
69315
|
"deprecationReason": null
|
|
69216
69316
|
},
|
|
69317
|
+
{
|
|
69318
|
+
"name": "status",
|
|
69319
|
+
"description": "The status of the product",
|
|
69320
|
+
"args": [],
|
|
69321
|
+
"type": {
|
|
69322
|
+
"kind": "NON_NULL",
|
|
69323
|
+
"name": null,
|
|
69324
|
+
"ofType": {
|
|
69325
|
+
"kind": "ENUM",
|
|
69326
|
+
"name": "ProductStatus",
|
|
69327
|
+
"ofType": null
|
|
69328
|
+
}
|
|
69329
|
+
},
|
|
69330
|
+
"isDeprecated": false,
|
|
69331
|
+
"deprecationReason": null
|
|
69332
|
+
},
|
|
69217
69333
|
{
|
|
69218
69334
|
"name": "subscriptionStartPlan",
|
|
69219
69335
|
"description": null,
|
|
@@ -69389,6 +69505,18 @@
|
|
|
69389
69505
|
"isDeprecated": false,
|
|
69390
69506
|
"deprecationReason": null
|
|
69391
69507
|
},
|
|
69508
|
+
{
|
|
69509
|
+
"name": "status",
|
|
69510
|
+
"description": null,
|
|
69511
|
+
"args": [],
|
|
69512
|
+
"type": {
|
|
69513
|
+
"kind": "ENUM",
|
|
69514
|
+
"name": "ProductStatus",
|
|
69515
|
+
"ofType": null
|
|
69516
|
+
},
|
|
69517
|
+
"isDeprecated": false,
|
|
69518
|
+
"deprecationReason": null
|
|
69519
|
+
},
|
|
69392
69520
|
{
|
|
69393
69521
|
"name": "updatedAt",
|
|
69394
69522
|
"description": null,
|
|
@@ -69626,6 +69754,18 @@
|
|
|
69626
69754
|
"isDeprecated": false,
|
|
69627
69755
|
"deprecationReason": null
|
|
69628
69756
|
},
|
|
69757
|
+
{
|
|
69758
|
+
"name": "status",
|
|
69759
|
+
"description": null,
|
|
69760
|
+
"args": [],
|
|
69761
|
+
"type": {
|
|
69762
|
+
"kind": "SCALAR",
|
|
69763
|
+
"name": "Int",
|
|
69764
|
+
"ofType": null
|
|
69765
|
+
},
|
|
69766
|
+
"isDeprecated": false,
|
|
69767
|
+
"deprecationReason": null
|
|
69768
|
+
},
|
|
69629
69769
|
{
|
|
69630
69770
|
"name": "updatedAt",
|
|
69631
69771
|
"description": null,
|
|
@@ -70151,6 +70291,18 @@
|
|
|
70151
70291
|
"isDeprecated": false,
|
|
70152
70292
|
"deprecationReason": null
|
|
70153
70293
|
},
|
|
70294
|
+
{
|
|
70295
|
+
"name": "status",
|
|
70296
|
+
"description": null,
|
|
70297
|
+
"type": {
|
|
70298
|
+
"kind": "INPUT_OBJECT",
|
|
70299
|
+
"name": "ProductStatusFilterComparison",
|
|
70300
|
+
"ofType": null
|
|
70301
|
+
},
|
|
70302
|
+
"defaultValue": null,
|
|
70303
|
+
"isDeprecated": false,
|
|
70304
|
+
"deprecationReason": null
|
|
70305
|
+
},
|
|
70154
70306
|
{
|
|
70155
70307
|
"name": "updatedAt",
|
|
70156
70308
|
"description": null,
|
|
@@ -70269,6 +70421,18 @@
|
|
|
70269
70421
|
"isDeprecated": false,
|
|
70270
70422
|
"deprecationReason": null
|
|
70271
70423
|
},
|
|
70424
|
+
{
|
|
70425
|
+
"name": "status",
|
|
70426
|
+
"description": null,
|
|
70427
|
+
"args": [],
|
|
70428
|
+
"type": {
|
|
70429
|
+
"kind": "ENUM",
|
|
70430
|
+
"name": "ProductStatus",
|
|
70431
|
+
"ofType": null
|
|
70432
|
+
},
|
|
70433
|
+
"isDeprecated": false,
|
|
70434
|
+
"deprecationReason": null
|
|
70435
|
+
},
|
|
70272
70436
|
{
|
|
70273
70437
|
"name": "updatedAt",
|
|
70274
70438
|
"description": null,
|
|
@@ -70388,6 +70552,18 @@
|
|
|
70388
70552
|
"isDeprecated": false,
|
|
70389
70553
|
"deprecationReason": null
|
|
70390
70554
|
},
|
|
70555
|
+
{
|
|
70556
|
+
"name": "status",
|
|
70557
|
+
"description": null,
|
|
70558
|
+
"args": [],
|
|
70559
|
+
"type": {
|
|
70560
|
+
"kind": "ENUM",
|
|
70561
|
+
"name": "ProductStatus",
|
|
70562
|
+
"ofType": null
|
|
70563
|
+
},
|
|
70564
|
+
"isDeprecated": false,
|
|
70565
|
+
"deprecationReason": null
|
|
70566
|
+
},
|
|
70391
70567
|
{
|
|
70392
70568
|
"name": "updatedAt",
|
|
70393
70569
|
"description": null,
|
|
@@ -70755,6 +70931,12 @@
|
|
|
70755
70931
|
"isDeprecated": false,
|
|
70756
70932
|
"deprecationReason": null
|
|
70757
70933
|
},
|
|
70934
|
+
{
|
|
70935
|
+
"name": "status",
|
|
70936
|
+
"description": null,
|
|
70937
|
+
"isDeprecated": false,
|
|
70938
|
+
"deprecationReason": null
|
|
70939
|
+
},
|
|
70758
70940
|
{
|
|
70759
70941
|
"name": "updatedAt",
|
|
70760
70942
|
"description": null,
|
|
@@ -70764,6 +70946,224 @@
|
|
|
70764
70946
|
],
|
|
70765
70947
|
"possibleTypes": null
|
|
70766
70948
|
},
|
|
70949
|
+
{
|
|
70950
|
+
"kind": "ENUM",
|
|
70951
|
+
"name": "ProductStatus",
|
|
70952
|
+
"description": "Product status enum",
|
|
70953
|
+
"fields": null,
|
|
70954
|
+
"inputFields": null,
|
|
70955
|
+
"interfaces": null,
|
|
70956
|
+
"enumValues": [
|
|
70957
|
+
{
|
|
70958
|
+
"name": "ARCHIVED",
|
|
70959
|
+
"description": "Archived",
|
|
70960
|
+
"isDeprecated": false,
|
|
70961
|
+
"deprecationReason": null
|
|
70962
|
+
},
|
|
70963
|
+
{
|
|
70964
|
+
"name": "PUBLISHED",
|
|
70965
|
+
"description": "Published",
|
|
70966
|
+
"isDeprecated": false,
|
|
70967
|
+
"deprecationReason": null
|
|
70968
|
+
}
|
|
70969
|
+
],
|
|
70970
|
+
"possibleTypes": null
|
|
70971
|
+
},
|
|
70972
|
+
{
|
|
70973
|
+
"kind": "INPUT_OBJECT",
|
|
70974
|
+
"name": "ProductStatusFilterComparison",
|
|
70975
|
+
"description": null,
|
|
70976
|
+
"fields": null,
|
|
70977
|
+
"inputFields": [
|
|
70978
|
+
{
|
|
70979
|
+
"name": "eq",
|
|
70980
|
+
"description": null,
|
|
70981
|
+
"type": {
|
|
70982
|
+
"kind": "ENUM",
|
|
70983
|
+
"name": "ProductStatus",
|
|
70984
|
+
"ofType": null
|
|
70985
|
+
},
|
|
70986
|
+
"defaultValue": null,
|
|
70987
|
+
"isDeprecated": false,
|
|
70988
|
+
"deprecationReason": null
|
|
70989
|
+
},
|
|
70990
|
+
{
|
|
70991
|
+
"name": "gt",
|
|
70992
|
+
"description": null,
|
|
70993
|
+
"type": {
|
|
70994
|
+
"kind": "ENUM",
|
|
70995
|
+
"name": "ProductStatus",
|
|
70996
|
+
"ofType": null
|
|
70997
|
+
},
|
|
70998
|
+
"defaultValue": null,
|
|
70999
|
+
"isDeprecated": false,
|
|
71000
|
+
"deprecationReason": null
|
|
71001
|
+
},
|
|
71002
|
+
{
|
|
71003
|
+
"name": "gte",
|
|
71004
|
+
"description": null,
|
|
71005
|
+
"type": {
|
|
71006
|
+
"kind": "ENUM",
|
|
71007
|
+
"name": "ProductStatus",
|
|
71008
|
+
"ofType": null
|
|
71009
|
+
},
|
|
71010
|
+
"defaultValue": null,
|
|
71011
|
+
"isDeprecated": false,
|
|
71012
|
+
"deprecationReason": null
|
|
71013
|
+
},
|
|
71014
|
+
{
|
|
71015
|
+
"name": "iLike",
|
|
71016
|
+
"description": null,
|
|
71017
|
+
"type": {
|
|
71018
|
+
"kind": "ENUM",
|
|
71019
|
+
"name": "ProductStatus",
|
|
71020
|
+
"ofType": null
|
|
71021
|
+
},
|
|
71022
|
+
"defaultValue": null,
|
|
71023
|
+
"isDeprecated": false,
|
|
71024
|
+
"deprecationReason": null
|
|
71025
|
+
},
|
|
71026
|
+
{
|
|
71027
|
+
"name": "in",
|
|
71028
|
+
"description": null,
|
|
71029
|
+
"type": {
|
|
71030
|
+
"kind": "LIST",
|
|
71031
|
+
"name": null,
|
|
71032
|
+
"ofType": {
|
|
71033
|
+
"kind": "NON_NULL",
|
|
71034
|
+
"name": null,
|
|
71035
|
+
"ofType": {
|
|
71036
|
+
"kind": "ENUM",
|
|
71037
|
+
"name": "ProductStatus",
|
|
71038
|
+
"ofType": null
|
|
71039
|
+
}
|
|
71040
|
+
}
|
|
71041
|
+
},
|
|
71042
|
+
"defaultValue": null,
|
|
71043
|
+
"isDeprecated": false,
|
|
71044
|
+
"deprecationReason": null
|
|
71045
|
+
},
|
|
71046
|
+
{
|
|
71047
|
+
"name": "is",
|
|
71048
|
+
"description": null,
|
|
71049
|
+
"type": {
|
|
71050
|
+
"kind": "SCALAR",
|
|
71051
|
+
"name": "Boolean",
|
|
71052
|
+
"ofType": null
|
|
71053
|
+
},
|
|
71054
|
+
"defaultValue": null,
|
|
71055
|
+
"isDeprecated": false,
|
|
71056
|
+
"deprecationReason": null
|
|
71057
|
+
},
|
|
71058
|
+
{
|
|
71059
|
+
"name": "isNot",
|
|
71060
|
+
"description": null,
|
|
71061
|
+
"type": {
|
|
71062
|
+
"kind": "SCALAR",
|
|
71063
|
+
"name": "Boolean",
|
|
71064
|
+
"ofType": null
|
|
71065
|
+
},
|
|
71066
|
+
"defaultValue": null,
|
|
71067
|
+
"isDeprecated": false,
|
|
71068
|
+
"deprecationReason": null
|
|
71069
|
+
},
|
|
71070
|
+
{
|
|
71071
|
+
"name": "like",
|
|
71072
|
+
"description": null,
|
|
71073
|
+
"type": {
|
|
71074
|
+
"kind": "ENUM",
|
|
71075
|
+
"name": "ProductStatus",
|
|
71076
|
+
"ofType": null
|
|
71077
|
+
},
|
|
71078
|
+
"defaultValue": null,
|
|
71079
|
+
"isDeprecated": false,
|
|
71080
|
+
"deprecationReason": null
|
|
71081
|
+
},
|
|
71082
|
+
{
|
|
71083
|
+
"name": "lt",
|
|
71084
|
+
"description": null,
|
|
71085
|
+
"type": {
|
|
71086
|
+
"kind": "ENUM",
|
|
71087
|
+
"name": "ProductStatus",
|
|
71088
|
+
"ofType": null
|
|
71089
|
+
},
|
|
71090
|
+
"defaultValue": null,
|
|
71091
|
+
"isDeprecated": false,
|
|
71092
|
+
"deprecationReason": null
|
|
71093
|
+
},
|
|
71094
|
+
{
|
|
71095
|
+
"name": "lte",
|
|
71096
|
+
"description": null,
|
|
71097
|
+
"type": {
|
|
71098
|
+
"kind": "ENUM",
|
|
71099
|
+
"name": "ProductStatus",
|
|
71100
|
+
"ofType": null
|
|
71101
|
+
},
|
|
71102
|
+
"defaultValue": null,
|
|
71103
|
+
"isDeprecated": false,
|
|
71104
|
+
"deprecationReason": null
|
|
71105
|
+
},
|
|
71106
|
+
{
|
|
71107
|
+
"name": "neq",
|
|
71108
|
+
"description": null,
|
|
71109
|
+
"type": {
|
|
71110
|
+
"kind": "ENUM",
|
|
71111
|
+
"name": "ProductStatus",
|
|
71112
|
+
"ofType": null
|
|
71113
|
+
},
|
|
71114
|
+
"defaultValue": null,
|
|
71115
|
+
"isDeprecated": false,
|
|
71116
|
+
"deprecationReason": null
|
|
71117
|
+
},
|
|
71118
|
+
{
|
|
71119
|
+
"name": "notILike",
|
|
71120
|
+
"description": null,
|
|
71121
|
+
"type": {
|
|
71122
|
+
"kind": "ENUM",
|
|
71123
|
+
"name": "ProductStatus",
|
|
71124
|
+
"ofType": null
|
|
71125
|
+
},
|
|
71126
|
+
"defaultValue": null,
|
|
71127
|
+
"isDeprecated": false,
|
|
71128
|
+
"deprecationReason": null
|
|
71129
|
+
},
|
|
71130
|
+
{
|
|
71131
|
+
"name": "notIn",
|
|
71132
|
+
"description": null,
|
|
71133
|
+
"type": {
|
|
71134
|
+
"kind": "LIST",
|
|
71135
|
+
"name": null,
|
|
71136
|
+
"ofType": {
|
|
71137
|
+
"kind": "NON_NULL",
|
|
71138
|
+
"name": null,
|
|
71139
|
+
"ofType": {
|
|
71140
|
+
"kind": "ENUM",
|
|
71141
|
+
"name": "ProductStatus",
|
|
71142
|
+
"ofType": null
|
|
71143
|
+
}
|
|
71144
|
+
}
|
|
71145
|
+
},
|
|
71146
|
+
"defaultValue": null,
|
|
71147
|
+
"isDeprecated": false,
|
|
71148
|
+
"deprecationReason": null
|
|
71149
|
+
},
|
|
71150
|
+
{
|
|
71151
|
+
"name": "notLike",
|
|
71152
|
+
"description": null,
|
|
71153
|
+
"type": {
|
|
71154
|
+
"kind": "ENUM",
|
|
71155
|
+
"name": "ProductStatus",
|
|
71156
|
+
"ofType": null
|
|
71157
|
+
},
|
|
71158
|
+
"defaultValue": null,
|
|
71159
|
+
"isDeprecated": false,
|
|
71160
|
+
"deprecationReason": null
|
|
71161
|
+
}
|
|
71162
|
+
],
|
|
71163
|
+
"interfaces": null,
|
|
71164
|
+
"enumValues": null,
|
|
71165
|
+
"possibleTypes": null
|
|
71166
|
+
},
|
|
70767
71167
|
{
|
|
70768
71168
|
"kind": "INPUT_OBJECT",
|
|
70769
71169
|
"name": "ProductUpdateInput",
|
|
@@ -79133,13 +79533,9 @@
|
|
|
79133
79533
|
"name": "environmentId",
|
|
79134
79534
|
"description": "Environment ID",
|
|
79135
79535
|
"type": {
|
|
79136
|
-
"kind": "
|
|
79137
|
-
"name":
|
|
79138
|
-
"ofType":
|
|
79139
|
-
"kind": "SCALAR",
|
|
79140
|
-
"name": "String",
|
|
79141
|
-
"ofType": null
|
|
79142
|
-
}
|
|
79536
|
+
"kind": "SCALAR",
|
|
79537
|
+
"name": "String",
|
|
79538
|
+
"ofType": null
|
|
79143
79539
|
},
|
|
79144
79540
|
"defaultValue": null,
|
|
79145
79541
|
"isDeprecated": false,
|
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: 5.
|
|
4
|
+
version: 5.66.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-12-
|
|
11
|
+
date: 2025-12-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|