@channel.io/app-sdk-core 0.8.0 → 0.9.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.
@@ -86,6 +86,7 @@ export declare const GetAuthConfigOutputSchema: z.ZodObject<{
86
86
  }>, "many">;
87
87
  providerName: z.ZodString;
88
88
  }, "strip", z.ZodTypeAny, {
89
+ providerName: string;
89
90
  authType: "apiKey";
90
91
  authScope: "manager" | "channel";
91
92
  fields: {
@@ -98,8 +99,8 @@ export declare const GetAuthConfigOutputSchema: z.ZodObject<{
98
99
  placeholder?: string | undefined;
99
100
  validationRegex?: string | undefined;
100
101
  }[];
101
- providerName: string;
102
102
  }, {
103
+ providerName: string;
103
104
  authType: "apiKey";
104
105
  authScope: "manager" | "channel";
105
106
  fields: {
@@ -112,7 +113,6 @@ export declare const GetAuthConfigOutputSchema: z.ZodObject<{
112
113
  placeholder?: string | undefined;
113
114
  validationRegex?: string | undefined;
114
115
  }[];
115
- providerName: string;
116
116
  }>;
117
117
  /**
118
118
  * @deprecated Prefer `GetConfigSchemaOutput` from the config extension.