stigg-api-client 3.22.2 → 3.23.1
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +102 -0
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ca047827c21e2c5e119fb23d95bec9611c4b9d8fa892abc15b04bb34235aa5de
|
4
|
+
data.tar.gz: 0a21cf1234ec00190630ab2137098617888fda5c55a0dd56c507d4154d734eeb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1111cd0580e31b610d3398a1c59153db57a94d66c45ad99d8b5fe645a656133b20672574bea6fe8db265e42c8bf1351e2736030a2a688e96e2ca83c94e3a8ab
|
7
|
+
data.tar.gz: 0eecec2e7bb114a9c02c591b1473268e62c48c1830e5bd3338ff1eabce52fe496bee731d3e677e54b2a00cdbd59cc5ec20cd9070c24059dc3e39318143a7669e
|
data/Gemfile.lock
CHANGED
@@ -28156,6 +28156,12 @@
|
|
28156
28156
|
"isDeprecated": false,
|
28157
28157
|
"deprecationReason": null
|
28158
28158
|
},
|
28159
|
+
{
|
28160
|
+
"name": "FEATURE_GROUP",
|
28161
|
+
"description": "Feature Group Entity",
|
28162
|
+
"isDeprecated": false,
|
28163
|
+
"deprecationReason": null
|
28164
|
+
},
|
28159
28165
|
{
|
28160
28166
|
"name": "IMPORT",
|
28161
28167
|
"description": "Import entity",
|
@@ -41097,6 +41103,61 @@
|
|
41097
41103
|
"enumValues": null,
|
41098
41104
|
"possibleTypes": null
|
41099
41105
|
},
|
41106
|
+
{
|
41107
|
+
"kind": "INPUT_OBJECT",
|
41108
|
+
"name": "LinkFeatureGroupToPackageInput",
|
41109
|
+
"description": "Link feature group to package entitlements input",
|
41110
|
+
"fields": null,
|
41111
|
+
"inputFields": [
|
41112
|
+
{
|
41113
|
+
"name": "environmentId",
|
41114
|
+
"description": "The unique identifier for the environment",
|
41115
|
+
"type": {
|
41116
|
+
"kind": "SCALAR",
|
41117
|
+
"name": "UUID",
|
41118
|
+
"ofType": null
|
41119
|
+
},
|
41120
|
+
"defaultValue": null,
|
41121
|
+
"isDeprecated": false,
|
41122
|
+
"deprecationReason": null
|
41123
|
+
},
|
41124
|
+
{
|
41125
|
+
"name": "featureGroupId",
|
41126
|
+
"description": "The group id to link to the package",
|
41127
|
+
"type": {
|
41128
|
+
"kind": "NON_NULL",
|
41129
|
+
"name": null,
|
41130
|
+
"ofType": {
|
41131
|
+
"kind": "SCALAR",
|
41132
|
+
"name": "UUID",
|
41133
|
+
"ofType": null
|
41134
|
+
}
|
41135
|
+
},
|
41136
|
+
"defaultValue": null,
|
41137
|
+
"isDeprecated": false,
|
41138
|
+
"deprecationReason": null
|
41139
|
+
},
|
41140
|
+
{
|
41141
|
+
"name": "packageId",
|
41142
|
+
"description": "The unique identifier of the entitlement package",
|
41143
|
+
"type": {
|
41144
|
+
"kind": "NON_NULL",
|
41145
|
+
"name": null,
|
41146
|
+
"ofType": {
|
41147
|
+
"kind": "SCALAR",
|
41148
|
+
"name": "UUID",
|
41149
|
+
"ofType": null
|
41150
|
+
}
|
41151
|
+
},
|
41152
|
+
"defaultValue": null,
|
41153
|
+
"isDeprecated": false,
|
41154
|
+
"deprecationReason": null
|
41155
|
+
}
|
41156
|
+
],
|
41157
|
+
"interfaces": null,
|
41158
|
+
"enumValues": null,
|
41159
|
+
"possibleTypes": null
|
41160
|
+
},
|
41100
41161
|
{
|
41101
41162
|
"kind": "OBJECT",
|
41102
41163
|
"name": "ListAwsProductDimensionsDTO",
|
@@ -45394,6 +45455,47 @@
|
|
45394
45455
|
"isDeprecated": false,
|
45395
45456
|
"deprecationReason": null
|
45396
45457
|
},
|
45458
|
+
{
|
45459
|
+
"name": "linkFeatureGroupToPackage",
|
45460
|
+
"description": "Link feature group to package entitlements - add group to existing entitlements that have matching features",
|
45461
|
+
"args": [
|
45462
|
+
{
|
45463
|
+
"name": "input",
|
45464
|
+
"description": "Link feature group to package entitlements input",
|
45465
|
+
"type": {
|
45466
|
+
"kind": "NON_NULL",
|
45467
|
+
"name": null,
|
45468
|
+
"ofType": {
|
45469
|
+
"kind": "INPUT_OBJECT",
|
45470
|
+
"name": "LinkFeatureGroupToPackageInput",
|
45471
|
+
"ofType": null
|
45472
|
+
}
|
45473
|
+
},
|
45474
|
+
"defaultValue": null,
|
45475
|
+
"isDeprecated": false,
|
45476
|
+
"deprecationReason": null
|
45477
|
+
}
|
45478
|
+
],
|
45479
|
+
"type": {
|
45480
|
+
"kind": "NON_NULL",
|
45481
|
+
"name": null,
|
45482
|
+
"ofType": {
|
45483
|
+
"kind": "LIST",
|
45484
|
+
"name": null,
|
45485
|
+
"ofType": {
|
45486
|
+
"kind": "NON_NULL",
|
45487
|
+
"name": null,
|
45488
|
+
"ofType": {
|
45489
|
+
"kind": "OBJECT",
|
45490
|
+
"name": "PackageEntitlement",
|
45491
|
+
"ofType": null
|
45492
|
+
}
|
45493
|
+
}
|
45494
|
+
}
|
45495
|
+
},
|
45496
|
+
"isDeprecated": false,
|
45497
|
+
"deprecationReason": null
|
45498
|
+
},
|
45397
45499
|
{
|
45398
45500
|
"name": "markInvoiceAsPaid",
|
45399
45501
|
"description": "Triggers mark invoice as paid for the given subscription",
|
data/lib/stigg/version.rb
CHANGED
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.
|
4
|
+
version: 3.23.1
|
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-
|
11
|
+
date: 2025-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|