stigg-api-client 5.64.0 → 5.65.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: b000afdd8317833fc77730ab6a36d5e16fc19483952d3ac0e61dc04a73819bb5
4
- data.tar.gz: caa50b80dcd9287add4eca222708ac25999c31d925944a1c63cdb874882e5708
3
+ metadata.gz: a20c6268dc5581f8082a75282c4e2f57074a382d62181ff8fec22717110d5a20
4
+ data.tar.gz: a3d249b57238f41d8a0497a8347704e6d3d18ba71ef9eaeeb1c6798b12d8a825
5
5
  SHA512:
6
- metadata.gz: 95b5f0b913f40ec5bd8482b938de0e03303016466c11a4dc466500fd03f9227ad75e648d70aa88c00b7eb0cc9af67346125fdeab71758feedf0f5898086cf111
7
- data.tar.gz: b656a5703b53a1592616e95b4c9136202c42aab067c50789d8facc36a97349fe0b77fcc44f085cc8619208ac30195a3a71d33fcc63722b433050eed8158f1a34
6
+ metadata.gz: 7320e378aaeaedd45572be4c84e454ac709c28bf26a60c4822ac0636f3d10598067d60faea8d917463fff2219ae5bbc5fbfaced457340ed4a9028712c1c69c12
7
+ data.tar.gz: 046acc5982f4448037c7611b7b30d9f33981a52c9956de25070c1f5560692d3911b015030acd2afe20c687fdf46176231a68343464c8f1cfaa2e2e360cc295e8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.64.0)
4
+ stigg-api-client (5.65.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -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,
@@ -47727,6 +47774,39 @@
47727
47774
  "isDeprecated": false,
47728
47775
  "deprecationReason": null
47729
47776
  },
47777
+ {
47778
+ "name": "archiveOneProduct",
47779
+ "description": "Archive a product",
47780
+ "args": [
47781
+ {
47782
+ "name": "input",
47783
+ "description": "Input for archiving a product",
47784
+ "type": {
47785
+ "kind": "NON_NULL",
47786
+ "name": null,
47787
+ "ofType": {
47788
+ "kind": "INPUT_OBJECT",
47789
+ "name": "ArchiveProductInput",
47790
+ "ofType": null
47791
+ }
47792
+ },
47793
+ "defaultValue": null,
47794
+ "isDeprecated": false,
47795
+ "deprecationReason": null
47796
+ }
47797
+ ],
47798
+ "type": {
47799
+ "kind": "NON_NULL",
47800
+ "name": null,
47801
+ "ofType": {
47802
+ "kind": "OBJECT",
47803
+ "name": "Product",
47804
+ "ofType": null
47805
+ }
47806
+ },
47807
+ "isDeprecated": false,
47808
+ "deprecationReason": null
47809
+ },
47730
47810
  {
47731
47811
  "name": "archivePackageGroup",
47732
47812
  "description": "Archiving a package group",
@@ -59338,6 +59418,18 @@
59338
59418
  "isDeprecated": false,
59339
59419
  "deprecationReason": null
59340
59420
  },
59421
+ {
59422
+ "name": "status",
59423
+ "description": null,
59424
+ "type": {
59425
+ "kind": "INPUT_OBJECT",
59426
+ "name": "ProductStatusFilterComparison",
59427
+ "ofType": null
59428
+ },
59429
+ "defaultValue": null,
59430
+ "isDeprecated": false,
59431
+ "deprecationReason": null
59432
+ },
59341
59433
  {
59342
59434
  "name": "updatedAt",
59343
59435
  "description": null,
@@ -65081,6 +65173,18 @@
65081
65173
  "isDeprecated": false,
65082
65174
  "deprecationReason": null
65083
65175
  },
