@marcoappio/marco-config 2.0.133 → 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.
Files changed (30) hide show
  1. package/dist/clients/account.d.ts +4 -0
  2. package/dist/clients/account.d.ts.map +1 -1
  3. package/dist/clients/account.js +4 -0
  4. package/dist/clients/index.d.ts +4 -5
  5. package/dist/clients/index.d.ts.map +1 -1
  6. package/dist/clients/thread.d.ts +0 -5
  7. package/dist/clients/thread.d.ts.map +1 -1
  8. package/dist/clients/thread.js +0 -5
  9. package/dist/sdk/endpoints/index.d.ts +28 -0
  10. package/dist/sdk/endpoints/index.d.ts.map +1 -1
  11. package/dist/sdk/endpoints/private/index.d.ts +28 -0
  12. package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
  13. package/dist/sdk/endpoints/private/sync/index.d.ts +28 -0
  14. package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
  15. package/dist/sdk/endpoints/private/sync/pull/account.d.ts +4 -0
  16. package/dist/sdk/endpoints/private/sync/pull/account.d.ts.map +1 -1
  17. package/dist/sdk/endpoints/private/sync/pull/index.d.ts +4 -0
  18. package/dist/sdk/endpoints/private/sync/pull/index.d.ts.map +1 -1
  19. package/dist/sdk/endpoints/private/sync/push/index.d.ts +24 -0
  20. package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
  21. package/dist/sdk/endpoints/private/sync/push/index.js +2 -1
  22. package/dist/sdk/endpoints/private/sync/push/thread.d.ts +26 -0
  23. package/dist/sdk/endpoints/private/sync/push/thread.d.ts.map +1 -0
  24. package/dist/sdk/endpoints/private/sync/push/thread.js +25 -0
  25. package/dist/sdk/index.d.ts +28 -0
  26. package/dist/sdk/index.d.ts.map +1 -1
  27. package/dist/sdk/validation/errors.d.ts +8 -0
  28. package/dist/sdk/validation/errors.d.ts.map +1 -1
  29. package/dist/sdk/validation/errors.js +5 -0
  30. 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCG,CAAA"}
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"}
@@ -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: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIc,CAAA"}
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"}
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuCI,CAAA"}
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"}
@@ -24,11 +24,6 @@ export const thread = {
24
24
  })),
25
25
  }),
26
26
  mutators: {
27
- delete: {
28
- delta: v.object({
29
- id: marcoSchemas.string.required(),
30
- }),
31
- },
32
27
  setMessageSeen: {
33
28
  delta: v.object({
34
29
  messageId: marcoSchemas.string.required(),
@@ -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>;
@@ -176,6 +180,30 @@ export declare const endpoints: {
176
180
  }, undefined>, import("valibot").ObjectSchema<{
177
181
  readonly status: import("valibot").LiteralSchema<200, undefined>;
178
182
  }, undefined>], undefined>>;
183
+ thread: EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
184
+ readonly clientGroupID: import("valibot").StringSchema<undefined>;
185
+ readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
186
+ readonly args: import("valibot").ObjectSchema<{
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>;
188
+ readonly seen: import("valibot").BooleanSchema<undefined>;
189
+ readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
190
+ }, undefined>;
191
+ readonly clientID: import("valibot").StringSchema<undefined>;
192
+ readonly id: import("valibot").NumberSchema<undefined>;
193
+ readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
194
+ }, undefined>], undefined>, undefined>;
195
+ }, undefined>, GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
196
+ readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
197
+ readonly status: import("valibot").LiteralSchema<400, undefined>;
198
+ }, undefined>, import("valibot").ObjectSchema<{
199
+ readonly code: import("valibot").LiteralSchema<"NOT_AUTHENTICATED", undefined>;
200
+ readonly status: import("valibot").LiteralSchema<401, undefined>;
201
+ }, undefined>, import("valibot").ObjectSchema<{
202
+ readonly code: import("valibot").LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
203
+ readonly status: import("valibot").LiteralSchema<404, undefined>;
204
+ }, undefined>, import("valibot").ObjectSchema<{
205
+ readonly status: import("valibot").LiteralSchema<200, undefined>;
206
+ }, undefined>], undefined>>;
179
207
  };
180
208
  };
