@ampeco/public-api-mcp 3.230.0 → 3.231.0
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
|
@@ -3223,7 +3223,7 @@ export const partnerInviteCreateV2_0Body = z.object({
|
|
|
3223
3223
|
partnerId: z.number().int(),
|
|
3224
3224
|
sendViaEmail: z.boolean().optional(),
|
|
3225
3225
|
email: z.string().email().optional(),
|
|
3226
|
-
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(),
|
|
3226
|
+
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(),
|
|
3227
3227
|
accessPolicyId: z.number().int().optional(),
|
|
3228
3228
|
corporateBillingPolicyId: z.number().int().optional()
|
|
3229
3229
|
});
|