stigg-api-client 0.712.0 → 0.714.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: 9af607a0dc4c3277ac4ce8116c790b29593e35107067e3d506f21e80f33bb106
4
- data.tar.gz: eb97b00445fdbfaa89a3ff846086e069aaeb645eeb4504241baf31d58b0c4946
3
+ metadata.gz: 9f3a33f8c8af84dd96cc3bf7b3ac601c867b6feca7a431ae33718e62bcf86d3d
4
+ data.tar.gz: c76d3e2cf6c5c4fd92297be10cd9a12942751ee861521c24043d1ef209b70f57
5
5
  SHA512:
6
- metadata.gz: 2fdb6b04f1d7f8a0ee62eeaba0f39c23e0997d43e47bb8af165de22af5a8f7ac3449ef77b6daa4018700a9117204e387bd926c69a468002c7f81d14fa65e6940
7
- data.tar.gz: bc63901f295ae566883417f13317697be722593ba70e50f694835b75c47b4e3481a05d51c630170f7cd8aa1dc388b43e3bc29bcacbf410f4140f3f98ecbf95c7
6
+ metadata.gz: 87fbcb11c0c6eaa42b643dc7631ff32ab5661b9cb958ade481e62ec9086d6e3e3cfe66fc3bc67519ed5a5262089f4015d5c6b5b7ab99ccd1bb6d9daa1bf76c9f
7
+ data.tar.gz: 1861ad66ff5d473769f169944bd4cba177c905a6ac9d2e6cfc65b904f7b7c1e227e3819de3cdef1c04e13866045c984eabb30f84fa1ffec4d4d6478115c5d34f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (0.712.0)
4
+ stigg-api-client (0.714.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -31391,6 +31391,89 @@
31391
31391
  "enumValues": null,
31392
31392
  "possibleTypes": null
31393
31393
  },
