stigg-api-client 3.22.2 → 3.23.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: 1d88c61c21c0fc47fea9c9fdcb27fc3f078978914a5435b0516f4f1d1c5c0e7c
4
- data.tar.gz: 3da0ace33db251564a6216a58e02387e1d32be5a6ddd3c6300d73dba6de0ea84
3
+ metadata.gz: 75600cf2ccbf847aea95eaecaf40000283e099130e2f40d39848392c5cf22c57
4
+ data.tar.gz: 391748f71b1c3d22c026cc53f16b60e45ee089ccabbfa34fafd42bc744e70250
5
5
  SHA512:
6
- metadata.gz: 48f295684a938096556689709bdaf4b49a88b88898a16bcb366aa27afac2616dfe0c45cf3c7572bb319a380f478c5e16c8a547220a25ebaabf869e5436da925d
7
- data.tar.gz: 0c1aae895b553651b533825087b884c57cca728e139c3ba75195cfd2f220154cd7c6503ba173f6c1559636d35f73fbe753356651bf3dcaff5f803fd09408ffd3
6
+ metadata.gz: 91f63890ebbaf90aa7f3ead28ffa7d5f75e7dc6cb8cff2809f24d49ff485faa746b3fe8a31bb5321fb045b4cee8abc188124c6d6a2c1717c574a8ec992730df7
7
+ data.tar.gz: '0833c42d05e9e40afbdbf12b855f9ec0f12528716a721d88e1dae2748661b49741b3e879d9bcdb6090739914e1fe40b14c7bbf209cbf18344050e923c82bd189'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.22.2)
4
+ stigg-api-client (3.23.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -41097,6 +41097,61 @@
41097
41097
  "enumValues": null,
41098
41098
  "possibleTypes": null
41099
41099
  },
41100
+ {
41101
+ "kind": "INPUT_OBJECT",
41102
+ "name": "LinkFeatureGroupToPackageInput",
41103
+ "description": "Link feature group to package entitlements input",
41104
+ "fields": null,
41105
+ "inputFields": [
41106
+ {
41107
+ "name": "environmentId",
41108
+ "description": "The unique identifier for the environment",
41109
+ "type": {
41110
+ "kind": "SCALAR",
41111
+ "name": "UUID",
41112
+ "ofType": null
41113
+ },
41114
+ "defaultValue": null,
41115
+ "isDeprecated": false,
41116
+ "deprecationReason": null
41117
+ },
41118
+ {
41119
+ "name": "featureGroupId",
41120
+ "description": "The group id to link to the package",
41121
+ "type": {
41122
+ "kind": "NON_NULL",
41123
+ "name": null,
41124
+ "ofType": {
41125
+ "kind": "SCALAR",
41126
+ "name": "UUID",
41127
+ "ofType": null
41128
+ }
41129
+ },
41130
+ "defaultValue": null,
41131
+ "isDeprecated": false,
41132
+ "deprecationReason": null
41133
+ },
41134
+ {
41135
+ "name": "packageId",
41136
+ "description": "The unique identifier of the entitlement package",
41137
+ "type": {
41138
+ "kind": "NON_NULL",
41139
+ "name": null,
41140
+ "ofType": {
41141
+ "kind": "SCALAR",
41142
+ "name": "UUID",
41143
+ "ofType": null
41144
+ }
41145
+ },
41146
+ "defaultValue": null,
41147
+ "isDeprecated": false,
41148
+ "deprecationReason": null
41149
+ }
41150
+ ],
41151
+ "interfaces": null,
41152
+ "enumValues": null,
41153
+ "possibleTypes": null
41154
+ },
41100
41155
  {
41101
41156
  "kind": "OBJECT",
41102
41157
  "name": "ListAwsProductDimensionsDTO",
@@ -45394,6 +45449,47 @@
45394
45449
  "isDeprecated": false,
45395
45450
  "deprecationReason": null
45396
45451
  },
45452
+ {
45453
+ "name": "linkFeatureGroupToPackage",
45454
+ "description": "Link feature group to package entitlements - add group to existing entitlements that have matching features",
45455
+ "args": [
45456
+ {
45457
+ "name": "input",
45458
+ "description": "Link feature group to package entitlements input",
45459
+ "type": {
45460
+ "kind": "NON_NULL",
45461
+ "name": null,
45462
+ "ofType": {
45463
+ "kind": "INPUT_OBJECT",
45464
+ "name": "LinkFeatureGroupToPackageInput",
45465
+ "ofType": null
45466
+ }
45467
+ },
45468
+ "defaultValue": null,
45469
+ "isDeprecated": false,
45470
+ "deprecationReason": null
45471
+ }
45472
+ ],
45473
+ "type": {
45474
+ "kind": "NON_NULL",
45475
+ "name": null,
45476
+ "ofType": {
45477
+ "kind": "LIST",
45478
+ "name": null,
45479
+ "ofType": {
45480
+ "kind": "NON_NULL",
45481
+ "name": null,
45482
+ "ofType": {
45483
+ "kind": "OBJECT",
45484
+ "name": "PackageEntitlement",
45485
+ "ofType": null
45486
+ }
45487
+ }
45488
+ }
45489
+ },
45490
+ "isDeprecated": false,
45491
+ "deprecationReason": null
45492
+ },
45397
45493
  {
45398
45494
  "name": "markInvoiceAsPaid",
45399
45495
  "description": "Triggers mark invoice as paid for the given subscription",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.22.2"
4
+ VERSION = "3.23.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: 3.22.2
4
+ version: 3.23.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-08-15 00:00:00.000000000 Z
11
+ date: 2025-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient