stigg-api-client 0.514.0 → 0.517.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: 4ea0ef0d45827c288997e1f8c9aa4aba8a057be656525b1c6bc3dd087b3baaff
4
- data.tar.gz: 2dadf4fde107fe8be2507fb113ef10ad3498ae2c46108c0618bddd93ddb6d7c2
3
+ metadata.gz: 8e10dd9de918bb8fa5250c0bd5d008ac27dbec33f924581a21b14b74ba4b8a5c
4
+ data.tar.gz: 44a8d471ac328151a0b4aeb02e527146a2dbf11de21009c75961c38d74e42234
5
5
  SHA512:
6
- metadata.gz: dacab0e11c3737af703c4bbe31dff03fd4b15a847c2c2fc6e0a91f39d8208cf8c173d4d9ae7ad60950a380c2b051d365384b4b4b558514e686d5ae90695baaa5
7
- data.tar.gz: 0162c54f84467b559dc12457ef4b72a3b0257cdc37a00e111ad35ec4a4f731cef73c76b8d1c9aec19264f926d18759ef4070d8e44d077452623f5484a994091e
6
+ metadata.gz: fe5c2a484e1a70db1ca1e35d658f0af6f273b1a1a01217078f457a18430b59ba6bf01bd58b9acce5f5db8f977fad75df43cd1a7a160e04688983c659f019b44c
7
+ data.tar.gz: 487aae7d2863db03064e75312807ccd305d1d0d9076c6434539967fa861103890807df4953e7c80389103551c6491d6cb1084e97c77cbd410c2dde8081df2c0f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.514.0)
4
+ stigg-api-client (0.517.0)
5
5
  graphlient (~> 0.7.0)
6
6
 
7
7
  GEM
@@ -13060,6 +13060,18 @@
13060
13060
  "isDeprecated": false,
13061
13061
  "deprecationReason": null
13062
13062
  },
13063
+ {
13064
+ "name": "latestInvoice",
13065
+ "description": null,
13066
+ "args": [],
13067
+ "type": {
13068
+ "kind": "OBJECT",
13069
+ "name": "SubscriptionInvoice",
13070
+ "ofType": null
13071
+ },
13072
+ "isDeprecated": false,
13073
+ "deprecationReason": null
13074
+ },
13063
13075
  {
13064
13076
  "name": "oldBillingId",
13065
13077
  "description": null,
@@ -55297,6 +55309,134 @@
55297
55309
  "enumValues": null,
55298
55310
  "possibleTypes": null
55299
55311
  },