65176
+ {
65177
+ "name": "status",
65178
+ "description": null,
65179
+ "type": {
65180
+ "kind": "INPUT_OBJECT",
65181
+ "name": "ProductStatusFilterComparison",
65182
+ "ofType": null
65183
+ },
65184
+ "defaultValue": null,
65185
+ "isDeprecated": false,
65186
+ "deprecationReason": null
65187
+ },
65084
65188
  {
65085
65189
  "name": "updatedAt",
65086
65190
  "description": null,
@@ -69214,6 +69318,22 @@
69214
69318
  "isDeprecated": false,
69215
69319
  "deprecationReason": null
69216
69320
  },
69321
+ {
69322
+ "name": "status",
69323
+ "description": "The status of the product",
69324
+ "args": [],
69325
+ "type": {
69326
+ "kind": "NON_NULL",
69327
+ "name": null,
69328
+ "ofType": {
69329
+ "kind": "ENUM",
69330
+ "name": "ProductStatus",
69331
+ "ofType": null
69332
+ }
69333
+ },
69334
+ "isDeprecated": false,
69335
+ "deprecationReason": null
69336
+ },
69217
69337
  {
69218
69338
  "name": "subscriptionStartPlan",
69219
69339
  "description": null,
@@ -69389,6 +69509,18 @@
69389
69509
  "isDeprecated": false,
69390
69510
  "deprecationReason": null
69391
69511
  },
69512
+ {
69513
+ "name": "status",
69514
+ "description": null,
69515
+ "args": [],
69516
+ "type": {
69517
+ "kind": "ENUM",
69518
+ "name": "ProductStatus",
69519
+ "ofType": null
69520
+ },
69521
+ "isDeprecated": false,
69522
+ "deprecationReason": null
69523
+ },
69392
69524
  {
69393
69525
  "name": "updatedAt",
69394
69526
  "description": null,
@@ -69626,6 +69758,18 @@
69626
69758
  "isDeprecated": false,
69627
69759
  "deprecationReason": null
69628
69760
  },
69761
+ {
69762
+ "name": "status",
69763
+ "description": null,
69764
+ "args": [],
69765
+ "type": {
69766
+ "kind": "SCALAR",
69767
+ "name": "Int",
69768
+ "ofType": null
69769
+ },
69770
+ "isDeprecated": false,
69771
+ "deprecationReason": null
69772
+ },
69629
69773
  {
69630
69774
  "name": "updatedAt",
69631
69775
  "description": null,
@@ -70151,6 +70295,18 @@
70151
70295
  "isDeprecated": false,
70152
70296
  "deprecationReason": null
70153
70297
  },
70298
+ {
70299
+ "name": "status",
70300
+ "description": null,
70301
+ "type": {
70302
+ "kind": "INPUT_OBJECT",
70303
+ "name": "ProductStatusFilterComparison",
70304
+ "ofType": null
70305
+ },
70306
+ "defaultValue": null,
70307
+ "isDeprecated": false,
70308
+ "deprecationReason": null
70309
+ },
70154
70310
  {
70155
70311
  "name": "updatedAt",
70156
70312
  "description": null,
@@ -70269,6 +70425,18 @@
70269
70425
  "isDeprecated": false,
70270
70426
  "deprecationReason": null
70271
70427
  },
70428
+ {
70429
+ "name": "status",
70430
+ "description": null,
70431
+ "args": [],
70432
+ "type": {
70433
+ "kind": "ENUM",
70434
+ "name": "ProductStatus",
70435
+ "ofType": null
70436
+ },
70437
+ "isDeprecated": false,
70438
+ "deprecationReason": null
70439
+ },
70272
70440
  {
70273
70441
  "name": "updatedAt",
70274
70442
  "description": null,
@@ -70388,6 +70556,18 @@
70388
70556
  "isDeprecated": false,
70389
70557
  "deprecationReason": null
70390
70558
  },
