@@ -17948,6 +17948,102 @@
1794817948 "type": "yii\\base\\Event",
1794917949 "desc": "an event raised at the end of `validate()`"
1795017950 },
17951+ {
17952+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17953+ "name": "EVENT_REGISTER_CONDITION_RULES",
17954+ "type": "craft\\events\\RegisterConditionRulesEvent",
17955+ "desc": "The event that is triggered when defining the selectable condition rules."
17956+ },
17957+ {
17958+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17959+ "name": "EVENT_INIT",
17960+ "type": "yii\\base\\Event",
17961+ "desc": "The event that is triggered after the model's init cycle"
17962+ },
17963+ {
17964+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17965+ "name": "EVENT_DEFINE_BEHAVIORS",
17966+ "type": "craft\\events\\DefineBehaviorsEvent",
17967+ "desc": "The event that is triggered when defining the class behaviors"
17968+ },
17969+ {
17970+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17971+ "name": "EVENT_DEFINE_RULES",
17972+ "type": "craft\\events\\DefineRulesEvent",
17973+ "desc": "The event that is triggered when defining the model rules"
17974+ },
17975+ {
17976+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17977+ "name": "EVENT_DEFINE_FIELDS",
17978+ "type": "craft\\events\\DefineFieldsEvent",
17979+ "desc": "The event that is triggered when defining the arrayable fields"
17980+ },
17981+ {
17982+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17983+ "name": "EVENT_DEFINE_EXTRA_FIELDS",
17984+ "type": "craft\\events\\DefineFieldsEvent",
17985+ "desc": "The event that is triggered when defining the extra arrayable fields"
17986+ },
17987+ {
17988+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17989+ "name": "EVENT_BEFORE_VALIDATE",
17990+ "type": "yii\\base\\ModelEvent",
17991+ "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
17992+ },
17993+ {
17994+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingMethodCustomerCondition",
17995+ "name": "EVENT_AFTER_VALIDATE",
17996+ "type": "yii\\base\\Event",
17997+ "desc": "an event raised at the end of `validate()`"
17998+ },
17999+ {
18000+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18001+ "name": "EVENT_REGISTER_CONDITION_RULES",
18002+ "type": "craft\\events\\RegisterConditionRulesEvent",
18003+ "desc": "The event that is triggered when defining the selectable condition rules."
18004+ },
18005+ {
18006+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18007+ "name": "EVENT_INIT",
18008+ "type": "yii\\base\\Event",
18009+ "desc": "The event that is triggered after the model's init cycle"
18010+ },
18011+ {
18012+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18013+ "name": "EVENT_DEFINE_BEHAVIORS",
18014+ "type": "craft\\events\\DefineBehaviorsEvent",
18015+ "desc": "The event that is triggered when defining the class behaviors"
18016+ },
18017+ {
18018+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18019+ "name": "EVENT_DEFINE_RULES",
18020+ "type": "craft\\events\\DefineRulesEvent",
18021+ "desc": "The event that is triggered when defining the model rules"
18022+ },
18023+ {
18024+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18025+ "name": "EVENT_DEFINE_FIELDS",
18026+ "type": "craft\\events\\DefineFieldsEvent",
18027+ "desc": "The event that is triggered when defining the arrayable fields"
18028+ },
18029+ {
18030+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18031+ "name": "EVENT_DEFINE_EXTRA_FIELDS",
18032+ "type": "craft\\events\\DefineFieldsEvent",
18033+ "desc": "The event that is triggered when defining the extra arrayable fields"
18034+ },
18035+ {
18036+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18037+ "name": "EVENT_BEFORE_VALIDATE",
18038+ "type": "yii\\base\\ModelEvent",
18039+ "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
18040+ },
18041+ {
18042+ "class": "craft\\commerce\\elements\\conditions\\customers\\ShippingRuleCustomerCondition",
18043+ "name": "EVENT_AFTER_VALIDATE",
18044+ "type": "yii\\base\\Event",
18045+ "desc": "an event raised at the end of `validate()`"
18046+ },
1795118047 {
1795218048 "class": "craft\\commerce\\elements\\conditions\\customers\\SignedInConditionRule",
1795318049 "name": "EVENT_INIT",
1824818344 "type": "yii\\base\\Event",
1824918345 "desc": "an event raised at the end of `validate()`"
1825018346 },
18347+ {
18348+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18349+ "name": "EVENT_REGISTER_CONDITION_RULES",
18350+ "type": "craft\\events\\RegisterConditionRulesEvent",
18351+ "desc": "The event that is triggered when defining the selectable condition rules."
18352+ },
18353+ {
18354+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18355+ "name": "EVENT_INIT",
18356+ "type": "yii\\base\\Event",
18357+ "desc": "The event that is triggered after the model's init cycle"
18358+ },
18359+ {
18360+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18361+ "name": "EVENT_DEFINE_BEHAVIORS",
18362+ "type": "craft\\events\\DefineBehaviorsEvent",
18363+ "desc": "The event that is triggered when defining the class behaviors"
18364+ },
18365+ {
18366+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18367+ "name": "EVENT_DEFINE_RULES",
18368+ "type": "craft\\events\\DefineRulesEvent",
18369+ "desc": "The event that is triggered when defining the model rules"
18370+ },
18371+ {
18372+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18373+ "name": "EVENT_DEFINE_FIELDS",
18374+ "type": "craft\\events\\DefineFieldsEvent",
18375+ "desc": "The event that is triggered when defining the arrayable fields"
18376+ },
18377+ {
18378+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18379+ "name": "EVENT_DEFINE_EXTRA_FIELDS",
18380+ "type": "craft\\events\\DefineFieldsEvent",
18381+ "desc": "The event that is triggered when defining the extra arrayable fields"
18382+ },
18383+ {
18384+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18385+ "name": "EVENT_BEFORE_VALIDATE",
18386+ "type": "yii\\base\\ModelEvent",
18387+ "desc": "an event raised at the beginning of `validate()`. You may set `ModelEvent::isValid` to be false to stop the validation."
18388+ },
18389+ {
18390+ "class": "craft\\commerce\\elements\\conditions\\orders\\GatewayOrderCondition",
18391+ "name": "EVENT_AFTER_VALIDATE",
18392+ "type": "yii\\base\\Event",
18393+ "desc": "an event raised at the end of `validate()`"
18394+ },
1825118395 {
1825218396 "class": "craft\\commerce\\elements\\conditions\\orders\\HasPurchasableConditionRule",
1825318397 "name": "EVENT_INIT",
0 commit comments