@purpleschool/gptbot 0.10.9 → 0.10.10

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.
@@ -21,6 +21,7 @@ var BuySubscriptionCommand;
21
21
  partnerId: zod_1.z.string().uuid().optional(),
22
22
  promocode: zod_1.z.string().optional(),
23
23
  webmasterAlias: zod_1.z.string().optional(),
24
+ teamAccountPurchase: zod_1.z.boolean().optional().default(false),
24
25
  webmasterReferralProvidedAt: zod_1.z
25
26
  .preprocess((val) => (typeof val === 'string' ? new Date(val) : val), zod_1.z.date())
26
27
  .optional(),
@@ -21,6 +21,7 @@ export namespace BuySubscriptionCommand {
21
21
  partnerId: z.string().uuid().optional(),
22
22
  promocode: z.string().optional(),
23
23
  webmasterAlias: z.string().optional(),
24
+ teamAccountPurchase: z.boolean().optional().default(false),
24
25
  webmasterReferralProvidedAt: z
25
26
  .preprocess((val) => (typeof val === 'string' ? new Date(val) : val), z.date())
26
27
  .optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/gptbot",
3
- "version": "0.10.9",
3
+ "version": "0.10.10",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",