@aooth/auth-moost 0.1.7 → 0.1.9

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.
@@ -27,13 +27,14 @@ export declare class WithInlineConsentForm {
27
27
 
28
28
  /**
29
29
  * Atscript interface **LoginCredentialsForm**
30
- * @see {@link ./forms.as:57:18}
30
+ * @see {@link ./forms.as:61:18}
31
31
  */
32
32
  export declare class LoginCredentialsForm {
33
33
  username: string
34
34
  password: string
35
35
  // signup: ui.action
36
36
  // magicLink: ui.action
37
+ ssoProvider?: string
37
38
  static __is_atscript_annotated_type: true
38
39
  static type: TAtscriptTypeObject<keyof LoginCredentialsForm, LoginCredentialsForm>
39
40
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -46,13 +47,13 @@ export declare class LoginCredentialsForm {
46
47
 
47
48
  /**
48
49
  * Atscript interface **MfaCodeForm**
49
- * @see {@link ./forms.as:102:18}
50
+ * @see {@link ./forms.as:136:18}
50
51
  */
51
52
  export declare class MfaCodeForm {
52
53
  // transportHint: ui.paragraph
53
54
  code: string
54
55
  // useDifferentMethod: ui.action
55
- // useBackupCode: ui.action
56
+ rememberDevice: boolean
56
57
  static __is_atscript_annotated_type: true
57
58
  static type: TAtscriptTypeObject<keyof MfaCodeForm, MfaCodeForm>
58
59
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -64,15 +65,16 @@ export declare class MfaCodeForm {
64
65
  }
65
66
 
66
67
  /**
67
- * Atscript interface **BackupCodeForm**
68
- * @see {@link ./forms.as:132:18}
68
+ * Atscript interface **EmailIdentifierForm**
69
+ * @see {@link ./forms.as:173:18}
69
70
  */
70
- export declare class BackupCodeForm {
71
- code: string
71
+ export declare class EmailIdentifierForm {
72
+ email: string /* email */
73
+ // backToLogin: ui.action
72
74
  static __is_atscript_annotated_type: true
73
- static type: TAtscriptTypeObject<keyof BackupCodeForm, BackupCodeForm>
75
+ static type: TAtscriptTypeObject<keyof EmailIdentifierForm, EmailIdentifierForm>
74
76
  static metadata: TMetadataMap<AtscriptMetadata>
75
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof BackupCodeForm>
77
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof EmailIdentifierForm>
76
78
  /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
77
79
  static toJsonSchema: () => any
78
80
  /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
@@ -80,16 +82,16 @@ export declare class BackupCodeForm {
80
82
  }
81
83
 
82
84
  /**
83
- * Atscript interface **EmailIdentifierForm**
84
- * @see {@link ./forms.as:153:18}
85
+ * Atscript interface **SignupForm**
86
+ * @see {@link ./forms.as:205:18}
85
87
  */
86
- export declare class EmailIdentifierForm {
88
+ export declare class SignupForm {
87
89
  email: string /* email */
88
90
  // backToLogin: ui.action
89
91
  static __is_atscript_annotated_type: true
90
- static type: TAtscriptTypeObject<keyof EmailIdentifierForm, EmailIdentifierForm>
92
+ static type: TAtscriptTypeObject<keyof SignupForm, SignupForm>
91
93
  static metadata: TMetadataMap<AtscriptMetadata>
92
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof EmailIdentifierForm>
94
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof SignupForm>
93
95
  /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
94
96
  static toJsonSchema: () => any
95
97
  /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
@@ -98,15 +100,13 @@ export declare class EmailIdentifierForm {
98
100
 
99
101
  /**
100
102
  * Atscript interface **SetPasswordForm**
101
- * @see {@link ./forms.as:196:18}
103
+ * @see {@link ./forms.as:263:18}
102
104
  */
103
105
  export declare class SetPasswordForm extends WithInlineConsentForm {
106
+ // intro: ui.paragraph
104
107
  newPassword: string
105
108
  confirmPassword: string
106
109
  // passwordRules: ui.paragraph
107
- // logout: ui.action
108
- // cancel: ui.action
109
- // backToLogin: ui.action
110
110
  static __is_atscript_annotated_type: true
111
111
  static type: TAtscriptTypeObject<keyof SetPasswordForm, SetPasswordForm>
112
112
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -119,14 +119,11 @@ export declare class SetPasswordForm extends WithInlineConsentForm {
119
119
 
120
120
  /**
121
121
  * Atscript interface **InviteForm**
122
- * @see {@link ./forms.as:259:18}
122
+ * @see {@link ./forms.as:341:18}
123
123
  */
124
124
  export declare class InviteForm {
125
125
  email: string /* email */
126
- firstName?: string
127
- lastName?: string
128
- roles?: string[]
129
- // cancel: ui.action
126
+ roles: string[]
130
127
  static __is_atscript_annotated_type: true
131
128
  static type: TAtscriptTypeObject<keyof InviteForm, InviteForm>
132
129
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -137,48 +134,14 @@ export declare class InviteForm {
137
134
  static toExampleData?: () => any
138
135
  }
139
136
 
140
- /**
141
- * Atscript interface **InviteEmailForm**
142
- * @see {@link ./forms.as:290:18}
143
- */
144
- export declare class InviteEmailForm {
145
- email: string /* email */
146
- // cancel: ui.action
147
- static __is_atscript_annotated_type: true
148
- static type: TAtscriptTypeObject<keyof InviteEmailForm, InviteEmailForm>
149
- static metadata: TMetadataMap<AtscriptMetadata>
150
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof InviteEmailForm>
151
- /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
152
- static toJsonSchema: () => any
153
- /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
154
- static toExampleData?: () => any
155
- }
156
-
157
- /**
158
- * Atscript interface **InviteSendModeForm**
159
- * @see {@link ./forms.as:306:18}
160
- */
161
- export declare class InviteSendModeForm {
162
- mode: string
163
- // cancel: ui.action
164
- static __is_atscript_annotated_type: true
165
- static type: TAtscriptTypeObject<keyof InviteSendModeForm, InviteSendModeForm>
166
- static metadata: TMetadataMap<AtscriptMetadata>
167
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof InviteSendModeForm>
168
- /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
169
- static toJsonSchema: () => any
170
- /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
171
- static toExampleData?: () => any
172
- }
173
-
174
137
  /**
175
138
  * Atscript interface **Select2faForm**
176
- * @see {@link ./forms.as:330:18}
139
+ * @see {@link ./forms.as:371:18}
177
140
  */
178
141
  export declare class Select2faForm {
179
142
  methodName: string
180
143
  saveAsDefault: boolean
181
- // useBackupCode: ui.action
144
+ rememberDevice: boolean
182
145
  static __is_atscript_annotated_type: true
183
146
  static type: TAtscriptTypeObject<keyof Select2faForm, Select2faForm>
184
147
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -191,7 +154,7 @@ export declare class Select2faForm {
191
154
 
192
155
  /**
193
156
  * Atscript interface **PincodeForm**
194
- * @see {@link ./forms.as:365:18}
157
+ * @see {@link ./forms.as:417:18}
195
158
  */
196
159
  export declare class PincodeForm {
197
160
  // transportHint: ui.paragraph
@@ -199,8 +162,6 @@ export declare class PincodeForm {
199
162
  rememberDevice: boolean
200
163
  // resend: ui.action
201
164
  // useDifferentMethod: ui.action
202
- // useBackupCode: ui.action
203
- // backToLogin: ui.action
204
165
  // useDifferentTransport: ui.action
205
166
  static __is_atscript_annotated_type: true
206
167
  static type: TAtscriptTypeObject<keyof PincodeForm, PincodeForm>
@@ -214,9 +175,10 @@ export declare class PincodeForm {
214
175
 
215
176
  /**
216
177
  * Atscript interface **AskEmailForm**
217
- * @see {@link ./forms.as:409:18}
178
+ * @see {@link ./forms.as:456:18}
218
179
  */
219
180
  export declare class AskEmailForm extends WithInlineConsentForm {
181
+ // disclosure: ui.paragraph
220
182
  email: string /* email */
221
183
  static __is_atscript_annotated_type: true
222
184
  static type: TAtscriptTypeObject<keyof AskEmailForm, AskEmailForm>
@@ -230,9 +192,10 @@ export declare class AskEmailForm extends WithInlineConsentForm {
230
192
 
231
193
  /**
232
194
  * Atscript interface **AskPhoneForm**
233
- * @see {@link ./forms.as:425:18}
195
+ * @see {@link ./forms.as:486:18}
234
196
  */
235
197
  export declare class AskPhoneForm extends WithInlineConsentForm {
198
+ // disclosure: ui.paragraph
236
199
  phone: string
237
200
  static __is_atscript_annotated_type: true
238
201
  static type: TAtscriptTypeObject<keyof AskPhoneForm, AskPhoneForm>
@@ -246,11 +209,12 @@ export declare class AskPhoneForm extends WithInlineConsentForm {
246
209
 
247
210
  /**
248
211
  * Atscript interface **EnrollPickMethodForm**
249
- * @see {@link ./forms.as:441:18}
212
+ * @see {@link ./forms.as:510:18}
250
213
  */
251
214
  export declare class EnrollPickMethodForm {
252
215
  method: string
253
216
  // skip: ui.action
217
+ // cancel: ui.action
254
218
  static __is_atscript_annotated_type: true
255
219
  static type: TAtscriptTypeObject<keyof EnrollPickMethodForm, EnrollPickMethodForm>
256
220
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -263,11 +227,12 @@ export declare class EnrollPickMethodForm {
263
227
 
264
228
  /**
265
229
  * Atscript interface **EnrollAddressForm**
266
- * @see {@link ./forms.as:464:18}
230
+ * @see {@link ./forms.as:542:18}
267
231
  */
268
232
  export declare class EnrollAddressForm {
269
233
  address: string
270
234
  // skip: ui.action
235
+ // cancel: ui.action
271
236
  // useDifferentMethod: ui.action
272
237
  static __is_atscript_annotated_type: true
273
238
  static type: TAtscriptTypeObject<keyof EnrollAddressForm, EnrollAddressForm>
@@ -281,13 +246,14 @@ export declare class EnrollAddressForm {
281
246
 
282
247
  /**
283
248
  * Atscript interface **EnrollConfirmForm**
284
- * @see {@link ./forms.as:492:18}
249
+ * @see {@link ./forms.as:580:18}
285
250
  */
286
251
  export declare class EnrollConfirmForm {
287
252
  // transportHint: ui.paragraph
288
253
  code: string
289
254
  // resend: ui.action
290
255
  // useDifferentMethod: ui.action
256
+ // cancel: ui.action
291
257
  // skip: ui.action
292
258
  static __is_atscript_annotated_type: true
293
259
  static type: TAtscriptTypeObject<keyof EnrollConfirmForm, EnrollConfirmForm>
@@ -300,16 +266,18 @@ export declare class EnrollConfirmForm {
300
266
  }
301
267
 
302
268
  /**
303
- * Atscript interface **ProfileCompleteForm**
304
- * @see {@link ./forms.as:524:18}
269
+ * Atscript interface **EnrollTotpQrForm**
270
+ * @see {@link ./forms.as:628:18}
305
271
  */
306
- export declare class ProfileCompleteForm extends WithInlineConsentForm {
307
- firstName?: string
308
- lastName?: string
272
+ export declare class EnrollTotpQrForm {
273
+ // qrCode: ui.paragraph
274
+ // useDifferentMethod: ui.action
275
+ // cancel: ui.action
276
+ // skip: ui.action
309
277
  static __is_atscript_annotated_type: true
310
- static type: TAtscriptTypeObject<keyof ProfileCompleteForm, ProfileCompleteForm>
278
+ static type: TAtscriptTypeObject<keyof EnrollTotpQrForm, EnrollTotpQrForm>
311
279
  static metadata: TMetadataMap<AtscriptMetadata>
312
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof ProfileCompleteForm>
280
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof EnrollTotpQrForm>
313
281
  /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
314
282
  static toJsonSchema: () => any
315
283
  /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
@@ -317,14 +285,34 @@ export declare class ProfileCompleteForm extends WithInlineConsentForm {
317
285
  }
318
286
 
319
287
  /**
320
- * Atscript interface **TermsBumpForm**
321
- * @see {@link ./forms.as:547:18}
288
+ * Atscript interface **ManageMfaForm**
289
+ * @see {@link ./forms.as:665:18}
322
290
  */
323
- export declare class TermsBumpForm extends WithInlineConsentForm {
291
+ export declare class ManageMfaForm {
292
+ // lockedNote: ui.paragraph
293
+ operation: string
294
+ // cancel: ui.action
324
295
  static __is_atscript_annotated_type: true
325
- static type: TAtscriptTypeObject<keyof TermsBumpForm, TermsBumpForm>
296
+ static type: TAtscriptTypeObject<keyof ManageMfaForm, ManageMfaForm>
326
297
  static metadata: TMetadataMap<AtscriptMetadata>
327
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof TermsBumpForm>
298
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof ManageMfaForm>
299
+ /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
300
+ static toJsonSchema: () => any
301
+ /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
302
+ static toExampleData?: () => any
303
+ }
304
+
305
+ /**
306
+ * Atscript interface **RemoveMfaConfirmForm**
307
+ * @see {@link ./forms.as:691:18}
308
+ */
309
+ export declare class RemoveMfaConfirmForm {
310
+ // notice: ui.paragraph
311
+ // cancel: ui.action
312
+ static __is_atscript_annotated_type: true
313
+ static type: TAtscriptTypeObject<keyof RemoveMfaConfirmForm, RemoveMfaConfirmForm>
314
+ static metadata: TMetadataMap<AtscriptMetadata>
315
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof RemoveMfaConfirmForm>
328
316
  /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
329
317
  static toJsonSchema: () => any
330
318
  /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
@@ -332,15 +320,16 @@ export declare class TermsBumpForm extends WithInlineConsentForm {
332
320
  }
333
321
 
334
322
  /**
335
- * Atscript interface **TenantSelectForm**
336
- * @see {@link ./forms.as:557:18}
323
+ * Atscript interface **PasswordReauthForm**
324
+ * @see {@link ./forms.as:711:18}
337
325
  */
338
- export declare class TenantSelectForm {
339
- tenantId: string
326
+ export declare class PasswordReauthForm {
327
+ password: string
328
+ // cancel: ui.action
340
329
  static __is_atscript_annotated_type: true
341
- static type: TAtscriptTypeObject<keyof TenantSelectForm, TenantSelectForm>
330
+ static type: TAtscriptTypeObject<keyof PasswordReauthForm, PasswordReauthForm>
342
331
  static metadata: TMetadataMap<AtscriptMetadata>
343
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof TenantSelectForm>
332
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof PasswordReauthForm>
344
333
  /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
345
334
  static toJsonSchema: () => any
346
335
  /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
@@ -348,15 +337,14 @@ export declare class TenantSelectForm {
348
337
  }
349
338
 
350
339
  /**
351
- * Atscript interface **PersonaSelectForm**
352
- * @see {@link ./forms.as:572:18}
340
+ * Atscript interface **TermsBumpForm**
341
+ * @see {@link ./forms.as:737:18}
353
342
  */
354
- export declare class PersonaSelectForm {
355
- personaId: string
343
+ export declare class TermsBumpForm extends WithInlineConsentForm {
356
344
  static __is_atscript_annotated_type: true
357
- static type: TAtscriptTypeObject<keyof PersonaSelectForm, PersonaSelectForm>
345
+ static type: TAtscriptTypeObject<keyof TermsBumpForm, TermsBumpForm>
358
346
  static metadata: TMetadataMap<AtscriptMetadata>
359
- static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof PersonaSelectForm>
347
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof TermsBumpForm>
360
348
  /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
361
349
  static toJsonSchema: () => any
362
350
  /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
@@ -365,12 +353,9 @@ export declare class PersonaSelectForm {
365
353
 
366
354
  /**
367
355
  * Atscript interface **ConcurrencyLimitForm**
368
- * @see {@link ./forms.as:584:18}
356
+ * @see {@link ./forms.as:750:18}
369
357
  */
370
358
  export declare class ConcurrencyLimitForm {
371
- action: string
372
- // cancel: ui.action
373
- // logoutOthers: ui.action
374
359
  static __is_atscript_annotated_type: true
375
360
  static type: TAtscriptTypeObject<keyof ConcurrencyLimitForm, ConcurrencyLimitForm>
376
361
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -383,7 +368,7 @@ export declare class ConcurrencyLimitForm {
383
368
 
384
369
  /**
385
370
  * Atscript interface **MagicLinkRequestForm**
386
- * @see {@link ./forms.as:603:18}
371
+ * @see {@link ./forms.as:760:18}
387
372
  */
388
373
  export declare class MagicLinkRequestForm {
389
374
  identifier: string
@@ -399,11 +384,10 @@ export declare class MagicLinkRequestForm {
399
384
 
400
385
  /**
401
386
  * Atscript interface **RecoveryModeSelectForm**
402
- * @see {@link ./forms.as:615:18}
387
+ * @see {@link ./forms.as:775:18}
403
388
  */
404
389
  export declare class RecoveryModeSelectForm {
405
390
  mode: string
406
- // backToLogin: ui.action
407
391
  static __is_atscript_annotated_type: true
408
392
  static type: TAtscriptTypeObject<keyof RecoveryModeSelectForm, RecoveryModeSelectForm>
409
393
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -416,12 +400,11 @@ export declare class RecoveryModeSelectForm {
416
400
 
417
401
  /**
418
402
  * Atscript interface **RecoveryFactorForm**
419
- * @see {@link ./forms.as:637:18}
403
+ * @see {@link ./forms.as:798:18}
420
404
  */
421
405
  export declare class RecoveryFactorForm {
422
406
  factor: string
423
407
  value: string
424
- // backToLogin: ui.action
425
408
  static __is_atscript_annotated_type: true
426
409
  static type: TAtscriptTypeObject<keyof RecoveryFactorForm, RecoveryFactorForm>
427
410
  static metadata: TMetadataMap<AtscriptMetadata>
@@ -431,4 +414,61 @@ export declare class RecoveryFactorForm {
431
414
  /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
432
415
  static toExampleData?: () => any
433
416
  }
417
+
418
+ /**
419
+ * Atscript interface **ChangePasswordForm**
420
+ * @see {@link ./forms.as:832:18}
421
+ */
422
+ export declare class ChangePasswordForm {
423
+ // intro: ui.paragraph
424
+ currentPassword: string
425
+ newPassword: string
426
+ confirmPassword: string
427
+ // passwordRules: ui.paragraph
428
+ static __is_atscript_annotated_type: true
429
+ static type: TAtscriptTypeObject<keyof ChangePasswordForm, ChangePasswordForm>
430
+ static metadata: TMetadataMap<AtscriptMetadata>
431
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof ChangePasswordForm>
432
+ /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
433
+ static toJsonSchema: () => any
434
+ /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
435
+ static toExampleData?: () => any
436
+ }
437
+
438
+ /**
439
+ * Atscript interface **ProveControlForm**
440
+ * @see {@link ./forms.as:897:18}
441
+ */
442
+ export declare class ProveControlForm {
443
+ // intro: ui.paragraph
444
+ password: string
445
+ // cancel: ui.action
446
+ static __is_atscript_annotated_type: true
447
+ static type: TAtscriptTypeObject<keyof ProveControlForm, ProveControlForm>
448
+ static metadata: TMetadataMap<AtscriptMetadata>
449
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof ProveControlForm>
450
+ /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
451
+ static toJsonSchema: () => any
452
+ /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
453
+ static toExampleData?: () => any
454
+ }
455
+
456
+ /**
457
+ * Atscript interface **ProveControlOtpForm**
458
+ * @see {@link ./forms.as:932:18}
459
+ */
460
+ export declare class ProveControlOtpForm {
461
+ // intro: ui.paragraph
462
+ code: string
463
+ // resend: ui.action
464
+ // cancel: ui.action
465
+ static __is_atscript_annotated_type: true
466
+ static type: TAtscriptTypeObject<keyof ProveControlOtpForm, ProveControlOtpForm>
467
+ static metadata: TMetadataMap<AtscriptMetadata>
468
+ static validator: (opts?: Partial<TValidatorOptions>) => Validator<typeof ProveControlOtpForm>
469
+ /** @deprecated JSON Schema support is disabled. Calling this method will throw a runtime error. To enable, set `jsonSchema: 'lazy'` or `jsonSchema: 'bundle'` in tsPlugin options, or add `@emit.jsonSchema` annotation to individual interfaces. */
470
+ static toJsonSchema: () => any
471
+ /** @deprecated Example Data support is disabled. To enable, set `exampleData: true` in tsPlugin options. */
472
+ static toExampleData?: () => any
473
+ }
434
474
  // prettier-ignore-end