@@ -151,6 +151,7 @@ function () {
151151 'badge_prints_count ' => ['== ' , '>= ' , '<= ' , '> ' , '< ' ],
152152 'has_owner_company ' => ['== ' ],
153153 'exclude_is_printable_free_unassigned ' => ['== ' ],
154+ 'has_promo_code ' => ['== ' ],
154155 ];
155156 },
156157 function () {
@@ -189,6 +190,7 @@ function () {
189190 'badge_prints_count ' => 'sometimes|integer ' ,
190191 'has_owner_company ' => ['sometimes ' , new Boolean ()],
191192 'exclude_is_printable_free_unassigned ' => ['sometimes ' , new Boolean ()],
193+ 'has_promo_code ' => ['sometimes ' , new Boolean ()],
192194 ];
193195 },
194196 function () {
@@ -330,6 +332,7 @@ function () {
330332 'badge_prints_count ' => ['== ' , '>= ' , '<= ' , '> ' , '< ' ],
331333 'has_owner_company ' => ['== ' ],
332334 'exclude_is_printable_free_unassigned ' => ['== ' ],
335+ 'has_promo_code ' => ['== ' ],
333336 ];
334337 },
335338 function () {
@@ -368,6 +371,7 @@ function () {
368371 'badge_prints_count ' => 'sometimes|integer ' ,
369372 'has_owner_company ' => ['sometimes ' , new Boolean ()],
370373 'exclude_is_printable_free_unassigned ' => ['sometimes ' , new Boolean ()],
374+ 'has_promo_code ' => ['sometimes ' , new Boolean ()],
371375 ];
372376 },
373377 function () {
0 commit comments