stigg-api-client 1.77.3 → 1.78.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: 2240e3c54ba39ed1da08f336f460509c392e3f9a1fb7eee8d552939548d4139d
4
- data.tar.gz: 136935115406601fafd987fcc2025ed34c400f4be7e27d2158a6da1931f73610
3
+ metadata.gz: b93dbb5e9d7403a4a4e6762e6c13fe6525074c4cd6a4a91edc105d677d5bb00e
4
+ data.tar.gz: dd53b8b22e9cf57641525b2add2f77b81ed07ca527d33c371785dadf4ed53089
5
5
  SHA512:
6
- metadata.gz: 7a6c7729c9788716554b721a740f2a4ccf86af06ce199c6d0df76355213ce3e41125e719f1bdcf9208232b8e41ed04501b72543ec044f184015de9f20b4079b1
7
- data.tar.gz: 548ec5cbbee97f475e057962e020f4e7346df8776498f75db269049934b0c2308d448bc9395201d4c5fb18deb9cd50afe2030634443f7b1f8db4830e78e4b2e8
6
+ metadata.gz: dd01782e18b2d75d83f00ec30db6beeb9f6239656d096ca28c7fcd026faef10e30e01cefa1eec0c5106a9174e2ec37f90eeec980ced6ba86b0da0970152896d3
7
+ data.tar.gz: 9badd40c8bb0d0785ce0fc481478ee1a3a3026ed68158a613ed06ceb20a27c6609ecc4fd240b1586132d827819b01b2d247e75ff4f7d491db8a73e803343807a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.77.3)
4
+ stigg-api-client (1.78.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -9133,7 +9133,7 @@
9133
9133
  },
