@marcoappio/marco-config 2.0.164 → 2.0.165
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sdk/endpoints/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/index.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.d.ts +1 -1
- package/dist/sdk/endpoints/private/sync/push/draft.js +1 -1
- package/dist/sdk/endpoints/private/sync/push/index.d.ts +1 -1
- package/dist/sdk/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -346,7 +346,7 @@ export declare const endpoints: {
|
|
|
346
346
|
}, undefined>;
|
|
347
347
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
348
348
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
349
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
349
|
+
readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
|
|
350
350
|
}, undefined>], undefined>, undefined>;
|
|
351
351
|
}, undefined>, GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
352
352
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -343,7 +343,7 @@ export declare const privateGroup: {
|
|
|
343
343
|
}, undefined>;
|
|
344
344
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
345
345
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
346
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
346
|
+
readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
|
|
347
347
|
}, undefined>], undefined>, undefined>;
|
|
348
348
|
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
349
349
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -328,7 +328,7 @@ export declare const sync: {
|
|
|
328
328
|
}, undefined>;
|
|
329
329
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
330
330
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
331
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
331
|
+
readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
|
|
332
332
|
}, undefined>], undefined>, undefined>;
|
|
333
333
|
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
334
334
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -23,7 +23,7 @@ export declare const syncPushDraft: import("../../../../..").EndpointConfig<"/v1
|
|
|
23
23
|
}, undefined>;
|
|
24
24
|
readonly clientID: v.StringSchema<undefined>;
|
|
25
25
|
readonly id: v.NumberSchema<undefined>;
|
|
26
|
-
readonly name: v.LiteralSchema<"
|
|
26
|
+
readonly name: v.LiteralSchema<"upsert", undefined>;
|
|
27
27
|
}, undefined>], undefined>, undefined>;
|
|
28
28
|
}, undefined>, v.GenericSchema | undefined, v.UnionSchema<[v.ObjectSchema<{
|
|
29
29
|
readonly code: v.LiteralSchema<"VALIDATION_FAILED", undefined>;
|
|
@@ -109,7 +109,7 @@ export declare const push: {
|
|
|
109
109
|
}, undefined>;
|
|
110
110
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
111
111
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
112
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
112
|
+
readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
|
|
113
113
|
}, undefined>], undefined>, undefined>;
|
|
114
114
|
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
115
115
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|
package/dist/sdk/index.d.ts
CHANGED
|
@@ -345,7 +345,7 @@ export declare const marcoSDK: {
|
|
|
345
345
|
}, undefined>;
|
|
346
346
|
readonly clientID: import("valibot").StringSchema<undefined>;
|
|
347
347
|
readonly id: import("valibot").NumberSchema<undefined>;
|
|
348
|
-
readonly name: import("valibot").LiteralSchema<"
|
|
348
|
+
readonly name: import("valibot").LiteralSchema<"upsert", undefined>;
|
|
349
349
|
}, undefined>], undefined>, undefined>;
|
|
350
350
|
}, undefined>, import("valibot").GenericSchema | undefined, import("valibot").UnionSchema<[import("valibot").ObjectSchema<{
|
|
351
351
|
readonly code: import("valibot").LiteralSchema<"VALIDATION_FAILED", undefined>;
|