181
209
  user: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
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>;
@@ -173,6 +177,30 @@ export declare const privateGroup: {
173
177
  }, undefined>, import("valibot").ObjectSchema<{
174
178
  readonly status: import("valibot").LiteralSchema<200, undefined>;
175
179
  }, undefined>], undefined>>;
180
+ thread: import("../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
181
+ readonly clientGroupID: import("valibot").StringSchema<undefined>;
182
+ readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
183
+ readonly args: import("valibot").ObjectSchema<{
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>;
185
+ readonly seen: import("valibot").BooleanSchema<undefined>;
186
+ readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
187
+ }, undefined>;
188
+ readonly clientID: import("valibot").StringSchema<undefined>;
189
+ readonly id: import("valibot").NumberSchema<undefined>;
190
+ readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
191
+ }, undefined>], undefined>, undefined>;
192
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
193
+ readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
194
+ readonly status: import("valibot").LiteralSchema<400, undefined>;
195
+ }, undefined>, import("valibot").ObjectSchema<{
196
+ readonly code: import("valibot").LiteralSchema<"NOT_AUTHENTICATED", undefined>;
197
+ readonly status: import("valibot").LiteralSchema<401, undefined>;
198
+ }, undefined>, import("valibot").ObjectSchema<{
199
+ readonly code: import("valibot").LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
200
+ readonly status: import("valibot").LiteralSchema<404, undefined>;
201
+ }, undefined>, import("valibot").ObjectSchema<{
202
+ readonly status: import("valibot").LiteralSchema<200, undefined>;
203
+ }, undefined>], undefined>>;
176
204
  };
177
205
  };
178
206
  user: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGxB,CAAA"}
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>;
@@ -172,6 +176,30 @@ export declare const sync: {
172
176
  }, undefined>, import("valibot").ObjectSchema<{
173
177
  readonly status: import("valibot").LiteralSchema<200, undefined>;
174
178
  }, undefined>], undefined>>;
179
+ thread: import("../../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
180
+ readonly clientGroupID: import("valibot").StringSchema<undefined>;
181
+ readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
182
+ readonly args: import("valibot").ObjectSchema<{
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>;
184
+ readonly seen: import("valibot").BooleanSchema<undefined>;
185
+ readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
186
+ }, undefined>;
187
+ readonly clientID: import("valibot").StringSchema<undefined>;
188
+ readonly id: import("valibot").NumberSchema<undefined>;
189
+ readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
190
+ }, undefined>], undefined>, undefined>;
191
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
192
+ readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
193
+ readonly status: import("valibot").LiteralSchema<400, undefined>;
194
+ }, undefined>, import("valibot").ObjectSchema<{
195
+ readonly code: import("valibot").LiteralSchema<"NOT_AUTHENTICATED", undefined>;
196
+ readonly status: import("valibot").LiteralSchema<401, undefined>;
197
+ }, undefined>, import("valibot").ObjectSchema<{
198
+ readonly code: import("valibot").LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
199
+ readonly status: import("valibot").LiteralSchema<404, undefined>;
200
+ }, undefined>, import("valibot").ObjectSchema<{
201
+ readonly status: import("valibot").LiteralSchema<200, undefined>;
202
+ }, undefined>], undefined>>;
175
203
  };
176
204
  };
177
205
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/endpoints/private/sync/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiB,CAAA"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAwB1B,CAAA"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA+B,CAAA"}
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"}
@@ -31,5 +31,29 @@ export declare const push: {
31
31
  }, undefined>, import("valibot").ObjectSchema<{
32
32
  readonly status: import("valibot").LiteralSchema<200, undefined>;
33
33
  }, undefined>], undefined>>;
34
+ thread: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
35
+ readonly clientGroupID: import("valibot").StringSchema<undefined>;
36
+ readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
37
+ readonly args: import("valibot").ObjectSchema<{
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>;
39
+ readonly seen: import("valibot").BooleanSchema<undefined>;
40
+ readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
41
+ }, undefined>;
42
+ readonly clientID: import("valibot").StringSchema<undefined>;
43
+ readonly id: import("valibot").NumberSchema<undefined>;
44
+ readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
45
+ }, undefined>], undefined>, undefined>;
46
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
47
+ readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
48
+ readonly status: import("valibot").LiteralSchema<400, undefined>;
49
+ }, undefined>, import("valibot").ObjectSchema<{
50
+ readonly code: import("valibot").LiteralSchema<"NOT_AUTHENTICATED", undefined>;
51
+ readonly status: import("valibot").LiteralSchema<401, undefined>;
52
+ }, undefined>, import("valibot").ObjectSchema<{
53
+ readonly code: import("valibot").LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
54
+ readonly status: import("valibot").LiteralSchema<404, undefined>;
55
+ }, undefined>, import("valibot").ObjectSchema<{
56
+ readonly status: import("valibot").LiteralSchema<200, undefined>;
57
+ }, undefined>], undefined>>;
34
58
  };
35
59
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAc,CAAA"}
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"}
@@ -1,2 +1,3 @@
1
1
  import { syncPushAccount as account } from './account';
2
- export const push = { account };
2
+ import { syncPushThread as thread } from './thread';
3
+ export const push = { account, thread };
@@ -0,0 +1,26 @@
1
+ import * as v from 'valibot';
2
+ export declare const syncPushThread: import("../../../../..").EndpointConfig<"/v1/pv/sync/push/thread", v.ObjectSchema<{
3
+ readonly clientGroupID: v.StringSchema<undefined>;
4
+ readonly mutations: v.ArraySchema<v.UnionSchema<[v.ObjectSchema<{
5
+ readonly args: v.ObjectSchema<{
6
+ readonly messageId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
7
+ readonly seen: v.BooleanSchema<undefined>;
8
+ readonly threadId: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, 255, undefined>]>, undefined>;
9
+ }, undefined>;
10
+ readonly clientID: v.StringSchema<undefined>;
11
+ readonly id: v.NumberSchema<undefined>;
12
+ readonly name: v.LiteralSchema<"setMessageSeen", undefined>;
13
+ }, undefined>], undefined>, undefined>;
14
+ }, undefined>, v.GenericSchema<unknown, unknown, v.BaseIssue<unknown>> | undefined, v.UnionSchema<[v.ObjectSchema<{
15
+ readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
16
+ readonly status: v.LiteralSchema<400, undefined>;
17
+ }, undefined>, v.ObjectSchema<{
18
+ readonly code: v.LiteralSchema<"NOT_AUTHENTICATED", undefined>;
19
+ readonly status: v.LiteralSchema<401, undefined>;
20
+ }, undefined>, v.ObjectSchema<{
21
+ readonly code: v.LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
22
+ readonly status: v.LiteralSchema<404, undefined>;
23
+ }, undefined>, v.ObjectSchema<{
24
+ readonly status: v.LiteralSchema<200, undefined>;
25
+ }, undefined>], undefined>>;
26
+ //# sourceMappingURL=thread.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;;;;;;;;;;;;2BAoBzB,CAAA"}
@@ -0,0 +1,25 @@
1
+ import * as v from 'valibot';
2
+ import { thread } from '../../../../../clients/thread';
3
+ import { createEndpoint } from '../../../../../sdk/endpoints/createEndpointConfig';
4
+ import { errorManifest } from '../../../../../sdk/validation/errors';
5
+ export const syncPushThread = createEndpoint({
6
+ body: v.object({
7
+ clientGroupID: v.string(),
8
+ mutations: v.array(v.union([
9
+ v.object({
10
+ args: thread.mutators.setMessageSeen.delta,
11
+ clientID: v.string(),
12
+ id: v.number(),
13
+ name: v.literal('setMessageSeen'),
14
+ }),
15
+ ])),
16
+ }),
17
+ method: 'POST',
18
+ path: thread.pushURL,
19
+ response: v.union([
20
+ errorManifest.validationFailedErrorSchema,
21
+ errorManifest.notAuthenticatedErrorSchema,
22
+ errorManifest.messageNotFoundErrorSchema,
23
+ v.object({ status: v.literal(200) }),
24
+ ]),
25
+ });
@@ -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>;
@@ -175,6 +179,30 @@ export declare const marcoSDK: {
175
179
  }, undefined>, import("valibot").ObjectSchema<{
176
180
  readonly status: import("valibot").LiteralSchema<200, undefined>;
177
181
  }, undefined>], undefined>>;
