@purpleschool/gptbot 0.15.68 → 0.15.70

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.
@@ -7,6 +7,7 @@ export declare namespace CreateProductCommand {
7
7
  discountedPrice: z.ZodOptional<z.ZodNumber>;
8
8
  discountPercent: z.ZodOptional<z.ZodNumber>;
9
9
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
10
+ isArchived: z.ZodBoolean;
10
11
  icon: z.ZodString;
11
12
  icons: z.ZodObject<{
12
13
  light: z.ZodObject<{
@@ -315,6 +316,7 @@ export declare namespace CreateProductCommand {
315
316
  discountedPrice: z.ZodOptional<z.ZodNumber>;
316
317
  discountPercent: z.ZodOptional<z.ZodNumber>;
317
318
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
319
+ isArchived: z.ZodBoolean;
318
320
  icon: z.ZodString;
319
321
  icons: z.ZodObject<{
320
322
  light: z.ZodObject<{
@@ -18,6 +18,7 @@ export declare namespace FindProductCommand {
18
18
  discountedPrice: z.ZodOptional<z.ZodNumber>;
19
19
  discountPercent: z.ZodOptional<z.ZodNumber>;
20
20
  billingScope: z.ZodEnum<typeof BILLING_SCOPE>;
21
+ isArchived: z.ZodBoolean;
21
22
  icon: z.ZodString;
22
23
  icons: z.ZodObject<{
23
24
  light: z.ZodObject<{
@@ -329,6 +330,7 @@ export declare namespace FindProductCommand {
329
330
  discountedPrice: z.ZodOptional<z.ZodNumber>;
330
331
  discountPercent: z.ZodOptional<z.ZodNumber>;
331
332
  billingScope: z.ZodEnum<typeof BILLING_SCOPE>;
333
+ isArchived: z.ZodBoolean;
332
334
  icon: z.ZodString;
333
335
  icons: z.ZodObject<{
334
336
  light: z.ZodObject<{
@@ -18,6 +18,7 @@ export declare namespace GetMyProductsCommand {
18
18
  discountedPrice: z.ZodOptional<z.ZodNumber>;
19
19
  discountPercent: z.ZodOptional<z.ZodNumber>;
20
20
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
21
+ isArchived: z.ZodBoolean;
21
22
  icon: z.ZodString;
22
23
  icons: z.ZodObject<{
23
24
  light: z.ZodObject<{
@@ -7,6 +7,7 @@ export declare namespace UpdateProductCommand {
7
7
  discountedPrice: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
8
8
  discountPercent: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
9
9
  billingScope: z.ZodOptional<z.ZodEnum<typeof import("../..").BILLING_SCOPE>>;
10
+ isArchived: z.ZodOptional<z.ZodBoolean>;
10
11
  icon: z.ZodOptional<z.ZodString>;
11
12
  icons: z.ZodOptional<z.ZodObject<{
12
13
  light: z.ZodObject<{
@@ -319,6 +320,7 @@ export declare namespace UpdateProductCommand {
319
320
  discountedPrice: z.ZodOptional<z.ZodNumber>;
320
321
  discountPercent: z.ZodOptional<z.ZodNumber>;
321
322
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
323
+ isArchived: z.ZodBoolean;
322
324
  icon: z.ZodString;
323
325
  icons: z.ZodObject<{
324
326
  light: z.ZodObject<{
@@ -983,6 +983,7 @@ export declare namespace GetSubscriptionsSummaryCommand {
983
983
  discountedPrice: z.ZodOptional<z.ZodNumber>;
984
984
  discountPercent: z.ZodOptional<z.ZodNumber>;
985
985
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
986
+ isArchived: z.ZodBoolean;
986
987
  icon: z.ZodString;
987
988
  icons: z.ZodObject<{
988
989
  light: z.ZodObject<{
@@ -25,6 +25,7 @@ export declare namespace FindCurrentTeamAccountProductsByTeamAccountIdCommand {
25
25
  discountedPrice: z.ZodOptional<z.ZodNumber>;
26
26
  discountPercent: z.ZodOptional<z.ZodNumber>;
27
27
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
28
+ isArchived: z.ZodBoolean;
28
29
  icon: z.ZodString;
29
30
  icons: z.ZodObject<{
30
31
  light: z.ZodObject<{
@@ -21,6 +21,7 @@ export declare namespace FindCurrentTeamAccountProductsCommand {
21
21
  discountedPrice: z.ZodOptional<z.ZodNumber>;
22
22
  discountPercent: z.ZodOptional<z.ZodNumber>;
23
23
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
24
+ isArchived: z.ZodBoolean;
24
25
  icon: z.ZodString;
25
26
  icons: z.ZodObject<{
26
27
  light: z.ZodObject<{
@@ -9,6 +9,7 @@ export declare namespace FindTeamAccountProductsCommand {
9
9
  discountedPrice: z.ZodOptional<z.ZodNumber>;
10
10
  discountPercent: z.ZodOptional<z.ZodNumber>;
11
11
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
12
+ isArchived: z.ZodBoolean;
12
13
  icon: z.ZodString;
13
14
  icons: z.ZodObject<{
14
15
  light: z.ZodObject<{
@@ -25,6 +25,7 @@ export declare namespace GetTeamToProductsCommand {
25
25
  discountedPrice: z.ZodOptional<z.ZodNumber>;
26
26
  discountPercent: z.ZodOptional<z.ZodNumber>;
27
27
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
28
+ isArchived: z.ZodBoolean;
28
29
  icon: z.ZodString;
29
30
  icons: z.ZodObject<{
30
31
  light: z.ZodObject<{
@@ -28,6 +28,7 @@ export declare namespace GetUserProductsCommand {
28
28
  discountedPrice: z.ZodOptional<z.ZodNumber>;
29
29
  discountPercent: z.ZodOptional<z.ZodNumber>;
30
30
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
31
+ isArchived: z.ZodBoolean;
31
32
  icon: z.ZodString;
32
33
  icons: z.ZodObject<{
33
34
  light: z.ZodObject<{
@@ -12,6 +12,7 @@ export declare const ProductSchema: z.ZodObject<{
12
12
  discountedPrice: z.ZodOptional<z.ZodNumber>;
13
13
  discountPercent: z.ZodOptional<z.ZodNumber>;
14
14
  billingScope: z.ZodEnum<typeof BILLING_SCOPE>;
15
+ isArchived: z.ZodBoolean;
15
16
  icon: z.ZodString;
16
17
  icons: z.ZodObject<{
17
18
  light: z.ZodObject<{
@@ -16,6 +16,7 @@ exports.ProductSchema = zod_1.z.object({
16
16
  discountedPrice: zod_1.z.number().optional(),
17
17
  discountPercent: zod_1.z.number().optional(),
18
18
  billingScope: zod_1.z.nativeEnum(constants_1.BILLING_SCOPE),
19
+ isArchived: zod_1.z.boolean(),
19
20
  icon: zod_1.z.string(),
20
21
  icons: zod_1.z.object({
21
22
  light: zod_1.z.object({
@@ -33,6 +33,7 @@ export declare const TeamToProductWithProductSchema: z.ZodObject<{
33
33
  discountedPrice: z.ZodOptional<z.ZodNumber>;
34
34
  discountPercent: z.ZodOptional<z.ZodNumber>;
35
35
  billingScope: z.ZodEnum<typeof import("../..").BILLING_SCOPE>;
36
+ isArchived: z.ZodBoolean;
36
37
  icon: z.ZodString;
37
38
  icons: z.ZodObject<{
38
39
  light: z.ZodObject<{
@@ -27,6 +27,7 @@ export declare const UserToProductWithProductSchema: z.ZodObject<{
27
27
  discountedPrice: z.ZodOptional<z.ZodNumber>;
28
28
  discountPercent: z.ZodOptional<z.ZodNumber>;
29
29
  billingScope: z.ZodEnum<typeof import("..").BILLING_SCOPE>;
30
+ isArchived: z.ZodBoolean;
30
31
  icon: z.ZodString;
31
32
  icons: z.ZodObject<{
32
33
  light: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/gptbot",
3
- "version": "0.15.68",
3
+ "version": "0.15.70",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",