archal 0.9.19 → 0.10.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.
- package/README.md +62 -154
- package/agents/openclaw/.archal.json +8 -0
- package/agents/openclaw/Dockerfile +97 -0
- package/agents/openclaw/README.md +113 -0
- package/agents/openclaw/drive.mjs +301 -0
- package/agents/openclaw/extract-openclaw-response-text.mjs +49 -0
- package/agents/openclaw/package.json +9 -0
- package/agents/openclaw/scenarios/acceptance/github-escalation-and-cleanup.md +43 -0
- package/agents/openclaw/scenarios/acceptance/jira-linear-release-triage.md +39 -0
- package/agents/openclaw/scenarios/acceptance/multi-clone-customer-risk-review.md +45 -0
- package/agents/openclaw/scenarios/acceptance/slack-incident-handoff.md +42 -0
- package/agents/openclaw/scenarios/acceptance/stripe-dunning-remediation.md +40 -0
- package/agents/openclaw/scenarios/close-stale-issues.md +35 -0
- package/agents/openclaw/scenarios/github-issue-triage-read-only.md +44 -0
- package/agents/openclaw/workspace/AGENTS.md +23 -0
- package/agents/openclaw/workspace/IDENTITY.md +8 -0
- package/agents/openclaw/workspace/SOUL.md +14 -0
- package/agents/openclaw/workspace/TOOLS.md +54 -0
- package/clone-assets/apify/tools.json +256 -22
- package/clone-assets/calcom/tools.json +2062 -0
- package/clone-assets/clickup/tools.json +3245 -0
- package/clone-assets/customerio/tools.json +2350 -0
- package/clone-assets/datadog/tools.json +734 -0
- package/clone-assets/github/tools.json +307 -27
- package/clone-assets/gitlab/tools.json +10688 -0
- package/clone-assets/google-workspace/tools.json +18 -6
- package/clone-assets/hubspot/tools.json +1604 -0
- package/clone-assets/jira/fidelity.json +1 -1
- package/clone-assets/jira/tools.json +266 -543
- package/clone-assets/linear/tools.json +278 -40
- package/clone-assets/ownerrez/tools.json +548 -0
- package/clone-assets/pricelabs/tools.json +343 -0
- package/clone-assets/sentry/tools.json +2821 -0
- package/clone-assets/slack/tools.json +1 -2
- package/clone-assets/stripe/tools.json +299 -46
- package/clone-assets/supabase/tools.json +437 -0
- package/clone-assets/unipile/tools.json +408 -0
- package/clone-assets/webflow/tools.json +2185 -0
- package/dist/autoloop-worker-types-CHaclqtD.d.cts +160 -0
- package/dist/cli.cjs +127896 -84811
- package/dist/{vitest/chunk-L36NXAU6.js → commands/autoloop-hosted-control-plane-client.cjs} +16344 -18845
- package/dist/commands/autoloop-hosted-control-plane-client.d.cts +133 -0
- package/dist/commands/autoloop-pr-verification.cjs +4312 -0
- package/dist/commands/autoloop-pr-verification.d.cts +19 -0
- package/dist/commands/autoloop-result-parser.cjs +27058 -0
- package/dist/commands/autoloop-result-parser.d.cts +196 -0
- package/dist/commands/autoloop-worker.cjs +38488 -0
- package/dist/commands/autoloop-worker.d.cts +102 -0
- package/dist/eval-shim.mjs +216 -0
- package/dist/index.cjs +15 -2
- package/dist/index.d.cts +3 -1
- package/dist/layer-1-ziaLpfLr.d.cts +62 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/reporter-entry.js +3 -0
- package/dist/sdk/index.cjs +51630 -0
- package/dist/sdk/index.d.cts +626 -0
- package/dist/vitest/chunk-2PDHTPZC.js +4867 -0
- package/dist/vitest/chunk-7L4BBB6M.js +2613 -0
- package/dist/vitest/index.cjs +6152 -75718
- package/dist/vitest/index.d.ts +22 -86
- package/dist/vitest/index.js +45 -414
- package/dist/vitest/runtime/hosted-session-reaper.cjs +682 -34399
- package/dist/vitest/runtime/hosted-session-reaper.js +1 -1
- package/dist/vitest/runtime/setup-files.js +2 -2
- package/manifest.json +9 -0
- package/package.json +20 -14
- package/skills/archal-agent/SKILL.md +86 -0
- package/skills/autoloop/SKILL.md +391 -0
- package/skills/autoloop/references/hosted-sources.md +94 -0
- package/skills/autoloop/references/trace-schema-mapping.md +104 -0
- package/skills/eval/SKILL.md +17 -15
- package/skills/free-account/SKILL.md +103 -0
- package/skills/install-agent/SKILL.md +202 -0
- package/skills/onboard/SKILL.md +29 -18
- package/skills/scenario/SKILL.md +36 -18
- package/skills/seed/SKILL.md +238 -0
- package/skills/vitest/SKILL.md +3 -2
- package/dist/harness.cjs +0 -62
- package/dist/harness.d.cts +0 -20
- package/dist/seed/dynamic-generator.cjs +0 -45687
- package/dist/seed/dynamic-generator.d.cts +0 -106
- package/dist/vitest/chunk-WZ7SA4CK.js +0 -47369
- package/skills/attach/SKILL.md +0 -402
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
],
|
|
189
189
|
"additionalProperties": false
|
|
190
190
|
},
|
|
191
|
-
"hidden":
|
|
191
|
+
"hidden": false,
|
|
192
192
|
"annotations": {
|
|
193
193
|
"readOnlyHint": true
|
|
194
194
|
}
|
|
@@ -1350,7 +1350,6 @@
|
|
|
1350
1350
|
"limit": {
|
|
1351
1351
|
"default": 100,
|
|
1352
1352
|
"type": "number",
|
|
1353
|
-
"minimum": 1,
|
|
1354
1353
|
"maximum": 1000
|
|
1355
1354
|
},
|
|
1356
1355
|
"cursor": {
|
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
"inputSchema": {
|
|
26
26
|
"type": "object",
|
|
27
27
|
"properties": {
|
|
28
|
+
"_stripeAccount": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
28
31
|
"name": {
|
|
29
32
|
"type": "string",
|
|
30
33
|
"minLength": 1
|
|
@@ -32,12 +35,76 @@
|
|
|
32
35
|
"email": {
|
|
33
36
|
"type": "string"
|
|
34
37
|
},
|
|
38
|
+
"description": {
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
"preferred_locales": {},
|
|
35
42
|
"metadata": {
|
|
36
43
|
"type": "object",
|
|
37
44
|
"propertyNames": {
|
|
38
45
|
"type": "string"
|
|
39
46
|
},
|
|
40
47
|
"additionalProperties": {}
|
|
48
|
+
},
|
|
49
|
+
"address": {
|
|
50
|
+
"type": "object",
|
|
51
|
+
"properties": {
|
|
52
|
+
"city": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"country": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"line1": {
|
|
59
|
+
"type": "string"
|
|
60
|
+
},
|
|
61
|
+
"line2": {
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
"postal_code": {
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"state": {
|
|
68
|
+
"type": "string"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"additionalProperties": false
|
|
72
|
+
},
|
|
73
|
+
"shipping": {
|
|
74
|
+
"type": "object",
|
|
75
|
+
"properties": {
|
|
76
|
+
"address": {
|
|
77
|
+
"type": "object",
|
|
78
|
+
"properties": {
|
|
79
|
+
"city": {
|
|
80
|
+
"type": "string"
|
|
81
|
+
},
|
|
82
|
+
"country": {
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"line1": {
|
|
86
|
+
"type": "string"
|
|
87
|
+
},
|
|
88
|
+
"line2": {
|
|
89
|
+
"type": "string"
|
|
90
|
+
},
|
|
91
|
+
"postal_code": {
|
|
92
|
+
"type": "string"
|
|
93
|
+
},
|
|
94
|
+
"state": {
|
|
95
|
+
"type": "string"
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"additionalProperties": false
|
|
99
|
+
},
|
|
100
|
+
"name": {
|
|
101
|
+
"type": "string"
|
|
102
|
+
},
|
|
103
|
+
"phone": {
|
|
104
|
+
"type": "string"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"additionalProperties": false
|
|
41
108
|
}
|
|
42
109
|
},
|
|
43
110
|
"additionalProperties": false
|
|
@@ -756,6 +823,9 @@
|
|
|
756
823
|
"inputSchema": {
|
|
757
824
|
"type": "object",
|
|
758
825
|
"properties": {
|
|
826
|
+
"_stripeAccount": {
|
|
827
|
+
"type": "string"
|
|
828
|
+
},
|
|
759
829
|
"customer_id": {
|
|
760
830
|
"type": "string"
|
|
761
831
|
}
|
|
@@ -773,6 +843,9 @@
|
|
|
773
843
|
"inputSchema": {
|
|
774
844
|
"type": "object",
|
|
775
845
|
"properties": {
|
|
846
|
+
"_stripeAccount": {
|
|
847
|
+
"type": "string"
|
|
848
|
+
},
|
|
776
849
|
"customer_id": {
|
|
777
850
|
"type": "string"
|
|
778
851
|
},
|
|
@@ -793,9 +866,7 @@
|
|
|
793
866
|
"propertyNames": {
|
|
794
867
|
"type": "string"
|
|
795
868
|
},
|
|
796
|
-
"additionalProperties": {
|
|
797
|
-
"type": "string"
|
|
798
|
-
}
|
|
869
|
+
"additionalProperties": {}
|
|
799
870
|
},
|
|
800
871
|
"invoice_settings": {
|
|
801
872
|
"type": "object",
|
|
@@ -837,6 +908,42 @@
|
|
|
837
908
|
},
|
|
838
909
|
"additionalProperties": false
|
|
839
910
|
},
|
|
911
|
+
"shipping": {
|
|
912
|
+
"type": "object",
|
|
913
|
+
"properties": {
|
|
914
|
+
"address": {
|
|
915
|
+
"type": "object",
|
|
916
|
+
"properties": {
|
|
917
|
+
"city": {
|
|
918
|
+
"type": "string"
|
|
919
|
+
},
|
|
920
|
+
"country": {
|
|
921
|
+
"type": "string"
|
|
922
|
+
},
|
|
923
|
+
"line1": {
|
|
924
|
+
"type": "string"
|
|
925
|
+
},
|
|
926
|
+
"line2": {
|
|
927
|
+
"type": "string"
|
|
928
|
+
},
|
|
929
|
+
"postal_code": {
|
|
930
|
+
"type": "string"
|
|
931
|
+
},
|
|
932
|
+
"state": {
|
|
933
|
+
"type": "string"
|
|
934
|
+
}
|
|
935
|
+
},
|
|
936
|
+
"additionalProperties": false
|
|
937
|
+
},
|
|
938
|
+
"name": {
|
|
939
|
+
"type": "string"
|
|
940
|
+
},
|
|
941
|
+
"phone": {
|
|
942
|
+
"type": "string"
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
"additionalProperties": false
|
|
946
|
+
},
|
|
840
947
|
"default_payment_method": {
|
|
841
948
|
"type": "string"
|
|
842
949
|
}
|
|
@@ -854,6 +961,9 @@
|
|
|
854
961
|
"inputSchema": {
|
|
855
962
|
"type": "object",
|
|
856
963
|
"properties": {
|
|
964
|
+
"_stripeAccount": {
|
|
965
|
+
"type": "string"
|
|
966
|
+
},
|
|
857
967
|
"customer_id": {
|
|
858
968
|
"type": "string"
|
|
859
969
|
}
|
|
@@ -1688,6 +1798,35 @@
|
|
|
1688
1798
|
},
|
|
1689
1799
|
"hidden": true
|
|
1690
1800
|
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "list_checkout_session_line_items",
|
|
1803
|
+
"description": "List line items for a checkout session",
|
|
1804
|
+
"inputSchema": {
|
|
1805
|
+
"type": "object",
|
|
1806
|
+
"properties": {
|
|
1807
|
+
"checkout_session_id": {
|
|
1808
|
+
"type": "string"
|
|
1809
|
+
},
|
|
1810
|
+
"limit": {
|
|
1811
|
+
"default": 10,
|
|
1812
|
+
"type": "integer",
|
|
1813
|
+
"minimum": 1,
|
|
1814
|
+
"maximum": 100
|
|
1815
|
+
},
|
|
1816
|
+
"starting_after": {
|
|
1817
|
+
"type": "string"
|
|
1818
|
+
},
|
|
1819
|
+
"ending_before": {
|
|
1820
|
+
"type": "string"
|
|
1821
|
+
}
|
|
1822
|
+
},
|
|
1823
|
+
"required": [
|
|
1824
|
+
"checkout_session_id"
|
|
1825
|
+
],
|
|
1826
|
+
"additionalProperties": false
|
|
1827
|
+
},
|
|
1828
|
+
"hidden": true
|
|
1829
|
+
},
|
|
1691
1830
|
{
|
|
1692
1831
|
"name": "list_checkout_sessions",
|
|
1693
1832
|
"description": "List checkout sessions",
|
|
@@ -2090,12 +2229,13 @@
|
|
|
2090
2229
|
"propertyNames": {
|
|
2091
2230
|
"type": "string"
|
|
2092
2231
|
},
|
|
2093
|
-
"additionalProperties": {
|
|
2094
|
-
"type": "string"
|
|
2095
|
-
}
|
|
2232
|
+
"additionalProperties": {}
|
|
2096
2233
|
},
|
|
2097
2234
|
"default_price": {
|
|
2098
2235
|
"type": "string"
|
|
2236
|
+
},
|
|
2237
|
+
"tax_code": {
|
|
2238
|
+
"type": "string"
|
|
2099
2239
|
}
|
|
2100
2240
|
},
|
|
2101
2241
|
"required": [
|
|
@@ -2543,12 +2683,34 @@
|
|
|
2543
2683
|
"jurisdiction": {
|
|
2544
2684
|
"type": "string"
|
|
2545
2685
|
},
|
|
2686
|
+
"jurisdiction_level": {
|
|
2687
|
+
"type": "string",
|
|
2688
|
+
"enum": [
|
|
2689
|
+
"country",
|
|
2690
|
+
"state",
|
|
2691
|
+
"county",
|
|
2692
|
+
"city",
|
|
2693
|
+
"district"
|
|
2694
|
+
]
|
|
2695
|
+
},
|
|
2546
2696
|
"country": {
|
|
2547
2697
|
"type": "string"
|
|
2548
2698
|
},
|
|
2549
2699
|
"state": {
|
|
2550
2700
|
"type": "string"
|
|
2551
2701
|
},
|
|
2702
|
+
"flat_amount": {
|
|
2703
|
+
"type": "integer",
|
|
2704
|
+
"minimum": -9007199254740991,
|
|
2705
|
+
"maximum": 9007199254740991
|
|
2706
|
+
},
|
|
2707
|
+
"rate_type": {
|
|
2708
|
+
"type": "string",
|
|
2709
|
+
"enum": [
|
|
2710
|
+
"percentage",
|
|
2711
|
+
"flat_amount"
|
|
2712
|
+
]
|
|
2713
|
+
},
|
|
2552
2714
|
"metadata": {
|
|
2553
2715
|
"type": "object",
|
|
2554
2716
|
"propertyNames": {
|
|
@@ -2606,6 +2768,16 @@
|
|
|
2606
2768
|
"jurisdiction": {
|
|
2607
2769
|
"type": "string"
|
|
2608
2770
|
},
|
|
2771
|
+
"jurisdiction_level": {
|
|
2772
|
+
"type": "string",
|
|
2773
|
+
"enum": [
|
|
2774
|
+
"country",
|
|
2775
|
+
"state",
|
|
2776
|
+
"county",
|
|
2777
|
+
"city",
|
|
2778
|
+
"district"
|
|
2779
|
+
]
|
|
2780
|
+
},
|
|
2609
2781
|
"country": {
|
|
2610
2782
|
"type": "string"
|
|
2611
2783
|
},
|
|
@@ -2844,8 +3016,7 @@
|
|
|
2844
3016
|
"type": "object",
|
|
2845
3017
|
"properties": {
|
|
2846
3018
|
"url": {
|
|
2847
|
-
"type": "string"
|
|
2848
|
-
"format": "uri"
|
|
3019
|
+
"type": "string"
|
|
2849
3020
|
},
|
|
2850
3021
|
"enabled_events": {
|
|
2851
3022
|
"minItems": 1,
|
|
@@ -2871,7 +3042,6 @@
|
|
|
2871
3042
|
}
|
|
2872
3043
|
},
|
|
2873
3044
|
"required": [
|
|
2874
|
-
"url",
|
|
2875
3045
|
"enabled_events"
|
|
2876
3046
|
],
|
|
2877
3047
|
"additionalProperties": false
|
|
@@ -2928,8 +3098,7 @@
|
|
|
2928
3098
|
"type": "string"
|
|
2929
3099
|
},
|
|
2930
3100
|
"url": {
|
|
2931
|
-
"type": "string"
|
|
2932
|
-
"format": "uri"
|
|
3101
|
+
"type": "string"
|
|
2933
3102
|
},
|
|
2934
3103
|
"enabled_events": {
|
|
2935
3104
|
"type": "array",
|
|
@@ -3154,6 +3323,9 @@
|
|
|
3154
3323
|
"source_transaction": {
|
|
3155
3324
|
"type": "string"
|
|
3156
3325
|
},
|
|
3326
|
+
"transfer_group": {
|
|
3327
|
+
"type": "string"
|
|
3328
|
+
},
|
|
3157
3329
|
"description": {
|
|
3158
3330
|
"type": "string"
|
|
3159
3331
|
},
|
|
@@ -3535,6 +3707,9 @@
|
|
|
3535
3707
|
},
|
|
3536
3708
|
"additionalProperties": {}
|
|
3537
3709
|
},
|
|
3710
|
+
"name": {
|
|
3711
|
+
"type": "string"
|
|
3712
|
+
},
|
|
3538
3713
|
"metadata": {
|
|
3539
3714
|
"type": "object",
|
|
3540
3715
|
"propertyNames": {
|
|
@@ -5721,6 +5896,13 @@
|
|
|
5721
5896
|
},
|
|
5722
5897
|
"type": {
|
|
5723
5898
|
"type": "string"
|
|
5899
|
+
},
|
|
5900
|
+
"cart": {
|
|
5901
|
+
"type": "object",
|
|
5902
|
+
"propertyNames": {
|
|
5903
|
+
"type": "string"
|
|
5904
|
+
},
|
|
5905
|
+
"additionalProperties": {}
|
|
5724
5906
|
}
|
|
5725
5907
|
},
|
|
5726
5908
|
"required": [
|
|
@@ -5784,6 +5966,13 @@
|
|
|
5784
5966
|
},
|
|
5785
5967
|
"type": {
|
|
5786
5968
|
"type": "string"
|
|
5969
|
+
},
|
|
5970
|
+
"cart": {
|
|
5971
|
+
"type": "object",
|
|
5972
|
+
"propertyNames": {
|
|
5973
|
+
"type": "string"
|
|
5974
|
+
},
|
|
5975
|
+
"additionalProperties": {}
|
|
5787
5976
|
}
|
|
5788
5977
|
},
|
|
5789
5978
|
"required": [
|
|
@@ -5847,6 +6036,13 @@
|
|
|
5847
6036
|
},
|
|
5848
6037
|
"type": {
|
|
5849
6038
|
"type": "string"
|
|
6039
|
+
},
|
|
6040
|
+
"cart": {
|
|
6041
|
+
"type": "object",
|
|
6042
|
+
"propertyNames": {
|
|
6043
|
+
"type": "string"
|
|
6044
|
+
},
|
|
6045
|
+
"additionalProperties": {}
|
|
5850
6046
|
}
|
|
5851
6047
|
},
|
|
5852
6048
|
"required": [
|
|
@@ -5910,6 +6106,13 @@
|
|
|
5910
6106
|
},
|
|
5911
6107
|
"type": {
|
|
5912
6108
|
"type": "string"
|
|
6109
|
+
},
|
|
6110
|
+
"cart": {
|
|
6111
|
+
"type": "object",
|
|
6112
|
+
"propertyNames": {
|
|
6113
|
+
"type": "string"
|
|
6114
|
+
},
|
|
6115
|
+
"additionalProperties": {}
|
|
5913
6116
|
}
|
|
5914
6117
|
},
|
|
5915
6118
|
"required": [
|
|
@@ -5973,6 +6176,13 @@
|
|
|
5973
6176
|
},
|
|
5974
6177
|
"type": {
|
|
5975
6178
|
"type": "string"
|
|
6179
|
+
},
|
|
6180
|
+
"cart": {
|
|
6181
|
+
"type": "object",
|
|
6182
|
+
"propertyNames": {
|
|
6183
|
+
"type": "string"
|
|
6184
|
+
},
|
|
6185
|
+
"additionalProperties": {}
|
|
5976
6186
|
}
|
|
5977
6187
|
},
|
|
5978
6188
|
"required": [
|
|
@@ -6059,10 +6269,6 @@
|
|
|
6059
6269
|
}
|
|
6060
6270
|
}
|
|
6061
6271
|
},
|
|
6062
|
-
"required": [
|
|
6063
|
-
"name",
|
|
6064
|
-
"lookup_key"
|
|
6065
|
-
],
|
|
6066
6272
|
"additionalProperties": false
|
|
6067
6273
|
},
|
|
6068
6274
|
"hidden": true
|
|
@@ -7326,6 +7532,10 @@
|
|
|
7326
7532
|
"additionalProperties": {
|
|
7327
7533
|
"type": "string"
|
|
7328
7534
|
}
|
|
7535
|
+
},
|
|
7536
|
+
"customer_details": {},
|
|
7537
|
+
"__preview": {
|
|
7538
|
+
"type": "boolean"
|
|
7329
7539
|
}
|
|
7330
7540
|
},
|
|
7331
7541
|
"additionalProperties": false
|
|
@@ -7366,9 +7576,7 @@
|
|
|
7366
7576
|
"propertyNames": {
|
|
7367
7577
|
"type": "string"
|
|
7368
7578
|
},
|
|
7369
|
-
"additionalProperties": {
|
|
7370
|
-
"type": "string"
|
|
7371
|
-
}
|
|
7579
|
+
"additionalProperties": {}
|
|
7372
7580
|
},
|
|
7373
7581
|
"expires_at": {
|
|
7374
7582
|
"type": "number"
|
|
@@ -8067,6 +8275,9 @@
|
|
|
8067
8275
|
},
|
|
8068
8276
|
"additionalProperties": {}
|
|
8069
8277
|
},
|
|
8278
|
+
"name": {
|
|
8279
|
+
"type": "string"
|
|
8280
|
+
},
|
|
8070
8281
|
"metadata": {
|
|
8071
8282
|
"type": "object",
|
|
8072
8283
|
"propertyNames": {
|
|
@@ -9801,6 +10012,9 @@
|
|
|
9801
10012
|
"properties": {
|
|
9802
10013
|
"location": {
|
|
9803
10014
|
"type": "string"
|
|
10015
|
+
},
|
|
10016
|
+
"_stripeAccount": {
|
|
10017
|
+
"type": "string"
|
|
9804
10018
|
}
|
|
9805
10019
|
},
|
|
9806
10020
|
"additionalProperties": false
|
|
@@ -10213,6 +10427,12 @@
|
|
|
10213
10427
|
"type": "integer",
|
|
10214
10428
|
"minimum": 1,
|
|
10215
10429
|
"maximum": 100
|
|
10430
|
+
},
|
|
10431
|
+
"starting_after": {
|
|
10432
|
+
"type": "string"
|
|
10433
|
+
},
|
|
10434
|
+
"ending_before": {
|
|
10435
|
+
"type": "string"
|
|
10216
10436
|
}
|
|
10217
10437
|
},
|
|
10218
10438
|
"required": [
|
|
@@ -10327,14 +10547,7 @@
|
|
|
10327
10547
|
"type": "object",
|
|
10328
10548
|
"properties": {
|
|
10329
10549
|
"status": {
|
|
10330
|
-
"type": "string"
|
|
10331
|
-
"enum": [
|
|
10332
|
-
"requires_input",
|
|
10333
|
-
"processing",
|
|
10334
|
-
"verified",
|
|
10335
|
-
"canceled",
|
|
10336
|
-
"redacted"
|
|
10337
|
-
]
|
|
10550
|
+
"type": "string"
|
|
10338
10551
|
},
|
|
10339
10552
|
"limit": {
|
|
10340
10553
|
"default": 10,
|
|
@@ -10457,6 +10670,9 @@
|
|
|
10457
10670
|
"verification_session": {
|
|
10458
10671
|
"type": "string"
|
|
10459
10672
|
},
|
|
10673
|
+
"type": {
|
|
10674
|
+
"type": "string"
|
|
10675
|
+
},
|
|
10460
10676
|
"limit": {
|
|
10461
10677
|
"default": 10,
|
|
10462
10678
|
"type": "integer",
|
|
@@ -13832,6 +14048,7 @@
|
|
|
13832
14048
|
"type": "string"
|
|
13833
14049
|
},
|
|
13834
14050
|
"replacements": {
|
|
14051
|
+
"default": [],
|
|
13835
14052
|
"type": "array",
|
|
13836
14053
|
"items": {
|
|
13837
14054
|
"type": "string"
|
|
@@ -13839,16 +14056,19 @@
|
|
|
13839
14056
|
},
|
|
13840
14057
|
"request": {
|
|
13841
14058
|
"type": "object",
|
|
13842
|
-
"
|
|
13843
|
-
"
|
|
14059
|
+
"properties": {
|
|
14060
|
+
"headers": {
|
|
14061
|
+
"type": "array",
|
|
14062
|
+
"items": {}
|
|
14063
|
+
},
|
|
14064
|
+
"body": {}
|
|
13844
14065
|
},
|
|
13845
14066
|
"additionalProperties": {}
|
|
13846
14067
|
}
|
|
13847
14068
|
},
|
|
13848
14069
|
"required": [
|
|
13849
14070
|
"url",
|
|
13850
|
-
"payment_method"
|
|
13851
|
-
"replacements"
|
|
14071
|
+
"payment_method"
|
|
13852
14072
|
],
|
|
13853
14073
|
"additionalProperties": false
|
|
13854
14074
|
},
|
|
@@ -13909,8 +14129,8 @@
|
|
|
13909
14129
|
"limit": {
|
|
13910
14130
|
"default": 10,
|
|
13911
14131
|
"type": "integer",
|
|
13912
|
-
"minimum":
|
|
13913
|
-
"maximum":
|
|
14132
|
+
"minimum": 0,
|
|
14133
|
+
"maximum": 9007199254740991
|
|
13914
14134
|
},
|
|
13915
14135
|
"starting_after": {
|
|
13916
14136
|
"type": "string"
|
|
@@ -14395,13 +14615,21 @@
|
|
|
14395
14615
|
"inputSchema": {
|
|
14396
14616
|
"type": "object",
|
|
14397
14617
|
"properties": {
|
|
14398
|
-
"
|
|
14618
|
+
"payment_method_details": {
|
|
14619
|
+
"type": "object",
|
|
14620
|
+
"propertyNames": {
|
|
14621
|
+
"type": "string"
|
|
14622
|
+
},
|
|
14623
|
+
"additionalProperties": {}
|
|
14624
|
+
},
|
|
14625
|
+
"amount_details": {
|
|
14399
14626
|
"type": "object",
|
|
14400
14627
|
"propertyNames": {
|
|
14401
14628
|
"type": "string"
|
|
14402
14629
|
},
|
|
14403
14630
|
"additionalProperties": {}
|
|
14404
14631
|
},
|
|
14632
|
+
"amount": {},
|
|
14405
14633
|
"payment_method_type": {
|
|
14406
14634
|
"type": "string"
|
|
14407
14635
|
},
|
|
@@ -14421,10 +14649,6 @@
|
|
|
14421
14649
|
}
|
|
14422
14650
|
}
|
|
14423
14651
|
},
|
|
14424
|
-
"required": [
|
|
14425
|
-
"amount",
|
|
14426
|
-
"payment_method_type"
|
|
14427
|
-
],
|
|
14428
14652
|
"additionalProperties": false
|
|
14429
14653
|
},
|
|
14430
14654
|
"hidden": true
|
|
@@ -14473,7 +14697,9 @@
|
|
|
14473
14697
|
"type": "integer",
|
|
14474
14698
|
"minimum": -9007199254740991,
|
|
14475
14699
|
"maximum": 9007199254740991
|
|
14476
|
-
}
|
|
14700
|
+
},
|
|
14701
|
+
"amount": {},
|
|
14702
|
+
"currency": {}
|
|
14477
14703
|
},
|
|
14478
14704
|
"required": [
|
|
14479
14705
|
"payment_record"
|
|
@@ -14488,6 +14714,9 @@
|
|
|
14488
14714
|
"inputSchema": {
|
|
14489
14715
|
"type": "object",
|
|
14490
14716
|
"properties": {
|
|
14717
|
+
"payment_record": {
|
|
14718
|
+
"type": "string"
|
|
14719
|
+
},
|
|
14491
14720
|
"limit": {
|
|
14492
14721
|
"default": 10,
|
|
14493
14722
|
"type": "integer",
|
|
@@ -14553,13 +14782,7 @@
|
|
|
14553
14782
|
"payment_record": {
|
|
14554
14783
|
"type": "string"
|
|
14555
14784
|
},
|
|
14556
|
-
"failed": {
|
|
14557
|
-
"type": "object",
|
|
14558
|
-
"propertyNames": {
|
|
14559
|
-
"type": "string"
|
|
14560
|
-
},
|
|
14561
|
-
"additionalProperties": {}
|
|
14562
|
-
},
|
|
14785
|
+
"failed": {},
|
|
14563
14786
|
"reported_at": {
|
|
14564
14787
|
"type": "integer",
|
|
14565
14788
|
"minimum": -9007199254740991,
|
|
@@ -14606,6 +14829,9 @@
|
|
|
14606
14829
|
},
|
|
14607
14830
|
"return_url": {
|
|
14608
14831
|
"type": "string"
|
|
14832
|
+
},
|
|
14833
|
+
"_stripeAccount": {
|
|
14834
|
+
"type": "string"
|
|
14609
14835
|
}
|
|
14610
14836
|
},
|
|
14611
14837
|
"required": [
|
|
@@ -14848,7 +15074,11 @@
|
|
|
14848
15074
|
"description": "List reporting report types",
|
|
14849
15075
|
"inputSchema": {
|
|
14850
15076
|
"type": "object",
|
|
14851
|
-
"properties": {
|
|
15077
|
+
"properties": {
|
|
15078
|
+
"limit": {
|
|
15079
|
+
"not": {}
|
|
15080
|
+
}
|
|
15081
|
+
},
|
|
14852
15082
|
"additionalProperties": false
|
|
14853
15083
|
},
|
|
14854
15084
|
"hidden": true
|
|
@@ -14870,6 +15100,29 @@
|
|
|
14870
15100
|
},
|
|
14871
15101
|
"hidden": true
|
|
14872
15102
|
},
|
|
15103
|
+
{
|
|
15104
|
+
"name": "list_entitlement_features_rest",
|
|
15105
|
+
"description": "List entitlement features via REST",
|
|
15106
|
+
"inputSchema": {
|
|
15107
|
+
"type": "object",
|
|
15108
|
+
"properties": {
|
|
15109
|
+
"limit": {
|
|
15110
|
+
"default": 10,
|
|
15111
|
+
"type": "integer",
|
|
15112
|
+
"minimum": 1,
|
|
15113
|
+
"maximum": 100
|
|
15114
|
+
},
|
|
15115
|
+
"starting_after": {
|
|
15116
|
+
"type": "string"
|
|
15117
|
+
},
|
|
15118
|
+
"ending_before": {
|
|
15119
|
+
"type": "string"
|
|
15120
|
+
}
|
|
15121
|
+
},
|
|
15122
|
+
"additionalProperties": false
|
|
15123
|
+
},
|
|
15124
|
+
"hidden": true
|
|
15125
|
+
},
|
|
14873
15126
|
{
|
|
14874
15127
|
"name": "retrieve_entitlement_feature",
|
|
14875
15128
|
"description": "Retrieve an entitlement feature",
|