stigg-api-client 1.214.3 → 1.217.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: 3142f3a5a71ebfa484fe1bc170df76d3fad6bbf8a2a1dae60d639ed4deb80c0d
4
- data.tar.gz: 0b3db43e1da8444a2f3660546dad545a1365232053c80e488864462119ef36ce
3
+ metadata.gz: a179450d7758cffdac729b38bb99655467dd2d4b5568f1a60f1d7e2a8b732ecb
4
+ data.tar.gz: 31a11b79772c4463aa7fd91b2ba031b6bfb3b33fca479d46314ad186c5909d49
5
5
  SHA512:
6
- metadata.gz: 9bc375ee265e6ffee9bbaa85218a34eb202361eb242274fc2826eff016fc5cbe9f83c26d70e5d01396873131c1cc1889e77ec7f917942109f142b4fc162c1234
7
- data.tar.gz: 2d67c9571e086fdafc0bd633308ff165351fe37cb4d9a031febbfcf9f5b845d65fe31996b53f1bf21074055fcca3d0124687c783335cf0ce96aaf2484a9c65c6
6
+ metadata.gz: a204b8511911b013c03122022b3c34c5543aaf7398e73c33dc4f774bdf2b9978492ed535b8d920981bfe06114b5c20ed63e45499615934226ba2b8231f0253bb
7
+ data.tar.gz: ab41eb8cd399b1c015ba603897cc9880b93378f2e2ef8309e91d78c068fe851d4546f7753bd3effcec34715fe5bd624b76051b45cff79165d26e3e557f3f5934
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (1.214.3)
4
+ stigg-api-client (1.217.0)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -24433,12 +24433,24 @@
24433
24433
  "isDeprecated": false,
24434
24434
  "deprecationReason": null
24435
24435
  },
24436
+ {
24437
+ "name": "AWS",
24438
+ "description": "AWS triggered event",
24439
+ "isDeprecated": false,
24440
+ "deprecationReason": null
24441
+ },
24436
24442
  {
24437
24443
  "name": "SALESFORCE",
24438
24444
  "description": "Salesforce API key",
24439
24445
  "isDeprecated": false,
24440
24446
  "deprecationReason": null
24441
24447
  },
24448
+ {
24449
+ "name": "SCHEDULER",
24450
+ "description": "Stigg scheduler",
24451
+ "isDeprecated": false,
24452
+ "deprecationReason": null
24453
+ },
24442
24454
  {
24443
24455
  "name": "SERVICE",
24444
24456
  "description": "Stigg user service key",
@@ -24457,6 +24469,12 @@
24457
24469
  "isDeprecated": false,
24458
24470
  "deprecationReason": null
24459
24471
  },
24472
+ {
24473
+ "name": "SYSTEM",
24474
+ "description": "Stigg internal system",
24475
+ "isDeprecated": false,
24476
+ "deprecationReason": null
24477
+ },
24460
24478
  {
24461
24479
  "name": "USER",
24462
24480
  "description": "Web application user",
@@ -47583,7 +47601,7 @@
47583
47601
  {
47584
47602
  "kind": "ENUM",
47585
47603
  "name": "PaymentCollectionMethod",
47586
- "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",
47587
47605
  "fields": null,
47588
47606
  "inputFields": null,
47589
47607
  "interfaces": null,
@@ -47599,6 +47617,12 @@
47599
47617
  "description": "Generate an invoice to the customer to pay manually",
47600
47618
  "isDeprecated": false,
47601
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
47602
47626
  }
47603
47627
  ],
47604
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.214.3"
4
+ VERSION = "1.217.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.214.3
4
+ version: 1.217.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