@timothyw/pat-common 1.0.13 → 1.0.16
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/enums/index.d.ts +1 -0
- package/dist/enums/index.js +17 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/types/api/account/update-user-config-types.d.ts +7 -7
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.js +0 -1
- package/package.json +1 -1
- package/src/enums/index.ts +1 -0
- package/src/index.ts +1 -0
- package/src/types/index.ts +1 -2
- package/src/types/panels.ts +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './panel-type';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./panel-type"), exports);
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -14,4 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./enums"), exports);
|
|
17
18
|
__exportStar(require("./types"), exports);
|
|
@@ -16,13 +16,13 @@ export declare const updateUserConfigRequestSchema: z.ZodObject<{
|
|
|
16
16
|
}>>>;
|
|
17
17
|
iosApp: z.ZodOptional<z.ZodObject<{
|
|
18
18
|
panels: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
19
|
-
type: z.ZodOptional<z.ZodNativeEnum<typeof import("
|
|
19
|
+
type: z.ZodOptional<z.ZodNativeEnum<typeof import("../../..").PanelType>>;
|
|
20
20
|
visible: z.ZodOptional<z.ZodBoolean>;
|
|
21
21
|
}, "strip", z.ZodTypeAny, {
|
|
22
|
-
type?: import("
|
|
22
|
+
type?: import("../../..").PanelType | undefined;
|
|
23
23
|
visible?: boolean | undefined;
|
|
24
24
|
}, {
|
|
25
|
-
type?: import("
|
|
25
|
+
type?: import("../../..").PanelType | undefined;
|
|
26
26
|
visible?: boolean | undefined;
|
|
27
27
|
}>, "many">>;
|
|
28
28
|
itemCategories: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -30,7 +30,7 @@ export declare const updateUserConfigRequestSchema: z.ZodObject<{
|
|
|
30
30
|
propertyKeys: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
32
|
panels?: {
|
|
33
|
-
type?: import("
|
|
33
|
+
type?: import("../../..").PanelType | undefined;
|
|
34
34
|
visible?: boolean | undefined;
|
|
35
35
|
}[] | undefined;
|
|
36
36
|
itemCategories?: string[] | undefined;
|
|
@@ -38,7 +38,7 @@ export declare const updateUserConfigRequestSchema: z.ZodObject<{
|
|
|
38
38
|
propertyKeys?: string[] | undefined;
|
|
39
39
|
}, {
|
|
40
40
|
panels?: {
|
|
41
|
-
type?: import("
|
|
41
|
+
type?: import("../../..").PanelType | undefined;
|
|
42
42
|
visible?: boolean | undefined;
|
|
43
43
|
}[] | undefined;
|
|
44
44
|
itemCategories?: string[] | undefined;
|
|
@@ -55,7 +55,7 @@ export declare const updateUserConfigRequestSchema: z.ZodObject<{
|
|
|
55
55
|
} | undefined;
|
|
56
56
|
iosApp?: {
|
|
57
57
|
panels?: {
|
|
58
|
-
type?: import("
|
|
58
|
+
type?: import("../../..").PanelType | undefined;
|
|
59
59
|
visible?: boolean | undefined;
|
|
60
60
|
}[] | undefined;
|
|
61
61
|
itemCategories?: string[] | undefined;
|
|
@@ -72,7 +72,7 @@ export declare const updateUserConfigRequestSchema: z.ZodObject<{
|
|
|
72
72
|
} | undefined;
|
|
73
73
|
iosApp?: {
|
|
74
74
|
panels?: {
|
|
75
|
-
type?: import("
|
|
75
|
+
type?: import("../../..").PanelType | undefined;
|
|
76
76
|
visible?: boolean | undefined;
|
|
77
77
|
}[] | undefined;
|
|
78
78
|
itemCategories?: string[] | undefined;
|
package/dist/types/index.d.ts
CHANGED
package/dist/types/index.js
CHANGED
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './panel-type';
|
package/src/index.ts
CHANGED
package/src/types/index.ts
CHANGED
package/src/types/panels.ts
DELETED