stigg-api-client 1.147.0 → 1.148.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 +95 -0
- data/lib/stigg/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32dbb419450f796377d5ada650782a2a7c57ed890559a3b3c7246060d2800dcf
|
|
4
|
+
data.tar.gz: 3f6b904d87db642051a4291723eed8d631d77c7a1a66d6a94b0a8a50d1225f18
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f38a62f21811aec124e37096a46297fbae9eb6789e0619c1d7d472a78a3c22a2cc5630ee167ebcd804a2721ee71e39981d7a0e16ab7ad9992b1ac3ac5ad0918d
|
|
7
|
+
data.tar.gz: 11378f3ab0bf0a363cf69c73ce913943beea8e31a422a97ffb1b593a61a679e4d5a06501cca3044a57e4107b150e478bed44fd8d2f1616d5061ad7d27a3e87f4
|
data/Gemfile.lock
CHANGED
|
@@ -3520,6 +3520,18 @@
|
|
|
3520
3520
|
"isDeprecated": false,
|
|
3521
3521
|
"deprecationReason": null
|
|
3522
3522
|
},
|
|
3523
|
+
{
|
|
3524
|
+
"name": "paymentCollectionMethod",
|
|
3525
|
+
"description": "Subscription payment collection method",
|
|
3526
|
+
"type": {
|
|
3527
|
+
"kind": "ENUM",
|
|
3528
|
+
"name": "PaymentCollectionMethod",
|
|
3529
|
+
"ofType": null
|
|
3530
|
+
},
|
|
3531
|
+
"defaultValue": "CHARGE",
|
|
3532
|
+
"isDeprecated": false,
|
|
3533
|
+
"deprecationReason": null
|
|
3534
|
+
},
|
|
3523
3535
|
{
|
|
3524
3536
|
"name": "paymentMethodId",
|
|
3525
3537
|
"description": null,
|
|
@@ -16038,6 +16050,18 @@
|
|
|
16038
16050
|
"isDeprecated": false,
|
|
16039
16051
|
"deprecationReason": null
|
|
16040
16052
|
},
|
|
16053
|
+
{
|
|
16054
|
+
"name": "paymentCollectionMethod",
|
|
16055
|
+
"description": "Payment collection method of the subscription",
|
|
16056
|
+
"args": [],
|
|
16057
|
+
"type": {
|
|
16058
|
+
"kind": "ENUM",
|
|
16059
|
+
"name": "PaymentCollectionMethod",
|
|
16060
|
+
"ofType": null
|
|
16061
|
+
},
|
|
16062
|
+
"isDeprecated": false,
|
|
16063
|
+
"deprecationReason": null
|
|
16064
|
+
},
|
|
16041
16065
|
{
|
|
16042
16066
|
"name": "plan",
|
|
16043
16067
|
"description": null,
|
|
@@ -45854,6 +45878,29 @@
|
|
|
45854
45878
|
"enumValues": null,
|
|
45855
45879
|
"possibleTypes": null
|
|
45856
45880
|
},
|
|
45881
|
+
{
|
|
45882
|
+
"kind": "ENUM",
|
|
45883
|
+
"name": "PaymentCollectionMethod",
|
|
45884
|
+
"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.",
|
|
45885
|
+
"fields": null,
|
|
45886
|
+
"inputFields": null,
|
|
45887
|
+
"interfaces": null,
|
|
45888
|
+
"enumValues": [
|
|
45889
|
+
{
|
|
45890
|
+
"name": "CHARGE",
|
|
45891
|
+
"description": "Automatically charge the payment method on file",
|
|
45892
|
+
"isDeprecated": false,
|
|
45893
|
+
"deprecationReason": null
|
|
45894
|
+
},
|
|
45895
|
+
{
|
|
45896
|
+
"name": "INVOICE",
|
|
45897
|
+
"description": "Generate an invoice to the customer to pay manually",
|
|
45898
|
+
"isDeprecated": false,
|
|
45899
|
+
"deprecationReason": null
|
|
45900
|
+
}
|
|
45901
|
+
],
|
|
45902
|
+
"possibleTypes": null
|
|
45903
|
+
},
|
|
45857
45904
|
{
|
|
45858
45905
|
"kind": "ENUM",
|
|
45859
45906
|
"name": "PaymentMethodType",
|
|
@@ -57030,6 +57077,18 @@
|
|
|
57030
57077
|
"isDeprecated": false,
|
|
57031
57078
|
"deprecationReason": null
|
|
57032
57079
|
},
|
|
57080
|
+
{
|
|
57081
|
+
"name": "paymentCollectionMethod",
|
|
57082
|
+
"description": "Subscription payment collection method",
|
|
57083
|
+
"type": {
|
|
57084
|
+
"kind": "ENUM",
|
|
57085
|
+
"name": "PaymentCollectionMethod",
|
|
57086
|
+
"ofType": null
|
|
57087
|
+
},
|
|
57088
|
+
"defaultValue": "CHARGE",
|
|
57089
|
+
"isDeprecated": false,
|
|
57090
|
+
"deprecationReason": null
|
|
57091
|
+
},
|
|
57033
57092
|
{
|
|
57034
57093
|
"name": "planId",
|
|
57035
57094
|
"description": null,
|
|
@@ -57412,6 +57471,18 @@
|
|
|
57412
57471
|
"isDeprecated": false,
|
|
57413
57472
|
"deprecationReason": null
|
|
57414
57473
|
},
|
|
57474
|
+
{
|
|
57475
|
+
"name": "paymentCollectionMethod",
|
|
57476
|
+
"description": "Subscription payment collection method",
|
|
57477
|
+
"type": {
|
|
57478
|
+
"kind": "ENUM",
|
|
57479
|
+
"name": "PaymentCollectionMethod",
|
|
57480
|
+
"ofType": null
|
|
57481
|
+
},
|
|
57482
|
+
"defaultValue": "CHARGE",
|
|
57483
|
+
"isDeprecated": false,
|
|
57484
|
+
"deprecationReason": null
|
|
57485
|
+
},
|
|
57415
57486
|
{
|
|
57416
57487
|
"name": "planId",
|
|
57417
57488
|
"description": null,
|
|
@@ -57775,6 +57846,18 @@
|
|
|
57775
57846
|
"isDeprecated": false,
|
|
57776
57847
|
"deprecationReason": null
|
|
57777
57848
|
},
|
|
57849
|
+
{
|
|
57850
|
+
"name": "paymentCollectionMethod",
|
|
57851
|
+
"description": "Subscription payment collection method",
|
|
57852
|
+
"type": {
|
|
57853
|
+
"kind": "ENUM",
|
|
57854
|
+
"name": "PaymentCollectionMethod",
|
|
57855
|
+
"ofType": null
|
|
57856
|
+
},
|
|
57857
|
+
"defaultValue": "CHARGE",
|
|
57858
|
+
"isDeprecated": false,
|
|
57859
|
+
"deprecationReason": null
|
|
57860
|
+
},
|
|
57778
57861
|
{
|
|
57779
57862
|
"name": "planId",
|
|
57780
57863
|
"description": null,
|
|
@@ -67601,6 +67684,18 @@
|
|
|
67601
67684
|
"isDeprecated": false,
|
|
67602
67685
|
"deprecationReason": null
|
|
67603
67686
|
},
|
|
67687
|
+
{
|
|
67688
|
+
"name": "paymentCollectionMethod",
|
|
67689
|
+
"description": "Subscription payment collection method",
|
|
67690
|
+
"type": {
|
|
67691
|
+
"kind": "ENUM",
|
|
67692
|
+
"name": "PaymentCollectionMethod",
|
|
67693
|
+
"ofType": null
|
|
67694
|
+
},
|
|
67695
|
+
"defaultValue": "CHARGE",
|
|
67696
|
+
"isDeprecated": false,
|
|
67697
|
+
"deprecationReason": null
|
|
67698
|
+
},
|
|
67604
67699
|
{
|
|
67605
67700
|
"name": "planId",
|
|
67606
67701
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED