stigg-api-client 0.641.0 → 0.642.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: e79559e6732d5331aae53c1a715e26ac93274fd6020f59a504f5c7f3c693520f
4
- data.tar.gz: 7fc7b7d7b0099386c60b2ec48e9507c9686ce9c32d2fe64e0e058bb0f8704474
3
+ metadata.gz: 02d9aec67e7e41c91fb4ae50d955c7c9f5443dcd6ed5b22b0e4ee80fb75c4f6e
4
+ data.tar.gz: fbf824212618a0933b62d588a18f8e0ad3088ec337c422b99293607afc4a43c5
5
5
  SHA512:
6
- metadata.gz: dcf26877dd81576a54492fc2304069986adb83a95d17faa0480cc678c5179bc01804b80b07d362d51e9eb12e7dcfa20b888d60868f0796e3e8c516c83e39a9b5
7
- data.tar.gz: 7a7b438f8ab7b2b75682bb682e9f46adf3ddb78b47425c4f1b42b7d034753fe79c97dcaa6d057b49325a8fbecbb8fa4d422f73493f16f3db26a263a0bba6ef3c
6
+ metadata.gz: 68e9d684e37676d2f22640cad07ad2c542e5c741c494c41de2e147d99d5a62441fd12fe7d080d1eaa6cf882f5817cfca101b3ed886d7eb3490c3765689208296
7
+ data.tar.gz: 678ff9591cb62d50e0fdd699b6181c795c2e2a423ae34bc0cda6ca092b67283a8623e90c4a125f1d5866072c5b33eef3c3d6e5cc81e12017de707a12506fa1db
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.641.0)
4
+ stigg-api-client (0.642.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -3399,6 +3399,45 @@
3399
3399
  "enumValues": null,
3400
3400
  "possibleTypes": null
3401
3401
  },
3402
+ {
3403
+ "kind": "INPUT_OBJECT",
3404
+ "name": "ArchiveFeatureInput",
3405
+ "description": null,
3406
+ "fields": null,
3407
+ "inputFields": [
3408
+ {
3409
+ "name": "environmentId",
3410
+ "description": null,
3411
+ "type": {
3412
+ "kind": "SCALAR",
3413
+ "name": "String",
3414
+ "ofType": null
3415
+ },
3416
+ "defaultValue": null,
3417
+ "isDeprecated": false,
3418
+ "deprecationReason": null
3419
+ },
3420
+ {
3421
+ "name": "id",
3422
+ "description": null,
3423
+ "type": {
3424
+ "kind": "NON_NULL",
3425
+ "name": null,
3426
+ "ofType": {
3427
+ "kind": "SCALAR",
3428
+ "name": "String",
3429
+ "ofType": null
3430
+ }
3431
+ },
3432
+ "defaultValue": null,
3433
+ "isDeprecated": false,
3434
+ "deprecationReason": null
3435
+ }
3436
+ ],
3437
+ "interfaces": null,
3438
+ "enumValues": null,
3439
+ "possibleTypes": null
3440
+ },
3402
3441
  {
3403
3442
  "kind": "INPUT_OBJECT",
3404
3443
  "name": "ArchivePlanInput",
@@ -17865,6 +17904,49 @@
17865
17904
  ],
17866
17905
  "possibleTypes": null
17867
17906
  },
17907
+ {
17908
+ "kind": "INPUT_OBJECT",
17909
+ "name": "DoesFeatureExist",
17910
+ "description": null,
17911
+ "fields": null,
17912
+ "inputFields": [
17913
+ {
17914
+ "name": "environmentId",
17915
+ "description": null,
17916
+ "type": {
17917
+ "kind": "NON_NULL",
17918
+ "name": null,
17919
+ "ofType": {
17920
+ "kind": "SCALAR",
17921
+ "name": "String",
17922
+ "ofType": null
17923
+ }
17924
+ },
17925
+ "defaultValue": null,
17926
+ "isDeprecated": false,
17927
+ "deprecationReason": null
17928
+ },
17929
+ {
17930
+ "name": "refId",
17931
+ "description": null,
17932
+ "type": {
17933
+ "kind": "NON_NULL",
17934
+ "name": null,
17935
+ "ofType": {
17936
+ "kind": "SCALAR",
17937
+ "name": "String",
17938
+ "ofType": null
17939
+ }
17940
+ },
17941
+ "defaultValue": null,
17942
+ "isDeprecated": false,
17943
+ "deprecationReason": null
17944
+ }
17945
+ ],
17946
+ "interfaces": null,
17947
+ "enumValues": null,
17948
+ "possibleTypes": null
17949
+ },
17868
17950
  {
17869
17951
  "kind": "OBJECT",
17870
17952
  "name": "DowngradeChangeVariables",
@@ -20281,6 +20363,12 @@
20281
20363
  "isDeprecated": false,
20282
20364
  "deprecationReason": null
20283
20365
  },
20366
+ {
20367
+ "name": "CannotArchiveFeatureError",
20368
+ "description": null,
20369
+ "isDeprecated": false,
20370
+ "deprecationReason": null
20371
+ },
20284
20372
  {
20285
20373
  "name": "CannotDeleteCustomerError",
20286
20374
  "description": null,
@@ -21574,6 +21662,12 @@
21574
21662
  "isDeprecated": false,
21575
21663
  "deprecationReason": null
21576
21664
  },
21665
+ {
21666
+ "name": "FEATURE_ARCHIVED",
21667
+ "description": null,
21668
+ "isDeprecated": false,
21669
+ "deprecationReason": null
21670
+ },
21577
21671
  {
21578
21672
  "name": "FEATURE_CREATED",
21579
21673
  "description": null,
@@ -23917,6 +24011,49 @@
23917
24011
  "enumValues": null,
23918
24012
  "possibleTypes": null
23919
24013
  },
