@bkper/bkper-api-types 5.32.0 → 5.32.3
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/index.d.ts +5 -1
- package/package.json +1 -1
- package/.claude/settings.local.json +0 -9
package/index.d.ts
CHANGED
|
@@ -133,9 +133,13 @@ declare namespace bkper {
|
|
|
133
133
|
*/
|
|
134
134
|
description?: string;
|
|
135
135
|
/**
|
|
136
|
-
* The developer email
|
|
136
|
+
* The developer email (deprecated, use developerEmails)
|
|
137
137
|
*/
|
|
138
138
|
developerEmail?: string;
|
|
139
|
+
/**
|
|
140
|
+
* The developer emails, comma or space separated
|
|
141
|
+
*/
|
|
142
|
+
developerEmails?: string;
|
|
139
143
|
/**
|
|
140
144
|
* Event types the App listen to
|
|
141
145
|
*/
|
package/package.json
CHANGED