31394
+ {
31395
+ "kind": "OBJECT",
31396
+ "name": "InvoiceLine",
31397
+ "description": null,
31398
+ "fields": [
31399
+ {
31400
+ "name": "amount",
31401
+ "description": null,
31402
+ "args": [],
31403
+ "type": {
31404
+ "kind": "NON_NULL",
31405
+ "name": null,
31406
+ "ofType": {
31407
+ "kind": "SCALAR",
31408
+ "name": "Float",
31409
+ "ofType": null
31410
+ }
31411
+ },
31412
+ "isDeprecated": false,
31413
+ "deprecationReason": null
31414
+ },
31415
+ {
31416
+ "name": "currency",
31417
+ "description": null,
31418
+ "args": [],
31419
+ "type": {
31420
+ "kind": "NON_NULL",
31421
+ "name": null,
31422
+ "ofType": {
31423
+ "kind": "SCALAR",
31424
+ "name": "String",
31425
+ "ofType": null
31426
+ }
31427
+ },
31428
+ "isDeprecated": false,
31429
+ "deprecationReason": null
31430
+ },
31431
+ {
31432
+ "name": "description",
31433
+ "description": null,
31434
+ "args": [],
31435
+ "type": {
31436
+ "kind": "SCALAR",
31437
+ "name": "String",
31438
+ "ofType": null
31439
+ },
31440
+ "isDeprecated": false,
31441
+ "deprecationReason": null
31442
+ },
31443
+ {
31444
+ "name": "proration",
31445
+ "description": null,
31446
+ "args": [],
31447
+ "type": {
31448
+ "kind": "NON_NULL",
31449
+ "name": null,
31450
+ "ofType": {
31451
+ "kind": "SCALAR",
31452
+ "name": "Boolean",
31453
+ "ofType": null
31454
+ }
31455
+ },
31456
+ "isDeprecated": false,
31457
+ "deprecationReason": null
31458
+ },
31459
+ {
31460
+ "name": "quantity",
31461
+ "description": null,
31462
+ "args": [],
31463
+ "type": {
31464
+ "kind": "SCALAR",
31465
+ "name": "Int",
31466
+ "ofType": null
31467
+ },
31468
+ "isDeprecated": false,
31469
+ "deprecationReason": null
31470
+ }
31471
+ ],
31472
+ "inputFields": null,
31473
+ "interfaces": [],
31474
+ "enumValues": null,
31475
+ "possibleTypes": null
31476
+ },
31394
31477
  {
31395
31478
  "kind": "SCALAR",
31396
31479
  "name": "JSON",
@@ -60103,6 +60186,30 @@
60103
60186
  "name": "SubscriptionInvoice",
60104
60187
  "description": null,
60105
60188
  "fields": [
60189
+ {
60190
+ "name": "amountDue",
60191
+ "description": null,
60192
+ "args": [],
60193
+ "type": {
60194
+ "kind": "SCALAR",
60195
+ "name": "Float",
60196
+ "ofType": null
60197
+ },
60198
+ "isDeprecated": false,
60199
+ "deprecationReason": null
60200
+ },
60201
+ {
60202
+ "name": "appliedBalance",
60203
+ "description": null,
60204
+ "args": [],
60205
+ "type": {
60206
+ "kind": "SCALAR",
60207
+ "name": "Float",
60208
+ "ofType": null
60209
+ },
60210
+ "isDeprecated": false,
60211
+ "deprecationReason": null
60212
+ },
60106
60213
  {
60107
60214
  "name": "billingId",
60108
60215
  "description": null,
@@ -60135,6 +60242,30 @@
60135
60242
  "isDeprecated": false,
60136
60243
  "deprecationReason": null
60137
60244
  },
60245
+ {
60246
+ "name": "currency",
60247
+ "description": null,
60248
+ "args": [],
60249
+ "type": {
60250
+ "kind": "SCALAR",
60251
+ "name": "String",
60252
+ "ofType": null
60253
+ },
60254
+ "isDeprecated": false,
60255
+ "deprecationReason": null
60256
+ },
60257
+ {
60258
+ "name": "endingBalance",
60259
+ "description": null,
60260
+ "args": [],
60261
+ "type": {
60262
+ "kind": "SCALAR",
60263
+ "name": "Float",
60264
+ "ofType": null
60265
+ },
60266
+ "isDeprecated": false,
60267
+ "deprecationReason": null
60268
+ },
60138
60269
  {
60139
60270
  "name": "errorMessage",
60140
60271
  "description": null,
@@ -60147,6 +60278,26 @@
60147
60278
  "isDeprecated": false,
60148
60279
  "deprecationReason": null
60149
60280
  },
60281
+ {
60282
+ "name": "lines",
60283
+ "description": null,
60284
+ "args": [],
60285
+ "type": {
60286
+ "kind": "LIST",
60287
+ "name": null,
60288
+ "ofType": {
60289
+ "kind": "NON_NULL",
60290
+ "name": null,
60291
+ "ofType": {
60292
+ "kind": "OBJECT",
60293
+ "name": "InvoiceLine",
60294
+ "ofType": null
60295
+ }
60296
+ }
60297
+ },
60298
+ "isDeprecated": false,
60299
+ "deprecationReason": null
60300
+ },
60150
60301
  {
60151
60302
  "name": "paymentSecret",
60152
60303
  "description": null,
@@ -60171,6 +60322,18 @@
60171
60322
  "isDeprecated": false,
60172
60323
  "deprecationReason": null
60173
60324
  },
60325
+ {
60326
+ "name": "pdfUrl",
60327
+ "description": null,
60328
+ "args": [],
60329
+ "type": {
60330
+ "kind": "SCALAR",
60331
+ "name": "String",
60332
+ "ofType": null
60333
+ },
60334
+ "isDeprecated": false,
60335
+ "deprecationReason": null
60336
+ },
60174
60337
  {
60175
60338
  "name": "requiresAction",
60176
60339
  "description": null,
@@ -60187,6 +60350,18 @@
60187
60350
  "isDeprecated": false,
60188
60351
  "deprecationReason": null
60189
60352
  },
60353
+ {
60354
+ "name": "startingBalance",
60355
+ "description": null,
60356
+ "args": [],
60357
+ "type": {
60358
+ "kind": "SCALAR",
60359
+ "name": "Float",
60360
+ "ofType": null
60361
+ },
60362
+ "isDeprecated": false,
60363
+ "deprecationReason": null
60364
+ },
60190
60365
  {
60191
60366
  "name": "status",
60192
60367
  "description": null,
@@ -60203,6 +60378,66 @@
60203
60378
  "isDeprecated": false,
60204
60379
  "deprecationReason": null
60205
60380
  },
60381
+ {
60382
+ "name": "subTotal",
60383
+ "description": null,
60384
+ "args": [],
60385
+ "type": {
60386
+ "kind": "SCALAR",
60387
+ "name": "Float",
60388
+ "ofType": null
60389
+ },
60390
+ "isDeprecated": false,
60391
+ "deprecationReason": null
60392
+ },
60393
+ {
60394
+ "name": "subTotalExcludingTax",
60395
+ "description": null,
60396
+ "args": [],
60397
+ "type": {
60398
+ "kind": "SCALAR",
60399
+ "name": "Float",
60400
+ "ofType": null
60401
+ },
60402
+ "isDeprecated": false,
60403
+ "deprecationReason": null
60404
+ },
60405
+ {
60406
+ "name": "tax",
60407
+ "description": null,
60408
+ "args": [],
60409
+ "type": {
60410
+ "kind": "SCALAR",
60411
+ "name": "Float",
60412
+ "ofType": null
60413
+ },
60414
+ "isDeprecated": false,
60415
+ "deprecationReason": null
60416
+ },
60417
+ {
60418
+ "name": "total",
60419
+ "description": null,
60420
+ "args": [],
60421
+ "type": {
60422
+ "kind": "SCALAR",
60423
+ "name": "Float",
60424
+ "ofType": null
60425
+ },
60426
+ "isDeprecated": false,
60427
+ "deprecationReason": null
60428
+ },
60429
+ {
60430
+ "name": "totalExcludingTax",
60431
+ "description": null,
60432
+ "args": [],
60433
+ "type": {
60434
+ "kind": "SCALAR",
60435
+ "name": "Float",
60436
+ "ofType": null
60437
+ },
60438
+ "isDeprecated": false,
60439
+ "deprecationReason": null
60440
+ },
60206
60441
  {
60207
60442
  "name": "updatedAt",
60208
60443
  "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 = "0.712.0"
4
+ VERSION = "0.714.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.712.0
4
+ version: 0.714.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-12-20 00:00:00.000000000 Z
11
+ date: 2023-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient