stigg-api-client 1.215.0 → 1.219.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: 74306b1ac9272dc5ad4e23cd489c70678b3da8a95740922d9ab4b95bda904e56
4
- data.tar.gz: 010bc4d96a819b108f80ded5bb38c179ed5c6ca337ab8ae3d57d77f901519d12
3
+ metadata.gz: 9aca569b1449bf6de0b24e1576323f9870b541ce3d535a96afa3a3e3624b8234
4
+ data.tar.gz: 6e488781e36f6776f935e18a1a787f5ca414a5d82e98f75838e589b33d1365aa
5
5
  SHA512:
6
- metadata.gz: 76601a594ed5420e8ca30a054fb829af960cade04345b957ded1872cc25cdd35e390435f3184b140333e76840b0c2f041e2ad1bc063f0a60f6eda78580d803e8
7
- data.tar.gz: 98bd833edc8d990c79c9cbfa29f69a1efd48fc4f1dbaa2e6efff9004e210dbcbc00d83de71836bb3baaa27a1a769096adec8c2683b9eaab754d9a0e0a991b71a
6
+ metadata.gz: 2b3824b90427619692509b1ac16b602f8496e4e5debdc215db3d6a4332a3345c7584c0eae6ebc6443b0df8f2c650c2b6edcefda71255ecde90f8486bd76d1166
7
+ data.tar.gz: 64dd0e0c31d3d85360de81ed63c239f20631469caa3dcc6a04c30a066b12efa5e52c2cc60ef12b39bef20e9219edde9b084dc90b9296ceea30aca42b4df00b18
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.215.0)
4
+ stigg-api-client (1.219.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -16448,8 +16448,8 @@
16448
16448
  "name": "Boolean",
16449
16449
  "ofType": null
16450
16450
  },
16451
- "isDeprecated": false,
16452
- "deprecationReason": null
16451
+ "isDeprecated": true,
16452
+ "deprecationReason": "Use paymentCollectionMethod field and look for 'None' value"
16453
16453
  },
16454
16454
  {
16455
16455
  "name": "latestInvoice",
@@ -47601,7 +47601,7 @@
47601
47601
  {
47602
47602
  "kind": "ENUM",
47603
47603
  "name": "PaymentCollectionMethod",
47604
- "description": "Either pay for this subscription using the default payment method of the customer, or generate an invoice with payment details to be paid manually.",
47604
+ "description": "The method used to collect payments for a subscription",
47605
47605
  "fields": null,
47606
47606
  "inputFields": null,
47607
47607
  "interfaces": null,
@@ -47617,6 +47617,12 @@
47617
47617
  "description": "Generate an invoice to the customer to pay manually",
47618
47618
  "isDeprecated": false,
47619
47619
  "deprecationReason": null
47620
+ },
47621
+ {
47622
+ "name": "NONE",
47623
+ "description": "Do not leverage Stigg to manage payments for this subscription",
47624
+ "isDeprecated": false,
47625
+ "deprecationReason": null
47620
47626
  }
47621
47627
  ],
47622
47628
  "possibleTypes": 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 = "1.215.0"
4
+ VERSION = "1.219.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: 1.215.0
4
+ version: 1.219.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-06-06 00:00:00.000000000 Z
11
+ date: 2024-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient