stigg-api-client 2.175.4 → 2.183.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: dc9c9bdee4e46e01c001341427e7e8f9583f51cdf182e81ffe7efcce367e7d66
4
- data.tar.gz: 5354d7dbf93550cadba260b42bb5b89842813cd4288263dae6d9987d3ecd2c3e
3
+ metadata.gz: '00394509f2f1d6d700431a8ea486fa2221f784d3d7890c348a7dd432ad28e958'
4
+ data.tar.gz: ec579e868353b4ad57be97d07e1f9c6ff9f6fdac1622ffde9a835c4ea5ce0881
5
5
  SHA512:
6
- metadata.gz: ba4b587f4e381ba7f0b8effd1d991d061bc3361adde46a27cb1c0bd30384052d0af57d468599f10475c837c23044c9e2a8b75ad05e552d5b0f154136e87d18f7
7
- data.tar.gz: a37d882ff8330cb47d08b66c493f310caa1a0757f86161f65499b99b83b63a3b1f4a565f21c95b8fd9e9d3ea0482755a7c10aa894cd23395eca8552e704233f5
6
+ metadata.gz: 7ddd6f76a6aebb2962242afb7b3156598116d4ee33fe48f3e61d2034b840409523cd6ad70b8493c846c4a24b00cf2c9c017b9164154cd50770872b5ed6a5f5dc
7
+ data.tar.gz: 5c9d4ba2f15340e2c706c67bb80a86b555ad9a78467afa4b6db4a8bd331ec1fa5d39c03171f88a7469bffb55e59db9b91b3dcabe426f17c5facde7d38843e781
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.175.4)
4
+ stigg-api-client (2.183.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -10098,6 +10098,18 @@
10098
10098
  "defaultValue": null,
10099
10099
  "isDeprecated": false,
10100
10100
  "deprecationReason": null
10101
+ },
10102
+ {
10103
+ "name": "usageResetCutoffRule",
10104
+ "description": "Usage reset cutoff rule",
10105
+ "type": {
10106
+ "kind": "INPUT_OBJECT",
10107
+ "name": "SubscriptionUpdateUsageResetCutoffRuleInput",
10108
+ "ofType": null
10109
+ },
10110
+ "defaultValue": null,
10111
+ "isDeprecated": false,
10112
+ "deprecationReason": null
10101
10113
  }
10102
10114
  ],
10103
10115
  "interfaces": null,
@@ -56326,6 +56338,22 @@
56326
56338
  "isDeprecated": false,
56327
56339
  "deprecationReason": null
56328
56340
  },
56341
+ {
56342
+ "name": "subscriptionUpdateUsageResetCutoffRule",
56343
+ "description": null,
56344
+ "args": [],
56345
+ "type": {
56346
+ "kind": "NON_NULL",
56347
+ "name": null,
56348
+ "ofType": {
56349
+ "kind": "OBJECT",
56350
+ "name": "SubscriptionUpdateUsageResetCutoffRule",
56351
+ "ofType": null
56352
+ }
56353
+ },
56354
+ "isDeprecated": false,
56355
+ "deprecationReason": null
56356
+ },
56329
56357
  {
56330
56358
  "name": "updatedAt",
56331
56359
  "description": null,
@@ -57933,6 +57961,18 @@
57933
57961
  "defaultValue": null,
57934
57962
  "isDeprecated": false,
57935
57963
  "deprecationReason": null
57964
+ },
57965
+ {
57966
+ "name": "usageResetCutoffRule",
57967
+ "description": "Usage reset cutoff rule",
57968
+ "type": {
57969
+ "kind": "INPUT_OBJECT",
57970
+ "name": "SubscriptionUpdateUsageResetCutoffRuleInput",
57971
+ "ofType": null
57972
+ },
57973
+ "defaultValue": null,
57974
+ "isDeprecated": false,
57975
+ "deprecationReason": null
57936
57976
  }
57937
57977
  ],
57938
57978
  "interfaces": null,
@@ -76137,6 +76177,89 @@
76137
76177
  "enumValues": null,
76138
76178
  "possibleTypes": null
76139
76179
  },
76180
+ {
76181
+ "kind": "ENUM",
76182
+ "name": "SubscriptionUpdateUsageCutoffBehavior",
76183
+ "description": "Decide whether feature usage will be reset upon creation on new subscription",
76184
+ "fields": null,
76185
+ "inputFields": null,
76186
+ "interfaces": null,
76187
+ "enumValues": [
76188
+ {
76189
+ "name": "ALWAYS_RESET",
76190
+ "description": "Always reset",
76191
+ "isDeprecated": false,
76192
+ "deprecationReason": null
76193
+ },
76194
+ {
76195
+ "name": "BILLING_PERIOD_CHANGE",
76196
+ "description": "Billing period changed",
76197
+ "isDeprecated": false,
76198
+ "deprecationReason": null
76199
+ },
76200
+ {
76201
+ "name": "NEVER_RESET",
76202
+ "description": "Never reset",
76203
+ "isDeprecated": false,
76204
+ "deprecationReason": null
76205
+ }
76206
+ ],
76207
+ "possibleTypes": null
76208
+ },
76209
+ {
76210
+ "kind": "OBJECT",
76211
+ "name": "SubscriptionUpdateUsageResetCutoffRule",
76212
+ "description": "Usage reset cutoff rule - when does the usage for a feature should be reset",
76213
+ "fields": [
76214
+ {
76215
+ "name": "behavior",
76216
+ "description": "The behavior to reset according to",
76217
+ "args": [],
76218
+ "type": {
76219
+ "kind": "NON_NULL",
76220
+ "name": null,
76221
+ "ofType": {
76222
+ "kind": "ENUM",
76223
+ "name": "SubscriptionUpdateUsageCutoffBehavior",
76224
+ "ofType": null
76225
+ }
76226
+ },
76227
+ "isDeprecated": false,
76228
+ "deprecationReason": null
76229
+ }
76230
+ ],
76231
+ "inputFields": null,
76232
+ "interfaces": [],
76233
+ "enumValues": null,
76234
+ "possibleTypes": null
76235
+ },
76236
+ {
76237
+ "kind": "INPUT_OBJECT",
76238
+ "name": "SubscriptionUpdateUsageResetCutoffRuleInput",
76239
+ "description": "The input of the usage reset cutoff rule.",
76240
+ "fields": null,
76241
+ "inputFields": [
76242
+ {
76243
+ "name": "behavior",
76244
+ "description": "The behavior of the usage reset cutoff rule.",
76245
+ "type": {
76246
+ "kind": "NON_NULL",
76247
+ "name": null,
76248
+ "ofType": {
76249
+ "kind": "ENUM",
76250
+ "name": "SubscriptionUpdateUsageCutoffBehavior",
76251
+ "ofType": null
76252
+ }
76253
+ },
76254
+ "defaultValue": null,
76255
+ "isDeprecated": false,
76256
+ "deprecationReason": null
76257
+ }
76258
+ ],
76259
+ "interfaces": null,
76260
+ "enumValues": null,
76261
+ "possibleTypes": null
76262
+ },
76140
76263
  {
76141
76264
  "kind": "OBJECT",
76142
76265
  "name": "SyncState",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.175.4"
4
+ VERSION = "2.183.0"
5
5
  end
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: 2.175.4
4
+ version: 2.183.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-10-31 00:00:00.000000000 Z
11
+ date: 2024-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient