stigg-api-client 1.214.3 → 1.217.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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/schema.json +25 -1
- data/lib/stigg/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a179450d7758cffdac729b38bb99655467dd2d4b5568f1a60f1d7e2a8b732ecb
|
|
4
|
+
data.tar.gz: 31a11b79772c4463aa7fd91b2ba031b6bfb3b33fca479d46314ad186c5909d49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a204b8511911b013c03122022b3c34c5543aaf7398e73c33dc4f774bdf2b9978492ed535b8d920981bfe06114b5c20ed63e45499615934226ba2b8231f0253bb
|
|
7
|
+
data.tar.gz: ab41eb8cd399b1c015ba603897cc9880b93378f2e2ef8309e91d78c068fe851d4546f7753bd3effcec34715fe5bd624b76051b45cff79165d26e3e557f3f5934
|
data/Gemfile.lock
CHANGED
|
@@ -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": "
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: graphlient
|