24014
+ {
24015
+ "kind": "INPUT_OBJECT",
24016
+ "name": "FeatureAssociatedLatestPackages",
24017
+ "description": null,
24018
+ "fields": null,
24019
+ "inputFields": [
24020
+ {
24021
+ "name": "environmentId",
24022
+ "description": null,
24023
+ "type": {
24024
+ "kind": "NON_NULL",
24025
+ "name": null,
24026
+ "ofType": {
24027
+ "kind": "SCALAR",
24028
+ "name": "String",
24029
+ "ofType": null
24030
+ }
24031
+ },
24032
+ "defaultValue": null,
24033
+ "isDeprecated": false,
24034
+ "deprecationReason": null
24035
+ },
24036
+ {
24037
+ "name": "featureId",
24038
+ "description": null,
24039
+ "type": {
24040
+ "kind": "NON_NULL",
24041
+ "name": null,
24042
+ "ofType": {
24043
+ "kind": "SCALAR",
24044
+ "name": "String",
24045
+ "ofType": null
24046
+ }
24047
+ },
24048
+ "defaultValue": null,
24049
+ "isDeprecated": false,
24050
+ "deprecationReason": null
24051
+ }
24052
+ ],
24053
+ "interfaces": null,
24054
+ "enumValues": null,
24055
+ "possibleTypes": null
24056
+ },
23920
24057
  {
23921
24058
  "kind": "OBJECT",
23922
24059
  "name": "FeatureConnection",
@@ -31974,6 +32111,39 @@
31974
32111
  "isDeprecated": false,
31975
32112
  "deprecationReason": null
31976
32113
  },
32114
+ {
32115
+ "name": "archiveFeature",
32116
+ "description": null,
32117
+ "args": [
32118
+ {
32119
+ "name": "input",
32120
+ "description": null,
32121
+ "type": {
32122
+ "kind": "NON_NULL",
32123
+ "name": null,
32124
+ "ofType": {
32125
+ "kind": "INPUT_OBJECT",
32126
+ "name": "ArchiveFeatureInput",
32127
+ "ofType": null
32128
+ }
32129
+ },
32130
+ "defaultValue": null,
32131
+ "isDeprecated": false,
32132
+ "deprecationReason": null
32133
+ }
32134
+ ],
32135
+ "type": {
32136
+ "kind": "NON_NULL",
32137
+ "name": null,
32138
+ "ofType": {
32139
+ "kind": "OBJECT",
32140
+ "name": "Feature",
32141
+ "ofType": null
32142
+ }
32143
+ },
32144
+ "isDeprecated": false,
32145
+ "deprecationReason": null
32146
+ },
31977
32147
  {
31978
32148
  "name": "archiveOneCoupon",
31979
32149
  "description": null,
@@ -50441,6 +50611,39 @@
50441
50611
  "isDeprecated": false,
50442
50612
  "deprecationReason": null
50443
50613
  },
50614
+ {
50615
+ "name": "doesFeatureExist",
50616
+ "description": null,
50617
+ "args": [
50618
+ {
50619
+ "name": "input",
50620
+ "description": null,
50621
+ "type": {
50622
+ "kind": "NON_NULL",
50623
+ "name": null,
50624
+ "ofType": {
50625
+ "kind": "INPUT_OBJECT",
50626
+ "name": "DoesFeatureExist",
50627
+ "ofType": null
50628
+ }
50629
+ },
50630
+ "defaultValue": null,
50631
+ "isDeprecated": false,
50632
+ "deprecationReason": null
50633
+ }
50634
+ ],
50635
+ "type": {
50636
+ "kind": "NON_NULL",
50637
+ "name": null,
50638
+ "ofType": {
50639
+ "kind": "SCALAR",
50640
+ "name": "Boolean",
50641
+ "ofType": null
50642
+ }
50643
+ },
50644
+ "isDeprecated": false,
50645
+ "deprecationReason": null
50646
+ },
50444
50647
  {
50445
50648
  "name": "entitlement",
50446
50649
  "description": null,
@@ -50699,6 +50902,47 @@
50699
50902
  "isDeprecated": false,
50700
50903
  "deprecationReason": null
50701
50904
  },
50905
+ {
50906
+ "name": "featureAssociatedLatestPackages",
50907
+ "description": null,
50908
+ "args": [
50909
+ {
50910
+ "name": "input",
50911
+ "description": null,
50912
+ "type": {
50913
+ "kind": "NON_NULL",
50914
+ "name": null,
50915
+ "ofType": {
50916
+ "kind": "INPUT_OBJECT",
50917
+ "name": "FeatureAssociatedLatestPackages",
50918
+ "ofType": null
50919
+ }
50920
+ },
50921
+ "defaultValue": null,
50922
+ "isDeprecated": false,
50923
+ "deprecationReason": null
50924
+ }
50925
+ ],
50926
+ "type": {
50927
+ "kind": "NON_NULL",
50928
+ "name": null,
50929
+ "ofType": {
50930
+ "kind": "LIST",
50931
+ "name": null,
50932
+ "ofType": {
50933
+ "kind": "NON_NULL",
50934
+ "name": null,
50935
+ "ofType": {
50936
+ "kind": "OBJECT",
50937
+ "name": "PackageDTO",
50938
+ "ofType": null
50939
+ }
50940
+ }
50941
+ }
50942
+ },
50943
+ "isDeprecated": false,
50944
+ "deprecationReason": null
50945
+ },
50702
50946
  {
50703
50947
  "name": "features",
50704
50948
  "description": null,
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.641.0"
4
+ VERSION = "0.642.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.641.0
4
+ version: 0.642.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg