@milaboratories/pl-model-middle-layer 1.12.10 → 1.12.12

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.
@@ -5,11 +5,11 @@ declare const LocalDevFolder: z.ZodObject<{
5
5
  type: z.ZodLiteral<"local-dev">;
6
6
  path: z.ZodString;
7
7
  }, "strip", z.ZodTypeAny, {
8
- type: "local-dev";
9
8
  path: string;
10
- }, {
11
9
  type: "local-dev";
10
+ }, {
12
11
  path: string;
12
+ type: "local-dev";
13
13
  }>;
14
14
  type LocalDevFolder = z.infer<typeof LocalDevFolder>;
15
15
  /** @deprecated don't use */
@@ -58,11 +58,11 @@ declare const RegistrySpec: z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
58
58
  type: z.ZodLiteral<"local-dev">;
59
59
  path: z.ZodString;
60
60
  }, "strip", z.ZodTypeAny, {
61
- type: "local-dev";
62
61
  path: string;
63
- }, {
64
62
  type: "local-dev";
63
+ }, {
65
64
  path: string;
65
+ type: "local-dev";
66
66
  }>]>;
67
67
  type RegistrySpec = z.infer<typeof RegistrySpec>;
68
68
  declare const RegistryEntry: z.ZodObject<{
@@ -90,36 +90,36 @@ declare const RegistryEntry: z.ZodObject<{
90
90
  type: z.ZodLiteral<"local-dev">;
91
91
  path: z.ZodString;
92
92
  }, "strip", z.ZodTypeAny, {
93
- type: "local-dev";
94
93
  path: string;
95
- }, {
96
94
  type: "local-dev";
95
+ }, {
97
96
  path: string;
97
+ type: "local-dev";
98
98
  }>]>;
99
99
  }, "strip", z.ZodTypeAny, {
100
100
  id: string;
101
101
  spec: {
102
- type: "local-dev";
103
- path: string;
104
- } | {
105
102
  type: "remote-v1";
106
103
  url: string;
107
104
  } | {
108
105
  type: "remote-v2";
109
106
  url: string;
107
+ } | {
108
+ path: string;
109
+ type: "local-dev";
110
110
  };
111
111
  title?: string | undefined;
112
112
  }, {
113
113
  id: string;
114
114
  spec: {
115
- type: "local-dev";
116
- path: string;
117
- } | {
118
115
  type: "remote-v1";
119
116
  url: string;
120
117
  } | {
121
118
  type: "remote-v2";
122
119
  url: string;
120
+ } | {
121
+ path: string;
122
+ type: "local-dev";
123
123
  };
124
124
  title?: string | undefined;
125
125
  }>;
@@ -149,36 +149,36 @@ declare const RegistryList: z.ZodArray<z.ZodObject<{
149
149
  type: z.ZodLiteral<"local-dev">;
150
150
  path: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- type: "local-dev";
153
152
  path: string;
154
- }, {
155
153
  type: "local-dev";
154
+ }, {
156
155
  path: string;
156
+ type: "local-dev";
157
157
  }>]>;
158
158
  }, "strip", z.ZodTypeAny, {
159
159
  id: string;
160
160
  spec: {
161
- type: "local-dev";
162
- path: string;
163
- } | {
164
161
  type: "remote-v1";
165
162
  url: string;
166
163
  } | {
167
164
  type: "remote-v2";
168
165
  url: string;
166
+ } | {
167
+ path: string;
168
+ type: "local-dev";
169
169
  };
170
170
  title?: string | undefined;
171
171
  }, {
172
172
  id: string;
173
173
  spec: {
174
- type: "local-dev";
175
- path: string;
176
- } | {
177
174
  type: "remote-v1";
178
175
  url: string;
179
176
  } | {
180
177
  type: "remote-v2";
181
178
  url: string;
179
+ } | {
180
+ path: string;
181
+ type: "local-dev";
182
182
  };
183
183
  title?: string | undefined;
184
184
  }>, "many">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-model-middle-layer",
3
- "version": "1.12.10",
3
+ "version": "1.12.12",
4
4
  "description": "Common model between middle layer and non-block UI code",
5
5
  "files": [
6
6
  "./dist/**/*",
@@ -20,15 +20,15 @@
20
20
  "es-toolkit": "^1.39.10",
21
21
  "utility-types": "^3.11.0",
22
22
  "zod": "~3.23.8",
23
- "@milaboratories/pl-model-common": "1.25.2",
24
- "@platforma-sdk/model": "1.58.11"
23
+ "@milaboratories/pl-model-common": "1.25.3",
24
+ "@platforma-sdk/model": "1.58.22"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "~24.5.2",
28
28
  "typescript": "~5.9.3",
29
- "@milaboratories/ts-builder": "1.2.13",
30
- "@milaboratories/build-configs": "1.5.1",
31
- "@milaboratories/ts-configs": "1.2.2"
29
+ "@milaboratories/ts-configs": "1.2.2",
30
+ "@milaboratories/ts-builder": "1.3.0",
31
+ "@milaboratories/build-configs": "1.5.2"
32
32
  },
33
33
  "scripts": {
34
34
  "build": "ts-builder build --target node",