@marcoappio/marco-config 2.0.134 → 2.0.135
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/clients/account.d.ts +4 -0
- package/dist/clients/account.d.ts.map +1 -1
- package/dist/clients/account.js +4 -0
- package/dist/clients/index.d.ts +4 -5
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/clients/thread.d.ts +0 -5
- package/dist/clients/thread.d.ts.map +1 -1
- package/dist/clients/thread.js +0 -5
- package/dist/sdk/endpoints/index.d.ts +4 -7
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +4 -7
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +4 -7
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts +4 -0
- package/dist/sdk/endpoints/private/sync/pull/account.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts +4 -0
- package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +0 -7
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts +0 -7
- package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/thread.js +0 -6
- package/dist/sdk/index.d.ts +4 -7
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -15,6 +15,10 @@ export declare const account: {
|
|
|
15
15
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
16
16
|
readonly specialUse: v.NullableSchema<v.UnionSchema<[v.LiteralSchema<"ARCHIVE", undefined>, v.LiteralSchema<"INBOX", undefined>, v.LiteralSchema<"SENT", undefined>, v.LiteralSchema<"SPAM", undefined>, v.LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
17
17
|
}, undefined>, undefined>;
|
|
18
|
+
readonly onboardingStatus: v.ObjectSchema<{
|
|
19
|
+
readonly completed: v.BooleanSchema<undefined>;
|
|
20
|
+
readonly percent: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, number, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
21
|
+
}, undefined>;
|
|
18
22
|
}, undefined>;
|
|
19
23
|
mutators: {
|
|
20
24
|
delete: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../src/clients/account.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAY5B,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../src/clients/account.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAY5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsCG,CAAA"}
|
package/dist/clients/account.js
CHANGED
|
@@ -17,6 +17,10 @@ export const account = {
|
|
|
17
17
|
path: marcoSchemas.string.required(),
|
|
18
18
|
specialUse: v.nullable(marcoSchemas.labelSpecialUse()),
|
|
19
19
|
})),
|
|
20
|
+
onboardingStatus: v.object({
|
|
21
|
+
completed: v.boolean(),
|
|
22
|
+
percent: marcoSchemas.number.minMax(0, 1),
|
|
23
|
+
}),
|
|
20
24
|
}),
|
|
21
25
|
mutators: {
|
|
22
26
|
delete: {
|
package/dist/clients/index.d.ts
CHANGED
|
@@ -16,6 +16,10 @@ export declare const marcoClients: {
|
|
|
16
16
|
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
17
17
|
readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
18
18
|
}, undefined>, undefined>;
|
|
19
|
+
readonly onboardingStatus: import("valibot").ObjectSchema<{
|
|
20
|
+
readonly completed: import("valibot").BooleanSchema<undefined>;
|
|
21
|
+
readonly percent: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
22
|
+
}, undefined>;
|
|
19
23
|
}, undefined>;
|
|
20
24
|
mutators: {
|
|
21
25
|
delete: {
|
|
@@ -87,11 +91,6 @@ export declare const marcoClients: {
|
|
|
87
91
|
}, undefined>, undefined>;
|
|
88
92
|
}, undefined>;
|
|
89
93
|
mutators: {
|
|
90
|
-
delete: {
|
|
91
|
-
delta: import("valibot").ObjectSchema<{
|
|
92
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
93
|
-
}, undefined>;
|
|
94
|
-
};
|
|
95
94
|
setMessageSeen: {
|
|
96
95
|
delta: import("valibot").ObjectSchema<{
|
|
97
96
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clients/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clients/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIc,CAAA"}
|
package/dist/clients/thread.d.ts
CHANGED
|
@@ -34,11 +34,6 @@ export declare const thread: {
|
|
|
34
34
|
}, undefined>, undefined>;
|
|
35
35
|
}, undefined>;
|
|
36
36
|
mutators: {
|
|
37
|
-
delete: {
|
|
38
|
-
delta: v.ObjectSchema<{
|
|
39
|
-
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
40
|
-
}, undefined>;
|
|
41
|
-
};
|
|
42
37
|
setMessageSeen: {
|
|
43
38
|
delta: v.ObjectSchema<{
|
|
44
39
|
readonly messageId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../src/clients/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAU5B,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../src/clients/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAU5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCI,CAAA"}
|
package/dist/clients/thread.js
CHANGED
|
@@ -40,6 +40,10 @@ export declare const endpoints: {
|
|
|
40
40
|
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
41
41
|
readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
42
42
|
}, undefined>, undefined>;
|
|
43
|
+
readonly onboardingStatus: import("valibot").ObjectSchema<{
|
|
44
|
+
readonly completed: import("valibot").BooleanSchema<undefined>;
|
|
45
|
+
readonly percent: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
46
|
+
}, undefined>;
|
|
43
47
|
}, undefined>;
|
|
44
48
|
}, undefined>], undefined>, undefined>;
|
|
45
49
|
}, undefined>;
|
|
@@ -179,13 +183,6 @@ export declare const endpoints: {
|
|
|
179
183
|
thread: EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
180
184
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
181
185
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
182
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
183
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
184
|
-
}, undefined>;
|
|
185
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
186
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
187
|
-
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
188
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
189
186
|
readonly args: import("valibot").ObjectSchema<{
|
|
190
187
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
191
188
|
readonly seen: import("valibot").BooleanSchema<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"}
|
|
@@ -37,6 +37,10 @@ export declare const privateGroup: {
|
|
|
37
37
|
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
38
38
|
readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
39
39
|
}, undefined>, undefined>;
|
|
40
|
+
readonly onboardingStatus: import("valibot").ObjectSchema<{
|
|
41
|
+
readonly completed: import("valibot").BooleanSchema<undefined>;
|
|
42
|
+
readonly percent: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
43
|
+
}, undefined>;
|
|
40
44
|
}, undefined>;
|
|
41
45
|
}, undefined>], undefined>, undefined>;
|
|
42
46
|
}, undefined>;
|
|
@@ -176,13 +180,6 @@ export declare const privateGroup: {
|
|
|
176
180
|
thread: import("../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
177
181
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
178
182
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
179
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
180
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
181
|
-
}, undefined>;
|
|
182
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
183
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
184
|
-
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
185
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
186
183
|
readonly args: import("valibot").ObjectSchema<{
|
|
187
184
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
188
185
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -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"}
|
|
@@ -36,6 +36,10 @@ export declare const sync: {
|
|
|
36
36
|
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
37
37
|
readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
38
38
|
}, undefined>, undefined>;
|
|
39
|
+
readonly onboardingStatus: import("valibot").ObjectSchema<{
|
|
40
|
+
readonly completed: import("valibot").BooleanSchema<undefined>;
|
|
41
|
+
readonly percent: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
42
|
+
}, undefined>;
|
|
39
43
|
}, undefined>;
|
|
40
44
|
}, undefined>], undefined>, undefined>;
|
|
41
45
|
}, undefined>;
|
|
@@ -175,13 +179,6 @@ export declare const sync: {
|
|
|
175
179
|
thread: import("../../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
176
180
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
177
181
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
178
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
179
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
180
|
-
}, undefined>;
|
|
181
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
182
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
183
|
-
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
184
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
185
182
|
readonly args: import("valibot").ObjectSchema<{
|
|
186
183
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
187
184
|
readonly seen: import("valibot").BooleanSchema<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"}
|
|
@@ -35,6 +35,10 @@ export declare const syncPullAccount: import("../../../../..").EndpointConfig<"/
|
|
|
35
35
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
36
36
|
readonly specialUse: v.NullableSchema<v.UnionSchema<[v.LiteralSchema<"ARCHIVE", undefined>, v.LiteralSchema<"INBOX", undefined>, v.LiteralSchema<"SENT", undefined>, v.LiteralSchema<"SPAM", undefined>, v.LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
37
37
|
}, undefined>, undefined>;
|
|
38
|
+
readonly onboardingStatus: v.ObjectSchema<{
|
|
39
|
+
readonly completed: v.BooleanSchema<undefined>;
|
|
40
|
+
readonly percent: v.NonOptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, number, undefined>, v.MaxValueAction<number, number, undefined>]>, undefined>;
|
|
41
|
+
}, undefined>;
|
|
38
42
|
}, undefined>;
|
|
39
43
|
}, undefined>], undefined>, undefined>;
|
|
40
44
|
}, undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/account.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/pull/account.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAwB1B,CAAA"}
|
|
@@ -35,6 +35,10 @@ export declare const pull: {
|
|
|
35
35
|
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
36
36
|
readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
37
37
|
}, undefined>, undefined>;
|
|
38
|
+
readonly onboardingStatus: import("valibot").ObjectSchema<{
|
|
39
|
+
readonly completed: import("valibot").BooleanSchema<undefined>;
|
|
40
|
+
readonly percent: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
41
|
+
}, undefined>;
|
|
38
42
|
}, undefined>;
|
|
39
43
|
}, undefined>], undefined>, undefined>;
|
|
40
44
|
}, 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"}
|
|
@@ -34,13 +34,6 @@ export declare const push: {
|
|
|
34
34
|
thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
35
35
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
36
36
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
37
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
38
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
39
|
-
}, undefined>;
|
|
40
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
41
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
42
|
-
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
43
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
44
37
|
readonly args: import("valibot").ObjectSchema<{
|
|
45
38
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
46
39
|
readonly seen: import("valibot").BooleanSchema<undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAsB,CAAA"}
|
|
@@ -2,13 +2,6 @@ import * as v from 'valibot';
|
|
|
2
2
|
export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/thread", v.ObjectSchema<{
|
|
3
3
|
readonly clientGroupID: v.StringSchema<undefined>;
|
|
4
4
|
readonly mutations: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
|
|
5
|
-
readonly args: v.ObjectSchema<{
|
|
6
|
-
readonly id: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
7
|
-
}, undefined>;
|
|
8
|
-
readonly clientID: v.StringSchema<undefined>;
|
|
9
|
-
readonly id: v.NumberSchema<undefined>;
|
|
10
|
-
readonly name: v.LiteralSchema<"delete", undefined>;
|
|
11
|
-
}, undefined>, v.ObjectSchema<{
|
|
12
5
|
readonly args: v.ObjectSchema<{
|
|
13
6
|
readonly messageId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
14
7
|
readonly seen: v.BooleanSchema<undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/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/push/thread.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;2BAoBzB,CAAA"}
|
|
@@ -6,12 +6,6 @@ export const syncPushThread = createEndpoint({
|
|
|
6
6
|
body: v.object({
|
|
7
7
|
clientGroupID: v.string(),
|
|
8
8
|
mutations: v.array(v.union([
|
|
9
|
-
v.object({
|
|
10
|
-
args: thread.mutators.delete.delta,
|
|
11
|
-
clientID: v.string(),
|
|
12
|
-
id: v.number(),
|
|
13
|
-
name: v.literal('delete'),
|
|
14
|
-
}),
|
|
15
9
|
v.object({
|
|
16
10
|
args: thread.mutators.setMessageSeen.delta,
|
|
17
11
|
clientID: v.string(),
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -39,6 +39,10 @@ export declare const marcoSDK: {
|
|
|
39
39
|
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
40
40
|
readonly specialUse: import("valibot").NullableSchema<import("valibot").UnionSchema<[import("valibot").LiteralSchema<"ARCHIVE", undefined>, import("valibot").LiteralSchema<"INBOX", undefined>, import("valibot").LiteralSchema<"SENT", undefined>, import("valibot").LiteralSchema<"SPAM", undefined>, import("valibot").LiteralSchema<"TRASH", undefined>], undefined>, undefined>;
|
|
41
41
|
}, undefined>, undefined>;
|
|
42
|
+
readonly onboardingStatus: import("valibot").ObjectSchema<{
|
|
43
|
+
readonly completed: import("valibot").BooleanSchema<undefined>;
|
|
44
|
+
readonly percent: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, number, undefined>, import("valibot").MaxValueAction<number, number, undefined>]>, undefined>;
|
|
45
|
+
}, undefined>;
|
|
42
46
|
}, undefined>;
|
|
43
47
|
}, undefined>], undefined>, undefined>;
|
|
44
48
|
}, undefined>;
|
|
@@ -178,13 +182,6 @@ export declare const marcoSDK: {
|
|
|
178
182
|
thread: import("..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
|
|
179
183
|
readonly clientGroupID: import("valibot").StringSchema<undefined>;
|
|
180
184
|
readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
181
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
182
|
-
readonly id: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
183
|
-
}, undefined>;
|
|
184
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
185
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
186
|
-
readonly name: import("valibot").LiteralSchema<"delete", undefined>;
|
|
187
|
-
}, undefined>, import("valibot").ObjectSchema<{
|
|
188
185
|
readonly args: import("valibot").ObjectSchema<{
|
|
189
186
|
readonly messageId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
|
|
190
187
|
readonly seen: import("valibot").BooleanSchema<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"}
|