@epilot/app-client 0.3.3 → 0.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.
- package/dist/openapi.d.ts +4 -0
- package/dist/openapi.json +4 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
package/dist/openapi.json
CHANGED
|
@@ -1923,6 +1923,10 @@
|
|
|
1923
1923
|
"type": "string",
|
|
1924
1924
|
"description": "ID of the app configuration"
|
|
1925
1925
|
},
|
|
1926
|
+
"support_email": {
|
|
1927
|
+
"type": "string",
|
|
1928
|
+
"description": "Email address for support requests"
|
|
1929
|
+
},
|
|
1926
1930
|
"owner_org_id": {
|
|
1927
1931
|
"type": "string",
|
|
1928
1932
|
"description": "Organization ID of the app owner"
|