9 'name' =>
'customerCreated',
10 'is_synchronous' =>
true,
11 'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
12 'request_type' =>
'object_interface',
13 'response' => \Magento\Customer\Api\Data\CustomerInterface::class,
16 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
22 'name' =>
'customerAdded',
23 'is_synchronous' =>
false,
24 'request' =>
'string[]',
25 'request_type' =>
'object_interface',
28 'customerCreatedFirst' => [
29 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
32 'customerCreatedSecond' => [
33 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
36 'saveNameNotDisabled' => [
37 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
40 'saveNameNotDisabledDigit' => [
41 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
46 'customerUpdated' => [
47 'name' =>
'customerUpdated',
48 'is_synchronous' =>
true,
49 'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
50 'request_type' =>
'object_interface',
51 'response' =>
'Magento\Customer\Api\Data\CustomerInterface[]',
54 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
59 'customerModified' => [
60 'name' =>
'customerModified',
61 'is_synchronous' =>
false,
62 'request' => \Magento\Customer\Api\Data\CustomerInterface::class,
63 'request_type' =>
'object_interface',
67 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
72 'customerRetrieved' => [
73 'name' =>
'customerRetrieved',
74 'is_synchronous' =>
true,
77 'param_name' =>
'email',
78 'param_position' => 0,
79 'is_required' =>
true,
80 'param_type' =>
'string',
83 'param_name' =>
'websiteId',
84 'param_position' => 1,
85 'is_required' =>
false,
86 'param_type' =>
'int',
89 'request_type' =>
'service_method_interface',
90 'response' => \Magento\Customer\Api\Data\CustomerInterface::class,
93 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
98 'customerDeleted' => [
99 'name' =>
'customerDeleted',
100 'is_synchronous' =>
true,
103 'param_name' =>
'customer',
104 'param_position' => 0,
105 'is_required' =>
true,
106 'param_type' => \Magento\Customer\Api\Data\CustomerInterface::class,
109 'request_type' =>
'service_method_interface',
110 'response' =>
'bool',
113 'type' => \Magento\Customer\Api\CustomerRepositoryInterface::class,
114 'method' =>
'deleteById',