stigg-api-client 2.349.0 → 2.359.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: 66002b916daecf41ddf2e3e61c1100143b5a10ddf87321bb81fb18d32613742a
4
- data.tar.gz: 44a0404a8bd30c301492a0a4cf57f9c200b7212064b0b2aedd4a3e586b4e4b04
3
+ metadata.gz: 7da64028e9adf8cb6c98e32981094c98f4a8fc5d13b447102fce755e283fd62c
4
+ data.tar.gz: a2f7336859c5d783e2e7e9d0d7088cc05a85a5df1590cab4806df778ae1f3164
5
5
  SHA512:
6
- metadata.gz: 5b4fc1d14310100eda0b5ad5873a6f1fd7b8ba16c88d44f7840abba92c49df738c92d8fe1606f32f8d1129996301676fca62091e3ec0fdd45dc4185e2054f73d
7
- data.tar.gz: 253ff3100f70ff26c83b33494e0c5dc46bf347c5a6290c3327ddc380df24435a1d8e1ef795d4f29aa0b640c009947222c615376fe0ee88ee6416cd85b7ad580b
6
+ metadata.gz: e2b999ed1a31660fba262a8dbb23c0a335a24d7a016e762feec850a54810f1c3c630c785362c013c620b212ed238ad429a0a55cb21bdc8bf8e85f5f3bd1bb86b
7
+ data.tar.gz: 4f8e446007dcef604cfef49cd123ffa96c17265f489d3d31bd448829086bebbbc148fb2838e4d0e516374f8965c6b3df93039835f8b26590ef1b4a270c6059d2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.349.0)
4
+ stigg-api-client (2.359.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -489,6 +489,7 @@ module Stigg
489
489
  defaultPaymentExpirationMonth
490
490
  defaultPaymentExpirationYear
491
491
  defaultPaymentMethodLast4Digits
492
+ defaultPaymentMethodType
492
493
  trialedPlans {
493
494
  productId
494
495
  productRefId
@@ -1272,6 +1273,7 @@ module Stigg
1272
1273
  defaultPaymentMethodId
1273
1274
  defaultPaymentExpirationMonth
1274
1275
  defaultPaymentExpirationYear
1276
+ defaultPaymentMethodType
1275
1277
  }
1276
1278
  GRAPHQL
1277
1279
 
@@ -3420,6 +3420,12 @@
3420
3420
  "description": null,
3421
3421
  "isDeprecated": false,
3422
3422
  "deprecationReason": null
3423
+ },
3424
+ {
3425
+ "name": "WORKFLOW",
3426
+ "description": null,
3427
+ "isDeprecated": false,
3428
+ "deprecationReason": null
3423
3429
  }
3424
3430
  ],
3425
3431
  "possibleTypes": null
@@ -26259,6 +26265,12 @@
26259
26265
  "description": "Web application user",
26260
26266
  "isDeprecated": false,
26261
26267
  "deprecationReason": null
26268
+ },
26269
+ {
26270
+ "name": "WORKFLOW",
26271
+ "description": "Workflow triggered event",
26272
+ "isDeprecated": false,
26273
+ "deprecationReason": null
26262
26274
  }
26263
26275
  ],
26264
26276
  "possibleTypes": null
@@ -50880,6 +50892,12 @@
50880
50892
  "description": null,
50881
50893
  "isDeprecated": false,
50882
50894
  "deprecationReason": null
50895
+ },
50896
+ {
50897
+ "name": "CASH_APP",
50898
+ "description": null,
50899
+ "isDeprecated": false,
50900
+ "deprecationReason": null
50883
50901
  }
50884
50902
  ],
50885
50903
  "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 = "2.349.0"
4
+ VERSION = "2.359.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: 2.349.0
4
+ version: 2.359.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-08 00:00:00.000000000 Z
11
+ date: 2025-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphlient