@crossdelta/infrastructure 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
* Known service names in the platform.
|
|
7
7
|
* This type is auto-generated from infra/services/*.ts
|
|
8
8
|
*/
|
|
9
|
-
export type ServiceName = '
|
|
9
|
+
export type ServiceName = 'orders' | 'notifications' | 'storefront' | 'api-gateway';
|