@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 CHANGED
@@ -630,6 +630,10 @@ declare namespace Components {
630
630
  * ID of the app configuration
631
631
  */
632
632
  app_id?: string;
633
+ /**
634
+ * Email address for support requests
635
+ */
636
+ support_email?: string;
633
637
  /**
634
638
  * Organization ID of the app owner
635
639
  */
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/app-client",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "JavaScript client library for the epilot App API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",