stigg-api-client 1.76.0 → 1.77.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70cf99c67c464ea0b55a6ff61f2b7186194bc9f5b80eae62185f8132293ba6f2
4
- data.tar.gz: 2a7694c5ed2afe8f509e2b91ca74bef4c21e011c79061af96767d150337bbac9
3
+ metadata.gz: 2240e3c54ba39ed1da08f336f460509c392e3f9a1fb7eee8d552939548d4139d
4
+ data.tar.gz: 136935115406601fafd987fcc2025ed34c400f4be7e27d2158a6da1931f73610
5
5
  SHA512:
6
- metadata.gz: c4920d94846cd05ea5311c0202628244d26b3e314d121eb0894d696c48bedf03ca55437141053a6857b8cb79ae451148a5a388eb30379e4699117a4f68290578
7
- data.tar.gz: 04042a870e2bdd10e34279dd0c6729f993089fbb74d58bcbaa2f5909228a31083c1f3458b37b56fbb96fb335dc4b8e850fe314a63e83602575ba584911e4f9c4
6
+ metadata.gz: 7a6c7729c9788716554b721a740f2a4ccf86af06ce199c6d0df76355213ce3e41125e719f1bdcf9208232b8e41ed04501b72543ec044f184015de9f20b4079b1
7
+ data.tar.gz: 548ec5cbbee97f475e057962e020f4e7346df8776498f75db269049934b0c2308d448bc9395201d4c5fb18deb9cd50afe2030634443f7b1f8db4830e78e4b2e8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.76.0)
4
+ stigg-api-client (1.77.3)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -9075,6 +9075,18 @@
9075
9075
  "description": "The input type for creating an package group",
9076
9076
  "fields": null,
