@kl1/contracts 1.2.35-uat → 1.2.36-uat
Sign up to get free protection for your applications and to get access to all the features.
@@ -857,6 +857,22 @@ export declare const automationQueueContract: {
|
|
857
857
|
}>;
|
858
858
|
};
|
859
859
|
path: "/automation-queue";
|
860
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
861
|
+
'x-tenant': z.ZodString;
|
862
|
+
authorization: z.ZodString;
|
863
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
864
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
865
|
+
}, "strip", z.ZodTypeAny, {
|
866
|
+
'x-tenant': string;
|
867
|
+
authorization: string;
|
868
|
+
'x-client-timezone': string;
|
869
|
+
'x-code'?: string | undefined;
|
870
|
+
}, {
|
871
|
+
'x-tenant': string;
|
872
|
+
authorization: string;
|
873
|
+
'x-code'?: string | undefined;
|
874
|
+
'x-client-timezone'?: string | undefined;
|
875
|
+
}>>>;
|
860
876
|
};
|
861
877
|
duplicateAutomationQueue: {
|
862
878
|
body: null;
|
@@ -1691,6 +1707,22 @@ export declare const automationQueueContract: {
|
|
1691
1707
|
}>;
|
1692
1708
|
};
|
1693
1709
|
path: "/automation-queue/:id/duplicate";
|
1710
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
1711
|
+
'x-tenant': z.ZodString;
|
1712
|
+
authorization: z.ZodString;
|
1713
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
1714
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
1715
|
+
}, "strip", z.ZodTypeAny, {
|
1716
|
+
'x-tenant': string;
|
1717
|
+
authorization: string;
|
1718
|
+
'x-client-timezone': string;
|
1719
|
+
'x-code'?: string | undefined;
|
1720
|
+
}, {
|
1721
|
+
'x-tenant': string;
|
1722
|
+
authorization: string;
|
1723
|
+
'x-code'?: string | undefined;
|
1724
|
+
'x-client-timezone'?: string | undefined;
|
1725
|
+
}>>>;
|
1694
1726
|
};
|
1695
1727
|
getAutomationQueues: {
|
1696
1728
|
method: "GET";
|
@@ -2524,6 +2556,22 @@ export declare const automationQueueContract: {
|
|
2524
2556
|
}>;
|
2525
2557
|
};
|
2526
2558
|
path: "/automation-queue";
|
2559
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
2560
|
+
'x-tenant': z.ZodString;
|
2561
|
+
authorization: z.ZodString;
|
2562
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
2563
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
2564
|
+
}, "strip", z.ZodTypeAny, {
|
2565
|
+
'x-tenant': string;
|
2566
|
+
authorization: string;
|
2567
|
+
'x-client-timezone': string;
|
2568
|
+
'x-code'?: string | undefined;
|
2569
|
+
}, {
|
2570
|
+
'x-tenant': string;
|
2571
|
+
authorization: string;
|
2572
|
+
'x-code'?: string | undefined;
|
2573
|
+
'x-client-timezone'?: string | undefined;
|
2574
|
+
}>>>;
|
2527
2575
|
};
|
2528
2576
|
getAutomationQueueById: {
|
2529
2577
|
method: "GET";
|
@@ -3357,6 +3405,22 @@ export declare const automationQueueContract: {
|
|
3357
3405
|
}>;
|
3358
3406
|
};
|
3359
3407
|
path: "/automation-queue/:id";
|
3408
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
3409
|
+
'x-tenant': z.ZodString;
|
3410
|
+
authorization: z.ZodString;
|
3411
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
3412
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
3413
|
+
}, "strip", z.ZodTypeAny, {
|
3414
|
+
'x-tenant': string;
|
3415
|
+
authorization: string;
|
3416
|
+
'x-client-timezone': string;
|
3417
|
+
'x-code'?: string | undefined;
|
3418
|
+
}, {
|
3419
|
+
'x-tenant': string;
|
3420
|
+
authorization: string;
|
3421
|
+
'x-code'?: string | undefined;
|
3422
|
+
'x-client-timezone'?: string | undefined;
|
3423
|
+
}>>>;
|
3360
3424
|
};
|
3361
3425
|
updateAutomationQueue: {
|
3362
3426
|
body: z.ZodObject<{
|
@@ -4215,6 +4279,22 @@ export declare const automationQueueContract: {
|
|
4215
4279
|
}>;
|
4216
4280
|
};
|
4217
4281
|
path: "/automation-queue/:id";
|
4282
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4283
|
+
'x-tenant': z.ZodString;
|
4284
|
+
authorization: z.ZodString;
|
4285
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
4286
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
4287
|
+
}, "strip", z.ZodTypeAny, {
|
4288
|
+
'x-tenant': string;
|
4289
|
+
authorization: string;
|
4290
|
+
'x-client-timezone': string;
|
4291
|
+
'x-code'?: string | undefined;
|
4292
|
+
}, {
|
4293
|
+
'x-tenant': string;
|
4294
|
+
authorization: string;
|
4295
|
+
'x-code'?: string | undefined;
|
4296
|
+
'x-client-timezone'?: string | undefined;
|
4297
|
+
}>>>;
|
4218
4298
|
};
|
4219
4299
|
deleteAutomationQueue: {
|
4220
4300
|
body: null;
|
@@ -4239,6 +4319,22 @@ export declare const automationQueueContract: {
|
|
4239
4319
|
}>;
|
4240
4320
|
};
|
4241
4321
|
path: "/automation-queue/:id";
|
4322
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4323
|
+
'x-tenant': z.ZodString;
|
4324
|
+
authorization: z.ZodString;
|
4325
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
4326
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
4327
|
+
}, "strip", z.ZodTypeAny, {
|
4328
|
+
'x-tenant': string;
|
4329
|
+
authorization: string;
|
4330
|
+
'x-client-timezone': string;
|
4331
|
+
'x-code'?: string | undefined;
|
4332
|
+
}, {
|
4333
|
+
'x-tenant': string;
|
4334
|
+
authorization: string;
|
4335
|
+
'x-code'?: string | undefined;
|
4336
|
+
'x-client-timezone'?: string | undefined;
|
4337
|
+
}>>>;
|
4242
4338
|
};
|
4243
4339
|
checkHasAssignedRoom: {
|
4244
4340
|
body: z.ZodObject<{
|
@@ -4275,6 +4371,22 @@ export declare const automationQueueContract: {
|
|
4275
4371
|
}>;
|
4276
4372
|
};
|
4277
4373
|
path: "/automation-queue/check-has-assigned-room";
|
4374
|
+
headers: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
4375
|
+
'x-tenant': z.ZodString;
|
4376
|
+
authorization: z.ZodString;
|
4377
|
+
'x-code': z.ZodOptional<z.ZodString>;
|
4378
|
+
'x-client-timezone': z.ZodDefault<z.ZodString>;
|
4379
|
+
}, "strip", z.ZodTypeAny, {
|
4380
|
+
'x-tenant': string;
|
4381
|
+
authorization: string;
|
4382
|
+
'x-client-timezone': string;
|
4383
|
+
'x-code'?: string | undefined;
|
4384
|
+
}, {
|
4385
|
+
'x-tenant': string;
|
4386
|
+
authorization: string;
|
4387
|
+
'x-code'?: string | undefined;
|
4388
|
+
'x-client-timezone'?: string | undefined;
|
4389
|
+
}>>>;
|
4278
4390
|
};
|
4279
4391
|
};
|
4280
4392
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/automation-queue/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAGjD,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,0BAA0B,CAClC,CAAC;AAEF,eAAO,MAAM,uBAAuB
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/automation-queue/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EACL,0BAA0B,EAC1B,2BAA2B,EAC3B,+BAA+B,EAC/B,2BAA2B,EAC5B,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAGjD,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC;AACpE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,+BAA+B,CACvC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,2BAA2B,CACnC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,0BAA0B,CAClC,CAAC;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+FnC,CAAC"}
|
package/dist/index.js
CHANGED
@@ -8816,7 +8816,10 @@ var automationQueueContract = (0, import_core45.initContract)().router(
|
|
8816
8816
|
}
|
8817
8817
|
}
|
8818
8818
|
},
|
8819
|
-
{
|
8819
|
+
{
|
8820
|
+
baseHeaders: DefaultHeaderSchema,
|
8821
|
+
pathPrefix: "/automation-queue"
|
8822
|
+
}
|
8820
8823
|
);
|
8821
8824
|
|
8822
8825
|
// src/mail/mail-contract.ts
|