stigg-api-client 0.460.0 → 0.461.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/stigg/generated/operations.rb +0 -9
- data/lib/stigg/generated/schema.json +0 -287
- 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: e1e4452c7e920c80c498ac784b7db3a24dbcdd3652c0b3b1529faec22f762fa4
|
4
|
+
data.tar.gz: f63be738ddcbe8c9c3ea11a7e6189f1ab7d4c3e97a519f55fed8b420ca4bc23c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2be38a142841e0a2c0f125c9c6f99234721fd28d076d9fb3931269d990bd199fb4615958fc75c0cc7971af997a1f669e4f0077aa8b2e6a9b6c266bc25e3f4caa
|
7
|
+
data.tar.gz: 50f99e757cbcf7042187e513fbe33ea9cc0ae489d323c309bb3f5ff46ea2fc949329ec3fe9a8d23f04dabe66d15dbfcc3df383546952ada4f42f91e6816f1eae
|
data/Gemfile.lock
CHANGED
@@ -1015,15 +1015,6 @@ module Stigg
|
|
1015
1015
|
#{Fragment::TotalPriceFragment}
|
1016
1016
|
GRAPHQL
|
1017
1017
|
|
1018
|
-
InitiateCheckout = <<~GRAPHQL
|
1019
|
-
mutation ($input: InitiateCheckoutInput!) {
|
1020
|
-
initiateCheckout(input: $input) {
|
1021
|
-
checkoutUrl
|
1022
|
-
checkoutBillingId
|
1023
|
-
}
|
1024
|
-
}
|
1025
|
-
GRAPHQL
|
1026
|
-
|
1027
1018
|
EstimateSubscription = <<~GRAPHQL
|
1028
1019
|
mutation ($input: EstimateSubscriptionInput!) {
|
1029
1020
|
estimateSubscription(input: $input) {
|
@@ -3887,65 +3887,6 @@
|
|
3887
3887
|
],
|
3888
3888
|
"possibleTypes": null
|
3889
3889
|
},
|
3890
|
-
{
|
3891
|
-
"kind": "OBJECT",
|
3892
|
-
"name": "Checkout",
|
3893
|
-
"description": null,
|
3894
|
-
"fields": [
|
3895
|
-
{
|
3896
|
-
"name": "checkoutBillingId",
|
3897
|
-
"description": null,
|
3898
|
-
"args": [],
|
3899
|
-
"type": {
|
3900
|
-
"kind": "NON_NULL",
|
3901
|
-
"name": null,
|
3902
|
-
"ofType": {
|
3903
|
-
"kind": "SCALAR",
|
3904
|
-
"name": "String",
|
3905
|
-
"ofType": null
|
3906
|
-
}
|
3907
|
-
},
|
3908
|
-
"isDeprecated": false,
|
3909
|
-
"deprecationReason": null
|
3910
|
-
},
|
3911
|
-
{
|
3912
|
-
"name": "checkoutUrl",
|
3913
|
-
"description": null,
|
3914
|
-
"args": [],
|
3915
|
-
"type": {
|
3916
|
-
"kind": "NON_NULL",
|
3917
|
-
"name": null,
|
3918
|
-
"ofType": {
|
3919
|
-
"kind": "SCALAR",
|
3920
|
-
"name": "String",
|
3921
|
-
"ofType": null
|
3922
|
-
}
|
3923
|
-
},
|
3924
|
-
"isDeprecated": false,
|
3925
|
-
"deprecationReason": null
|
3926
|
-
},
|
3927
|
-
{
|
3928
|
-
"name": "id",
|
3929
|
-
"description": null,
|
3930
|
-
"args": [],
|
3931
|
-
"type": {
|
3932
|
-
"kind": "NON_NULL",
|
3933
|
-
"name": null,
|
3934
|
-
"ofType": {
|
3935
|
-
"kind": "SCALAR",
|
3936
|
-
"name": "String",
|
3937
|
-
"ofType": null
|
3938
|
-
}
|
3939
|
-
},
|
3940
|
-
"isDeprecated": false,
|
3941
|
-
"deprecationReason": null
|
3942
|
-
}
|
3943
|
-
],
|
3944
|
-
"inputFields": null,
|
3945
|
-
"interfaces": [],
|
3946
|
-
"enumValues": null,
|
3947
|
-
"possibleTypes": null
|
3948
|
-
},
|
3949
3890
|
{
|
3950
3891
|
"kind": "INPUT_OBJECT",
|
3951
3892
|
"name": "CheckoutOptions",
|
@@ -26942,201 +26883,6 @@
|
|
26942
26883
|
"enumValues": null,
|
26943
26884
|
"possibleTypes": null
|
26944
26885
|
},
|
26945
|
-
{
|
26946
|
-
"kind": "INPUT_OBJECT",
|
26947
|
-
"name": "InitiateCheckoutInput",
|
26948
|
-
"description": null,
|
26949
|
-
"fields": null,
|
26950
|
-
"inputFields": [
|
26951
|
-
{
|
26952
|
-
"name": "addons",
|
26953
|
-
"description": null,
|
26954
|
-
"type": {
|
26955
|
-
"kind": "LIST",
|
26956
|
-
"name": null,
|
26957
|
-
"ofType": {
|
26958
|
-
"kind": "NON_NULL",
|
26959
|
-
"name": null,
|
26960
|
-
"ofType": {
|
26961
|
-
"kind": "INPUT_OBJECT",
|
26962
|
-
"name": "SubscriptionAddonInput",
|
26963
|
-
"ofType": null
|
26964
|
-
}
|
26965
|
-
}
|
26966
|
-
},
|
26967
|
-
"defaultValue": null,
|
26968
|
-
"isDeprecated": false,
|
26969
|
-
"deprecationReason": null
|
26970
|
-
},
|
26971
|
-
{
|
26972
|
-
"name": "allowPromoCodes",
|
26973
|
-
"description": null,
|
26974
|
-
"type": {
|
26975
|
-
"kind": "SCALAR",
|
26976
|
-
"name": "Boolean",
|
26977
|
-
"ofType": null
|
26978
|
-
},
|
26979
|
-
"defaultValue": "false",
|
26980
|
-
"isDeprecated": false,
|
26981
|
-
"deprecationReason": null
|
26982
|
-
},
|
26983
|
-
{
|
26984
|
-
"name": "allowTaxIdCollection",
|
26985
|
-
"description": null,
|
26986
|
-
"type": {
|
26987
|
-
"kind": "SCALAR",
|
26988
|
-
"name": "Boolean",
|
26989
|
-
"ofType": null
|
26990
|
-
},
|
26991
|
-
"defaultValue": "false",
|
26992
|
-
"isDeprecated": false,
|
26993
|
-
"deprecationReason": null
|
26994
|
-
},
|
26995
|
-
{
|
26996
|
-
"name": "billingCountryCode",
|
26997
|
-
"description": null,
|
26998
|
-
"type": {
|
26999
|
-
"kind": "SCALAR",
|
27000
|
-
"name": "String",
|
27001
|
-
"ofType": null
|
27002
|
-
},
|
27003
|
-
"defaultValue": null,
|
27004
|
-
"isDeprecated": false,
|
27005
|
-
"deprecationReason": null
|
27006
|
-
},
|
27007
|
-
{
|
27008
|
-
"name": "billingPeriod",
|
27009
|
-
"description": null,
|
27010
|
-
"type": {
|
27011
|
-
"kind": "NON_NULL",
|
27012
|
-
"name": null,
|
27013
|
-
"ofType": {
|
27014
|
-
"kind": "ENUM",
|
27015
|
-
"name": "BillingPeriod",
|
27016
|
-
"ofType": null
|
27017
|
-
}
|
27018
|
-
},
|
27019
|
-
"defaultValue": null,
|
27020
|
-
"isDeprecated": false,
|
27021
|
-
"deprecationReason": null
|
27022
|
-
},
|
27023
|
-
{
|
27024
|
-
"name": "cancelUrl",
|
27025
|
-
"description": null,
|
27026
|
-
"type": {
|
27027
|
-
"kind": "NON_NULL",
|
27028
|
-
"name": null,
|
27029
|
-
"ofType": {
|
27030
|
-
"kind": "SCALAR",
|
27031
|
-
"name": "String",
|
27032
|
-
"ofType": null
|
27033
|
-
}
|
27034
|
-
},
|
27035
|
-
"defaultValue": null,
|
27036
|
-
"isDeprecated": false,
|
27037
|
-
"deprecationReason": null
|
27038
|
-
},
|
27039
|
-
{
|
27040
|
-
"name": "collectBillingAddress",
|
27041
|
-
"description": null,
|
27042
|
-
"type": {
|
27043
|
-
"kind": "SCALAR",
|
27044
|
-
"name": "Boolean",
|
27045
|
-
"ofType": null
|
27046
|
-
},
|
27047
|
-
"defaultValue": "false",
|
27048
|
-
"isDeprecated": false,
|
27049
|
-
"deprecationReason": null
|
27050
|
-
},
|
27051
|
-
{
|
27052
|
-
"name": "collectPhoneNumber",
|
27053
|
-
"description": null,
|
27054
|
-
"type": {
|
27055
|
-
"kind": "SCALAR",
|
27056
|
-
"name": "Boolean",
|
27057
|
-
"ofType": null
|
27058
|
-
},
|
27059
|
-
"defaultValue": "false",
|
27060
|
-
"isDeprecated": false,
|
27061
|
-
"deprecationReason": null
|
27062
|
-
},
|
27063
|
-
{
|
27064
|
-
"name": "customerId",
|
27065
|
-
"description": null,
|
27066
|
-
"type": {
|
27067
|
-
"kind": "NON_NULL",
|
27068
|
-
"name": null,
|
27069
|
-
"ofType": {
|
27070
|
-
"kind": "SCALAR",
|
27071
|
-
"name": "String",
|
27072
|
-
"ofType": null
|
27073
|
-
}
|
27074
|
-
},
|
27075
|
-
"defaultValue": null,
|
27076
|
-
"isDeprecated": false,
|
27077
|
-
"deprecationReason": null
|
27078
|
-
},
|
27079
|
-
{
|
27080
|
-
"name": "planId",
|
27081
|
-
"description": null,
|
27082
|
-
"type": {
|
27083
|
-
"kind": "NON_NULL",
|
27084
|
-
"name": null,
|
27085
|
-
"ofType": {
|
27086
|
-
"kind": "SCALAR",
|
27087
|
-
"name": "String",
|
27088
|
-
"ofType": null
|
27089
|
-
}
|
27090
|
-
},
|
27091
|
-
"defaultValue": null,
|
27092
|
-
"isDeprecated": false,
|
27093
|
-
"deprecationReason": null
|
27094
|
-
},
|
27095
|
-
{
|
27096
|
-
"name": "resourceId",
|
27097
|
-
"description": null,
|
27098
|
-
"type": {
|
27099
|
-
"kind": "SCALAR",
|
27100
|
-
"name": "String",
|
27101
|
-
"ofType": null
|
27102
|
-
},
|
27103
|
-
"defaultValue": null,
|
27104
|
-
"isDeprecated": false,
|
27105
|
-
"deprecationReason": null
|
27106
|
-
},
|
27107
|
-
{
|
27108
|
-
"name": "successUrl",
|
27109
|
-
"description": null,
|
27110
|
-
"type": {
|
27111
|
-
"kind": "NON_NULL",
|
27112
|
-
"name": null,
|
27113
|
-
"ofType": {
|
27114
|
-
"kind": "SCALAR",
|
27115
|
-
"name": "String",
|
27116
|
-
"ofType": null
|
27117
|
-
}
|
27118
|
-
},
|
27119
|
-
"defaultValue": null,
|
27120
|
-
"isDeprecated": false,
|
27121
|
-
"deprecationReason": null
|
27122
|
-
},
|
27123
|
-
{
|
27124
|
-
"name": "unitQuantity",
|
27125
|
-
"description": null,
|
27126
|
-
"type": {
|
27127
|
-
"kind": "SCALAR",
|
27128
|
-
"name": "Int",
|
27129
|
-
"ofType": null
|
27130
|
-
},
|
27131
|
-
"defaultValue": null,
|
27132
|
-
"isDeprecated": false,
|
27133
|
-
"deprecationReason": null
|
27134
|
-
}
|
27135
|
-
],
|
27136
|
-
"interfaces": null,
|
27137
|
-
"enumValues": null,
|
27138
|
-
"possibleTypes": null
|
27139
|
-
},
|
27140
26886
|
{
|
27141
26887
|
"kind": "SCALAR",
|
27142
26888
|
"name": "Int",
|
@@ -31896,39 +31642,6 @@
|
|
31896
31642
|
"isDeprecated": false,
|
31897
31643
|
"deprecationReason": null
|
31898
31644
|
},
|
31899
|
-
{
|
31900
|
-
"name": "initiateCheckout",
|
31901
|
-
"description": null,
|
31902
|
-
"args": [
|
31903
|
-
{
|
31904
|
-
"name": "input",
|
31905
|
-
"description": null,
|
31906
|
-
"type": {
|
31907
|
-
"kind": "NON_NULL",
|
31908
|
-
"name": null,
|
31909
|
-
"ofType": {
|
31910
|
-
"kind": "INPUT_OBJECT",
|
31911
|
-
"name": "InitiateCheckoutInput",
|
31912
|
-
"ofType": null
|
31913
|
-
}
|
31914
|
-
},
|
31915
|
-
"defaultValue": null,
|
31916
|
-
"isDeprecated": false,
|
31917
|
-
"deprecationReason": null
|
31918
|
-
}
|
31919
|
-
],
|
31920
|
-
"type": {
|
31921
|
-
"kind": "NON_NULL",
|
31922
|
-
"name": null,
|
31923
|
-
"ofType": {
|
31924
|
-
"kind": "OBJECT",
|
31925
|
-
"name": "Checkout",
|
31926
|
-
"ofType": null
|
31927
|
-
}
|
31928
|
-
},
|
31929
|
-
"isDeprecated": true,
|
31930
|
-
"deprecationReason": "Use 'provisionSubscription' instead to create subscription or checkout session according to customer and subscription payment requirements. See 'provisionSubscription' for more info."
|
31931
|
-
},
|
31932
31645
|
{
|
31933
31646
|
"name": "inviteMembers",
|
31934
31647
|
"description": null,
|
data/lib/stigg/version.rb
CHANGED