stigg-api-client 1.115.0 → 1.117.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: 1ccb274b34d2f86a4da28ba31656d57cdf4ff09878414db84980115645498c5a
4
- data.tar.gz: 8fc49e99e08eee1d43e0da6d4a1d237b261fb59fa88b7545bb6dfa0cabfcdccf
3
+ metadata.gz: cd0a0ad600b5dc4bdd7f87e7f827a75dfa8518ffc8fc2a0f4293711b27724701
4
+ data.tar.gz: 76e1bfee6b7385161356b6632abd104a9b9bb3f367ee0a6173f7b0856ac0b3c1
5
5
  SHA512:
6
- metadata.gz: 3c65063f7a8c688c469763a8142d7fd4bbdb57b2cc73518b8ac4f60fb047a9493ab0bdde3d4784e0252e7927f42d90f4808e81ca359e49ad56a135c866c4876b
7
- data.tar.gz: 8a8b96205c2d8988a006587d1411daaa97d2b17730c9a87fbf80481f1adf5474566f60ea9e4684d319b5a06c3af83425d2fc733a4685cbc0910009150eda3e88
6
+ metadata.gz: a4225677a1408036c2a41227299ecaffc2c7c6cc8602991ada996a1dbbdbad067fad8ec5c950c99ca1da5f913a9a58505f4513bba7bc93926aff974f7879c451
7
+ data.tar.gz: 91c4caa68d641d645011fa7c40e3b016f0dbf4a948e8dd24c0e214bb0c128b5a86329d32e6fe21c4d3d4553e02f8407ac10722b75d15a99165fd2698a7488204
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.115.0)
4
+ stigg-api-client (1.117.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql-client (~> 0.19)
7
7
 
@@ -601,6 +601,18 @@
601
601
  "isDeprecated": false,
602
602
  "deprecationReason": null
603
603
  },
604
+ {
605
+ "name": "overageBillingPeriod",
606
+ "description": null,
607
+ "args": [],
608
+ "type": {
609
+ "kind": "ENUM",
610
+ "name": "OverageBillingPeriod",
611
+ "ofType": null
612
+ },
613
+ "isDeprecated": false,
614
+ "deprecationReason": null
615
+ },
604
616
  {
605
617
  "name": "overagePrices",
606
618
  "description": null,
@@ -1679,6 +1691,18 @@
1679
1691
  "isDeprecated": false,
1680
1692
  "deprecationReason": null
1681
1693
  },
1694
+ {
1695
+ "name": "overageBillingPeriod",
1696
+ "description": null,
1697
+ "args": [],
1698
+ "type": {
1699
+ "kind": "ENUM",
1700
+ "name": "OverageBillingPeriod",
1701
+ "ofType": null
1702
+ },
1703
+ "isDeprecated": false,
1704
+ "deprecationReason": null
1705
+ },
1682
1706
  {
1683
1707
  "name": "overagePrices",
1684
1708
  "description": null,
@@ -39441,6 +39465,29 @@
39441
39465
  "enumValues": null,
39442
39466
  "possibleTypes": null
39443
39467
  },
39468
+ {
39469
+ "kind": "ENUM",
39470
+ "name": "OverageBillingPeriod",
39471
+ "description": "Configures when the overage charge is billed.",
39472
+ "fields": null,
39473
+ "inputFields": null,
39474
+ "interfaces": null,
39475
+ "enumValues": [
39476
+ {
39477
+ "name": "MONTHLY",
39478
+ "description": null,
39479
+ "isDeprecated": false,
39480
+ "deprecationReason": null
39481
+ },
39482
+ {
39483
+ "name": "ON_SUBSCRIPTION_RENEWAL",
39484
+ "description": null,
39485
+ "isDeprecated": false,
39486
+ "deprecationReason": null
39487
+ }
39488
+ ],
39489
+ "possibleTypes": null
39490
+ },
39444
39491
  {
39445
39492
  "kind": "OBJECT",
39446
39493
  "name": "OverageCharged",
@@ -39451,13 +39498,9 @@
39451
39498
  "description": "The eid of the feature",
39452
39499
  "args": [],
39453
39500
  "type": {
39454
- "kind": "NON_NULL",
39455
- "name": null,
39456
- "ofType": {
39457
- "kind": "SCALAR",
39458
- "name": "String",
39459
- "ofType": null
39460
- }
39501
+ "kind": "SCALAR",
39502
+ "name": "String",
39503
+ "ofType": null
39461
39504
  },
39462
39505
  "isDeprecated": false,
39463
39506
  "deprecationReason": null
@@ -40237,6 +40280,18 @@
40237
40280
  "isDeprecated": false,
40238
40281
  "deprecationReason": null
40239
40282
  },
40283
+ {
40284
+ "name": "overageBillingPeriod",
40285
+ "description": null,
40286
+ "args": [],
40287
+ "type": {
40288
+ "kind": "ENUM",
40289
+ "name": "OverageBillingPeriod",
40290
+ "ofType": null
40291
+ },
40292
+ "isDeprecated": false,
40293
+ "deprecationReason": null
40294
+ },
40240
40295
  {
40241
40296
  "name": "overagePrices",
40242
40297
  "description": null,
@@ -44472,6 +44527,18 @@
44472
44527
  "isDeprecated": false,
44473
44528
  "deprecationReason": null
44474
44529
  },
44530
+ {
44531
+ "name": "overageBillingPeriod",
44532
+ "description": null,
44533
+ "type": {
44534
+ "kind": "ENUM",
44535
+ "name": "OverageBillingPeriod",
44536
+ "ofType": null
44537
+ },
44538
+ "defaultValue": null,
44539
+ "isDeprecated": false,
44540
+ "deprecationReason": null
44541
+ },
44475
44542
  {
44476
44543
  "name": "overagePricingModels",
44477
44544
  "description": null,
@@ -47137,6 +47204,18 @@
47137
47204
  "isDeprecated": false,
47138
47205
  "deprecationReason": null
47139
47206
  },
47207
+ {
47208
+ "name": "overageBillingPeriod",
47209
+ "description": null,
47210
+ "args": [],
47211
+ "type": {
47212
+ "kind": "ENUM",
47213
+ "name": "OverageBillingPeriod",
47214
+ "ofType": null
47215
+ },
47216
+ "isDeprecated": false,
47217
+ "deprecationReason": null
47218
+ },
47140
47219
  {
47141
47220
  "name": "overagePrices",
47142
47221
  "description": null,
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "1.115.0"
4
+ VERSION = "1.117.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: 1.115.0
4
+ version: 1.117.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-04-08 00:00:00.000000000 Z
11
+ date: 2024-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient