stigg-api-client 3.98.1 → 3.100.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: f5853a0b2f45e8dc10681d567d993dbc5bdf249d3fabdec5ded7bd76ff18356b
4
- data.tar.gz: b9fb575a3141ba1bef8456d4588a6d89e2f0bd239a3ffa52f02f6aa7a34206f8
3
+ metadata.gz: 8c509a401251b5a9405b02cf4a550e37e4d241f3b86decdf380baf3b0eacbbe8
4
+ data.tar.gz: d5c64d844d4042ffad7a5d7de88974038a47c75b06dbbe4453511893f2538856
5
5
  SHA512:
6
- metadata.gz: 5907a403613c8a4206ac1078d8f2509b99ca30f3f6632213e00af50434d361846c514b18caa5ff14efe96c8d4bd8aebc44607d5fa16f1668c325c3267cd1ed65
7
- data.tar.gz: 18435149415b06657bcadb11496b43c112bac2b7c6441e8cc044ef5e69107ecf35593de2867989f79c5f45dc21f8d1c640785f8b26a9a9370b4c42617e866bf1
6
+ metadata.gz: 788423aec877b58c34478e3f0c5e5e68306531d153e5da8277ef2e9220cace53cdbb6d221b59682a62c4dc98ba0f87dd652584f25c76284e81c8a9f177c92899
7
+ data.tar.gz: 04b8cec1838dc67d62caaa2132225b078e56aee17c259f405fb480b3454f8da37a238fb95ac6def71bb7de359f5cfb489f8d584242df5bf2de304896e1607973
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (3.98.1)
4
+ stigg-api-client (3.100.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -12264,6 +12264,18 @@
12264
12264
  "isDeprecated": false,
12265
12265
  "deprecationReason": null
12266
12266
  },
12267
+ {
12268
+ "name": "awaitPaymentConfirmation",
12269
+ "description": "Wait for payment confirmation before returning",
12270
+ "type": {
12271
+ "kind": "SCALAR",
12272
+ "name": "Boolean",
12273
+ "ofType": null
12274
+ },
12275
+ "defaultValue": "false",
12276
+ "isDeprecated": false,
12277
+ "deprecationReason": null
12278
+ },
12267
12279
  {
12268
12280
  "name": "comment",
12269
12281
  "description": "The comment for the credit grant",
@@ -12388,6 +12400,18 @@
12388
12400
  "isDeprecated": false,
12389
12401
  "deprecationReason": null
12390
12402
  },
12403
+ {
12404
+ "name": "paymentCollectionMethod",
12405
+ "description": "The method used to collect payments for the credit grant",
12406
+ "type": {
12407
+ "kind": "ENUM",
12408
+ "name": "PaymentCollectionMethod",
12409
+ "ofType": null
12410
+ },
12411
+ "defaultValue": null,
12412
+ "isDeprecated": false,
12413
+ "deprecationReason": null
12414
+ },
12391
12415
  {
12392
12416
  "name": "priority",
12393
12417
  "description": "The priority of the credit grant",
@@ -28431,6 +28455,12 @@
28431
28455
  "isDeprecated": false,
28432
28456
  "deprecationReason": null
28433
28457
  },
28458
+ {
28459
+ "name": "NoActiveSubscriptionForCustomer",
28460
+ "description": null,
28461
+ "isDeprecated": false,
28462
+ "deprecationReason": null
28463
+ },
28434
28464
  {
28435
28465
  "name": "NoDraftOfferFound",
28436
28466
  "description": "No draft offer found to publish",
@@ -49896,6 +49926,65 @@
49896
49926
  "enumValues": null,
49897
49927
  "possibleTypes": null
49898
49928
  },
49929
+ {
49930
+ "kind": "OBJECT",
49931
+ "name": "NoActiveSubscriptionForCustomerError",
49932
+ "description": null,
49933
+ "fields": [
49934
+ {
49935
+ "name": "code",
49936
+ "description": null,
49937
+ "args": [],
49938
+ "type": {
49939
+ "kind": "NON_NULL",
49940
+ "name": null,
49941
+ "ofType": {
49942
+ "kind": "SCALAR",
49943
+ "name": "String",
49944
+ "ofType": null
49945
+ }
49946
+ },
49947
+ "isDeprecated": false,
49948
+ "deprecationReason": null
49949
+ },
49950
+ {
49951
+ "name": "customerRefId",
49952
+ "description": null,
49953
+ "args": [],
49954
+ "type": {
49955
+ "kind": "NON_NULL",
49956
+ "name": null,
49957
+ "ofType": {
49958
+ "kind": "SCALAR",
49959
+ "name": "String",
49960
+ "ofType": null
49961
+ }
49962
+ },
49963
+ "isDeprecated": false,
49964
+ "deprecationReason": null
49965
+ },
49966
+ {
49967
+ "name": "isValidationError",
49968
+ "description": null,
49969
+ "args": [],
49970
+ "type": {
49971
+ "kind": "NON_NULL",
49972
+ "name": null,
49973
+ "ofType": {
49974
+ "kind": "SCALAR",
49975
+ "name": "Boolean",
49976
+ "ofType": null
49977
+ }
49978
+ },
49979
+ "isDeprecated": false,
49980
+ "deprecationReason": null
49981
+ }
49982
+ ],
49983
+ "inputFields": null,
49984
+ "interfaces": [],
49985
+ "enumValues": null,
49986
+ "possibleTypes": null
49987
+ },
49899
49988
  {
49900
49989
  "kind": "OBJECT",
49901
49990
  "name": "NumberChange",
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "3.98.1"
4
+ VERSION = "3.100.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.98.1
4
+ version: 3.100.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg