stigg-api-client 0.710.0 → 0.714.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: f373d2908f1e3a8ef914b7cfa71b26e38fb2562f886f6504c4c2443a294f92d2
4
- data.tar.gz: 0c9d4eb748788f05decf98b2601f2f72c329b661c6dfc387b871ba438797b6bb
3
+ metadata.gz: 9f3a33f8c8af84dd96cc3bf7b3ac601c867b6feca7a431ae33718e62bcf86d3d
4
+ data.tar.gz: c76d3e2cf6c5c4fd92297be10cd9a12942751ee861521c24043d1ef209b70f57
5
5
  SHA512:
6
- metadata.gz: 41f3b41bbac3d660dc8ba48d85e589596541028fd8084e7c1efd3c145331cf54e5c848ef9d2186260fd2c19640ae00a30ec3d67f66daf52a016f8dc24173d14b
7
- data.tar.gz: eedbf596a155f4510bc83dca81d4c6909ad351b992981e42658bfed67e1273c7a3ac35cfb05d5a2334db0b5aada356a0cf36bfc6101322b9ed2874433d80422e
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.710.0)
4
+ stigg-api-client (0.714.0)
5
5
  graphlient (~> 0.7.0)
6
6
  graphql (< 2.1)
7
7
 
@@ -21236,6 +21236,12 @@
21236
21236
  "isDeprecated": false,
21237
21237
  "deprecationReason": null
21238
21238
  },
21239
+ {
21240
+ "name": "AmountTooLarge",
21241
+ "description": null,
21242
+ "isDeprecated": false,
21243
+ "deprecationReason": null
21244
+ },
21239
21245
  {
21240
21246
  "name": "ArchivedCouponCantBeApplied",
21241
21247
  "description": null,
@@ -21626,12 +21632,6 @@
21626
21632
  "isDeprecated": false,
21627
21633
  "deprecationReason": null
21628
21634
  },
21629
- {
21630
- "name": "PlanAlreadyExtended",
21631
- "description": null,
21632
- "isDeprecated": false,
21633
- "deprecationReason": null
21634
- },
21635
21635
  {
21636
21636
  "name": "PlanCannotBePublishWhenBasePlanIsDraft",
21637
21637
  "description": null,
@@ -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",
@@ -36927,6 +37010,22 @@
36927
37010
  },
36928
37011
  "isDeprecated": false,
36929
37012
  "deprecationReason": null
37013
+ },
37014
+ {
37015
+ "name": "isValidationError",
37016
+ "description": null,
37017
+ "args": [],
37018
+ "type": {
37019
+ "kind": "NON_NULL",
37020
+ "name": null,
37021
+ "ofType": {
37022
+ "kind": "SCALAR",
37023
+ "name": "Boolean",
37024
+ "ofType": null
37025
+ }
37026
+ },
37027
+ "isDeprecated": false,
37028
+ "deprecationReason": null
36930
37029
  }
36931
37030
  ],
36932
37031
  "inputFields": null,
@@ -60087,6 +60186,30 @@
60087
60186
  "name": "SubscriptionInvoice",
60088
60187
  "description": null,
60089
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
+ },
60090
60213
  {
60091
60214
  "name": "billingId",
60092
60215
  "description": null,
@@ -60119,6 +60242,30 @@
60119
60242
  "isDeprecated": false,
60120
60243
  "deprecationReason": null
60121
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
+ },
60122
60269
  {
60123
60270
  "name": "errorMessage",
60124
60271
  "description": null,
@@ -60131,6 +60278,26 @@
60131
60278
  "isDeprecated": false,
60132
60279
  "deprecationReason": null
60133
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
+ },
60134
60301
  {
60135
60302
  "name": "paymentSecret",
60136
60303
  "description": null,
@@ -60155,6 +60322,18 @@
60155
60322
  "isDeprecated": false,
60156
60323
  "deprecationReason": null
60157
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
+ },
60158
60337
  {
60159
60338
  "name": "requiresAction",
60160
60339
  "description": null,
@@ -60171,6 +60350,18 @@
60171
60350
  "isDeprecated": false,
60172
60351
  "deprecationReason": null
60173
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
+ },
60174
60365
  {
60175
60366
  "name": "status",
60176
60367
  "description": null,
@@ -60187,6 +60378,66 @@
60187
60378
  "isDeprecated": false,
60188
60379
  "deprecationReason": null
60189
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
+ },
60190
60441
  {
60191
60442
  "name": "updatedAt",
60192
60443
  "description": null,
@@ -65279,6 +65530,22 @@
65279
65530
  "isDeprecated": false,
65280
65531
  "deprecationReason": null
65281
65532
  },
65533
+ {
65534
+ "name": "isValidationError",
65535
+ "description": null,
65536
+ "args": [],
65537
+ "type": {
65538
+ "kind": "NON_NULL",
65539
+ "name": null,
65540
+ "ofType": {
65541
+ "kind": "SCALAR",
65542
+ "name": "Boolean",
65543
+ "ofType": null
65544
+ }
65545
+ },
65546
+ "isDeprecated": false,
65547
+ "deprecationReason": null
65548
+ },
65282
65549
  {
65283
65550
  "name": "nonPublishedPackageIds",
65284
65551
  "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.710.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.710.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