@ampeco/public-api-mcp 3.230.0 → 3.231.1
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/generated/build-stats.json +6 -6
- package/dist/generated/endpoints.json +100 -39
- package/dist/generated/response-schemas.json +136 -68
- package/dist/generated/schemas.d.ts +3 -3
- package/dist/generated/schemas.js +1 -1
- package/dist/generated/schemas.js.map +1 -1
- package/dist/generated/schemas.ts +1 -1
- package/package.json +1 -1
|
@@ -3626,7 +3626,7 @@ export const partnerInviteCreateV2_0Body = z.object({
|
|
|
3626
3626
|
partnerId: z.number().int(),
|
|
3627
3627
|
sendViaEmail: z.boolean().optional(),
|
|
3628
3628
|
email: z.string().email().optional(),
|
|
3629
|
-
language: z.enum(["en", "bg", "mk", "el", "zh-CN", "zh-HK", "zh-TW", "pt", "sl", "hr", "it", "de", "hu", "fi", "is", "sv-SE", "da-DK", "nb-NO", "tr-TR", "es-ES", "ar", "ary", "he", "ta", "ms", "cy", "sr", "fr", "fr-MA", "ro", "lt", "uk", "ru", "nl", "ca-ES", "id", "ar-EG", "pl", "lo", "th", "sq-XK", "ga-IE", "bs", "ja", "cs", "lv", "et", "az", "ka", "af", "hi", "de-CH", "fr-CH", "it-CH"]).optional(),
|
|
3629
|
+
language: z.enum(["en", "bg", "mk", "el", "zh-CN", "zh-HK", "zh-TW", "pt", "sl", "hr", "it", "de", "hu", "fi", "is", "sv-SE", "da-DK", "nb-NO", "tr-TR", "es-ES", "ar", "ary", "he", "ta", "ms", "cy", "sr", "fr", "fr-MA", "ro", "lt", "uk", "ru", "nl", "ca-ES", "id", "ar-EG", "pl", "lo", "th", "sq-XK", "ga-IE", "bs", "ja", "cs", "lv", "et", "az", "ka", "af", "hi", "de-CH", "fr-CH", "it-CH", "en-GB"]).optional(),
|
|
3630
3630
|
accessPolicyId: z.number().int().optional(),
|
|
3631
3631
|
corporateBillingPolicyId: z.number().int().optional()
|
|
3632
3632
|
});
|
package/package.json
CHANGED