tapimo 0.13.0 → 0.14.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/dist/App.d.ts +6064 -4829
- package/dist/App.d.ts.map +1 -1
- package/dist/App.js +1 -0
- package/dist/App.js.map +1 -1
- package/dist/Webhooks.js +2 -2
- package/dist/Webhooks.js.map +1 -1
- package/dist/admin/App.d.ts +1008 -917
- package/dist/admin/App.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.d.ts +48 -0
- package/dist/admin/apps/earn-vaults.d.ts.map +1 -1
- package/dist/admin/apps/earn-vaults.js +2 -1
- package/dist/admin/apps/earn-vaults.js.map +1 -1
- package/dist/admin/apps/organizations.d.ts +92 -3
- package/dist/admin/apps/organizations.d.ts.map +1 -1
- package/dist/admin/apps/organizations.js +69 -7
- package/dist/admin/apps/organizations.js.map +1 -1
- package/dist/admin/apps/verified-tokens.d.ts +74 -74
- package/dist/admin/ui.generated.d.ts +1 -1
- package/dist/admin/ui.generated.js +69 -69
- package/dist/admin/ui.generated.js.map +1 -1
- package/dist/apps/Zones.d.ts +12 -12
- package/dist/apps/Zones.js +3 -3
- package/dist/apps/data/App.d.ts +2909 -2523
- package/dist/apps/data/App.d.ts.map +1 -1
- package/dist/apps/data/App.js +11 -6
- package/dist/apps/data/App.js.map +1 -1
- package/dist/apps/data/routes/addresses.d.ts +22 -22
- package/dist/apps/data/routes/earn.d.ts +183 -7
- package/dist/apps/data/routes/earn.d.ts.map +1 -1
- package/dist/apps/data/routes/earn.js +434 -75
- package/dist/apps/data/routes/earn.js.map +1 -1
- package/dist/apps/data/routes/exchanges.d.ts +15 -0
- package/dist/apps/data/routes/exchanges.d.ts.map +1 -1
- package/dist/apps/data/routes/exchanges.js +180 -114
- package/dist/apps/data/routes/exchanges.js.map +1 -1
- package/dist/apps/data/routes/fee-amm.d.ts.map +1 -1
- package/dist/apps/data/routes/fee-amm.js +18 -19
- package/dist/apps/data/routes/fee-amm.js.map +1 -1
- package/dist/apps/data/routes/tokens.d.ts +93 -93
- package/dist/apps/data/routes/transfers.d.ts +12 -12
- package/dist/apps/data/routes/valuation.d.ts +30 -30
- package/dist/apps/data/routes/verified-tokens.d.ts +5 -5
- package/dist/apps/data/routes/webhooks.d.ts +805 -102
- package/dist/apps/data/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/data/routes/webhooks.js +47 -5
- package/dist/apps/data/routes/webhooks.js.map +1 -1
- package/dist/apps/funding/App.d.ts +456 -45
- package/dist/apps/funding/App.d.ts.map +1 -1
- package/dist/apps/funding/App.js +1 -1
- package/dist/apps/funding/App.js.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.d.ts +17 -17
- package/dist/apps/funding/routes/deposit-addresses.d.ts.map +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js +1 -1
- package/dist/apps/funding/routes/deposit-addresses.js.map +1 -1
- package/dist/apps/funding/routes/transfers.d.ts +654 -73
- package/dist/apps/funding/routes/transfers.d.ts.map +1 -1
- package/dist/apps/funding/routes/transfers.js +211 -5
- package/dist/apps/funding/routes/transfers.js.map +1 -1
- package/dist/apps/management/App.d.ts +831 -387
- package/dist/apps/management/App.d.ts.map +1 -1
- package/dist/apps/management/Billing.d.ts +1 -1
- package/dist/apps/management/Billing.d.ts.map +1 -1
- package/dist/apps/management/Billing.js +17 -1
- package/dist/apps/management/Billing.js.map +1 -1
- package/dist/apps/management/routes/api-keys.d.ts +76 -76
- package/dist/apps/management/routes/billing.d.ts +76 -76
- package/dist/apps/management/routes/faucet.d.ts +12 -12
- package/dist/apps/management/routes/invitations.d.ts +24 -24
- package/dist/apps/management/routes/invite-links.d.ts +46 -46
- package/dist/apps/management/routes/members.d.ts +46 -46
- package/dist/apps/management/routes/orgs.d.ts +20 -20
- package/dist/apps/management/routes/projects.d.ts +44 -44
- package/dist/apps/management/routes/usage.d.ts +32 -32
- package/dist/apps/management/routes/verified-token-requests.d.ts +16 -16
- package/dist/apps/management/routes/webhooks.d.ts +707 -57
- package/dist/apps/management/routes/webhooks.d.ts.map +1 -1
- package/dist/apps/management/routes/webhooks.js +21 -21
- package/dist/apps/management/routes/webhooks.js.map +1 -1
- package/dist/apps/relay/App.d.ts.map +1 -1
- package/dist/apps/relay/App.js +115 -23
- package/dist/apps/relay/App.js.map +1 -1
- package/dist/apps/relay/Sponsorships.d.ts.map +1 -1
- package/dist/apps/relay/Sponsorships.js +27 -1
- package/dist/apps/relay/Sponsorships.js.map +1 -1
- package/dist/db/Db.d.ts.map +1 -1
- package/dist/db/Db.js +22 -0
- package/dist/db/Db.js.map +1 -1
- package/dist/db/Schema.d.ts +8 -3
- package/dist/db/Schema.d.ts.map +1 -1
- package/dist/db/Schema.js +16 -1
- package/dist/db/Schema.js.map +1 -1
- package/dist/db/tables/fundingTransferTransactions.d.ts +38 -0
- package/dist/db/tables/fundingTransferTransactions.d.ts.map +1 -1
- package/dist/db/tables/fundingTransferTransactions.js +44 -3
- package/dist/db/tables/fundingTransferTransactions.js.map +1 -1
- package/dist/db/tables/fundingTransfers.d.ts +17 -0
- package/dist/db/tables/fundingTransfers.d.ts.map +1 -1
- package/dist/db/tables/fundingTransfers.js +21 -0
- package/dist/db/tables/fundingTransfers.js.map +1 -1
- package/dist/db/tables/organizations.d.ts +24 -0
- package/dist/db/tables/organizations.d.ts.map +1 -1
- package/dist/db/tables/organizations.js +27 -0
- package/dist/db/tables/organizations.js.map +1 -1
- package/dist/db/tables/projects.d.ts +25 -1
- package/dist/db/tables/projects.d.ts.map +1 -1
- package/dist/db/tables/projects.js +26 -0
- package/dist/db/tables/projects.js.map +1 -1
- package/dist/db/tables/sponsoredTransactions.d.ts +44 -0
- package/dist/db/tables/sponsoredTransactions.d.ts.map +1 -1
- package/dist/db/tables/sponsoredTransactions.js +146 -13
- package/dist/db/tables/sponsoredTransactions.js.map +1 -1
- package/dist/db/tables/webhookSubscriptions.d.ts +10 -6
- package/dist/db/tables/webhookSubscriptions.d.ts.map +1 -1
- package/dist/db/tables/webhookSubscriptions.js +9 -6
- package/dist/db/tables/webhookSubscriptions.js.map +1 -1
- package/dist/internal/EarnVaults.js +5 -5
- package/dist/internal/EarnVaults.js.map +1 -1
- package/dist/internal/Log.d.ts +1 -1
- package/dist/internal/Log.d.ts.map +1 -1
- package/dist/internal/Log.js.map +1 -1
- package/dist/internal/Viem.d.ts +16 -1
- package/dist/internal/Viem.d.ts.map +1 -1
- package/dist/internal/Viem.js +12 -2
- package/dist/internal/Viem.js.map +1 -1
- package/dist/internal/funding/DepositWebhook.d.ts.map +1 -1
- package/dist/internal/funding/DepositWebhook.js +2 -1
- package/dist/internal/funding/DepositWebhook.js.map +1 -1
- package/dist/internal/funding/Evidence.d.ts.map +1 -1
- package/dist/internal/funding/Evidence.js +2 -10
- package/dist/internal/funding/Evidence.js.map +1 -1
- package/dist/internal/funding/Provider.d.ts +40 -0
- package/dist/internal/funding/Provider.d.ts.map +1 -1
- package/dist/internal/funding/Provider.js +5 -0
- package/dist/internal/funding/Provider.js.map +1 -1
- package/dist/internal/funding/SourceObservation.d.ts.map +1 -1
- package/dist/internal/funding/SourceObservation.js +5 -7
- package/dist/internal/funding/SourceObservation.js.map +1 -1
- package/dist/internal/funding/Transfer.d.ts +101 -6
- package/dist/internal/funding/Transfer.d.ts.map +1 -1
- package/dist/internal/funding/Transfer.js +162 -34
- package/dist/internal/funding/Transfer.js.map +1 -1
- package/dist/internal/funding/TransferReconciliation.d.ts +52 -0
- package/dist/internal/funding/TransferReconciliation.d.ts.map +1 -0
- package/dist/internal/funding/TransferReconciliation.js +192 -0
- package/dist/internal/funding/TransferReconciliation.js.map +1 -0
- package/dist/internal/funding/TransferWebhook.d.ts +21 -0
- package/dist/internal/funding/TransferWebhook.d.ts.map +1 -0
- package/dist/internal/funding/TransferWebhook.js +43 -0
- package/dist/internal/funding/TransferWebhook.js.map +1 -0
- package/dist/internal/funding/index.d.ts +1 -0
- package/dist/internal/funding/index.d.ts.map +1 -1
- package/dist/internal/funding/index.js +1 -0
- package/dist/internal/funding/index.js.map +1 -1
- package/dist/internal/funding/providers/relay.d.ts.map +1 -1
- package/dist/internal/funding/providers/relay.js +3 -12
- package/dist/internal/funding/providers/relay.js.map +1 -1
- package/dist/internal/funding/providers/stargate.d.ts +99 -0
- package/dist/internal/funding/providers/stargate.d.ts.map +1 -1
- package/dist/internal/funding/providers/stargate.js +337 -35
- package/dist/internal/funding/providers/stargate.js.map +1 -1
- package/dist/internal/webhookDestinations/slack.d.ts.map +1 -1
- package/dist/internal/webhookDestinations/slack.js +16 -0
- package/dist/internal/webhookDestinations/slack.js.map +1 -1
- package/package.json +1 -1
- package/src/App.ts +1 -0
- package/src/Client.test-d.ts +83 -2
- package/src/Webhooks.ts +2 -2
- package/src/admin/apps/earn-vaults.ts +2 -1
- package/src/admin/apps/organizations.test.ts +53 -1
- package/src/admin/apps/organizations.ts +90 -5
- package/src/admin/ui/src/lib/organizations.test.ts +112 -1
- package/src/admin/ui/src/lib/organizations.ts +55 -0
- package/src/admin/ui/src/routes/organizations_.$orgId.tsx +116 -0
- package/src/admin/ui.generated.ts +69 -69
- package/src/apps/Zones.test.ts +3 -3
- package/src/apps/Zones.ts +3 -3
- package/src/apps/composition.test.ts +1 -0
- package/src/apps/data/App.ts +15 -6
- package/src/apps/data/routes/earn.test.ts +369 -14
- package/src/apps/data/routes/earn.ts +548 -79
- package/src/apps/data/routes/exchanges.test.ts +740 -15
- package/src/apps/data/routes/exchanges.ts +954 -753
- package/src/apps/data/routes/fee-amm.ts +17 -18
- package/src/apps/data/routes/webhooks.test.ts +21 -5
- package/src/apps/data/routes/webhooks.ts +63 -8
- package/src/apps/funding/App.ts +12 -2
- package/src/apps/funding/routes/deposit-addresses.test.ts +4 -4
- package/src/apps/funding/routes/deposit-addresses.ts +2 -2
- package/src/apps/funding/routes/transfers.test.ts +510 -19
- package/src/apps/funding/routes/transfers.ts +271 -5
- package/src/apps/management/Billing.ts +18 -5
- package/src/apps/management/routes/webhooks.test.ts +3 -3
- package/src/apps/management/routes/webhooks.ts +24 -25
- package/src/apps/relay/App.test.ts +212 -1
- package/src/apps/relay/App.ts +158 -29
- package/src/apps/relay/Sponsorships.ts +24 -1
- package/src/db/Db.ts +35 -0
- package/src/db/Schema.ts +17 -2
- package/src/db/tables/fundingTransferTransactions.test.ts +43 -0
- package/src/db/tables/fundingTransferTransactions.ts +79 -3
- package/src/db/tables/fundingTransfers.test.ts +26 -0
- package/src/db/tables/fundingTransfers.ts +36 -0
- package/src/db/tables/organizations.test.ts +41 -0
- package/src/db/tables/organizations.ts +49 -0
- package/src/db/tables/projects.test.ts +55 -0
- package/src/db/tables/projects.ts +46 -1
- package/src/db/tables/sponsoredTransactions.test.ts +338 -0
- package/src/db/tables/sponsoredTransactions.ts +197 -13
- package/src/db/tables/webhookSubscriptions.ts +18 -11
- package/src/internal/EarnVaults.ts +5 -5
- package/src/internal/Log.test-d.ts +2 -0
- package/src/internal/Log.ts +2 -0
- package/src/internal/Viem.ts +39 -3
- package/src/internal/Webhooks.test.ts +45 -0
- package/src/internal/funding/DepositWebhook.ts +2 -1
- package/src/internal/funding/Evidence.ts +2 -13
- package/src/internal/funding/Provider.ts +43 -0
- package/src/internal/funding/SourceObservation.ts +5 -9
- package/src/internal/funding/Transfer.test.ts +155 -0
- package/src/internal/funding/Transfer.ts +254 -37
- package/src/internal/funding/TransferReconciliation.test.ts +147 -0
- package/src/internal/funding/TransferReconciliation.ts +264 -0
- package/src/internal/funding/TransferWebhook.test.ts +128 -0
- package/src/internal/funding/TransferWebhook.ts +67 -0
- package/src/internal/funding/index.test.ts +1 -0
- package/src/internal/funding/index.ts +1 -0
- package/src/internal/funding/providers/relay.ts +3 -15
- package/src/internal/funding/providers/stargate.test.ts +169 -4
- package/src/internal/funding/providers/stargate.ts +498 -51
- package/src/internal/webhookDestinations/slack.ts +15 -0
|
@@ -277,14 +277,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
277
277
|
} | {
|
|
278
278
|
output: {
|
|
279
279
|
error: {
|
|
280
|
-
code: "
|
|
280
|
+
code: "body_invalid";
|
|
281
281
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
282
282
|
message: string;
|
|
283
283
|
};
|
|
284
284
|
requestId: string;
|
|
285
285
|
};
|
|
286
286
|
outputFormat: "json";
|
|
287
|
-
status:
|
|
287
|
+
status: 400;
|
|
288
288
|
input: {
|
|
289
289
|
param: {
|
|
290
290
|
orgId: string;
|
|
@@ -297,14 +297,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
297
297
|
} | {
|
|
298
298
|
output: {
|
|
299
299
|
error: {
|
|
300
|
-
code: "
|
|
300
|
+
code: "param_invalid";
|
|
301
301
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
302
302
|
message: string;
|
|
303
303
|
};
|
|
304
304
|
requestId: string;
|
|
305
305
|
};
|
|
306
306
|
outputFormat: "json";
|
|
307
|
-
status:
|
|
307
|
+
status: 400;
|
|
308
308
|
input: {
|
|
309
309
|
param: {
|
|
310
310
|
orgId: string;
|
|
@@ -317,14 +317,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
317
317
|
} | {
|
|
318
318
|
output: {
|
|
319
319
|
error: {
|
|
320
|
-
code: "
|
|
320
|
+
code: "organization_not_found";
|
|
321
321
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
322
322
|
message: string;
|
|
323
323
|
};
|
|
324
324
|
requestId: string;
|
|
325
325
|
};
|
|
326
326
|
outputFormat: "json";
|
|
327
|
-
status:
|
|
327
|
+
status: 404;
|
|
328
328
|
input: {
|
|
329
329
|
param: {
|
|
330
330
|
orgId: string;
|
|
@@ -337,14 +337,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
337
337
|
} | {
|
|
338
338
|
output: {
|
|
339
339
|
error: {
|
|
340
|
-
code: "
|
|
340
|
+
code: "forbidden";
|
|
341
341
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
342
342
|
message: string;
|
|
343
343
|
};
|
|
344
344
|
requestId: string;
|
|
345
345
|
};
|
|
346
346
|
outputFormat: "json";
|
|
347
|
-
status:
|
|
347
|
+
status: 403;
|
|
348
348
|
input: {
|
|
349
349
|
param: {
|
|
350
350
|
orgId: string;
|
|
@@ -556,14 +556,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
556
556
|
} | {
|
|
557
557
|
output: {
|
|
558
558
|
error: {
|
|
559
|
-
code: "
|
|
559
|
+
code: "param_invalid";
|
|
560
560
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
561
561
|
message: string;
|
|
562
562
|
};
|
|
563
563
|
requestId: string;
|
|
564
564
|
};
|
|
565
565
|
outputFormat: "json";
|
|
566
|
-
status:
|
|
566
|
+
status: 400;
|
|
567
567
|
input: {
|
|
568
568
|
param: {
|
|
569
569
|
orgId: string;
|
|
@@ -580,14 +580,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
580
580
|
} | {
|
|
581
581
|
output: {
|
|
582
582
|
error: {
|
|
583
|
-
code: "
|
|
583
|
+
code: "organization_not_found";
|
|
584
584
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
585
585
|
message: string;
|
|
586
586
|
};
|
|
587
587
|
requestId: string;
|
|
588
588
|
};
|
|
589
589
|
outputFormat: "json";
|
|
590
|
-
status:
|
|
590
|
+
status: 404;
|
|
591
591
|
input: {
|
|
592
592
|
param: {
|
|
593
593
|
orgId: string;
|
|
@@ -823,14 +823,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
823
823
|
} | {
|
|
824
824
|
output: {
|
|
825
825
|
error: {
|
|
826
|
-
code: "
|
|
826
|
+
code: "param_invalid";
|
|
827
827
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
828
828
|
message: string;
|
|
829
829
|
};
|
|
830
830
|
requestId: string;
|
|
831
831
|
};
|
|
832
832
|
outputFormat: "json";
|
|
833
|
-
status:
|
|
833
|
+
status: 400;
|
|
834
834
|
input: {
|
|
835
835
|
param: {
|
|
836
836
|
orgId: string;
|
|
@@ -847,14 +847,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
847
847
|
} | {
|
|
848
848
|
output: {
|
|
849
849
|
error: {
|
|
850
|
-
code: "
|
|
850
|
+
code: "organization_not_found";
|
|
851
851
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
852
852
|
message: string;
|
|
853
853
|
};
|
|
854
854
|
requestId: string;
|
|
855
855
|
};
|
|
856
856
|
outputFormat: "json";
|
|
857
|
-
status:
|
|
857
|
+
status: 404;
|
|
858
858
|
input: {
|
|
859
859
|
param: {
|
|
860
860
|
orgId: string;
|
|
@@ -982,14 +982,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
982
982
|
} | {
|
|
983
983
|
output: {
|
|
984
984
|
error: {
|
|
985
|
-
code: "
|
|
985
|
+
code: "param_invalid";
|
|
986
986
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
987
987
|
message: string;
|
|
988
988
|
};
|
|
989
989
|
requestId: string;
|
|
990
990
|
};
|
|
991
991
|
outputFormat: "json";
|
|
992
|
-
status:
|
|
992
|
+
status: 400;
|
|
993
993
|
input: {
|
|
994
994
|
param: {
|
|
995
995
|
orgId: string;
|
|
@@ -998,14 +998,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
998
998
|
} | {
|
|
999
999
|
output: {
|
|
1000
1000
|
error: {
|
|
1001
|
-
code: "
|
|
1001
|
+
code: "organization_not_found";
|
|
1002
1002
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1003
1003
|
message: string;
|
|
1004
1004
|
};
|
|
1005
1005
|
requestId: string;
|
|
1006
1006
|
};
|
|
1007
1007
|
outputFormat: "json";
|
|
1008
|
-
status:
|
|
1008
|
+
status: 404;
|
|
1009
1009
|
input: {
|
|
1010
1010
|
param: {
|
|
1011
1011
|
orgId: string;
|
|
@@ -1140,14 +1140,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1140
1140
|
} | {
|
|
1141
1141
|
output: {
|
|
1142
1142
|
error: {
|
|
1143
|
-
code: "
|
|
1143
|
+
code: "body_invalid";
|
|
1144
1144
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1145
1145
|
message: string;
|
|
1146
1146
|
};
|
|
1147
1147
|
requestId: string;
|
|
1148
1148
|
};
|
|
1149
1149
|
outputFormat: "json";
|
|
1150
|
-
status:
|
|
1150
|
+
status: 400;
|
|
1151
1151
|
input: {
|
|
1152
1152
|
param: {
|
|
1153
1153
|
orgId: string;
|
|
@@ -1161,14 +1161,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1161
1161
|
} | {
|
|
1162
1162
|
output: {
|
|
1163
1163
|
error: {
|
|
1164
|
-
code: "
|
|
1164
|
+
code: "param_invalid";
|
|
1165
1165
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1166
1166
|
message: string;
|
|
1167
1167
|
};
|
|
1168
1168
|
requestId: string;
|
|
1169
1169
|
};
|
|
1170
1170
|
outputFormat: "json";
|
|
1171
|
-
status:
|
|
1171
|
+
status: 400;
|
|
1172
1172
|
input: {
|
|
1173
1173
|
param: {
|
|
1174
1174
|
orgId: string;
|
|
@@ -1182,14 +1182,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1182
1182
|
} | {
|
|
1183
1183
|
output: {
|
|
1184
1184
|
error: {
|
|
1185
|
-
code: "
|
|
1185
|
+
code: "organization_not_found";
|
|
1186
1186
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1187
1187
|
message: string;
|
|
1188
1188
|
};
|
|
1189
1189
|
requestId: string;
|
|
1190
1190
|
};
|
|
1191
1191
|
outputFormat: "json";
|
|
1192
|
-
status:
|
|
1192
|
+
status: 404;
|
|
1193
1193
|
input: {
|
|
1194
1194
|
param: {
|
|
1195
1195
|
orgId: string;
|
|
@@ -1203,14 +1203,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1203
1203
|
} | {
|
|
1204
1204
|
output: {
|
|
1205
1205
|
error: {
|
|
1206
|
-
code: "
|
|
1206
|
+
code: "forbidden";
|
|
1207
1207
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1208
1208
|
message: string;
|
|
1209
1209
|
};
|
|
1210
1210
|
requestId: string;
|
|
1211
1211
|
};
|
|
1212
1212
|
outputFormat: "json";
|
|
1213
|
-
status:
|
|
1213
|
+
status: 403;
|
|
1214
1214
|
input: {
|
|
1215
1215
|
param: {
|
|
1216
1216
|
orgId: string;
|
|
@@ -1375,14 +1375,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1375
1375
|
} | {
|
|
1376
1376
|
output: {
|
|
1377
1377
|
error: {
|
|
1378
|
-
code: "
|
|
1378
|
+
code: "param_invalid";
|
|
1379
1379
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1380
1380
|
message: string;
|
|
1381
1381
|
};
|
|
1382
1382
|
requestId: string;
|
|
1383
1383
|
};
|
|
1384
1384
|
outputFormat: "json";
|
|
1385
|
-
status:
|
|
1385
|
+
status: 400;
|
|
1386
1386
|
input: {
|
|
1387
1387
|
param: {
|
|
1388
1388
|
orgId: string;
|
|
@@ -1392,14 +1392,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1392
1392
|
} | {
|
|
1393
1393
|
output: {
|
|
1394
1394
|
error: {
|
|
1395
|
-
code: "
|
|
1395
|
+
code: "organization_not_found";
|
|
1396
1396
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1397
1397
|
message: string;
|
|
1398
1398
|
};
|
|
1399
1399
|
requestId: string;
|
|
1400
1400
|
};
|
|
1401
1401
|
outputFormat: "json";
|
|
1402
|
-
status:
|
|
1402
|
+
status: 404;
|
|
1403
1403
|
input: {
|
|
1404
1404
|
param: {
|
|
1405
1405
|
orgId: string;
|
|
@@ -1409,14 +1409,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1409
1409
|
} | {
|
|
1410
1410
|
output: {
|
|
1411
1411
|
error: {
|
|
1412
|
-
code: "
|
|
1412
|
+
code: "forbidden";
|
|
1413
1413
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1414
1414
|
message: string;
|
|
1415
1415
|
};
|
|
1416
1416
|
requestId: string;
|
|
1417
1417
|
};
|
|
1418
1418
|
outputFormat: "json";
|
|
1419
|
-
status:
|
|
1419
|
+
status: 403;
|
|
1420
1420
|
input: {
|
|
1421
1421
|
param: {
|
|
1422
1422
|
orgId: string;
|
|
@@ -1560,14 +1560,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1560
1560
|
} | {
|
|
1561
1561
|
output: {
|
|
1562
1562
|
error: {
|
|
1563
|
-
code: "
|
|
1563
|
+
code: "body_invalid";
|
|
1564
1564
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1565
1565
|
message: string;
|
|
1566
1566
|
};
|
|
1567
1567
|
requestId: string;
|
|
1568
1568
|
};
|
|
1569
1569
|
outputFormat: "json";
|
|
1570
|
-
status:
|
|
1570
|
+
status: 400;
|
|
1571
1571
|
input: {
|
|
1572
1572
|
param: {
|
|
1573
1573
|
orgId: string;
|
|
@@ -1588,14 +1588,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1588
1588
|
} | {
|
|
1589
1589
|
output: {
|
|
1590
1590
|
error: {
|
|
1591
|
-
code: "
|
|
1591
|
+
code: "param_invalid";
|
|
1592
1592
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1593
1593
|
message: string;
|
|
1594
1594
|
};
|
|
1595
1595
|
requestId: string;
|
|
1596
1596
|
};
|
|
1597
1597
|
outputFormat: "json";
|
|
1598
|
-
status:
|
|
1598
|
+
status: 400;
|
|
1599
1599
|
input: {
|
|
1600
1600
|
param: {
|
|
1601
1601
|
orgId: string;
|
|
@@ -1616,14 +1616,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1616
1616
|
} | {
|
|
1617
1617
|
output: {
|
|
1618
1618
|
error: {
|
|
1619
|
-
code: "
|
|
1619
|
+
code: "organization_not_found";
|
|
1620
1620
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1621
1621
|
message: string;
|
|
1622
1622
|
};
|
|
1623
1623
|
requestId: string;
|
|
1624
1624
|
};
|
|
1625
1625
|
outputFormat: "json";
|
|
1626
|
-
status:
|
|
1626
|
+
status: 404;
|
|
1627
1627
|
input: {
|
|
1628
1628
|
param: {
|
|
1629
1629
|
orgId: string;
|
|
@@ -1644,14 +1644,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1644
1644
|
} | {
|
|
1645
1645
|
output: {
|
|
1646
1646
|
error: {
|
|
1647
|
-
code: "
|
|
1647
|
+
code: "forbidden";
|
|
1648
1648
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1649
1649
|
message: string;
|
|
1650
1650
|
};
|
|
1651
1651
|
requestId: string;
|
|
1652
1652
|
};
|
|
1653
1653
|
outputFormat: "json";
|
|
1654
|
-
status:
|
|
1654
|
+
status: 403;
|
|
1655
1655
|
input: {
|
|
1656
1656
|
param: {
|
|
1657
1657
|
orgId: string;
|
|
@@ -1875,14 +1875,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1875
1875
|
} | {
|
|
1876
1876
|
output: {
|
|
1877
1877
|
error: {
|
|
1878
|
-
code: "
|
|
1878
|
+
code: "param_invalid";
|
|
1879
1879
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1880
1880
|
message: string;
|
|
1881
1881
|
};
|
|
1882
1882
|
requestId: string;
|
|
1883
1883
|
};
|
|
1884
1884
|
outputFormat: "json";
|
|
1885
|
-
status:
|
|
1885
|
+
status: 400;
|
|
1886
1886
|
input: {
|
|
1887
1887
|
param: {
|
|
1888
1888
|
orgId: string;
|
|
@@ -1891,14 +1891,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1891
1891
|
} | {
|
|
1892
1892
|
output: {
|
|
1893
1893
|
error: {
|
|
1894
|
-
code: "
|
|
1894
|
+
code: "organization_not_found";
|
|
1895
1895
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1896
1896
|
message: string;
|
|
1897
1897
|
};
|
|
1898
1898
|
requestId: string;
|
|
1899
1899
|
};
|
|
1900
1900
|
outputFormat: "json";
|
|
1901
|
-
status:
|
|
1901
|
+
status: 404;
|
|
1902
1902
|
input: {
|
|
1903
1903
|
param: {
|
|
1904
1904
|
orgId: string;
|
|
@@ -1907,14 +1907,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
1907
1907
|
} | {
|
|
1908
1908
|
output: {
|
|
1909
1909
|
error: {
|
|
1910
|
-
code: "
|
|
1910
|
+
code: "forbidden";
|
|
1911
1911
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
1912
1912
|
message: string;
|
|
1913
1913
|
};
|
|
1914
1914
|
requestId: string;
|
|
1915
1915
|
};
|
|
1916
1916
|
outputFormat: "json";
|
|
1917
|
-
status:
|
|
1917
|
+
status: 403;
|
|
1918
1918
|
input: {
|
|
1919
1919
|
param: {
|
|
1920
1920
|
orgId: string;
|
|
@@ -2007,14 +2007,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2007
2007
|
} | {
|
|
2008
2008
|
output: {
|
|
2009
2009
|
error: {
|
|
2010
|
-
code: "
|
|
2010
|
+
code: "param_invalid";
|
|
2011
2011
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2012
2012
|
message: string;
|
|
2013
2013
|
};
|
|
2014
2014
|
requestId: string;
|
|
2015
2015
|
};
|
|
2016
2016
|
outputFormat: "json";
|
|
2017
|
-
status:
|
|
2017
|
+
status: 400;
|
|
2018
2018
|
input: {
|
|
2019
2019
|
param: {
|
|
2020
2020
|
orgId: string;
|
|
@@ -2024,14 +2024,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2024
2024
|
} | {
|
|
2025
2025
|
output: {
|
|
2026
2026
|
error: {
|
|
2027
|
-
code: "
|
|
2027
|
+
code: "organization_not_found";
|
|
2028
2028
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2029
2029
|
message: string;
|
|
2030
2030
|
};
|
|
2031
2031
|
requestId: string;
|
|
2032
2032
|
};
|
|
2033
2033
|
outputFormat: "json";
|
|
2034
|
-
status:
|
|
2034
|
+
status: 404;
|
|
2035
2035
|
input: {
|
|
2036
2036
|
param: {
|
|
2037
2037
|
orgId: string;
|
|
@@ -2041,14 +2041,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2041
2041
|
} | {
|
|
2042
2042
|
output: {
|
|
2043
2043
|
error: {
|
|
2044
|
-
code: "
|
|
2044
|
+
code: "forbidden";
|
|
2045
2045
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2046
2046
|
message: string;
|
|
2047
2047
|
};
|
|
2048
2048
|
requestId: string;
|
|
2049
2049
|
};
|
|
2050
2050
|
outputFormat: "json";
|
|
2051
|
-
status:
|
|
2051
|
+
status: 403;
|
|
2052
2052
|
input: {
|
|
2053
2053
|
param: {
|
|
2054
2054
|
orgId: string;
|
|
@@ -2233,14 +2233,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2233
2233
|
} | {
|
|
2234
2234
|
output: {
|
|
2235
2235
|
error: {
|
|
2236
|
-
code: "
|
|
2236
|
+
code: "body_invalid";
|
|
2237
2237
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2238
2238
|
message: string;
|
|
2239
2239
|
};
|
|
2240
2240
|
requestId: string;
|
|
2241
2241
|
};
|
|
2242
2242
|
outputFormat: "json";
|
|
2243
|
-
status:
|
|
2243
|
+
status: 400;
|
|
2244
2244
|
input: {
|
|
2245
2245
|
json: {
|
|
2246
2246
|
name: string;
|
|
@@ -2249,14 +2249,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2249
2249
|
} | {
|
|
2250
2250
|
output: {
|
|
2251
2251
|
error: {
|
|
2252
|
-
code: "
|
|
2252
|
+
code: "forbidden";
|
|
2253
2253
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2254
2254
|
message: string;
|
|
2255
2255
|
};
|
|
2256
2256
|
requestId: string;
|
|
2257
2257
|
};
|
|
2258
2258
|
outputFormat: "json";
|
|
2259
|
-
status:
|
|
2259
|
+
status: 403;
|
|
2260
2260
|
input: {
|
|
2261
2261
|
json: {
|
|
2262
2262
|
name: string;
|
|
@@ -2348,14 +2348,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2348
2348
|
} | {
|
|
2349
2349
|
output: {
|
|
2350
2350
|
error: {
|
|
2351
|
-
code: "
|
|
2351
|
+
code: "param_invalid";
|
|
2352
2352
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2353
2353
|
message: string;
|
|
2354
2354
|
};
|
|
2355
2355
|
requestId: string;
|
|
2356
2356
|
};
|
|
2357
2357
|
outputFormat: "json";
|
|
2358
|
-
status:
|
|
2358
|
+
status: 400;
|
|
2359
2359
|
input: {
|
|
2360
2360
|
param: {
|
|
2361
2361
|
orgId: string;
|
|
@@ -2364,14 +2364,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2364
2364
|
} | {
|
|
2365
2365
|
output: {
|
|
2366
2366
|
error: {
|
|
2367
|
-
code: "
|
|
2367
|
+
code: "organization_not_found";
|
|
2368
2368
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2369
2369
|
message: string;
|
|
2370
2370
|
};
|
|
2371
2371
|
requestId: string;
|
|
2372
2372
|
};
|
|
2373
2373
|
outputFormat: "json";
|
|
2374
|
-
status:
|
|
2374
|
+
status: 404;
|
|
2375
2375
|
input: {
|
|
2376
2376
|
param: {
|
|
2377
2377
|
orgId: string;
|
|
@@ -2499,14 +2499,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2499
2499
|
} | {
|
|
2500
2500
|
output: {
|
|
2501
2501
|
error: {
|
|
2502
|
-
code: "
|
|
2502
|
+
code: "body_invalid";
|
|
2503
2503
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2504
2504
|
message: string;
|
|
2505
2505
|
};
|
|
2506
2506
|
requestId: string;
|
|
2507
2507
|
};
|
|
2508
2508
|
outputFormat: "json";
|
|
2509
|
-
status:
|
|
2509
|
+
status: 400;
|
|
2510
2510
|
input: {
|
|
2511
2511
|
param: {
|
|
2512
2512
|
orgId: string;
|
|
@@ -2519,14 +2519,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2519
2519
|
} | {
|
|
2520
2520
|
output: {
|
|
2521
2521
|
error: {
|
|
2522
|
-
code: "
|
|
2522
|
+
code: "param_invalid";
|
|
2523
2523
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2524
2524
|
message: string;
|
|
2525
2525
|
};
|
|
2526
2526
|
requestId: string;
|
|
2527
2527
|
};
|
|
2528
2528
|
outputFormat: "json";
|
|
2529
|
-
status:
|
|
2529
|
+
status: 400;
|
|
2530
2530
|
input: {
|
|
2531
2531
|
param: {
|
|
2532
2532
|
orgId: string;
|
|
@@ -2539,14 +2539,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2539
2539
|
} | {
|
|
2540
2540
|
output: {
|
|
2541
2541
|
error: {
|
|
2542
|
-
code: "
|
|
2542
|
+
code: "organization_not_found";
|
|
2543
2543
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2544
2544
|
message: string;
|
|
2545
2545
|
};
|
|
2546
2546
|
requestId: string;
|
|
2547
2547
|
};
|
|
2548
2548
|
outputFormat: "json";
|
|
2549
|
-
status:
|
|
2549
|
+
status: 404;
|
|
2550
2550
|
input: {
|
|
2551
2551
|
param: {
|
|
2552
2552
|
orgId: string;
|
|
@@ -2559,14 +2559,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2559
2559
|
} | {
|
|
2560
2560
|
output: {
|
|
2561
2561
|
error: {
|
|
2562
|
-
code: "
|
|
2562
|
+
code: "forbidden";
|
|
2563
2563
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2564
2564
|
message: string;
|
|
2565
2565
|
};
|
|
2566
2566
|
requestId: string;
|
|
2567
2567
|
};
|
|
2568
2568
|
outputFormat: "json";
|
|
2569
|
-
status:
|
|
2569
|
+
status: 403;
|
|
2570
2570
|
input: {
|
|
2571
2571
|
param: {
|
|
2572
2572
|
orgId: string;
|
|
@@ -2682,14 +2682,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2682
2682
|
} | {
|
|
2683
2683
|
output: {
|
|
2684
2684
|
error: {
|
|
2685
|
-
code: "
|
|
2685
|
+
code: "param_invalid";
|
|
2686
2686
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2687
2687
|
message: string;
|
|
2688
2688
|
};
|
|
2689
2689
|
requestId: string;
|
|
2690
2690
|
};
|
|
2691
2691
|
outputFormat: "json";
|
|
2692
|
-
status:
|
|
2692
|
+
status: 400;
|
|
2693
2693
|
input: {
|
|
2694
2694
|
param: {
|
|
2695
2695
|
orgId: string;
|
|
@@ -2698,14 +2698,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2698
2698
|
} | {
|
|
2699
2699
|
output: {
|
|
2700
2700
|
error: {
|
|
2701
|
-
code: "
|
|
2701
|
+
code: "organization_not_found";
|
|
2702
2702
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2703
2703
|
message: string;
|
|
2704
2704
|
};
|
|
2705
2705
|
requestId: string;
|
|
2706
2706
|
};
|
|
2707
2707
|
outputFormat: "json";
|
|
2708
|
-
status:
|
|
2708
|
+
status: 404;
|
|
2709
2709
|
input: {
|
|
2710
2710
|
param: {
|
|
2711
2711
|
orgId: string;
|
|
@@ -2714,14 +2714,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2714
2714
|
} | {
|
|
2715
2715
|
output: {
|
|
2716
2716
|
error: {
|
|
2717
|
-
code: "
|
|
2717
|
+
code: "forbidden";
|
|
2718
2718
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2719
2719
|
message: string;
|
|
2720
2720
|
};
|
|
2721
2721
|
requestId: string;
|
|
2722
2722
|
};
|
|
2723
2723
|
outputFormat: "json";
|
|
2724
|
-
status:
|
|
2724
|
+
status: 403;
|
|
2725
2725
|
input: {
|
|
2726
2726
|
param: {
|
|
2727
2727
|
orgId: string;
|
|
@@ -2841,14 +2841,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2841
2841
|
} | {
|
|
2842
2842
|
output: {
|
|
2843
2843
|
error: {
|
|
2844
|
-
code: "
|
|
2844
|
+
code: "param_invalid";
|
|
2845
2845
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2846
2846
|
message: string;
|
|
2847
2847
|
};
|
|
2848
2848
|
requestId: string;
|
|
2849
2849
|
};
|
|
2850
2850
|
outputFormat: "json";
|
|
2851
|
-
status:
|
|
2851
|
+
status: 400;
|
|
2852
2852
|
input: {
|
|
2853
2853
|
param: {
|
|
2854
2854
|
orgId: string;
|
|
@@ -2857,14 +2857,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2857
2857
|
} | {
|
|
2858
2858
|
output: {
|
|
2859
2859
|
error: {
|
|
2860
|
-
code: "
|
|
2860
|
+
code: "organization_not_found";
|
|
2861
2861
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
2862
2862
|
message: string;
|
|
2863
2863
|
};
|
|
2864
2864
|
requestId: string;
|
|
2865
2865
|
};
|
|
2866
2866
|
outputFormat: "json";
|
|
2867
|
-
status:
|
|
2867
|
+
status: 404;
|
|
2868
2868
|
input: {
|
|
2869
2869
|
param: {
|
|
2870
2870
|
orgId: string;
|
|
@@ -2995,14 +2995,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
2995
2995
|
} | {
|
|
2996
2996
|
output: {
|
|
2997
2997
|
error: {
|
|
2998
|
-
code: "
|
|
2998
|
+
code: "body_invalid";
|
|
2999
2999
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3000
3000
|
message: string;
|
|
3001
3001
|
};
|
|
3002
3002
|
requestId: string;
|
|
3003
3003
|
};
|
|
3004
3004
|
outputFormat: "json";
|
|
3005
|
-
status:
|
|
3005
|
+
status: 400;
|
|
3006
3006
|
input: {
|
|
3007
3007
|
param: {
|
|
3008
3008
|
orgId: string;
|
|
@@ -3015,14 +3015,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3015
3015
|
} | {
|
|
3016
3016
|
output: {
|
|
3017
3017
|
error: {
|
|
3018
|
-
code: "
|
|
3018
|
+
code: "param_invalid";
|
|
3019
3019
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3020
3020
|
message: string;
|
|
3021
3021
|
};
|
|
3022
3022
|
requestId: string;
|
|
3023
3023
|
};
|
|
3024
3024
|
outputFormat: "json";
|
|
3025
|
-
status:
|
|
3025
|
+
status: 400;
|
|
3026
3026
|
input: {
|
|
3027
3027
|
param: {
|
|
3028
3028
|
orgId: string;
|
|
@@ -3035,14 +3035,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3035
3035
|
} | {
|
|
3036
3036
|
output: {
|
|
3037
3037
|
error: {
|
|
3038
|
-
code: "
|
|
3038
|
+
code: "organization_not_found";
|
|
3039
3039
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3040
3040
|
message: string;
|
|
3041
3041
|
};
|
|
3042
3042
|
requestId: string;
|
|
3043
3043
|
};
|
|
3044
3044
|
outputFormat: "json";
|
|
3045
|
-
status:
|
|
3045
|
+
status: 404;
|
|
3046
3046
|
input: {
|
|
3047
3047
|
param: {
|
|
3048
3048
|
orgId: string;
|
|
@@ -3055,14 +3055,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3055
3055
|
} | {
|
|
3056
3056
|
output: {
|
|
3057
3057
|
error: {
|
|
3058
|
-
code: "
|
|
3058
|
+
code: "forbidden";
|
|
3059
3059
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3060
3060
|
message: string;
|
|
3061
3061
|
};
|
|
3062
3062
|
requestId: string;
|
|
3063
3063
|
};
|
|
3064
3064
|
outputFormat: "json";
|
|
3065
|
-
status:
|
|
3065
|
+
status: 403;
|
|
3066
3066
|
input: {
|
|
3067
3067
|
param: {
|
|
3068
3068
|
orgId: string;
|
|
@@ -3167,14 +3167,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3167
3167
|
} | {
|
|
3168
3168
|
output: {
|
|
3169
3169
|
error: {
|
|
3170
|
-
code: "
|
|
3170
|
+
code: "param_invalid";
|
|
3171
3171
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3172
3172
|
message: string;
|
|
3173
3173
|
};
|
|
3174
3174
|
requestId: string;
|
|
3175
3175
|
};
|
|
3176
3176
|
outputFormat: "json";
|
|
3177
|
-
status:
|
|
3177
|
+
status: 400;
|
|
3178
3178
|
input: {
|
|
3179
3179
|
param: {
|
|
3180
3180
|
orgId: string;
|
|
@@ -3184,14 +3184,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3184
3184
|
} | {
|
|
3185
3185
|
output: {
|
|
3186
3186
|
error: {
|
|
3187
|
-
code: "
|
|
3187
|
+
code: "organization_not_found" | "project_not_found";
|
|
3188
3188
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3189
3189
|
message: string;
|
|
3190
3190
|
};
|
|
3191
3191
|
requestId: string;
|
|
3192
3192
|
};
|
|
3193
3193
|
outputFormat: "json";
|
|
3194
|
-
status:
|
|
3194
|
+
status: 404;
|
|
3195
3195
|
input: {
|
|
3196
3196
|
param: {
|
|
3197
3197
|
orgId: string;
|
|
@@ -3327,14 +3327,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3327
3327
|
} | {
|
|
3328
3328
|
output: {
|
|
3329
3329
|
error: {
|
|
3330
|
-
code: "
|
|
3330
|
+
code: "body_invalid";
|
|
3331
3331
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3332
3332
|
message: string;
|
|
3333
3333
|
};
|
|
3334
3334
|
requestId: string;
|
|
3335
3335
|
};
|
|
3336
3336
|
outputFormat: "json";
|
|
3337
|
-
status:
|
|
3337
|
+
status: 400;
|
|
3338
3338
|
input: {
|
|
3339
3339
|
param: {
|
|
3340
3340
|
orgId: string;
|
|
@@ -3348,14 +3348,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3348
3348
|
} | {
|
|
3349
3349
|
output: {
|
|
3350
3350
|
error: {
|
|
3351
|
-
code: "
|
|
3351
|
+
code: "param_invalid";
|
|
3352
3352
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3353
3353
|
message: string;
|
|
3354
3354
|
};
|
|
3355
3355
|
requestId: string;
|
|
3356
3356
|
};
|
|
3357
3357
|
outputFormat: "json";
|
|
3358
|
-
status:
|
|
3358
|
+
status: 400;
|
|
3359
3359
|
input: {
|
|
3360
3360
|
param: {
|
|
3361
3361
|
orgId: string;
|
|
@@ -3369,14 +3369,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3369
3369
|
} | {
|
|
3370
3370
|
output: {
|
|
3371
3371
|
error: {
|
|
3372
|
-
code: "
|
|
3372
|
+
code: "forbidden";
|
|
3373
3373
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3374
3374
|
message: string;
|
|
3375
3375
|
};
|
|
3376
3376
|
requestId: string;
|
|
3377
3377
|
};
|
|
3378
3378
|
outputFormat: "json";
|
|
3379
|
-
status:
|
|
3379
|
+
status: 403;
|
|
3380
3380
|
input: {
|
|
3381
3381
|
param: {
|
|
3382
3382
|
orgId: string;
|
|
@@ -3390,14 +3390,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3390
3390
|
} | {
|
|
3391
3391
|
output: {
|
|
3392
3392
|
error: {
|
|
3393
|
-
code: "
|
|
3393
|
+
code: "organization_not_found" | "project_not_found";
|
|
3394
3394
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3395
3395
|
message: string;
|
|
3396
3396
|
};
|
|
3397
3397
|
requestId: string;
|
|
3398
3398
|
};
|
|
3399
3399
|
outputFormat: "json";
|
|
3400
|
-
status:
|
|
3400
|
+
status: 404;
|
|
3401
3401
|
input: {
|
|
3402
3402
|
param: {
|
|
3403
3403
|
orgId: string;
|
|
@@ -3521,14 +3521,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3521
3521
|
} | {
|
|
3522
3522
|
output: {
|
|
3523
3523
|
error: {
|
|
3524
|
-
code: "
|
|
3524
|
+
code: "param_invalid";
|
|
3525
3525
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3526
3526
|
message: string;
|
|
3527
3527
|
};
|
|
3528
3528
|
requestId: string;
|
|
3529
3529
|
};
|
|
3530
3530
|
outputFormat: "json";
|
|
3531
|
-
status:
|
|
3531
|
+
status: 400;
|
|
3532
3532
|
input: {
|
|
3533
3533
|
param: {
|
|
3534
3534
|
orgId: string;
|
|
@@ -3538,14 +3538,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3538
3538
|
} | {
|
|
3539
3539
|
output: {
|
|
3540
3540
|
error: {
|
|
3541
|
-
code: "
|
|
3541
|
+
code: "forbidden";
|
|
3542
3542
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3543
3543
|
message: string;
|
|
3544
3544
|
};
|
|
3545
3545
|
requestId: string;
|
|
3546
3546
|
};
|
|
3547
3547
|
outputFormat: "json";
|
|
3548
|
-
status:
|
|
3548
|
+
status: 403;
|
|
3549
3549
|
input: {
|
|
3550
3550
|
param: {
|
|
3551
3551
|
orgId: string;
|
|
@@ -3555,14 +3555,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3555
3555
|
} | {
|
|
3556
3556
|
output: {
|
|
3557
3557
|
error: {
|
|
3558
|
-
code: "
|
|
3558
|
+
code: "organization_not_found" | "project_not_found";
|
|
3559
3559
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3560
3560
|
message: string;
|
|
3561
3561
|
};
|
|
3562
3562
|
requestId: string;
|
|
3563
3563
|
};
|
|
3564
3564
|
outputFormat: "json";
|
|
3565
|
-
status:
|
|
3565
|
+
status: 404;
|
|
3566
3566
|
input: {
|
|
3567
3567
|
param: {
|
|
3568
3568
|
orgId: string;
|
|
@@ -3693,14 +3693,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3693
3693
|
} | {
|
|
3694
3694
|
output: {
|
|
3695
3695
|
error: {
|
|
3696
|
-
code: "
|
|
3696
|
+
code: "body_invalid";
|
|
3697
3697
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3698
3698
|
message: string;
|
|
3699
3699
|
};
|
|
3700
3700
|
requestId: string;
|
|
3701
3701
|
};
|
|
3702
3702
|
outputFormat: "json";
|
|
3703
|
-
status:
|
|
3703
|
+
status: 400;
|
|
3704
3704
|
input: {
|
|
3705
3705
|
param: {
|
|
3706
3706
|
orgId: string;
|
|
@@ -3714,14 +3714,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3714
3714
|
} | {
|
|
3715
3715
|
output: {
|
|
3716
3716
|
error: {
|
|
3717
|
-
code: "
|
|
3717
|
+
code: "param_invalid";
|
|
3718
3718
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3719
3719
|
message: string;
|
|
3720
3720
|
};
|
|
3721
3721
|
requestId: string;
|
|
3722
3722
|
};
|
|
3723
3723
|
outputFormat: "json";
|
|
3724
|
-
status:
|
|
3724
|
+
status: 400;
|
|
3725
3725
|
input: {
|
|
3726
3726
|
param: {
|
|
3727
3727
|
orgId: string;
|
|
@@ -3735,14 +3735,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3735
3735
|
} | {
|
|
3736
3736
|
output: {
|
|
3737
3737
|
error: {
|
|
3738
|
-
code: "
|
|
3738
|
+
code: "organization_not_found";
|
|
3739
3739
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3740
3740
|
message: string;
|
|
3741
3741
|
};
|
|
3742
3742
|
requestId: string;
|
|
3743
3743
|
};
|
|
3744
3744
|
outputFormat: "json";
|
|
3745
|
-
status:
|
|
3745
|
+
status: 404;
|
|
3746
3746
|
input: {
|
|
3747
3747
|
param: {
|
|
3748
3748
|
orgId: string;
|
|
@@ -3756,14 +3756,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3756
3756
|
} | {
|
|
3757
3757
|
output: {
|
|
3758
3758
|
error: {
|
|
3759
|
-
code: "
|
|
3759
|
+
code: "forbidden";
|
|
3760
3760
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3761
3761
|
message: string;
|
|
3762
3762
|
};
|
|
3763
3763
|
requestId: string;
|
|
3764
3764
|
};
|
|
3765
3765
|
outputFormat: "json";
|
|
3766
|
-
status:
|
|
3766
|
+
status: 403;
|
|
3767
3767
|
input: {
|
|
3768
3768
|
param: {
|
|
3769
3769
|
orgId: string;
|
|
@@ -3883,14 +3883,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3883
3883
|
} | {
|
|
3884
3884
|
output: {
|
|
3885
3885
|
error: {
|
|
3886
|
-
code: "
|
|
3886
|
+
code: "param_invalid";
|
|
3887
3887
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3888
3888
|
message: string;
|
|
3889
3889
|
};
|
|
3890
3890
|
requestId: string;
|
|
3891
3891
|
};
|
|
3892
3892
|
outputFormat: "json";
|
|
3893
|
-
status:
|
|
3893
|
+
status: 400;
|
|
3894
3894
|
input: {
|
|
3895
3895
|
param: {
|
|
3896
3896
|
orgId: string;
|
|
@@ -3899,14 +3899,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3899
3899
|
} | {
|
|
3900
3900
|
output: {
|
|
3901
3901
|
error: {
|
|
3902
|
-
code: "
|
|
3902
|
+
code: "organization_not_found";
|
|
3903
3903
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3904
3904
|
message: string;
|
|
3905
3905
|
};
|
|
3906
3906
|
requestId: string;
|
|
3907
3907
|
};
|
|
3908
3908
|
outputFormat: "json";
|
|
3909
|
-
status:
|
|
3909
|
+
status: 404;
|
|
3910
3910
|
input: {
|
|
3911
3911
|
param: {
|
|
3912
3912
|
orgId: string;
|
|
@@ -3915,14 +3915,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
3915
3915
|
} | {
|
|
3916
3916
|
output: {
|
|
3917
3917
|
error: {
|
|
3918
|
-
code: "
|
|
3918
|
+
code: "forbidden";
|
|
3919
3919
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
3920
3920
|
message: string;
|
|
3921
3921
|
};
|
|
3922
3922
|
requestId: string;
|
|
3923
3923
|
};
|
|
3924
3924
|
outputFormat: "json";
|
|
3925
|
-
status:
|
|
3925
|
+
status: 403;
|
|
3926
3926
|
input: {
|
|
3927
3927
|
param: {
|
|
3928
3928
|
orgId: string;
|
|
@@ -4039,14 +4039,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4039
4039
|
} | {
|
|
4040
4040
|
output: {
|
|
4041
4041
|
error: {
|
|
4042
|
-
code: "
|
|
4042
|
+
code: "param_invalid";
|
|
4043
4043
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4044
4044
|
message: string;
|
|
4045
4045
|
};
|
|
4046
4046
|
requestId: string;
|
|
4047
4047
|
};
|
|
4048
4048
|
outputFormat: "json";
|
|
4049
|
-
status:
|
|
4049
|
+
status: 400;
|
|
4050
4050
|
input: {
|
|
4051
4051
|
param: {
|
|
4052
4052
|
invitationId: string;
|
|
@@ -4056,14 +4056,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4056
4056
|
} | {
|
|
4057
4057
|
output: {
|
|
4058
4058
|
error: {
|
|
4059
|
-
code: "
|
|
4059
|
+
code: "organization_not_found";
|
|
4060
4060
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4061
4061
|
message: string;
|
|
4062
4062
|
};
|
|
4063
4063
|
requestId: string;
|
|
4064
4064
|
};
|
|
4065
4065
|
outputFormat: "json";
|
|
4066
|
-
status:
|
|
4066
|
+
status: 404;
|
|
4067
4067
|
input: {
|
|
4068
4068
|
param: {
|
|
4069
4069
|
invitationId: string;
|
|
@@ -4073,14 +4073,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4073
4073
|
} | {
|
|
4074
4074
|
output: {
|
|
4075
4075
|
error: {
|
|
4076
|
-
code: "
|
|
4076
|
+
code: "forbidden";
|
|
4077
4077
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4078
4078
|
message: string;
|
|
4079
4079
|
};
|
|
4080
4080
|
requestId: string;
|
|
4081
4081
|
};
|
|
4082
4082
|
outputFormat: "json";
|
|
4083
|
-
status:
|
|
4083
|
+
status: 403;
|
|
4084
4084
|
input: {
|
|
4085
4085
|
param: {
|
|
4086
4086
|
invitationId: string;
|
|
@@ -4239,14 +4239,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4239
4239
|
} | {
|
|
4240
4240
|
output: {
|
|
4241
4241
|
error: {
|
|
4242
|
-
code: "
|
|
4242
|
+
code: "param_invalid";
|
|
4243
4243
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4244
4244
|
message: string;
|
|
4245
4245
|
};
|
|
4246
4246
|
requestId: string;
|
|
4247
4247
|
};
|
|
4248
4248
|
outputFormat: "json";
|
|
4249
|
-
status:
|
|
4249
|
+
status: 400;
|
|
4250
4250
|
input: {
|
|
4251
4251
|
param: {
|
|
4252
4252
|
invitationId: string;
|
|
@@ -4255,14 +4255,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4255
4255
|
} | {
|
|
4256
4256
|
output: {
|
|
4257
4257
|
error: {
|
|
4258
|
-
code: "
|
|
4258
|
+
code: "forbidden";
|
|
4259
4259
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4260
4260
|
message: string;
|
|
4261
4261
|
};
|
|
4262
4262
|
requestId: string;
|
|
4263
4263
|
};
|
|
4264
4264
|
outputFormat: "json";
|
|
4265
|
-
status:
|
|
4265
|
+
status: 403;
|
|
4266
4266
|
input: {
|
|
4267
4267
|
param: {
|
|
4268
4268
|
invitationId: string;
|
|
@@ -4352,14 +4352,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4352
4352
|
} | {
|
|
4353
4353
|
output: {
|
|
4354
4354
|
error: {
|
|
4355
|
-
code: "
|
|
4355
|
+
code: "param_invalid";
|
|
4356
4356
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4357
4357
|
message: string;
|
|
4358
4358
|
};
|
|
4359
4359
|
requestId: string;
|
|
4360
4360
|
};
|
|
4361
4361
|
outputFormat: "json";
|
|
4362
|
-
status:
|
|
4362
|
+
status: 400;
|
|
4363
4363
|
input: {
|
|
4364
4364
|
param: {
|
|
4365
4365
|
invitationId: string;
|
|
@@ -4368,14 +4368,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4368
4368
|
} | {
|
|
4369
4369
|
output: {
|
|
4370
4370
|
error: {
|
|
4371
|
-
code: "
|
|
4371
|
+
code: "forbidden";
|
|
4372
4372
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4373
4373
|
message: string;
|
|
4374
4374
|
};
|
|
4375
4375
|
requestId: string;
|
|
4376
4376
|
};
|
|
4377
4377
|
outputFormat: "json";
|
|
4378
|
-
status:
|
|
4378
|
+
status: 403;
|
|
4379
4379
|
input: {
|
|
4380
4380
|
param: {
|
|
4381
4381
|
invitationId: string;
|
|
@@ -4535,14 +4535,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4535
4535
|
} | {
|
|
4536
4536
|
output: {
|
|
4537
4537
|
error: {
|
|
4538
|
-
code: "
|
|
4538
|
+
code: "param_invalid";
|
|
4539
4539
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4540
4540
|
message: string;
|
|
4541
4541
|
};
|
|
4542
4542
|
requestId: string;
|
|
4543
4543
|
};
|
|
4544
4544
|
outputFormat: "json";
|
|
4545
|
-
status:
|
|
4545
|
+
status: 400;
|
|
4546
4546
|
input: {
|
|
4547
4547
|
param: {
|
|
4548
4548
|
orgId: string;
|
|
@@ -4555,14 +4555,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4555
4555
|
} | {
|
|
4556
4556
|
output: {
|
|
4557
4557
|
error: {
|
|
4558
|
-
code: "
|
|
4558
|
+
code: "organization_not_found";
|
|
4559
4559
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4560
4560
|
message: string;
|
|
4561
4561
|
};
|
|
4562
4562
|
requestId: string;
|
|
4563
4563
|
};
|
|
4564
4564
|
outputFormat: "json";
|
|
4565
|
-
status:
|
|
4565
|
+
status: 404;
|
|
4566
4566
|
input: {
|
|
4567
4567
|
param: {
|
|
4568
4568
|
orgId: string;
|
|
@@ -4802,14 +4802,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4802
4802
|
} | {
|
|
4803
4803
|
output: {
|
|
4804
4804
|
error: {
|
|
4805
|
-
code: "
|
|
4805
|
+
code: "body_invalid";
|
|
4806
4806
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4807
4807
|
message: string;
|
|
4808
4808
|
};
|
|
4809
4809
|
requestId: string;
|
|
4810
4810
|
};
|
|
4811
4811
|
outputFormat: "json";
|
|
4812
|
-
status:
|
|
4812
|
+
status: 400;
|
|
4813
4813
|
input: {
|
|
4814
4814
|
param: {
|
|
4815
4815
|
orgId: string;
|
|
@@ -4834,14 +4834,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4834
4834
|
} | {
|
|
4835
4835
|
output: {
|
|
4836
4836
|
error: {
|
|
4837
|
-
code: "
|
|
4837
|
+
code: "param_invalid";
|
|
4838
4838
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4839
4839
|
message: string;
|
|
4840
4840
|
};
|
|
4841
4841
|
requestId: string;
|
|
4842
4842
|
};
|
|
4843
4843
|
outputFormat: "json";
|
|
4844
|
-
status:
|
|
4844
|
+
status: 400;
|
|
4845
4845
|
input: {
|
|
4846
4846
|
param: {
|
|
4847
4847
|
orgId: string;
|
|
@@ -4866,14 +4866,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4866
4866
|
} | {
|
|
4867
4867
|
output: {
|
|
4868
4868
|
error: {
|
|
4869
|
-
code: "
|
|
4869
|
+
code: "organization_not_found";
|
|
4870
4870
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4871
4871
|
message: string;
|
|
4872
4872
|
};
|
|
4873
4873
|
requestId: string;
|
|
4874
4874
|
};
|
|
4875
4875
|
outputFormat: "json";
|
|
4876
|
-
status:
|
|
4876
|
+
status: 404;
|
|
4877
4877
|
input: {
|
|
4878
4878
|
param: {
|
|
4879
4879
|
orgId: string;
|
|
@@ -4897,15 +4897,26 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4897
4897
|
};
|
|
4898
4898
|
} | {
|
|
4899
4899
|
output: {
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4900
|
+
enabledSources: ("stripe" | "tempo")[];
|
|
4901
|
+
spend?: {
|
|
4902
|
+
amount: string;
|
|
4903
|
+
currency: "usd";
|
|
4904
|
+
period: "month";
|
|
4905
|
+
} | undefined;
|
|
4906
|
+
spendLimit?: {
|
|
4907
|
+
amount: string;
|
|
4908
|
+
currency: "usd";
|
|
4909
|
+
period: "month";
|
|
4910
|
+
} | undefined;
|
|
4911
|
+
status: "active" | "canceled" | "none" | "past_due";
|
|
4912
|
+
txFeeLimit?: {
|
|
4913
|
+
amount: string;
|
|
4914
|
+
currency: "usd";
|
|
4915
|
+
} | undefined;
|
|
4916
|
+
updatedAt?: string | undefined;
|
|
4906
4917
|
};
|
|
4907
4918
|
outputFormat: "json";
|
|
4908
|
-
status:
|
|
4919
|
+
status: 200;
|
|
4909
4920
|
input: {
|
|
4910
4921
|
param: {
|
|
4911
4922
|
orgId: string;
|
|
@@ -4929,26 +4940,15 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
4929
4940
|
};
|
|
4930
4941
|
} | {
|
|
4931
4942
|
output: {
|
|
4932
|
-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4937
|
-
|
|
4938
|
-
spendLimit?: {
|
|
4939
|
-
amount: string;
|
|
4940
|
-
currency: "usd";
|
|
4941
|
-
period: "month";
|
|
4942
|
-
} | undefined;
|
|
4943
|
-
status: "active" | "canceled" | "none" | "past_due";
|
|
4944
|
-
txFeeLimit?: {
|
|
4945
|
-
amount: string;
|
|
4946
|
-
currency: "usd";
|
|
4947
|
-
} | undefined;
|
|
4948
|
-
updatedAt?: string | undefined;
|
|
4943
|
+
error: {
|
|
4944
|
+
code: "forbidden";
|
|
4945
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
4946
|
+
message: string;
|
|
4947
|
+
};
|
|
4948
|
+
requestId: string;
|
|
4949
4949
|
};
|
|
4950
4950
|
outputFormat: "json";
|
|
4951
|
-
status:
|
|
4951
|
+
status: 403;
|
|
4952
4952
|
input: {
|
|
4953
4953
|
param: {
|
|
4954
4954
|
orgId: string;
|
|
@@ -5097,14 +5097,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5097
5097
|
} | {
|
|
5098
5098
|
output: {
|
|
5099
5099
|
error: {
|
|
5100
|
-
code: "
|
|
5100
|
+
code: "param_invalid";
|
|
5101
5101
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5102
5102
|
message: string;
|
|
5103
5103
|
};
|
|
5104
5104
|
requestId: string;
|
|
5105
5105
|
};
|
|
5106
5106
|
outputFormat: "json";
|
|
5107
|
-
status:
|
|
5107
|
+
status: 400;
|
|
5108
5108
|
input: {
|
|
5109
5109
|
param: {
|
|
5110
5110
|
orgId: string;
|
|
@@ -5117,14 +5117,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5117
5117
|
} | {
|
|
5118
5118
|
output: {
|
|
5119
5119
|
error: {
|
|
5120
|
-
code: "
|
|
5120
|
+
code: "organization_not_found";
|
|
5121
5121
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5122
5122
|
message: string;
|
|
5123
5123
|
};
|
|
5124
5124
|
requestId: string;
|
|
5125
5125
|
};
|
|
5126
5126
|
outputFormat: "json";
|
|
5127
|
-
status:
|
|
5127
|
+
status: 404;
|
|
5128
5128
|
input: {
|
|
5129
5129
|
param: {
|
|
5130
5130
|
orgId: string;
|
|
@@ -5137,14 +5137,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5137
5137
|
} | {
|
|
5138
5138
|
output: {
|
|
5139
5139
|
error: {
|
|
5140
|
-
code: "
|
|
5140
|
+
code: "forbidden";
|
|
5141
5141
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5142
5142
|
message: string;
|
|
5143
5143
|
};
|
|
5144
5144
|
requestId: string;
|
|
5145
5145
|
};
|
|
5146
5146
|
outputFormat: "json";
|
|
5147
|
-
status:
|
|
5147
|
+
status: 403;
|
|
5148
5148
|
input: {
|
|
5149
5149
|
param: {
|
|
5150
5150
|
orgId: string;
|
|
@@ -5336,14 +5336,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5336
5336
|
} | {
|
|
5337
5337
|
output: {
|
|
5338
5338
|
error: {
|
|
5339
|
-
code: "
|
|
5339
|
+
code: "param_invalid";
|
|
5340
5340
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5341
5341
|
message: string;
|
|
5342
5342
|
};
|
|
5343
5343
|
requestId: string;
|
|
5344
5344
|
};
|
|
5345
5345
|
outputFormat: "json";
|
|
5346
|
-
status:
|
|
5346
|
+
status: 400;
|
|
5347
5347
|
input: {
|
|
5348
5348
|
param: {
|
|
5349
5349
|
orgId: string;
|
|
@@ -5356,14 +5356,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5356
5356
|
} | {
|
|
5357
5357
|
output: {
|
|
5358
5358
|
error: {
|
|
5359
|
-
code: "
|
|
5359
|
+
code: "organization_not_found";
|
|
5360
5360
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5361
5361
|
message: string;
|
|
5362
5362
|
};
|
|
5363
5363
|
requestId: string;
|
|
5364
5364
|
};
|
|
5365
5365
|
outputFormat: "json";
|
|
5366
|
-
status:
|
|
5366
|
+
status: 404;
|
|
5367
5367
|
input: {
|
|
5368
5368
|
param: {
|
|
5369
5369
|
orgId: string;
|
|
@@ -5376,14 +5376,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5376
5376
|
} | {
|
|
5377
5377
|
output: {
|
|
5378
5378
|
error: {
|
|
5379
|
-
code: "
|
|
5379
|
+
code: "forbidden";
|
|
5380
5380
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5381
5381
|
message: string;
|
|
5382
5382
|
};
|
|
5383
5383
|
requestId: string;
|
|
5384
5384
|
};
|
|
5385
5385
|
outputFormat: "json";
|
|
5386
|
-
status:
|
|
5386
|
+
status: 403;
|
|
5387
5387
|
input: {
|
|
5388
5388
|
param: {
|
|
5389
5389
|
orgId: string;
|
|
@@ -5575,14 +5575,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5575
5575
|
} | {
|
|
5576
5576
|
output: {
|
|
5577
5577
|
error: {
|
|
5578
|
-
code: "
|
|
5578
|
+
code: "param_invalid";
|
|
5579
5579
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5580
5580
|
message: string;
|
|
5581
5581
|
};
|
|
5582
5582
|
requestId: string;
|
|
5583
5583
|
};
|
|
5584
5584
|
outputFormat: "json";
|
|
5585
|
-
status:
|
|
5585
|
+
status: 400;
|
|
5586
5586
|
input: {
|
|
5587
5587
|
param: {
|
|
5588
5588
|
orgId: string;
|
|
@@ -5595,14 +5595,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5595
5595
|
} | {
|
|
5596
5596
|
output: {
|
|
5597
5597
|
error: {
|
|
5598
|
-
code: "
|
|
5598
|
+
code: "organization_not_found";
|
|
5599
5599
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5600
5600
|
message: string;
|
|
5601
5601
|
};
|
|
5602
5602
|
requestId: string;
|
|
5603
5603
|
};
|
|
5604
5604
|
outputFormat: "json";
|
|
5605
|
-
status:
|
|
5605
|
+
status: 404;
|
|
5606
5606
|
input: {
|
|
5607
5607
|
param: {
|
|
5608
5608
|
orgId: string;
|
|
@@ -5792,35 +5792,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5792
5792
|
} | {
|
|
5793
5793
|
output: {
|
|
5794
5794
|
error: {
|
|
5795
|
-
code: "
|
|
5796
|
-
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5797
|
-
message: string;
|
|
5798
|
-
};
|
|
5799
|
-
requestId: string;
|
|
5800
|
-
};
|
|
5801
|
-
outputFormat: "json";
|
|
5802
|
-
status: 404;
|
|
5803
|
-
input: {
|
|
5804
|
-
param: {
|
|
5805
|
-
methodId: string;
|
|
5806
|
-
orgId: string;
|
|
5807
|
-
};
|
|
5808
|
-
} & {
|
|
5809
|
-
query?: {
|
|
5810
|
-
environment?: string | string[];
|
|
5811
|
-
} | undefined;
|
|
5812
|
-
};
|
|
5813
|
-
} | {
|
|
5814
|
-
output: {
|
|
5815
|
-
error: {
|
|
5816
|
-
code: "forbidden";
|
|
5795
|
+
code: "param_invalid";
|
|
5817
5796
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5818
5797
|
message: string;
|
|
5819
5798
|
};
|
|
5820
5799
|
requestId: string;
|
|
5821
5800
|
};
|
|
5822
5801
|
outputFormat: "json";
|
|
5823
|
-
status:
|
|
5802
|
+
status: 400;
|
|
5824
5803
|
input: {
|
|
5825
5804
|
param: {
|
|
5826
5805
|
methodId: string;
|
|
@@ -5834,14 +5813,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5834
5813
|
} | {
|
|
5835
5814
|
output: {
|
|
5836
5815
|
error: {
|
|
5837
|
-
code: "
|
|
5816
|
+
code: "organization_not_found";
|
|
5838
5817
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5839
5818
|
message: string;
|
|
5840
5819
|
};
|
|
5841
5820
|
requestId: string;
|
|
5842
5821
|
};
|
|
5843
5822
|
outputFormat: "json";
|
|
5844
|
-
status:
|
|
5823
|
+
status: 404;
|
|
5845
5824
|
input: {
|
|
5846
5825
|
param: {
|
|
5847
5826
|
methodId: string;
|
|
@@ -5884,6 +5863,27 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
5884
5863
|
environment?: string | string[];
|
|
5885
5864
|
} | undefined;
|
|
5886
5865
|
};
|
|
5866
|
+
} | {
|
|
5867
|
+
output: {
|
|
5868
|
+
error: {
|
|
5869
|
+
code: "forbidden";
|
|
5870
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
5871
|
+
message: string;
|
|
5872
|
+
};
|
|
5873
|
+
requestId: string;
|
|
5874
|
+
};
|
|
5875
|
+
outputFormat: "json";
|
|
5876
|
+
status: 403;
|
|
5877
|
+
input: {
|
|
5878
|
+
param: {
|
|
5879
|
+
methodId: string;
|
|
5880
|
+
orgId: string;
|
|
5881
|
+
};
|
|
5882
|
+
} & {
|
|
5883
|
+
query?: {
|
|
5884
|
+
environment?: string | string[];
|
|
5885
|
+
} | undefined;
|
|
5886
|
+
};
|
|
5887
5887
|
} | {
|
|
5888
5888
|
output: {
|
|
5889
5889
|
error: {
|
|
@@ -6073,14 +6073,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6073
6073
|
} | {
|
|
6074
6074
|
output: {
|
|
6075
6075
|
error: {
|
|
6076
|
-
code: "
|
|
6076
|
+
code: "body_invalid";
|
|
6077
6077
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6078
6078
|
message: string;
|
|
6079
6079
|
};
|
|
6080
6080
|
requestId: string;
|
|
6081
6081
|
};
|
|
6082
6082
|
outputFormat: "json";
|
|
6083
|
-
status:
|
|
6083
|
+
status: 400;
|
|
6084
6084
|
input: {
|
|
6085
6085
|
param: {
|
|
6086
6086
|
orgId: string;
|
|
@@ -6097,14 +6097,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6097
6097
|
} | {
|
|
6098
6098
|
output: {
|
|
6099
6099
|
error: {
|
|
6100
|
-
code: "
|
|
6100
|
+
code: "param_invalid";
|
|
6101
6101
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6102
6102
|
message: string;
|
|
6103
6103
|
};
|
|
6104
6104
|
requestId: string;
|
|
6105
6105
|
};
|
|
6106
6106
|
outputFormat: "json";
|
|
6107
|
-
status:
|
|
6107
|
+
status: 400;
|
|
6108
6108
|
input: {
|
|
6109
6109
|
param: {
|
|
6110
6110
|
orgId: string;
|
|
@@ -6121,14 +6121,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6121
6121
|
} | {
|
|
6122
6122
|
output: {
|
|
6123
6123
|
error: {
|
|
6124
|
-
code: "
|
|
6124
|
+
code: "organization_not_found";
|
|
6125
6125
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6126
6126
|
message: string;
|
|
6127
6127
|
};
|
|
6128
6128
|
requestId: string;
|
|
6129
6129
|
};
|
|
6130
6130
|
outputFormat: "json";
|
|
6131
|
-
status:
|
|
6131
|
+
status: 404;
|
|
6132
6132
|
input: {
|
|
6133
6133
|
param: {
|
|
6134
6134
|
orgId: string;
|
|
@@ -6145,14 +6145,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6145
6145
|
} | {
|
|
6146
6146
|
output: {
|
|
6147
6147
|
error: {
|
|
6148
|
-
code: "
|
|
6148
|
+
code: "forbidden";
|
|
6149
6149
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6150
6150
|
message: string;
|
|
6151
6151
|
};
|
|
6152
6152
|
requestId: string;
|
|
6153
6153
|
};
|
|
6154
6154
|
outputFormat: "json";
|
|
6155
|
-
status:
|
|
6155
|
+
status: 403;
|
|
6156
6156
|
input: {
|
|
6157
6157
|
param: {
|
|
6158
6158
|
orgId: string;
|
|
@@ -6254,14 +6254,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6254
6254
|
} | {
|
|
6255
6255
|
output: {
|
|
6256
6256
|
error: {
|
|
6257
|
-
code: "
|
|
6257
|
+
code: "param_invalid";
|
|
6258
6258
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6259
6259
|
message: string;
|
|
6260
6260
|
};
|
|
6261
6261
|
requestId: string;
|
|
6262
6262
|
};
|
|
6263
6263
|
outputFormat: "json";
|
|
6264
|
-
status:
|
|
6264
|
+
status: 400;
|
|
6265
6265
|
input: {
|
|
6266
6266
|
param: {
|
|
6267
6267
|
orgId: string;
|
|
@@ -6270,14 +6270,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6270
6270
|
} | {
|
|
6271
6271
|
output: {
|
|
6272
6272
|
error: {
|
|
6273
|
-
code: "
|
|
6273
|
+
code: "organization_not_found";
|
|
6274
6274
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6275
6275
|
message: string;
|
|
6276
6276
|
};
|
|
6277
6277
|
requestId: string;
|
|
6278
6278
|
};
|
|
6279
6279
|
outputFormat: "json";
|
|
6280
|
-
status:
|
|
6280
|
+
status: 404;
|
|
6281
6281
|
input: {
|
|
6282
6282
|
param: {
|
|
6283
6283
|
orgId: string;
|
|
@@ -6286,14 +6286,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6286
6286
|
} | {
|
|
6287
6287
|
output: {
|
|
6288
6288
|
error: {
|
|
6289
|
-
code: "
|
|
6289
|
+
code: "forbidden";
|
|
6290
6290
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6291
6291
|
message: string;
|
|
6292
6292
|
};
|
|
6293
6293
|
requestId: string;
|
|
6294
6294
|
};
|
|
6295
6295
|
outputFormat: "json";
|
|
6296
|
-
status:
|
|
6296
|
+
status: 403;
|
|
6297
6297
|
input: {
|
|
6298
6298
|
param: {
|
|
6299
6299
|
orgId: string;
|
|
@@ -6396,14 +6396,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6396
6396
|
} | {
|
|
6397
6397
|
output: {
|
|
6398
6398
|
error: {
|
|
6399
|
-
code: "
|
|
6399
|
+
code: "body_invalid";
|
|
6400
6400
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6401
6401
|
message: string;
|
|
6402
6402
|
};
|
|
6403
6403
|
requestId: string;
|
|
6404
6404
|
};
|
|
6405
6405
|
outputFormat: "json";
|
|
6406
|
-
status:
|
|
6406
|
+
status: 400;
|
|
6407
6407
|
input: {
|
|
6408
6408
|
param: {
|
|
6409
6409
|
inviteLinkId: string;
|
|
@@ -6417,14 +6417,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6417
6417
|
} | {
|
|
6418
6418
|
output: {
|
|
6419
6419
|
error: {
|
|
6420
|
-
code: "
|
|
6420
|
+
code: "param_invalid";
|
|
6421
6421
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6422
6422
|
message: string;
|
|
6423
6423
|
};
|
|
6424
6424
|
requestId: string;
|
|
6425
6425
|
};
|
|
6426
6426
|
outputFormat: "json";
|
|
6427
|
-
status:
|
|
6427
|
+
status: 400;
|
|
6428
6428
|
input: {
|
|
6429
6429
|
param: {
|
|
6430
6430
|
inviteLinkId: string;
|
|
@@ -6438,14 +6438,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6438
6438
|
} | {
|
|
6439
6439
|
output: {
|
|
6440
6440
|
error: {
|
|
6441
|
-
code: "
|
|
6441
|
+
code: "organization_not_found";
|
|
6442
6442
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6443
6443
|
message: string;
|
|
6444
6444
|
};
|
|
6445
6445
|
requestId: string;
|
|
6446
6446
|
};
|
|
6447
6447
|
outputFormat: "json";
|
|
6448
|
-
status:
|
|
6448
|
+
status: 404;
|
|
6449
6449
|
input: {
|
|
6450
6450
|
param: {
|
|
6451
6451
|
inviteLinkId: string;
|
|
@@ -6459,14 +6459,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6459
6459
|
} | {
|
|
6460
6460
|
output: {
|
|
6461
6461
|
error: {
|
|
6462
|
-
code: "
|
|
6462
|
+
code: "forbidden";
|
|
6463
6463
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6464
6464
|
message: string;
|
|
6465
6465
|
};
|
|
6466
6466
|
requestId: string;
|
|
6467
6467
|
};
|
|
6468
6468
|
outputFormat: "json";
|
|
6469
|
-
status:
|
|
6469
|
+
status: 403;
|
|
6470
6470
|
input: {
|
|
6471
6471
|
param: {
|
|
6472
6472
|
inviteLinkId: string;
|
|
@@ -6586,14 +6586,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6586
6586
|
} | {
|
|
6587
6587
|
output: {
|
|
6588
6588
|
error: {
|
|
6589
|
-
code: "
|
|
6589
|
+
code: "param_invalid";
|
|
6590
6590
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6591
6591
|
message: string;
|
|
6592
6592
|
};
|
|
6593
6593
|
requestId: string;
|
|
6594
6594
|
};
|
|
6595
6595
|
outputFormat: "json";
|
|
6596
|
-
status:
|
|
6596
|
+
status: 400;
|
|
6597
6597
|
input: {
|
|
6598
6598
|
param: {
|
|
6599
6599
|
inviteLinkId: string;
|
|
@@ -6603,14 +6603,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6603
6603
|
} | {
|
|
6604
6604
|
output: {
|
|
6605
6605
|
error: {
|
|
6606
|
-
code: "
|
|
6606
|
+
code: "organization_not_found";
|
|
6607
6607
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6608
6608
|
message: string;
|
|
6609
6609
|
};
|
|
6610
6610
|
requestId: string;
|
|
6611
6611
|
};
|
|
6612
6612
|
outputFormat: "json";
|
|
6613
|
-
status:
|
|
6613
|
+
status: 404;
|
|
6614
6614
|
input: {
|
|
6615
6615
|
param: {
|
|
6616
6616
|
inviteLinkId: string;
|
|
@@ -6620,14 +6620,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6620
6620
|
} | {
|
|
6621
6621
|
output: {
|
|
6622
6622
|
error: {
|
|
6623
|
-
code: "
|
|
6623
|
+
code: "forbidden";
|
|
6624
6624
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6625
6625
|
message: string;
|
|
6626
6626
|
};
|
|
6627
6627
|
requestId: string;
|
|
6628
6628
|
};
|
|
6629
6629
|
outputFormat: "json";
|
|
6630
|
-
status:
|
|
6630
|
+
status: 403;
|
|
6631
6631
|
input: {
|
|
6632
6632
|
param: {
|
|
6633
6633
|
inviteLinkId: string;
|
|
@@ -6721,14 +6721,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6721
6721
|
} | {
|
|
6722
6722
|
output: {
|
|
6723
6723
|
error: {
|
|
6724
|
-
code: "
|
|
6724
|
+
code: "param_invalid";
|
|
6725
6725
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6726
6726
|
message: string;
|
|
6727
6727
|
};
|
|
6728
6728
|
requestId: string;
|
|
6729
6729
|
};
|
|
6730
6730
|
outputFormat: "json";
|
|
6731
|
-
status:
|
|
6731
|
+
status: 400;
|
|
6732
6732
|
input: {
|
|
6733
6733
|
param: {
|
|
6734
6734
|
inviteLinkId: string;
|
|
@@ -6738,14 +6738,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6738
6738
|
} | {
|
|
6739
6739
|
output: {
|
|
6740
6740
|
error: {
|
|
6741
|
-
code: "
|
|
6741
|
+
code: "organization_not_found";
|
|
6742
6742
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6743
6743
|
message: string;
|
|
6744
6744
|
};
|
|
6745
6745
|
requestId: string;
|
|
6746
6746
|
};
|
|
6747
6747
|
outputFormat: "json";
|
|
6748
|
-
status:
|
|
6748
|
+
status: 404;
|
|
6749
6749
|
input: {
|
|
6750
6750
|
param: {
|
|
6751
6751
|
inviteLinkId: string;
|
|
@@ -6755,14 +6755,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6755
6755
|
} | {
|
|
6756
6756
|
output: {
|
|
6757
6757
|
error: {
|
|
6758
|
-
code: "
|
|
6758
|
+
code: "forbidden";
|
|
6759
6759
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6760
6760
|
message: string;
|
|
6761
6761
|
};
|
|
6762
6762
|
requestId: string;
|
|
6763
6763
|
};
|
|
6764
6764
|
outputFormat: "json";
|
|
6765
|
-
status:
|
|
6765
|
+
status: 403;
|
|
6766
6766
|
input: {
|
|
6767
6767
|
param: {
|
|
6768
6768
|
inviteLinkId: string;
|
|
@@ -6861,14 +6861,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6861
6861
|
} | {
|
|
6862
6862
|
output: {
|
|
6863
6863
|
error: {
|
|
6864
|
-
code: "
|
|
6864
|
+
code: "body_invalid";
|
|
6865
6865
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6866
6866
|
message: string;
|
|
6867
6867
|
};
|
|
6868
6868
|
requestId: string;
|
|
6869
6869
|
};
|
|
6870
6870
|
outputFormat: "json";
|
|
6871
|
-
status:
|
|
6871
|
+
status: 400;
|
|
6872
6872
|
input: {
|
|
6873
6873
|
json: {
|
|
6874
6874
|
token: string;
|
|
@@ -6877,14 +6877,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6877
6877
|
} | {
|
|
6878
6878
|
output: {
|
|
6879
6879
|
error: {
|
|
6880
|
-
code: "
|
|
6880
|
+
code: "forbidden";
|
|
6881
6881
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6882
6882
|
message: string;
|
|
6883
6883
|
};
|
|
6884
6884
|
requestId: string;
|
|
6885
6885
|
};
|
|
6886
6886
|
outputFormat: "json";
|
|
6887
|
-
status:
|
|
6887
|
+
status: 403;
|
|
6888
6888
|
input: {
|
|
6889
6889
|
json: {
|
|
6890
6890
|
token: string;
|
|
@@ -6973,14 +6973,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6973
6973
|
} | {
|
|
6974
6974
|
output: {
|
|
6975
6975
|
error: {
|
|
6976
|
-
code: "
|
|
6976
|
+
code: "body_invalid";
|
|
6977
6977
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6978
6978
|
message: string;
|
|
6979
6979
|
};
|
|
6980
6980
|
requestId: string;
|
|
6981
6981
|
};
|
|
6982
6982
|
outputFormat: "json";
|
|
6983
|
-
status:
|
|
6983
|
+
status: 400;
|
|
6984
6984
|
input: {
|
|
6985
6985
|
json: {
|
|
6986
6986
|
token: string;
|
|
@@ -6989,14 +6989,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
6989
6989
|
} | {
|
|
6990
6990
|
output: {
|
|
6991
6991
|
error: {
|
|
6992
|
-
code: "
|
|
6992
|
+
code: "forbidden";
|
|
6993
6993
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
6994
6994
|
message: string;
|
|
6995
6995
|
};
|
|
6996
6996
|
requestId: string;
|
|
6997
6997
|
};
|
|
6998
6998
|
outputFormat: "json";
|
|
6999
|
-
status:
|
|
6999
|
+
status: 403;
|
|
7000
7000
|
input: {
|
|
7001
7001
|
json: {
|
|
7002
7002
|
token: string;
|
|
@@ -7401,14 +7401,37 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7401
7401
|
recipient?: `0x${string}` | undefined;
|
|
7402
7402
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
7403
7403
|
} | undefined;
|
|
7404
|
-
}
|
|
7405
|
-
chainId
|
|
7406
|
-
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
7404
|
+
} | {
|
|
7405
|
+
chainId?: unknown;
|
|
7406
|
+
context?: {
|
|
7407
|
+
description?: string | undefined;
|
|
7408
|
+
metadata?: Record<string, string> | undefined;
|
|
7409
|
+
title?: string | undefined;
|
|
7410
|
+
} | undefined;
|
|
7411
|
+
destination: {
|
|
7412
|
+
type: "url";
|
|
7413
|
+
url: string;
|
|
7414
|
+
} | {
|
|
7415
|
+
type: "slack";
|
|
7416
|
+
url: string;
|
|
7417
|
+
} | {
|
|
7418
|
+
token: string;
|
|
7419
|
+
type: "betterstack";
|
|
7420
|
+
url: string;
|
|
7421
|
+
};
|
|
7422
|
+
eventType: "funding:transfer.updated";
|
|
7423
|
+
filters?: {
|
|
7424
|
+
id?: string | undefined;
|
|
7425
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
7426
|
+
} | undefined;
|
|
7427
|
+
}) & {
|
|
7428
|
+
chainId: number;
|
|
7429
|
+
environment?: "production" | "sandbox" | undefined;
|
|
7430
|
+
};
|
|
7431
|
+
};
|
|
7432
|
+
} | {
|
|
7433
|
+
output: {
|
|
7434
|
+
error: {
|
|
7412
7435
|
code: "api_key_invalid" | "api_key_missing";
|
|
7413
7436
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
7414
7437
|
message: string;
|
|
@@ -7756,6 +7779,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
7756
7779
|
recipient?: `0x${string}` | undefined;
|
|
7757
7780
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
7758
7781
|
} | undefined;
|
|
7782
|
+
} | {
|
|
7783
|
+
chainId?: unknown;
|
|
7784
|
+
context?: {
|
|
7785
|
+
description?: string | undefined;
|
|
7786
|
+
metadata?: Record<string, string> | undefined;
|
|
7787
|
+
title?: string | undefined;
|
|
7788
|
+
} | undefined;
|
|
7789
|
+
destination: {
|
|
7790
|
+
type: "url";
|
|
7791
|
+
url: string;
|
|
7792
|
+
} | {
|
|
7793
|
+
type: "slack";
|
|
7794
|
+
url: string;
|
|
7795
|
+
} | {
|
|
7796
|
+
token: string;
|
|
7797
|
+
type: "betterstack";
|
|
7798
|
+
url: string;
|
|
7799
|
+
};
|
|
7800
|
+
eventType: "funding:transfer.updated";
|
|
7801
|
+
filters?: {
|
|
7802
|
+
id?: string | undefined;
|
|
7803
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
7804
|
+
} | undefined;
|
|
7759
7805
|
}) & {
|
|
7760
7806
|
chainId: number;
|
|
7761
7807
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -8111,6 +8157,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8111
8157
|
recipient?: `0x${string}` | undefined;
|
|
8112
8158
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
8113
8159
|
} | undefined;
|
|
8160
|
+
} | {
|
|
8161
|
+
chainId?: unknown;
|
|
8162
|
+
context?: {
|
|
8163
|
+
description?: string | undefined;
|
|
8164
|
+
metadata?: Record<string, string> | undefined;
|
|
8165
|
+
title?: string | undefined;
|
|
8166
|
+
} | undefined;
|
|
8167
|
+
destination: {
|
|
8168
|
+
type: "url";
|
|
8169
|
+
url: string;
|
|
8170
|
+
} | {
|
|
8171
|
+
type: "slack";
|
|
8172
|
+
url: string;
|
|
8173
|
+
} | {
|
|
8174
|
+
token: string;
|
|
8175
|
+
type: "betterstack";
|
|
8176
|
+
url: string;
|
|
8177
|
+
};
|
|
8178
|
+
eventType: "funding:transfer.updated";
|
|
8179
|
+
filters?: {
|
|
8180
|
+
id?: string | undefined;
|
|
8181
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
8182
|
+
} | undefined;
|
|
8114
8183
|
}) & {
|
|
8115
8184
|
chainId: number;
|
|
8116
8185
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -8119,14 +8188,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8119
8188
|
} | {
|
|
8120
8189
|
output: {
|
|
8121
8190
|
error: {
|
|
8122
|
-
code: "
|
|
8191
|
+
code: "chain_id_unsupported";
|
|
8123
8192
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
8124
8193
|
message: string;
|
|
8125
8194
|
};
|
|
8126
8195
|
requestId: string;
|
|
8127
8196
|
};
|
|
8128
8197
|
outputFormat: "json";
|
|
8129
|
-
status:
|
|
8198
|
+
status: 400;
|
|
8130
8199
|
input: {
|
|
8131
8200
|
param: {
|
|
8132
8201
|
orgId: string;
|
|
@@ -8466,6 +8535,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8466
8535
|
recipient?: `0x${string}` | undefined;
|
|
8467
8536
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
8468
8537
|
} | undefined;
|
|
8538
|
+
} | {
|
|
8539
|
+
chainId?: unknown;
|
|
8540
|
+
context?: {
|
|
8541
|
+
description?: string | undefined;
|
|
8542
|
+
metadata?: Record<string, string> | undefined;
|
|
8543
|
+
title?: string | undefined;
|
|
8544
|
+
} | undefined;
|
|
8545
|
+
destination: {
|
|
8546
|
+
type: "url";
|
|
8547
|
+
url: string;
|
|
8548
|
+
} | {
|
|
8549
|
+
type: "slack";
|
|
8550
|
+
url: string;
|
|
8551
|
+
} | {
|
|
8552
|
+
token: string;
|
|
8553
|
+
type: "betterstack";
|
|
8554
|
+
url: string;
|
|
8555
|
+
};
|
|
8556
|
+
eventType: "funding:transfer.updated";
|
|
8557
|
+
filters?: {
|
|
8558
|
+
id?: string | undefined;
|
|
8559
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
8560
|
+
} | undefined;
|
|
8469
8561
|
}) & {
|
|
8470
8562
|
chainId: number;
|
|
8471
8563
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -8474,14 +8566,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8474
8566
|
} | {
|
|
8475
8567
|
output: {
|
|
8476
8568
|
error: {
|
|
8477
|
-
code: "
|
|
8569
|
+
code: "body_invalid";
|
|
8478
8570
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
8479
8571
|
message: string;
|
|
8480
8572
|
};
|
|
8481
8573
|
requestId: string;
|
|
8482
8574
|
};
|
|
8483
8575
|
outputFormat: "json";
|
|
8484
|
-
status:
|
|
8576
|
+
status: 400;
|
|
8485
8577
|
input: {
|
|
8486
8578
|
param: {
|
|
8487
8579
|
orgId: string;
|
|
@@ -8821,6 +8913,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8821
8913
|
recipient?: `0x${string}` | undefined;
|
|
8822
8914
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
8823
8915
|
} | undefined;
|
|
8916
|
+
} | {
|
|
8917
|
+
chainId?: unknown;
|
|
8918
|
+
context?: {
|
|
8919
|
+
description?: string | undefined;
|
|
8920
|
+
metadata?: Record<string, string> | undefined;
|
|
8921
|
+
title?: string | undefined;
|
|
8922
|
+
} | undefined;
|
|
8923
|
+
destination: {
|
|
8924
|
+
type: "url";
|
|
8925
|
+
url: string;
|
|
8926
|
+
} | {
|
|
8927
|
+
type: "slack";
|
|
8928
|
+
url: string;
|
|
8929
|
+
} | {
|
|
8930
|
+
token: string;
|
|
8931
|
+
type: "betterstack";
|
|
8932
|
+
url: string;
|
|
8933
|
+
};
|
|
8934
|
+
eventType: "funding:transfer.updated";
|
|
8935
|
+
filters?: {
|
|
8936
|
+
id?: string | undefined;
|
|
8937
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
8938
|
+
} | undefined;
|
|
8824
8939
|
}) & {
|
|
8825
8940
|
chainId: number;
|
|
8826
8941
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -8829,14 +8944,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
8829
8944
|
} | {
|
|
8830
8945
|
output: {
|
|
8831
8946
|
error: {
|
|
8832
|
-
code: "
|
|
8947
|
+
code: "webhooks_not_enabled";
|
|
8833
8948
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
8834
8949
|
message: string;
|
|
8835
8950
|
};
|
|
8836
8951
|
requestId: string;
|
|
8837
8952
|
};
|
|
8838
8953
|
outputFormat: "json";
|
|
8839
|
-
status:
|
|
8954
|
+
status: 404;
|
|
8840
8955
|
input: {
|
|
8841
8956
|
param: {
|
|
8842
8957
|
orgId: string;
|
|
@@ -9176,6 +9291,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9176
9291
|
recipient?: `0x${string}` | undefined;
|
|
9177
9292
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
9178
9293
|
} | undefined;
|
|
9294
|
+
} | {
|
|
9295
|
+
chainId?: unknown;
|
|
9296
|
+
context?: {
|
|
9297
|
+
description?: string | undefined;
|
|
9298
|
+
metadata?: Record<string, string> | undefined;
|
|
9299
|
+
title?: string | undefined;
|
|
9300
|
+
} | undefined;
|
|
9301
|
+
destination: {
|
|
9302
|
+
type: "url";
|
|
9303
|
+
url: string;
|
|
9304
|
+
} | {
|
|
9305
|
+
type: "slack";
|
|
9306
|
+
url: string;
|
|
9307
|
+
} | {
|
|
9308
|
+
token: string;
|
|
9309
|
+
type: "betterstack";
|
|
9310
|
+
url: string;
|
|
9311
|
+
};
|
|
9312
|
+
eventType: "funding:transfer.updated";
|
|
9313
|
+
filters?: {
|
|
9314
|
+
id?: string | undefined;
|
|
9315
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
9316
|
+
} | undefined;
|
|
9179
9317
|
}) & {
|
|
9180
9318
|
chainId: number;
|
|
9181
9319
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -9184,7 +9322,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9184
9322
|
} | {
|
|
9185
9323
|
output: {
|
|
9186
9324
|
error: {
|
|
9187
|
-
code: "
|
|
9325
|
+
code: "event_type_unsupported";
|
|
9188
9326
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
9189
9327
|
message: string;
|
|
9190
9328
|
};
|
|
@@ -9531,6 +9669,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9531
9669
|
recipient?: `0x${string}` | undefined;
|
|
9532
9670
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
9533
9671
|
} | undefined;
|
|
9672
|
+
} | {
|
|
9673
|
+
chainId?: unknown;
|
|
9674
|
+
context?: {
|
|
9675
|
+
description?: string | undefined;
|
|
9676
|
+
metadata?: Record<string, string> | undefined;
|
|
9677
|
+
title?: string | undefined;
|
|
9678
|
+
} | undefined;
|
|
9679
|
+
destination: {
|
|
9680
|
+
type: "url";
|
|
9681
|
+
url: string;
|
|
9682
|
+
} | {
|
|
9683
|
+
type: "slack";
|
|
9684
|
+
url: string;
|
|
9685
|
+
} | {
|
|
9686
|
+
token: string;
|
|
9687
|
+
type: "betterstack";
|
|
9688
|
+
url: string;
|
|
9689
|
+
};
|
|
9690
|
+
eventType: "funding:transfer.updated";
|
|
9691
|
+
filters?: {
|
|
9692
|
+
id?: string | undefined;
|
|
9693
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
9694
|
+
} | undefined;
|
|
9534
9695
|
}) & {
|
|
9535
9696
|
chainId: number;
|
|
9536
9697
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -9539,7 +9700,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9539
9700
|
} | {
|
|
9540
9701
|
output: {
|
|
9541
9702
|
error: {
|
|
9542
|
-
code: "
|
|
9703
|
+
code: "url_invalid";
|
|
9543
9704
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
9544
9705
|
message: string;
|
|
9545
9706
|
};
|
|
@@ -9886,6 +10047,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9886
10047
|
recipient?: `0x${string}` | undefined;
|
|
9887
10048
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
9888
10049
|
} | undefined;
|
|
10050
|
+
} | {
|
|
10051
|
+
chainId?: unknown;
|
|
10052
|
+
context?: {
|
|
10053
|
+
description?: string | undefined;
|
|
10054
|
+
metadata?: Record<string, string> | undefined;
|
|
10055
|
+
title?: string | undefined;
|
|
10056
|
+
} | undefined;
|
|
10057
|
+
destination: {
|
|
10058
|
+
type: "url";
|
|
10059
|
+
url: string;
|
|
10060
|
+
} | {
|
|
10061
|
+
type: "slack";
|
|
10062
|
+
url: string;
|
|
10063
|
+
} | {
|
|
10064
|
+
token: string;
|
|
10065
|
+
type: "betterstack";
|
|
10066
|
+
url: string;
|
|
10067
|
+
};
|
|
10068
|
+
eventType: "funding:transfer.updated";
|
|
10069
|
+
filters?: {
|
|
10070
|
+
id?: string | undefined;
|
|
10071
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
10072
|
+
} | undefined;
|
|
9889
10073
|
}) & {
|
|
9890
10074
|
chainId: number;
|
|
9891
10075
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -9894,14 +10078,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
9894
10078
|
} | {
|
|
9895
10079
|
output: {
|
|
9896
10080
|
error: {
|
|
9897
|
-
code: "
|
|
10081
|
+
code: "filters_invalid";
|
|
9898
10082
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
9899
10083
|
message: string;
|
|
9900
10084
|
};
|
|
9901
10085
|
requestId: string;
|
|
9902
10086
|
};
|
|
9903
10087
|
outputFormat: "json";
|
|
9904
|
-
status:
|
|
10088
|
+
status: 400;
|
|
9905
10089
|
input: {
|
|
9906
10090
|
param: {
|
|
9907
10091
|
orgId: string;
|
|
@@ -10241,6 +10425,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10241
10425
|
recipient?: `0x${string}` | undefined;
|
|
10242
10426
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
10243
10427
|
} | undefined;
|
|
10428
|
+
} | {
|
|
10429
|
+
chainId?: unknown;
|
|
10430
|
+
context?: {
|
|
10431
|
+
description?: string | undefined;
|
|
10432
|
+
metadata?: Record<string, string> | undefined;
|
|
10433
|
+
title?: string | undefined;
|
|
10434
|
+
} | undefined;
|
|
10435
|
+
destination: {
|
|
10436
|
+
type: "url";
|
|
10437
|
+
url: string;
|
|
10438
|
+
} | {
|
|
10439
|
+
type: "slack";
|
|
10440
|
+
url: string;
|
|
10441
|
+
} | {
|
|
10442
|
+
token: string;
|
|
10443
|
+
type: "betterstack";
|
|
10444
|
+
url: string;
|
|
10445
|
+
};
|
|
10446
|
+
eventType: "funding:transfer.updated";
|
|
10447
|
+
filters?: {
|
|
10448
|
+
id?: string | undefined;
|
|
10449
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
10450
|
+
} | undefined;
|
|
10244
10451
|
}) & {
|
|
10245
10452
|
chainId: number;
|
|
10246
10453
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -10249,14 +10456,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10249
10456
|
} | {
|
|
10250
10457
|
output: {
|
|
10251
10458
|
error: {
|
|
10252
|
-
code: "
|
|
10459
|
+
code: "limit_exceeded";
|
|
10253
10460
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
10254
10461
|
message: string;
|
|
10255
10462
|
};
|
|
10256
10463
|
requestId: string;
|
|
10257
10464
|
};
|
|
10258
10465
|
outputFormat: "json";
|
|
10259
|
-
status:
|
|
10466
|
+
status: 403;
|
|
10260
10467
|
input: {
|
|
10261
10468
|
param: {
|
|
10262
10469
|
orgId: string;
|
|
@@ -10596,6 +10803,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10596
10803
|
recipient?: `0x${string}` | undefined;
|
|
10597
10804
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
10598
10805
|
} | undefined;
|
|
10806
|
+
} | {
|
|
10807
|
+
chainId?: unknown;
|
|
10808
|
+
context?: {
|
|
10809
|
+
description?: string | undefined;
|
|
10810
|
+
metadata?: Record<string, string> | undefined;
|
|
10811
|
+
title?: string | undefined;
|
|
10812
|
+
} | undefined;
|
|
10813
|
+
destination: {
|
|
10814
|
+
type: "url";
|
|
10815
|
+
url: string;
|
|
10816
|
+
} | {
|
|
10817
|
+
type: "slack";
|
|
10818
|
+
url: string;
|
|
10819
|
+
} | {
|
|
10820
|
+
token: string;
|
|
10821
|
+
type: "betterstack";
|
|
10822
|
+
url: string;
|
|
10823
|
+
};
|
|
10824
|
+
eventType: "funding:transfer.updated";
|
|
10825
|
+
filters?: {
|
|
10826
|
+
id?: string | undefined;
|
|
10827
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
10828
|
+
} | undefined;
|
|
10599
10829
|
}) & {
|
|
10600
10830
|
chainId: number;
|
|
10601
10831
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -10604,7 +10834,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10604
10834
|
} | {
|
|
10605
10835
|
output: {
|
|
10606
10836
|
error: {
|
|
10607
|
-
code: "
|
|
10837
|
+
code: "param_invalid";
|
|
10608
10838
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
10609
10839
|
message: string;
|
|
10610
10840
|
};
|
|
@@ -10951,6 +11181,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10951
11181
|
recipient?: `0x${string}` | undefined;
|
|
10952
11182
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
10953
11183
|
} | undefined;
|
|
11184
|
+
} | {
|
|
11185
|
+
chainId?: unknown;
|
|
11186
|
+
context?: {
|
|
11187
|
+
description?: string | undefined;
|
|
11188
|
+
metadata?: Record<string, string> | undefined;
|
|
11189
|
+
title?: string | undefined;
|
|
11190
|
+
} | undefined;
|
|
11191
|
+
destination: {
|
|
11192
|
+
type: "url";
|
|
11193
|
+
url: string;
|
|
11194
|
+
} | {
|
|
11195
|
+
type: "slack";
|
|
11196
|
+
url: string;
|
|
11197
|
+
} | {
|
|
11198
|
+
token: string;
|
|
11199
|
+
type: "betterstack";
|
|
11200
|
+
url: string;
|
|
11201
|
+
};
|
|
11202
|
+
eventType: "funding:transfer.updated";
|
|
11203
|
+
filters?: {
|
|
11204
|
+
id?: string | undefined;
|
|
11205
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
11206
|
+
} | undefined;
|
|
10954
11207
|
}) & {
|
|
10955
11208
|
chainId: number;
|
|
10956
11209
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -10959,14 +11212,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
10959
11212
|
} | {
|
|
10960
11213
|
output: {
|
|
10961
11214
|
error: {
|
|
10962
|
-
code: "
|
|
11215
|
+
code: "organization_not_found";
|
|
10963
11216
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
10964
11217
|
message: string;
|
|
10965
11218
|
};
|
|
10966
11219
|
requestId: string;
|
|
10967
11220
|
};
|
|
10968
11221
|
outputFormat: "json";
|
|
10969
|
-
status:
|
|
11222
|
+
status: 404;
|
|
10970
11223
|
input: {
|
|
10971
11224
|
param: {
|
|
10972
11225
|
orgId: string;
|
|
@@ -11306,6 +11559,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11306
11559
|
recipient?: `0x${string}` | undefined;
|
|
11307
11560
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
11308
11561
|
} | undefined;
|
|
11562
|
+
} | {
|
|
11563
|
+
chainId?: unknown;
|
|
11564
|
+
context?: {
|
|
11565
|
+
description?: string | undefined;
|
|
11566
|
+
metadata?: Record<string, string> | undefined;
|
|
11567
|
+
title?: string | undefined;
|
|
11568
|
+
} | undefined;
|
|
11569
|
+
destination: {
|
|
11570
|
+
type: "url";
|
|
11571
|
+
url: string;
|
|
11572
|
+
} | {
|
|
11573
|
+
type: "slack";
|
|
11574
|
+
url: string;
|
|
11575
|
+
} | {
|
|
11576
|
+
token: string;
|
|
11577
|
+
type: "betterstack";
|
|
11578
|
+
url: string;
|
|
11579
|
+
};
|
|
11580
|
+
eventType: "funding:transfer.updated";
|
|
11581
|
+
filters?: {
|
|
11582
|
+
id?: string | undefined;
|
|
11583
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
11584
|
+
} | undefined;
|
|
11309
11585
|
}) & {
|
|
11310
11586
|
chainId: number;
|
|
11311
11587
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -11314,7 +11590,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11314
11590
|
} | {
|
|
11315
11591
|
output: {
|
|
11316
11592
|
error: {
|
|
11317
|
-
code: "
|
|
11593
|
+
code: "forbidden";
|
|
11318
11594
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
11319
11595
|
message: string;
|
|
11320
11596
|
};
|
|
@@ -11661,6 +11937,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11661
11937
|
recipient?: `0x${string}` | undefined;
|
|
11662
11938
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
11663
11939
|
} | undefined;
|
|
11940
|
+
} | {
|
|
11941
|
+
chainId?: unknown;
|
|
11942
|
+
context?: {
|
|
11943
|
+
description?: string | undefined;
|
|
11944
|
+
metadata?: Record<string, string> | undefined;
|
|
11945
|
+
title?: string | undefined;
|
|
11946
|
+
} | undefined;
|
|
11947
|
+
destination: {
|
|
11948
|
+
type: "url";
|
|
11949
|
+
url: string;
|
|
11950
|
+
} | {
|
|
11951
|
+
type: "slack";
|
|
11952
|
+
url: string;
|
|
11953
|
+
} | {
|
|
11954
|
+
token: string;
|
|
11955
|
+
type: "betterstack";
|
|
11956
|
+
url: string;
|
|
11957
|
+
};
|
|
11958
|
+
eventType: "funding:transfer.updated";
|
|
11959
|
+
filters?: {
|
|
11960
|
+
id?: string | undefined;
|
|
11961
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
11962
|
+
} | undefined;
|
|
11664
11963
|
}) & {
|
|
11665
11964
|
chainId: number;
|
|
11666
11965
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -11671,7 +11970,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11671
11970
|
chainId: number;
|
|
11672
11971
|
createdAt: string;
|
|
11673
11972
|
environment?: "production" | "sandbox" | undefined;
|
|
11674
|
-
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11973
|
+
eventType: "block:created" | "funding:deposit.updated" | "funding:transfer.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11675
11974
|
expiresAt?: string | undefined;
|
|
11676
11975
|
failureCount: number;
|
|
11677
11976
|
filters: {
|
|
@@ -11697,7 +11996,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11697
11996
|
chainId: number;
|
|
11698
11997
|
createdAt: string;
|
|
11699
11998
|
environment?: "production" | "sandbox" | undefined;
|
|
11700
|
-
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11999
|
+
eventType: "block:created" | "funding:deposit.updated" | "funding:transfer.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11701
12000
|
expiresAt?: string | undefined;
|
|
11702
12001
|
failureCount: number;
|
|
11703
12002
|
filters: {
|
|
@@ -11722,7 +12021,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
11722
12021
|
chainId: number;
|
|
11723
12022
|
createdAt: string;
|
|
11724
12023
|
environment?: "production" | "sandbox" | undefined;
|
|
11725
|
-
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
12024
|
+
eventType: "block:created" | "funding:deposit.updated" | "funding:transfer.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
11726
12025
|
expiresAt?: string | undefined;
|
|
11727
12026
|
failureCount: number;
|
|
11728
12027
|
filters: {
|
|
@@ -12086,6 +12385,29 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12086
12385
|
recipient?: `0x${string}` | undefined;
|
|
12087
12386
|
status?: "action-required" | "bridging" | "completed" | "detected" | "refunded" | "refunding" | "settling" | undefined;
|
|
12088
12387
|
} | undefined;
|
|
12388
|
+
} | {
|
|
12389
|
+
chainId?: unknown;
|
|
12390
|
+
context?: {
|
|
12391
|
+
description?: string | undefined;
|
|
12392
|
+
metadata?: Record<string, string> | undefined;
|
|
12393
|
+
title?: string | undefined;
|
|
12394
|
+
} | undefined;
|
|
12395
|
+
destination: {
|
|
12396
|
+
type: "url";
|
|
12397
|
+
url: string;
|
|
12398
|
+
} | {
|
|
12399
|
+
type: "slack";
|
|
12400
|
+
url: string;
|
|
12401
|
+
} | {
|
|
12402
|
+
token: string;
|
|
12403
|
+
type: "betterstack";
|
|
12404
|
+
url: string;
|
|
12405
|
+
};
|
|
12406
|
+
eventType: "funding:transfer.updated";
|
|
12407
|
+
filters?: {
|
|
12408
|
+
id?: string | undefined;
|
|
12409
|
+
status?: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding" | undefined;
|
|
12410
|
+
} | undefined;
|
|
12089
12411
|
}) & {
|
|
12090
12412
|
chainId: number;
|
|
12091
12413
|
environment?: "production" | "sandbox" | undefined;
|
|
@@ -12146,7 +12468,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12146
12468
|
} | {
|
|
12147
12469
|
output: {
|
|
12148
12470
|
error: {
|
|
12149
|
-
code: "
|
|
12471
|
+
code: "webhooks_not_enabled";
|
|
12150
12472
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12151
12473
|
message: string;
|
|
12152
12474
|
};
|
|
@@ -12162,14 +12484,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12162
12484
|
} | {
|
|
12163
12485
|
output: {
|
|
12164
12486
|
error: {
|
|
12165
|
-
code: "
|
|
12487
|
+
code: "param_invalid";
|
|
12166
12488
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12167
12489
|
message: string;
|
|
12168
12490
|
};
|
|
12169
12491
|
requestId: string;
|
|
12170
12492
|
};
|
|
12171
12493
|
outputFormat: "json";
|
|
12172
|
-
status:
|
|
12494
|
+
status: 400;
|
|
12173
12495
|
input: {
|
|
12174
12496
|
param: {
|
|
12175
12497
|
orgId: string;
|
|
@@ -12178,14 +12500,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12178
12500
|
} | {
|
|
12179
12501
|
output: {
|
|
12180
12502
|
error: {
|
|
12181
|
-
code: "
|
|
12503
|
+
code: "organization_not_found";
|
|
12182
12504
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12183
12505
|
message: string;
|
|
12184
12506
|
};
|
|
12185
12507
|
requestId: string;
|
|
12186
12508
|
};
|
|
12187
12509
|
outputFormat: "json";
|
|
12188
|
-
status:
|
|
12510
|
+
status: 404;
|
|
12189
12511
|
input: {
|
|
12190
12512
|
param: {
|
|
12191
12513
|
orgId: string;
|
|
@@ -12194,14 +12516,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12194
12516
|
} | {
|
|
12195
12517
|
output: {
|
|
12196
12518
|
error: {
|
|
12197
|
-
code: "
|
|
12519
|
+
code: "forbidden";
|
|
12198
12520
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12199
12521
|
message: string;
|
|
12200
12522
|
};
|
|
12201
12523
|
requestId: string;
|
|
12202
12524
|
};
|
|
12203
12525
|
outputFormat: "json";
|
|
12204
|
-
status:
|
|
12526
|
+
status: 403;
|
|
12205
12527
|
input: {
|
|
12206
12528
|
param: {
|
|
12207
12529
|
orgId: string;
|
|
@@ -12213,7 +12535,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12213
12535
|
chainId: number;
|
|
12214
12536
|
createdAt: string;
|
|
12215
12537
|
environment?: "production" | "sandbox" | undefined;
|
|
12216
|
-
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
12538
|
+
eventType: "block:created" | "funding:deposit.updated" | "funding:transfer.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
12217
12539
|
expiresAt?: string | undefined;
|
|
12218
12540
|
failureCount: number;
|
|
12219
12541
|
filters: {
|
|
@@ -12353,7 +12675,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12353
12675
|
} | {
|
|
12354
12676
|
output: {
|
|
12355
12677
|
error: {
|
|
12356
|
-
code: "
|
|
12678
|
+
code: "webhooks_not_enabled";
|
|
12357
12679
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12358
12680
|
message: string;
|
|
12359
12681
|
};
|
|
@@ -12377,14 +12699,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12377
12699
|
} | {
|
|
12378
12700
|
output: {
|
|
12379
12701
|
error: {
|
|
12380
|
-
code: "
|
|
12702
|
+
code: "param_invalid";
|
|
12381
12703
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12382
12704
|
message: string;
|
|
12383
12705
|
};
|
|
12384
12706
|
requestId: string;
|
|
12385
12707
|
};
|
|
12386
12708
|
outputFormat: "json";
|
|
12387
|
-
status:
|
|
12709
|
+
status: 400;
|
|
12388
12710
|
input: {
|
|
12389
12711
|
param: {
|
|
12390
12712
|
id: string;
|
|
@@ -12401,14 +12723,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12401
12723
|
} | {
|
|
12402
12724
|
output: {
|
|
12403
12725
|
error: {
|
|
12404
|
-
code: "
|
|
12726
|
+
code: "webhook_not_found";
|
|
12405
12727
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12406
12728
|
message: string;
|
|
12407
12729
|
};
|
|
12408
12730
|
requestId: string;
|
|
12409
12731
|
};
|
|
12410
12732
|
outputFormat: "json";
|
|
12411
|
-
status:
|
|
12733
|
+
status: 404;
|
|
12412
12734
|
input: {
|
|
12413
12735
|
param: {
|
|
12414
12736
|
id: string;
|
|
@@ -12425,7 +12747,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12425
12747
|
} | {
|
|
12426
12748
|
output: {
|
|
12427
12749
|
error: {
|
|
12428
|
-
code: "
|
|
12750
|
+
code: "organization_not_found";
|
|
12429
12751
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12430
12752
|
message: string;
|
|
12431
12753
|
};
|
|
@@ -12449,14 +12771,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12449
12771
|
} | {
|
|
12450
12772
|
output: {
|
|
12451
12773
|
error: {
|
|
12452
|
-
code: "
|
|
12774
|
+
code: "forbidden";
|
|
12453
12775
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12454
12776
|
message: string;
|
|
12455
12777
|
};
|
|
12456
12778
|
requestId: string;
|
|
12457
12779
|
};
|
|
12458
12780
|
outputFormat: "json";
|
|
12459
|
-
status:
|
|
12781
|
+
status: 403;
|
|
12460
12782
|
input: {
|
|
12461
12783
|
param: {
|
|
12462
12784
|
id: string;
|
|
@@ -12566,7 +12888,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12566
12888
|
} | {
|
|
12567
12889
|
output: {
|
|
12568
12890
|
error: {
|
|
12569
|
-
code: "
|
|
12891
|
+
code: "webhooks_not_enabled";
|
|
12570
12892
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12571
12893
|
message: string;
|
|
12572
12894
|
};
|
|
@@ -12584,14 +12906,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12584
12906
|
} | {
|
|
12585
12907
|
output: {
|
|
12586
12908
|
error: {
|
|
12587
|
-
code: "
|
|
12909
|
+
code: "param_invalid";
|
|
12588
12910
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12589
12911
|
message: string;
|
|
12590
12912
|
};
|
|
12591
12913
|
requestId: string;
|
|
12592
12914
|
};
|
|
12593
12915
|
outputFormat: "json";
|
|
12594
|
-
status:
|
|
12916
|
+
status: 400;
|
|
12595
12917
|
input: {
|
|
12596
12918
|
param: {
|
|
12597
12919
|
deliveryId: string;
|
|
@@ -12602,14 +12924,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12602
12924
|
} | {
|
|
12603
12925
|
output: {
|
|
12604
12926
|
error: {
|
|
12605
|
-
code: "
|
|
12927
|
+
code: "webhook_not_found";
|
|
12606
12928
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12607
12929
|
message: string;
|
|
12608
12930
|
};
|
|
12609
12931
|
requestId: string;
|
|
12610
12932
|
};
|
|
12611
12933
|
outputFormat: "json";
|
|
12612
|
-
status:
|
|
12934
|
+
status: 404;
|
|
12613
12935
|
input: {
|
|
12614
12936
|
param: {
|
|
12615
12937
|
deliveryId: string;
|
|
@@ -12620,7 +12942,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12620
12942
|
} | {
|
|
12621
12943
|
output: {
|
|
12622
12944
|
error: {
|
|
12623
|
-
code: "
|
|
12945
|
+
code: "delivery_not_found";
|
|
12624
12946
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12625
12947
|
message: string;
|
|
12626
12948
|
};
|
|
@@ -12638,7 +12960,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12638
12960
|
} | {
|
|
12639
12961
|
output: {
|
|
12640
12962
|
error: {
|
|
12641
|
-
code: "
|
|
12963
|
+
code: "organization_not_found";
|
|
12642
12964
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12643
12965
|
message: string;
|
|
12644
12966
|
};
|
|
@@ -12656,14 +12978,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12656
12978
|
} | {
|
|
12657
12979
|
output: {
|
|
12658
12980
|
error: {
|
|
12659
|
-
code: "
|
|
12981
|
+
code: "forbidden";
|
|
12660
12982
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
12661
12983
|
message: string;
|
|
12662
12984
|
};
|
|
12663
12985
|
requestId: string;
|
|
12664
12986
|
};
|
|
12665
12987
|
outputFormat: "json";
|
|
12666
|
-
status:
|
|
12988
|
+
status: 403;
|
|
12667
12989
|
input: {
|
|
12668
12990
|
param: {
|
|
12669
12991
|
deliveryId: string;
|
|
@@ -12965,6 +13287,128 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
12965
13287
|
updatedAt: string;
|
|
12966
13288
|
};
|
|
12967
13289
|
type: "funding:deposit.updated";
|
|
13290
|
+
} | {
|
|
13291
|
+
chainId: number;
|
|
13292
|
+
context?: {
|
|
13293
|
+
description?: string | undefined;
|
|
13294
|
+
metadata?: {
|
|
13295
|
+
[x: string]: string;
|
|
13296
|
+
} | undefined;
|
|
13297
|
+
title?: string | undefined;
|
|
13298
|
+
} | undefined;
|
|
13299
|
+
createdAt: string;
|
|
13300
|
+
id: string;
|
|
13301
|
+
subscriptionId: string;
|
|
13302
|
+
data: {
|
|
13303
|
+
createdAt: string;
|
|
13304
|
+
destinationAmount?: {
|
|
13305
|
+
baseUnits: string;
|
|
13306
|
+
currency: string;
|
|
13307
|
+
decimals: number;
|
|
13308
|
+
formatted: string;
|
|
13309
|
+
} | undefined;
|
|
13310
|
+
destinationAmountMin?: {
|
|
13311
|
+
baseUnits: string;
|
|
13312
|
+
currency: string;
|
|
13313
|
+
decimals: number;
|
|
13314
|
+
formatted: string;
|
|
13315
|
+
} | undefined;
|
|
13316
|
+
destinationChain: {
|
|
13317
|
+
addressFormat: "base58" | "base58check" | "hex";
|
|
13318
|
+
id: string;
|
|
13319
|
+
kind: "evm" | "solana" | "tron";
|
|
13320
|
+
name: string;
|
|
13321
|
+
};
|
|
13322
|
+
destinationToken: {
|
|
13323
|
+
address: string;
|
|
13324
|
+
currency: string;
|
|
13325
|
+
decimals: number;
|
|
13326
|
+
name: string;
|
|
13327
|
+
standard: string;
|
|
13328
|
+
symbol: string;
|
|
13329
|
+
tokenKey: string;
|
|
13330
|
+
verified: boolean;
|
|
13331
|
+
};
|
|
13332
|
+
destinationTransactionHashes?: string[] | undefined;
|
|
13333
|
+
fees: {
|
|
13334
|
+
amount: {
|
|
13335
|
+
baseUnits: string;
|
|
13336
|
+
currency: string;
|
|
13337
|
+
decimals: number;
|
|
13338
|
+
formatted: string;
|
|
13339
|
+
};
|
|
13340
|
+
side: "destination" | "source";
|
|
13341
|
+
token: {
|
|
13342
|
+
address: string;
|
|
13343
|
+
currency: string;
|
|
13344
|
+
decimals: number;
|
|
13345
|
+
name: string;
|
|
13346
|
+
standard: string;
|
|
13347
|
+
symbol: string;
|
|
13348
|
+
tokenKey: string;
|
|
13349
|
+
verified: boolean;
|
|
13350
|
+
};
|
|
13351
|
+
type: "provider";
|
|
13352
|
+
}[];
|
|
13353
|
+
id: string;
|
|
13354
|
+
method: "depositAddress" | "transaction";
|
|
13355
|
+
mode: "exactDestination" | "exactSource";
|
|
13356
|
+
provider: {
|
|
13357
|
+
id: string;
|
|
13358
|
+
name: string;
|
|
13359
|
+
};
|
|
13360
|
+
quote: {
|
|
13361
|
+
expiresAt: string;
|
|
13362
|
+
sampledAt: string;
|
|
13363
|
+
};
|
|
13364
|
+
recipient: string;
|
|
13365
|
+
refundAddress?: string | undefined;
|
|
13366
|
+
refundAmount?: {
|
|
13367
|
+
baseUnits: string;
|
|
13368
|
+
currency: string;
|
|
13369
|
+
decimals: number;
|
|
13370
|
+
formatted: string;
|
|
13371
|
+
} | undefined;
|
|
13372
|
+
refundTransactionHashes?: string[] | undefined;
|
|
13373
|
+
sender?: string | undefined;
|
|
13374
|
+
sourceAmount: {
|
|
13375
|
+
baseUnits: string;
|
|
13376
|
+
currency: string;
|
|
13377
|
+
decimals: number;
|
|
13378
|
+
formatted: string;
|
|
13379
|
+
};
|
|
13380
|
+
sourceAmountMax?: {
|
|
13381
|
+
baseUnits: string;
|
|
13382
|
+
currency: string;
|
|
13383
|
+
decimals: number;
|
|
13384
|
+
formatted: string;
|
|
13385
|
+
} | undefined;
|
|
13386
|
+
sourceChain: {
|
|
13387
|
+
addressFormat: "base58" | "base58check" | "hex";
|
|
13388
|
+
id: string;
|
|
13389
|
+
kind: "evm" | "solana" | "tron";
|
|
13390
|
+
name: string;
|
|
13391
|
+
};
|
|
13392
|
+
sourceToken: {
|
|
13393
|
+
address: string;
|
|
13394
|
+
currency: string;
|
|
13395
|
+
decimals: number;
|
|
13396
|
+
name: string;
|
|
13397
|
+
standard: string;
|
|
13398
|
+
symbol: string;
|
|
13399
|
+
tokenKey: string;
|
|
13400
|
+
verified: boolean;
|
|
13401
|
+
};
|
|
13402
|
+
sourceTransactionHashes?: string[] | undefined;
|
|
13403
|
+
status: "action-required" | "awaiting-source" | "completed" | "expired" | "processing" | "refunded" | "refunding";
|
|
13404
|
+
statusReason?: {
|
|
13405
|
+
code: "destination_amount_below_minimum" | "destination_recovered" | "manual_recovery_required" | "refund_failed" | "source_amount_above_maximum" | "source_amount_below_minimum" | "source_chain_mismatch" | "source_token_mismatch";
|
|
13406
|
+
message: string;
|
|
13407
|
+
} | undefined;
|
|
13408
|
+
updatedAt: string;
|
|
13409
|
+
version: number;
|
|
13410
|
+
};
|
|
13411
|
+
type: "funding:transfer.updated";
|
|
12968
13412
|
} | {
|
|
12969
13413
|
chainId: number;
|
|
12970
13414
|
context?: {
|
|
@@ -13053,7 +13497,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13053
13497
|
} | {
|
|
13054
13498
|
output: {
|
|
13055
13499
|
error: {
|
|
13056
|
-
code: "
|
|
13500
|
+
code: "webhooks_not_enabled";
|
|
13057
13501
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13058
13502
|
message: string;
|
|
13059
13503
|
};
|
|
@@ -13071,14 +13515,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13071
13515
|
} | {
|
|
13072
13516
|
output: {
|
|
13073
13517
|
error: {
|
|
13074
|
-
code: "
|
|
13518
|
+
code: "param_invalid";
|
|
13075
13519
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13076
13520
|
message: string;
|
|
13077
13521
|
};
|
|
13078
13522
|
requestId: string;
|
|
13079
13523
|
};
|
|
13080
13524
|
outputFormat: "json";
|
|
13081
|
-
status:
|
|
13525
|
+
status: 400;
|
|
13082
13526
|
input: {
|
|
13083
13527
|
param: {
|
|
13084
13528
|
deliveryId: string;
|
|
@@ -13089,14 +13533,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13089
13533
|
} | {
|
|
13090
13534
|
output: {
|
|
13091
13535
|
error: {
|
|
13092
|
-
code: "
|
|
13536
|
+
code: "webhook_not_found";
|
|
13093
13537
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13094
13538
|
message: string;
|
|
13095
13539
|
};
|
|
13096
13540
|
requestId: string;
|
|
13097
13541
|
};
|
|
13098
13542
|
outputFormat: "json";
|
|
13099
|
-
status:
|
|
13543
|
+
status: 404;
|
|
13100
13544
|
input: {
|
|
13101
13545
|
param: {
|
|
13102
13546
|
deliveryId: string;
|
|
@@ -13106,15 +13550,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13106
13550
|
};
|
|
13107
13551
|
} | {
|
|
13108
13552
|
output: {
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
|
|
13112
|
-
|
|
13113
|
-
|
|
13114
|
-
requestId: string;
|
|
13553
|
+
delivered: boolean;
|
|
13554
|
+
error?: string | undefined;
|
|
13555
|
+
eventId: string;
|
|
13556
|
+
responseMs?: number | undefined;
|
|
13557
|
+
responseStatus?: number | undefined;
|
|
13115
13558
|
};
|
|
13116
13559
|
outputFormat: "json";
|
|
13117
|
-
status:
|
|
13560
|
+
status: 200;
|
|
13118
13561
|
input: {
|
|
13119
13562
|
param: {
|
|
13120
13563
|
deliveryId: string;
|
|
@@ -13125,7 +13568,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13125
13568
|
} | {
|
|
13126
13569
|
output: {
|
|
13127
13570
|
error: {
|
|
13128
|
-
code: "
|
|
13571
|
+
code: "delivery_not_found";
|
|
13129
13572
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13130
13573
|
message: string;
|
|
13131
13574
|
};
|
|
@@ -13143,7 +13586,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13143
13586
|
} | {
|
|
13144
13587
|
output: {
|
|
13145
13588
|
error: {
|
|
13146
|
-
code: "
|
|
13589
|
+
code: "organization_not_found";
|
|
13147
13590
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13148
13591
|
message: string;
|
|
13149
13592
|
};
|
|
@@ -13160,14 +13603,15 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13160
13603
|
};
|
|
13161
13604
|
} | {
|
|
13162
13605
|
output: {
|
|
13163
|
-
|
|
13164
|
-
|
|
13165
|
-
|
|
13166
|
-
|
|
13167
|
-
|
|
13606
|
+
error: {
|
|
13607
|
+
code: "forbidden";
|
|
13608
|
+
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13609
|
+
message: string;
|
|
13610
|
+
};
|
|
13611
|
+
requestId: string;
|
|
13168
13612
|
};
|
|
13169
13613
|
outputFormat: "json";
|
|
13170
|
-
status:
|
|
13614
|
+
status: 403;
|
|
13171
13615
|
input: {
|
|
13172
13616
|
param: {
|
|
13173
13617
|
deliveryId: string;
|
|
@@ -13245,14 +13689,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13245
13689
|
} | {
|
|
13246
13690
|
output: {
|
|
13247
13691
|
error: {
|
|
13248
|
-
code: "
|
|
13692
|
+
code: "body_invalid";
|
|
13249
13693
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13250
13694
|
message: string;
|
|
13251
13695
|
};
|
|
13252
13696
|
requestId: string;
|
|
13253
13697
|
};
|
|
13254
13698
|
outputFormat: "json";
|
|
13255
|
-
status:
|
|
13699
|
+
status: 400;
|
|
13256
13700
|
input: {
|
|
13257
13701
|
param: {
|
|
13258
13702
|
id: string;
|
|
@@ -13266,14 +13710,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13266
13710
|
} | {
|
|
13267
13711
|
output: {
|
|
13268
13712
|
error: {
|
|
13269
|
-
code: "
|
|
13713
|
+
code: "webhooks_not_enabled";
|
|
13270
13714
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13271
13715
|
message: string;
|
|
13272
13716
|
};
|
|
13273
13717
|
requestId: string;
|
|
13274
13718
|
};
|
|
13275
13719
|
outputFormat: "json";
|
|
13276
|
-
status:
|
|
13720
|
+
status: 404;
|
|
13277
13721
|
input: {
|
|
13278
13722
|
param: {
|
|
13279
13723
|
id: string;
|
|
@@ -13287,7 +13731,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13287
13731
|
} | {
|
|
13288
13732
|
output: {
|
|
13289
13733
|
error: {
|
|
13290
|
-
code: "
|
|
13734
|
+
code: "param_invalid";
|
|
13291
13735
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13292
13736
|
message: string;
|
|
13293
13737
|
};
|
|
@@ -13308,14 +13752,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13308
13752
|
} | {
|
|
13309
13753
|
output: {
|
|
13310
13754
|
error: {
|
|
13311
|
-
code: "
|
|
13755
|
+
code: "webhook_not_found";
|
|
13312
13756
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13313
13757
|
message: string;
|
|
13314
13758
|
};
|
|
13315
13759
|
requestId: string;
|
|
13316
13760
|
};
|
|
13317
13761
|
outputFormat: "json";
|
|
13318
|
-
status:
|
|
13762
|
+
status: 404;
|
|
13319
13763
|
input: {
|
|
13320
13764
|
param: {
|
|
13321
13765
|
id: string;
|
|
@@ -13329,7 +13773,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13329
13773
|
} | {
|
|
13330
13774
|
output: {
|
|
13331
13775
|
error: {
|
|
13332
|
-
code: "
|
|
13776
|
+
code: "organization_not_found";
|
|
13333
13777
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13334
13778
|
message: string;
|
|
13335
13779
|
};
|
|
@@ -13350,14 +13794,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13350
13794
|
} | {
|
|
13351
13795
|
output: {
|
|
13352
13796
|
error: {
|
|
13353
|
-
code: "
|
|
13797
|
+
code: "forbidden";
|
|
13354
13798
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13355
13799
|
message: string;
|
|
13356
13800
|
};
|
|
13357
13801
|
requestId: string;
|
|
13358
13802
|
};
|
|
13359
13803
|
outputFormat: "json";
|
|
13360
|
-
status:
|
|
13804
|
+
status: 403;
|
|
13361
13805
|
input: {
|
|
13362
13806
|
param: {
|
|
13363
13807
|
id: string;
|
|
@@ -13373,7 +13817,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13373
13817
|
chainId: number;
|
|
13374
13818
|
createdAt: string;
|
|
13375
13819
|
environment?: "production" | "sandbox" | undefined;
|
|
13376
|
-
eventType: "block:created" | "funding:deposit.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
13820
|
+
eventType: "block:created" | "funding:deposit.updated" | "funding:transfer.updated" | "log:emitted" | "token:transfer" | "transaction:included";
|
|
13377
13821
|
expiresAt?: string | undefined;
|
|
13378
13822
|
failureCount: number;
|
|
13379
13823
|
filters: {
|
|
@@ -13472,7 +13916,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13472
13916
|
} | {
|
|
13473
13917
|
output: {
|
|
13474
13918
|
error: {
|
|
13475
|
-
code: "
|
|
13919
|
+
code: "webhooks_not_enabled";
|
|
13476
13920
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13477
13921
|
message: string;
|
|
13478
13922
|
};
|
|
@@ -13489,14 +13933,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13489
13933
|
} | {
|
|
13490
13934
|
output: {
|
|
13491
13935
|
error: {
|
|
13492
|
-
code: "
|
|
13936
|
+
code: "param_invalid";
|
|
13493
13937
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13494
13938
|
message: string;
|
|
13495
13939
|
};
|
|
13496
13940
|
requestId: string;
|
|
13497
13941
|
};
|
|
13498
13942
|
outputFormat: "json";
|
|
13499
|
-
status:
|
|
13943
|
+
status: 400;
|
|
13500
13944
|
input: {
|
|
13501
13945
|
param: {
|
|
13502
13946
|
id: string;
|
|
@@ -13506,14 +13950,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13506
13950
|
} | {
|
|
13507
13951
|
output: {
|
|
13508
13952
|
error: {
|
|
13509
|
-
code: "
|
|
13953
|
+
code: "webhook_not_found";
|
|
13510
13954
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13511
13955
|
message: string;
|
|
13512
13956
|
};
|
|
13513
13957
|
requestId: string;
|
|
13514
13958
|
};
|
|
13515
13959
|
outputFormat: "json";
|
|
13516
|
-
status:
|
|
13960
|
+
status: 404;
|
|
13517
13961
|
input: {
|
|
13518
13962
|
param: {
|
|
13519
13963
|
id: string;
|
|
@@ -13523,7 +13967,7 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13523
13967
|
} | {
|
|
13524
13968
|
output: {
|
|
13525
13969
|
error: {
|
|
13526
|
-
code: "
|
|
13970
|
+
code: "organization_not_found";
|
|
13527
13971
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13528
13972
|
message: string;
|
|
13529
13973
|
};
|
|
@@ -13540,14 +13984,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13540
13984
|
} | {
|
|
13541
13985
|
output: {
|
|
13542
13986
|
error: {
|
|
13543
|
-
code: "
|
|
13987
|
+
code: "forbidden";
|
|
13544
13988
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13545
13989
|
message: string;
|
|
13546
13990
|
};
|
|
13547
13991
|
requestId: string;
|
|
13548
13992
|
};
|
|
13549
13993
|
outputFormat: "json";
|
|
13550
|
-
status:
|
|
13994
|
+
status: 403;
|
|
13551
13995
|
input: {
|
|
13552
13996
|
param: {
|
|
13553
13997
|
id: string;
|
|
@@ -13645,14 +14089,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13645
14089
|
} | {
|
|
13646
14090
|
output: {
|
|
13647
14091
|
error: {
|
|
13648
|
-
code: "
|
|
14092
|
+
code: "body_invalid";
|
|
13649
14093
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13650
14094
|
message: string;
|
|
13651
14095
|
};
|
|
13652
14096
|
requestId: string;
|
|
13653
14097
|
};
|
|
13654
14098
|
outputFormat: "json";
|
|
13655
|
-
status:
|
|
14099
|
+
status: 400;
|
|
13656
14100
|
input: {
|
|
13657
14101
|
param: {
|
|
13658
14102
|
orgId: string;
|
|
@@ -13669,14 +14113,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13669
14113
|
} | {
|
|
13670
14114
|
output: {
|
|
13671
14115
|
error: {
|
|
13672
|
-
code: "
|
|
14116
|
+
code: "param_invalid";
|
|
13673
14117
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13674
14118
|
message: string;
|
|
13675
14119
|
};
|
|
13676
14120
|
requestId: string;
|
|
13677
14121
|
};
|
|
13678
14122
|
outputFormat: "json";
|
|
13679
|
-
status:
|
|
14123
|
+
status: 400;
|
|
13680
14124
|
input: {
|
|
13681
14125
|
param: {
|
|
13682
14126
|
orgId: string;
|
|
@@ -13693,14 +14137,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13693
14137
|
} | {
|
|
13694
14138
|
output: {
|
|
13695
14139
|
error: {
|
|
13696
|
-
code: "
|
|
14140
|
+
code: "forbidden";
|
|
13697
14141
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13698
14142
|
message: string;
|
|
13699
14143
|
};
|
|
13700
14144
|
requestId: string;
|
|
13701
14145
|
};
|
|
13702
14146
|
outputFormat: "json";
|
|
13703
|
-
status:
|
|
14147
|
+
status: 403;
|
|
13704
14148
|
input: {
|
|
13705
14149
|
param: {
|
|
13706
14150
|
orgId: string;
|
|
@@ -13717,14 +14161,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13717
14161
|
} | {
|
|
13718
14162
|
output: {
|
|
13719
14163
|
error: {
|
|
13720
|
-
code: "
|
|
14164
|
+
code: "organization_not_found" | "project_not_found";
|
|
13721
14165
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13722
14166
|
message: string;
|
|
13723
14167
|
};
|
|
13724
14168
|
requestId: string;
|
|
13725
14169
|
};
|
|
13726
14170
|
outputFormat: "json";
|
|
13727
|
-
status:
|
|
14171
|
+
status: 404;
|
|
13728
14172
|
input: {
|
|
13729
14173
|
param: {
|
|
13730
14174
|
orgId: string;
|
|
@@ -13950,14 +14394,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13950
14394
|
} | {
|
|
13951
14395
|
output: {
|
|
13952
14396
|
error: {
|
|
13953
|
-
code: "
|
|
14397
|
+
code: "param_invalid";
|
|
13954
14398
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13955
14399
|
message: string;
|
|
13956
14400
|
};
|
|
13957
14401
|
requestId: string;
|
|
13958
14402
|
};
|
|
13959
14403
|
outputFormat: "json";
|
|
13960
|
-
status:
|
|
14404
|
+
status: 400;
|
|
13961
14405
|
input: {
|
|
13962
14406
|
param: {
|
|
13963
14407
|
orgId: string;
|
|
@@ -13971,14 +14415,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
13971
14415
|
} | {
|
|
13972
14416
|
output: {
|
|
13973
14417
|
error: {
|
|
13974
|
-
code: "
|
|
14418
|
+
code: "organization_not_found" | "project_not_found";
|
|
13975
14419
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
13976
14420
|
message: string;
|
|
13977
14421
|
};
|
|
13978
14422
|
requestId: string;
|
|
13979
14423
|
};
|
|
13980
14424
|
outputFormat: "json";
|
|
13981
|
-
status:
|
|
14425
|
+
status: 404;
|
|
13982
14426
|
input: {
|
|
13983
14427
|
param: {
|
|
13984
14428
|
orgId: string;
|
|
@@ -14166,14 +14610,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14166
14610
|
} | {
|
|
14167
14611
|
output: {
|
|
14168
14612
|
error: {
|
|
14169
|
-
code: "
|
|
14613
|
+
code: "param_invalid";
|
|
14170
14614
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14171
14615
|
message: string;
|
|
14172
14616
|
};
|
|
14173
14617
|
requestId: string;
|
|
14174
14618
|
};
|
|
14175
14619
|
outputFormat: "json";
|
|
14176
|
-
status:
|
|
14620
|
+
status: 400;
|
|
14177
14621
|
input: {
|
|
14178
14622
|
param: {
|
|
14179
14623
|
orgId: string;
|
|
@@ -14186,14 +14630,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14186
14630
|
} | {
|
|
14187
14631
|
output: {
|
|
14188
14632
|
error: {
|
|
14189
|
-
code: "
|
|
14633
|
+
code: "organization_not_found";
|
|
14190
14634
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14191
14635
|
message: string;
|
|
14192
14636
|
};
|
|
14193
14637
|
requestId: string;
|
|
14194
14638
|
};
|
|
14195
14639
|
outputFormat: "json";
|
|
14196
|
-
status:
|
|
14640
|
+
status: 404;
|
|
14197
14641
|
input: {
|
|
14198
14642
|
param: {
|
|
14199
14643
|
orgId: string;
|
|
@@ -14309,14 +14753,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14309
14753
|
} | {
|
|
14310
14754
|
output: {
|
|
14311
14755
|
error: {
|
|
14312
|
-
code: "
|
|
14756
|
+
code: "param_invalid";
|
|
14313
14757
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14314
14758
|
message: string;
|
|
14315
14759
|
};
|
|
14316
14760
|
requestId: string;
|
|
14317
14761
|
};
|
|
14318
14762
|
outputFormat: "json";
|
|
14319
|
-
status:
|
|
14763
|
+
status: 400;
|
|
14320
14764
|
input: {
|
|
14321
14765
|
param: {
|
|
14322
14766
|
keyId: string;
|
|
@@ -14326,14 +14770,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14326
14770
|
} | {
|
|
14327
14771
|
output: {
|
|
14328
14772
|
error: {
|
|
14329
|
-
code: "
|
|
14773
|
+
code: "forbidden";
|
|
14330
14774
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14331
14775
|
message: string;
|
|
14332
14776
|
};
|
|
14333
14777
|
requestId: string;
|
|
14334
14778
|
};
|
|
14335
14779
|
outputFormat: "json";
|
|
14336
|
-
status:
|
|
14780
|
+
status: 403;
|
|
14337
14781
|
input: {
|
|
14338
14782
|
param: {
|
|
14339
14783
|
keyId: string;
|
|
@@ -14507,14 +14951,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14507
14951
|
} | {
|
|
14508
14952
|
output: {
|
|
14509
14953
|
error: {
|
|
14510
|
-
code: "
|
|
14954
|
+
code: "param_invalid";
|
|
14511
14955
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14512
14956
|
message: string;
|
|
14513
14957
|
};
|
|
14514
14958
|
requestId: string;
|
|
14515
14959
|
};
|
|
14516
14960
|
outputFormat: "json";
|
|
14517
|
-
status:
|
|
14961
|
+
status: 400;
|
|
14518
14962
|
input: {
|
|
14519
14963
|
param: {
|
|
14520
14964
|
keyId: string;
|
|
@@ -14524,14 +14968,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14524
14968
|
} | {
|
|
14525
14969
|
output: {
|
|
14526
14970
|
error: {
|
|
14527
|
-
code: "
|
|
14971
|
+
code: "forbidden";
|
|
14528
14972
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14529
14973
|
message: string;
|
|
14530
14974
|
};
|
|
14531
14975
|
requestId: string;
|
|
14532
14976
|
};
|
|
14533
14977
|
outputFormat: "json";
|
|
14534
|
-
status:
|
|
14978
|
+
status: 403;
|
|
14535
14979
|
input: {
|
|
14536
14980
|
param: {
|
|
14537
14981
|
keyId: string;
|
|
@@ -14701,14 +15145,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14701
15145
|
} | {
|
|
14702
15146
|
output: {
|
|
14703
15147
|
error: {
|
|
14704
|
-
code: "
|
|
15148
|
+
code: "body_invalid";
|
|
14705
15149
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14706
15150
|
message: string;
|
|
14707
15151
|
};
|
|
14708
15152
|
requestId: string;
|
|
14709
15153
|
};
|
|
14710
15154
|
outputFormat: "json";
|
|
14711
|
-
status:
|
|
15155
|
+
status: 400;
|
|
14712
15156
|
input: {
|
|
14713
15157
|
param: {
|
|
14714
15158
|
keyId: string;
|
|
@@ -14723,14 +15167,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14723
15167
|
} | {
|
|
14724
15168
|
output: {
|
|
14725
15169
|
error: {
|
|
14726
|
-
code: "
|
|
15170
|
+
code: "param_invalid";
|
|
14727
15171
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14728
15172
|
message: string;
|
|
14729
15173
|
};
|
|
14730
15174
|
requestId: string;
|
|
14731
15175
|
};
|
|
14732
15176
|
outputFormat: "json";
|
|
14733
|
-
status:
|
|
15177
|
+
status: 400;
|
|
14734
15178
|
input: {
|
|
14735
15179
|
param: {
|
|
14736
15180
|
keyId: string;
|
|
@@ -14745,14 +15189,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14745
15189
|
} | {
|
|
14746
15190
|
output: {
|
|
14747
15191
|
error: {
|
|
14748
|
-
code: "
|
|
15192
|
+
code: "forbidden";
|
|
14749
15193
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14750
15194
|
message: string;
|
|
14751
15195
|
};
|
|
14752
15196
|
requestId: string;
|
|
14753
15197
|
};
|
|
14754
15198
|
outputFormat: "json";
|
|
14755
|
-
status:
|
|
15199
|
+
status: 403;
|
|
14756
15200
|
input: {
|
|
14757
15201
|
param: {
|
|
14758
15202
|
keyId: string;
|
|
@@ -14767,14 +15211,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14767
15211
|
} | {
|
|
14768
15212
|
output: {
|
|
14769
15213
|
error: {
|
|
14770
|
-
code: "
|
|
15214
|
+
code: "organization_not_found" | "project_not_found";
|
|
14771
15215
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14772
15216
|
message: string;
|
|
14773
15217
|
};
|
|
14774
15218
|
requestId: string;
|
|
14775
15219
|
};
|
|
14776
15220
|
outputFormat: "json";
|
|
14777
|
-
status:
|
|
15221
|
+
status: 404;
|
|
14778
15222
|
input: {
|
|
14779
15223
|
param: {
|
|
14780
15224
|
keyId: string;
|
|
@@ -14919,14 +15363,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14919
15363
|
} | {
|
|
14920
15364
|
output: {
|
|
14921
15365
|
error: {
|
|
14922
|
-
code: "
|
|
15366
|
+
code: "param_invalid";
|
|
14923
15367
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14924
15368
|
message: string;
|
|
14925
15369
|
};
|
|
14926
15370
|
requestId: string;
|
|
14927
15371
|
};
|
|
14928
15372
|
outputFormat: "json";
|
|
14929
|
-
status:
|
|
15373
|
+
status: 400;
|
|
14930
15374
|
input: {
|
|
14931
15375
|
param: {
|
|
14932
15376
|
keyId: string;
|
|
@@ -14937,14 +15381,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14937
15381
|
} | {
|
|
14938
15382
|
output: {
|
|
14939
15383
|
error: {
|
|
14940
|
-
code: "
|
|
15384
|
+
code: "forbidden";
|
|
14941
15385
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14942
15386
|
message: string;
|
|
14943
15387
|
};
|
|
14944
15388
|
requestId: string;
|
|
14945
15389
|
};
|
|
14946
15390
|
outputFormat: "json";
|
|
14947
|
-
status:
|
|
15391
|
+
status: 403;
|
|
14948
15392
|
input: {
|
|
14949
15393
|
param: {
|
|
14950
15394
|
keyId: string;
|
|
@@ -14955,14 +15399,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
14955
15399
|
} | {
|
|
14956
15400
|
output: {
|
|
14957
15401
|
error: {
|
|
14958
|
-
code: "
|
|
15402
|
+
code: "organization_not_found" | "project_not_found";
|
|
14959
15403
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
14960
15404
|
message: string;
|
|
14961
15405
|
};
|
|
14962
15406
|
requestId: string;
|
|
14963
15407
|
};
|
|
14964
15408
|
outputFormat: "json";
|
|
14965
|
-
status:
|
|
15409
|
+
status: 404;
|
|
14966
15410
|
input: {
|
|
14967
15411
|
param: {
|
|
14968
15412
|
keyId: string;
|
|
@@ -15146,14 +15590,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
15146
15590
|
} | {
|
|
15147
15591
|
output: {
|
|
15148
15592
|
error: {
|
|
15149
|
-
code: "
|
|
15593
|
+
code: "param_invalid";
|
|
15150
15594
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
15151
15595
|
message: string;
|
|
15152
15596
|
};
|
|
15153
15597
|
requestId: string;
|
|
15154
15598
|
};
|
|
15155
15599
|
outputFormat: "json";
|
|
15156
|
-
status:
|
|
15600
|
+
status: 400;
|
|
15157
15601
|
input: {
|
|
15158
15602
|
param: {
|
|
15159
15603
|
keyId: string;
|
|
@@ -15164,14 +15608,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
15164
15608
|
} | {
|
|
15165
15609
|
output: {
|
|
15166
15610
|
error: {
|
|
15167
|
-
code: "
|
|
15611
|
+
code: "forbidden";
|
|
15168
15612
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
15169
15613
|
message: string;
|
|
15170
15614
|
};
|
|
15171
15615
|
requestId: string;
|
|
15172
15616
|
};
|
|
15173
15617
|
outputFormat: "json";
|
|
15174
|
-
status:
|
|
15618
|
+
status: 403;
|
|
15175
15619
|
input: {
|
|
15176
15620
|
param: {
|
|
15177
15621
|
keyId: string;
|
|
@@ -15182,14 +15626,14 @@ export declare function management(options?: management.Options): import("hono/h
|
|
|
15182
15626
|
} | {
|
|
15183
15627
|
output: {
|
|
15184
15628
|
error: {
|
|
15185
|
-
code: "
|
|
15629
|
+
code: "organization_not_found" | "project_not_found";
|
|
15186
15630
|
details?: readonly import("../../internal/Response.js").error.Detail[] | undefined;
|
|
15187
15631
|
message: string;
|
|
15188
15632
|
};
|
|
15189
15633
|
requestId: string;
|
|
15190
15634
|
};
|
|
15191
15635
|
outputFormat: "json";
|
|
15192
|
-
status:
|
|
15636
|
+
status: 404;
|
|
15193
15637
|
input: {
|
|
15194
15638
|
param: {
|
|
15195
15639
|
keyId: string;
|