@channel.io/app-sdk-core 0.18.2 → 0.19.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 +6 -6
- package/dist/extensions/config.d.ts +4125 -4125
- package/dist/gen/channel/app/sdk/v1/extension.zod.d.ts +727 -727
- package/dist/schemas/function.d.ts +595 -0
- package/dist/schemas/function.d.ts.map +1 -1
- package/dist/schemas/function.js +128 -0
- package/dist/schemas/function.js.map +1 -1
- package/dist/schemas/index.d.ts +1 -1
- package/dist/schemas/index.d.ts.map +1 -1
- package/dist/schemas/index.js +1 -1
- package/dist/schemas/index.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/dist/types/wam.d.ts +37 -0
- package/dist/types/wam.d.ts.map +1 -0
- package/dist/types/wam.js +2 -0
- package/dist/types/wam.js.map +1 -0
- package/package.json +1 -1
|
@@ -23,8 +23,8 @@ export declare const ApiKeyFieldSchema: z.ZodObject<{
|
|
|
23
23
|
displayName: string;
|
|
24
24
|
sensitive: boolean;
|
|
25
25
|
description?: string | undefined;
|
|
26
|
-
maskType?: string | undefined;
|
|
27
26
|
placeholder?: string | undefined;
|
|
27
|
+
maskType?: string | undefined;
|
|
28
28
|
validationRegex?: string | undefined;
|
|
29
29
|
}, {
|
|
30
30
|
name: string;
|
|
@@ -32,8 +32,8 @@ export declare const ApiKeyFieldSchema: z.ZodObject<{
|
|
|
32
32
|
displayName: string;
|
|
33
33
|
sensitive: boolean;
|
|
34
34
|
description?: string | undefined;
|
|
35
|
-
maskType?: string | undefined;
|
|
36
35
|
placeholder?: string | undefined;
|
|
36
|
+
maskType?: string | undefined;
|
|
37
37
|
validationRegex?: string | undefined;
|
|
38
38
|
}>;
|
|
39
39
|
/**
|
|
@@ -73,8 +73,8 @@ export declare const GetAuthConfigOutputSchema: z.ZodObject<{
|
|
|
73
73
|
displayName: string;
|
|
74
74
|
sensitive: boolean;
|
|
75
75
|
description?: string | undefined;
|
|
76
|
-
maskType?: string | undefined;
|
|
77
76
|
placeholder?: string | undefined;
|
|
77
|
+
maskType?: string | undefined;
|
|
78
78
|
validationRegex?: string | undefined;
|
|
79
79
|
}, {
|
|
80
80
|
name: string;
|
|
@@ -82,8 +82,8 @@ export declare const GetAuthConfigOutputSchema: z.ZodObject<{
|
|
|
82
82
|
displayName: string;
|
|
83
83
|
sensitive: boolean;
|
|
84
84
|
description?: string | undefined;
|
|
85
|
-
maskType?: string | undefined;
|
|
86
85
|
placeholder?: string | undefined;
|
|
86
|
+
maskType?: string | undefined;
|
|
87
87
|
validationRegex?: string | undefined;
|
|
88
88
|
}>, "many">;
|
|
89
89
|
providerName: z.ZodString;
|
|
@@ -97,8 +97,8 @@ export declare const GetAuthConfigOutputSchema: z.ZodObject<{
|
|
|
97
97
|
displayName: string;
|
|
98
98
|
sensitive: boolean;
|
|
99
99
|
description?: string | undefined;
|
|
100
|
-
maskType?: string | undefined;
|
|
101
100
|
placeholder?: string | undefined;
|
|
101
|
+
maskType?: string | undefined;
|
|
102
102
|
validationRegex?: string | undefined;
|
|
103
103
|
}[];
|
|
104
104
|
}, {
|
|
@@ -111,8 +111,8 @@ export declare const GetAuthConfigOutputSchema: z.ZodObject<{
|
|
|
111
111
|
displayName: string;
|
|
112
112
|
sensitive: boolean;
|
|
113
113
|
description?: string | undefined;
|
|
114
|
-
maskType?: string | undefined;
|
|
115
114
|
placeholder?: string | undefined;
|
|
115
|
+
maskType?: string | undefined;
|
|
116
116
|
validationRegex?: string | undefined;
|
|
117
117
|
}[];
|
|
118
118
|
}>;
|