@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.
@@ -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<"update", undefined>;
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<"update", undefined>;
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<"update", undefined>;
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<"update", undefined>;
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>;
@@ -16,7 +16,7 @@ export const syncPushDraft = createEndpoint({
16
16
  args: draft.mutators.upsert.delta,
17
17
  clientID: v.string(),
18
18
  id: v.number(),
19
- name: v.literal('update'),
19
+ name: v.literal('upsert'),
20
20
  }),
21
21
  ])),
22
22
  }),
@@ -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<"update", undefined>;
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>;
@@ -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<"update", undefined>;
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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcoappio/marco-config",
3
- "version": "2.0.164",
3
+ "version": "2.0.165",
4
4
  "author": "team@marcoapp.io",
5
5
  "main": "dist/index.js",
6
6
  "repository": "git@github.com:marcoappio/marco-config.git",