@marcoappio/marco-config 2.0.123 → 2.0.124
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 +4 -1
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +4 -1
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +4 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +4 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts +4 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/thread.js +4 -1
- package/dist/sdk/index.d.ts +4 -1
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -76,7 +76,10 @@ export declare const endpoints: {
|
|
|
76
76
|
}, undefined>], undefined>>;
|
|
77
77
|
thread: 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").StringSchema<undefined>;
|
|
81
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
82
|
+
}, undefined>, undefined>;
|
|
80
83
|
}, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
81
84
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
82
85
|
readonly status: import("valibot").LiteralSchema<400, 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,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"}
|
|
@@ -73,7 +73,10 @@ export declare const privateGroup: {
|
|
|
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").StringSchema<undefined>;
|
|
78
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
79
|
+
}, undefined>, undefined>;
|
|
77
80
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
78
81
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
79
82
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAExB,CAAA"}
|
|
@@ -72,7 +72,10 @@ export declare const sync: {
|
|
|
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").StringSchema<undefined>;
|
|
77
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
78
|
+
}, undefined>, undefined>;
|
|
76
79
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
77
80
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
78
81
|
readonly status: import("valibot").LiteralSchema<400, 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"}
|
|
@@ -71,7 +71,10 @@ export declare const pull: {
|
|
|
71
71
|
}, undefined>], undefined>>;
|
|
72
72
|
thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
73
73
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
74
|
-
readonly cookie: import("valibot").NullableSchema<import("valibot").
|
|
74
|
+
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
75
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
76
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
77
|
+
}, undefined>, undefined>;
|
|
75
78
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
76
79
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
77
80
|
readonly status: import("valibot").LiteralSchema<400, undefined>;
|
|
@@ -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,10 @@
|
|
|
1
1
|
import * as v from 'valibot';
|
|
2
2
|
export declare const syncPullThread: import("../../../../../types").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.StringSchema<undefined>;
|
|
6
|
+
readonly version: v.NumberSchema<undefined>;
|
|
7
|
+
}, undefined>, undefined>;
|
|
5
8
|
}, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
|
|
6
9
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
7
10
|
readonly status: v.LiteralSchema<400, 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;AAO5B,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;AAO5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BA+BzB,CAAA"}
|
|
@@ -6,7 +6,10 @@ import { HTTPMethod } from '../../../../../types';
|
|
|
6
6
|
export const syncPullThread = createEndpoint({
|
|
7
7
|
body: v.object({
|
|
8
8
|
clientGroupID: v.string(),
|
|
9
|
-
cookie: v.nullable(v.
|
|
9
|
+
cookie: v.nullable(v.object({
|
|
10
|
+
id: v.string(),
|
|
11
|
+
version: v.number(),
|
|
12
|
+
})),
|
|
10
13
|
}),
|
|
11
14
|
method: HTTPMethod.POST,
|
|
12
15
|
path: thread.pullURL,
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -75,7 +75,10 @@ export declare const marcoSDK: {
|
|
|
75
75
|
}, undefined>], undefined>>;
|
|
76
76
|
thread: import("..").EndpointConfig<"/v1/pv/sync/pull/thread", import("valibot").ObjectSchema<{
|
|
77
77
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
78
|
-
readonly cookie: import("valibot").NullableSchema<import("valibot").
|
|
78
|
+
readonly cookie: import("valibot").NullableSchema<import("valibot").ObjectSchema<{
|
|
79
|
+
readonly id: import("valibot").StringSchema<undefined>;
|
|
80
|
+
readonly version: import("valibot").NumberSchema<undefined>;
|
|
81
|
+
}, undefined>, undefined>;
|
|
79
82
|
}, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
80
83
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
81
84
|
readonly status: import("valibot").LiteralSchema<400, 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"}
|