@marcoappio/marco-config 2.0.130 → 2.0.132
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 +10 -2
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +10 -2
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +10 -2
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +10 -2
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +10 -2
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.js +10 -2
- package/dist/sdk/index.d.ts +10 -2
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -77,7 +77,11 @@ export declare const endpoints: {
|
|
|
77
77
|
}, undefined>], undefined>>;
|
|
78
78
|
thread: EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
79
79
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
80
|
-
readonly cookie: import("valibot").NullableSchema<import("valibot").
|
|
80
|
+
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
81
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
82
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
83
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
84
|
+
}, undefined>, undefined>;
|
|
81
85
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
82
86
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
83
87
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
@@ -86,7 +90,11 @@ export declare const endpoints: {
|
|
|
86
90
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
87
91
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
88
92
|
readonly data: import("valibot").ObjectSchema<{
|
|
89
|
-
readonly cookie: import("valibot").
|
|
93
|
+
readonly cookie: import("valibot").ObjectSchema<{
|
|
94
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
95
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
96
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
97
|
+
}, undefined>;
|
|
90
98
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
91
99
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
92
100
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
@@ -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,EAAoB,MAAM,qBAAqB,CAAA;AActE,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,EAAoB,MAAM,qBAAqB,CAAA;AActE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
|
|
@@ -74,7 +74,11 @@ export declare const privateGroup: {
|
|
|
74
74
|
}, undefined>], undefined>>;
|
|
75
75
|
thread: import("../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
76
76
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
77
|
-
readonly cookie: import("valibot").NullableSchema<import("valibot").
|
|
77
|
+
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
78
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
79
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
80
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
81
|
+
}, undefined>, undefined>;
|
|
78
82
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
79
83
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
80
84
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
@@ -83,7 +87,11 @@ export declare const privateGroup: {
|
|
|
83
87
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
84
88
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
85
89
|
readonly data: import("valibot").ObjectSchema<{
|
|
86
|
-
readonly cookie: import("valibot").
|
|
90
|
+
readonly cookie: import("valibot").ObjectSchema<{
|
|
91
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
92
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
93
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
94
|
+
}, undefined>;
|
|
87
95
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
88
96
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
89
97
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxB,CAAA"}
|
|
@@ -73,7 +73,11 @@ export declare const sync: {
|
|
|
73
73
|
}, undefined>], undefined>>;
|
|
74
74
|
thread: import("../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
75
75
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
76
|
-
readonly cookie: import("valibot").NullableSchema<import("valibot").
|
|
76
|
+
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
77
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
78
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
79
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
80
|
+
}, undefined>, undefined>;
|
|
77
81
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
78
82
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
79
83
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
@@ -82,7 +86,11 @@ export declare const sync: {
|
|
|
82
86
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
83
87
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
84
88
|
readonly data: import("valibot").ObjectSchema<{
|
|
85
|
-
readonly cookie: import("valibot").
|
|
89
|
+
readonly cookie: import("valibot").ObjectSchema<{
|
|
90
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
91
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
92
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
93
|
+
}, undefined>;
|
|
86
94
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
87
95
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
88
96
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
@@ -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"}
|
|
@@ -72,7 +72,11 @@ export declare const pull: {
|
|
|
72
72
|
}, undefined>], undefined>>;
|
|
73
73
|
thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
74
74
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
75
|
-
readonly cookie: import("valibot").NullableSchema<import("valibot").
|
|
75
|
+
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
76
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
77
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
78
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
79
|
+
}, undefined>, undefined>;
|
|
76
80
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
77
81
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
78
82
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
@@ -81,7 +85,11 @@ export declare const pull: {
|
|
|
81
85
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
82
86
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
83
87
|
readonly data: import("valibot").ObjectSchema<{
|
|
84
|
-
readonly cookie: import("valibot").
|
|
88
|
+
readonly cookie: import("valibot").ObjectSchema<{
|
|
89
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
90
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
91
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
92
|
+
}, undefined>;
|
|
85
93
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
86
94
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
87
95
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAA"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import * as v from 'valibot';
|
|
2
2
|
export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", v.ObjectSchema<{
|
|
3
3
|
readonly clientGroupID: v.StringSchema<undefined>;
|
|
4
|
-
readonly cookie: v.NullableSchema<v.
|
|
4
|
+
readonly cookie: v.NullableSchema<v.ObjectSchema<{
|
|
5
|
+
readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
6
|
+
readonly order: v.StringSchema<undefined>;
|
|
7
|
+
readonly version: v.NumberSchema<undefined>;
|
|
8
|
+
}, undefined>, undefined>;
|
|
5
9
|
}, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
|
|
6
10
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
7
11
|
readonly status: v.LiteralSchema<400, undefined>;
|
|
@@ -10,7 +14,11 @@ export declare const syncPullThread: import("../../../../..").EndpointConfig<"/v
|
|
|
10
14
|
readonly status: v.LiteralSchema<401, undefined>;
|
|
11
15
|
}, undefined>, v.ObjectSchema<{
|
|
12
16
|
readonly data: v.ObjectSchema<{
|
|
13
|
-
readonly cookie: v.
|
|
17
|
+
readonly cookie: v.ObjectSchema<{
|
|
18
|
+
readonly id: v.NullableSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.UuidAction<string, undefined>]>, undefined>;
|
|
19
|
+
readonly order: v.StringSchema<undefined>;
|
|
20
|
+
readonly version: v.NumberSchema<undefined>;
|
|
21
|
+
}, undefined>;
|
|
14
22
|
readonly hasMore: v.BooleanSchema<undefined>;
|
|
15
23
|
readonly lastMutationIDChanges: v.RecordSchema<v.StringSchema<undefined>, v.NumberSchema<undefined>, undefined>;
|
|
16
24
|
readonly patch: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAiCzB,CAAA"}
|
|
@@ -5,7 +5,11 @@ import { errorManifest } from '../../../../../sdk/validation/errors';
|
|
|
5
5
|
export const syncPullThread = createEndpoint({
|
|
6
6
|
body: v.object({
|
|
7
7
|
clientGroupID: v.string(),
|
|
8
|
-
cookie: v.nullable(v.
|
|
8
|
+
cookie: v.nullable(v.object({
|
|
9
|
+
id: v.nullable(v.pipe(v.string(), v.uuid())),
|
|
10
|
+
order: v.string(),
|
|
11
|
+
version: v.number(),
|
|
12
|
+
})),
|
|
9
13
|
}),
|
|
10
14
|
method: 'POST',
|
|
11
15
|
path: thread.pullURL,
|
|
@@ -14,7 +18,11 @@ export const syncPullThread = createEndpoint({
|
|
|
14
18
|
errorManifest.notAuthenticatedErrorSchema,
|
|
15
19
|
v.object({
|
|
16
20
|
data: v.object({
|
|
17
|
-
cookie: v.
|
|
21
|
+
cookie: v.object({
|
|
22
|
+
id: v.nullable(v.pipe(v.string(), v.uuid())),
|
|
23
|
+
order: v.string(),
|
|
24
|
+
version: v.number(),
|
|
25
|
+
}),
|
|
18
26
|
hasMore: v.boolean(),
|
|
19
27
|
lastMutationIDChanges: v.record(v.string(), v.number()),
|
|
20
28
|
patch: v.array(v.union([
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -76,7 +76,11 @@ export declare const marcoSDK: {
|
|
|
76
76
|
}, undefined>], undefined>>;
|
|
77
77
|
thread: import("..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
78
78
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
79
|
-
readonly cookie: import("valibot").NullableSchema<import("valibot").
|
|
79
|
+
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
80
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
81
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
82
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
83
|
+
}, undefined>, undefined>;
|
|
80
84
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
81
85
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
82
86
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
@@ -85,7 +89,11 @@ export declare const marcoSDK: {
|
|
|
85
89
|
readonly status: import("valibot").LiteralSchema<401, undefined>;
|
|
86
90
|
}, undefined>, import("valibot").ObjectSchema<{
|
|
87
91
|
readonly data: import("valibot").ObjectSchema<{
|
|
88
|
-
readonly cookie: import("valibot").
|
|
92
|
+
readonly cookie: import("valibot").ObjectSchema<{
|
|
93
|
+
readonly id: import("valibot").NullableSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").UuidAction<string, undefined>]>, undefined>;
|
|
94
|
+
readonly order: import("valibot").StringSchema<undefined>;
|
|
95
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
96
|
+
}, undefined>;
|
|
89
97
|
readonly hasMore: import("valibot").BooleanSchema<undefined>;
|
|
90
98
|
readonly lastMutationIDChanges: import("valibot").RecordSchema<import("valibot").StringSchema<undefined>, import("valibot").NumberSchema<undefined>, undefined>;
|
|
91
99
|
readonly patch: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
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"}
|