stigg-api-client 0.515.3 → 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: 383a9412f6f9372e3bba2d7a1d30828976cf1437e364bee0b68162c4d22c58d0
4
- data.tar.gz: 1f53efc4dfce982d6e879ff5f53879bd5b9ecd9952f84fe8ca81db320be5e69e
3
+ metadata.gz: 8e10dd9de918bb8fa5250c0bd5d008ac27dbec33f924581a21b14b74ba4b8a5c
4
+ data.tar.gz: 44a8d471ac328151a0b4aeb02e527146a2dbf11de21009c75961c38d74e42234
5
5
  SHA512:
6
- metadata.gz: 939d385b534320cc244b4084e46c5d0c15167d1a3d26b9f1d3c6c71e01787093182567ade7988a9474a38827d6ff5411ca36cc4aff91a48c2c8c9050b35edd17
7
- data.tar.gz: d566c4cebf30fd3d8440f4e496b4aba3828c929e1c8300476c044b978c93743b00f72afe9af3264f51137bff3ee7c3dcdad64f9e1db0e99a58e8c3c5761b660b
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.515.3)
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",
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.515.3"
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.515.3
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