@marcoappio/marco-config 2.0.345 → 2.0.347
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 +0 -11
- package/dist/clients/account.d.ts.map +1 -1
- package/dist/clients/account.js +0 -11
- package/dist/clients/index.d.ts +0 -11
- package/dist/clients/index.d.ts.map +1 -1
- package/dist/marcoPublicConfig.d.ts.map +1 -1
- package/dist/marcoPublicConfig.js +1 -1
- package/dist/sdk/endpoints/index.d.ts +0 -15
- package/dist/sdk/endpoints/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +0 -15
- package/dist/sdk/endpoints/private/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +0 -15
- package/dist/sdk/endpoints/private/sync/index.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.d.ts +0 -15
- package/dist/sdk/endpoints/private/sync/push/account.d.ts.map +1 -1
- package/dist/sdk/endpoints/private/sync/push/account.js +0 -12
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +0 -15
- package/dist/sdk/endpoints/private/sync/push/index.d.ts.map +1 -1
- package/dist/sdk/index.d.ts +0 -15
- package/dist/sdk/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -48,12 +48,6 @@ export declare const account: {
|
|
|
48
48
|
}, undefined>;
|
|
49
49
|
}, undefined>;
|
|
50
50
|
};
|
|
51
|
-
createLabel: {
|
|
52
|
-
delta: v.ObjectSchema<{
|
|
53
|
-
readonly accountId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
54
|
-
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
55
|
-
}, undefined>;
|
|
56
|
-
};
|
|
57
51
|
deleteAccount: {
|
|
58
52
|
delta: v.ObjectSchema<{
|
|
59
53
|
readonly id: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
@@ -65,11 +59,6 @@ export declare const account: {
|
|
|
65
59
|
readonly aliasId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
66
60
|
}, undefined>;
|
|
67
61
|
};
|
|
68
|
-
deleteLabel: {
|
|
69
|
-
delta: v.ObjectSchema<{
|
|
70
|
-
readonly labelId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
71
|
-
}, undefined>;
|
|
72
|
-
};
|
|
73
62
|
setAliasName: {
|
|
74
63
|
delta: v.ObjectSchema<{
|
|
75
64
|
readonly accountId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../src/clients/account.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAgB5B,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;AAgB5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFG,CAAA"}
|
package/dist/clients/account.js
CHANGED
|
@@ -43,12 +43,6 @@ export const account = {
|
|
|
43
43
|
alias: aliasSchema,
|
|
44
44
|
}),
|
|
45
45
|
},
|
|
46
|
-
createLabel: {
|
|
47
|
-
delta: v.object({
|
|
48
|
-
accountId: marcoSchemas.string.shortUUID(),
|
|
49
|
-
path: marcoSchemas.string.required(),
|
|
50
|
-
}),
|
|
51
|
-
},
|
|
52
46
|
deleteAccount: {
|
|
53
47
|
delta: v.object({
|
|
54
48
|
id: marcoSchemas.string.shortUUID(),
|
|
@@ -60,11 +54,6 @@ export const account = {
|
|
|
60
54
|
aliasId: marcoSchemas.string.shortUUID(),
|
|
61
55
|
}),
|
|
62
56
|
},
|
|
63
|
-
deleteLabel: {
|
|
64
|
-
delta: v.object({
|
|
65
|
-
labelId: marcoSchemas.string.shortUUID(),
|
|
66
|
-
}),
|
|
67
|
-
},
|
|
68
57
|
setAliasName: {
|
|
69
58
|
delta: v.object({
|
|
70
59
|
accountId: marcoSchemas.string.shortUUID(),
|
package/dist/clients/index.d.ts
CHANGED
|
@@ -49,12 +49,6 @@ export declare const marcoClients: {
|
|
|
49
49
|
}, undefined>;
|
|
50
50
|
}, undefined>;
|
|
51
51
|
};
|
|
52
|
-
createLabel: {
|
|
53
|
-
delta: import("valibot").ObjectSchema<{
|
|
54
|
-
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
55
|
-
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
56
|
-
}, undefined>;
|
|
57
|
-
};
|
|
58
52
|
deleteAccount: {
|
|
59
53
|
delta: import("valibot").ObjectSchema<{
|
|
60
54
|
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -66,11 +60,6 @@ export declare const marcoClients: {
|
|
|
66
60
|
readonly aliasId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
67
61
|
}, undefined>;
|
|
68
62
|
};
|
|
69
|
-
deleteLabel: {
|
|
70
|
-
delta: import("valibot").ObjectSchema<{
|
|
71
|
-
readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
72
|
-
}, undefined>;
|
|
73
|
-
};
|
|
74
63
|
setAliasName: {
|
|
75
64
|
delta: import("valibot").ObjectSchema<{
|
|
76
65
|
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/clients/index.ts"],"names":[],"mappings":"AAQA,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":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAA;AAE3C,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMc,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"marcoPublicConfig.d.ts","sourceRoot":"","sources":["../src/marcoPublicConfig.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG,SAAS,GAAG,aAAa,CAAA;AAEvE,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"marcoPublicConfig.d.ts","sourceRoot":"","sources":["../src/marcoPublicConfig.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG,SAAS,GAAG,aAAa,CAAA;AAEvE,eAAO,MAAM,SAAS,kBAAsH,CAAA;AAE5I,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE;QACL,GAAG,EAAE;YACH,OAAO,EAAE,MAAM,CAAA;SAChB,CAAA;QACD,GAAG,EAAE;YACH,OAAO,EAAE,MAAM,CAAA;SAChB,CAAA;QACD,EAAE,EAAE;YACF,KAAK,EAAE,MAAM,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;YACZ,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;KACF,CAAA;IACD,KAAK,EAAE;QACL,MAAM,EAAE;YACN,QAAQ,EAAE,MAAM,CAAA;SACjB,CAAA;QACD,OAAO,EAAE;YACP,QAAQ,EAAE,MAAM,CAAA;YAChB,QAAQ,EAAE,MAAM,CAAA;SACjB,CAAA;KACF,CAAA;IACD,UAAU,EAAE;QACV,UAAU,EAAE,MAAM,CAAA;KACnB,CAAA;IACD,MAAM,EAAE;QACN,QAAQ,EAAE,MAAM,CAAA;KACjB,CAAA;CACF,CAAA;AAiGD,eAAO,MAAM,iBAAiB,mBAAuB,CAAA"}
|
|
@@ -363,14 +363,6 @@ export declare const endpoints: {
|
|
|
363
363
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
364
364
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
365
365
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
366
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
367
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
368
|
-
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
369
|
-
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
370
|
-
}, undefined>;
|
|
371
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
372
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
373
|
-
readonly name: import("valibot").LiteralSchema<"createLabel", undefined>;
|
|
374
366
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
375
367
|
readonly args: import("valibot").ObjectSchema<{
|
|
376
368
|
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -386,13 +378,6 @@ export declare const endpoints: {
|
|
|
386
378
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
387
379
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
388
380
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
389
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
390
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
391
|
-
readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
392
|
-
}, undefined>;
|
|
393
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
394
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
395
|
-
readonly name: import("valibot").LiteralSchema<"deleteLabel", undefined>;
|
|
396
381
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
397
382
|
readonly args: import("valibot").ObjectSchema<{
|
|
398
383
|
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/endpoints/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAEvC,OAAO,EAAE,cAAc,EAAe,MAAM,qBAAqB,CAAA;AAcjE,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGM,CAAA"}
|
|
@@ -360,14 +360,6 @@ export declare const privateGroup: {
|
|
|
360
360
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
361
361
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
362
362
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
363
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
364
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
365
|
-
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
366
|
-
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
367
|
-
}, undefined>;
|
|
368
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
369
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
370
|
-
readonly name: import("valibot").LiteralSchema<"createLabel", undefined>;
|
|
371
363
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
372
364
|
readonly args: import("valibot").ObjectSchema<{
|
|
373
365
|
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -383,13 +375,6 @@ export declare const privateGroup: {
|
|
|
383
375
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
384
376
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
385
377
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
386
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
387
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
388
|
-
readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
389
|
-
}, undefined>;
|
|
390
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
391
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
392
|
-
readonly name: import("valibot").LiteralSchema<"deleteLabel", undefined>;
|
|
393
378
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
394
379
|
readonly args: import("valibot").ObjectSchema<{
|
|
395
380
|
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/sdk/endpoints/private/index.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIxB,CAAA"}
|
|
@@ -327,14 +327,6 @@ export declare const sync: {
|
|
|
327
327
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
328
328
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
329
329
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
330
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
331
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
332
|
-
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
333
|
-
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
334
|
-
}, undefined>;
|
|
335
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
336
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
337
|
-
readonly name: import("valibot").LiteralSchema<"createLabel", undefined>;
|
|
338
330
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
339
331
|
readonly args: import("valibot").ObjectSchema<{
|
|
340
332
|
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -350,13 +342,6 @@ export declare const sync: {
|
|
|
350
342
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
351
343
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
352
344
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
353
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
354
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
355
|
-
readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
356
|
-
}, undefined>;
|
|
357
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
358
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
359
|
-
readonly name: import("valibot").LiteralSchema<"deleteLabel", undefined>;
|
|
360
345
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
361
346
|
readonly args: import("valibot").ObjectSchema<{
|
|
362
347
|
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | 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"}
|
|
@@ -23,14 +23,6 @@ export declare const syncPushAccount: import("../../../../..").EndpointConfig<"/
|
|
|
23
23
|
readonly clientID: v.StringSchema<undefined>;
|
|
24
24
|
readonly id: v.NumberSchema<undefined>;
|
|
25
25
|
readonly name: v.LiteralSchema<"createAlias", undefined>;
|
|
26
|
-
}, undefined> | v.ObjectSchema<{
|
|
27
|
-
readonly args: v.ObjectSchema<{
|
|
28
|
-
readonly accountId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
29
|
-
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.NonEmptyAction<string, undefined>, v.MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
|
-
}, undefined>;
|
|
31
|
-
readonly clientID: v.StringSchema<undefined>;
|
|
32
|
-
readonly id: v.NumberSchema<undefined>;
|
|
33
|
-
readonly name: v.LiteralSchema<"createLabel", undefined>;
|
|
34
26
|
}, undefined> | v.ObjectSchema<{
|
|
35
27
|
readonly args: v.ObjectSchema<{
|
|
36
28
|
readonly id: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
@@ -46,13 +38,6 @@ export declare const syncPushAccount: import("../../../../..").EndpointConfig<"/
|
|
|
46
38
|
readonly clientID: v.StringSchema<undefined>;
|
|
47
39
|
readonly id: v.NumberSchema<undefined>;
|
|
48
40
|
readonly name: v.LiteralSchema<"deleteAlias", undefined>;
|
|
49
|
-
}, undefined> | v.ObjectSchema<{
|
|
50
|
-
readonly args: v.ObjectSchema<{
|
|
51
|
-
readonly labelId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
52
|
-
}, undefined>;
|
|
53
|
-
readonly clientID: v.StringSchema<undefined>;
|
|
54
|
-
readonly id: v.NumberSchema<undefined>;
|
|
55
|
-
readonly name: v.LiteralSchema<"deleteLabel", undefined>;
|
|
56
41
|
}, undefined> | v.ObjectSchema<{
|
|
57
42
|
readonly args: v.ObjectSchema<{
|
|
58
43
|
readonly accountId: v.CustomSchema<string, v.ErrorMessage<v.CustomIssue> | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/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/push/account.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAM5B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAwE1B,CAAA"}
|
|
@@ -18,12 +18,6 @@ export const syncPushAccount = createEndpoint({
|
|
|
18
18
|
id: v.number(),
|
|
19
19
|
name: v.literal('createAlias'),
|
|
20
20
|
}),
|
|
21
|
-
createLabel: v.object({
|
|
22
|
-
args: account.mutators.createLabel.delta,
|
|
23
|
-
clientID: v.string(),
|
|
24
|
-
id: v.number(),
|
|
25
|
-
name: v.literal('createLabel'),
|
|
26
|
-
}),
|
|
27
21
|
deleteAccount: v.object({
|
|
28
22
|
args: account.mutators.deleteAccount.delta,
|
|
29
23
|
clientID: v.string(),
|
|
@@ -36,12 +30,6 @@ export const syncPushAccount = createEndpoint({
|
|
|
36
30
|
id: v.number(),
|
|
37
31
|
name: v.literal('deleteAlias'),
|
|
38
32
|
}),
|
|
39
|
-
deleteLabel: v.object({
|
|
40
|
-
args: account.mutators.deleteLabel.delta,
|
|
41
|
-
clientID: v.string(),
|
|
42
|
-
id: v.number(),
|
|
43
|
-
name: v.literal('deleteLabel'),
|
|
44
|
-
}),
|
|
45
33
|
setAliasName: v.object({
|
|
46
34
|
args: account.mutators.setAliasName.delta,
|
|
47
35
|
clientID: v.string(),
|
|
@@ -23,14 +23,6 @@ export declare const push: {
|
|
|
23
23
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
24
24
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
25
25
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
26
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
27
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
28
|
-
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
29
|
-
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
30
|
-
}, undefined>;
|
|
31
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
32
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
33
|
-
readonly name: import("valibot").LiteralSchema<"createLabel", undefined>;
|
|
34
26
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
35
27
|
readonly args: import("valibot").ObjectSchema<{
|
|
36
28
|
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -46,13 +38,6 @@ export declare const push: {
|
|
|
46
38
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
47
39
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
48
40
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
49
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
50
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
51
|
-
readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
52
|
-
}, undefined>;
|
|
53
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
54
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
55
|
-
readonly name: import("valibot").LiteralSchema<"deleteLabel", undefined>;
|
|
56
41
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
57
42
|
readonly args: import("valibot").ObjectSchema<{
|
|
58
43
|
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/sdk/endpoints/private/sync/push/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA"}
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -362,14 +362,6 @@ export declare const marcoSDK: {
|
|
|
362
362
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
363
363
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
364
364
|
readonly name: import("valibot").LiteralSchema<"createAlias", undefined>;
|
|
365
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
366
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
367
|
-
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
368
|
-
readonly path: import("valibot").NonOptionalSchema<import("valibot").SchemaWithPipe<[import("valibot").StringSchema<undefined>, import("valibot").NonEmptyAction<string, undefined>, import("valibot").MaxLengthAction<string, number, undefined>]>, undefined>;
|
|
369
|
-
}, undefined>;
|
|
370
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
371
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
372
|
-
readonly name: import("valibot").LiteralSchema<"createLabel", undefined>;
|
|
373
365
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
374
366
|
readonly args: import("valibot").ObjectSchema<{
|
|
375
367
|
readonly id: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
@@ -385,13 +377,6 @@ export declare const marcoSDK: {
|
|
|
385
377
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
386
378
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
387
379
|
readonly name: import("valibot").LiteralSchema<"deleteAlias", undefined>;
|
|
388
|
-
}, undefined> | import("valibot").ObjectSchema<{
|
|
389
|
-
readonly args: import("valibot").ObjectSchema<{
|
|
390
|
-
readonly labelId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
|
391
|
-
}, undefined>;
|
|
392
|
-
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
393
|
-
readonly id: import("valibot").NumberSchema<undefined>;
|
|
394
|
-
readonly name: import("valibot").LiteralSchema<"deleteLabel", undefined>;
|
|
395
380
|
}, undefined> | import("valibot").ObjectSchema<{
|
|
396
381
|
readonly args: import("valibot").ObjectSchema<{
|
|
397
382
|
readonly accountId: import("valibot").CustomSchema<string, import("valibot").ErrorMessage<import("valibot").CustomIssue> | undefined>;
|
package/dist/sdk/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sdk/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGpB,CAAA"}
|
package/package.json
CHANGED