9134
9134
  {
9135
9135
  "name": "productId",
9136
- "description": null,
9136
+ "description": "The id of the product",
9137
9137
  "type": {
9138
9138
  "kind": "NON_NULL",
9139
9139
  "name": null,
@@ -37462,6 +37462,39 @@
37462
37462
  "isDeprecated": false,
37463
37463
  "deprecationReason": null
37464
37464
  },
37465
+ {
37466
+ "name": "setCompatiblePackageGroups",
37467
+ "description": "Set compatible package groups for a plan",
37468
+ "args": [
37469
+ {
37470
+ "name": "input",
37471
+ "description": null,
37472
+ "type": {
37473
+ "kind": "NON_NULL",
37474
+ "name": null,
37475
+ "ofType": {
37476
+ "kind": "INPUT_OBJECT",
37477
+ "name": "SetPlanCompatiblePackageGroups",
37478
+ "ofType": null
37479
+ }
37480
+ },
37481
+ "defaultValue": null,
37482
+ "isDeprecated": false,
37483
+ "deprecationReason": null
37484
+ }
37485
+ ],
37486
+ "type": {
37487
+ "kind": "NON_NULL",
37488
+ "name": null,
37489
+ "ofType": {
37490
+ "kind": "OBJECT",
37491
+ "name": "Plan",
37492
+ "ofType": null
37493
+ }
37494
+ },
37495
+ "isDeprecated": false,
37496
+ "deprecationReason": null
37497
+ },
37465
37498
  {
37466
37499
  "name": "setCouponOnCustomer",
37467
37500
  "description": null,
@@ -46168,6 +46201,59 @@
46168
46201
  "isDeprecated": false,
46169
46202
  "deprecationReason": null
46170
46203
  },
46204
+ {
46205
+ "name": "compatiblePackageGroups",
46206
+ "description": null,
46207
+ "args": [
46208
+ {
46209
+ "name": "filter",
46210
+ "description": "Specify to filter the records returned.",
46211
+ "type": {
46212
+ "kind": "INPUT_OBJECT",
46213
+ "name": "PackageGroupFilter",
46214
+ "ofType": null
46215
+ },
46216
+ "defaultValue": "{}",
46217
+ "isDeprecated": false,
46218
+ "deprecationReason": null
46219
+ },
46220
+ {
46221
+ "name": "sorting",
46222
+ "description": "Specify to sort results.",
46223
+ "type": {
46224
+ "kind": "LIST",
46225
+ "name": null,
46226
+ "ofType": {
46227
+ "kind": "NON_NULL",
46228
+ "name": null,
46229
+ "ofType": {
46230
+ "kind": "INPUT_OBJECT",
46231
+ "name": "PackageGroupSort",
46232
+ "ofType": null
46233
+ }
46234
+ }
46235
+ },
46236
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
46237
+ "isDeprecated": false,
46238
+ "deprecationReason": null
46239
+ }
46240
+ ],
46241
+ "type": {
46242
+ "kind": "LIST",
46243
+ "name": null,
46244
+ "ofType": {
46245
+ "kind": "NON_NULL",
46246
+ "name": null,
46247
+ "ofType": {
46248
+ "kind": "OBJECT",
46249
+ "name": "PackageGroup",
46250
+ "ofType": null
46251
+ }
46252
+ }
46253
+ },
46254
+ "isDeprecated": false,
46255
+ "deprecationReason": null
46256
+ },
46171
46257
  {
46172
46258
  "name": "createdAt",
46173
46259
  "description": null,
@@ -47477,6 +47563,18 @@
47477
47563
  "isDeprecated": false,
47478
47564
  "deprecationReason": null
47479
47565
  },
47566
+ {
47567
+ "name": "compatiblePackageGroups",
47568
+ "description": null,
47569
+ "type": {
47570
+ "kind": "INPUT_OBJECT",
47571
+ "name": "PlanFilterPackageGroupFilter",
47572
+ "ofType": null
47573
+ },
47574
+ "defaultValue": null,
47575
+ "isDeprecated": false,
47576
+ "deprecationReason": null
47577
+ },
47480
47578
  {
47481
47579
  "name": "createdAt",
47482
47580
  "description": null,
@@ -47877,6 +47975,153 @@
47877
47975
  "enumValues": null,
47878
47976
  "possibleTypes": null
47879
47977
  },
47978
+ {
47979
+ "kind": "INPUT_OBJECT",
47980
+ "name": "PlanFilterPackageGroupFilter",
47981
+ "description": null,
47982
+ "fields": null,
47983
+ "inputFields": [
47984
+ {
47985
+ "name": "and",
47986
+ "description": null,
47987
+ "type": {
47988
+ "kind": "LIST",
47989
+ "name": null,
47990
+ "ofType": {
47991
+ "kind": "NON_NULL",
47992
+ "name": null,
47993
+ "ofType": {
47994
+ "kind": "INPUT_OBJECT",
47995
+ "name": "PlanFilterPackageGroupFilter",
47996
+ "ofType": null
47997
+ }
47998
+ }
47999
+ },
48000
+ "defaultValue": null,
48001
+ "isDeprecated": false,
48002
+ "deprecationReason": null
48003
+ },
48004
+ {
48005
+ "name": "createdAt",
48006
+ "description": null,
48007
+ "type": {
48008
+ "kind": "INPUT_OBJECT",
48009
+ "name": "DateFieldComparison",
48010
+ "ofType": null
48011
+ },
48012
+ "defaultValue": null,
48013
+ "isDeprecated": false,
48014
+ "deprecationReason": null
48015
+ },
48016
+ {
48017
+ "name": "displayName",
48018
+ "description": null,
48019
+ "type": {
48020
+ "kind": "INPUT_OBJECT",
48021
+ "name": "StringFieldComparison",
48022
+ "ofType": null
48023
+ },
48024
+ "defaultValue": null,
48025
+ "isDeprecated": false,
48026
+ "deprecationReason": null
48027
+ },
48028
+ {
48029
+ "name": "environmentId",
48030
+ "description": null,
48031
+ "type": {
48032
+ "kind": "INPUT_OBJECT",
48033
+ "name": "StringFieldComparison",
48034
+ "ofType": null
48035
+ },
48036
+ "defaultValue": null,
48037
+ "isDeprecated": false,
48038
+ "deprecationReason": null
48039
+ },
48040
+ {
48041
+ "name": "isLatest",
48042
+ "description": null,
48043
+ "type": {
48044
+ "kind": "INPUT_OBJECT",
48045
+ "name": "BooleanFieldComparison",
48046
+ "ofType": null
48047
+ },
48048
+ "defaultValue": null,
48049
+ "isDeprecated": false,
48050
+ "deprecationReason": null
48051
+ },
48052
+ {
48053
+ "name": "or",
48054
+ "description": null,
48055
+ "type": {
48056
+ "kind": "LIST",
48057
+ "name": null,
48058
+ "ofType": {
48059
+ "kind": "NON_NULL",
48060
+ "name": null,
48061
+ "ofType": {
48062
+ "kind": "INPUT_OBJECT",
48063
+ "name": "PlanFilterPackageGroupFilter",
48064
+ "ofType": null
48065
+ }
48066
+ }
48067
+ },
48068
+ "defaultValue": null,
48069
+ "isDeprecated": false,
48070
+ "deprecationReason": null
48071
+ },
48072
+ {
48073
+ "name": "packageGroupId",
48074
+ "description": null,
48075
+ "type": {
48076
+ "kind": "INPUT_OBJECT",
48077
+ "name": "StringFieldComparison",
48078
+ "ofType": null
48079
+ },
48080
+ "defaultValue": null,
48081
+ "isDeprecated": false,
48082
+ "deprecationReason": null
48083
+ },
48084
+ {
48085
+ "name": "status",
48086
+ "description": null,
48087
+ "type": {
48088
+ "kind": "INPUT_OBJECT",
48089
+ "name": "PackageGroupStatusFilterComparison",
48090
+ "ofType": null
48091
+ },
48092
+ "defaultValue": null,
48093
+ "isDeprecated": false,
48094
+ "deprecationReason": null
48095
+ },
48096
+ {
48097
+ "name": "updatedAt",
48098
+ "description": null,
48099
+ "type": {
48100
+ "kind": "INPUT_OBJECT",
48101
+ "name": "DateFieldComparison",
48102
+ "ofType": null
48103
+ },
48104
+ "defaultValue": null,
48105
+ "isDeprecated": false,
48106
+ "deprecationReason": null
48107
+ },
48108
+ {
48109
+ "name": "versionNumber",
48110
+ "description": null,
48111
+ "type": {
48112
+ "kind": "INPUT_OBJECT",
48113
+ "name": "IntFieldComparison",
48114
+ "ofType": null
48115
+ },
48116
+ "defaultValue": null,
48117
+ "isDeprecated": false,
48118
+ "deprecationReason": null
48119
+ }
48120
+ ],
48121
+ "interfaces": null,
48122
+ "enumValues": null,
48123
+ "possibleTypes": null
48124
+ },
47880
48125
  {
47881
48126
  "kind": "INPUT_OBJECT",
47882
48127
  "name": "PlanFilterProductFilter",
@@ -60161,6 +60406,69 @@
60161
60406
  "enumValues": null,
60162
60407
  "possibleTypes": null
60163
60408
  },
60409
+ {
60410
+ "kind": "INPUT_OBJECT",
60411
+ "name": "SetPlanCompatiblePackageGroups",
60412
+ "description": "Set plan compatible package groups input",
60413
+ "fields": null,
60414
+ "inputFields": [
60415
+ {
60416
+ "name": "environmentId",
60417
+ "description": "The environment id",
60418
+ "type": {
60419
+ "kind": "SCALAR",
60420
+ "name": "String",
60421
+ "ofType": null
60422
+ },
60423
+ "defaultValue": null,
60424
+ "isDeprecated": false,
60425
+ "deprecationReason": null
60426
+ },
60427
+ {
60428
+ "name": "id",
60429
+ "description": "The id of the plan",
60430
+ "type": {
60431
+ "kind": "NON_NULL",
60432
+ "name": null,
60433
+ "ofType": {
60434
+ "kind": "SCALAR",
60435
+ "name": "String",
60436
+ "ofType": null
60437
+ }
60438
+ },
60439
+ "defaultValue": null,
60440
+ "isDeprecated": false,
60441
+ "deprecationReason": null
60442
+ },
60443
+ {
60444
+ "name": "packageGroupIds",
60445
+ "description": "The package group ids",
60446
+ "type": {
60447
+ "kind": "NON_NULL",
60448
+ "name": null,
60449
+ "ofType": {
60450
+ "kind": "LIST",
60451
+ "name": null,
60452
+ "ofType": {
60453
+ "kind": "NON_NULL",
60454
+ "name": null,
60455
+ "ofType": {
60456
+ "kind": "SCALAR",
60457
+ "name": "String",
60458
+ "ofType": null
60459
+ }
60460
+ }
60461
+ }
60462
+ },
60463
+ "defaultValue": null,
60464
+ "isDeprecated": false,
60465
+ "deprecationReason": null
60466
+ }
60467
+ ],
60468
+ "interfaces": null,
60469
+ "enumValues": null,
60470
+ "possibleTypes": null
60471
+ },
60164
60472
  {
60165
60473
  "kind": "OBJECT",
60166
60474
  "name": "SnowflakeCredentials",
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.77.3"
4
+ VERSION = "1.78.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: 1.77.3
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg