|
16 | 16 | use EasyPost\Service\CarrierAccountService; |
17 | 17 | use EasyPost\Service\CarrierMetadataService; |
18 | 18 | use EasyPost\Service\ClaimService; |
| 19 | +use EasyPost\Service\CustomerPortalService; |
19 | 20 | use EasyPost\Service\CustomsInfoService; |
20 | 21 | use EasyPost\Service\CustomsItemService; |
| 22 | +use EasyPost\Service\EmbeddableService; |
21 | 23 | use EasyPost\Service\EndShipperService; |
22 | 24 | use EasyPost\Service\EventService; |
23 | 25 | use EasyPost\Service\InsuranceService; |
|
50 | 52 | * @property CarrierAccountService $carrierAccount |
51 | 53 | * @property CarrierMetadataService $carrierMetadata |
52 | 54 | * @property ClaimService $claim |
| 55 | + * @property CustomerPortalService $customerPortal |
53 | 56 | * @property CustomsInfoService $customsInfo |
54 | 57 | * @property CustomsItemService $customsItem |
| 58 | + * @property EmbeddableService $embeddable |
55 | 59 | * @property EndShipperService $endShipper |
56 | 60 | * @property EventService $event |
57 | 61 | * @property InsuranceService $insurance |
@@ -124,8 +128,10 @@ public function __get(string $serviceName) |
124 | 128 | 'carrierAccount' => CarrierAccountService::class, |
125 | 129 | 'carrierMetadata' => CarrierMetadataService::class, |
126 | 130 | 'claim' => ClaimService::class, |
| 131 | + 'customerPortal' => CustomerPortalService::class, |
127 | 132 | 'customsInfo' => CustomsInfoService::class, |
128 | 133 | 'customsItem' => CustomsItemService::class, |
| 134 | + 'embeddable' => EmbeddableService::class, |
129 | 135 | 'endShipper' => EndShipperService::class, |
130 | 136 | 'event' => EventService::class, |
131 | 137 | 'insurance' => InsuranceService::class, |
|
0 commit comments