stigg-api-client 6.4.0 → 6.6.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: 8576a6aed990ec77a02b299bf362d8e6ccfb047be73ce695749e5d90d51fc7d8
4
+ data.tar.gz: 952a4a2ab6eafdcdb4e923cb608cc06b61ab83e38363d3db1758737a1070da5d
5
5
  SHA512:
6
- metadata.gz: 5f3cc1dc7963350b12246b051582f028caf61ee2591c869b933771ba645b93fbf58d95dccdc282cc9e209c58e8ddc25ef4720873f12a291b66b6dd72f7994471
7
- data.tar.gz: 35d6eca99e9bfa21dce3ae33adda011385bb7743b431334d6e743d3522b3660ffca8a739d0126352c77924ef0a5a0d2be1218dad43ffc7744e4ae8a042ed90c9
6
+ metadata.gz: baa70be149c8f03767d041d75f0332098da749744e0a5bd6998219294a28b0d70cfa50fdaa7959c7b2e429bda757601fb1c67a77f927df33e06c25ffcfb90659
7
+ data.tar.gz: 3d1c22c61303e77f3f9367360151835d4ac3f69b61294531e4340304658361ecd6b4a2f984a4fcbccc246ff18286f21edfa1a3ff5d6d9bfe4ede40501681b8e9
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.6.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,
@@ -16699,6 +16711,12 @@
16699
16711
  "inputFields": null,
16700
16712
  "interfaces": null,
16701
16713
  "enumValues": [
16714
+ {
16715
+ "name": "OVERDRAFT",
16716
+ "description": "Overdraft credit grant",
16717
+ "isDeprecated": false,
16718
+ "deprecationReason": null
16719
+ },
16702
16720
  {
16703
16721
  "name": "PAID",
16704
16722
  "description": "Paid credit grant",
@@ -17011,6 +17029,18 @@
17011
17029
  "isDeprecated": false,
17012
17030
  "deprecationReason": null
17013
17031
  },
17032
+ {
17033
+ "name": "CREDITS_CONSUMPTION_TRANSFER_SOURCE",
17034
+ "description": "Credits consumption transfer source",
17035
+ "isDeprecated": false,
17036
+ "deprecationReason": null
17037
+ },
17038
+ {
17039
+ "name": "CREDITS_CONSUMPTION_TRANSFER_TARGET",
17040
+ "description": "Credits consumption transfer target",
17041
+ "isDeprecated": false,
17042
+ "deprecationReason": null
17043
+ },
17014
17044
  {
17015
17045
  "name": "CREDITS_EXPIRED",
17016
17046
  "description": "Credits expired",
@@ -33293,18 +33323,6 @@
33293
33323
  "isDeprecated": false,
33294
33324
  "deprecationReason": null
33295
33325
  },
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
33326
  {
33309
33327
  "name": "CreditGrantAlreadyVoided",
33310
33328
  "description": "Credit grant already voided",
@@ -47287,6 +47305,26 @@
47287
47305
  "isDeprecated": false,
47288
47306
  "deprecationReason": null
47289
47307
  },
47308
+ {
47309
+ "name": "entitlements",
47310
+ "description": "Feature and credit entitlements for the subscription.",
47311
+ "type": {
47312
+ "kind": "LIST",
47313
+ "name": null,
47314
+ "ofType": {
47315
+ "kind": "NON_NULL",
47316
+ "name": null,
47317
+ "ofType": {
47318
+ "kind": "INPUT_OBJECT",
47319
+ "name": "SubscriptionEntitlementInputV2",
47320
+ "ofType": null
47321
+ }
47322
+ }
47323
+ },
47324
+ "defaultValue": null,
47325
+ "isDeprecated": false,
47326
+ "deprecationReason": null
47327
+ },
47290
47328
  {
47291
47329
  "name": "planId",
47292
47330
  "description": null,
@@ -47341,7 +47379,7 @@
47341
47379
  },
47342
47380
  {
47343
47381
  "name": "subscriptionEntitlements",
47344
- "description": null,
47382
+ "description": "Feature entitlements for the subscription. Deprecated: use entitlements instead.",
47345
47383
  "type": {
47346
47384
  "kind": "LIST",
47347
47385
  "name": null,
@@ -60116,6 +60154,18 @@
60116
60154
  "name": "FeatureDependency",
60117
60155
  "ofType": null
60118
60156
  },
60157
+ "isDeprecated": true,
60158
+ "deprecationReason": "Use dependencyFeature instead"
60159
+ },
60160
+ {
60161
+ "name": "dependencyFeature",
60162
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
60163
+ "args": [],
60164
+ "type": {
60165
+ "kind": "OBJECT",
60166
+ "name": "Feature",
60167
+ "ofType": null
60168
+ },
60119
60169
  "isDeprecated": false,
60120
60170
  "deprecationReason": null
60121
60171
  },
@@ -62042,6 +62092,18 @@
62042
62092
  "name": "FeatureDependency",
62043
62093
  "ofType": null
62044
62094
  },
62095
+ "isDeprecated": true,
62096
+ "deprecationReason": "Use dependencyFeature instead"
62097
+ },
62098
+ {
62099
+ "name": "dependencyFeature",
62100
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
62101
+ "args": [],
62102
+ "type": {
62103
+ "kind": "OBJECT",
62104
+ "name": "Feature",
62105
+ "ofType": null
62106
+ },
62045
62107
  "isDeprecated": false,
62046
62108
  "deprecationReason": null
62047
62109
  },
@@ -64286,6 +64348,18 @@
64286
64348
  "name": "FeatureDependency",
64287
64349
  "ofType": null
64288
64350
  },
64351
+ "isDeprecated": true,
64352
+ "deprecationReason": "Use dependencyFeature instead"
64353
+ },
64354
+ {
64355
+ "name": "dependencyFeature",
64356
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
64357
+ "args": [],
64358
+ "type": {
64359
+ "kind": "OBJECT",
64360
+ "name": "Feature",
64361
+ "ofType": null
64362
+ },
64289
64363
  "isDeprecated": false,
64290
64364
  "deprecationReason": null
64291
64365
  },
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.6.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.6.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.6.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-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient