@kl1/contracts 1.2.83-uat → 1.2.84-uat
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/activity-log/index.d.ts +3 -3
- package/dist/api-contracts/src/activity-log/schema.d.ts +3 -3
- package/dist/api-contracts/src/auth/index.d.ts +3 -3
- package/dist/api-contracts/src/automation-queue/index.d.ts +30 -30
- package/dist/api-contracts/src/automation-queue/schema.d.ts +6 -6
- package/dist/api-contracts/src/business-calendar/index.d.ts.map +1 -1
- package/dist/api-contracts/src/chat/index.d.ts +102 -102
- package/dist/api-contracts/src/chat/schema.d.ts +48 -48
- package/dist/api-contracts/src/chat/validation.d.ts +30 -30
- package/dist/api-contracts/src/comment/index.d.ts +45 -45
- package/dist/api-contracts/src/comment/schema.d.ts +15 -15
- package/dist/api-contracts/src/contract.d.ts +594 -336
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/cx-log/index.d.ts +24 -24
- package/dist/api-contracts/src/cx-log/schema.d.ts +24 -24
- package/dist/api-contracts/src/facebook-feed/index.d.ts +18 -18
- package/dist/api-contracts/src/facebook-feed/schema.d.ts +3 -3
- package/dist/api-contracts/src/instagram/index.d.ts +18 -18
- package/dist/api-contracts/src/line/index.d.ts +18 -18
- package/dist/api-contracts/src/messenger/index.d.ts +18 -18
- package/dist/api-contracts/src/notification/index.d.ts +9 -9
- package/dist/api-contracts/src/notification/schema.d.ts +9 -9
- package/dist/api-contracts/src/notification/validation.d.ts +3 -3
- package/dist/api-contracts/src/telegram/index.d.ts +18 -18
- package/dist/api-contracts/src/telephony-agent-presence-status/index.d.ts +6 -6
- package/dist/api-contracts/src/telephony-agent-presence-status/schema.d.ts +3 -3
- package/dist/api-contracts/src/telephony-cdr/index.d.ts +30 -30
- package/dist/api-contracts/src/telephony-cdr/schema.d.ts +18 -18
- package/dist/api-contracts/src/ticket/index.d.ts +36 -36
- package/dist/api-contracts/src/ticket/schema.d.ts +9 -9
- package/dist/api-contracts/src/user/index.d.ts +142 -12
- package/dist/api-contracts/src/user/index.d.ts.map +1 -1
- package/dist/api-contracts/src/user/schema.d.ts +38 -1
- package/dist/api-contracts/src/user/schema.d.ts.map +1 -1
- package/dist/api-contracts/src/user-presence-status-log/schema.d.ts +3 -3
- package/dist/api-contracts/src/viber/index.d.ts +18 -18
- package/dist/api-contracts/src/webchat/index.d.ts +18 -18
- package/dist/api-contracts/src/whatsapp/index.d.ts +18 -18
- package/dist/api-contracts/src/workflow-rule/index.d.ts +9 -9
- package/dist/index.js +25 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +25 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -13075,15 +13075,15 @@ export declare const apiContract: {
|
|
|
13075
13075
|
200: import("zod").ZodObject<{
|
|
13076
13076
|
requestId: import("zod").ZodString;
|
|
13077
13077
|
user: import("zod").ZodObject<{
|
|
13078
|
+
name: import("zod").ZodString;
|
|
13078
13079
|
id: import("zod").ZodString;
|
|
13080
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13081
|
+
email: import("zod").ZodString;
|
|
13079
13082
|
createdAt: import("zod").ZodDate;
|
|
13080
13083
|
updatedAt: import("zod").ZodDate;
|
|
13081
13084
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
13082
|
-
name: import("zod").ZodString;
|
|
13083
|
-
email: import("zod").ZodString;
|
|
13084
13085
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
13085
13086
|
password: import("zod").ZodString;
|
|
13086
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13087
13087
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
13088
13088
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
13089
13089
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -14902,15 +14902,15 @@ export declare const apiContract: {
|
|
|
14902
14902
|
socialPlatformId: string;
|
|
14903
14903
|
}>;
|
|
14904
14904
|
actor: import("zod").ZodObject<{
|
|
14905
|
+
name: import("zod").ZodString;
|
|
14905
14906
|
id: import("zod").ZodString;
|
|
14907
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14908
|
+
email: import("zod").ZodString;
|
|
14906
14909
|
createdAt: import("zod").ZodDate;
|
|
14907
14910
|
updatedAt: import("zod").ZodDate;
|
|
14908
14911
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
14909
|
-
name: import("zod").ZodString;
|
|
14910
|
-
email: import("zod").ZodString;
|
|
14911
14912
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
14912
14913
|
password: import("zod").ZodString;
|
|
14913
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14914
14914
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
14915
14915
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
14916
14916
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -15106,15 +15106,15 @@ export declare const apiContract: {
|
|
|
15106
15106
|
};
|
|
15107
15107
|
}>;
|
|
15108
15108
|
assignee: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
15109
|
+
name: import("zod").ZodString;
|
|
15109
15110
|
id: import("zod").ZodString;
|
|
15111
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15112
|
+
email: import("zod").ZodString;
|
|
15110
15113
|
createdAt: import("zod").ZodDate;
|
|
15111
15114
|
updatedAt: import("zod").ZodDate;
|
|
15112
15115
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
15113
|
-
name: import("zod").ZodString;
|
|
15114
|
-
email: import("zod").ZodString;
|
|
15115
15116
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
15116
15117
|
password: import("zod").ZodString;
|
|
15117
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15118
15118
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
15119
15119
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
15120
15120
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -17367,15 +17367,15 @@ export declare const apiContract: {
|
|
|
17367
17367
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
17368
17368
|
id: import("zod").ZodString;
|
|
17369
17369
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
17370
|
+
name: import("zod").ZodString;
|
|
17370
17371
|
id: import("zod").ZodString;
|
|
17372
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17373
|
+
email: import("zod").ZodString;
|
|
17371
17374
|
createdAt: import("zod").ZodDate;
|
|
17372
17375
|
updatedAt: import("zod").ZodDate;
|
|
17373
17376
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
17374
|
-
name: import("zod").ZodString;
|
|
17375
|
-
email: import("zod").ZodString;
|
|
17376
17377
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
17377
17378
|
password: import("zod").ZodString;
|
|
17378
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17379
17379
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17380
17380
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
17381
17381
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -17572,15 +17572,15 @@ export declare const apiContract: {
|
|
|
17572
17572
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
17573
17573
|
id: import("zod").ZodString;
|
|
17574
17574
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
17575
|
+
name: import("zod").ZodString;
|
|
17575
17576
|
id: import("zod").ZodString;
|
|
17577
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17578
|
+
email: import("zod").ZodString;
|
|
17576
17579
|
createdAt: import("zod").ZodDate;
|
|
17577
17580
|
updatedAt: import("zod").ZodDate;
|
|
17578
17581
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
17579
|
-
name: import("zod").ZodString;
|
|
17580
|
-
email: import("zod").ZodString;
|
|
17581
17582
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
17582
17583
|
password: import("zod").ZodString;
|
|
17583
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17584
17584
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17585
17585
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
17586
17586
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -17896,15 +17896,15 @@ export declare const apiContract: {
|
|
|
17896
17896
|
extensionName: import("zod").ZodString;
|
|
17897
17897
|
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17898
17898
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
17899
|
+
name: import("zod").ZodString;
|
|
17899
17900
|
id: import("zod").ZodString;
|
|
17901
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17902
|
+
email: import("zod").ZodString;
|
|
17900
17903
|
createdAt: import("zod").ZodDate;
|
|
17901
17904
|
updatedAt: import("zod").ZodDate;
|
|
17902
17905
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
17903
|
-
name: import("zod").ZodString;
|
|
17904
|
-
email: import("zod").ZodString;
|
|
17905
17906
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
17906
17907
|
password: import("zod").ZodString;
|
|
17907
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17908
17908
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
17909
17909
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
17910
17910
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -19533,15 +19533,15 @@ export declare const apiContract: {
|
|
|
19533
19533
|
}[] | undefined;
|
|
19534
19534
|
}>>;
|
|
19535
19535
|
firstAssignee: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
19536
|
+
name: import("zod").ZodString;
|
|
19536
19537
|
id: import("zod").ZodString;
|
|
19538
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19539
|
+
email: import("zod").ZodString;
|
|
19537
19540
|
createdAt: import("zod").ZodDate;
|
|
19538
19541
|
updatedAt: import("zod").ZodDate;
|
|
19539
19542
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
19540
|
-
name: import("zod").ZodString;
|
|
19541
|
-
email: import("zod").ZodString;
|
|
19542
19543
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
19543
19544
|
password: import("zod").ZodString;
|
|
19544
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19545
19545
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19546
19546
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
19547
19547
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -19737,15 +19737,15 @@ export declare const apiContract: {
|
|
|
19737
19737
|
};
|
|
19738
19738
|
}>>;
|
|
19739
19739
|
agent: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
19740
|
+
name: import("zod").ZodString;
|
|
19740
19741
|
id: import("zod").ZodString;
|
|
19742
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19743
|
+
email: import("zod").ZodString;
|
|
19741
19744
|
createdAt: import("zod").ZodDate;
|
|
19742
19745
|
updatedAt: import("zod").ZodDate;
|
|
19743
19746
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
19744
|
-
name: import("zod").ZodString;
|
|
19745
|
-
email: import("zod").ZodString;
|
|
19746
19747
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
19747
19748
|
password: import("zod").ZodString;
|
|
19748
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19749
19749
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19750
19750
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
19751
19751
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -19941,15 +19941,15 @@ export declare const apiContract: {
|
|
|
19941
19941
|
};
|
|
19942
19942
|
}>>;
|
|
19943
19943
|
closedAssignee: import("zod").ZodNullable<import("zod").ZodObject<{
|
|
19944
|
+
name: import("zod").ZodString;
|
|
19944
19945
|
id: import("zod").ZodString;
|
|
19946
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19947
|
+
email: import("zod").ZodString;
|
|
19945
19948
|
createdAt: import("zod").ZodDate;
|
|
19946
19949
|
updatedAt: import("zod").ZodDate;
|
|
19947
19950
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
19948
|
-
name: import("zod").ZodString;
|
|
19949
|
-
email: import("zod").ZodString;
|
|
19950
19951
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
19951
19952
|
password: import("zod").ZodString;
|
|
19952
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19953
19953
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
19954
19954
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
19955
19955
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -27698,15 +27698,15 @@ export declare const apiContract: {
|
|
|
27698
27698
|
201: import("zod").ZodObject<{
|
|
27699
27699
|
requestId: import("zod").ZodString;
|
|
27700
27700
|
user: import("zod").ZodObject<{
|
|
27701
|
+
name: import("zod").ZodString;
|
|
27701
27702
|
id: import("zod").ZodString;
|
|
27703
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
27704
|
+
email: import("zod").ZodString;
|
|
27702
27705
|
createdAt: import("zod").ZodDate;
|
|
27703
27706
|
updatedAt: import("zod").ZodDate;
|
|
27704
27707
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
27705
|
-
name: import("zod").ZodString;
|
|
27706
|
-
email: import("zod").ZodString;
|
|
27707
27708
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
27708
27709
|
password: import("zod").ZodString;
|
|
27709
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
27710
27710
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
27711
27711
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
27712
27712
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -28060,6 +28060,135 @@ export declare const apiContract: {
|
|
|
28060
28060
|
'x-client-timezone'?: string | undefined;
|
|
28061
28061
|
}>>>;
|
|
28062
28062
|
};
|
|
28063
|
+
getEssentialUsers: {
|
|
28064
|
+
method: "GET";
|
|
28065
|
+
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
28066
|
+
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
28067
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
28068
|
+
keyword: import("zod").ZodOptional<import("zod").ZodString>;
|
|
28069
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28070
|
+
page?: number | undefined;
|
|
28071
|
+
pageSize?: number | undefined;
|
|
28072
|
+
keyword?: string | undefined;
|
|
28073
|
+
}, {
|
|
28074
|
+
page?: number | undefined;
|
|
28075
|
+
pageSize?: number | undefined;
|
|
28076
|
+
keyword?: string | undefined;
|
|
28077
|
+
}>>;
|
|
28078
|
+
responses: {
|
|
28079
|
+
200: import("zod").ZodObject<{
|
|
28080
|
+
total: import("zod").ZodNumber;
|
|
28081
|
+
page: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
28082
|
+
pageSize: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
28083
|
+
lastPage: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
28084
|
+
data: import("zod").ZodArray<import("zod").ZodType<{
|
|
28085
|
+
name: string;
|
|
28086
|
+
id: string;
|
|
28087
|
+
address: string | null;
|
|
28088
|
+
email: string;
|
|
28089
|
+
createdAt: Date;
|
|
28090
|
+
updatedAt: Date;
|
|
28091
|
+
deletedAt: Date | null;
|
|
28092
|
+
emailVerifiedAt: Date | null;
|
|
28093
|
+
password: string;
|
|
28094
|
+
phone: string | null;
|
|
28095
|
+
notificationCount: number | null;
|
|
28096
|
+
}, import("zod").ZodTypeDef, {
|
|
28097
|
+
name: string;
|
|
28098
|
+
id: string;
|
|
28099
|
+
address: string | null;
|
|
28100
|
+
email: string;
|
|
28101
|
+
createdAt: Date;
|
|
28102
|
+
updatedAt: Date;
|
|
28103
|
+
deletedAt: Date | null;
|
|
28104
|
+
emailVerifiedAt: Date | null;
|
|
28105
|
+
password: string;
|
|
28106
|
+
phone: string | null;
|
|
28107
|
+
notificationCount: number | null;
|
|
28108
|
+
}>, "many">;
|
|
28109
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28110
|
+
data: {
|
|
28111
|
+
name: string;
|
|
28112
|
+
id: string;
|
|
28113
|
+
address: string | null;
|
|
28114
|
+
email: string;
|
|
28115
|
+
createdAt: Date;
|
|
28116
|
+
updatedAt: Date;
|
|
28117
|
+
deletedAt: Date | null;
|
|
28118
|
+
emailVerifiedAt: Date | null;
|
|
28119
|
+
password: string;
|
|
28120
|
+
phone: string | null;
|
|
28121
|
+
notificationCount: number | null;
|
|
28122
|
+
}[];
|
|
28123
|
+
total: number;
|
|
28124
|
+
page: number;
|
|
28125
|
+
pageSize: number;
|
|
28126
|
+
lastPage?: number | null | undefined;
|
|
28127
|
+
}, {
|
|
28128
|
+
data: {
|
|
28129
|
+
name: string;
|
|
28130
|
+
id: string;
|
|
28131
|
+
address: string | null;
|
|
28132
|
+
email: string;
|
|
28133
|
+
createdAt: Date;
|
|
28134
|
+
updatedAt: Date;
|
|
28135
|
+
deletedAt: Date | null;
|
|
28136
|
+
emailVerifiedAt: Date | null;
|
|
28137
|
+
password: string;
|
|
28138
|
+
phone: string | null;
|
|
28139
|
+
notificationCount: number | null;
|
|
28140
|
+
}[];
|
|
28141
|
+
total: number;
|
|
28142
|
+
page?: number | undefined;
|
|
28143
|
+
pageSize?: number | undefined;
|
|
28144
|
+
lastPage?: number | null | undefined;
|
|
28145
|
+
}>;
|
|
28146
|
+
400: import("zod").ZodObject<{
|
|
28147
|
+
message: import("zod").ZodString;
|
|
28148
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28149
|
+
message: string;
|
|
28150
|
+
}, {
|
|
28151
|
+
message: string;
|
|
28152
|
+
}>;
|
|
28153
|
+
401: import("zod").ZodObject<{
|
|
28154
|
+
message: import("zod").ZodString;
|
|
28155
|
+
error: import("zod").ZodAny;
|
|
28156
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28157
|
+
message: string;
|
|
28158
|
+
error?: any;
|
|
28159
|
+
}, {
|
|
28160
|
+
message: string;
|
|
28161
|
+
error?: any;
|
|
28162
|
+
}>;
|
|
28163
|
+
500: import("zod").ZodObject<{
|
|
28164
|
+
message: import("zod").ZodString;
|
|
28165
|
+
error: import("zod").ZodAny;
|
|
28166
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28167
|
+
message: string;
|
|
28168
|
+
error?: any;
|
|
28169
|
+
}, {
|
|
28170
|
+
message: string;
|
|
28171
|
+
error?: any;
|
|
28172
|
+
}>;
|
|
28173
|
+
};
|
|
28174
|
+
path: "ms/user/essential";
|
|
28175
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
28176
|
+
'x-tenant': import("zod").ZodString;
|
|
28177
|
+
'x-service-token': import("zod").ZodString;
|
|
28178
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
|
28179
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
|
28180
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28181
|
+
'x-tenant': string;
|
|
28182
|
+
'x-service-token': string;
|
|
28183
|
+
'x-client-timezone': string;
|
|
28184
|
+
'x-code'?: string | undefined;
|
|
28185
|
+
}, {
|
|
28186
|
+
'x-tenant': string;
|
|
28187
|
+
'x-service-token': string;
|
|
28188
|
+
'x-code'?: string | undefined;
|
|
28189
|
+
'x-client-timezone'?: string | undefined;
|
|
28190
|
+
}>>>;
|
|
28191
|
+
};
|
|
28063
28192
|
getUsers: {
|
|
28064
28193
|
summary: "Get all users";
|
|
28065
28194
|
method: "GET";
|
|
@@ -28332,15 +28461,15 @@ export declare const apiContract: {
|
|
|
28332
28461
|
}>;
|
|
28333
28462
|
responses: {
|
|
28334
28463
|
200: import("zod").ZodObject<{
|
|
28464
|
+
name: import("zod").ZodString;
|
|
28335
28465
|
id: import("zod").ZodString;
|
|
28466
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28467
|
+
email: import("zod").ZodString;
|
|
28336
28468
|
createdAt: import("zod").ZodDate;
|
|
28337
28469
|
updatedAt: import("zod").ZodDate;
|
|
28338
28470
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28339
|
-
name: import("zod").ZodString;
|
|
28340
|
-
email: import("zod").ZodString;
|
|
28341
28471
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28342
28472
|
password: import("zod").ZodString;
|
|
28343
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28344
28473
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28345
28474
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
28346
28475
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -28613,15 +28742,15 @@ export declare const apiContract: {
|
|
|
28613
28742
|
201: import("zod").ZodObject<{
|
|
28614
28743
|
requestId: import("zod").ZodString;
|
|
28615
28744
|
user: import("zod").ZodObject<{
|
|
28745
|
+
name: import("zod").ZodString;
|
|
28616
28746
|
id: import("zod").ZodString;
|
|
28747
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28748
|
+
email: import("zod").ZodString;
|
|
28617
28749
|
createdAt: import("zod").ZodDate;
|
|
28618
28750
|
updatedAt: import("zod").ZodDate;
|
|
28619
28751
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28620
|
-
name: import("zod").ZodString;
|
|
28621
|
-
email: import("zod").ZodString;
|
|
28622
28752
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28623
28753
|
password: import("zod").ZodString;
|
|
28624
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28625
28754
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28626
28755
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
28627
28756
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -28996,15 +29125,15 @@ export declare const apiContract: {
|
|
|
28996
29125
|
201: import("zod").ZodObject<{
|
|
28997
29126
|
requestId: import("zod").ZodString;
|
|
28998
29127
|
user: import("zod").ZodObject<{
|
|
29128
|
+
name: import("zod").ZodString;
|
|
28999
29129
|
id: import("zod").ZodString;
|
|
29130
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
29131
|
+
email: import("zod").ZodString;
|
|
29000
29132
|
createdAt: import("zod").ZodDate;
|
|
29001
29133
|
updatedAt: import("zod").ZodDate;
|
|
29002
29134
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
29003
|
-
name: import("zod").ZodString;
|
|
29004
|
-
email: import("zod").ZodString;
|
|
29005
29135
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
29006
29136
|
password: import("zod").ZodString;
|
|
29007
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
29008
29137
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
29009
29138
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
29010
29139
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -34954,15 +35083,15 @@ export declare const apiContract: {
|
|
|
34954
35083
|
updatedAt: import("zod").ZodDate;
|
|
34955
35084
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34956
35085
|
user: import("zod").ZodObject<{
|
|
35086
|
+
name: import("zod").ZodString;
|
|
34957
35087
|
id: import("zod").ZodString;
|
|
35088
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35089
|
+
email: import("zod").ZodString;
|
|
34958
35090
|
createdAt: import("zod").ZodDate;
|
|
34959
35091
|
updatedAt: import("zod").ZodDate;
|
|
34960
35092
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34961
|
-
name: import("zod").ZodString;
|
|
34962
|
-
email: import("zod").ZodString;
|
|
34963
35093
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34964
35094
|
password: import("zod").ZodString;
|
|
34965
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34966
35095
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34967
35096
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
34968
35097
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -35385,15 +35514,15 @@ export declare const apiContract: {
|
|
|
35385
35514
|
updatedAt: import("zod").ZodDate;
|
|
35386
35515
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35387
35516
|
user: import("zod").ZodObject<{
|
|
35517
|
+
name: import("zod").ZodString;
|
|
35388
35518
|
id: import("zod").ZodString;
|
|
35519
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35520
|
+
email: import("zod").ZodString;
|
|
35389
35521
|
createdAt: import("zod").ZodDate;
|
|
35390
35522
|
updatedAt: import("zod").ZodDate;
|
|
35391
35523
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35392
|
-
name: import("zod").ZodString;
|
|
35393
|
-
email: import("zod").ZodString;
|
|
35394
35524
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35395
35525
|
password: import("zod").ZodString;
|
|
35396
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35397
35526
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35398
35527
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
35399
35528
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -51720,15 +51849,15 @@ export declare const ticketContract: {
|
|
|
51720
51849
|
contactId: import("zod").ZodString;
|
|
51721
51850
|
creatorId: import("zod").ZodString;
|
|
51722
51851
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
51852
|
+
name: import("zod").ZodString;
|
|
51723
51853
|
id: import("zod").ZodString;
|
|
51854
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51855
|
+
email: import("zod").ZodString;
|
|
51724
51856
|
createdAt: import("zod").ZodDate;
|
|
51725
51857
|
updatedAt: import("zod").ZodDate;
|
|
51726
51858
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51727
|
-
name: import("zod").ZodString;
|
|
51728
|
-
email: import("zod").ZodString;
|
|
51729
51859
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51730
51860
|
password: import("zod").ZodString;
|
|
51731
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51732
51861
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51733
51862
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
51734
51863
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -51925,15 +52054,15 @@ export declare const ticketContract: {
|
|
|
51925
52054
|
}>>>;
|
|
51926
52055
|
assigneeId: import("zod").ZodString;
|
|
51927
52056
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
52057
|
+
name: import("zod").ZodString;
|
|
51928
52058
|
id: import("zod").ZodString;
|
|
52059
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
52060
|
+
email: import("zod").ZodString;
|
|
51929
52061
|
createdAt: import("zod").ZodDate;
|
|
51930
52062
|
updatedAt: import("zod").ZodDate;
|
|
51931
52063
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51932
|
-
name: import("zod").ZodString;
|
|
51933
|
-
email: import("zod").ZodString;
|
|
51934
52064
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51935
52065
|
password: import("zod").ZodString;
|
|
51936
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51937
52066
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51938
52067
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
51939
52068
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -53220,15 +53349,15 @@ export declare const ticketContract: {
|
|
|
53220
53349
|
updatedAt: import("zod").ZodDate;
|
|
53221
53350
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
53222
53351
|
actor: import("zod").ZodObject<{
|
|
53352
|
+
name: import("zod").ZodString;
|
|
53223
53353
|
id: import("zod").ZodString;
|
|
53354
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
53355
|
+
email: import("zod").ZodString;
|
|
53224
53356
|
createdAt: import("zod").ZodDate;
|
|
53225
53357
|
updatedAt: import("zod").ZodDate;
|
|
53226
53358
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
53227
|
-
name: import("zod").ZodString;
|
|
53228
|
-
email: import("zod").ZodString;
|
|
53229
53359
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
53230
53360
|
password: import("zod").ZodString;
|
|
53231
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
53232
53361
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
53233
53362
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
53234
53363
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -57246,15 +57375,15 @@ export declare const ticketContract: {
|
|
|
57246
57375
|
contactId: import("zod").ZodString;
|
|
57247
57376
|
creatorId: import("zod").ZodString;
|
|
57248
57377
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
57378
|
+
name: import("zod").ZodString;
|
|
57249
57379
|
id: import("zod").ZodString;
|
|
57380
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57381
|
+
email: import("zod").ZodString;
|
|
57250
57382
|
createdAt: import("zod").ZodDate;
|
|
57251
57383
|
updatedAt: import("zod").ZodDate;
|
|
57252
57384
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57253
|
-
name: import("zod").ZodString;
|
|
57254
|
-
email: import("zod").ZodString;
|
|
57255
57385
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57256
57386
|
password: import("zod").ZodString;
|
|
57257
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57258
57387
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57259
57388
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
57260
57389
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -57451,15 +57580,15 @@ export declare const ticketContract: {
|
|
|
57451
57580
|
}>>>;
|
|
57452
57581
|
assigneeId: import("zod").ZodString;
|
|
57453
57582
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
57583
|
+
name: import("zod").ZodString;
|
|
57454
57584
|
id: import("zod").ZodString;
|
|
57585
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57586
|
+
email: import("zod").ZodString;
|
|
57455
57587
|
createdAt: import("zod").ZodDate;
|
|
57456
57588
|
updatedAt: import("zod").ZodDate;
|
|
57457
57589
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57458
|
-
name: import("zod").ZodString;
|
|
57459
|
-
email: import("zod").ZodString;
|
|
57460
57590
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57461
57591
|
password: import("zod").ZodString;
|
|
57462
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57463
57592
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57464
57593
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
57465
57594
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -58746,15 +58875,15 @@ export declare const ticketContract: {
|
|
|
58746
58875
|
updatedAt: import("zod").ZodDate;
|
|
58747
58876
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
58748
58877
|
actor: import("zod").ZodObject<{
|
|
58878
|
+
name: import("zod").ZodString;
|
|
58749
58879
|
id: import("zod").ZodString;
|
|
58880
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
58881
|
+
email: import("zod").ZodString;
|
|
58750
58882
|
createdAt: import("zod").ZodDate;
|
|
58751
58883
|
updatedAt: import("zod").ZodDate;
|
|
58752
58884
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
58753
|
-
name: import("zod").ZodString;
|
|
58754
|
-
email: import("zod").ZodString;
|
|
58755
58885
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
58756
58886
|
password: import("zod").ZodString;
|
|
58757
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
58758
58887
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
58759
58888
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
58760
58889
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -62852,15 +62981,15 @@ export declare const ticketContract: {
|
|
|
62852
62981
|
contactId: import("zod").ZodString;
|
|
62853
62982
|
creatorId: import("zod").ZodString;
|
|
62854
62983
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
62984
|
+
name: import("zod").ZodString;
|
|
62855
62985
|
id: import("zod").ZodString;
|
|
62986
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
62987
|
+
email: import("zod").ZodString;
|
|
62856
62988
|
createdAt: import("zod").ZodDate;
|
|
62857
62989
|
updatedAt: import("zod").ZodDate;
|
|
62858
62990
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
62859
|
-
name: import("zod").ZodString;
|
|
62860
|
-
email: import("zod").ZodString;
|
|
62861
62991
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
62862
62992
|
password: import("zod").ZodString;
|
|
62863
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
62864
62993
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
62865
62994
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
62866
62995
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -63057,15 +63186,15 @@ export declare const ticketContract: {
|
|
|
63057
63186
|
}>>>;
|
|
63058
63187
|
assigneeId: import("zod").ZodString;
|
|
63059
63188
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
63189
|
+
name: import("zod").ZodString;
|
|
63060
63190
|
id: import("zod").ZodString;
|
|
63191
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63192
|
+
email: import("zod").ZodString;
|
|
63061
63193
|
createdAt: import("zod").ZodDate;
|
|
63062
63194
|
updatedAt: import("zod").ZodDate;
|
|
63063
63195
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
63064
|
-
name: import("zod").ZodString;
|
|
63065
|
-
email: import("zod").ZodString;
|
|
63066
63196
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
63067
63197
|
password: import("zod").ZodString;
|
|
63068
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63069
63198
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63070
63199
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
63071
63200
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -64352,15 +64481,15 @@ export declare const ticketContract: {
|
|
|
64352
64481
|
updatedAt: import("zod").ZodDate;
|
|
64353
64482
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
64354
64483
|
actor: import("zod").ZodObject<{
|
|
64484
|
+
name: import("zod").ZodString;
|
|
64355
64485
|
id: import("zod").ZodString;
|
|
64486
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64487
|
+
email: import("zod").ZodString;
|
|
64356
64488
|
createdAt: import("zod").ZodDate;
|
|
64357
64489
|
updatedAt: import("zod").ZodDate;
|
|
64358
64490
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
64359
|
-
name: import("zod").ZodString;
|
|
64360
|
-
email: import("zod").ZodString;
|
|
64361
64491
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
64362
64492
|
password: import("zod").ZodString;
|
|
64363
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64364
64493
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64365
64494
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
64366
64495
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -66917,15 +67046,15 @@ export declare const ticketContract: {
|
|
|
66917
67046
|
contactId: import("zod").ZodString;
|
|
66918
67047
|
creatorId: import("zod").ZodString;
|
|
66919
67048
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
67049
|
+
name: import("zod").ZodString;
|
|
66920
67050
|
id: import("zod").ZodString;
|
|
67051
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67052
|
+
email: import("zod").ZodString;
|
|
66921
67053
|
createdAt: import("zod").ZodDate;
|
|
66922
67054
|
updatedAt: import("zod").ZodDate;
|
|
66923
67055
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
66924
|
-
name: import("zod").ZodString;
|
|
66925
|
-
email: import("zod").ZodString;
|
|
66926
67056
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
66927
67057
|
password: import("zod").ZodString;
|
|
66928
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66929
67058
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66930
67059
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
66931
67060
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -67122,15 +67251,15 @@ export declare const ticketContract: {
|
|
|
67122
67251
|
}>>>;
|
|
67123
67252
|
assigneeId: import("zod").ZodString;
|
|
67124
67253
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
67254
|
+
name: import("zod").ZodString;
|
|
67125
67255
|
id: import("zod").ZodString;
|
|
67256
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67257
|
+
email: import("zod").ZodString;
|
|
67126
67258
|
createdAt: import("zod").ZodDate;
|
|
67127
67259
|
updatedAt: import("zod").ZodDate;
|
|
67128
67260
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
67129
|
-
name: import("zod").ZodString;
|
|
67130
|
-
email: import("zod").ZodString;
|
|
67131
67261
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
67132
67262
|
password: import("zod").ZodString;
|
|
67133
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67134
67263
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67135
67264
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
67136
67265
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -68417,15 +68546,15 @@ export declare const ticketContract: {
|
|
|
68417
68546
|
updatedAt: import("zod").ZodDate;
|
|
68418
68547
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
68419
68548
|
actor: import("zod").ZodObject<{
|
|
68549
|
+
name: import("zod").ZodString;
|
|
68420
68550
|
id: import("zod").ZodString;
|
|
68551
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
68552
|
+
email: import("zod").ZodString;
|
|
68421
68553
|
createdAt: import("zod").ZodDate;
|
|
68422
68554
|
updatedAt: import("zod").ZodDate;
|
|
68423
68555
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
68424
|
-
name: import("zod").ZodString;
|
|
68425
|
-
email: import("zod").ZodString;
|
|
68426
68556
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
68427
68557
|
password: import("zod").ZodString;
|
|
68428
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
68429
68558
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
68430
68559
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
68431
68560
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -71931,15 +72060,15 @@ export declare const commentActivityContract: {
|
|
|
71931
72060
|
updatedAt: import("zod").ZodDate;
|
|
71932
72061
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
71933
72062
|
actor: import("zod").ZodObject<{
|
|
72063
|
+
name: import("zod").ZodString;
|
|
71934
72064
|
id: import("zod").ZodString;
|
|
72065
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72066
|
+
email: import("zod").ZodString;
|
|
71935
72067
|
createdAt: import("zod").ZodDate;
|
|
71936
72068
|
updatedAt: import("zod").ZodDate;
|
|
71937
72069
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
71938
|
-
name: import("zod").ZodString;
|
|
71939
|
-
email: import("zod").ZodString;
|
|
71940
72070
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
71941
72071
|
password: import("zod").ZodString;
|
|
71942
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
71943
72072
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
71944
72073
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
71945
72074
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -72293,15 +72422,15 @@ export declare const commentActivityContract: {
|
|
|
72293
72422
|
contactId: import("zod").ZodString;
|
|
72294
72423
|
creatorId: import("zod").ZodString;
|
|
72295
72424
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
72425
|
+
name: import("zod").ZodString;
|
|
72296
72426
|
id: import("zod").ZodString;
|
|
72427
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72428
|
+
email: import("zod").ZodString;
|
|
72297
72429
|
createdAt: import("zod").ZodDate;
|
|
72298
72430
|
updatedAt: import("zod").ZodDate;
|
|
72299
72431
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72300
|
-
name: import("zod").ZodString;
|
|
72301
|
-
email: import("zod").ZodString;
|
|
72302
72432
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72303
72433
|
password: import("zod").ZodString;
|
|
72304
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72305
72434
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72306
72435
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
72307
72436
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -72498,15 +72627,15 @@ export declare const commentActivityContract: {
|
|
|
72498
72627
|
}>>>;
|
|
72499
72628
|
assigneeId: import("zod").ZodString;
|
|
72500
72629
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
72630
|
+
name: import("zod").ZodString;
|
|
72501
72631
|
id: import("zod").ZodString;
|
|
72632
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72633
|
+
email: import("zod").ZodString;
|
|
72502
72634
|
createdAt: import("zod").ZodDate;
|
|
72503
72635
|
updatedAt: import("zod").ZodDate;
|
|
72504
72636
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72505
|
-
name: import("zod").ZodString;
|
|
72506
|
-
email: import("zod").ZodString;
|
|
72507
72637
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72508
72638
|
password: import("zod").ZodString;
|
|
72509
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72510
72639
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72511
72640
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
72512
72641
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -73793,15 +73922,15 @@ export declare const commentActivityContract: {
|
|
|
73793
73922
|
updatedAt: import("zod").ZodDate;
|
|
73794
73923
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
73795
73924
|
actor: import("zod").ZodObject<{
|
|
73925
|
+
name: import("zod").ZodString;
|
|
73796
73926
|
id: import("zod").ZodString;
|
|
73927
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73928
|
+
email: import("zod").ZodString;
|
|
73797
73929
|
createdAt: import("zod").ZodDate;
|
|
73798
73930
|
updatedAt: import("zod").ZodDate;
|
|
73799
73931
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
73800
|
-
name: import("zod").ZodString;
|
|
73801
|
-
email: import("zod").ZodString;
|
|
73802
73932
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
73803
73933
|
password: import("zod").ZodString;
|
|
73804
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73805
73934
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73806
73935
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
73807
73936
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -74823,15 +74952,15 @@ export declare const commentActivityContract: {
|
|
|
74823
74952
|
ticketNumber?: number | undefined;
|
|
74824
74953
|
}>;
|
|
74825
74954
|
agent: import("zod").ZodObject<{
|
|
74955
|
+
name: import("zod").ZodString;
|
|
74826
74956
|
id: import("zod").ZodString;
|
|
74957
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
74958
|
+
email: import("zod").ZodString;
|
|
74827
74959
|
createdAt: import("zod").ZodDate;
|
|
74828
74960
|
updatedAt: import("zod").ZodDate;
|
|
74829
74961
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
74830
|
-
name: import("zod").ZodString;
|
|
74831
|
-
email: import("zod").ZodString;
|
|
74832
74962
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
74833
74963
|
password: import("zod").ZodString;
|
|
74834
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
74835
74964
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
74836
74965
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
74837
74966
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -76917,15 +77046,15 @@ export declare const commentActivityContract: {
|
|
|
76917
77046
|
updatedAt: import("zod").ZodDate;
|
|
76918
77047
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76919
77048
|
actor: import("zod").ZodObject<{
|
|
77049
|
+
name: import("zod").ZodString;
|
|
76920
77050
|
id: import("zod").ZodString;
|
|
77051
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77052
|
+
email: import("zod").ZodString;
|
|
76921
77053
|
createdAt: import("zod").ZodDate;
|
|
76922
77054
|
updatedAt: import("zod").ZodDate;
|
|
76923
77055
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76924
|
-
name: import("zod").ZodString;
|
|
76925
|
-
email: import("zod").ZodString;
|
|
76926
77056
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76927
77057
|
password: import("zod").ZodString;
|
|
76928
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
76929
77058
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
76930
77059
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
76931
77060
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -77279,15 +77408,15 @@ export declare const commentActivityContract: {
|
|
|
77279
77408
|
contactId: import("zod").ZodString;
|
|
77280
77409
|
creatorId: import("zod").ZodString;
|
|
77281
77410
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
77411
|
+
name: import("zod").ZodString;
|
|
77282
77412
|
id: import("zod").ZodString;
|
|
77413
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77414
|
+
email: import("zod").ZodString;
|
|
77283
77415
|
createdAt: import("zod").ZodDate;
|
|
77284
77416
|
updatedAt: import("zod").ZodDate;
|
|
77285
77417
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77286
|
-
name: import("zod").ZodString;
|
|
77287
|
-
email: import("zod").ZodString;
|
|
77288
77418
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77289
77419
|
password: import("zod").ZodString;
|
|
77290
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77291
77420
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77292
77421
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
77293
77422
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -77484,15 +77613,15 @@ export declare const commentActivityContract: {
|
|
|
77484
77613
|
}>>>;
|
|
77485
77614
|
assigneeId: import("zod").ZodString;
|
|
77486
77615
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
77616
|
+
name: import("zod").ZodString;
|
|
77487
77617
|
id: import("zod").ZodString;
|
|
77618
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77619
|
+
email: import("zod").ZodString;
|
|
77488
77620
|
createdAt: import("zod").ZodDate;
|
|
77489
77621
|
updatedAt: import("zod").ZodDate;
|
|
77490
77622
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77491
|
-
name: import("zod").ZodString;
|
|
77492
|
-
email: import("zod").ZodString;
|
|
77493
77623
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77494
77624
|
password: import("zod").ZodString;
|
|
77495
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77496
77625
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77497
77626
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
77498
77627
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -78779,15 +78908,15 @@ export declare const commentActivityContract: {
|
|
|
78779
78908
|
updatedAt: import("zod").ZodDate;
|
|
78780
78909
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
78781
78910
|
actor: import("zod").ZodObject<{
|
|
78911
|
+
name: import("zod").ZodString;
|
|
78782
78912
|
id: import("zod").ZodString;
|
|
78913
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
78914
|
+
email: import("zod").ZodString;
|
|
78783
78915
|
createdAt: import("zod").ZodDate;
|
|
78784
78916
|
updatedAt: import("zod").ZodDate;
|
|
78785
78917
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
78786
|
-
name: import("zod").ZodString;
|
|
78787
|
-
email: import("zod").ZodString;
|
|
78788
78918
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
78789
78919
|
password: import("zod").ZodString;
|
|
78790
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
78791
78920
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
78792
78921
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
78793
78922
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -79809,15 +79938,15 @@ export declare const commentActivityContract: {
|
|
|
79809
79938
|
ticketNumber?: number | undefined;
|
|
79810
79939
|
}>;
|
|
79811
79940
|
agent: import("zod").ZodObject<{
|
|
79941
|
+
name: import("zod").ZodString;
|
|
79812
79942
|
id: import("zod").ZodString;
|
|
79943
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
79944
|
+
email: import("zod").ZodString;
|
|
79813
79945
|
createdAt: import("zod").ZodDate;
|
|
79814
79946
|
updatedAt: import("zod").ZodDate;
|
|
79815
79947
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
79816
|
-
name: import("zod").ZodString;
|
|
79817
|
-
email: import("zod").ZodString;
|
|
79818
79948
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
79819
79949
|
password: import("zod").ZodString;
|
|
79820
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
79821
79950
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
79822
79951
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
79823
79952
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -81002,15 +81131,15 @@ export declare const commentActivityContract: {
|
|
|
81002
81131
|
updatedAt: import("zod").ZodDate;
|
|
81003
81132
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81004
81133
|
actor: import("zod").ZodObject<{
|
|
81134
|
+
name: import("zod").ZodString;
|
|
81005
81135
|
id: import("zod").ZodString;
|
|
81136
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81137
|
+
email: import("zod").ZodString;
|
|
81006
81138
|
createdAt: import("zod").ZodDate;
|
|
81007
81139
|
updatedAt: import("zod").ZodDate;
|
|
81008
81140
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81009
|
-
name: import("zod").ZodString;
|
|
81010
|
-
email: import("zod").ZodString;
|
|
81011
81141
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81012
81142
|
password: import("zod").ZodString;
|
|
81013
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81014
81143
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81015
81144
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
81016
81145
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -81364,15 +81493,15 @@ export declare const commentActivityContract: {
|
|
|
81364
81493
|
contactId: import("zod").ZodString;
|
|
81365
81494
|
creatorId: import("zod").ZodString;
|
|
81366
81495
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
81496
|
+
name: import("zod").ZodString;
|
|
81367
81497
|
id: import("zod").ZodString;
|
|
81498
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81499
|
+
email: import("zod").ZodString;
|
|
81368
81500
|
createdAt: import("zod").ZodDate;
|
|
81369
81501
|
updatedAt: import("zod").ZodDate;
|
|
81370
81502
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81371
|
-
name: import("zod").ZodString;
|
|
81372
|
-
email: import("zod").ZodString;
|
|
81373
81503
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81374
81504
|
password: import("zod").ZodString;
|
|
81375
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81376
81505
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81377
81506
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
81378
81507
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -81569,15 +81698,15 @@ export declare const commentActivityContract: {
|
|
|
81569
81698
|
}>>>;
|
|
81570
81699
|
assigneeId: import("zod").ZodString;
|
|
81571
81700
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
81701
|
+
name: import("zod").ZodString;
|
|
81572
81702
|
id: import("zod").ZodString;
|
|
81703
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81704
|
+
email: import("zod").ZodString;
|
|
81573
81705
|
createdAt: import("zod").ZodDate;
|
|
81574
81706
|
updatedAt: import("zod").ZodDate;
|
|
81575
81707
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81576
|
-
name: import("zod").ZodString;
|
|
81577
|
-
email: import("zod").ZodString;
|
|
81578
81708
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81579
81709
|
password: import("zod").ZodString;
|
|
81580
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81581
81710
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81582
81711
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
81583
81712
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -82864,15 +82993,15 @@ export declare const commentActivityContract: {
|
|
|
82864
82993
|
updatedAt: import("zod").ZodDate;
|
|
82865
82994
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
82866
82995
|
actor: import("zod").ZodObject<{
|
|
82996
|
+
name: import("zod").ZodString;
|
|
82867
82997
|
id: import("zod").ZodString;
|
|
82998
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
82999
|
+
email: import("zod").ZodString;
|
|
82868
83000
|
createdAt: import("zod").ZodDate;
|
|
82869
83001
|
updatedAt: import("zod").ZodDate;
|
|
82870
83002
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
82871
|
-
name: import("zod").ZodString;
|
|
82872
|
-
email: import("zod").ZodString;
|
|
82873
83003
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
82874
83004
|
password: import("zod").ZodString;
|
|
82875
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
82876
83005
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
82877
83006
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
82878
83007
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -83894,15 +84023,15 @@ export declare const commentActivityContract: {
|
|
|
83894
84023
|
ticketNumber?: number | undefined;
|
|
83895
84024
|
}>;
|
|
83896
84025
|
agent: import("zod").ZodObject<{
|
|
84026
|
+
name: import("zod").ZodString;
|
|
83897
84027
|
id: import("zod").ZodString;
|
|
84028
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
84029
|
+
email: import("zod").ZodString;
|
|
83898
84030
|
createdAt: import("zod").ZodDate;
|
|
83899
84031
|
updatedAt: import("zod").ZodDate;
|
|
83900
84032
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
83901
|
-
name: import("zod").ZodString;
|
|
83902
|
-
email: import("zod").ZodString;
|
|
83903
84033
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
83904
84034
|
password: import("zod").ZodString;
|
|
83905
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
83906
84035
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
83907
84036
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
83908
84037
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -86009,15 +86138,15 @@ export declare const commentActivityContract: {
|
|
|
86009
86138
|
updatedAt: import("zod").ZodDate;
|
|
86010
86139
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
86011
86140
|
actor: import("zod").ZodObject<{
|
|
86141
|
+
name: import("zod").ZodString;
|
|
86012
86142
|
id: import("zod").ZodString;
|
|
86143
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
86144
|
+
email: import("zod").ZodString;
|
|
86013
86145
|
createdAt: import("zod").ZodDate;
|
|
86014
86146
|
updatedAt: import("zod").ZodDate;
|
|
86015
86147
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
86016
|
-
name: import("zod").ZodString;
|
|
86017
|
-
email: import("zod").ZodString;
|
|
86018
86148
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
86019
86149
|
password: import("zod").ZodString;
|
|
86020
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
86021
86150
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
86022
86151
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
86023
86152
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -92649,15 +92778,15 @@ export declare const platformContract: {
|
|
|
92649
92778
|
fileUrl: string | null;
|
|
92650
92779
|
}>;
|
|
92651
92780
|
actor: import("zod").ZodObject<{
|
|
92781
|
+
name: import("zod").ZodString;
|
|
92652
92782
|
id: import("zod").ZodString;
|
|
92783
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92784
|
+
email: import("zod").ZodString;
|
|
92653
92785
|
createdAt: import("zod").ZodDate;
|
|
92654
92786
|
updatedAt: import("zod").ZodDate;
|
|
92655
92787
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92656
|
-
name: import("zod").ZodString;
|
|
92657
|
-
email: import("zod").ZodString;
|
|
92658
92788
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92659
92789
|
password: import("zod").ZodString;
|
|
92660
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92661
92790
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92662
92791
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
92663
92792
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -92853,15 +92982,15 @@ export declare const platformContract: {
|
|
|
92853
92982
|
};
|
|
92854
92983
|
}>;
|
|
92855
92984
|
assignee: import("zod").ZodObject<{
|
|
92985
|
+
name: import("zod").ZodString;
|
|
92856
92986
|
id: import("zod").ZodString;
|
|
92987
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92988
|
+
email: import("zod").ZodString;
|
|
92857
92989
|
createdAt: import("zod").ZodDate;
|
|
92858
92990
|
updatedAt: import("zod").ZodDate;
|
|
92859
92991
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92860
|
-
name: import("zod").ZodString;
|
|
92861
|
-
email: import("zod").ZodString;
|
|
92862
92992
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92863
92993
|
password: import("zod").ZodString;
|
|
92864
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92865
92994
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92866
92995
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
92867
92996
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -93057,15 +93186,15 @@ export declare const platformContract: {
|
|
|
93057
93186
|
};
|
|
93058
93187
|
}>;
|
|
93059
93188
|
sender: import("zod").ZodObject<{
|
|
93189
|
+
name: import("zod").ZodString;
|
|
93060
93190
|
id: import("zod").ZodString;
|
|
93191
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
93192
|
+
email: import("zod").ZodString;
|
|
93061
93193
|
createdAt: import("zod").ZodDate;
|
|
93062
93194
|
updatedAt: import("zod").ZodDate;
|
|
93063
93195
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
93064
|
-
name: import("zod").ZodString;
|
|
93065
|
-
email: import("zod").ZodString;
|
|
93066
93196
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
93067
93197
|
password: import("zod").ZodString;
|
|
93068
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
93069
93198
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
93070
93199
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
93071
93200
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -97339,15 +97468,15 @@ export declare const platformContract: {
|
|
|
97339
97468
|
fileUrl: string | null;
|
|
97340
97469
|
}>;
|
|
97341
97470
|
actor: import("zod").ZodObject<{
|
|
97471
|
+
name: import("zod").ZodString;
|
|
97342
97472
|
id: import("zod").ZodString;
|
|
97473
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97474
|
+
email: import("zod").ZodString;
|
|
97343
97475
|
createdAt: import("zod").ZodDate;
|
|
97344
97476
|
updatedAt: import("zod").ZodDate;
|
|
97345
97477
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97346
|
-
name: import("zod").ZodString;
|
|
97347
|
-
email: import("zod").ZodString;
|
|
97348
97478
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97349
97479
|
password: import("zod").ZodString;
|
|
97350
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97351
97480
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97352
97481
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
97353
97482
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -97543,15 +97672,15 @@ export declare const platformContract: {
|
|
|
97543
97672
|
};
|
|
97544
97673
|
}>;
|
|
97545
97674
|
assignee: import("zod").ZodObject<{
|
|
97675
|
+
name: import("zod").ZodString;
|
|
97546
97676
|
id: import("zod").ZodString;
|
|
97677
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97678
|
+
email: import("zod").ZodString;
|
|
97547
97679
|
createdAt: import("zod").ZodDate;
|
|
97548
97680
|
updatedAt: import("zod").ZodDate;
|
|
97549
97681
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97550
|
-
name: import("zod").ZodString;
|
|
97551
|
-
email: import("zod").ZodString;
|
|
97552
97682
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97553
97683
|
password: import("zod").ZodString;
|
|
97554
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97555
97684
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97556
97685
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
97557
97686
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -97747,15 +97876,15 @@ export declare const platformContract: {
|
|
|
97747
97876
|
};
|
|
97748
97877
|
}>;
|
|
97749
97878
|
sender: import("zod").ZodObject<{
|
|
97879
|
+
name: import("zod").ZodString;
|
|
97750
97880
|
id: import("zod").ZodString;
|
|
97881
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97882
|
+
email: import("zod").ZodString;
|
|
97751
97883
|
createdAt: import("zod").ZodDate;
|
|
97752
97884
|
updatedAt: import("zod").ZodDate;
|
|
97753
97885
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97754
|
-
name: import("zod").ZodString;
|
|
97755
|
-
email: import("zod").ZodString;
|
|
97756
97886
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97757
97887
|
password: import("zod").ZodString;
|
|
97758
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97759
97888
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97760
97889
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
97761
97890
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -114588,15 +114717,15 @@ export declare const platformContract: {
|
|
|
114588
114717
|
fileUrl: string | null;
|
|
114589
114718
|
}>;
|
|
114590
114719
|
actor: import("zod").ZodObject<{
|
|
114720
|
+
name: import("zod").ZodString;
|
|
114591
114721
|
id: import("zod").ZodString;
|
|
114722
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114723
|
+
email: import("zod").ZodString;
|
|
114592
114724
|
createdAt: import("zod").ZodDate;
|
|
114593
114725
|
updatedAt: import("zod").ZodDate;
|
|
114594
114726
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114595
|
-
name: import("zod").ZodString;
|
|
114596
|
-
email: import("zod").ZodString;
|
|
114597
114727
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114598
114728
|
password: import("zod").ZodString;
|
|
114599
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114600
114729
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114601
114730
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
114602
114731
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -114792,15 +114921,15 @@ export declare const platformContract: {
|
|
|
114792
114921
|
};
|
|
114793
114922
|
}>;
|
|
114794
114923
|
assignee: import("zod").ZodObject<{
|
|
114924
|
+
name: import("zod").ZodString;
|
|
114795
114925
|
id: import("zod").ZodString;
|
|
114926
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114927
|
+
email: import("zod").ZodString;
|
|
114796
114928
|
createdAt: import("zod").ZodDate;
|
|
114797
114929
|
updatedAt: import("zod").ZodDate;
|
|
114798
114930
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114799
|
-
name: import("zod").ZodString;
|
|
114800
|
-
email: import("zod").ZodString;
|
|
114801
114931
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114802
114932
|
password: import("zod").ZodString;
|
|
114803
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114804
114933
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114805
114934
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
114806
114935
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -114996,15 +115125,15 @@ export declare const platformContract: {
|
|
|
114996
115125
|
};
|
|
114997
115126
|
}>;
|
|
114998
115127
|
sender: import("zod").ZodObject<{
|
|
115128
|
+
name: import("zod").ZodString;
|
|
114999
115129
|
id: import("zod").ZodString;
|
|
115130
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
115131
|
+
email: import("zod").ZodString;
|
|
115000
115132
|
createdAt: import("zod").ZodDate;
|
|
115001
115133
|
updatedAt: import("zod").ZodDate;
|
|
115002
115134
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
115003
|
-
name: import("zod").ZodString;
|
|
115004
|
-
email: import("zod").ZodString;
|
|
115005
115135
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
115006
115136
|
password: import("zod").ZodString;
|
|
115007
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
115008
115137
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
115009
115138
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
115010
115139
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -119278,15 +119407,15 @@ export declare const platformContract: {
|
|
|
119278
119407
|
fileUrl: string | null;
|
|
119279
119408
|
}>;
|
|
119280
119409
|
actor: import("zod").ZodObject<{
|
|
119410
|
+
name: import("zod").ZodString;
|
|
119281
119411
|
id: import("zod").ZodString;
|
|
119412
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119413
|
+
email: import("zod").ZodString;
|
|
119282
119414
|
createdAt: import("zod").ZodDate;
|
|
119283
119415
|
updatedAt: import("zod").ZodDate;
|
|
119284
119416
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119285
|
-
name: import("zod").ZodString;
|
|
119286
|
-
email: import("zod").ZodString;
|
|
119287
119417
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119288
119418
|
password: import("zod").ZodString;
|
|
119289
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119290
119419
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119291
119420
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
119292
119421
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -119482,15 +119611,15 @@ export declare const platformContract: {
|
|
|
119482
119611
|
};
|
|
119483
119612
|
}>;
|
|
119484
119613
|
assignee: import("zod").ZodObject<{
|
|
119614
|
+
name: import("zod").ZodString;
|
|
119485
119615
|
id: import("zod").ZodString;
|
|
119616
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119617
|
+
email: import("zod").ZodString;
|
|
119486
119618
|
createdAt: import("zod").ZodDate;
|
|
119487
119619
|
updatedAt: import("zod").ZodDate;
|
|
119488
119620
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119489
|
-
name: import("zod").ZodString;
|
|
119490
|
-
email: import("zod").ZodString;
|
|
119491
119621
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119492
119622
|
password: import("zod").ZodString;
|
|
119493
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119494
119623
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119495
119624
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
119496
119625
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -119686,15 +119815,15 @@ export declare const platformContract: {
|
|
|
119686
119815
|
};
|
|
119687
119816
|
}>;
|
|
119688
119817
|
sender: import("zod").ZodObject<{
|
|
119818
|
+
name: import("zod").ZodString;
|
|
119689
119819
|
id: import("zod").ZodString;
|
|
119820
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119821
|
+
email: import("zod").ZodString;
|
|
119690
119822
|
createdAt: import("zod").ZodDate;
|
|
119691
119823
|
updatedAt: import("zod").ZodDate;
|
|
119692
119824
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119693
|
-
name: import("zod").ZodString;
|
|
119694
|
-
email: import("zod").ZodString;
|
|
119695
119825
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119696
119826
|
password: import("zod").ZodString;
|
|
119697
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119698
119827
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119699
119828
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
119700
119829
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -135874,15 +136003,15 @@ export declare const platformTelegramContract: {
|
|
|
135874
136003
|
fileUrl: string | null;
|
|
135875
136004
|
}>;
|
|
135876
136005
|
actor: import("zod").ZodObject<{
|
|
136006
|
+
name: import("zod").ZodString;
|
|
135877
136007
|
id: import("zod").ZodString;
|
|
136008
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136009
|
+
email: import("zod").ZodString;
|
|
135878
136010
|
createdAt: import("zod").ZodDate;
|
|
135879
136011
|
updatedAt: import("zod").ZodDate;
|
|
135880
136012
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
135881
|
-
name: import("zod").ZodString;
|
|
135882
|
-
email: import("zod").ZodString;
|
|
135883
136013
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
135884
136014
|
password: import("zod").ZodString;
|
|
135885
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
135886
136015
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
135887
136016
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
135888
136017
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -136078,15 +136207,15 @@ export declare const platformTelegramContract: {
|
|
|
136078
136207
|
};
|
|
136079
136208
|
}>;
|
|
136080
136209
|
assignee: import("zod").ZodObject<{
|
|
136210
|
+
name: import("zod").ZodString;
|
|
136081
136211
|
id: import("zod").ZodString;
|
|
136212
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136213
|
+
email: import("zod").ZodString;
|
|
136082
136214
|
createdAt: import("zod").ZodDate;
|
|
136083
136215
|
updatedAt: import("zod").ZodDate;
|
|
136084
136216
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136085
|
-
name: import("zod").ZodString;
|
|
136086
|
-
email: import("zod").ZodString;
|
|
136087
136217
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136088
136218
|
password: import("zod").ZodString;
|
|
136089
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136090
136219
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136091
136220
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
136092
136221
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -136282,15 +136411,15 @@ export declare const platformTelegramContract: {
|
|
|
136282
136411
|
};
|
|
136283
136412
|
}>;
|
|
136284
136413
|
sender: import("zod").ZodObject<{
|
|
136414
|
+
name: import("zod").ZodString;
|
|
136285
136415
|
id: import("zod").ZodString;
|
|
136416
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136417
|
+
email: import("zod").ZodString;
|
|
136286
136418
|
createdAt: import("zod").ZodDate;
|
|
136287
136419
|
updatedAt: import("zod").ZodDate;
|
|
136288
136420
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136289
|
-
name: import("zod").ZodString;
|
|
136290
|
-
email: import("zod").ZodString;
|
|
136291
136421
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136292
136422
|
password: import("zod").ZodString;
|
|
136293
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136294
136423
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136295
136424
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
136296
136425
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140564,15 +140693,15 @@ export declare const platformTelegramContract: {
|
|
|
140564
140693
|
fileUrl: string | null;
|
|
140565
140694
|
}>;
|
|
140566
140695
|
actor: import("zod").ZodObject<{
|
|
140696
|
+
name: import("zod").ZodString;
|
|
140567
140697
|
id: import("zod").ZodString;
|
|
140698
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140699
|
+
email: import("zod").ZodString;
|
|
140568
140700
|
createdAt: import("zod").ZodDate;
|
|
140569
140701
|
updatedAt: import("zod").ZodDate;
|
|
140570
140702
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140571
|
-
name: import("zod").ZodString;
|
|
140572
|
-
email: import("zod").ZodString;
|
|
140573
140703
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140574
140704
|
password: import("zod").ZodString;
|
|
140575
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140576
140705
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140577
140706
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
140578
140707
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140768,15 +140897,15 @@ export declare const platformTelegramContract: {
|
|
|
140768
140897
|
};
|
|
140769
140898
|
}>;
|
|
140770
140899
|
assignee: import("zod").ZodObject<{
|
|
140900
|
+
name: import("zod").ZodString;
|
|
140771
140901
|
id: import("zod").ZodString;
|
|
140902
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140903
|
+
email: import("zod").ZodString;
|
|
140772
140904
|
createdAt: import("zod").ZodDate;
|
|
140773
140905
|
updatedAt: import("zod").ZodDate;
|
|
140774
140906
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140775
|
-
name: import("zod").ZodString;
|
|
140776
|
-
email: import("zod").ZodString;
|
|
140777
140907
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140778
140908
|
password: import("zod").ZodString;
|
|
140779
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140780
140909
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140781
140910
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
140782
140911
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140972,15 +141101,15 @@ export declare const platformTelegramContract: {
|
|
|
140972
141101
|
};
|
|
140973
141102
|
}>;
|
|
140974
141103
|
sender: import("zod").ZodObject<{
|
|
141104
|
+
name: import("zod").ZodString;
|
|
140975
141105
|
id: import("zod").ZodString;
|
|
141106
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
141107
|
+
email: import("zod").ZodString;
|
|
140976
141108
|
createdAt: import("zod").ZodDate;
|
|
140977
141109
|
updatedAt: import("zod").ZodDate;
|
|
140978
141110
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140979
|
-
name: import("zod").ZodString;
|
|
140980
|
-
email: import("zod").ZodString;
|
|
140981
141111
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140982
141112
|
password: import("zod").ZodString;
|
|
140983
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140984
141113
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140985
141114
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
140986
141115
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -155555,15 +155684,15 @@ export declare const platformMessengerContract: {
|
|
|
155555
155684
|
fileUrl: string | null;
|
|
155556
155685
|
}>;
|
|
155557
155686
|
actor: import("zod").ZodObject<{
|
|
155687
|
+
name: import("zod").ZodString;
|
|
155558
155688
|
id: import("zod").ZodString;
|
|
155689
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155690
|
+
email: import("zod").ZodString;
|
|
155559
155691
|
createdAt: import("zod").ZodDate;
|
|
155560
155692
|
updatedAt: import("zod").ZodDate;
|
|
155561
155693
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155562
|
-
name: import("zod").ZodString;
|
|
155563
|
-
email: import("zod").ZodString;
|
|
155564
155694
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155565
155695
|
password: import("zod").ZodString;
|
|
155566
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155567
155696
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155568
155697
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
155569
155698
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -155759,15 +155888,15 @@ export declare const platformMessengerContract: {
|
|
|
155759
155888
|
};
|
|
155760
155889
|
}>;
|
|
155761
155890
|
assignee: import("zod").ZodObject<{
|
|
155891
|
+
name: import("zod").ZodString;
|
|
155762
155892
|
id: import("zod").ZodString;
|
|
155893
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155894
|
+
email: import("zod").ZodString;
|
|
155763
155895
|
createdAt: import("zod").ZodDate;
|
|
155764
155896
|
updatedAt: import("zod").ZodDate;
|
|
155765
155897
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155766
|
-
name: import("zod").ZodString;
|
|
155767
|
-
email: import("zod").ZodString;
|
|
155768
155898
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155769
155899
|
password: import("zod").ZodString;
|
|
155770
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155771
155900
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155772
155901
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
155773
155902
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -155963,15 +156092,15 @@ export declare const platformMessengerContract: {
|
|
|
155963
156092
|
};
|
|
155964
156093
|
}>;
|
|
155965
156094
|
sender: import("zod").ZodObject<{
|
|
156095
|
+
name: import("zod").ZodString;
|
|
155966
156096
|
id: import("zod").ZodString;
|
|
156097
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
156098
|
+
email: import("zod").ZodString;
|
|
155967
156099
|
createdAt: import("zod").ZodDate;
|
|
155968
156100
|
updatedAt: import("zod").ZodDate;
|
|
155969
156101
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155970
|
-
name: import("zod").ZodString;
|
|
155971
|
-
email: import("zod").ZodString;
|
|
155972
156102
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155973
156103
|
password: import("zod").ZodString;
|
|
155974
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155975
156104
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155976
156105
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
155977
156106
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -160245,15 +160374,15 @@ export declare const platformMessengerContract: {
|
|
|
160245
160374
|
fileUrl: string | null;
|
|
160246
160375
|
}>;
|
|
160247
160376
|
actor: import("zod").ZodObject<{
|
|
160377
|
+
name: import("zod").ZodString;
|
|
160248
160378
|
id: import("zod").ZodString;
|
|
160379
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160380
|
+
email: import("zod").ZodString;
|
|
160249
160381
|
createdAt: import("zod").ZodDate;
|
|
160250
160382
|
updatedAt: import("zod").ZodDate;
|
|
160251
160383
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160252
|
-
name: import("zod").ZodString;
|
|
160253
|
-
email: import("zod").ZodString;
|
|
160254
160384
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160255
160385
|
password: import("zod").ZodString;
|
|
160256
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160257
160386
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160258
160387
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
160259
160388
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -160449,15 +160578,15 @@ export declare const platformMessengerContract: {
|
|
|
160449
160578
|
};
|
|
160450
160579
|
}>;
|
|
160451
160580
|
assignee: import("zod").ZodObject<{
|
|
160581
|
+
name: import("zod").ZodString;
|
|
160452
160582
|
id: import("zod").ZodString;
|
|
160583
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160584
|
+
email: import("zod").ZodString;
|
|
160453
160585
|
createdAt: import("zod").ZodDate;
|
|
160454
160586
|
updatedAt: import("zod").ZodDate;
|
|
160455
160587
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160456
|
-
name: import("zod").ZodString;
|
|
160457
|
-
email: import("zod").ZodString;
|
|
160458
160588
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160459
160589
|
password: import("zod").ZodString;
|
|
160460
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160461
160590
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160462
160591
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
160463
160592
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -160653,15 +160782,15 @@ export declare const platformMessengerContract: {
|
|
|
160653
160782
|
};
|
|
160654
160783
|
}>;
|
|
160655
160784
|
sender: import("zod").ZodObject<{
|
|
160785
|
+
name: import("zod").ZodString;
|
|
160656
160786
|
id: import("zod").ZodString;
|
|
160787
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160788
|
+
email: import("zod").ZodString;
|
|
160657
160789
|
createdAt: import("zod").ZodDate;
|
|
160658
160790
|
updatedAt: import("zod").ZodDate;
|
|
160659
160791
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160660
|
-
name: import("zod").ZodString;
|
|
160661
|
-
email: import("zod").ZodString;
|
|
160662
160792
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160663
160793
|
password: import("zod").ZodString;
|
|
160664
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160665
160794
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160666
160795
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
160667
160796
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -177414,15 +177543,15 @@ export declare const platformInstagramContract: {
|
|
|
177414
177543
|
fileUrl: string | null;
|
|
177415
177544
|
}>;
|
|
177416
177545
|
actor: import("zod").ZodObject<{
|
|
177546
|
+
name: import("zod").ZodString;
|
|
177417
177547
|
id: import("zod").ZodString;
|
|
177548
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177549
|
+
email: import("zod").ZodString;
|
|
177418
177550
|
createdAt: import("zod").ZodDate;
|
|
177419
177551
|
updatedAt: import("zod").ZodDate;
|
|
177420
177552
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177421
|
-
name: import("zod").ZodString;
|
|
177422
|
-
email: import("zod").ZodString;
|
|
177423
177553
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177424
177554
|
password: import("zod").ZodString;
|
|
177425
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177426
177555
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177427
177556
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
177428
177557
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -177618,15 +177747,15 @@ export declare const platformInstagramContract: {
|
|
|
177618
177747
|
};
|
|
177619
177748
|
}>;
|
|
177620
177749
|
assignee: import("zod").ZodObject<{
|
|
177750
|
+
name: import("zod").ZodString;
|
|
177621
177751
|
id: import("zod").ZodString;
|
|
177752
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177753
|
+
email: import("zod").ZodString;
|
|
177622
177754
|
createdAt: import("zod").ZodDate;
|
|
177623
177755
|
updatedAt: import("zod").ZodDate;
|
|
177624
177756
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177625
|
-
name: import("zod").ZodString;
|
|
177626
|
-
email: import("zod").ZodString;
|
|
177627
177757
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177628
177758
|
password: import("zod").ZodString;
|
|
177629
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177630
177759
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177631
177760
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
177632
177761
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -177822,15 +177951,15 @@ export declare const platformInstagramContract: {
|
|
|
177822
177951
|
};
|
|
177823
177952
|
}>;
|
|
177824
177953
|
sender: import("zod").ZodObject<{
|
|
177954
|
+
name: import("zod").ZodString;
|
|
177825
177955
|
id: import("zod").ZodString;
|
|
177956
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177957
|
+
email: import("zod").ZodString;
|
|
177826
177958
|
createdAt: import("zod").ZodDate;
|
|
177827
177959
|
updatedAt: import("zod").ZodDate;
|
|
177828
177960
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177829
|
-
name: import("zod").ZodString;
|
|
177830
|
-
email: import("zod").ZodString;
|
|
177831
177961
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177832
177962
|
password: import("zod").ZodString;
|
|
177833
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177834
177963
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177835
177964
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
177836
177965
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -182104,15 +182233,15 @@ export declare const platformInstagramContract: {
|
|
|
182104
182233
|
fileUrl: string | null;
|
|
182105
182234
|
}>;
|
|
182106
182235
|
actor: import("zod").ZodObject<{
|
|
182236
|
+
name: import("zod").ZodString;
|
|
182107
182237
|
id: import("zod").ZodString;
|
|
182238
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182239
|
+
email: import("zod").ZodString;
|
|
182108
182240
|
createdAt: import("zod").ZodDate;
|
|
182109
182241
|
updatedAt: import("zod").ZodDate;
|
|
182110
182242
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182111
|
-
name: import("zod").ZodString;
|
|
182112
|
-
email: import("zod").ZodString;
|
|
182113
182243
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182114
182244
|
password: import("zod").ZodString;
|
|
182115
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182116
182245
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182117
182246
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
182118
182247
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -182308,15 +182437,15 @@ export declare const platformInstagramContract: {
|
|
|
182308
182437
|
};
|
|
182309
182438
|
}>;
|
|
182310
182439
|
assignee: import("zod").ZodObject<{
|
|
182440
|
+
name: import("zod").ZodString;
|
|
182311
182441
|
id: import("zod").ZodString;
|
|
182442
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182443
|
+
email: import("zod").ZodString;
|
|
182312
182444
|
createdAt: import("zod").ZodDate;
|
|
182313
182445
|
updatedAt: import("zod").ZodDate;
|
|
182314
182446
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182315
|
-
name: import("zod").ZodString;
|
|
182316
|
-
email: import("zod").ZodString;
|
|
182317
182447
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182318
182448
|
password: import("zod").ZodString;
|
|
182319
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182320
182449
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182321
182450
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
182322
182451
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -182512,15 +182641,15 @@ export declare const platformInstagramContract: {
|
|
|
182512
182641
|
};
|
|
182513
182642
|
}>;
|
|
182514
182643
|
sender: import("zod").ZodObject<{
|
|
182644
|
+
name: import("zod").ZodString;
|
|
182515
182645
|
id: import("zod").ZodString;
|
|
182646
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182647
|
+
email: import("zod").ZodString;
|
|
182516
182648
|
createdAt: import("zod").ZodDate;
|
|
182517
182649
|
updatedAt: import("zod").ZodDate;
|
|
182518
182650
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182519
|
-
name: import("zod").ZodString;
|
|
182520
|
-
email: import("zod").ZodString;
|
|
182521
182651
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182522
182652
|
password: import("zod").ZodString;
|
|
182523
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182524
182653
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182525
182654
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
182526
182655
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -203772,15 +203901,15 @@ export declare const platformWhatsappContract: {
|
|
|
203772
203901
|
fileUrl: string | null;
|
|
203773
203902
|
}>;
|
|
203774
203903
|
actor: import("zod").ZodObject<{
|
|
203904
|
+
name: import("zod").ZodString;
|
|
203775
203905
|
id: import("zod").ZodString;
|
|
203906
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203907
|
+
email: import("zod").ZodString;
|
|
203776
203908
|
createdAt: import("zod").ZodDate;
|
|
203777
203909
|
updatedAt: import("zod").ZodDate;
|
|
203778
203910
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203779
|
-
name: import("zod").ZodString;
|
|
203780
|
-
email: import("zod").ZodString;
|
|
203781
203911
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203782
203912
|
password: import("zod").ZodString;
|
|
203783
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203784
203913
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203785
203914
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
203786
203915
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -203976,15 +204105,15 @@ export declare const platformWhatsappContract: {
|
|
|
203976
204105
|
};
|
|
203977
204106
|
}>;
|
|
203978
204107
|
assignee: import("zod").ZodObject<{
|
|
204108
|
+
name: import("zod").ZodString;
|
|
203979
204109
|
id: import("zod").ZodString;
|
|
204110
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204111
|
+
email: import("zod").ZodString;
|
|
203980
204112
|
createdAt: import("zod").ZodDate;
|
|
203981
204113
|
updatedAt: import("zod").ZodDate;
|
|
203982
204114
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203983
|
-
name: import("zod").ZodString;
|
|
203984
|
-
email: import("zod").ZodString;
|
|
203985
204115
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203986
204116
|
password: import("zod").ZodString;
|
|
203987
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203988
204117
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203989
204118
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
203990
204119
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -204180,15 +204309,15 @@ export declare const platformWhatsappContract: {
|
|
|
204180
204309
|
};
|
|
204181
204310
|
}>;
|
|
204182
204311
|
sender: import("zod").ZodObject<{
|
|
204312
|
+
name: import("zod").ZodString;
|
|
204183
204313
|
id: import("zod").ZodString;
|
|
204314
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204315
|
+
email: import("zod").ZodString;
|
|
204184
204316
|
createdAt: import("zod").ZodDate;
|
|
204185
204317
|
updatedAt: import("zod").ZodDate;
|
|
204186
204318
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
204187
|
-
name: import("zod").ZodString;
|
|
204188
|
-
email: import("zod").ZodString;
|
|
204189
204319
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
204190
204320
|
password: import("zod").ZodString;
|
|
204191
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204192
204321
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204193
204322
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
204194
204323
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -208462,15 +208591,15 @@ export declare const platformWhatsappContract: {
|
|
|
208462
208591
|
fileUrl: string | null;
|
|
208463
208592
|
}>;
|
|
208464
208593
|
actor: import("zod").ZodObject<{
|
|
208594
|
+
name: import("zod").ZodString;
|
|
208465
208595
|
id: import("zod").ZodString;
|
|
208596
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208597
|
+
email: import("zod").ZodString;
|
|
208466
208598
|
createdAt: import("zod").ZodDate;
|
|
208467
208599
|
updatedAt: import("zod").ZodDate;
|
|
208468
208600
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208469
|
-
name: import("zod").ZodString;
|
|
208470
|
-
email: import("zod").ZodString;
|
|
208471
208601
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208472
208602
|
password: import("zod").ZodString;
|
|
208473
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208474
208603
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208475
208604
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
208476
208605
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -208666,15 +208795,15 @@ export declare const platformWhatsappContract: {
|
|
|
208666
208795
|
};
|
|
208667
208796
|
}>;
|
|
208668
208797
|
assignee: import("zod").ZodObject<{
|
|
208798
|
+
name: import("zod").ZodString;
|
|
208669
208799
|
id: import("zod").ZodString;
|
|
208800
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208801
|
+
email: import("zod").ZodString;
|
|
208670
208802
|
createdAt: import("zod").ZodDate;
|
|
208671
208803
|
updatedAt: import("zod").ZodDate;
|
|
208672
208804
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208673
|
-
name: import("zod").ZodString;
|
|
208674
|
-
email: import("zod").ZodString;
|
|
208675
208805
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208676
208806
|
password: import("zod").ZodString;
|
|
208677
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208678
208807
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208679
208808
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
208680
208809
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -208870,15 +208999,15 @@ export declare const platformWhatsappContract: {
|
|
|
208870
208999
|
};
|
|
208871
209000
|
}>;
|
|
208872
209001
|
sender: import("zod").ZodObject<{
|
|
209002
|
+
name: import("zod").ZodString;
|
|
208873
209003
|
id: import("zod").ZodString;
|
|
209004
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
209005
|
+
email: import("zod").ZodString;
|
|
208874
209006
|
createdAt: import("zod").ZodDate;
|
|
208875
209007
|
updatedAt: import("zod").ZodDate;
|
|
208876
209008
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208877
|
-
name: import("zod").ZodString;
|
|
208878
|
-
email: import("zod").ZodString;
|
|
208879
209009
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208880
209010
|
password: import("zod").ZodString;
|
|
208881
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208882
209011
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208883
209012
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
208884
209013
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -229688,15 +229817,15 @@ export declare const facebookFeedContract: {
|
|
|
229688
229817
|
fileUrl: string | null;
|
|
229689
229818
|
}>;
|
|
229690
229819
|
actor: import("zod").ZodObject<{
|
|
229820
|
+
name: import("zod").ZodString;
|
|
229691
229821
|
id: import("zod").ZodString;
|
|
229822
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229823
|
+
email: import("zod").ZodString;
|
|
229692
229824
|
createdAt: import("zod").ZodDate;
|
|
229693
229825
|
updatedAt: import("zod").ZodDate;
|
|
229694
229826
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229695
|
-
name: import("zod").ZodString;
|
|
229696
|
-
email: import("zod").ZodString;
|
|
229697
229827
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229698
229828
|
password: import("zod").ZodString;
|
|
229699
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229700
229829
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229701
229830
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
229702
229831
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -229892,15 +230021,15 @@ export declare const facebookFeedContract: {
|
|
|
229892
230021
|
};
|
|
229893
230022
|
}>;
|
|
229894
230023
|
assignee: import("zod").ZodObject<{
|
|
230024
|
+
name: import("zod").ZodString;
|
|
229895
230025
|
id: import("zod").ZodString;
|
|
230026
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230027
|
+
email: import("zod").ZodString;
|
|
229896
230028
|
createdAt: import("zod").ZodDate;
|
|
229897
230029
|
updatedAt: import("zod").ZodDate;
|
|
229898
230030
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229899
|
-
name: import("zod").ZodString;
|
|
229900
|
-
email: import("zod").ZodString;
|
|
229901
230031
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229902
230032
|
password: import("zod").ZodString;
|
|
229903
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229904
230033
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229905
230034
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
229906
230035
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -230096,15 +230225,15 @@ export declare const facebookFeedContract: {
|
|
|
230096
230225
|
};
|
|
230097
230226
|
}>;
|
|
230098
230227
|
sender: import("zod").ZodObject<{
|
|
230228
|
+
name: import("zod").ZodString;
|
|
230099
230229
|
id: import("zod").ZodString;
|
|
230230
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230231
|
+
email: import("zod").ZodString;
|
|
230100
230232
|
createdAt: import("zod").ZodDate;
|
|
230101
230233
|
updatedAt: import("zod").ZodDate;
|
|
230102
230234
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
230103
|
-
name: import("zod").ZodString;
|
|
230104
|
-
email: import("zod").ZodString;
|
|
230105
230235
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
230106
230236
|
password: import("zod").ZodString;
|
|
230107
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230108
230237
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230109
230238
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
230110
230239
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -234378,15 +234507,15 @@ export declare const facebookFeedContract: {
|
|
|
234378
234507
|
fileUrl: string | null;
|
|
234379
234508
|
}>;
|
|
234380
234509
|
actor: import("zod").ZodObject<{
|
|
234510
|
+
name: import("zod").ZodString;
|
|
234381
234511
|
id: import("zod").ZodString;
|
|
234512
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234513
|
+
email: import("zod").ZodString;
|
|
234382
234514
|
createdAt: import("zod").ZodDate;
|
|
234383
234515
|
updatedAt: import("zod").ZodDate;
|
|
234384
234516
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234385
|
-
name: import("zod").ZodString;
|
|
234386
|
-
email: import("zod").ZodString;
|
|
234387
234517
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234388
234518
|
password: import("zod").ZodString;
|
|
234389
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234390
234519
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234391
234520
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
234392
234521
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -234582,15 +234711,15 @@ export declare const facebookFeedContract: {
|
|
|
234582
234711
|
};
|
|
234583
234712
|
}>;
|
|
234584
234713
|
assignee: import("zod").ZodObject<{
|
|
234714
|
+
name: import("zod").ZodString;
|
|
234585
234715
|
id: import("zod").ZodString;
|
|
234716
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234717
|
+
email: import("zod").ZodString;
|
|
234586
234718
|
createdAt: import("zod").ZodDate;
|
|
234587
234719
|
updatedAt: import("zod").ZodDate;
|
|
234588
234720
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234589
|
-
name: import("zod").ZodString;
|
|
234590
|
-
email: import("zod").ZodString;
|
|
234591
234721
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234592
234722
|
password: import("zod").ZodString;
|
|
234593
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234594
234723
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234595
234724
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
234596
234725
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -234786,15 +234915,15 @@ export declare const facebookFeedContract: {
|
|
|
234786
234915
|
};
|
|
234787
234916
|
}>;
|
|
234788
234917
|
sender: import("zod").ZodObject<{
|
|
234918
|
+
name: import("zod").ZodString;
|
|
234789
234919
|
id: import("zod").ZodString;
|
|
234920
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234921
|
+
email: import("zod").ZodString;
|
|
234790
234922
|
createdAt: import("zod").ZodDate;
|
|
234791
234923
|
updatedAt: import("zod").ZodDate;
|
|
234792
234924
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234793
|
-
name: import("zod").ZodString;
|
|
234794
|
-
email: import("zod").ZodString;
|
|
234795
234925
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234796
234926
|
password: import("zod").ZodString;
|
|
234797
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234798
234927
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234799
234928
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
234800
234929
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -246598,15 +246727,15 @@ export declare const feedPostContract: {
|
|
|
246598
246727
|
socialPlatformId: string;
|
|
246599
246728
|
}>;
|
|
246600
246729
|
actor: import("zod").ZodObject<{
|
|
246730
|
+
name: import("zod").ZodString;
|
|
246601
246731
|
id: import("zod").ZodString;
|
|
246732
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
246733
|
+
email: import("zod").ZodString;
|
|
246602
246734
|
createdAt: import("zod").ZodDate;
|
|
246603
246735
|
updatedAt: import("zod").ZodDate;
|
|
246604
246736
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
246605
|
-
name: import("zod").ZodString;
|
|
246606
|
-
email: import("zod").ZodString;
|
|
246607
246737
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
246608
246738
|
password: import("zod").ZodString;
|
|
246609
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
246610
246739
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
246611
246740
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
246612
246741
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -251966,15 +252095,15 @@ export declare const feedPostContract: {
|
|
|
251966
252095
|
fileUrl: string | null;
|
|
251967
252096
|
}>;
|
|
251968
252097
|
actor: import("zod").ZodObject<{
|
|
252098
|
+
name: import("zod").ZodString;
|
|
251969
252099
|
id: import("zod").ZodString;
|
|
252100
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252101
|
+
email: import("zod").ZodString;
|
|
251970
252102
|
createdAt: import("zod").ZodDate;
|
|
251971
252103
|
updatedAt: import("zod").ZodDate;
|
|
251972
252104
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
251973
|
-
name: import("zod").ZodString;
|
|
251974
|
-
email: import("zod").ZodString;
|
|
251975
252105
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
251976
252106
|
password: import("zod").ZodString;
|
|
251977
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
251978
252107
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
251979
252108
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
251980
252109
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -252170,15 +252299,15 @@ export declare const feedPostContract: {
|
|
|
252170
252299
|
};
|
|
252171
252300
|
}>;
|
|
252172
252301
|
assignee: import("zod").ZodObject<{
|
|
252302
|
+
name: import("zod").ZodString;
|
|
252173
252303
|
id: import("zod").ZodString;
|
|
252304
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252305
|
+
email: import("zod").ZodString;
|
|
252174
252306
|
createdAt: import("zod").ZodDate;
|
|
252175
252307
|
updatedAt: import("zod").ZodDate;
|
|
252176
252308
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252177
|
-
name: import("zod").ZodString;
|
|
252178
|
-
email: import("zod").ZodString;
|
|
252179
252309
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252180
252310
|
password: import("zod").ZodString;
|
|
252181
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252182
252311
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252183
252312
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
252184
252313
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -252374,15 +252503,15 @@ export declare const feedPostContract: {
|
|
|
252374
252503
|
};
|
|
252375
252504
|
}>;
|
|
252376
252505
|
sender: import("zod").ZodObject<{
|
|
252506
|
+
name: import("zod").ZodString;
|
|
252377
252507
|
id: import("zod").ZodString;
|
|
252508
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252509
|
+
email: import("zod").ZodString;
|
|
252378
252510
|
createdAt: import("zod").ZodDate;
|
|
252379
252511
|
updatedAt: import("zod").ZodDate;
|
|
252380
252512
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252381
|
-
name: import("zod").ZodString;
|
|
252382
|
-
email: import("zod").ZodString;
|
|
252383
252513
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252384
252514
|
password: import("zod").ZodString;
|
|
252385
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252386
252515
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252387
252516
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
252388
252517
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -257703,15 +257832,15 @@ export declare const feedPostContract: {
|
|
|
257703
257832
|
fileUrl: string | null;
|
|
257704
257833
|
}>;
|
|
257705
257834
|
actor: import("zod").ZodObject<{
|
|
257835
|
+
name: import("zod").ZodString;
|
|
257706
257836
|
id: import("zod").ZodString;
|
|
257837
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257838
|
+
email: import("zod").ZodString;
|
|
257707
257839
|
createdAt: import("zod").ZodDate;
|
|
257708
257840
|
updatedAt: import("zod").ZodDate;
|
|
257709
257841
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257710
|
-
name: import("zod").ZodString;
|
|
257711
|
-
email: import("zod").ZodString;
|
|
257712
257842
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257713
257843
|
password: import("zod").ZodString;
|
|
257714
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257715
257844
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257716
257845
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
257717
257846
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -257907,15 +258036,15 @@ export declare const feedPostContract: {
|
|
|
257907
258036
|
};
|
|
257908
258037
|
}>;
|
|
257909
258038
|
assignee: import("zod").ZodObject<{
|
|
258039
|
+
name: import("zod").ZodString;
|
|
257910
258040
|
id: import("zod").ZodString;
|
|
258041
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258042
|
+
email: import("zod").ZodString;
|
|
257911
258043
|
createdAt: import("zod").ZodDate;
|
|
257912
258044
|
updatedAt: import("zod").ZodDate;
|
|
257913
258045
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257914
|
-
name: import("zod").ZodString;
|
|
257915
|
-
email: import("zod").ZodString;
|
|
257916
258046
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257917
258047
|
password: import("zod").ZodString;
|
|
257918
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257919
258048
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257920
258049
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
257921
258050
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -258111,15 +258240,15 @@ export declare const feedPostContract: {
|
|
|
258111
258240
|
};
|
|
258112
258241
|
}>;
|
|
258113
258242
|
sender: import("zod").ZodObject<{
|
|
258243
|
+
name: import("zod").ZodString;
|
|
258114
258244
|
id: import("zod").ZodString;
|
|
258245
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258246
|
+
email: import("zod").ZodString;
|
|
258115
258247
|
createdAt: import("zod").ZodDate;
|
|
258116
258248
|
updatedAt: import("zod").ZodDate;
|
|
258117
258249
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
258118
|
-
name: import("zod").ZodString;
|
|
258119
|
-
email: import("zod").ZodString;
|
|
258120
258250
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
258121
258251
|
password: import("zod").ZodString;
|
|
258122
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258123
258252
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258124
258253
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
258125
258254
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -268397,15 +268526,15 @@ export declare const telephonyContract: {
|
|
|
268397
268526
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
268398
268527
|
id: import("zod").ZodString;
|
|
268399
268528
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
268529
|
+
name: import("zod").ZodString;
|
|
268400
268530
|
id: import("zod").ZodString;
|
|
268531
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268532
|
+
email: import("zod").ZodString;
|
|
268401
268533
|
createdAt: import("zod").ZodDate;
|
|
268402
268534
|
updatedAt: import("zod").ZodDate;
|
|
268403
268535
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268404
|
-
name: import("zod").ZodString;
|
|
268405
|
-
email: import("zod").ZodString;
|
|
268406
268536
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268407
268537
|
password: import("zod").ZodString;
|
|
268408
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268409
268538
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268410
268539
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
268411
268540
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -268602,15 +268731,15 @@ export declare const telephonyContract: {
|
|
|
268602
268731
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
268603
268732
|
id: import("zod").ZodString;
|
|
268604
268733
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
268734
|
+
name: import("zod").ZodString;
|
|
268605
268735
|
id: import("zod").ZodString;
|
|
268736
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268737
|
+
email: import("zod").ZodString;
|
|
268606
268738
|
createdAt: import("zod").ZodDate;
|
|
268607
268739
|
updatedAt: import("zod").ZodDate;
|
|
268608
268740
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268609
|
-
name: import("zod").ZodString;
|
|
268610
|
-
email: import("zod").ZodString;
|
|
268611
268741
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268612
268742
|
password: import("zod").ZodString;
|
|
268613
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268614
268743
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268615
268744
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
268616
268745
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -268926,15 +269055,15 @@ export declare const telephonyContract: {
|
|
|
268926
269055
|
extensionName: import("zod").ZodString;
|
|
268927
269056
|
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268928
269057
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
269058
|
+
name: import("zod").ZodString;
|
|
268929
269059
|
id: import("zod").ZodString;
|
|
269060
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
269061
|
+
email: import("zod").ZodString;
|
|
268930
269062
|
createdAt: import("zod").ZodDate;
|
|
268931
269063
|
updatedAt: import("zod").ZodDate;
|
|
268932
269064
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268933
|
-
name: import("zod").ZodString;
|
|
268934
|
-
email: import("zod").ZodString;
|
|
268935
269065
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268936
269066
|
password: import("zod").ZodString;
|
|
268937
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268938
269067
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268939
269068
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
268940
269069
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -271276,15 +271405,15 @@ export declare const telephonyContract: {
|
|
|
271276
271405
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
271277
271406
|
id: import("zod").ZodString;
|
|
271278
271407
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
271408
|
+
name: import("zod").ZodString;
|
|
271279
271409
|
id: import("zod").ZodString;
|
|
271410
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271411
|
+
email: import("zod").ZodString;
|
|
271280
271412
|
createdAt: import("zod").ZodDate;
|
|
271281
271413
|
updatedAt: import("zod").ZodDate;
|
|
271282
271414
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271283
|
-
name: import("zod").ZodString;
|
|
271284
|
-
email: import("zod").ZodString;
|
|
271285
271415
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271286
271416
|
password: import("zod").ZodString;
|
|
271287
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271288
271417
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271289
271418
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
271290
271419
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -271481,15 +271610,15 @@ export declare const telephonyContract: {
|
|
|
271481
271610
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
271482
271611
|
id: import("zod").ZodString;
|
|
271483
271612
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
271613
|
+
name: import("zod").ZodString;
|
|
271484
271614
|
id: import("zod").ZodString;
|
|
271615
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271616
|
+
email: import("zod").ZodString;
|
|
271485
271617
|
createdAt: import("zod").ZodDate;
|
|
271486
271618
|
updatedAt: import("zod").ZodDate;
|
|
271487
271619
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271488
|
-
name: import("zod").ZodString;
|
|
271489
|
-
email: import("zod").ZodString;
|
|
271490
271620
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271491
271621
|
password: import("zod").ZodString;
|
|
271492
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271493
271622
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271494
271623
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
271495
271624
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -271805,15 +271934,15 @@ export declare const telephonyContract: {
|
|
|
271805
271934
|
extensionName: import("zod").ZodString;
|
|
271806
271935
|
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271807
271936
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
271937
|
+
name: import("zod").ZodString;
|
|
271808
271938
|
id: import("zod").ZodString;
|
|
271939
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271940
|
+
email: import("zod").ZodString;
|
|
271809
271941
|
createdAt: import("zod").ZodDate;
|
|
271810
271942
|
updatedAt: import("zod").ZodDate;
|
|
271811
271943
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271812
|
-
name: import("zod").ZodString;
|
|
271813
|
-
email: import("zod").ZodString;
|
|
271814
271944
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271815
271945
|
password: import("zod").ZodString;
|
|
271816
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271817
271946
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271818
271947
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
271819
271948
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -274158,15 +274287,15 @@ export declare const telephonyContract: {
|
|
|
274158
274287
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
274159
274288
|
id: import("zod").ZodString;
|
|
274160
274289
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
274290
|
+
name: import("zod").ZodString;
|
|
274161
274291
|
id: import("zod").ZodString;
|
|
274292
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274293
|
+
email: import("zod").ZodString;
|
|
274162
274294
|
createdAt: import("zod").ZodDate;
|
|
274163
274295
|
updatedAt: import("zod").ZodDate;
|
|
274164
274296
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274165
|
-
name: import("zod").ZodString;
|
|
274166
|
-
email: import("zod").ZodString;
|
|
274167
274297
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274168
274298
|
password: import("zod").ZodString;
|
|
274169
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274170
274299
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274171
274300
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
274172
274301
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -274363,15 +274492,15 @@ export declare const telephonyContract: {
|
|
|
274363
274492
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
274364
274493
|
id: import("zod").ZodString;
|
|
274365
274494
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
274495
|
+
name: import("zod").ZodString;
|
|
274366
274496
|
id: import("zod").ZodString;
|
|
274497
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274498
|
+
email: import("zod").ZodString;
|
|
274367
274499
|
createdAt: import("zod").ZodDate;
|
|
274368
274500
|
updatedAt: import("zod").ZodDate;
|
|
274369
274501
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274370
|
-
name: import("zod").ZodString;
|
|
274371
|
-
email: import("zod").ZodString;
|
|
274372
274502
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274373
274503
|
password: import("zod").ZodString;
|
|
274374
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274375
274504
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274376
274505
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
274377
274506
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -274687,15 +274816,15 @@ export declare const telephonyContract: {
|
|
|
274687
274816
|
extensionName: import("zod").ZodString;
|
|
274688
274817
|
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274689
274818
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
274819
|
+
name: import("zod").ZodString;
|
|
274690
274820
|
id: import("zod").ZodString;
|
|
274821
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274822
|
+
email: import("zod").ZodString;
|
|
274691
274823
|
createdAt: import("zod").ZodDate;
|
|
274692
274824
|
updatedAt: import("zod").ZodDate;
|
|
274693
274825
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274694
|
-
name: import("zod").ZodString;
|
|
274695
|
-
email: import("zod").ZodString;
|
|
274696
274826
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274697
274827
|
password: import("zod").ZodString;
|
|
274698
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274699
274828
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274700
274829
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
274701
274830
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -276576,15 +276705,15 @@ export declare const telephonyContract: {
|
|
|
276576
276705
|
updatedAt: import("zod").ZodDate;
|
|
276577
276706
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
276578
276707
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<Omit<{
|
|
276708
|
+
name: import("zod").ZodString;
|
|
276579
276709
|
id: import("zod").ZodString;
|
|
276710
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
276711
|
+
email: import("zod").ZodString;
|
|
276580
276712
|
createdAt: import("zod").ZodDate;
|
|
276581
276713
|
updatedAt: import("zod").ZodDate;
|
|
276582
276714
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
276583
|
-
name: import("zod").ZodString;
|
|
276584
|
-
email: import("zod").ZodString;
|
|
276585
276715
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
276586
276716
|
password: import("zod").ZodString;
|
|
276587
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
276588
276717
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
276589
276718
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
276590
276719
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -277334,15 +277463,15 @@ export declare const notificationContract: {
|
|
|
277334
277463
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
277335
277464
|
actorId: import("zod").ZodString;
|
|
277336
277465
|
actor: import("zod").ZodObject<{
|
|
277466
|
+
name: import("zod").ZodString;
|
|
277337
277467
|
id: import("zod").ZodString;
|
|
277468
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
277469
|
+
email: import("zod").ZodString;
|
|
277338
277470
|
createdAt: import("zod").ZodDate;
|
|
277339
277471
|
updatedAt: import("zod").ZodDate;
|
|
277340
277472
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
277341
|
-
name: import("zod").ZodString;
|
|
277342
|
-
email: import("zod").ZodString;
|
|
277343
277473
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
277344
277474
|
password: import("zod").ZodString;
|
|
277345
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
277346
277475
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
277347
277476
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
277348
277477
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -278348,15 +278477,15 @@ export declare const notificationContract: {
|
|
|
278348
278477
|
201: import("zod").ZodObject<{
|
|
278349
278478
|
requestId: import("zod").ZodString;
|
|
278350
278479
|
data: import("zod").ZodObject<{
|
|
278480
|
+
name: import("zod").ZodString;
|
|
278351
278481
|
id: import("zod").ZodString;
|
|
278482
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278483
|
+
email: import("zod").ZodString;
|
|
278352
278484
|
createdAt: import("zod").ZodDate;
|
|
278353
278485
|
updatedAt: import("zod").ZodDate;
|
|
278354
278486
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278355
|
-
name: import("zod").ZodString;
|
|
278356
|
-
email: import("zod").ZodString;
|
|
278357
278487
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278358
278488
|
password: import("zod").ZodString;
|
|
278359
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278360
278489
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278361
278490
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
278362
278491
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -278738,15 +278867,15 @@ export declare const notificationContract: {
|
|
|
278738
278867
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278739
278868
|
actorId: import("zod").ZodString;
|
|
278740
278869
|
actor: import("zod").ZodObject<{
|
|
278870
|
+
name: import("zod").ZodString;
|
|
278741
278871
|
id: import("zod").ZodString;
|
|
278872
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278873
|
+
email: import("zod").ZodString;
|
|
278742
278874
|
createdAt: import("zod").ZodDate;
|
|
278743
278875
|
updatedAt: import("zod").ZodDate;
|
|
278744
278876
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278745
|
-
name: import("zod").ZodString;
|
|
278746
|
-
email: import("zod").ZodString;
|
|
278747
278877
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278748
278878
|
password: import("zod").ZodString;
|
|
278749
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278750
278879
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278751
278880
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
278752
278881
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -294053,15 +294182,15 @@ export declare const workflowContract: {
|
|
|
294053
294182
|
fileUrl: string | null;
|
|
294054
294183
|
}>;
|
|
294055
294184
|
actor: import("zod").ZodObject<{
|
|
294185
|
+
name: import("zod").ZodString;
|
|
294056
294186
|
id: import("zod").ZodString;
|
|
294187
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294188
|
+
email: import("zod").ZodString;
|
|
294057
294189
|
createdAt: import("zod").ZodDate;
|
|
294058
294190
|
updatedAt: import("zod").ZodDate;
|
|
294059
294191
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294060
|
-
name: import("zod").ZodString;
|
|
294061
|
-
email: import("zod").ZodString;
|
|
294062
294192
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294063
294193
|
password: import("zod").ZodString;
|
|
294064
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294065
294194
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294066
294195
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
294067
294196
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -294257,15 +294386,15 @@ export declare const workflowContract: {
|
|
|
294257
294386
|
};
|
|
294258
294387
|
}>;
|
|
294259
294388
|
assignee: import("zod").ZodObject<{
|
|
294389
|
+
name: import("zod").ZodString;
|
|
294260
294390
|
id: import("zod").ZodString;
|
|
294391
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294392
|
+
email: import("zod").ZodString;
|
|
294261
294393
|
createdAt: import("zod").ZodDate;
|
|
294262
294394
|
updatedAt: import("zod").ZodDate;
|
|
294263
294395
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294264
|
-
name: import("zod").ZodString;
|
|
294265
|
-
email: import("zod").ZodString;
|
|
294266
294396
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294267
294397
|
password: import("zod").ZodString;
|
|
294268
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294269
294398
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294270
294399
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
294271
294400
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -294461,15 +294590,15 @@ export declare const workflowContract: {
|
|
|
294461
294590
|
};
|
|
294462
294591
|
}>;
|
|
294463
294592
|
sender: import("zod").ZodObject<{
|
|
294593
|
+
name: import("zod").ZodString;
|
|
294464
294594
|
id: import("zod").ZodString;
|
|
294595
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294596
|
+
email: import("zod").ZodString;
|
|
294465
294597
|
createdAt: import("zod").ZodDate;
|
|
294466
294598
|
updatedAt: import("zod").ZodDate;
|
|
294467
294599
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294468
|
-
name: import("zod").ZodString;
|
|
294469
|
-
email: import("zod").ZodString;
|
|
294470
294600
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294471
294601
|
password: import("zod").ZodString;
|
|
294472
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294473
294602
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294474
294603
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
294475
294604
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -325198,15 +325327,15 @@ export declare const memberSettingContract: {
|
|
|
325198
325327
|
201: import("zod").ZodObject<{
|
|
325199
325328
|
requestId: import("zod").ZodString;
|
|
325200
325329
|
user: import("zod").ZodObject<{
|
|
325330
|
+
name: import("zod").ZodString;
|
|
325201
325331
|
id: import("zod").ZodString;
|
|
325332
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325333
|
+
email: import("zod").ZodString;
|
|
325202
325334
|
createdAt: import("zod").ZodDate;
|
|
325203
325335
|
updatedAt: import("zod").ZodDate;
|
|
325204
325336
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325205
|
-
name: import("zod").ZodString;
|
|
325206
|
-
email: import("zod").ZodString;
|
|
325207
325337
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325208
325338
|
password: import("zod").ZodString;
|
|
325209
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325210
325339
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325211
325340
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
325212
325341
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -325560,6 +325689,135 @@ export declare const memberSettingContract: {
|
|
|
325560
325689
|
'x-client-timezone'?: string | undefined;
|
|
325561
325690
|
}>>>;
|
|
325562
325691
|
};
|
|
325692
|
+
getEssentialUsers: {
|
|
325693
|
+
method: "GET";
|
|
325694
|
+
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
325695
|
+
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
325696
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
325697
|
+
keyword: import("zod").ZodOptional<import("zod").ZodString>;
|
|
325698
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325699
|
+
page?: number | undefined;
|
|
325700
|
+
pageSize?: number | undefined;
|
|
325701
|
+
keyword?: string | undefined;
|
|
325702
|
+
}, {
|
|
325703
|
+
page?: number | undefined;
|
|
325704
|
+
pageSize?: number | undefined;
|
|
325705
|
+
keyword?: string | undefined;
|
|
325706
|
+
}>>;
|
|
325707
|
+
responses: {
|
|
325708
|
+
200: import("zod").ZodObject<{
|
|
325709
|
+
total: import("zod").ZodNumber;
|
|
325710
|
+
page: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
325711
|
+
pageSize: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
325712
|
+
lastPage: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
325713
|
+
data: import("zod").ZodArray<import("zod").ZodType<{
|
|
325714
|
+
name: string;
|
|
325715
|
+
id: string;
|
|
325716
|
+
address: string | null;
|
|
325717
|
+
email: string;
|
|
325718
|
+
createdAt: Date;
|
|
325719
|
+
updatedAt: Date;
|
|
325720
|
+
deletedAt: Date | null;
|
|
325721
|
+
emailVerifiedAt: Date | null;
|
|
325722
|
+
password: string;
|
|
325723
|
+
phone: string | null;
|
|
325724
|
+
notificationCount: number | null;
|
|
325725
|
+
}, import("zod").ZodTypeDef, {
|
|
325726
|
+
name: string;
|
|
325727
|
+
id: string;
|
|
325728
|
+
address: string | null;
|
|
325729
|
+
email: string;
|
|
325730
|
+
createdAt: Date;
|
|
325731
|
+
updatedAt: Date;
|
|
325732
|
+
deletedAt: Date | null;
|
|
325733
|
+
emailVerifiedAt: Date | null;
|
|
325734
|
+
password: string;
|
|
325735
|
+
phone: string | null;
|
|
325736
|
+
notificationCount: number | null;
|
|
325737
|
+
}>, "many">;
|
|
325738
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325739
|
+
data: {
|
|
325740
|
+
name: string;
|
|
325741
|
+
id: string;
|
|
325742
|
+
address: string | null;
|
|
325743
|
+
email: string;
|
|
325744
|
+
createdAt: Date;
|
|
325745
|
+
updatedAt: Date;
|
|
325746
|
+
deletedAt: Date | null;
|
|
325747
|
+
emailVerifiedAt: Date | null;
|
|
325748
|
+
password: string;
|
|
325749
|
+
phone: string | null;
|
|
325750
|
+
notificationCount: number | null;
|
|
325751
|
+
}[];
|
|
325752
|
+
total: number;
|
|
325753
|
+
page: number;
|
|
325754
|
+
pageSize: number;
|
|
325755
|
+
lastPage?: number | null | undefined;
|
|
325756
|
+
}, {
|
|
325757
|
+
data: {
|
|
325758
|
+
name: string;
|
|
325759
|
+
id: string;
|
|
325760
|
+
address: string | null;
|
|
325761
|
+
email: string;
|
|
325762
|
+
createdAt: Date;
|
|
325763
|
+
updatedAt: Date;
|
|
325764
|
+
deletedAt: Date | null;
|
|
325765
|
+
emailVerifiedAt: Date | null;
|
|
325766
|
+
password: string;
|
|
325767
|
+
phone: string | null;
|
|
325768
|
+
notificationCount: number | null;
|
|
325769
|
+
}[];
|
|
325770
|
+
total: number;
|
|
325771
|
+
page?: number | undefined;
|
|
325772
|
+
pageSize?: number | undefined;
|
|
325773
|
+
lastPage?: number | null | undefined;
|
|
325774
|
+
}>;
|
|
325775
|
+
400: import("zod").ZodObject<{
|
|
325776
|
+
message: import("zod").ZodString;
|
|
325777
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325778
|
+
message: string;
|
|
325779
|
+
}, {
|
|
325780
|
+
message: string;
|
|
325781
|
+
}>;
|
|
325782
|
+
401: import("zod").ZodObject<{
|
|
325783
|
+
message: import("zod").ZodString;
|
|
325784
|
+
error: import("zod").ZodAny;
|
|
325785
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325786
|
+
message: string;
|
|
325787
|
+
error?: any;
|
|
325788
|
+
}, {
|
|
325789
|
+
message: string;
|
|
325790
|
+
error?: any;
|
|
325791
|
+
}>;
|
|
325792
|
+
500: import("zod").ZodObject<{
|
|
325793
|
+
message: import("zod").ZodString;
|
|
325794
|
+
error: import("zod").ZodAny;
|
|
325795
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325796
|
+
message: string;
|
|
325797
|
+
error?: any;
|
|
325798
|
+
}, {
|
|
325799
|
+
message: string;
|
|
325800
|
+
error?: any;
|
|
325801
|
+
}>;
|
|
325802
|
+
};
|
|
325803
|
+
path: "ms/settings/ms/user/essential";
|
|
325804
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
325805
|
+
'x-tenant': import("zod").ZodString;
|
|
325806
|
+
'x-service-token': import("zod").ZodString;
|
|
325807
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
|
325808
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
|
325809
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325810
|
+
'x-tenant': string;
|
|
325811
|
+
'x-service-token': string;
|
|
325812
|
+
'x-client-timezone': string;
|
|
325813
|
+
'x-code'?: string | undefined;
|
|
325814
|
+
}, {
|
|
325815
|
+
'x-tenant': string;
|
|
325816
|
+
'x-service-token': string;
|
|
325817
|
+
'x-code'?: string | undefined;
|
|
325818
|
+
'x-client-timezone'?: string | undefined;
|
|
325819
|
+
}>>>;
|
|
325820
|
+
};
|
|
325563
325821
|
getUsers: {
|
|
325564
325822
|
summary: "Get all users";
|
|
325565
325823
|
method: "GET";
|
|
@@ -325832,15 +326090,15 @@ export declare const memberSettingContract: {
|
|
|
325832
326090
|
}>;
|
|
325833
326091
|
responses: {
|
|
325834
326092
|
200: import("zod").ZodObject<{
|
|
326093
|
+
name: import("zod").ZodString;
|
|
325835
326094
|
id: import("zod").ZodString;
|
|
326095
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326096
|
+
email: import("zod").ZodString;
|
|
325836
326097
|
createdAt: import("zod").ZodDate;
|
|
325837
326098
|
updatedAt: import("zod").ZodDate;
|
|
325838
326099
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325839
|
-
name: import("zod").ZodString;
|
|
325840
|
-
email: import("zod").ZodString;
|
|
325841
326100
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325842
326101
|
password: import("zod").ZodString;
|
|
325843
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325844
326102
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325845
326103
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
325846
326104
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -326113,15 +326371,15 @@ export declare const memberSettingContract: {
|
|
|
326113
326371
|
201: import("zod").ZodObject<{
|
|
326114
326372
|
requestId: import("zod").ZodString;
|
|
326115
326373
|
user: import("zod").ZodObject<{
|
|
326374
|
+
name: import("zod").ZodString;
|
|
326116
326375
|
id: import("zod").ZodString;
|
|
326376
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326377
|
+
email: import("zod").ZodString;
|
|
326117
326378
|
createdAt: import("zod").ZodDate;
|
|
326118
326379
|
updatedAt: import("zod").ZodDate;
|
|
326119
326380
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326120
|
-
name: import("zod").ZodString;
|
|
326121
|
-
email: import("zod").ZodString;
|
|
326122
326381
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326123
326382
|
password: import("zod").ZodString;
|
|
326124
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326125
326383
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326126
326384
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
326127
326385
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -326496,15 +326754,15 @@ export declare const memberSettingContract: {
|
|
|
326496
326754
|
201: import("zod").ZodObject<{
|
|
326497
326755
|
requestId: import("zod").ZodString;
|
|
326498
326756
|
user: import("zod").ZodObject<{
|
|
326757
|
+
name: import("zod").ZodString;
|
|
326499
326758
|
id: import("zod").ZodString;
|
|
326759
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326760
|
+
email: import("zod").ZodString;
|
|
326500
326761
|
createdAt: import("zod").ZodDate;
|
|
326501
326762
|
updatedAt: import("zod").ZodDate;
|
|
326502
326763
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326503
|
-
name: import("zod").ZodString;
|
|
326504
|
-
email: import("zod").ZodString;
|
|
326505
326764
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326506
326765
|
password: import("zod").ZodString;
|
|
326507
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326508
326766
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326509
326767
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
326510
326768
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|