stigg-api-client 3.17.0 → 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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +126 -30
- 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: 75600cf2ccbf847aea95eaecaf40000283e099130e2f40d39848392c5cf22c57
|
4
|
+
data.tar.gz: 391748f71b1c3d22c026cc53f16b60e45ee089ccabbfa34fafd42bc744e70250
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91f63890ebbaf90aa7f3ead28ffa7d5f75e7dc6cb8cff2809f24d49ff485faa746b3fe8a31bb5321fb045b4cee8abc188124c6d6a2c1717c574a8ec992730df7
|
7
|
+
data.tar.gz: '0833c42d05e9e40afbdbf12b855f9ec0f12528716a721d88e1dae2748661b49741b3e879d9bcdb6090739914e1fe40b14c7bbf209cbf18344050e923c82bd189'
|
data/Gemfile.lock
CHANGED
@@ -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",
|
@@ -66303,35 +66399,6 @@
|
|
66303
66399
|
],
|
66304
66400
|
"possibleTypes": null
|
66305
66401
|
},
|
66306
|
-
{
|
66307
|
-
"kind": "ENUM",
|
66308
|
-
"name": "ProrationBehaviorExtended",
|
66309
|
-
"description": "Proration behavior for subscription billing",
|
66310
|
-
"fields": null,
|
66311
|
-
"inputFields": null,
|
66312
|
-
"interfaces": null,
|
66313
|
-
"enumValues": [
|
66314
|
-
{
|
66315
|
-
"name": "CREATE_PRORATIONS",
|
66316
|
-
"description": "Create proration invoice items for changes in the subscription",
|
66317
|
-
"isDeprecated": false,
|
66318
|
-
"deprecationReason": null
|
66319
|
-
},
|
66320
|
-
{
|
66321
|
-
"name": "INVOICE_IMMEDIATELY",
|
66322
|
-
"description": "Invoice immediately for changes in the subscription without proration",
|
66323
|
-
"isDeprecated": false,
|
66324
|
-
"deprecationReason": null
|
66325
|
-
},
|
66326
|
-
{
|
66327
|
-
"name": "NONE",
|
66328
|
-
"description": "No proration and no invoice for changes in the subscription",
|
66329
|
-
"isDeprecated": false,
|
66330
|
-
"deprecationReason": null
|
66331
|
-
}
|
66332
|
-
],
|
66333
|
-
"possibleTypes": null
|
66334
|
-
},
|
66335
66402
|
{
|
66336
66403
|
"kind": "INPUT_OBJECT",
|
66337
66404
|
"name": "ProvisionCustomerInput",
|
@@ -75671,7 +75738,7 @@
|
|
75671
75738
|
"description": "Override the proration behavior for the subscription",
|
75672
75739
|
"type": {
|
75673
75740
|
"kind": "ENUM",
|
75674
|
-
"name": "
|
75741
|
+
"name": "SubscriptionProrationBehavior",
|
75675
75742
|
"ofType": null
|
75676
75743
|
},
|
75677
75744
|
"defaultValue": null,
|
@@ -83068,6 +83135,35 @@
|
|
83068
83135
|
"enumValues": null,
|
83069
83136
|
"possibleTypes": null
|
83070
83137
|
},
|
83138
|
+
{
|
83139
|
+
"kind": "ENUM",
|
83140
|
+
"name": "SubscriptionProrationBehavior",
|
83141
|
+
"description": "Proration behavior for subscription billing",
|
83142
|
+
"fields": null,
|
83143
|
+
"inputFields": null,
|
83144
|
+
"interfaces": null,
|
83145
|
+
"enumValues": [
|
83146
|
+
{
|
83147
|
+
"name": "CREATE_PRORATIONS",
|
83148
|
+
"description": "Create proration invoice items for changes in the subscription",
|
83149
|
+
"isDeprecated": false,
|
83150
|
+
"deprecationReason": null
|
83151
|
+
},
|
83152
|
+
{
|
83153
|
+
"name": "INVOICE_IMMEDIATELY",
|
83154
|
+
"description": "Invoice immediately for changes in the subscription without proration",
|
83155
|
+
"isDeprecated": false,
|
83156
|
+
"deprecationReason": null
|
83157
|
+
},
|
83158
|
+
{
|
83159
|
+
"name": "NONE",
|
83160
|
+
"description": "No proration and no invoice for changes in the subscription",
|
83161
|
+
"isDeprecated": false,
|
83162
|
+
"deprecationReason": null
|
83163
|
+
}
|
83164
|
+
],
|
83165
|
+
"possibleTypes": null
|
83166
|
+
},
|
83071
83167
|
{
|
83072
83168
|
"kind": "OBJECT",
|
83073
83169
|
"name": "SubscriptionQuery",
|
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.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-
|
11
|
+
date: 2025-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|