stigg-api-client 2.341.0 → 2.354.2
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/operations.rb +2 -0
- data/lib/stigg/generated/schema.json +124 -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: 57192d55daa5c0cb85b434511c66bfe63aa7ef1149407ca960abfb06da7b946d
|
4
|
+
data.tar.gz: 39dbc36076a5fff1ad4038dff544a029bff65917ce1b61db50b55edac3e5bbc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fd99854ddbcf7239a3c11ecf787b9adfac790ce86496e915dfe7ad2e6420a4a57852af576f7497bff32111f8ca725231f3e42511d51793a08ccb2981458edaf
|
7
|
+
data.tar.gz: 68e92574970fcd81df07460ccb23766bb652dbc8597092c97d9689aa46a6f7144b76ab2da33b2f716fc8950e1a55b5ce0537a9bd92754bb6d505057e5b8a4ceb
|
data/Gemfile.lock
CHANGED
@@ -489,6 +489,7 @@ module Stigg
|
|
489
489
|
defaultPaymentExpirationMonth
|
490
490
|
defaultPaymentExpirationYear
|
491
491
|
defaultPaymentMethodLast4Digits
|
492
|
+
defaultPaymentMethodType
|
492
493
|
trialedPlans {
|
493
494
|
productId
|
494
495
|
productRefId
|
@@ -1272,6 +1273,7 @@ module Stigg
|
|
1272
1273
|
defaultPaymentMethodId
|
1273
1274
|
defaultPaymentExpirationMonth
|
1274
1275
|
defaultPaymentExpirationYear
|
1276
|
+
defaultPaymentMethodType
|
1275
1277
|
}
|
1276
1278
|
GRAPHQL
|
1277
1279
|
|
@@ -25810,6 +25810,12 @@
|
|
25810
25810
|
"description": null,
|
25811
25811
|
"isDeprecated": false,
|
25812
25812
|
"deprecationReason": null
|
25813
|
+
},
|
25814
|
+
{
|
25815
|
+
"name": "WorkflowTriggerNotFound",
|
25816
|
+
"description": "Workflow trigger not found",
|
25817
|
+
"isDeprecated": false,
|
25818
|
+
"deprecationReason": null
|
25813
25819
|
}
|
25814
25820
|
],
|
25815
25821
|
"possibleTypes": null
|
@@ -43540,6 +43546,39 @@
|
|
43540
43546
|
"isDeprecated": false,
|
43541
43547
|
"deprecationReason": null
|
43542
43548
|
},
|
43549
|
+
{
|
43550
|
+
"name": "triggerWorkflow",
|
43551
|
+
"description": "Trigger a workflow",
|
43552
|
+
"args": [
|
43553
|
+
{
|
43554
|
+
"name": "input",
|
43555
|
+
"description": null,
|
43556
|
+
"type": {
|
43557
|
+
"kind": "NON_NULL",
|
43558
|
+
"name": null,
|
43559
|
+
"ofType": {
|
43560
|
+
"kind": "INPUT_OBJECT",
|
43561
|
+
"name": "TriggerWorkflowInput",
|
43562
|
+
"ofType": null
|
43563
|
+
}
|
43564
|
+
},
|
43565
|
+
"defaultValue": null,
|
43566
|
+
"isDeprecated": false,
|
43567
|
+
"deprecationReason": null
|
43568
|
+
}
|
43569
|
+
],
|
43570
|
+
"type": {
|
43571
|
+
"kind": "NON_NULL",
|
43572
|
+
"name": null,
|
43573
|
+
"ofType": {
|
43574
|
+
"kind": "OBJECT",
|
43575
|
+
"name": "TriggerWorkflowDTO",
|
43576
|
+
"ofType": null
|
43577
|
+
}
|
43578
|
+
},
|
43579
|
+
"isDeprecated": false,
|
43580
|
+
"deprecationReason": null
|
43581
|
+
},
|
43543
43582
|
{
|
43544
43583
|
"name": "unarchiveAddon",
|
43545
43584
|
"description": "Un-archive an addon by id",
|
@@ -50841,6 +50880,12 @@
|
|
50841
50880
|
"description": null,
|
50842
50881
|
"isDeprecated": false,
|
50843
50882
|
"deprecationReason": null
|
50883
|
+
},
|
50884
|
+
{
|
50885
|
+
"name": "CASH_APP",
|
50886
|
+
"description": null,
|
50887
|
+
"isDeprecated": false,
|
50888
|
+
"deprecationReason": null
|
50844
50889
|
}
|
50845
50890
|
],
|
50846
50891
|
"possibleTypes": null
|
@@ -80716,6 +80761,84 @@
|
|
80716
80761
|
"enumValues": null,
|
80717
80762
|
"possibleTypes": null
|
80718
80763
|
},
|
80764
|
+
{
|
80765
|
+
"kind": "OBJECT",
|
80766
|
+
"name": "TriggerWorkflowDTO",
|
80767
|
+
"description": "Trigger workflow",
|
80768
|
+
"fields": [
|
80769
|
+
{
|
80770
|
+
"name": "response",
|
80771
|
+
"description": "Workflow payload",
|
80772
|
+
"args": [],
|
80773
|
+
"type": {
|
80774
|
+
"kind": "SCALAR",
|
80775
|
+
"name": "JSON",
|
80776
|
+
"ofType": null
|
80777
|
+
},
|
80778
|
+
"isDeprecated": false,
|
80779
|
+
"deprecationReason": null
|
80780
|
+
},
|
80781
|
+
{
|
80782
|
+
"name": "success",
|
80783
|
+
"description": "Trigger workflow success",
|
80784
|
+
"args": [],
|
80785
|
+
"type": {
|
80786
|
+
"kind": "NON_NULL",
|
80787
|
+
"name": null,
|
80788
|
+
"ofType": {
|
80789
|
+
"kind": "SCALAR",
|
80790
|
+
"name": "Boolean",
|
80791
|
+
"ofType": null
|
80792
|
+
}
|
80793
|
+
},
|
80794
|
+
"isDeprecated": false,
|
80795
|
+
"deprecationReason": null
|
80796
|
+
}
|
80797
|
+
],
|
80798
|
+
"inputFields": null,
|
80799
|
+
"interfaces": [],
|
80800
|
+
"enumValues": null,
|
80801
|
+
"possibleTypes": null
|
80802
|
+
},
|
80803
|
+
{
|
80804
|
+
"kind": "INPUT_OBJECT",
|
80805
|
+
"name": "TriggerWorkflowInput",
|
80806
|
+
"description": "Trigger workflow input",
|
80807
|
+
"fields": null,
|
80808
|
+
"inputFields": [
|
80809
|
+
{
|
80810
|
+
"name": "payload",
|
80811
|
+
"description": "Workflow payload",
|
80812
|
+
"type": {
|
80813
|
+
"kind": "SCALAR",
|
80814
|
+
"name": "JSON",
|
80815
|
+
"ofType": null
|
80816
|
+
},
|
80817
|
+
"defaultValue": null,
|
80818
|
+
"isDeprecated": false,
|
80819
|
+
"deprecationReason": null
|
80820
|
+
},
|
80821
|
+
{
|
80822
|
+
"name": "triggerId",
|
80823
|
+
"description": "Trigger id",
|
80824
|
+
"type": {
|
80825
|
+
"kind": "NON_NULL",
|
80826
|
+
"name": null,
|
80827
|
+
"ofType": {
|
80828
|
+
"kind": "SCALAR",
|
80829
|
+
"name": "String",
|
80830
|
+
"ofType": null
|
80831
|
+
}
|
80832
|
+
},
|
80833
|
+
"defaultValue": null,
|
80834
|
+
"isDeprecated": false,
|
80835
|
+
"deprecationReason": null
|
80836
|
+
}
|
80837
|
+
],
|
80838
|
+
"interfaces": null,
|
80839
|
+
"enumValues": null,
|
80840
|
+
"possibleTypes": null
|
80841
|
+
},
|
80719
80842
|
{
|
80720
80843
|
"kind": "OBJECT",
|
80721
80844
|
"name": "TypographyConfiguration",
|
@@ -86579,7 +86702,7 @@
|
|
86579
86702
|
},
|
86580
86703
|
{
|
86581
86704
|
"name": "id",
|
86582
|
-
"description":
|
86705
|
+
"description": "Workflow id",
|
86583
86706
|
"args": [],
|
86584
86707
|
"type": {
|
86585
86708
|
"kind": "NON_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: 2.
|
4
|
+
version: 2.354.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stigg
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphlient
|