stigg-api-client 2.33.0 → 2.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e7d821028eee2bab9fa785346647034b37fd9ec1b3e5da1d96271337b9af048
4
- data.tar.gz: 968cda2f7035910612f60faac0113428c740acda94ff0b9d5645407c33eae6d6
3
+ metadata.gz: 6fb690db906a6d13029f286f2bc00eeac442970cbe26ea53594e266950273389
4
+ data.tar.gz: 03d644ca05082b74634f7146a6463dc62d66bda085d97a53a55be0af350aefd9
5
5
  SHA512:
6
- metadata.gz: c8ab8a166d9e4a43bb2ae4121c768aaceaa483e2dff23e63e5d4d015f40922471883a57e9f947a1ff36a1c1d15cc6b078689436fef306117f4b64ec4fd9fbdab
7
- data.tar.gz: 6f71e97421d833954cf263f1d2ca79aff0b01b5a22b6cfe1ade6331196bfb430f607fc3b59116d86fb32a58484fd37cbbff5ed51addca540ec866f80e0336448
6
+ metadata.gz: cbb931d5294dcc20b75b71e5f5bb712f919c78b3409ee819392c26671dd14fdeb7603828e0fe2df4619017cfe5af3047abe8e20a911762ed7242c5f94eeb0983
7
+ data.tar.gz: f1b698275aaf77f106c9346863033a2e5ec223739a3e031e6d7c1630eda1dc53a1b700a31ef0c4e44c0527e4b1d6e3eedda3e83bc91c7ea07dd4fd4bb32c52f3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.33.0)
4
+ stigg-api-client (2.43.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -5229,6 +5229,12 @@
5229
5229
  "isDeprecated": false,
5230
5230
  "deprecationReason": null
5231
5231
  },
5232
+ {
5233
+ "name": "MINIMUM_SPEND",
5234
+ "description": null,
5235
+ "isDeprecated": false,
5236
+ "deprecationReason": null
5237
+ },
5232
5238
  {
5233
5239
  "name": "PER_UNIT",
5234
5240
  "description": null,
@@ -16590,7 +16596,7 @@
16590
16596
  "name": "SubscriptionPriceFilter",
16591
16597
  "ofType": null
16592
16598
  },
16593
- "defaultValue": "{}",
16599
+ "defaultValue": "{billingModel: {neq: MINIMUM_SPEND}}",
16594
16600
  "isDeprecated": false,
16595
16601
  "deprecationReason": null
16596
16602
  },
@@ -35487,6 +35493,12 @@
35487
35493
  "isDeprecated": false,
35488
35494
  "deprecationReason": null
35489
35495
  },
35496
+ {
35497
+ "name": "MinimumSpendCharge",
35498
+ "description": null,
35499
+ "isDeprecated": false,
35500
+ "deprecationReason": null
35501
+ },
35490
35502
  {
35491
35503
  "name": "Other",
35492
35504
  "description": null,
@@ -41853,6 +41865,53 @@
41853
41865
  ],
41854
41866
  "possibleTypes": null
41855
41867
  },
41868
+ {
41869
+ "kind": "OBJECT",
41870
+ "name": "OverageBillingPeriodChange",
41871
+ "description": null,
41872
+ "fields": [
41873
+ {
41874
+ "name": "after",
41875
+ "description": null,
41876
+ "args": [],
41877
+ "type": {
41878
+ "kind": "ENUM",
41879
+ "name": "OverageBillingPeriod",
41880
+ "ofType": null
41881
+ },
41882
+ "isDeprecated": false,
41883
+ "deprecationReason": null
41884
+ },
41885
+ {
41886
+ "name": "before",
41887
+ "description": null,
41888
+ "args": [],
41889
+ "type": {
41890
+ "kind": "ENUM",
41891
+ "name": "OverageBillingPeriod",
41892
+ "ofType": null
41893
+ },
41894
+ "isDeprecated": false,
41895
+ "deprecationReason": null
41896
+ },
41897
+ {
41898
+ "name": "changeType",
41899
+ "description": null,
41900
+ "args": [],
41901
+ "type": {
41902
+ "kind": "ENUM",
41903
+ "name": "ChangeType",
41904
+ "ofType": null
41905
+ },
41906
+ "isDeprecated": false,
41907
+ "deprecationReason": null
41908
+ }
41909
+ ],
41910
+ "inputFields": null,
41911
+ "interfaces": [],
41912
+ "enumValues": null,
41913
+ "possibleTypes": null
41914
+ },
41856
41915
  {
41857
41916
  "kind": "INPUT_OBJECT",
41858
41917
  "name": "OverageEntitlementCreateInput",
@@ -42367,6 +42426,18 @@
42367
42426
  "isDeprecated": false,
42368
42427
  "deprecationReason": null
42369
42428
  },
42429
+ {
42430
+ "name": "overageBillingPeriod",
42431
+ "description": "Configures when the overage charge is billed.",
42432
+ "args": [],
42433
+ "type": {
42434
+ "kind": "OBJECT",
42435
+ "name": "OverageBillingPeriodChange",
42436
+ "ofType": null
42437
+ },
42438
+ "isDeprecated": false,
42439
+ "deprecationReason": null
42440
+ },
42370
42441
  {
42371
42442
  "name": "overagePrices",
42372
42443
  "description": null,
@@ -70651,6 +70722,22 @@
70651
70722
  "isDeprecated": false,
70652
70723
  "deprecationReason": null
70653
70724
  },
70725
+ {
70726
+ "name": "period",
70727
+ "description": null,
70728
+ "args": [],
70729
+ "type": {
70730
+ "kind": "NON_NULL",
70731
+ "name": null,
70732
+ "ofType": {
70733
+ "kind": "OBJECT",
70734
+ "name": "SubscriptionInvoicePreviewLineItemPeriod",
70735
+ "ofType": null
70736
+ }
70737
+ },
70738
+ "isDeprecated": false,
70739
+ "deprecationReason": null
70740
+ },
70654
70741
  {
70655
70742
  "name": "price",
70656
70743
  "description": "The price connected to the invoice line item",
@@ -70802,6 +70889,22 @@
70802
70889
  "isDeprecated": false,
70803
70890
  "deprecationReason": null
70804
70891
  },
70892
+ {
70893
+ "name": "period",
70894
+ "description": null,
70895
+ "args": [],
70896
+ "type": {
70897
+ "kind": "NON_NULL",
70898
+ "name": null,
70899
+ "ofType": {
70900
+ "kind": "OBJECT",
70901
+ "name": "SubscriptionInvoicePreviewLineItemPeriod",
70902
+ "ofType": null
70903
+ }
70904
+ },
70905
+ "isDeprecated": false,
70906
+ "deprecationReason": null
70907
+ },
70805
70908
  {
70806
70909
  "name": "price",
70807
70910
  "description": "The price connected to the invoice line item",
@@ -70888,6 +70991,49 @@
70888
70991
  "enumValues": null,
70889
70992
  "possibleTypes": null
70890
70993
  },
70994
+ {
70995
+ "kind": "OBJECT",
70996
+ "name": "SubscriptionInvoicePreviewLineItemPeriod",
70997
+ "description": "The invoice line item period",
70998
+ "fields": [
70999
+ {
71000
+ "name": "end",
71001
+ "description": null,
71002
+ "args": [],
71003
+ "type": {
71004
+ "kind": "NON_NULL",
71005
+ "name": null,
71006
+ "ofType": {
71007
+ "kind": "SCALAR",
71008
+ "name": "DateTime",
71009
+ "ofType": null
71010
+ }
71011
+ },
71012
+ "isDeprecated": false,
71013
+ "deprecationReason": null
71014
+ },
71015
+ {
71016
+ "name": "start",
71017
+ "description": null,
71018
+ "args": [],
71019
+ "type": {
71020
+ "kind": "NON_NULL",
71021
+ "name": null,
71022
+ "ofType": {
71023
+ "kind": "SCALAR",
71024
+ "name": "DateTime",
71025
+ "ofType": null
71026
+ }
71027
+ },
71028
+ "isDeprecated": false,
71029
+ "deprecationReason": null
71030
+ }
71031
+ ],
71032
+ "inputFields": null,
71033
+ "interfaces": [],
71034
+ "enumValues": null,
71035
+ "possibleTypes": null
71036
+ },
70891
71037
  {
70892
71038
  "kind": "ENUM",
70893
71039
  "name": "SubscriptionInvoiceStatus",
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.33.0"
4
+ VERSION = "2.43.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.33.0
4
+ version: 2.43.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-07-14 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient