@kl1/contracts 1.0.45 → 1.0.46

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.
@@ -121354,6 +121354,70 @@ export declare const telephonyContract: {
121354
121354
  'x-client-timezone'?: string | undefined;
121355
121355
  }>>>;
121356
121356
  };
121357
+ getDropdownList: {
121358
+ method: "GET";
121359
+ query: null;
121360
+ responses: {
121361
+ 200: import("zod").ZodObject<{
121362
+ requestId: import("zod").ZodString;
121363
+ trunks: import("zod").ZodArray<import("zod").ZodObject<{
121364
+ id: import("zod").ZodString;
121365
+ trunk: import("zod").ZodString;
121366
+ }, "strip", import("zod").ZodTypeAny, {
121367
+ id: string;
121368
+ trunk: string;
121369
+ }, {
121370
+ id: string;
121371
+ trunk: string;
121372
+ }>, "many">;
121373
+ status: import("zod").ZodArray<import("zod").ZodEnum<["ANSWERED", "NO ANSWER", "FAILED"]>, "many">;
121374
+ type: import("zod").ZodArray<import("zod").ZodEnum<["Inbound", "Outbound", "Internal"]>, "many">;
121375
+ }, "strip", import("zod").ZodTypeAny, {
121376
+ type: ("Inbound" | "Outbound" | "Internal")[];
121377
+ status: ("ANSWERED" | "NO ANSWER" | "FAILED")[];
121378
+ requestId: string;
121379
+ trunks: {
121380
+ id: string;
121381
+ trunk: string;
121382
+ }[];
121383
+ }, {
121384
+ type: ("Inbound" | "Outbound" | "Internal")[];
121385
+ status: ("ANSWERED" | "NO ANSWER" | "FAILED")[];
121386
+ requestId: string;
121387
+ trunks: {
121388
+ id: string;
121389
+ trunk: string;
121390
+ }[];
121391
+ }>;
121392
+ 401: import("zod").ZodObject<{
121393
+ message: import("zod").ZodString;
121394
+ error: import("zod").ZodAny;
121395
+ }, "strip", import("zod").ZodTypeAny, {
121396
+ message: string;
121397
+ error?: any;
121398
+ }, {
121399
+ message: string;
121400
+ error?: any;
121401
+ }>;
121402
+ };
121403
+ path: "telephony-cdr/dropdown";
121404
+ headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
121405
+ 'x-tenant': import("zod").ZodString;
121406
+ authorization: import("zod").ZodString;
121407
+ 'x-code': import("zod").ZodOptional<import("zod").ZodString>;
121408
+ 'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
121409
+ }, "strip", import("zod").ZodTypeAny, {
121410
+ 'x-tenant': string;
121411
+ authorization: string;
121412
+ 'x-client-timezone': string;
121413
+ 'x-code'?: string | undefined;
121414
+ }, {
121415
+ 'x-tenant': string;
121416
+ authorization: string;
121417
+ 'x-code'?: string | undefined;
121418
+ 'x-client-timezone'?: string | undefined;
121419
+ }>>>;
121420
+ };
121357
121421
  };
121358
121422
  };
121359
121423
  //# sourceMappingURL=contract.d.ts.map