9077
9077
  "inputFields": [
9078
+ {
9079
+ "name": "description",
9080
+ "description": "The description of the package group",
9081
+ "type": {
9082
+ "kind": "SCALAR",
9083
+ "name": "String",
9084
+ "ofType": null
9085
+ },
9086
+ "defaultValue": null,
9087
+ "isDeprecated": false,
9088
+ "deprecationReason": null
9089
+ },
9078
9090
  {
9079
9091
  "name": "displayName",
9080
9092
  "description": "The display name of the package group",
@@ -9119,6 +9131,22 @@
9119
9131
  "isDeprecated": false,
9120
9132
  "deprecationReason": null
9121
9133
  },
9134
+ {
9135
+ "name": "productId",
9136
+ "description": null,
9137
+ "type": {
9138
+ "kind": "NON_NULL",
9139
+ "name": null,
9140
+ "ofType": {
9141
+ "kind": "SCALAR",
9142
+ "name": "String",
9143
+ "ofType": null
9144
+ }
9145
+ },
9146
+ "defaultValue": null,
9147
+ "isDeprecated": false,
9148
+ "deprecationReason": null
9149
+ },
9122
9150
  {
9123
9151
  "name": "status",
9124
9152
  "description": "The status of the package group",
@@ -42193,6 +42221,18 @@
42193
42221
  "isDeprecated": false,
42194
42222
  "deprecationReason": null
42195
42223
  },
42224
+ {
42225
+ "name": "description",
42226
+ "description": "The description of the package group",
42227
+ "args": [],
42228
+ "type": {
42229
+ "kind": "SCALAR",
42230
+ "name": "String",
42231
+ "ofType": null
42232
+ },
42233
+ "isDeprecated": false,
42234
+ "deprecationReason": null
42235
+ },
42196
42236
  {
42197
42237
  "name": "displayName",
42198
42238
  "description": "The display name of the package group",
@@ -42257,6 +42297,22 @@
42257
42297
  "isDeprecated": false,
42258
42298
  "deprecationReason": null
42259
42299
  },
42300
+ {
42301
+ "name": "product",
42302
+ "description": null,
42303
+ "args": [],
42304
+ "type": {
42305
+ "kind": "NON_NULL",
42306
+ "name": null,
42307
+ "ofType": {
42308
+ "kind": "OBJECT",
42309
+ "name": "Product",
42310
+ "ofType": null
42311
+ }
42312
+ },
42313
+ "isDeprecated": false,
42314
+ "deprecationReason": null
42315
+ },
42260
42316
  {
42261
42317
  "name": "status",
42262
42318
  "description": "The status of the package group",
@@ -42776,6 +42832,18 @@
42776
42832
  "isDeprecated": false,
42777
42833
  "deprecationReason": null
42778
42834
  },
42835
+ {
42836
+ "name": "product",
42837
+ "description": null,
42838
+ "type": {
42839
+ "kind": "INPUT_OBJECT",
42840
+ "name": "PackageGroupFilterProductFilter",
42841
+ "ofType": null
42842
+ },
42843
+ "defaultValue": null,
42844
+ "isDeprecated": false,
42845
+ "deprecationReason": null
42846
+ },
42779
42847
  {
42780
42848
  "name": "status",
42781
42849
  "description": null,
@@ -43036,6 +43104,177 @@
43036
43104
  "enumValues": null,
43037
43105
  "possibleTypes": null
43038
43106
  },
43107
+ {
43108
+ "kind": "INPUT_OBJECT",
43109
+ "name": "PackageGroupFilterProductFilter",
43110
+ "description": null,
43111
+ "fields": null,
43112
+ "inputFields": [
43113
+ {
43114
+ "name": "and",
43115
+ "description": null,
43116
+ "type": {
43117
+ "kind": "LIST",
43118
+ "name": null,
43119
+ "ofType": {
43120
+ "kind": "NON_NULL",
43121
+ "name": null,
43122
+ "ofType": {
43123
+ "kind": "INPUT_OBJECT",
43124
+ "name": "PackageGroupFilterProductFilter",
43125
+ "ofType": null
43126
+ }
43127
+ }
43128
+ },
43129
+ "defaultValue": null,
43130
+ "isDeprecated": false,
43131
+ "deprecationReason": null
43132
+ },
43133
+ {
43134
+ "name": "awsMarketplaceProductCode",
43135
+ "description": null,
43136
+ "type": {
43137
+ "kind": "INPUT_OBJECT",
43138
+ "name": "StringFieldComparison",
43139
+ "ofType": null
43140
+ },
43141
+ "defaultValue": null,
43142
+ "isDeprecated": false,
43143
+ "deprecationReason": null
43144
+ },
43145
+ {
43146
+ "name": "awsMarketplaceProductId",
43147
+ "description": null,
43148
+ "type": {
43149
+ "kind": "INPUT_OBJECT",
43150
+ "name": "StringFieldComparison",
43151
+ "ofType": null
43152
+ },
43153
+ "defaultValue": null,
43154
+ "isDeprecated": false,
43155
+ "deprecationReason": null
43156
+ },
43157
+ {
43158
+ "name": "createdAt",
43159
+ "description": null,
43160
+ "type": {
43161
+ "kind": "INPUT_OBJECT",
43162
+ "name": "DateFieldComparison",
43163
+ "ofType": null
43164
+ },
43165
+ "defaultValue": null,
43166
+ "isDeprecated": false,
43167
+ "deprecationReason": null
43168
+ },
43169
+ {
43170
+ "name": "description",
43171
+ "description": null,
43172
+ "type": {
43173
+ "kind": "INPUT_OBJECT",
43174
+ "name": "StringFieldComparison",
43175
+ "ofType": null
43176
+ },
43177
+ "defaultValue": null,
43178
+ "isDeprecated": false,
43179
+ "deprecationReason": null
43180
+ },
43181
+ {
43182
+ "name": "displayName",
43183
+ "description": null,
43184
+ "type": {
43185
+ "kind": "INPUT_OBJECT",
43186
+ "name": "StringFieldComparison",
43187
+ "ofType": null
43188
+ },
43189
+ "defaultValue": null,
43190
+ "isDeprecated": false,
43191
+ "deprecationReason": null
43192
+ },
43193
+ {
43194
+ "name": "environmentId",
43195
+ "description": null,
43196
+ "type": {
43197
+ "kind": "INPUT_OBJECT",
43198
+ "name": "StringFieldComparison",
43199
+ "ofType": null
43200
+ },
43201
+ "defaultValue": null,
43202
+ "isDeprecated": false,
43203
+ "deprecationReason": null
43204
+ },
43205
+ {
43206
+ "name": "id",
43207
+ "description": null,
43208
+ "type": {
43209
+ "kind": "INPUT_OBJECT",
43210
+ "name": "StringFieldComparison",
43211
+ "ofType": null
43212
+ },
43213
+ "defaultValue": null,
43214
+ "isDeprecated": false,
43215
+ "deprecationReason": null
43216
+ },
43217
+ {
43218
+ "name": "isDefaultProduct",
43219
+ "description": null,
43220
+ "type": {
43221
+ "kind": "INPUT_OBJECT",
43222
+ "name": "BooleanFieldComparison",
43223
+ "ofType": null
43224
+ },
43225
+ "defaultValue": null,
43226
+ "isDeprecated": false,
43227
+ "deprecationReason": null
43228
+ },
43229
+ {
43230
+ "name": "or",
43231
+ "description": null,
43232
+ "type": {
43233
+ "kind": "LIST",
43234
+ "name": null,
43235
+ "ofType": {
43236
+ "kind": "NON_NULL",
43237
+ "name": null,
43238
+ "ofType": {
43239
+ "kind": "INPUT_OBJECT",
43240
+ "name": "PackageGroupFilterProductFilter",
43241
+ "ofType": null
43242
+ }
43243
+ }
43244
+ },
43245
+ "defaultValue": null,
43246
+ "isDeprecated": false,
43247
+ "deprecationReason": null
43248
+ },
43249
+ {
43250
+ "name": "refId",
43251
+ "description": null,
43252
+ "type": {
43253
+ "kind": "INPUT_OBJECT",
43254
+ "name": "StringFieldComparison",
43255
+ "ofType": null
43256
+ },
43257
+ "defaultValue": null,
43258
+ "isDeprecated": false,
43259
+ "deprecationReason": null
43260
+ },
43261
+ {
43262
+ "name": "updatedAt",
43263
+ "description": null,
43264
+ "type": {
43265
+ "kind": "INPUT_OBJECT",
43266
+ "name": "DateFieldComparison",
43267
+ "ofType": null
43268
+ },
43269
+ "defaultValue": null,
43270
+ "isDeprecated": false,
43271
+ "deprecationReason": null
43272
+ }
43273
+ ],
43274
+ "interfaces": null,
43275
+ "enumValues": null,
43276
+ "possibleTypes": null
43277
+ },
43039
43278
  {
43040
43279
  "kind": "OBJECT",
43041
43280
  "name": "PackageGroupMaxAggregate",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.76.0"
4
+ VERSION = "1.77.3"
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: 1.76.0
4
+ version: 1.77.3
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-14 00:00:00.000000000 Z
11
+ date: 2024-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient