stigg-api-client 1.146.0 → 1.147.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 +137 -3
- 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: d14edbd82c77676fa8e72d98db895ac4363605814e8a3a977c28c06e94cbcd75
|
|
4
|
+
data.tar.gz: 44bb10198f76e33579af9197a33a679a5800704a5ce119d31156245640b3dce9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ce5bbe7c4ed9ed054ef6a437eaf64595ce544454868b12aaec8c13e4d0f443564a5e175a1fdbdcb7fefccf26afcf4b77b8dec8c17b9d70828fda03d2a43b228
|
|
7
|
+
data.tar.gz: 7ccebb9edcc5f798241250e6d1a59e9b2325e09e29c5685a267f87340fe99f2041ecee3e6bf629658f754a23f8f6c54b1f135509bf9a22214631f94fc7eb58d7
|
data/Gemfile.lock
CHANGED
|
@@ -3508,6 +3508,18 @@
|
|
|
3508
3508
|
"isDeprecated": false,
|
|
3509
3509
|
"deprecationReason": null
|
|
3510
3510
|
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "minimumSpend",
|
|
3513
|
+
"description": "The minimum spend configuration",
|
|
3514
|
+
"type": {
|
|
3515
|
+
"kind": "INPUT_OBJECT",
|
|
3516
|
+
"name": "SubscriptionMinimumSpendValueInput",
|
|
3517
|
+
"ofType": null
|
|
3518
|
+
},
|
|
3519
|
+
"defaultValue": null,
|
|
3520
|
+
"isDeprecated": false,
|
|
3521
|
+
"deprecationReason": null
|
|
3522
|
+
},
|
|
3511
3523
|
{
|
|
3512
3524
|
"name": "paymentMethodId",
|
|
3513
3525
|
"description": null,
|
|
@@ -15966,6 +15978,18 @@
|
|
|
15966
15978
|
"isDeprecated": false,
|
|
15967
15979
|
"deprecationReason": null
|
|
15968
15980
|
},
|
|
15981
|
+
{
|
|
15982
|
+
"name": "minimumSpend",
|
|
15983
|
+
"description": "Minimum spend configuration",
|
|
15984
|
+
"args": [],
|
|
15985
|
+
"type": {
|
|
15986
|
+
"kind": "OBJECT",
|
|
15987
|
+
"name": "SubscriptionMinimumSpend",
|
|
15988
|
+
"ofType": null
|
|
15989
|
+
},
|
|
15990
|
+
"isDeprecated": false,
|
|
15991
|
+
"deprecationReason": null
|
|
15992
|
+
},
|
|
15969
15993
|
{
|
|
15970
15994
|
"name": "oldBillingId",
|
|
15971
15995
|
"description": null,
|
|
@@ -35361,9 +35385,13 @@
|
|
|
35361
35385
|
"name": "minimum",
|
|
35362
35386
|
"description": "The minimum spend value",
|
|
35363
35387
|
"type": {
|
|
35364
|
-
"kind": "
|
|
35365
|
-
"name":
|
|
35366
|
-
"ofType":
|
|
35388
|
+
"kind": "NON_NULL",
|
|
35389
|
+
"name": null,
|
|
35390
|
+
"ofType": {
|
|
35391
|
+
"kind": "INPUT_OBJECT",
|
|
35392
|
+
"name": "MoneyInputDTO",
|
|
35393
|
+
"ofType": null
|
|
35394
|
+
}
|
|
35367
35395
|
},
|
|
35368
35396
|
"defaultValue": null,
|
|
35369
35397
|
"isDeprecated": false,
|
|
@@ -56990,6 +57018,18 @@
|
|
|
56990
57018
|
"isDeprecated": false,
|
|
56991
57019
|
"deprecationReason": null
|
|
56992
57020
|
},
|
|
57021
|
+
{
|
|
57022
|
+
"name": "minimumSpend",
|
|
57023
|
+
"description": "The minimum spend configuration",
|
|
57024
|
+
"type": {
|
|
57025
|
+
"kind": "INPUT_OBJECT",
|
|
57026
|
+
"name": "SubscriptionMinimumSpendValueInput",
|
|
57027
|
+
"ofType": null
|
|
57028
|
+
},
|
|
57029
|
+
"defaultValue": null,
|
|
57030
|
+
"isDeprecated": false,
|
|
57031
|
+
"deprecationReason": null
|
|
57032
|
+
},
|
|
56993
57033
|
{
|
|
56994
57034
|
"name": "planId",
|
|
56995
57035
|
"description": null,
|
|
@@ -57360,6 +57400,18 @@
|
|
|
57360
57400
|
"isDeprecated": false,
|
|
57361
57401
|
"deprecationReason": null
|
|
57362
57402
|
},
|
|
57403
|
+
{
|
|
57404
|
+
"name": "minimumSpend",
|
|
57405
|
+
"description": "The minimum spend configuration",
|
|
57406
|
+
"type": {
|
|
57407
|
+
"kind": "INPUT_OBJECT",
|
|
57408
|
+
"name": "SubscriptionMinimumSpendValueInput",
|
|
57409
|
+
"ofType": null
|
|
57410
|
+
},
|
|
57411
|
+
"defaultValue": null,
|
|
57412
|
+
"isDeprecated": false,
|
|
57413
|
+
"deprecationReason": null
|
|
57414
|
+
},
|
|
57363
57415
|
{
|
|
57364
57416
|
"name": "planId",
|
|
57365
57417
|
"description": null,
|
|
@@ -57711,6 +57763,18 @@
|
|
|
57711
57763
|
"isDeprecated": false,
|
|
57712
57764
|
"deprecationReason": null
|
|
57713
57765
|
},
|
|
57766
|
+
{
|
|
57767
|
+
"name": "minimumSpend",
|
|
57768
|
+
"description": "The minimum spend configuration",
|
|
57769
|
+
"type": {
|
|
57770
|
+
"kind": "INPUT_OBJECT",
|
|
57771
|
+
"name": "SubscriptionMinimumSpendValueInput",
|
|
57772
|
+
"ofType": null
|
|
57773
|
+
},
|
|
57774
|
+
"defaultValue": null,
|
|
57775
|
+
"isDeprecated": false,
|
|
57776
|
+
"deprecationReason": null
|
|
57777
|
+
},
|
|
57714
57778
|
{
|
|
57715
57779
|
"name": "planId",
|
|
57716
57780
|
"description": null,
|
|
@@ -67525,6 +67589,18 @@
|
|
|
67525
67589
|
"isDeprecated": false,
|
|
67526
67590
|
"deprecationReason": null
|
|
67527
67591
|
},
|
|
67592
|
+
{
|
|
67593
|
+
"name": "minimumSpend",
|
|
67594
|
+
"description": "The minimum spend configuration",
|
|
67595
|
+
"type": {
|
|
67596
|
+
"kind": "INPUT_OBJECT",
|
|
67597
|
+
"name": "SubscriptionMinimumSpendValueInput",
|
|
67598
|
+
"ofType": null
|
|
67599
|
+
},
|
|
67600
|
+
"defaultValue": null,
|
|
67601
|
+
"isDeprecated": false,
|
|
67602
|
+
"deprecationReason": null
|
|
67603
|
+
},
|
|
67528
67604
|
{
|
|
67529
67605
|
"name": "planId",
|
|
67530
67606
|
"description": null,
|
|
@@ -68881,6 +68957,64 @@
|
|
|
68881
68957
|
],
|
|
68882
68958
|
"possibleTypes": null
|
|
68883
68959
|
},
|
|
68960
|
+
{
|
|
68961
|
+
"kind": "OBJECT",
|
|
68962
|
+
"name": "SubscriptionMinimumSpend",
|
|
68963
|
+
"description": "Subscription minimum spend",
|
|
68964
|
+
"fields": [
|
|
68965
|
+
{
|
|
68966
|
+
"name": "isOverride",
|
|
68967
|
+
"description": "Is the minimum spend an override on the subscription level",
|
|
68968
|
+
"args": [],
|
|
68969
|
+
"type": {
|
|
68970
|
+
"kind": "SCALAR",
|
|
68971
|
+
"name": "Boolean",
|
|
68972
|
+
"ofType": null
|
|
68973
|
+
},
|
|
68974
|
+
"isDeprecated": false,
|
|
68975
|
+
"deprecationReason": null
|
|
68976
|
+
},
|
|
68977
|
+
{
|
|
68978
|
+
"name": "minimum",
|
|
68979
|
+
"description": "The minimum spend limit",
|
|
68980
|
+
"args": [],
|
|
68981
|
+
"type": {
|
|
68982
|
+
"kind": "OBJECT",
|
|
68983
|
+
"name": "Money",
|
|
68984
|
+
"ofType": null
|
|
68985
|
+
},
|
|
68986
|
+
"isDeprecated": false,
|
|
68987
|
+
"deprecationReason": null
|
|
68988
|
+
}
|
|
68989
|
+
],
|
|
68990
|
+
"inputFields": null,
|
|
68991
|
+
"interfaces": [],
|
|
68992
|
+
"enumValues": null,
|
|
68993
|
+
"possibleTypes": null
|
|
68994
|
+
},
|
|
68995
|
+
{
|
|
68996
|
+
"kind": "INPUT_OBJECT",
|
|
68997
|
+
"name": "SubscriptionMinimumSpendValueInput",
|
|
68998
|
+
"description": "Subscription minimum spend",
|
|
68999
|
+
"fields": null,
|
|
69000
|
+
"inputFields": [
|
|
69001
|
+
{
|
|
69002
|
+
"name": "minimum",
|
|
69003
|
+
"description": "The minimum spend",
|
|
69004
|
+
"type": {
|
|
69005
|
+
"kind": "INPUT_OBJECT",
|
|
69006
|
+
"name": "MoneyInputDTO",
|
|
69007
|
+
"ofType": null
|
|
69008
|
+
},
|
|
69009
|
+
"defaultValue": null,
|
|
69010
|
+
"isDeprecated": false,
|
|
69011
|
+
"deprecationReason": null
|
|
69012
|
+
}
|
|
69013
|
+
],
|
|
69014
|
+
"interfaces": null,
|
|
69015
|
+
"enumValues": null,
|
|
69016
|
+
"possibleTypes": null
|
|
69017
|
+
},
|
|
68884
69018
|
{
|
|
68885
69019
|
"kind": "OBJECT",
|
|
68886
69020
|
"name": "SubscriptionMustHaveSinglePlanError",
|
data/lib/stigg/version.rb
CHANGED