55312
+ {
55313
+ "kind": "OBJECT",
55314
+ "name": "SubscriptionInvoice",
55315
+ "description": null,
55316
+ "fields": [
55317
+ {
55318
+ "name": "billingId",
55319
+ "description": null,
55320
+ "args": [],
55321
+ "type": {
55322
+ "kind": "NON_NULL",
55323
+ "name": null,
55324
+ "ofType": {
55325
+ "kind": "SCALAR",
55326
+ "name": "String",
55327
+ "ofType": null
55328
+ }
55329
+ },
55330
+ "isDeprecated": false,
55331
+ "deprecationReason": null
55332
+ },
55333
+ {
55334
+ "name": "createdAt",
55335
+ "description": null,
55336
+ "args": [],
55337
+ "type": {
55338
+ "kind": "NON_NULL",
55339
+ "name": null,
55340
+ "ofType": {
55341
+ "kind": "SCALAR",
55342
+ "name": "DateTime",
55343
+ "ofType": null
55344
+ }
55345
+ },
55346
+ "isDeprecated": false,
55347
+ "deprecationReason": null
55348
+ },
55349
+ {
55350
+ "name": "errorMessage",
55351
+ "description": null,
55352
+ "args": [],
55353
+ "type": {
55354
+ "kind": "SCALAR",
55355
+ "name": "String",
55356
+ "ofType": null
55357
+ },
55358
+ "isDeprecated": false,
55359
+ "deprecationReason": null
55360
+ },
55361
+ {
55362
+ "name": "paymentUrl",
55363
+ "description": null,
55364
+ "args": [],
55365
+ "type": {
55366
+ "kind": "SCALAR",
55367
+ "name": "String",
55368
+ "ofType": null
55369
+ },
55370
+ "isDeprecated": false,
55371
+ "deprecationReason": null
55372
+ },
55373
+ {
55374
+ "name": "status",
55375
+ "description": null,
55376
+ "args": [],
55377
+ "type": {
55378
+ "kind": "NON_NULL",
55379
+ "name": null,
55380
+ "ofType": {
55381
+ "kind": "ENUM",
55382
+ "name": "SubscriptionInvoiceStatus",
55383
+ "ofType": null
55384
+ }
55385
+ },
55386
+ "isDeprecated": false,
55387
+ "deprecationReason": null
55388
+ },
55389
+ {
55390
+ "name": "updatedAt",
55391
+ "description": null,
55392
+ "args": [],
55393
+ "type": {
55394
+ "kind": "NON_NULL",
55395
+ "name": null,
55396
+ "ofType": {
55397
+ "kind": "SCALAR",
55398
+ "name": "DateTime",
55399
+ "ofType": null
55400
+ }
55401
+ },
55402
+ "isDeprecated": false,
55403
+ "deprecationReason": null
55404
+ }
55405
+ ],
55406
+ "inputFields": null,
55407
+ "interfaces": [],
55408
+ "enumValues": null,
55409
+ "possibleTypes": null
55410
+ },
55411
+ {
55412
+ "kind": "ENUM",
55413
+ "name": "SubscriptionInvoiceStatus",
55414
+ "description": "SubscriptionInvoice status",
55415
+ "fields": null,
55416
+ "inputFields": null,
55417
+ "interfaces": null,
55418
+ "enumValues": [
55419
+ {
55420
+ "name": "CANCELED",
55421
+ "description": null,
55422
+ "isDeprecated": false,
55423
+ "deprecationReason": null
55424
+ },
55425
+ {
55426
+ "name": "OPEN",
55427
+ "description": null,
55428
+ "isDeprecated": false,
55429
+ "deprecationReason": null
55430
+ },
55431
+ {
55432
+ "name": "PAID",
55433
+ "description": null,
55434
+ "isDeprecated": false,
55435
+ "deprecationReason": null
55436
+ }
55437
+ ],
55438
+ "possibleTypes": null
55439
+ },
55300
55440
  {
55301
55441
  "kind": "INPUT_OBJECT",
55302
55442
  "name": "SubscriptionMigrationInput",
@@ -61322,6 +61462,22 @@
61322
61462
  "name": "UsageEvent",
61323
61463
  "description": null,
61324
61464
  "fields": [
61465
+ {
61466
+ "name": "customerId",
61467
+ "description": null,
61468
+ "args": [],
61469
+ "type": {
61470
+ "kind": "NON_NULL",
61471
+ "name": null,
61472
+ "ofType": {
61473
+ "kind": "SCALAR",
61474
+ "name": "String",
61475
+ "ofType": null
61476
+ }
61477
+ },
61478
+ "isDeprecated": false,
61479
+ "deprecationReason": null
61480
+ },
61325
61481
  {
61326
61482
  "name": "dimensions",
61327
61483
  "description": null,
@@ -61509,19 +61665,15 @@
61509
61665
  "name": "filters",
61510
61666
  "description": null,
61511
61667
  "type": {
61512
- "kind": "NON_NULL",
61668
+ "kind": "LIST",
61513
61669
  "name": null,
61514
61670
  "ofType": {
61515
- "kind": "LIST",
61671
+ "kind": "NON_NULL",
61516
61672
  "name": null,
61517
61673
  "ofType": {
61518
- "kind": "NON_NULL",
61519
- "name": null,
61520
- "ofType": {
61521
- "kind": "INPUT_OBJECT",
61522
- "name": "MeterFilterDefinitionInput",
61523
- "ofType": null
61524
- }
61674
+ "kind": "INPUT_OBJECT",
61675
+ "name": "MeterFilterDefinitionInput",
61676
+ "ofType": null
61525
61677
  }
61526
61678
  }
61527
61679
  },
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "0.514.0"
4
+ VERSION = "0.517.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: 0.514.0
4
+ version: 0.517.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-07-31 00:00:00.000000000 Z
11
+ date: 2023-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient