@devizovaburza/mdm-sdk 2.3.0-canary.abb24e35 → 2.3.0-canary.c6a093d4

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.
@@ -293,74 +293,6 @@ declare const partnerApi: OpenAPIHono<AppEnv, hono_types.MergeSchemaPath<{
293
293
  };
294
294
  };
295
295
  }, "/v1/onboarding/request-link"> & hono_types.MergeSchemaPath<{
296
- "/": {
297
- $get: {
298
- input: {};
299
- output: {
300
- turnstileSiteKey: string;
301
- };
302
- outputFormat: "json";
303
- status: 200;
304
- } | {
305
- input: {};
306
- output: {
307
- message: string;
308
- };
309
- outputFormat: "json";
310
- status: 500;
311
- };
312
- };
313
- }, "/v1/onboarding/config"> & hono_types.MergeSchemaPath<{
314
- "/": {
315
- $post: {
316
- input: {};
317
- output: {
318
- message: string;
319
- response: {
320
- instanceId: string;
321
- status: hono_utils_types.JSONValue;
322
- };
323
- };
324
- outputFormat: "json";
325
- status: 200;
326
- } | {
327
- input: {};
328
- output: {
329
- message: string;
330
- };
331
- outputFormat: "json";
332
- status: 500;
333
- };
334
- };
335
- } & {
336
- "/:instanceId": {
337
- $get: {
338
- input: {
339
- param: {
340
- instanceId: string;
341
- };
342
- };
343
- output: {
344
- message: string;
345
- instanceId: string;
346
- status: hono_utils_types.JSONValue;
347
- };
348
- outputFormat: "json";
349
- status: 200;
350
- } | {
351
- input: {
352
- param: {
353
- instanceId: string;
354
- };
355
- };
356
- output: {
357
- message: string;
358
- };
359
- outputFormat: "json";
360
- status: 500;
361
- };
362
- };
363
- }, "/v1/tasks/legacy-sync"> & hono_types.MergeSchemaPath<{
364
296
  "/": {
365
297
  $post: {
366
298
  input: {
@@ -293,74 +293,6 @@ declare const partnerApi: OpenAPIHono<AppEnv, hono_types.MergeSchemaPath<{
293
293
  };
294
294
  };
295
295
  }, "/v1/onboarding/request-link"> & hono_types.MergeSchemaPath<{
296
- "/": {
297
- $get: {
298
- input: {};
299
- output: {
300
- turnstileSiteKey: string;
301
- };
302
- outputFormat: "json";
303
- status: 200;
304
- } | {
305
- input: {};
306
- output: {
307
- message: string;
308
- };
309
- outputFormat: "json";
310
- status: 500;
311
- };
312
- };
313
- }, "/v1/onboarding/config"> & hono_types.MergeSchemaPath<{
314
- "/": {
315
- $post: {
316
- input: {};
317
- output: {
318
- message: string;
319
- response: {
320
- instanceId: string;
321
- status: hono_utils_types.JSONValue;
322
- };
323
- };
324
- outputFormat: "json";
325
- status: 200;
326
- } | {
327
- input: {};
328
- output: {
329
- message: string;
330
- };
331
- outputFormat: "json";
332
- status: 500;
333
- };
334
- };
335
- } & {
336
- "/:instanceId": {
337
- $get: {
338
- input: {
339
- param: {
340
- instanceId: string;
341
- };
342
- };
343
- output: {
344
- message: string;
345
- instanceId: string;
346
- status: hono_utils_types.JSONValue;
347
- };
348
- outputFormat: "json";
349
- status: 200;
350
- } | {
351
- input: {
352
- param: {
353
- instanceId: string;
354
- };
355
- };
356
- output: {
357
- message: string;
358
- };
359
- outputFormat: "json";
360
- status: 500;
361
- };
362
- };
363
- }, "/v1/tasks/legacy-sync"> & hono_types.MergeSchemaPath<{
364
296
  "/": {
365
297
  $post: {
366
298
  input: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devizovaburza/mdm-sdk",
3
- "version": "2.3.0-canary.abb24e35",
3
+ "version": "2.3.0-canary.c6a093d4",
4
4
  "author": "Devizová burza a.s.",
5
5
  "license": "ISC",
6
6
  "type": "module",