@zitadel/api 0.1.0-alpha.2 → 0.1.0-alpha.4

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.
@@ -309,11 +309,11 @@ declare const GetFlowStepResponse: zod.ZodObject<{
309
309
  fields: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
310
310
  type: zod.ZodEnum<{
311
311
  number: "number";
312
+ email: "email";
312
313
  url: "url";
314
+ text: "text";
313
315
  date: "date";
314
- email: "email";
315
316
  password: "password";
316
- text: "text";
317
317
  tel: "tel";
318
318
  hidden: "hidden";
319
319
  }>;
@@ -446,11 +446,11 @@ declare const SubmitFlowStepResponse: zod.ZodObject<{
446
446
  fields: zod.ZodDefault<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
447
447
  type: zod.ZodEnum<{
448
448
  number: "number";
449
+ email: "email";
449
450
  url: "url";
451
+ text: "text";
450
452
  date: "date";
451
- email: "email";
452
453
  password: "password";
453
- text: "text";
454
454
  tel: "tel";
455
455
  hidden: "hidden";
456
456
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zitadel/api",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.4",
4
4
  "description": "Generated TypeScript API client for Zitadel NextGen",
5
5
  "license": "MIT",
6
6
  "type": "module",