@@ -354,7 +354,7 @@ export const getUniversalDocuments = (): TDocument[] => {
354354 version : 1 ,
355355 propertiesSchema : Type . Object (
356356 {
357- authorizationNumber : Type . String ( { pattern : '^[a-zA-Z0-9]*$' } ) ,
357+ authorizationNumber : Type . String ( ) ,
358358 businessName : Type . String ( ) ,
359359 issuingAuthority : Type . String ( ) ,
360360 issueDate : Type . String ( { format : 'date' } ) ,
@@ -381,15 +381,9 @@ export const getUniversalDocuments = (): TDocument[] => {
381381 version : 1 ,
382382 propertiesSchema : Type . Object (
383383 {
384- licenseNumber : Type . String ( { pattern : '^[a-zA-Z0-9]*$' } ) ,
384+ licenseNumber : Type . String ( ) ,
385385 businessName : Type . String ( ) ,
386- activityType : Type . Enum ( {
387- Cultivation : 'Cultivation' ,
388- Processing : 'Processing' ,
389- Retail : 'Retail' ,
390- Distribution : 'Distribution' ,
391- Testing : 'Testing' ,
392- } ) ,
386+ activityType : Type . String ( ) ,
393387 issuingAuthority : Type . String ( ) ,
394388 issueDate : Type . String ( { format : 'date' } ) ,
395389 expirationDate : Type . String ( { format : 'date' } ) ,
@@ -417,7 +411,7 @@ export const getUniversalDocuments = (): TDocument[] => {
417411 version : 1 ,
418412 propertiesSchema : Type . Object (
419413 {
420- licenseNumber : Type . String ( { pattern : '^[a-zA-Z0-9]*$' } ) ,
414+ licenseNumber : Type . String ( ) ,
421415 businessName : Type . String ( ) ,
422416 issuingAuthority : Type . String ( ) ,
423417 licenseType : Type . Enum ( {
0 commit comments