stigg-api-client 5.234.0 → 5.237.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: dc2d305204b0c30fa81a9d8cc7e97c1338d7334354443501809f18c5aee9e99b
4
- data.tar.gz: 13a7b02ebf7a54cab3601fdb48492bbc246e7876ff7dc5e53ea69b479a15245b
3
+ metadata.gz: 1cce2588791ac83dd37972cb29aea3038de715a7c6f7386ed1ad7b910980cf30
4
+ data.tar.gz: eba984f804e1ef72e2426b97dbec497bb3ef066a9e13e62c38e34de6aab1671e
5
5
  SHA512:
6
- metadata.gz: 65022abb9d7eb1976221f8e1b360320f0425b9c4ef7111b4c25aad9c3008f13b13308cc0ad5abe05e2c202ffc99b6fcea2def59b443db08cd26452d3f3fcbda2
7
- data.tar.gz: c4273d40e95f921e9c011c95276595bb90746fc6c7d564ad5e72023a6ccfc44121fcca80eb813c9938f9b32c0b720c07c6ad75ffe7e31d8aca210849cfbb50ed
6
+ metadata.gz: ff9780d1a758ea6b6e2b8b2956e9ef08805c99fc75267b31f68c1120a24f17bd14443cdad0800de8dc61e8f5478891ec9de7357f11af265e92e43e4c1bc23386
7
+ data.tar.gz: 5d40a417f6df13f1e5c20d91ffcded96e9376f97981d28f24902c81edfc26e0e789c11d68e78c6bc076beea1a1fcbc7789193b1a3f25a18e6ca9307f5bf54180
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (5.234.0)
4
+ stigg-api-client (5.237.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -39151,6 +39151,89 @@
39151
39151
  "enumValues": null,
39152
39152
  "possibleTypes": null
39153
39153
  },
39154
+ {
39155
+ "kind": "OBJECT",
39156
+ "name": "FeatureDependency",
39157
+ "description": "Feature dependency information",
39158
+ "fields": [
39159
+ {
39160
+ "name": "description",
39161
+ "description": "The description for the feature",
39162
+ "args": [],
39163
+ "type": {
39164
+ "kind": "SCALAR",
39165
+ "name": "String",
39166
+ "ofType": null
39167
+ },
39168
+ "isDeprecated": false,
39169
+ "deprecationReason": null
39170
+ },
39171
+ {
39172
+ "name": "displayName",
39173
+ "description": "The display name for the feature",
39174
+ "args": [],
39175
+ "type": {
39176
+ "kind": "NON_NULL",
39177
+ "name": null,
39178
+ "ofType": {
39179
+ "kind": "SCALAR",
39180
+ "name": "String",
39181
+ "ofType": null
39182
+ }
39183
+ },
39184
+ "isDeprecated": false,
39185
+ "deprecationReason": null
39186
+ },
39187
+ {
39188
+ "name": "featureType",
39189
+ "description": "The type of the feature",
39190
+ "args": [],
39191
+ "type": {
39192
+ "kind": "NON_NULL",
39193
+ "name": null,
39194
+ "ofType": {
39195
+ "kind": "ENUM",
39196
+ "name": "FeatureType",
39197
+ "ofType": null
39198
+ }
39199
+ },
39200
+ "isDeprecated": false,
39201
+ "deprecationReason": null
39202
+ },
39203
+ {
39204
+ "name": "featureUnits",
39205
+ "description": "The units for the feature",
39206
+ "args": [],
39207
+ "type": {
39208
+ "kind": "SCALAR",
39209
+ "name": "String",
39210
+ "ofType": null
39211
+ },
39212
+ "isDeprecated": false,
39213
+ "deprecationReason": null
39214
+ },
39215
+ {
39216
+ "name": "refId",
39217
+ "description": "The unique identifier for the feature",
39218
+ "args": [],
39219
+ "type": {
39220
+ "kind": "NON_NULL",
39221
+ "name": null,
39222
+ "ofType": {
39223
+ "kind": "SCALAR",
39224
+ "name": "String",
39225
+ "ofType": null
39226
+ }
39227
+ },
39228
+ "isDeprecated": false,
39229
+ "deprecationReason": null
39230
+ }
39231
+ ],
39232
+ "inputFields": null,
39233
+ "interfaces": [],
39234
+ "enumValues": null,
39235
+ "possibleTypes": null
39236
+ },
39154
39237
  {
39155
39238
  "kind": "OBJECT",
39156
39239
  "name": "FeatureEdge",
@@ -58989,6 +59072,18 @@
58989
59072
  "isDeprecated": false,
58990
59073
  "deprecationReason": null
58991
59074
  },
59075
+ {
59076
+ "name": "dependencyFeatureId",
59077
+ "description": "The feature ID this entitlement depends on (credit entitlements only). The entitlement value will be calculated as: base amount × dependency feature usage limit",
59078
+ "type": {
59079
+ "kind": "SCALAR",
59080
+ "name": "String",
59081
+ "ofType": null
59082
+ },
59083
+ "defaultValue": null,
59084
+ "isDeprecated": false,
59085
+ "deprecationReason": null
59086
+ },
58992
59087
  {
58993
59088
  "name": "description",
58994
59089
  "description": "The description of the entitlement",
@@ -59764,6 +59859,18 @@
59764
59859
  "isDeprecated": false,
59765
59860
  "deprecationReason": null
59766
59861
  },
59862
+ {
59863
+ "name": "dependency",
59864
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
59865
+ "args": [],
59866
+ "type": {
59867
+ "kind": "OBJECT",
59868
+ "name": "FeatureDependency",
59869
+ "ofType": null
59870
+ },
59871
+ "isDeprecated": false,
59872
+ "deprecationReason": null
59873
+ },
59767
59874
  {
59768
59875
  "name": "description",
59769
59876
  "description": "The description of the entitlement",
@@ -60220,6 +60327,18 @@
60220
60327
  "isDeprecated": false,
60221
60328
  "deprecationReason": null
60222
60329
  },
60330
+ {
60331
+ "name": "dependencyFeatureId",
60332
+ "description": "The feature ID this entitlement depends on (credit entitlements only). The entitlement value will be calculated as: base amount × dependency feature usage limit",
60333
+ "type": {
60334
+ "kind": "SCALAR",
60335
+ "name": "String",
60336
+ "ofType": null
60337
+ },
60338
+ "defaultValue": null,
60339
+ "isDeprecated": false,
60340
+ "deprecationReason": null
60341
+ },
60223
60342
  {
60224
60343
  "name": "description",
60225
60344
  "description": "The description of the entitlement",
@@ -60489,6 +60608,18 @@
60489
60608
  "isDeprecated": false,
60490
60609
  "deprecationReason": null
60491
60610
  },
60611
+ {
60612
+ "name": "dependencyFeatureId",
60613
+ "description": "The feature ID this entitlement depends on (credit entitlements only). The entitlement value will be calculated as: base amount × dependency feature usage limit",
60614
+ "type": {
60615
+ "kind": "SCALAR",
60616
+ "name": "String",
60617
+ "ofType": null
60618
+ },
60619
+ "defaultValue": null,
60620
+ "isDeprecated": false,
60621
+ "deprecationReason": null
60622
+ },
60492
60623
  {
60493
60624
  "name": "description",
60494
60625
  "description": "The description of the entitlement",
@@ -61654,6 +61785,18 @@
61654
61785
  "isDeprecated": false,
61655
61786
  "deprecationReason": null
61656
61787
  },
61788
+ {
61789
+ "name": "dependency",
61790
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
61791
+ "args": [],
61792
+ "type": {
61793
+ "kind": "OBJECT",
61794
+ "name": "FeatureDependency",
61795
+ "ofType": null
61796
+ },
61797
+ "isDeprecated": false,
61798
+ "deprecationReason": null
61799
+ },
61657
61800
  {
61658
61801
  "name": "description",
61659
61802
  "description": "The description of the entitlement",
@@ -63126,6 +63269,18 @@
63126
63269
  "isDeprecated": false,
63127
63270
  "deprecationReason": null
63128
63271
  },
63272
+ {
63273
+ "name": "dependencyFeatureId",
63274
+ "description": "The feature ID this entitlement depends on (credit entitlements only). The entitlement value will be calculated as: base amount × dependency feature usage limit",
63275
+ "type": {
63276
+ "kind": "SCALAR",
63277
+ "name": "String",
63278
+ "ofType": null
63279
+ },
63280
+ "defaultValue": null,
63281
+ "isDeprecated": false,
63282
+ "deprecationReason": null
63283
+ },
63129
63284
  {
63130
63285
  "name": "description",
63131
63286
  "description": "The description of the entitlement",
@@ -63874,6 +64029,18 @@
63874
64029
  "isDeprecated": false,
63875
64030
  "deprecationReason": null
63876
64031
  },
64032
+ {
64033
+ "name": "dependency",
64034
+ "description": "The feature dependency information for this entitlement (credit entitlements only). The entitlement value will be calculated based on the dependency feature usage limit",
64035
+ "args": [],
64036
+ "type": {
64037
+ "kind": "OBJECT",
64038
+ "name": "FeatureDependency",
64039
+ "ofType": null
64040
+ },
64041
+ "isDeprecated": false,
64042
+ "deprecationReason": null
64043
+ },
63877
64044
  {
63878
64045
  "name": "description",
63879
64046
  "description": "The description of the entitlement",
@@ -64450,6 +64617,18 @@
64450
64617
  "isDeprecated": false,
64451
64618
  "deprecationReason": null
64452
64619
  },
64620
+ {
64621
+ "name": "dependencyFeatureId",
64622
+ "description": "The feature ID this entitlement depends on (credit entitlements only). The entitlement value will be calculated as: base amount × dependency feature usage limit",
64623
+ "type": {
64624
+ "kind": "SCALAR",
64625
+ "name": "String",
64626
+ "ofType": null
64627
+ },
64628
+ "defaultValue": null,
64629
+ "isDeprecated": false,
64630
+ "deprecationReason": null
64631
+ },
64453
64632
  {
64454
64633
  "name": "description",
64455
64634
  "description": "The description of the entitlement",
@@ -64827,6 +65006,18 @@
64827
65006
  "isDeprecated": false,
64828
65007
  "deprecationReason": null
64829
65008
  },
65009
+ {
65010
+ "name": "dependencyFeatureId",
65011
+ "description": "The feature ID this entitlement depends on (credit entitlements only). The entitlement value will be calculated as: base amount × dependency feature usage limit",
65012
+ "type": {
65013
+ "kind": "SCALAR",
65014
+ "name": "String",
65015
+ "ofType": null
65016
+ },
65017
+ "defaultValue": null,
65018
+ "isDeprecated": false,
65019
+ "deprecationReason": null
65020
+ },
64830
65021
  {
64831
65022
  "name": "description",
64832
65023
  "description": "The description of the entitlement",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "5.234.0"
4
+ VERSION = "5.237.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.234.0
4
+ version: 5.237.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg