@channel.io/app-sdk-core 0.25.0 → 0.27.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/extensions/apikey.d.ts +2 -2
- package/dist/extensions/calendar.d.ts +2 -2
- package/dist/extensions/commerce.d.ts +20 -12
- package/dist/extensions/commerce.d.ts.map +1 -1
- package/dist/extensions/commerce.js +14 -3
- package/dist/extensions/commerce.js.map +1 -1
- package/dist/extensions/config.d.ts +133 -81
- package/dist/extensions/config.d.ts.map +1 -1
- package/dist/extensions/config.js +14 -0
- package/dist/extensions/config.js.map +1 -1
- package/dist/extensions/datasource.d.ts +22 -22
- package/dist/extensions/hook.d.ts +569 -4
- package/dist/extensions/hook.d.ts.map +1 -1
- package/dist/extensions/hook.js +57 -1
- package/dist/extensions/hook.js.map +1 -1
- package/dist/extensions/index.d.ts +3 -2
- package/dist/extensions/index.d.ts.map +1 -1
- package/dist/extensions/index.js +3 -2
- package/dist/extensions/index.js.map +1 -1
- package/dist/extensions/notebook.d.ts +6 -6
- package/dist/extensions/oauth.d.ts +206 -21
- package/dist/extensions/oauth.d.ts.map +1 -1
- package/dist/extensions/oauth.js +38 -0
- package/dist/extensions/oauth.js.map +1 -1
- package/dist/extensions/proto-contracts.d.ts +3 -1
- package/dist/extensions/proto-contracts.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/common.zod.d.ts +10 -10
- package/dist/gen/channel/app/sdk/v1/context.d.ts +12 -0
- package/dist/gen/channel/app/sdk/v1/context.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/context.zod.d.ts +67 -6
- package/dist/gen/channel/app/sdk/v1/context.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/context.zod.js +9 -0
- package/dist/gen/channel/app/sdk/v1/context.zod.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.d.ts +94 -2
- package/dist/gen/channel/app/sdk/v1/extension.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +570 -172
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/extension.zod.js +43 -0
- package/dist/gen/channel/app/sdk/v1/extension.zod.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/function.zod.d.ts +66 -12
- package/dist/gen/channel/app/sdk/v1/function.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.d.ts +30 -0
- package/dist/gen/channel/app/sdk/v1/native.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.js.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts +268 -12
- package/dist/gen/channel/app/sdk/v1/native.zod.d.ts.map +1 -1
- package/dist/gen/channel/app/sdk/v1/native.zod.js +27 -0
- package/dist/gen/channel/app/sdk/v1/native.zod.js.map +1 -1
- package/dist/schemas/context.d.ts +25 -0
- package/dist/schemas/context.d.ts.map +1 -0
- package/dist/schemas/context.js +13 -0
- package/dist/schemas/context.js.map +1 -0
- package/dist/schemas/index.d.ts +1 -0
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -0
- package/dist/schemas/index.js.map +1 -1
- package/dist/schemas/native.d.ts +311 -0
- package/dist/schemas/native.d.ts.map +1 -1
- package/dist/schemas/native.js +45 -0
- package/dist/schemas/native.js.map +1 -1
- package/dist/schemas/redirect.d.ts +4 -0
- package/dist/schemas/redirect.d.ts.map +1 -0
- package/dist/schemas/redirect.js +18 -0
- package/dist/schemas/redirect.js.map +1 -0
- package/dist/types/context.d.ts +11 -2
- package/dist/types/context.d.ts.map +1 -1
- package/dist/types/native.d.ts +34 -0
- package/dist/types/native.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
import type { ConfigBlock as ProtoConfigBlock, ConfigChoice as ProtoConfigChoice, ConfigChoicesSource as ProtoConfigChoicesSource, ConfigCondition as ProtoConfigCondition, ConfigDefaultSelector as ProtoConfigDefaultSelector, ConfigDraftResolutionOutput as ProtoConfigDraftResolutionOutput, ConfigDraftResolutionParams as ProtoConfigDraftResolutionParams, ConfigField as ProtoConfigField, ConfigGetConfigSchemaOutput as ProtoGetConfigSchemaOutput, ConfigHooks as ProtoConfigHooks, ConfigInlineLink as ProtoConfigInlineLink, ConfigLocalizedText as ProtoConfigLocalizedText, ConfigMediaOptions as ProtoConfigMediaOptions, ConfigOAuth as ProtoConfigOAuth, ConfigOAuthAdditionalParam as ProtoConfigOAuthAdditionalParam, ConfigOAuthClientCredentials as ProtoConfigOAuthClientCredentials, ConfigOverview as ProtoConfigOverview, ConfigResolvedValueTarget as ProtoConfigResolvedValueTarget, ConfigSettings as ProtoConfigSettings, ConfigValidateStoredConfigOutput as ProtoValidateStoredConfigOutput, ConfigValidationError as ProtoConfigValidationError, ConfigValidationNotice as ProtoConfigValidationNotice } from "../gen/channel/app/sdk/v1/extension.js";
|
|
2
|
+
import type { ConfigActionRedirect as ProtoConfigActionRedirect, ConfigActionResult as ProtoConfigActionResult, ConfigBlock as ProtoConfigBlock, ConfigChoice as ProtoConfigChoice, ConfigChoicesSource as ProtoConfigChoicesSource, ConfigCondition as ProtoConfigCondition, ConfigDefaultSelector as ProtoConfigDefaultSelector, ConfigDraftResolutionOutput as ProtoConfigDraftResolutionOutput, ConfigDraftResolutionParams as ProtoConfigDraftResolutionParams, ConfigField as ProtoConfigField, ConfigGetConfigSchemaOutput as ProtoGetConfigSchemaOutput, ConfigHooks as ProtoConfigHooks, ConfigInlineLink as ProtoConfigInlineLink, ConfigLocalizedText as ProtoConfigLocalizedText, ConfigMediaOptions as ProtoConfigMediaOptions, ConfigOAuth as ProtoConfigOAuth, ConfigOAuthAdditionalParam as ProtoConfigOAuthAdditionalParam, ConfigOAuthClientCredentials as ProtoConfigOAuthClientCredentials, ConfigOverview as ProtoConfigOverview, ConfigResolvedValueTarget as ProtoConfigResolvedValueTarget, ConfigSettings as ProtoConfigSettings, ConfigValidateStoredConfigOutput as ProtoValidateStoredConfigOutput, ConfigValidationError as ProtoConfigValidationError, ConfigValidationNotice as ProtoConfigValidationNotice } from "../gen/channel/app/sdk/v1/extension.js";
|
|
3
3
|
type ProtoBacked<T, Proto> = T & Proto;
|
|
4
4
|
export declare const ConfigScopeSchema: z.ZodEnum<["channel", "manager"]>;
|
|
5
5
|
export type ConfigScope = z.infer<typeof ConfigScopeSchema>;
|
|
@@ -3407,7 +3407,6 @@ export declare const ConfigFieldSchema: z.ZodDiscriminatedUnion<"type", readonly
|
|
|
3407
3407
|
description?: string | undefined;
|
|
3408
3408
|
required?: boolean | undefined;
|
|
3409
3409
|
placeholder?: string | undefined;
|
|
3410
|
-
rows?: number | undefined;
|
|
3411
3410
|
i18nMap?: Record<string, {
|
|
3412
3411
|
message?: string | undefined;
|
|
3413
3412
|
description?: string | undefined;
|
|
@@ -3436,6 +3435,7 @@ export declare const ConfigFieldSchema: z.ZodDiscriminatedUnion<"type", readonly
|
|
|
3436
3435
|
noneLabel?: string | undefined;
|
|
3437
3436
|
onChangeSuccessMessage?: string | undefined;
|
|
3438
3437
|
}> | undefined;
|
|
3438
|
+
rows?: number | undefined;
|
|
3439
3439
|
validationRegex?: string | undefined;
|
|
3440
3440
|
media?: {
|
|
3441
3441
|
visibility?: "public" | undefined;
|
|
@@ -3518,7 +3518,6 @@ export declare const ConfigFieldSchema: z.ZodDiscriminatedUnion<"type", readonly
|
|
|
3518
3518
|
description?: string | undefined;
|
|
3519
3519
|
required?: boolean | undefined;
|
|
3520
3520
|
placeholder?: string | undefined;
|
|
3521
|
-
rows?: number | undefined;
|
|
3522
3521
|
i18nMap?: Record<string, {
|
|
3523
3522
|
message?: string | undefined;
|
|
3524
3523
|
description?: string | undefined;
|
|
@@ -3547,6 +3546,7 @@ export declare const ConfigFieldSchema: z.ZodDiscriminatedUnion<"type", readonly
|
|
|
3547
3546
|
noneLabel?: string | undefined;
|
|
3548
3547
|
onChangeSuccessMessage?: string | undefined;
|
|
3549
3548
|
}> | undefined;
|
|
3549
|
+
rows?: number | undefined;
|
|
3550
3550
|
validationRegex?: string | undefined;
|
|
3551
3551
|
media?: {
|
|
3552
3552
|
visibility?: "public" | undefined;
|
|
@@ -11824,6 +11824,7 @@ declare const ConfigActionBlockSchema: z.ZodObject<{
|
|
|
11824
11824
|
validationFieldKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11825
11825
|
saveBeforeRun: z.ZodOptional<z.ZodBoolean>;
|
|
11826
11826
|
afterSuccess: z.ZodOptional<z.ZodArray<z.ZodEnum<["save", "delete", "reload"]>, "many">>;
|
|
11827
|
+
redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
11827
11828
|
successMessage: z.ZodOptional<z.ZodString>;
|
|
11828
11829
|
showInOverviewMenu: z.ZodOptional<z.ZodBoolean>;
|
|
11829
11830
|
menuIcon: z.ZodOptional<z.ZodEnum<["disconnect", "delete"]>>;
|
|
@@ -12043,6 +12044,7 @@ declare const ConfigActionBlockSchema: z.ZodObject<{
|
|
|
12043
12044
|
validationFieldKeys?: string[] | undefined;
|
|
12044
12045
|
saveBeforeRun?: boolean | undefined;
|
|
12045
12046
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
12047
|
+
redirectOrigins?: string[] | undefined;
|
|
12046
12048
|
showInOverviewMenu?: boolean | undefined;
|
|
12047
12049
|
}, {
|
|
12048
12050
|
type: "action";
|
|
@@ -12098,9 +12100,51 @@ declare const ConfigActionBlockSchema: z.ZodObject<{
|
|
|
12098
12100
|
validationFieldKeys?: string[] | undefined;
|
|
12099
12101
|
saveBeforeRun?: boolean | undefined;
|
|
12100
12102
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
12103
|
+
redirectOrigins?: string[] | undefined;
|
|
12101
12104
|
showInOverviewMenu?: boolean | undefined;
|
|
12102
12105
|
}>;
|
|
12103
12106
|
export type ConfigActionBlock = ProtoBacked<z.infer<typeof ConfigActionBlockSchema>, ProtoConfigBlock>;
|
|
12107
|
+
export declare const ConfigActionRedirectSchema: z.ZodObject<{
|
|
12108
|
+
url: z.ZodString;
|
|
12109
|
+
mode: z.ZodOptional<z.ZodEnum<["currentTab", "external"]>>;
|
|
12110
|
+
}, "strict", z.ZodTypeAny, {
|
|
12111
|
+
url: string;
|
|
12112
|
+
mode?: "currentTab" | "external" | undefined;
|
|
12113
|
+
}, {
|
|
12114
|
+
url: string;
|
|
12115
|
+
mode?: "currentTab" | "external" | undefined;
|
|
12116
|
+
}>;
|
|
12117
|
+
export type ConfigActionRedirect = ProtoBacked<z.infer<typeof ConfigActionRedirectSchema>, ProtoConfigActionRedirect>;
|
|
12118
|
+
/** Only an explicit action click handles redirect, after successful afterSuccess steps. */
|
|
12119
|
+
export declare const ConfigActionResultSchema: z.ZodObject<{
|
|
12120
|
+
valuesPatch: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
12121
|
+
message: z.ZodOptional<z.ZodString>;
|
|
12122
|
+
redirect: z.ZodOptional<z.ZodObject<{
|
|
12123
|
+
url: z.ZodString;
|
|
12124
|
+
mode: z.ZodOptional<z.ZodEnum<["currentTab", "external"]>>;
|
|
12125
|
+
}, "strict", z.ZodTypeAny, {
|
|
12126
|
+
url: string;
|
|
12127
|
+
mode?: "currentTab" | "external" | undefined;
|
|
12128
|
+
}, {
|
|
12129
|
+
url: string;
|
|
12130
|
+
mode?: "currentTab" | "external" | undefined;
|
|
12131
|
+
}>>;
|
|
12132
|
+
}, "strip", z.ZodTypeAny, {
|
|
12133
|
+
message?: string | undefined;
|
|
12134
|
+
valuesPatch?: Record<string, unknown> | undefined;
|
|
12135
|
+
redirect?: {
|
|
12136
|
+
url: string;
|
|
12137
|
+
mode?: "currentTab" | "external" | undefined;
|
|
12138
|
+
} | undefined;
|
|
12139
|
+
}, {
|
|
12140
|
+
message?: string | undefined;
|
|
12141
|
+
valuesPatch?: Record<string, unknown> | undefined;
|
|
12142
|
+
redirect?: {
|
|
12143
|
+
url: string;
|
|
12144
|
+
mode?: "currentTab" | "external" | undefined;
|
|
12145
|
+
} | undefined;
|
|
12146
|
+
}>;
|
|
12147
|
+
export type ConfigActionResult = ProtoBacked<z.infer<typeof ConfigActionResultSchema>, ProtoConfigActionResult>;
|
|
12104
12148
|
export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
12105
12149
|
id: z.ZodOptional<z.ZodString>;
|
|
12106
12150
|
type: z.ZodLiteral<"section">;
|
|
@@ -12298,7 +12342,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12298
12342
|
operator: "eq" | "ne" | "in" | "notIn" | "exists" | "notExists";
|
|
12299
12343
|
value?: unknown;
|
|
12300
12344
|
}[] | undefined;
|
|
12301
|
-
menuIcon?: "
|
|
12345
|
+
menuIcon?: "settings" | "edit" | undefined;
|
|
12302
12346
|
}, {
|
|
12303
12347
|
type: "section";
|
|
12304
12348
|
title: string;
|
|
@@ -12339,7 +12383,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
12339
12383
|
operator: "eq" | "ne" | "in" | "notIn" | "exists" | "notExists";
|
|
12340
12384
|
value?: unknown;
|
|
12341
12385
|
}[] | undefined;
|
|
12342
|
-
menuIcon?: "
|
|
12386
|
+
menuIcon?: "settings" | "edit" | undefined;
|
|
12343
12387
|
}>, z.ZodObject<{
|
|
12344
12388
|
id: z.ZodOptional<z.ZodString>;
|
|
12345
12389
|
type: z.ZodLiteral<"description">;
|
|
@@ -14258,7 +14302,6 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14258
14302
|
description?: string | undefined;
|
|
14259
14303
|
required?: boolean | undefined;
|
|
14260
14304
|
placeholder?: string | undefined;
|
|
14261
|
-
rows?: number | undefined;
|
|
14262
14305
|
i18nMap?: Record<string, {
|
|
14263
14306
|
message?: string | undefined;
|
|
14264
14307
|
description?: string | undefined;
|
|
@@ -14287,6 +14330,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14287
14330
|
noneLabel?: string | undefined;
|
|
14288
14331
|
onChangeSuccessMessage?: string | undefined;
|
|
14289
14332
|
}> | undefined;
|
|
14333
|
+
rows?: number | undefined;
|
|
14290
14334
|
validationRegex?: string | undefined;
|
|
14291
14335
|
media?: {
|
|
14292
14336
|
visibility?: "public" | undefined;
|
|
@@ -14369,7 +14413,6 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14369
14413
|
description?: string | undefined;
|
|
14370
14414
|
required?: boolean | undefined;
|
|
14371
14415
|
placeholder?: string | undefined;
|
|
14372
|
-
rows?: number | undefined;
|
|
14373
14416
|
i18nMap?: Record<string, {
|
|
14374
14417
|
message?: string | undefined;
|
|
14375
14418
|
description?: string | undefined;
|
|
@@ -14398,6 +14441,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
14398
14441
|
noneLabel?: string | undefined;
|
|
14399
14442
|
onChangeSuccessMessage?: string | undefined;
|
|
14400
14443
|
}> | undefined;
|
|
14444
|
+
rows?: number | undefined;
|
|
14401
14445
|
validationRegex?: string | undefined;
|
|
14402
14446
|
media?: {
|
|
14403
14447
|
visibility?: "public" | undefined;
|
|
@@ -22915,7 +22959,6 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22915
22959
|
description?: string | undefined;
|
|
22916
22960
|
required?: boolean | undefined;
|
|
22917
22961
|
placeholder?: string | undefined;
|
|
22918
|
-
rows?: number | undefined;
|
|
22919
22962
|
i18nMap?: Record<string, {
|
|
22920
22963
|
message?: string | undefined;
|
|
22921
22964
|
description?: string | undefined;
|
|
@@ -22944,6 +22987,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
22944
22987
|
noneLabel?: string | undefined;
|
|
22945
22988
|
onChangeSuccessMessage?: string | undefined;
|
|
22946
22989
|
}> | undefined;
|
|
22990
|
+
rows?: number | undefined;
|
|
22947
22991
|
validationRegex?: string | undefined;
|
|
22948
22992
|
media?: {
|
|
22949
22993
|
visibility?: "public" | undefined;
|
|
@@ -24479,7 +24523,6 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24479
24523
|
description?: string | undefined;
|
|
24480
24524
|
required?: boolean | undefined;
|
|
24481
24525
|
placeholder?: string | undefined;
|
|
24482
|
-
rows?: number | undefined;
|
|
24483
24526
|
i18nMap?: Record<string, {
|
|
24484
24527
|
message?: string | undefined;
|
|
24485
24528
|
description?: string | undefined;
|
|
@@ -24508,6 +24551,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
24508
24551
|
noneLabel?: string | undefined;
|
|
24509
24552
|
onChangeSuccessMessage?: string | undefined;
|
|
24510
24553
|
}> | undefined;
|
|
24554
|
+
rows?: number | undefined;
|
|
24511
24555
|
validationRegex?: string | undefined;
|
|
24512
24556
|
media?: {
|
|
24513
24557
|
visibility?: "public" | undefined;
|
|
@@ -25956,6 +26000,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
25956
26000
|
validationFieldKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
25957
26001
|
saveBeforeRun: z.ZodOptional<z.ZodBoolean>;
|
|
25958
26002
|
afterSuccess: z.ZodOptional<z.ZodArray<z.ZodEnum<["save", "delete", "reload"]>, "many">>;
|
|
26003
|
+
redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
25959
26004
|
successMessage: z.ZodOptional<z.ZodString>;
|
|
25960
26005
|
showInOverviewMenu: z.ZodOptional<z.ZodBoolean>;
|
|
25961
26006
|
menuIcon: z.ZodOptional<z.ZodEnum<["disconnect", "delete"]>>;
|
|
@@ -26175,6 +26220,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26175
26220
|
validationFieldKeys?: string[] | undefined;
|
|
26176
26221
|
saveBeforeRun?: boolean | undefined;
|
|
26177
26222
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
26223
|
+
redirectOrigins?: string[] | undefined;
|
|
26178
26224
|
showInOverviewMenu?: boolean | undefined;
|
|
26179
26225
|
}, {
|
|
26180
26226
|
type: "action";
|
|
@@ -26230,6 +26276,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
26230
26276
|
validationFieldKeys?: string[] | undefined;
|
|
26231
26277
|
saveBeforeRun?: boolean | undefined;
|
|
26232
26278
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
26279
|
+
redirectOrigins?: string[] | undefined;
|
|
26233
26280
|
showInOverviewMenu?: boolean | undefined;
|
|
26234
26281
|
}>, z.ZodObject<{
|
|
26235
26282
|
key: z.ZodString;
|
|
@@ -27357,7 +27404,6 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27357
27404
|
description?: string | undefined;
|
|
27358
27405
|
required?: boolean | undefined;
|
|
27359
27406
|
placeholder?: string | undefined;
|
|
27360
|
-
rows?: number | undefined;
|
|
27361
27407
|
i18nMap?: Record<string, {
|
|
27362
27408
|
message?: string | undefined;
|
|
27363
27409
|
description?: string | undefined;
|
|
@@ -27386,6 +27432,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27386
27432
|
noneLabel?: string | undefined;
|
|
27387
27433
|
onChangeSuccessMessage?: string | undefined;
|
|
27388
27434
|
}> | undefined;
|
|
27435
|
+
rows?: number | undefined;
|
|
27389
27436
|
validationRegex?: string | undefined;
|
|
27390
27437
|
media?: {
|
|
27391
27438
|
visibility?: "public" | undefined;
|
|
@@ -27468,7 +27515,6 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27468
27515
|
description?: string | undefined;
|
|
27469
27516
|
required?: boolean | undefined;
|
|
27470
27517
|
placeholder?: string | undefined;
|
|
27471
|
-
rows?: number | undefined;
|
|
27472
27518
|
i18nMap?: Record<string, {
|
|
27473
27519
|
message?: string | undefined;
|
|
27474
27520
|
description?: string | undefined;
|
|
@@ -27497,6 +27543,7 @@ export declare const ConfigBlockSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
27497
27543
|
noneLabel?: string | undefined;
|
|
27498
27544
|
onChangeSuccessMessage?: string | undefined;
|
|
27499
27545
|
}> | undefined;
|
|
27546
|
+
rows?: number | undefined;
|
|
27500
27547
|
validationRegex?: string | undefined;
|
|
27501
27548
|
media?: {
|
|
27502
27549
|
visibility?: "public" | undefined;
|
|
@@ -36153,7 +36200,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
36153
36200
|
operator: "eq" | "ne" | "in" | "notIn" | "exists" | "notExists";
|
|
36154
36201
|
value?: unknown;
|
|
36155
36202
|
}[] | undefined;
|
|
36156
|
-
menuIcon?: "
|
|
36203
|
+
menuIcon?: "settings" | "edit" | undefined;
|
|
36157
36204
|
}, {
|
|
36158
36205
|
type: "section";
|
|
36159
36206
|
title: string;
|
|
@@ -36194,7 +36241,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
36194
36241
|
operator: "eq" | "ne" | "in" | "notIn" | "exists" | "notExists";
|
|
36195
36242
|
value?: unknown;
|
|
36196
36243
|
}[] | undefined;
|
|
36197
|
-
menuIcon?: "
|
|
36244
|
+
menuIcon?: "settings" | "edit" | undefined;
|
|
36198
36245
|
}>, z.ZodObject<{
|
|
36199
36246
|
id: z.ZodOptional<z.ZodString>;
|
|
36200
36247
|
type: z.ZodLiteral<"description">;
|
|
@@ -38113,7 +38160,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
38113
38160
|
description?: string | undefined;
|
|
38114
38161
|
required?: boolean | undefined;
|
|
38115
38162
|
placeholder?: string | undefined;
|
|
38116
|
-
rows?: number | undefined;
|
|
38117
38163
|
i18nMap?: Record<string, {
|
|
38118
38164
|
message?: string | undefined;
|
|
38119
38165
|
description?: string | undefined;
|
|
@@ -38142,6 +38188,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
38142
38188
|
noneLabel?: string | undefined;
|
|
38143
38189
|
onChangeSuccessMessage?: string | undefined;
|
|
38144
38190
|
}> | undefined;
|
|
38191
|
+
rows?: number | undefined;
|
|
38145
38192
|
validationRegex?: string | undefined;
|
|
38146
38193
|
media?: {
|
|
38147
38194
|
visibility?: "public" | undefined;
|
|
@@ -38224,7 +38271,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
38224
38271
|
description?: string | undefined;
|
|
38225
38272
|
required?: boolean | undefined;
|
|
38226
38273
|
placeholder?: string | undefined;
|
|
38227
|
-
rows?: number | undefined;
|
|
38228
38274
|
i18nMap?: Record<string, {
|
|
38229
38275
|
message?: string | undefined;
|
|
38230
38276
|
description?: string | undefined;
|
|
@@ -38253,6 +38299,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
38253
38299
|
noneLabel?: string | undefined;
|
|
38254
38300
|
onChangeSuccessMessage?: string | undefined;
|
|
38255
38301
|
}> | undefined;
|
|
38302
|
+
rows?: number | undefined;
|
|
38256
38303
|
validationRegex?: string | undefined;
|
|
38257
38304
|
media?: {
|
|
38258
38305
|
visibility?: "public" | undefined;
|
|
@@ -46770,7 +46817,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
46770
46817
|
description?: string | undefined;
|
|
46771
46818
|
required?: boolean | undefined;
|
|
46772
46819
|
placeholder?: string | undefined;
|
|
46773
|
-
rows?: number | undefined;
|
|
46774
46820
|
i18nMap?: Record<string, {
|
|
46775
46821
|
message?: string | undefined;
|
|
46776
46822
|
description?: string | undefined;
|
|
@@ -46799,6 +46845,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
46799
46845
|
noneLabel?: string | undefined;
|
|
46800
46846
|
onChangeSuccessMessage?: string | undefined;
|
|
46801
46847
|
}> | undefined;
|
|
46848
|
+
rows?: number | undefined;
|
|
46802
46849
|
validationRegex?: string | undefined;
|
|
46803
46850
|
media?: {
|
|
46804
46851
|
visibility?: "public" | undefined;
|
|
@@ -48334,7 +48381,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
48334
48381
|
description?: string | undefined;
|
|
48335
48382
|
required?: boolean | undefined;
|
|
48336
48383
|
placeholder?: string | undefined;
|
|
48337
|
-
rows?: number | undefined;
|
|
48338
48384
|
i18nMap?: Record<string, {
|
|
48339
48385
|
message?: string | undefined;
|
|
48340
48386
|
description?: string | undefined;
|
|
@@ -48363,6 +48409,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
48363
48409
|
noneLabel?: string | undefined;
|
|
48364
48410
|
onChangeSuccessMessage?: string | undefined;
|
|
48365
48411
|
}> | undefined;
|
|
48412
|
+
rows?: number | undefined;
|
|
48366
48413
|
validationRegex?: string | undefined;
|
|
48367
48414
|
media?: {
|
|
48368
48415
|
visibility?: "public" | undefined;
|
|
@@ -49811,6 +49858,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
49811
49858
|
validationFieldKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
49812
49859
|
saveBeforeRun: z.ZodOptional<z.ZodBoolean>;
|
|
49813
49860
|
afterSuccess: z.ZodOptional<z.ZodArray<z.ZodEnum<["save", "delete", "reload"]>, "many">>;
|
|
49861
|
+
redirectOrigins: z.ZodOptional<z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">>;
|
|
49814
49862
|
successMessage: z.ZodOptional<z.ZodString>;
|
|
49815
49863
|
showInOverviewMenu: z.ZodOptional<z.ZodBoolean>;
|
|
49816
49864
|
menuIcon: z.ZodOptional<z.ZodEnum<["disconnect", "delete"]>>;
|
|
@@ -50030,6 +50078,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
50030
50078
|
validationFieldKeys?: string[] | undefined;
|
|
50031
50079
|
saveBeforeRun?: boolean | undefined;
|
|
50032
50080
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
50081
|
+
redirectOrigins?: string[] | undefined;
|
|
50033
50082
|
showInOverviewMenu?: boolean | undefined;
|
|
50034
50083
|
}, {
|
|
50035
50084
|
type: "action";
|
|
@@ -50085,6 +50134,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
50085
50134
|
validationFieldKeys?: string[] | undefined;
|
|
50086
50135
|
saveBeforeRun?: boolean | undefined;
|
|
50087
50136
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
50137
|
+
redirectOrigins?: string[] | undefined;
|
|
50088
50138
|
showInOverviewMenu?: boolean | undefined;
|
|
50089
50139
|
}>, z.ZodObject<{
|
|
50090
50140
|
key: z.ZodString;
|
|
@@ -51212,7 +51262,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
51212
51262
|
description?: string | undefined;
|
|
51213
51263
|
required?: boolean | undefined;
|
|
51214
51264
|
placeholder?: string | undefined;
|
|
51215
|
-
rows?: number | undefined;
|
|
51216
51265
|
i18nMap?: Record<string, {
|
|
51217
51266
|
message?: string | undefined;
|
|
51218
51267
|
description?: string | undefined;
|
|
@@ -51241,6 +51290,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
51241
51290
|
noneLabel?: string | undefined;
|
|
51242
51291
|
onChangeSuccessMessage?: string | undefined;
|
|
51243
51292
|
}> | undefined;
|
|
51293
|
+
rows?: number | undefined;
|
|
51244
51294
|
validationRegex?: string | undefined;
|
|
51245
51295
|
media?: {
|
|
51246
51296
|
visibility?: "public" | undefined;
|
|
@@ -51323,7 +51373,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
51323
51373
|
description?: string | undefined;
|
|
51324
51374
|
required?: boolean | undefined;
|
|
51325
51375
|
placeholder?: string | undefined;
|
|
51326
|
-
rows?: number | undefined;
|
|
51327
51376
|
i18nMap?: Record<string, {
|
|
51328
51377
|
message?: string | undefined;
|
|
51329
51378
|
description?: string | undefined;
|
|
@@ -51352,6 +51401,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
51352
51401
|
noneLabel?: string | undefined;
|
|
51353
51402
|
onChangeSuccessMessage?: string | undefined;
|
|
51354
51403
|
}> | undefined;
|
|
51404
|
+
rows?: number | undefined;
|
|
51355
51405
|
validationRegex?: string | undefined;
|
|
51356
51406
|
media?: {
|
|
51357
51407
|
visibility?: "public" | undefined;
|
|
@@ -60473,7 +60523,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
60473
60523
|
description?: string | undefined;
|
|
60474
60524
|
required?: boolean | undefined;
|
|
60475
60525
|
placeholder?: string | undefined;
|
|
60476
|
-
rows?: number | undefined;
|
|
60477
60526
|
i18nMap?: Record<string, {
|
|
60478
60527
|
message?: string | undefined;
|
|
60479
60528
|
description?: string | undefined;
|
|
@@ -60502,6 +60551,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
60502
60551
|
noneLabel?: string | undefined;
|
|
60503
60552
|
onChangeSuccessMessage?: string | undefined;
|
|
60504
60553
|
}> | undefined;
|
|
60554
|
+
rows?: number | undefined;
|
|
60505
60555
|
validationRegex?: string | undefined;
|
|
60506
60556
|
media?: {
|
|
60507
60557
|
visibility?: "public" | undefined;
|
|
@@ -61919,7 +61969,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
61919
61969
|
operator: "eq" | "ne" | "in" | "notIn" | "exists" | "notExists";
|
|
61920
61970
|
value?: unknown;
|
|
61921
61971
|
}[] | undefined;
|
|
61922
|
-
menuIcon?: "
|
|
61972
|
+
menuIcon?: "settings" | "edit" | undefined;
|
|
61923
61973
|
} | {
|
|
61924
61974
|
type: "description";
|
|
61925
61975
|
text: string;
|
|
@@ -62159,7 +62209,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
62159
62209
|
description?: string | undefined;
|
|
62160
62210
|
required?: boolean | undefined;
|
|
62161
62211
|
placeholder?: string | undefined;
|
|
62162
|
-
rows?: number | undefined;
|
|
62163
62212
|
i18nMap?: Record<string, {
|
|
62164
62213
|
message?: string | undefined;
|
|
62165
62214
|
description?: string | undefined;
|
|
@@ -62188,6 +62237,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
62188
62237
|
noneLabel?: string | undefined;
|
|
62189
62238
|
onChangeSuccessMessage?: string | undefined;
|
|
62190
62239
|
}> | undefined;
|
|
62240
|
+
rows?: number | undefined;
|
|
62191
62241
|
validationRegex?: string | undefined;
|
|
62192
62242
|
media?: {
|
|
62193
62243
|
visibility?: "public" | undefined;
|
|
@@ -63664,6 +63714,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
63664
63714
|
validationFieldKeys?: string[] | undefined;
|
|
63665
63715
|
saveBeforeRun?: boolean | undefined;
|
|
63666
63716
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
63717
|
+
redirectOrigins?: string[] | undefined;
|
|
63667
63718
|
showInOverviewMenu?: boolean | undefined;
|
|
63668
63719
|
})[];
|
|
63669
63720
|
description?: string | undefined;
|
|
@@ -63678,34 +63729,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
63678
63729
|
} | undefined;
|
|
63679
63730
|
} | undefined;
|
|
63680
63731
|
title?: string | undefined;
|
|
63681
|
-
i18nMap?: Record<string, {
|
|
63682
|
-
message?: string | undefined;
|
|
63683
|
-
description?: string | undefined;
|
|
63684
|
-
text?: string | undefined;
|
|
63685
|
-
title?: string | undefined;
|
|
63686
|
-
url?: string | undefined;
|
|
63687
|
-
label?: string | undefined;
|
|
63688
|
-
placeholder?: string | undefined;
|
|
63689
|
-
providerName?: string | undefined;
|
|
63690
|
-
helperText?: string | undefined;
|
|
63691
|
-
fieldLabels?: Record<string, string> | undefined;
|
|
63692
|
-
countryCodePlaceholder?: string | undefined;
|
|
63693
|
-
numberPlaceholder?: string | undefined;
|
|
63694
|
-
recipientPlaceholder?: string | undefined;
|
|
63695
|
-
phonePlaceholder?: string | undefined;
|
|
63696
|
-
postcodePlaceholder?: string | undefined;
|
|
63697
|
-
address1Placeholder?: string | undefined;
|
|
63698
|
-
address2Placeholder?: string | undefined;
|
|
63699
|
-
menuLabel?: string | undefined;
|
|
63700
|
-
successMessage?: string | undefined;
|
|
63701
|
-
overviewLabel?: string | undefined;
|
|
63702
|
-
overviewDescription?: string | undefined;
|
|
63703
|
-
nameLabel?: string | undefined;
|
|
63704
|
-
addLabel?: string | undefined;
|
|
63705
|
-
statusLabel?: string | undefined;
|
|
63706
|
-
noneLabel?: string | undefined;
|
|
63707
|
-
onChangeSuccessMessage?: string | undefined;
|
|
63708
|
-
}> | undefined;
|
|
63709
63732
|
settings?: {
|
|
63710
63733
|
description?: string | undefined;
|
|
63711
63734
|
title?: string | undefined;
|
|
@@ -63779,6 +63802,34 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
63779
63802
|
defaultValueMetadataKey?: string | undefined;
|
|
63780
63803
|
}[] | undefined;
|
|
63781
63804
|
} | undefined;
|
|
63805
|
+
i18nMap?: Record<string, {
|
|
63806
|
+
message?: string | undefined;
|
|
63807
|
+
description?: string | undefined;
|
|
63808
|
+
text?: string | undefined;
|
|
63809
|
+
title?: string | undefined;
|
|
63810
|
+
url?: string | undefined;
|
|
63811
|
+
label?: string | undefined;
|
|
63812
|
+
placeholder?: string | undefined;
|
|
63813
|
+
providerName?: string | undefined;
|
|
63814
|
+
helperText?: string | undefined;
|
|
63815
|
+
fieldLabels?: Record<string, string> | undefined;
|
|
63816
|
+
countryCodePlaceholder?: string | undefined;
|
|
63817
|
+
numberPlaceholder?: string | undefined;
|
|
63818
|
+
recipientPlaceholder?: string | undefined;
|
|
63819
|
+
phonePlaceholder?: string | undefined;
|
|
63820
|
+
postcodePlaceholder?: string | undefined;
|
|
63821
|
+
address1Placeholder?: string | undefined;
|
|
63822
|
+
address2Placeholder?: string | undefined;
|
|
63823
|
+
menuLabel?: string | undefined;
|
|
63824
|
+
successMessage?: string | undefined;
|
|
63825
|
+
overviewLabel?: string | undefined;
|
|
63826
|
+
overviewDescription?: string | undefined;
|
|
63827
|
+
nameLabel?: string | undefined;
|
|
63828
|
+
addLabel?: string | undefined;
|
|
63829
|
+
statusLabel?: string | undefined;
|
|
63830
|
+
noneLabel?: string | undefined;
|
|
63831
|
+
onChangeSuccessMessage?: string | undefined;
|
|
63832
|
+
}> | undefined;
|
|
63782
63833
|
legacyCredentialFallback?: "apikey" | undefined;
|
|
63783
63834
|
hooks?: {
|
|
63784
63835
|
draftResolverFunctionName?: string | undefined;
|
|
@@ -63946,7 +63997,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
63946
63997
|
description?: string | undefined;
|
|
63947
63998
|
required?: boolean | undefined;
|
|
63948
63999
|
placeholder?: string | undefined;
|
|
63949
|
-
rows?: number | undefined;
|
|
63950
64000
|
i18nMap?: Record<string, {
|
|
63951
64001
|
message?: string | undefined;
|
|
63952
64002
|
description?: string | undefined;
|
|
@@ -63975,6 +64025,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
63975
64025
|
noneLabel?: string | undefined;
|
|
63976
64026
|
onChangeSuccessMessage?: string | undefined;
|
|
63977
64027
|
}> | undefined;
|
|
64028
|
+
rows?: number | undefined;
|
|
63978
64029
|
validationRegex?: string | undefined;
|
|
63979
64030
|
media?: {
|
|
63980
64031
|
visibility?: "public" | undefined;
|
|
@@ -65392,7 +65443,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
65392
65443
|
operator: "eq" | "ne" | "in" | "notIn" | "exists" | "notExists";
|
|
65393
65444
|
value?: unknown;
|
|
65394
65445
|
}[] | undefined;
|
|
65395
|
-
menuIcon?: "
|
|
65446
|
+
menuIcon?: "settings" | "edit" | undefined;
|
|
65396
65447
|
} | {
|
|
65397
65448
|
type: "description";
|
|
65398
65449
|
text: string;
|
|
@@ -65632,7 +65683,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
65632
65683
|
description?: string | undefined;
|
|
65633
65684
|
required?: boolean | undefined;
|
|
65634
65685
|
placeholder?: string | undefined;
|
|
65635
|
-
rows?: number | undefined;
|
|
65636
65686
|
i18nMap?: Record<string, {
|
|
65637
65687
|
message?: string | undefined;
|
|
65638
65688
|
description?: string | undefined;
|
|
@@ -65661,6 +65711,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
65661
65711
|
noneLabel?: string | undefined;
|
|
65662
65712
|
onChangeSuccessMessage?: string | undefined;
|
|
65663
65713
|
}> | undefined;
|
|
65714
|
+
rows?: number | undefined;
|
|
65664
65715
|
validationRegex?: string | undefined;
|
|
65665
65716
|
media?: {
|
|
65666
65717
|
visibility?: "public" | undefined;
|
|
@@ -67137,6 +67188,7 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
67137
67188
|
validationFieldKeys?: string[] | undefined;
|
|
67138
67189
|
saveBeforeRun?: boolean | undefined;
|
|
67139
67190
|
afterSuccess?: ("save" | "delete" | "reload")[] | undefined;
|
|
67191
|
+
redirectOrigins?: string[] | undefined;
|
|
67140
67192
|
showInOverviewMenu?: boolean | undefined;
|
|
67141
67193
|
})[];
|
|
67142
67194
|
description?: string | undefined;
|
|
@@ -67151,34 +67203,6 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
67151
67203
|
} | undefined;
|
|
67152
67204
|
} | undefined;
|
|
67153
67205
|
title?: string | undefined;
|
|
67154
|
-
i18nMap?: Record<string, {
|
|
67155
|
-
message?: string | undefined;
|
|
67156
|
-
description?: string | undefined;
|
|
67157
|
-
text?: string | undefined;
|
|
67158
|
-
title?: string | undefined;
|
|
67159
|
-
url?: string | undefined;
|
|
67160
|
-
label?: string | undefined;
|
|
67161
|
-
placeholder?: string | undefined;
|
|
67162
|
-
providerName?: string | undefined;
|
|
67163
|
-
helperText?: string | undefined;
|
|
67164
|
-
fieldLabels?: Record<string, string> | undefined;
|
|
67165
|
-
countryCodePlaceholder?: string | undefined;
|
|
67166
|
-
numberPlaceholder?: string | undefined;
|
|
67167
|
-
recipientPlaceholder?: string | undefined;
|
|
67168
|
-
phonePlaceholder?: string | undefined;
|
|
67169
|
-
postcodePlaceholder?: string | undefined;
|
|
67170
|
-
address1Placeholder?: string | undefined;
|
|
67171
|
-
address2Placeholder?: string | undefined;
|
|
67172
|
-
menuLabel?: string | undefined;
|
|
67173
|
-
successMessage?: string | undefined;
|
|
67174
|
-
overviewLabel?: string | undefined;
|
|
67175
|
-
overviewDescription?: string | undefined;
|
|
67176
|
-
nameLabel?: string | undefined;
|
|
67177
|
-
addLabel?: string | undefined;
|
|
67178
|
-
statusLabel?: string | undefined;
|
|
67179
|
-
noneLabel?: string | undefined;
|
|
67180
|
-
onChangeSuccessMessage?: string | undefined;
|
|
67181
|
-
}> | undefined;
|
|
67182
67206
|
settings?: {
|
|
67183
67207
|
description?: string | undefined;
|
|
67184
67208
|
title?: string | undefined;
|
|
@@ -67252,6 +67276,34 @@ export declare const GetConfigSchemaOutputSchema: z.ZodObject<{
|
|
|
67252
67276
|
defaultValueMetadataKey?: string | undefined;
|
|
67253
67277
|
}[] | undefined;
|
|
67254
67278
|
} | undefined;
|
|
67279
|
+
i18nMap?: Record<string, {
|
|
67280
|
+
message?: string | undefined;
|
|
67281
|
+
description?: string | undefined;
|
|
67282
|
+
text?: string | undefined;
|
|
67283
|
+
title?: string | undefined;
|
|
67284
|
+
url?: string | undefined;
|
|
67285
|
+
label?: string | undefined;
|
|
67286
|
+
placeholder?: string | undefined;
|
|
67287
|
+
providerName?: string | undefined;
|
|
67288
|
+
helperText?: string | undefined;
|
|
67289
|
+
fieldLabels?: Record<string, string> | undefined;
|
|
67290
|
+
countryCodePlaceholder?: string | undefined;
|
|
67291
|
+
numberPlaceholder?: string | undefined;
|
|
67292
|
+
recipientPlaceholder?: string | undefined;
|
|
67293
|
+
phonePlaceholder?: string | undefined;
|
|
67294
|
+
postcodePlaceholder?: string | undefined;
|
|
67295
|
+
address1Placeholder?: string | undefined;
|
|
67296
|
+
address2Placeholder?: string | undefined;
|
|
67297
|
+
menuLabel?: string | undefined;
|
|
67298
|
+
successMessage?: string | undefined;
|
|
67299
|
+
overviewLabel?: string | undefined;
|
|
67300
|
+
overviewDescription?: string | undefined;
|
|
67301
|
+
nameLabel?: string | undefined;
|
|
67302
|
+
addLabel?: string | undefined;
|
|
67303
|
+
statusLabel?: string | undefined;
|
|
67304
|
+
noneLabel?: string | undefined;
|
|
67305
|
+
onChangeSuccessMessage?: string | undefined;
|
|
67306
|
+
}> | undefined;
|
|
67255
67307
|
schemaVersion?: "v1" | undefined;
|
|
67256
67308
|
legacyCredentialFallback?: "apikey" | undefined;
|
|
67257
67309
|
hooks?: {
|