182
+ thread: import("..").EndpointConfig<"/v1/pv/sync/push/thread", import("valibot").ObjectSchema<{
183
+ readonly clientGroupID: import("valibot").StringSchema<undefined>;
184
+ readonly mutations: import("valibot").ArraySchema<import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
185
+ readonly args: import("valibot").ObjectSchema<{
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>;
187
+ readonly seen: import("valibot").BooleanSchema<undefined>;
188
+ readonly threadId: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, 255, undefined>]>, undefined>;
189
+ }, undefined>;
190
+ readonly clientID: import("valibot").StringSchema<undefined>;
191
+ readonly id: import("valibot").NumberSchema<undefined>;
192
+ readonly name: import("valibot").LiteralSchema<"setMessageSeen", undefined>;
193
+ }, undefined>], undefined>, undefined>;
194
+ }, undefined>, import("valibot").GenericSchema<unknown, unknown, import("valibot").BaseIssue<unknown>> | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
195
+ readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
196
+ readonly status: import("valibot").LiteralSchema<400, undefined>;
197
+ }, undefined>, import("valibot").ObjectSchema<{
198
+ readonly code: import("valibot").LiteralSchema<"NOT_AUTHENTICATED", undefined>;
199
+ readonly status: import("valibot").LiteralSchema<401, undefined>;
200
+ }, undefined>, import("valibot").ObjectSchema<{
201
+ readonly code: import("valibot").LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
202
+ readonly status: import("valibot").LiteralSchema<404, undefined>;
203
+ }, undefined>, import("valibot").ObjectSchema<{
204
+ readonly status: import("valibot").LiteralSchema<200, undefined>;
205
+ }, undefined>], undefined>>;
178
206
  };
179
207
  };
180
208
  user: {
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
@@ -12,12 +12,20 @@ export declare const authenticationFailedErrorSchema: v.ObjectSchema<{
12
12
  readonly details: v.StringSchema<undefined>;
13
13
  readonly status: v.LiteralSchema<400, undefined>;
14
14
  }, undefined>;
15
+ export declare const messageNotFoundErrorSchema: v.ObjectSchema<{
16
+ readonly code: v.LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
17
+ readonly status: v.LiteralSchema<404, undefined>;
18
+ }, undefined>;
15
19
  export declare const errorManifest: {
16
20
  authenticationFailedErrorSchema: v.ObjectSchema<{
17
21
  readonly code: v.LiteralSchema<"AUTHENTICATION_FAILED", undefined>;
18
22
  readonly details: v.StringSchema<undefined>;
19
23
  readonly status: v.LiteralSchema<400, undefined>;
20
24
  }, undefined>;
25
+ messageNotFoundErrorSchema: v.ObjectSchema<{
26
+ readonly code: v.LiteralSchema<"MESSAGE_NOT_FOUND", undefined>;
27
+ readonly status: v.LiteralSchema<404, undefined>;
28
+ }, undefined>;
21
29
  notAuthenticatedErrorSchema: v.ObjectSchema<{
22
30
  readonly code: v.LiteralSchema<"NOT_AUTHENTICATED", undefined>;
23
31
  readonly status: v.LiteralSchema<401, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../src/sdk/validation/errors.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAQ5B,eAAO,MAAM,2BAA2B;;;aAGtC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;aAGtC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;aAI1C,CAAA;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;CAID,CAAA"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../src/sdk/validation/errors.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAQ5B,eAAO,MAAM,2BAA2B;;;aAGtC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;aAGtC,CAAA;AAEF,eAAO,MAAM,+BAA+B;;;;aAI1C,CAAA;AAEF,eAAO,MAAM,0BAA0B;;;aAGrC,CAAA;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;CAKD,CAAA"}
@@ -12,8 +12,13 @@ export const authenticationFailedErrorSchema = v.object({
12
12
  details: v.string(),
13
13
  status: v.literal(400),
14
14
  });
15
+ export const messageNotFoundErrorSchema = v.object({
16
+ code: v.literal('MESSAGE_NOT_FOUND'),
17
+ status: v.literal(404),
18
+ });
15
19
  export const errorManifest = {
16
20
  authenticationFailedErrorSchema,
21
+ messageNotFoundErrorSchema,
17
22
  notAuthenticatedErrorSchema,
18
23
  validationFailedErrorSchema,
19
24
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
- "version": "2.0.133",
3
+ "version": "2.0.135",
4
4
  "author": "team@marcoapp.io",
5
5
  "main": "dist/index.js",
6
6
  "repository": "git@github.com:marcoappio/marco-config.git",