@marcoappio/marco-config 2.0.260 → 2.0.262
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/sdk/endpoints/index.d.ts +2 -1
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +2 -1
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +2 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +2 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +2 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.js +2 -1
- package/dist/sdk/index.d.ts +2 -1
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -199,6 +199,7 @@ export declare const endpoints: {
|
|
|
199
199
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
200
200
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
201
201
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
202
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
202
203
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
203
204
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
204
205
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
@@ -224,8 +225,8 @@ export declare const endpoints: {
|
|
|
224
225
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
225
226
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
226
227
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
228
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
227
229
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
228
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
229
230
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
230
231
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
231
232
|
}, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
|
|
@@ -196,6 +196,7 @@ export declare const privateGroup: {
|
|
|
196
196
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
197
197
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
198
198
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
199
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
199
200
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
200
201
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
201
202
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
@@ -221,8 +222,8 @@ export declare const privateGroup: {
|
|
|
221
222
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
222
223
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
223
224
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
225
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
224
226
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
225
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
226
227
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
227
228
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
228
229
|
}, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
|
|
@@ -163,6 +163,7 @@ export declare const sync: {
|
|
|
163
163
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
164
164
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
165
165
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
166
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
166
167
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
167
168
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
168
169
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
@@ -188,8 +189,8 @@ export declare const sync: {
|
|
|
188
189
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
189
190
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
190
191
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
192
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
191
193
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
192
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
193
194
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
194
195
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
195
196
|
}, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA"}
|
|
@@ -162,6 +162,7 @@ export declare const pull: {
|
|
|
162
162
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
163
163
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
164
164
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
165
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
165
166
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
166
167
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
167
168
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
@@ -187,8 +188,8 @@ export declare const pull: {
|
|
|
187
188
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
188
189
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
189
190
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
191
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
190
192
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
191
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
192
193
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
193
194
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
194
195
|
}, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA4C,CAAA"}
|
|
@@ -4,6 +4,7 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
4
4
|
readonly cookie: v.NullableSchema<v.ObjectSchema<{
|
|
5
5
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
6
6
|
readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
7
|
+
readonly latestSentAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
7
8
|
readonly order: v.StringSchema<undefined>;
|
|
8
9
|
readonly version: v.NumberSchema<undefined>;
|
|
9
10
|
readonly versionMax: v.NumberSchema<undefined>;
|
|
@@ -29,8 +30,8 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
29
30
|
readonly cookie: v.ObjectSchema<{
|
|
30
31
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
31
32
|
readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
33
|
+
readonly latestSentAt: v.NullableSchema<v.NumberSchema<undefined>, undefined>;
|
|
32
34
|
readonly order: v.StringSchema<undefined>;
|
|
33
|
-
readonly version: v.NumberSchema<undefined>;
|
|
34
35
|
readonly versionMax: v.NumberSchema<undefined>;
|
|
35
36
|
readonly versionMin: v.NumberSchema<undefined>;
|
|
36
37
|
}, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAwCzB,CAAA"}
|
|
@@ -8,6 +8,7 @@ export const syncPullThread = createEndpoint({
|
|
|
8
8
|
cookie: v.nullable(v.object({
|
|
9
9
|
hasMore: v.boolean(),
|
|
10
10
|
id: v.nullable(v.pipe(v.string(), v.uuid())),
|
|
11
|
+
latestSentAt: v.nullable(v.number()),
|
|
11
12
|
order: v.string(),
|
|
12
13
|
version: v.number(),
|
|
13
14
|
versionMax: v.number(),
|
|
@@ -24,8 +25,8 @@ export const syncPullThread = createEndpoint({
|
|
|
24
25
|
cookie: v.object({
|
|
25
26
|
hasMore: v.boolean(),
|
|
26
27
|
id: v.nullable(v.pipe(v.string(), v.uuid())),
|
|
28
|
+
latestSentAt: v.nullable(v.number()),
|
|
27
29
|
order: v.string(),
|
|
28
|
-
version: v.number(),
|
|
29
30
|
versionMax: v.number(),
|
|
30
31
|
versionMin: v.number(),
|
|
31
32
|
}),
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -198,6 +198,7 @@ export declare const marcoSDK: {
|
|
|
198
198
|
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
199
199
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
200
200
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
201
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
201
202
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
202
203
|
readonly version: import("valibot").NumberSchema<undefined>;
|
|
203
204
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
@@ -223,8 +224,8 @@ export declare const marcoSDK: {
|
|
|
223
224
|
readonly cookie: import("valibot").ObjectSchema<{
|
|
224
225
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
225
226
|
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
227
|
+
readonly latestSentAt: import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>;
|
|
226
228
|
readonly order: import("valibot").StringSchema<undefined>;
|
|
227
|
-
readonly version: import("valibot").NumberSchema<undefined>;
|
|
228
229
|
readonly versionMax: import("valibot").NumberSchema<undefined>;
|
|
229
230
|
readonly versionMin: import("valibot").NumberSchema<undefined>;
|
|
230
231
|
}, undefined>;
|
package/dist/sdk/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
|
package/package.json
CHANGED