@nizam-os/carrier-sdk 2.3.3 → 2.3.4
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export interface UpdateOrganizationRequest {
|
|
2
2
|
/** New display name. Omit to leave unchanged. */
|
|
3
3
|
name?: string | undefined;
|
|
4
|
-
/** New URL-safe slug. Cross-tenant unique.
|
|
4
|
+
/** New URL-safe slug. Cross-tenant unique. Omit to leave unchanged. */
|
|
5
5
|
slug?: string | undefined;
|
|
6
6
|
/** New business category — lowercase slug from /v1/lookups/business-categories. Omit to leave unchanged. */
|
|
7
7
|
business_category?: string | undefined;
|