@kl1/contracts 1.3.67 → 1.3.69
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/api-contracts/src/chat/index.d.ts +96 -0
- package/dist/api-contracts/src/chat/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/validation.d.ts +20 -0
- package/dist/api-contracts/src/chat/validation.d.ts.map +1 -1
- package/dist/api-contracts/src/contract.d.ts +118 -14
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +14 -14
- package/dist/api-contracts/src/dashboard/schema.d.ts +4 -4
- package/dist/api-contracts/src/index.d.ts +1 -0
- package/dist/api-contracts/src/index.d.ts.map +1 -1
- package/dist/api-contracts/src/invoice/index.d.ts +108 -0
- package/dist/api-contracts/src/invoice/index.d.ts.map +1 -0
- package/dist/api-contracts/src/invoice/schema.d.ts +48 -0
- package/dist/api-contracts/src/invoice/schema.d.ts.map +1 -0
- package/dist/api-contracts/src/mail/mail-contract.d.ts +6 -6
- package/dist/api-contracts/src/mail/mail-server-contract.d.ts +6 -6
- package/dist/api-contracts/src/mail/schemas/account.schema.d.ts +2 -2
- package/dist/index.js +697 -627
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +696 -627
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
@@ -2284,6 +2284,7 @@ export declare const dashboardContract: {
|
|
2284
2284
|
}, "strip", z.ZodTypeAny, {
|
2285
2285
|
name: string;
|
2286
2286
|
id: string | null;
|
2287
|
+
holdRoomCount: number;
|
2287
2288
|
sla: number;
|
2288
2289
|
newContactCount: number;
|
2289
2290
|
existingContactCount: number;
|
@@ -2291,10 +2292,10 @@ export declare const dashboardContract: {
|
|
2291
2292
|
closedRoomCount: number;
|
2292
2293
|
unassignedRoomCount: number;
|
2293
2294
|
assignedRoomCount: number;
|
2294
|
-
holdRoomCount: number;
|
2295
2295
|
}, {
|
2296
2296
|
name: string;
|
2297
2297
|
id: string | null;
|
2298
|
+
holdRoomCount: number;
|
2298
2299
|
sla: number;
|
2299
2300
|
newContactCount: number;
|
2300
2301
|
existingContactCount: number;
|
@@ -2302,7 +2303,6 @@ export declare const dashboardContract: {
|
|
2302
2303
|
closedRoomCount: number;
|
2303
2304
|
unassignedRoomCount: number;
|
2304
2305
|
assignedRoomCount: number;
|
2305
|
-
holdRoomCount: number;
|
2306
2306
|
}>, "many">;
|
2307
2307
|
page: z.ZodNumber;
|
2308
2308
|
pageSize: z.ZodNumber;
|
@@ -2315,6 +2315,7 @@ export declare const dashboardContract: {
|
|
2315
2315
|
allMessageQueueData: {
|
2316
2316
|
name: string;
|
2317
2317
|
id: string | null;
|
2318
|
+
holdRoomCount: number;
|
2318
2319
|
sla: number;
|
2319
2320
|
newContactCount: number;
|
2320
2321
|
existingContactCount: number;
|
@@ -2322,7 +2323,6 @@ export declare const dashboardContract: {
|
|
2322
2323
|
closedRoomCount: number;
|
2323
2324
|
unassignedRoomCount: number;
|
2324
2325
|
assignedRoomCount: number;
|
2325
|
-
holdRoomCount: number;
|
2326
2326
|
}[];
|
2327
2327
|
}, {
|
2328
2328
|
total: number;
|
@@ -2332,6 +2332,7 @@ export declare const dashboardContract: {
|
|
2332
2332
|
allMessageQueueData: {
|
2333
2333
|
name: string;
|
2334
2334
|
id: string | null;
|
2335
|
+
holdRoomCount: number;
|
2335
2336
|
sla: number;
|
2336
2337
|
newContactCount: number;
|
2337
2338
|
existingContactCount: number;
|
@@ -2339,7 +2340,6 @@ export declare const dashboardContract: {
|
|
2339
2340
|
closedRoomCount: number;
|
2340
2341
|
unassignedRoomCount: number;
|
2341
2342
|
assignedRoomCount: number;
|
2342
|
-
holdRoomCount: number;
|
2343
2343
|
}[];
|
2344
2344
|
}>;
|
2345
2345
|
};
|
@@ -2377,6 +2377,7 @@ export declare const dashboardContract: {
|
|
2377
2377
|
}, "strip", z.ZodTypeAny, {
|
2378
2378
|
name: string;
|
2379
2379
|
id: string | null;
|
2380
|
+
holdRoomCount: number;
|
2380
2381
|
sla: number;
|
2381
2382
|
newContactCount: number;
|
2382
2383
|
existingContactCount: number;
|
@@ -2384,10 +2385,10 @@ export declare const dashboardContract: {
|
|
2384
2385
|
closedRoomCount: number;
|
2385
2386
|
unassignedRoomCount: number;
|
2386
2387
|
assignedRoomCount: number;
|
2387
|
-
holdRoomCount: number;
|
2388
2388
|
}, {
|
2389
2389
|
name: string;
|
2390
2390
|
id: string | null;
|
2391
|
+
holdRoomCount: number;
|
2391
2392
|
sla: number;
|
2392
2393
|
newContactCount: number;
|
2393
2394
|
existingContactCount: number;
|
@@ -2395,13 +2396,13 @@ export declare const dashboardContract: {
|
|
2395
2396
|
closedRoomCount: number;
|
2396
2397
|
unassignedRoomCount: number;
|
2397
2398
|
assignedRoomCount: number;
|
2398
|
-
holdRoomCount: number;
|
2399
2399
|
}>;
|
2400
2400
|
}, "strip", z.ZodTypeAny, {
|
2401
2401
|
requestId: string;
|
2402
2402
|
messageQueueData: {
|
2403
2403
|
name: string;
|
2404
2404
|
id: string | null;
|
2405
|
+
holdRoomCount: number;
|
2405
2406
|
sla: number;
|
2406
2407
|
newContactCount: number;
|
2407
2408
|
existingContactCount: number;
|
@@ -2409,13 +2410,13 @@ export declare const dashboardContract: {
|
|
2409
2410
|
closedRoomCount: number;
|
2410
2411
|
unassignedRoomCount: number;
|
2411
2412
|
assignedRoomCount: number;
|
2412
|
-
holdRoomCount: number;
|
2413
2413
|
};
|
2414
2414
|
}, {
|
2415
2415
|
requestId: string;
|
2416
2416
|
messageQueueData: {
|
2417
2417
|
name: string;
|
2418
2418
|
id: string | null;
|
2419
|
+
holdRoomCount: number;
|
2419
2420
|
sla: number;
|
2420
2421
|
newContactCount: number;
|
2421
2422
|
existingContactCount: number;
|
@@ -2423,7 +2424,6 @@ export declare const dashboardContract: {
|
|
2423
2424
|
closedRoomCount: number;
|
2424
2425
|
unassignedRoomCount: number;
|
2425
2426
|
assignedRoomCount: number;
|
2426
|
-
holdRoomCount: number;
|
2427
2427
|
};
|
2428
2428
|
}>;
|
2429
2429
|
};
|
@@ -2469,18 +2469,18 @@ export declare const dashboardContract: {
|
|
2469
2469
|
}, "strip", z.ZodTypeAny, {
|
2470
2470
|
name: string;
|
2471
2471
|
id: string;
|
2472
|
+
holdRoomCount: number;
|
2472
2473
|
closedRoomCount: number;
|
2473
2474
|
assignedRoomCount: number;
|
2474
|
-
holdRoomCount: number;
|
2475
2475
|
averageFirstResponseTime: string;
|
2476
2476
|
averageResolutionTime: string;
|
2477
2477
|
totalHandledTime: string;
|
2478
2478
|
}, {
|
2479
2479
|
name: string;
|
2480
2480
|
id: string;
|
2481
|
+
holdRoomCount: number;
|
2481
2482
|
closedRoomCount: number;
|
2482
2483
|
assignedRoomCount: number;
|
2483
|
-
holdRoomCount: number;
|
2484
2484
|
averageFirstResponseTime: string;
|
2485
2485
|
averageResolutionTime: string;
|
2486
2486
|
totalHandledTime: string;
|
@@ -2494,9 +2494,9 @@ export declare const dashboardContract: {
|
|
2494
2494
|
agentMessageStatistics: {
|
2495
2495
|
name: string;
|
2496
2496
|
id: string;
|
2497
|
+
holdRoomCount: number;
|
2497
2498
|
closedRoomCount: number;
|
2498
2499
|
assignedRoomCount: number;
|
2499
|
-
holdRoomCount: number;
|
2500
2500
|
averageFirstResponseTime: string;
|
2501
2501
|
averageResolutionTime: string;
|
2502
2502
|
totalHandledTime: string;
|
@@ -2510,9 +2510,9 @@ export declare const dashboardContract: {
|
|
2510
2510
|
agentMessageStatistics: {
|
2511
2511
|
name: string;
|
2512
2512
|
id: string;
|
2513
|
+
holdRoomCount: number;
|
2513
2514
|
closedRoomCount: number;
|
2514
2515
|
assignedRoomCount: number;
|
2515
|
-
holdRoomCount: number;
|
2516
2516
|
averageFirstResponseTime: string;
|
2517
2517
|
averageResolutionTime: string;
|
2518
2518
|
totalHandledTime: string;
|
@@ -2722,14 +2722,14 @@ export declare const dashboardContract: {
|
|
2722
2722
|
closedRoomCount: z.ZodNumber;
|
2723
2723
|
}, "strip", z.ZodTypeAny, {
|
2724
2724
|
requestId: string;
|
2725
|
+
holdRoomCount: number;
|
2725
2726
|
closedRoomCount: number;
|
2726
2727
|
assignedRoomCount: number;
|
2727
|
-
holdRoomCount: number;
|
2728
2728
|
}, {
|
2729
2729
|
requestId: string;
|
2730
|
+
holdRoomCount: number;
|
2730
2731
|
closedRoomCount: number;
|
2731
2732
|
assignedRoomCount: number;
|
2732
|
-
holdRoomCount: number;
|
2733
2733
|
}>;
|
2734
2734
|
};
|
2735
2735
|
path: "ms/dashboard/room-status-counts-by-user-id";
|
@@ -1069,6 +1069,7 @@ export declare const MessageQueueDataSchema: z.ZodObject<{
|
|
1069
1069
|
}, "strip", z.ZodTypeAny, {
|
1070
1070
|
name: string;
|
1071
1071
|
id: string | null;
|
1072
|
+
holdRoomCount: number;
|
1072
1073
|
sla: number;
|
1073
1074
|
newContactCount: number;
|
1074
1075
|
existingContactCount: number;
|
@@ -1076,10 +1077,10 @@ export declare const MessageQueueDataSchema: z.ZodObject<{
|
|
1076
1077
|
closedRoomCount: number;
|
1077
1078
|
unassignedRoomCount: number;
|
1078
1079
|
assignedRoomCount: number;
|
1079
|
-
holdRoomCount: number;
|
1080
1080
|
}, {
|
1081
1081
|
name: string;
|
1082
1082
|
id: string | null;
|
1083
|
+
holdRoomCount: number;
|
1083
1084
|
sla: number;
|
1084
1085
|
newContactCount: number;
|
1085
1086
|
existingContactCount: number;
|
@@ -1087,7 +1088,6 @@ export declare const MessageQueueDataSchema: z.ZodObject<{
|
|
1087
1088
|
closedRoomCount: number;
|
1088
1089
|
unassignedRoomCount: number;
|
1089
1090
|
assignedRoomCount: number;
|
1090
|
-
holdRoomCount: number;
|
1091
1091
|
}>;
|
1092
1092
|
export declare const AgentMessageStatisticsSchema: z.ZodObject<{
|
1093
1093
|
id: z.ZodString;
|
@@ -1101,18 +1101,18 @@ export declare const AgentMessageStatisticsSchema: z.ZodObject<{
|
|
1101
1101
|
}, "strip", z.ZodTypeAny, {
|
1102
1102
|
name: string;
|
1103
1103
|
id: string;
|
1104
|
+
holdRoomCount: number;
|
1104
1105
|
closedRoomCount: number;
|
1105
1106
|
assignedRoomCount: number;
|
1106
|
-
holdRoomCount: number;
|
1107
1107
|
averageFirstResponseTime: string;
|
1108
1108
|
averageResolutionTime: string;
|
1109
1109
|
totalHandledTime: string;
|
1110
1110
|
}, {
|
1111
1111
|
name: string;
|
1112
1112
|
id: string;
|
1113
|
+
holdRoomCount: number;
|
1113
1114
|
closedRoomCount: number;
|
1114
1115
|
assignedRoomCount: number;
|
1115
|
-
holdRoomCount: number;
|
1116
1116
|
averageFirstResponseTime: string;
|
1117
1117
|
averageResolutionTime: string;
|
1118
1118
|
totalHandledTime: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAC9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC"}
|
@@ -0,0 +1,108 @@
|
|
1
|
+
import { z } from 'zod';
|
2
|
+
import { InvoiceSchema } from './schema';
|
3
|
+
export type Invoice = z.infer<typeof InvoiceSchema>;
|
4
|
+
export declare const invoiceContract: {
|
5
|
+
getInvoices: {
|
6
|
+
method: "GET";
|
7
|
+
query: null;
|
8
|
+
responses: {
|
9
|
+
200: z.ZodObject<{
|
10
|
+
requestId: z.ZodString;
|
11
|
+
invoices: z.ZodArray<z.ZodObject<{
|
12
|
+
id: z.ZodString;
|
13
|
+
createdAt: z.ZodDate;
|
14
|
+
updatedAt: z.ZodDate;
|
15
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
16
|
+
invoiceId: z.ZodString;
|
17
|
+
amountPaid: z.ZodNumber;
|
18
|
+
billingReason: z.ZodString;
|
19
|
+
collectionMethod: z.ZodString;
|
20
|
+
created: z.ZodNumber;
|
21
|
+
currency: z.ZodString;
|
22
|
+
hostedInvoiceUrl: z.ZodString;
|
23
|
+
invoicePdf: z.ZodString;
|
24
|
+
number: z.ZodString;
|
25
|
+
paid: z.ZodBoolean;
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
27
|
+
number: string;
|
28
|
+
currency: string;
|
29
|
+
id: string;
|
30
|
+
createdAt: Date;
|
31
|
+
updatedAt: Date;
|
32
|
+
deletedAt: Date | null;
|
33
|
+
invoiceId: string;
|
34
|
+
amountPaid: number;
|
35
|
+
billingReason: string;
|
36
|
+
collectionMethod: string;
|
37
|
+
created: number;
|
38
|
+
hostedInvoiceUrl: string;
|
39
|
+
invoicePdf: string;
|
40
|
+
paid: boolean;
|
41
|
+
}, {
|
42
|
+
number: string;
|
43
|
+
currency: string;
|
44
|
+
id: string;
|
45
|
+
createdAt: Date;
|
46
|
+
updatedAt: Date;
|
47
|
+
deletedAt: Date | null;
|
48
|
+
invoiceId: string;
|
49
|
+
amountPaid: number;
|
50
|
+
billingReason: string;
|
51
|
+
collectionMethod: string;
|
52
|
+
created: number;
|
53
|
+
hostedInvoiceUrl: string;
|
54
|
+
invoicePdf: string;
|
55
|
+
paid: boolean;
|
56
|
+
}>, "many">;
|
57
|
+
}, "strip", z.ZodTypeAny, {
|
58
|
+
requestId: string;
|
59
|
+
invoices: {
|
60
|
+
number: string;
|
61
|
+
currency: string;
|
62
|
+
id: string;
|
63
|
+
createdAt: Date;
|
64
|
+
updatedAt: Date;
|
65
|
+
deletedAt: Date | null;
|
66
|
+
invoiceId: string;
|
67
|
+
amountPaid: number;
|
68
|
+
billingReason: string;
|
69
|
+
collectionMethod: string;
|
70
|
+
created: number;
|
71
|
+
hostedInvoiceUrl: string;
|
72
|
+
invoicePdf: string;
|
73
|
+
paid: boolean;
|
74
|
+
}[];
|
75
|
+
}, {
|
76
|
+
requestId: string;
|
77
|
+
invoices: {
|
78
|
+
number: string;
|
79
|
+
currency: string;
|
80
|
+
id: string;
|
81
|
+
createdAt: Date;
|
82
|
+
updatedAt: Date;
|
83
|
+
deletedAt: Date | null;
|
84
|
+
invoiceId: string;
|
85
|
+
amountPaid: number;
|
86
|
+
billingReason: string;
|
87
|
+
collectionMethod: string;
|
88
|
+
created: number;
|
89
|
+
hostedInvoiceUrl: string;
|
90
|
+
invoicePdf: string;
|
91
|
+
paid: boolean;
|
92
|
+
}[];
|
93
|
+
}>;
|
94
|
+
500: z.ZodObject<{
|
95
|
+
message: z.ZodString;
|
96
|
+
error: z.ZodAny;
|
97
|
+
}, "strip", z.ZodTypeAny, {
|
98
|
+
message: string;
|
99
|
+
error?: any;
|
100
|
+
}, {
|
101
|
+
message: string;
|
102
|
+
error?: any;
|
103
|
+
}>;
|
104
|
+
};
|
105
|
+
path: "ms/invoices/";
|
106
|
+
};
|
107
|
+
};
|
108
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/invoice/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC;AACpD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiB3B,CAAC"}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import z from 'zod';
|
2
|
+
export declare const InvoiceSchema: z.ZodObject<{
|
3
|
+
id: z.ZodString;
|
4
|
+
createdAt: z.ZodDate;
|
5
|
+
updatedAt: z.ZodDate;
|
6
|
+
deletedAt: z.ZodNullable<z.ZodDate>;
|
7
|
+
invoiceId: z.ZodString;
|
8
|
+
amountPaid: z.ZodNumber;
|
9
|
+
billingReason: z.ZodString;
|
10
|
+
collectionMethod: z.ZodString;
|
11
|
+
created: z.ZodNumber;
|
12
|
+
currency: z.ZodString;
|
13
|
+
hostedInvoiceUrl: z.ZodString;
|
14
|
+
invoicePdf: z.ZodString;
|
15
|
+
number: z.ZodString;
|
16
|
+
paid: z.ZodBoolean;
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
18
|
+
number: string;
|
19
|
+
currency: string;
|
20
|
+
id: string;
|
21
|
+
createdAt: Date;
|
22
|
+
updatedAt: Date;
|
23
|
+
deletedAt: Date | null;
|
24
|
+
invoiceId: string;
|
25
|
+
amountPaid: number;
|
26
|
+
billingReason: string;
|
27
|
+
collectionMethod: string;
|
28
|
+
created: number;
|
29
|
+
hostedInvoiceUrl: string;
|
30
|
+
invoicePdf: string;
|
31
|
+
paid: boolean;
|
32
|
+
}, {
|
33
|
+
number: string;
|
34
|
+
currency: string;
|
35
|
+
id: string;
|
36
|
+
createdAt: Date;
|
37
|
+
updatedAt: Date;
|
38
|
+
deletedAt: Date | null;
|
39
|
+
invoiceId: string;
|
40
|
+
amountPaid: number;
|
41
|
+
billingReason: string;
|
42
|
+
collectionMethod: string;
|
43
|
+
created: number;
|
44
|
+
hostedInvoiceUrl: string;
|
45
|
+
invoicePdf: string;
|
46
|
+
paid: boolean;
|
47
|
+
}>;
|
48
|
+
//# sourceMappingURL=schema.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/invoice/schema.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAC;AAGpB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWxB,CAAC"}
|
@@ -37916,9 +37916,9 @@ export declare const mailContract: {
|
|
37916
37916
|
clientId: string;
|
37917
37917
|
provider: string;
|
37918
37918
|
updated: string;
|
37919
|
+
created: string;
|
37919
37920
|
enabled: boolean;
|
37920
37921
|
legacy: boolean;
|
37921
|
-
created: string;
|
37922
37922
|
includeInListing: boolean;
|
37923
37923
|
clientSecret: string;
|
37924
37924
|
authority: string;
|
@@ -37935,9 +37935,9 @@ export declare const mailContract: {
|
|
37935
37935
|
clientId: string;
|
37936
37936
|
provider: string;
|
37937
37937
|
updated: string;
|
37938
|
+
created: string;
|
37938
37939
|
enabled: boolean;
|
37939
37940
|
legacy: boolean;
|
37940
|
-
created: string;
|
37941
37941
|
includeInListing: boolean;
|
37942
37942
|
clientSecret: string;
|
37943
37943
|
authority: string;
|
@@ -37959,9 +37959,9 @@ export declare const mailContract: {
|
|
37959
37959
|
clientId: string;
|
37960
37960
|
provider: string;
|
37961
37961
|
updated: string;
|
37962
|
+
created: string;
|
37962
37963
|
enabled: boolean;
|
37963
37964
|
legacy: boolean;
|
37964
|
-
created: string;
|
37965
37965
|
includeInListing: boolean;
|
37966
37966
|
clientSecret: string;
|
37967
37967
|
authority: string;
|
@@ -37983,9 +37983,9 @@ export declare const mailContract: {
|
|
37983
37983
|
clientId: string;
|
37984
37984
|
provider: string;
|
37985
37985
|
updated: string;
|
37986
|
+
created: string;
|
37986
37987
|
enabled: boolean;
|
37987
37988
|
legacy: boolean;
|
37988
|
-
created: string;
|
37989
37989
|
includeInListing: boolean;
|
37990
37990
|
clientSecret: string;
|
37991
37991
|
authority: string;
|
@@ -38009,9 +38009,9 @@ export declare const mailContract: {
|
|
38009
38009
|
clientId: string;
|
38010
38010
|
provider: string;
|
38011
38011
|
updated: string;
|
38012
|
+
created: string;
|
38012
38013
|
enabled: boolean;
|
38013
38014
|
legacy: boolean;
|
38014
|
-
created: string;
|
38015
38015
|
includeInListing: boolean;
|
38016
38016
|
clientSecret: string;
|
38017
38017
|
authority: string;
|
@@ -38036,9 +38036,9 @@ export declare const mailContract: {
|
|
38036
38036
|
clientId: string;
|
38037
38037
|
provider: string;
|
38038
38038
|
updated: string;
|
38039
|
+
created: string;
|
38039
38040
|
enabled: boolean;
|
38040
38041
|
legacy: boolean;
|
38041
|
-
created: string;
|
38042
38042
|
includeInListing: boolean;
|
38043
38043
|
clientSecret: string;
|
38044
38044
|
authority: string;
|
@@ -217,9 +217,9 @@ export declare const serverContract: {
|
|
217
217
|
clientId: string;
|
218
218
|
provider: string;
|
219
219
|
updated: string;
|
220
|
+
created: string;
|
220
221
|
enabled: boolean;
|
221
222
|
legacy: boolean;
|
222
|
-
created: string;
|
223
223
|
includeInListing: boolean;
|
224
224
|
clientSecret: string;
|
225
225
|
authority: string;
|
@@ -236,9 +236,9 @@ export declare const serverContract: {
|
|
236
236
|
clientId: string;
|
237
237
|
provider: string;
|
238
238
|
updated: string;
|
239
|
+
created: string;
|
239
240
|
enabled: boolean;
|
240
241
|
legacy: boolean;
|
241
|
-
created: string;
|
242
242
|
includeInListing: boolean;
|
243
243
|
clientSecret: string;
|
244
244
|
authority: string;
|
@@ -260,9 +260,9 @@ export declare const serverContract: {
|
|
260
260
|
clientId: string;
|
261
261
|
provider: string;
|
262
262
|
updated: string;
|
263
|
+
created: string;
|
263
264
|
enabled: boolean;
|
264
265
|
legacy: boolean;
|
265
|
-
created: string;
|
266
266
|
includeInListing: boolean;
|
267
267
|
clientSecret: string;
|
268
268
|
authority: string;
|
@@ -284,9 +284,9 @@ export declare const serverContract: {
|
|
284
284
|
clientId: string;
|
285
285
|
provider: string;
|
286
286
|
updated: string;
|
287
|
+
created: string;
|
287
288
|
enabled: boolean;
|
288
289
|
legacy: boolean;
|
289
|
-
created: string;
|
290
290
|
includeInListing: boolean;
|
291
291
|
clientSecret: string;
|
292
292
|
authority: string;
|
@@ -310,9 +310,9 @@ export declare const serverContract: {
|
|
310
310
|
clientId: string;
|
311
311
|
provider: string;
|
312
312
|
updated: string;
|
313
|
+
created: string;
|
313
314
|
enabled: boolean;
|
314
315
|
legacy: boolean;
|
315
|
-
created: string;
|
316
316
|
includeInListing: boolean;
|
317
317
|
clientSecret: string;
|
318
318
|
authority: string;
|
@@ -337,9 +337,9 @@ export declare const serverContract: {
|
|
337
337
|
clientId: string;
|
338
338
|
provider: string;
|
339
339
|
updated: string;
|
340
|
+
created: string;
|
340
341
|
enabled: boolean;
|
341
342
|
legacy: boolean;
|
342
|
-
created: string;
|
343
343
|
includeInListing: boolean;
|
344
344
|
clientSecret: string;
|
345
345
|
authority: string;
|
@@ -173,9 +173,9 @@ export declare const OAuth2AppSchema: z.ZodObject<{
|
|
173
173
|
clientId: string;
|
174
174
|
provider: string;
|
175
175
|
updated: string;
|
176
|
+
created: string;
|
176
177
|
enabled: boolean;
|
177
178
|
legacy: boolean;
|
178
|
-
created: string;
|
179
179
|
includeInListing: boolean;
|
180
180
|
clientSecret: string;
|
181
181
|
authority: string;
|
@@ -192,9 +192,9 @@ export declare const OAuth2AppSchema: z.ZodObject<{
|
|
192
192
|
clientId: string;
|
193
193
|
provider: string;
|
194
194
|
updated: string;
|
195
|
+
created: string;
|
195
196
|
enabled: boolean;
|
196
197
|
legacy: boolean;
|
197
|
-
created: string;
|
198
198
|
includeInListing: boolean;
|
199
199
|
clientSecret: string;
|
200
200
|
authority: string;
|