expo-backend-types 0.56.0-EXPO-372-EB-Schema-formulario-dinamico.1 → 0.56.0-EXPO-372-EB-Schema-formulario-dinamico.2

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.
@@ -312,6 +312,34 @@ exports.Prisma.ProductionAffiliationRequestScalarFieldEnum = {
312
312
  updated_at: 'updated_at'
313
313
  };
314
314
 
315
+ exports.Prisma.DynamicFormScalarFieldEnum = {
316
+ id: 'id',
317
+ name: 'name',
318
+ created_at: 'created_at',
319
+ updated_at: 'updated_at'
320
+ };
321
+
322
+ exports.Prisma.DynamicQuestionScalarFieldEnum = {
323
+ id: 'id',
324
+ formId: 'formId',
325
+ text: 'text',
326
+ tagGroupId: 'tagGroupId',
327
+ disabled: 'disabled',
328
+ required: 'required',
329
+ multipleChoice: 'multipleChoice',
330
+ created_at: 'created_at',
331
+ updated_at: 'updated_at'
332
+ };
333
+
334
+ exports.Prisma.DynamicOptionScalarFieldEnum = {
335
+ id: 'id',
336
+ text: 'text',
337
+ tagId: 'tagId',
338
+ created_at: 'created_at',
339
+ updated_at: 'updated_at',
340
+ dynamicQuestionId: 'dynamicQuestionId'
341
+ };
342
+
315
343
  exports.Prisma.SortOrder = {
316
344
  asc: 'asc',
317
345
  desc: 'desc'
@@ -405,7 +433,10 @@ exports.Prisma.ModelName = {
405
433
  Enums: 'Enums',
406
434
  EventTicket: 'EventTicket',
407
435
  Production: 'Production',
408
- ProductionAffiliationRequest: 'ProductionAffiliationRequest'
436
+ ProductionAffiliationRequest: 'ProductionAffiliationRequest',
437
+ DynamicForm: 'DynamicForm',
438
+ DynamicQuestion: 'DynamicQuestion',
439
+ DynamicOption: 'DynamicOption'
409
440
  };
410
441
 
411
442
  /**