70559
+ {
70560
+ "name": "status",
70561
+ "description": null,
70562
+ "args": [],
70563
+ "type": {
70564
+ "kind": "ENUM",
70565
+ "name": "ProductStatus",
70566
+ "ofType": null
70567
+ },
70568
+ "isDeprecated": false,
70569
+ "deprecationReason": null
70570
+ },
70391
70571
  {
70392
70572
  "name": "updatedAt",
70393
70573
  "description": null,
@@ -70755,6 +70935,12 @@
70755
70935
  "isDeprecated": false,
70756
70936
  "deprecationReason": null
70757
70937
  },
70938
+ {
70939
+ "name": "status",
70940
+ "description": null,
70941
+ "isDeprecated": false,
70942
+ "deprecationReason": null
70943
+ },
70758
70944
  {
70759
70945
  "name": "updatedAt",
70760
70946
  "description": null,
@@ -70764,6 +70950,224 @@
70764
70950
  ],
70765
70951
  "possibleTypes": null
70766
70952
  },
70953
+ {
70954
+ "kind": "ENUM",
70955
+ "name": "ProductStatus",
70956
+ "description": "Product status enum",
70957
+ "fields": null,
70958
+ "inputFields": null,
70959
+ "interfaces": null,
70960
+ "enumValues": [
70961
+ {
70962
+ "name": "ARCHIVED",
70963
+ "description": "Archived",
70964
+ "isDeprecated": false,
70965
+ "deprecationReason": null
70966
+ },
70967
+ {
70968
+ "name": "PUBLISHED",
70969
+ "description": "Published",
70970
+ "isDeprecated": false,
70971
+ "deprecationReason": null
70972
+ }
70973
+ ],
70974
+ "possibleTypes": null
70975
+ },
70976
+ {
70977
+ "kind": "INPUT_OBJECT",
70978
+ "name": "ProductStatusFilterComparison",
70979
+ "description": null,
70980
+ "fields": null,
70981
+ "inputFields": [
70982
+ {
70983
+ "name": "eq",
70984
+ "description": null,
70985
+ "type": {
70986
+ "kind": "ENUM",
70987
+ "name": "ProductStatus",
70988
+ "ofType": null
70989
+ },
70990
+ "defaultValue": null,
70991
+ "isDeprecated": false,
70992
+ "deprecationReason": null
70993
+ },
70994
+ {
70995
+ "name": "gt",
70996
+ "description": null,
70997
+ "type": {
70998
+ "kind": "ENUM",
70999
+ "name": "ProductStatus",
71000
+ "ofType": null
71001
+ },
71002
+ "defaultValue": null,
71003
+ "isDeprecated": false,
71004
+ "deprecationReason": null
71005
+ },
71006
+ {
71007
+ "name": "gte",
71008
+ "description": null,
71009
+ "type": {
71010
+ "kind": "ENUM",
71011
+ "name": "ProductStatus",
71012
+ "ofType": null
71013
+ },
71014
+ "defaultValue": null,
71015
+ "isDeprecated": false,
71016
+ "deprecationReason": null
71017
+ },
71018
+ {
71019
+ "name": "iLike",
71020
+ "description": null,
71021
+ "type": {
71022
+ "kind": "ENUM",
71023
+ "name": "ProductStatus",
71024
+ "ofType": null
71025
+ },
71026
+ "defaultValue": null,
71027
+ "isDeprecated": false,
71028
+ "deprecationReason": null
71029
+ },
71030
+ {
71031
+ "name": "in",
71032
+ "description": null,
71033
+ "type": {
71034
+ "kind": "LIST",
71035
+ "name": null,
71036
+ "ofType": {
71037
+ "kind": "NON_NULL",
71038
+ "name": null,
71039
+ "ofType": {
71040
+ "kind": "ENUM",
71041
+ "name": "ProductStatus",
71042
+ "ofType": null
71043
+ }
71044
+ }
71045
+ },
71046
+ "defaultValue": null,
71047
+ "isDeprecated": false,
71048
+ "deprecationReason": null
71049
+ },
71050
+ {
71051
+ "name": "is",
71052
+ "description": null,
71053
+ "type": {
71054
+ "kind": "SCALAR",
71055
+ "name": "Boolean",
71056
+ "ofType": null
71057
+ },
71058
+ "defaultValue": null,
71059
+ "isDeprecated": false,
71060
+ "deprecationReason": null
71061
+ },
71062
+ {
71063
+ "name": "isNot",
71064
+ "description": null,
71065
+ "type": {
71066
+ "kind": "SCALAR",
71067
+ "name": "Boolean",
71068
+ "ofType": null
71069
+ },
71070
+ "defaultValue": null,
71071
+ "isDeprecated": false,
71072
+ "deprecationReason": null
71073
+ },
71074
+ {
71075
+ "name": "like",
71076
+ "description": null,
71077
+ "type": {
71078
+ "kind": "ENUM",
71079
+ "name": "ProductStatus",
71080
+ "ofType": null
71081
+ },
71082
+ "defaultValue": null,
71083
+ "isDeprecated": false,
71084
+ "deprecationReason": null
71085
+ },
71086
+ {
71087
+ "name": "lt",
71088
+ "description": null,
71089
+ "type": {
71090
+ "kind": "ENUM",
71091
+ "name": "ProductStatus",
71092
+ "ofType": null
71093
+ },
71094
+ "defaultValue": null,
71095
+ "isDeprecated": false,
71096
+ "deprecationReason": null
71097
+ },
71098
+ {
71099
+ "name": "lte",
71100
+ "description": null,
71101
+ "type": {
71102
+ "kind": "ENUM",
71103
+ "name": "ProductStatus",
71104
+ "ofType": null
71105
+ },
71106
+ "defaultValue": null,
71107
+ "isDeprecated": false,
71108
+ "deprecationReason": null
71109
+ },
71110
+ {
71111
+ "name": "neq",
71112
+ "description": null,
71113
+ "type": {
71114
+ "kind": "ENUM",
71115
+ "name": "ProductStatus",
71116
+ "ofType": null
71117
+ },
71118
+ "defaultValue": null,
71119
+ "isDeprecated": false,
71120
+ "deprecationReason": null
71121
+ },
71122
+ {
71123
+ "name": "notILike",
71124
+ "description": null,
71125
+ "type": {
71126
+ "kind": "ENUM",
71127
+ "name": "ProductStatus",
71128
+ "ofType": null
71129
+ },
71130
+ "defaultValue": null,
71131
+ "isDeprecated": false,
71132
+ "deprecationReason": null
71133
+ },
71134
+ {
71135
+ "name": "notIn",
71136
+ "description": null,
71137
+ "type": {
71138
+ "kind": "LIST",
71139
+ "name": null,
71140
+ "ofType": {
71141
+ "kind": "NON_NULL",
71142
+ "name": null,
71143
+ "ofType": {
71144
+ "kind": "ENUM",
71145
+ "name": "ProductStatus",
71146
+ "ofType": null
71147
+ }
71148
+ }
71149
+ },
71150
+ "defaultValue": null,
71151
+ "isDeprecated": false,
71152
+ "deprecationReason": null
71153
+ },
71154
+ {
71155
+ "name": "notLike",
71156
+ "description": null,
71157
+ "type": {
71158
+ "kind": "ENUM",
71159
+ "name": "ProductStatus",
71160
+ "ofType": null
71161
+ },
71162
+ "defaultValue": null,
71163
+ "isDeprecated": false,
71164
+ "deprecationReason": null
71165
+ }
71166
+ ],
71167
+ "interfaces": null,
71168
+ "enumValues": null,
71169
+ "possibleTypes": null
71170
+ },
70767
71171
  {
70768
71172
  "kind": "INPUT_OBJECT",
70769
71173
  "name": "ProductUpdateInput",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.64.0"
4
+ VERSION = "5.65.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: 5.64.0
4
+ version: 5.65.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-07 00:00:00.000000000 Z
11
+ date: 2025-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient