stigg-api-client 6.4.0 → 6.5.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: cbedd1efce76b07c6cee34b7a2ee82bbd0fded55ca01736f605094ef30732e63
4
- data.tar.gz: 171386ca619fe12784c3c5cb6a84eea366ef2095b9811146685c28b92ab076f2
3
+ metadata.gz: 2f5df408ae91ba1c51abfe7a6b018b2af9633e6384e50021395c919da8de1bdf
4
+ data.tar.gz: c4ace4589f32533784a06bd05154692c21c4b2fbb19f8709a143d7850a46d5d7
5
5
  SHA512:
6
- metadata.gz: 5f3cc1dc7963350b12246b051582f028caf61ee2591c869b933771ba645b93fbf58d95dccdc282cc9e209c58e8ddc25ef4720873f12a291b66b6dd72f7994471
7
- data.tar.gz: 35d6eca99e9bfa21dce3ae33adda011385bb7743b431334d6e743d3522b3660ffca8a739d0126352c77924ef0a5a0d2be1218dad43ffc7744e4ae8a042ed90c9
6
+ metadata.gz: 4d4f58895c25ff9ffda6f313c56b833e1953bb0398769706aee6f2265975dc21487ea8298891c5d8491cbde634f63f818f83d19828c70c16bb3240818634b1fa
7
+ data.tar.gz: 5bdc5a5f30097970e7d137bcc0c5a5612bef6ab9bf42cd734393e50e030656c15e468e28ba679ec95a85c8699561bbaaaed077e4fdf75ba7d87ed47a110efe44
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (6.4.0)
4
+ stigg-api-client (6.5.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -189,6 +189,14 @@ module Stigg
189
189
  isCustom
190
190
  isGranted
191
191
  order
192
+ dependencyFeature {
193
+ refId
194
+ displayName
195
+ description
196
+ featureType
197
+ featureUnits
198
+ featureUnitsPlural
199
+ }
192
200
  customCurrency {
193
201
  currencyId
194
202
  displayName
@@ -14903,6 +14903,18 @@
14903
14903
  "isDeprecated": false,
14904
14904
  "deprecationReason": null
14905
14905
  },
14906
+ {
14907
+ "name": "addonQuantity",
14908
+ "description": "The quantity of the addon subscription",
14909
+ "args": [],
14910
+ "type": {
14911
+ "kind": "SCALAR",
14912
+ "name": "Float",
14913
+ "ofType": null
14914
+ },
14915
+ "isDeprecated": false,
14916
+ "deprecationReason": null
14917
+ },
14906
14918
  {
14907
14919
  "name": "amount",
14908
14920
  "description": "The amount of the credit grant",
@@ -14944,12 +14956,12 @@
14944
14956
  "deprecationReason": null
14945
14957
  },
14946
14958
  {
14947
- "name": "dependency",
14948
- "description": "Feature dependency information",
14959
+ "name": "dependencyFeatureEntitlement",
14960
+ "description": "The feature entitlement this credit depends on (e.g. seats)",
14949
14961
  "args": [],
14950
14962
  "type": {
14951
14963
  "kind": "OBJECT",
14952
- "name": "FeatureDependency",
14964
+ "name": "FeatureEntitlement",
14953
14965
  "ofType": null
14954
14966
  },
14955
14967
  "isDeprecated": false,
@@ -17011,6 +17023,18 @@
17011
17023
  "isDeprecated": false,
17012
17024
  "deprecationReason": null
17013
17025
  },
17026
+ {
17027
+ "name": "CREDITS_CONSUMPTION_TRANSFER_SOURCE",
17028
+ "description": "Credits consumption transfer source",
17029
+ "isDeprecated": false,
17030
+ "deprecationReason": null
17031
+ },
17032
+ {
17033
+ "name": "CREDITS_CONSUMPTION_TRANSFER_TARGET",
17034
+ "description": "Credits consumption transfer target",
17035
+ "isDeprecated": false,
17036
+ "deprecationReason": null
17037
+ },
17014
17038
  {
17015
17039
  "name": "CREDITS_EXPIRED",
17016
17040
  "description": "Credits expired",
@@ -33293,18 +33317,6 @@
33293
33317
  "isDeprecated": false,
33294
33318
  "deprecationReason": null
33295
33319
  },
33296
- {
33297
- "name": "CreditChargeCoexistenceError",
33298
- "description": "Plans with recurring credit charges cannot have other pricing models (FLAT_FEE, USAGE_BASED, MINIMUM_SPEND, or non-credit PER_UNIT). Recurring credit charges must be the only pricing model on the plan.",
33299
- "isDeprecated": false,
33300
- "deprecationReason": null
33301
- },
33302
- {
33303
- "name": "CreditChargeValidationError",
33304
- "description": "Credit-based plan changes require prorationBehavior NONE and billingCycleAnchor matching the scheduleStrategy (NOW for IMMEDIATE, UNCHANGED for END_OF_BILLING_PERIOD).",
33305
- "isDeprecated": false,
33306
- "deprecationReason": null
33307
- },
33308
33320
  {
33309
33321
  "name": "CreditGrantAlreadyVoided",
33310
33322
  "description": "Credit grant already voided",
@@ -47287,6 +47299,26 @@
47287
47299
  "isDeprecated": false,
47288
47300
  "deprecationReason": null
47289
47301
  },
47302
+ {
47303
+ "name": "entitlements",
47304
+ "description": "Feature and credit entitlements for the subscription.",
47305
+ "type": {
47306
+ "kind": "LIST",
47307
+ "name": null,
47308
+ "ofType": {
47309
+ "kind": "NON_NULL",
47310
+ "name": null,
47311
+ "ofType": {
47312
+ "kind": "INPUT_OBJECT",
47313
+ "name": "SubscriptionEntitlementInputV2",
47314
+ "ofType": null
47315
+ }
47316
+ }
47317
+ },
47318
+ "defaultValue": null,
47319
+ "isDeprecated": false,
47320
+ "deprecationReason": null
47321
+ },
47290
47322
  {
47291
47323
  "name": "planId",
47292
47324
  "description": null,
@@ -47341,7 +47373,7 @@
47341
47373
  },
47342
47374
  {
47343
47375
  "name": "subscriptionEntitlements",
47344
- "description": null,
47376
+ "description": "Feature entitlements for the subscription. Deprecated: use entitlements instead.",
47345
47377
  "type": {
47346
47378
  "kind": "LIST",
47347
47379
  "name": null,
@@ -60116,6 +60148,18 @@
60116
60148
  "name": "FeatureDependency",
60117
60149
  "ofType": null
60118
60150
  },
60151
+ "isDeprecated": true,
60152
+ "deprecationReason": "Use dependencyFeature instead"
60153
+ },
60154
+ {
60155
+ "name": "dependencyFeature",
60156
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
60157
+ "args": [],
60158
+ "type": {
60159
+ "kind": "OBJECT",
60160
+ "name": "Feature",
60161
+ "ofType": null
60162
+ },
60119
60163
  "isDeprecated": false,
60120
60164
  "deprecationReason": null
60121
60165
  },
@@ -62042,6 +62086,18 @@
62042
62086
  "name": "FeatureDependency",
62043
62087
  "ofType": null
62044
62088
  },
62089
+ "isDeprecated": true,
62090
+ "deprecationReason": "Use dependencyFeature instead"
62091
+ },
62092
+ {
62093
+ "name": "dependencyFeature",
62094
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
62095
+ "args": [],
62096
+ "type": {
62097
+ "kind": "OBJECT",
62098
+ "name": "Feature",
62099
+ "ofType": null
62100
+ },
62045
62101
  "isDeprecated": false,
62046
62102
  "deprecationReason": null
62047
62103
  },
@@ -64286,6 +64342,18 @@
64286
64342
  "name": "FeatureDependency",
64287
64343
  "ofType": null
64288
64344
  },
64345
+ "isDeprecated": true,
64346
+ "deprecationReason": "Use dependencyFeature instead"
64347
+ },
64348
+ {
64349
+ "name": "dependencyFeature",
64350
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
64351
+ "args": [],
64352
+ "type": {
64353
+ "kind": "OBJECT",
64354
+ "name": "Feature",
64355
+ "ofType": null
64356
+ },
64289
64357
  "isDeprecated": false,
64290
64358
  "deprecationReason": null
64291
64359
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "6.4.0"
4
+ VERSION = "6.5.0"
5
5
  end
data/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@stigg/api-client-ruby",
3
- "version": "6.4.0"
3
+ "version": "6.5.0"
4
4
  }
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: 6.4.0
4
+ version: 6.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-03-17 00:00:00.000000000 Z
11
+ date: 2026-03-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient