10 'customerCreated' => [
11 'name' =>
'customerCreated',
12 'is_synchronous' =>
true,
13 'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
14 'request_type' =>
'object_interface',
15 'response' => \Magento\Customer\Api\Data\CustomerInterface::class,
18 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
24 'name' =>
'customerAdded',
25 'is_synchronous' =>
false,
26 'request' =>
'string[]',
27 'request_type' =>
'object_interface',
30 'customerCreatedFirst' => [
31 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
34 'customerCreatedSecond' => [
35 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
38 'saveNameNotDisabled' => [
39 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
42 'saveNameNotDisabledDigit' => [
43 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
48 'customerUpdated' => [
49 'name' =>
'customerUpdated',
50 'is_synchronous' =>
true,
51 'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
52 'request_type' =>
'object_interface',
53 'response' =>
'Magento\Customer\Api\Data\CustomerInterface[]',
56 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
61 'customerModified' => [
62 'name' =>
'customerModified',
63 'is_synchronous' =>
false,
64 'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
65 'request_type' =>
'object_interface',
69 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
74 'customerRetrieved' => [
75 'name' =>
'customerRetrieved',
76 'is_synchronous' =>
true,
79 'param_name' =>
'email',
80 'param_position' => 0,
81 'is_required' =>
true,
82 'param_type' =>
'string',
85 'param_name' =>
'websiteId',
86 'param_position' => 1,
87 'is_required' =>
false,
88 'param_type' =>
'int',
91 'request_type' =>
'service_method_interface',
92 'response' => \Magento\Customer\Api\Data\CustomerInterface::class,
95 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
100 'customerDeleted' => [
101 'name' =>
'customerDeleted',
102 'is_synchronous' =>
true,
105 'param_name' =>
'customer',
106 'param_position' => 0,
107 'is_required' =>
true,
108 'param_type' => \Magento\Customer\Api\Data\CustomerInterface::class,
111 'request_type' =>
'service_method_interface',
112 'response' =>
'bool',
115 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
116 'method' =>
'deleteById',