@kl1/contracts 1.2.83-uat → 1.2.85-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 +648 -344
- 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/dashboard/index.d.ts +56 -9
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/validation.d.ts +13 -0
- package/dist/api-contracts/src/dashboard/validation.d.ts.map +1 -1
- 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 +49 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +49 -6
- 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<{
|
|
@@ -25914,20 +25914,17 @@ export declare const apiContract: {
|
|
|
25914
25914
|
summary: "Get message platform data";
|
|
25915
25915
|
method: "GET";
|
|
25916
25916
|
query: import("zod").ZodObject<{
|
|
25917
|
-
selectedDate: import("zod").ZodString;
|
|
25918
25917
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
25918
|
+
selectedDate: import("zod").ZodString;
|
|
25919
25919
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25920
|
-
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25921
25920
|
}, "strip", import("zod").ZodTypeAny, {
|
|
25922
25921
|
selectedDate: string;
|
|
25923
25922
|
automationQueueId?: string | undefined;
|
|
25924
25923
|
channelIds?: string[] | undefined;
|
|
25925
|
-
agentIds?: string[] | undefined;
|
|
25926
25924
|
}, {
|
|
25927
25925
|
selectedDate: string;
|
|
25928
25926
|
automationQueueId?: string | undefined;
|
|
25929
25927
|
channelIds?: string[] | undefined;
|
|
25930
|
-
agentIds?: string[] | undefined;
|
|
25931
25928
|
}>;
|
|
25932
25929
|
responses: {
|
|
25933
25930
|
200: import("zod").ZodObject<{
|
|
@@ -25984,6 +25981,32 @@ export declare const apiContract: {
|
|
|
25984
25981
|
'x-client-timezone'?: string | undefined;
|
|
25985
25982
|
}>>>;
|
|
25986
25983
|
};
|
|
25984
|
+
exportRoomChannelCounts: {
|
|
25985
|
+
method: "GET";
|
|
25986
|
+
query: import("zod").ZodObject<{
|
|
25987
|
+
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
25988
|
+
selectedDate: import("zod").ZodString;
|
|
25989
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
25990
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
25991
|
+
selectedDate: string;
|
|
25992
|
+
automationQueueId?: string | undefined;
|
|
25993
|
+
channelIds?: string[] | undefined;
|
|
25994
|
+
}, {
|
|
25995
|
+
selectedDate: string;
|
|
25996
|
+
automationQueueId?: string | undefined;
|
|
25997
|
+
channelIds?: string[] | undefined;
|
|
25998
|
+
}>;
|
|
25999
|
+
responses: {
|
|
26000
|
+
200: import("zod").ZodObject<{
|
|
26001
|
+
requestId: import("zod").ZodString;
|
|
26002
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
26003
|
+
requestId: string;
|
|
26004
|
+
}, {
|
|
26005
|
+
requestId: string;
|
|
26006
|
+
}>;
|
|
26007
|
+
};
|
|
26008
|
+
path: "ms/dashboard/export-room-channel-counts";
|
|
26009
|
+
};
|
|
25987
26010
|
getMessageRoomStatusDispositionData: {
|
|
25988
26011
|
summary: "Get message room status disposition data";
|
|
25989
26012
|
method: "GET";
|
|
@@ -26138,20 +26161,17 @@ export declare const apiContract: {
|
|
|
26138
26161
|
summary: "Get total incoming message data";
|
|
26139
26162
|
method: "GET";
|
|
26140
26163
|
query: import("zod").ZodObject<{
|
|
26141
|
-
selectedDate: import("zod").ZodString;
|
|
26142
26164
|
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26165
|
+
selectedDate: import("zod").ZodString;
|
|
26143
26166
|
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26144
|
-
agentIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26145
26167
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26146
26168
|
selectedDate: string;
|
|
26147
26169
|
automationQueueId?: string | undefined;
|
|
26148
26170
|
channelIds?: string[] | undefined;
|
|
26149
|
-
agentIds?: string[] | undefined;
|
|
26150
26171
|
}, {
|
|
26151
26172
|
selectedDate: string;
|
|
26152
26173
|
automationQueueId?: string | undefined;
|
|
26153
26174
|
channelIds?: string[] | undefined;
|
|
26154
|
-
agentIds?: string[] | undefined;
|
|
26155
26175
|
}>;
|
|
26156
26176
|
responses: {
|
|
26157
26177
|
200: import("zod").ZodObject<{
|
|
@@ -26208,6 +26228,32 @@ export declare const apiContract: {
|
|
|
26208
26228
|
'x-client-timezone'?: string | undefined;
|
|
26209
26229
|
}>>>;
|
|
26210
26230
|
};
|
|
26231
|
+
exportIncomingMessageCounts: {
|
|
26232
|
+
method: "GET";
|
|
26233
|
+
query: import("zod").ZodObject<{
|
|
26234
|
+
automationQueueId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
26235
|
+
selectedDate: import("zod").ZodString;
|
|
26236
|
+
channelIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
26237
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
26238
|
+
selectedDate: string;
|
|
26239
|
+
automationQueueId?: string | undefined;
|
|
26240
|
+
channelIds?: string[] | undefined;
|
|
26241
|
+
}, {
|
|
26242
|
+
selectedDate: string;
|
|
26243
|
+
automationQueueId?: string | undefined;
|
|
26244
|
+
channelIds?: string[] | undefined;
|
|
26245
|
+
}>;
|
|
26246
|
+
responses: {
|
|
26247
|
+
200: import("zod").ZodObject<{
|
|
26248
|
+
requestId: import("zod").ZodString;
|
|
26249
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
26250
|
+
requestId: string;
|
|
26251
|
+
}, {
|
|
26252
|
+
requestId: string;
|
|
26253
|
+
}>;
|
|
26254
|
+
};
|
|
26255
|
+
path: "ms/dashboard/export-incoming-message-counts";
|
|
26256
|
+
};
|
|
26211
26257
|
getCallCounts: {
|
|
26212
26258
|
method: "GET";
|
|
26213
26259
|
query: import("zod").ZodObject<{
|
|
@@ -27698,15 +27744,15 @@ export declare const apiContract: {
|
|
|
27698
27744
|
201: import("zod").ZodObject<{
|
|
27699
27745
|
requestId: import("zod").ZodString;
|
|
27700
27746
|
user: import("zod").ZodObject<{
|
|
27747
|
+
name: import("zod").ZodString;
|
|
27701
27748
|
id: import("zod").ZodString;
|
|
27749
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
27750
|
+
email: import("zod").ZodString;
|
|
27702
27751
|
createdAt: import("zod").ZodDate;
|
|
27703
27752
|
updatedAt: import("zod").ZodDate;
|
|
27704
27753
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
27705
|
-
name: import("zod").ZodString;
|
|
27706
|
-
email: import("zod").ZodString;
|
|
27707
27754
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
27708
27755
|
password: import("zod").ZodString;
|
|
27709
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
27710
27756
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
27711
27757
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
27712
27758
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -28060,6 +28106,135 @@ export declare const apiContract: {
|
|
|
28060
28106
|
'x-client-timezone'?: string | undefined;
|
|
28061
28107
|
}>>>;
|
|
28062
28108
|
};
|
|
28109
|
+
getEssentialUsers: {
|
|
28110
|
+
method: "GET";
|
|
28111
|
+
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
28112
|
+
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
28113
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
28114
|
+
keyword: import("zod").ZodOptional<import("zod").ZodString>;
|
|
28115
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28116
|
+
page?: number | undefined;
|
|
28117
|
+
pageSize?: number | undefined;
|
|
28118
|
+
keyword?: string | undefined;
|
|
28119
|
+
}, {
|
|
28120
|
+
page?: number | undefined;
|
|
28121
|
+
pageSize?: number | undefined;
|
|
28122
|
+
keyword?: string | undefined;
|
|
28123
|
+
}>>;
|
|
28124
|
+
responses: {
|
|
28125
|
+
200: import("zod").ZodObject<{
|
|
28126
|
+
total: import("zod").ZodNumber;
|
|
28127
|
+
page: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
28128
|
+
pageSize: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
28129
|
+
lastPage: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
28130
|
+
data: import("zod").ZodArray<import("zod").ZodType<{
|
|
28131
|
+
name: string;
|
|
28132
|
+
id: string;
|
|
28133
|
+
address: string | null;
|
|
28134
|
+
email: string;
|
|
28135
|
+
createdAt: Date;
|
|
28136
|
+
updatedAt: Date;
|
|
28137
|
+
deletedAt: Date | null;
|
|
28138
|
+
emailVerifiedAt: Date | null;
|
|
28139
|
+
password: string;
|
|
28140
|
+
phone: string | null;
|
|
28141
|
+
notificationCount: number | null;
|
|
28142
|
+
}, import("zod").ZodTypeDef, {
|
|
28143
|
+
name: string;
|
|
28144
|
+
id: string;
|
|
28145
|
+
address: string | null;
|
|
28146
|
+
email: string;
|
|
28147
|
+
createdAt: Date;
|
|
28148
|
+
updatedAt: Date;
|
|
28149
|
+
deletedAt: Date | null;
|
|
28150
|
+
emailVerifiedAt: Date | null;
|
|
28151
|
+
password: string;
|
|
28152
|
+
phone: string | null;
|
|
28153
|
+
notificationCount: number | null;
|
|
28154
|
+
}>, "many">;
|
|
28155
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28156
|
+
data: {
|
|
28157
|
+
name: string;
|
|
28158
|
+
id: string;
|
|
28159
|
+
address: string | null;
|
|
28160
|
+
email: string;
|
|
28161
|
+
createdAt: Date;
|
|
28162
|
+
updatedAt: Date;
|
|
28163
|
+
deletedAt: Date | null;
|
|
28164
|
+
emailVerifiedAt: Date | null;
|
|
28165
|
+
password: string;
|
|
28166
|
+
phone: string | null;
|
|
28167
|
+
notificationCount: number | null;
|
|
28168
|
+
}[];
|
|
28169
|
+
total: number;
|
|
28170
|
+
page: number;
|
|
28171
|
+
pageSize: number;
|
|
28172
|
+
lastPage?: number | null | undefined;
|
|
28173
|
+
}, {
|
|
28174
|
+
data: {
|
|
28175
|
+
name: string;
|
|
28176
|
+
id: string;
|
|
28177
|
+
address: string | null;
|
|
28178
|
+
email: string;
|
|
28179
|
+
createdAt: Date;
|
|
28180
|
+
updatedAt: Date;
|
|
28181
|
+
deletedAt: Date | null;
|
|
28182
|
+
emailVerifiedAt: Date | null;
|
|
28183
|
+
password: string;
|
|
28184
|
+
phone: string | null;
|
|
28185
|
+
notificationCount: number | null;
|
|
28186
|
+
}[];
|
|
28187
|
+
total: number;
|
|
28188
|
+
page?: number | undefined;
|
|
28189
|
+
pageSize?: number | undefined;
|
|
28190
|
+
lastPage?: number | null | undefined;
|
|
28191
|
+
}>;
|
|
28192
|
+
400: import("zod").ZodObject<{
|
|
28193
|
+
message: import("zod").ZodString;
|
|
28194
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28195
|
+
message: string;
|
|
28196
|
+
}, {
|
|
28197
|
+
message: string;
|
|
28198
|
+
}>;
|
|
28199
|
+
401: import("zod").ZodObject<{
|
|
28200
|
+
message: import("zod").ZodString;
|
|
28201
|
+
error: import("zod").ZodAny;
|
|
28202
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28203
|
+
message: string;
|
|
28204
|
+
error?: any;
|
|
28205
|
+
}, {
|
|
28206
|
+
message: string;
|
|
28207
|
+
error?: any;
|
|
28208
|
+
}>;
|
|
28209
|
+
500: import("zod").ZodObject<{
|
|
28210
|
+
message: import("zod").ZodString;
|
|
28211
|
+
error: import("zod").ZodAny;
|
|
28212
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28213
|
+
message: string;
|
|
28214
|
+
error?: any;
|
|
28215
|
+
}, {
|
|
28216
|
+
message: string;
|
|
28217
|
+
error?: any;
|
|
28218
|
+
}>;
|
|
28219
|
+
};
|
|
28220
|
+
path: "ms/user/essential";
|
|
28221
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
28222
|
+
'x-tenant': import("zod").ZodString;
|
|
28223
|
+
'x-service-token': import("zod").ZodString;
|
|
28224
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
|
28225
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
|
28226
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
28227
|
+
'x-tenant': string;
|
|
28228
|
+
'x-service-token': string;
|
|
28229
|
+
'x-client-timezone': string;
|
|
28230
|
+
'x-code'?: string | undefined;
|
|
28231
|
+
}, {
|
|
28232
|
+
'x-tenant': string;
|
|
28233
|
+
'x-service-token': string;
|
|
28234
|
+
'x-code'?: string | undefined;
|
|
28235
|
+
'x-client-timezone'?: string | undefined;
|
|
28236
|
+
}>>>;
|
|
28237
|
+
};
|
|
28063
28238
|
getUsers: {
|
|
28064
28239
|
summary: "Get all users";
|
|
28065
28240
|
method: "GET";
|
|
@@ -28332,15 +28507,15 @@ export declare const apiContract: {
|
|
|
28332
28507
|
}>;
|
|
28333
28508
|
responses: {
|
|
28334
28509
|
200: import("zod").ZodObject<{
|
|
28510
|
+
name: import("zod").ZodString;
|
|
28335
28511
|
id: import("zod").ZodString;
|
|
28512
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28513
|
+
email: import("zod").ZodString;
|
|
28336
28514
|
createdAt: import("zod").ZodDate;
|
|
28337
28515
|
updatedAt: import("zod").ZodDate;
|
|
28338
28516
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28339
|
-
name: import("zod").ZodString;
|
|
28340
|
-
email: import("zod").ZodString;
|
|
28341
28517
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28342
28518
|
password: import("zod").ZodString;
|
|
28343
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28344
28519
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28345
28520
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
28346
28521
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -28613,15 +28788,15 @@ export declare const apiContract: {
|
|
|
28613
28788
|
201: import("zod").ZodObject<{
|
|
28614
28789
|
requestId: import("zod").ZodString;
|
|
28615
28790
|
user: import("zod").ZodObject<{
|
|
28791
|
+
name: import("zod").ZodString;
|
|
28616
28792
|
id: import("zod").ZodString;
|
|
28793
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28794
|
+
email: import("zod").ZodString;
|
|
28617
28795
|
createdAt: import("zod").ZodDate;
|
|
28618
28796
|
updatedAt: import("zod").ZodDate;
|
|
28619
28797
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28620
|
-
name: import("zod").ZodString;
|
|
28621
|
-
email: import("zod").ZodString;
|
|
28622
28798
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
28623
28799
|
password: import("zod").ZodString;
|
|
28624
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28625
28800
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
28626
28801
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
28627
28802
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -28996,15 +29171,15 @@ export declare const apiContract: {
|
|
|
28996
29171
|
201: import("zod").ZodObject<{
|
|
28997
29172
|
requestId: import("zod").ZodString;
|
|
28998
29173
|
user: import("zod").ZodObject<{
|
|
29174
|
+
name: import("zod").ZodString;
|
|
28999
29175
|
id: import("zod").ZodString;
|
|
29176
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
29177
|
+
email: import("zod").ZodString;
|
|
29000
29178
|
createdAt: import("zod").ZodDate;
|
|
29001
29179
|
updatedAt: import("zod").ZodDate;
|
|
29002
29180
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
29003
|
-
name: import("zod").ZodString;
|
|
29004
|
-
email: import("zod").ZodString;
|
|
29005
29181
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
29006
29182
|
password: import("zod").ZodString;
|
|
29007
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
29008
29183
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
29009
29184
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
29010
29185
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -34954,15 +35129,15 @@ export declare const apiContract: {
|
|
|
34954
35129
|
updatedAt: import("zod").ZodDate;
|
|
34955
35130
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34956
35131
|
user: import("zod").ZodObject<{
|
|
35132
|
+
name: import("zod").ZodString;
|
|
34957
35133
|
id: import("zod").ZodString;
|
|
35134
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35135
|
+
email: import("zod").ZodString;
|
|
34958
35136
|
createdAt: import("zod").ZodDate;
|
|
34959
35137
|
updatedAt: import("zod").ZodDate;
|
|
34960
35138
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34961
|
-
name: import("zod").ZodString;
|
|
34962
|
-
email: import("zod").ZodString;
|
|
34963
35139
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
34964
35140
|
password: import("zod").ZodString;
|
|
34965
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34966
35141
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
34967
35142
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
34968
35143
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -35385,15 +35560,15 @@ export declare const apiContract: {
|
|
|
35385
35560
|
updatedAt: import("zod").ZodDate;
|
|
35386
35561
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35387
35562
|
user: import("zod").ZodObject<{
|
|
35563
|
+
name: import("zod").ZodString;
|
|
35388
35564
|
id: import("zod").ZodString;
|
|
35565
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35566
|
+
email: import("zod").ZodString;
|
|
35389
35567
|
createdAt: import("zod").ZodDate;
|
|
35390
35568
|
updatedAt: import("zod").ZodDate;
|
|
35391
35569
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35392
|
-
name: import("zod").ZodString;
|
|
35393
|
-
email: import("zod").ZodString;
|
|
35394
35570
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
35395
35571
|
password: import("zod").ZodString;
|
|
35396
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35397
35572
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
35398
35573
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
35399
35574
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -51720,15 +51895,15 @@ export declare const ticketContract: {
|
|
|
51720
51895
|
contactId: import("zod").ZodString;
|
|
51721
51896
|
creatorId: import("zod").ZodString;
|
|
51722
51897
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
51898
|
+
name: import("zod").ZodString;
|
|
51723
51899
|
id: import("zod").ZodString;
|
|
51900
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51901
|
+
email: import("zod").ZodString;
|
|
51724
51902
|
createdAt: import("zod").ZodDate;
|
|
51725
51903
|
updatedAt: import("zod").ZodDate;
|
|
51726
51904
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51727
|
-
name: import("zod").ZodString;
|
|
51728
|
-
email: import("zod").ZodString;
|
|
51729
51905
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51730
51906
|
password: import("zod").ZodString;
|
|
51731
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51732
51907
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51733
51908
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
51734
51909
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -51925,15 +52100,15 @@ export declare const ticketContract: {
|
|
|
51925
52100
|
}>>>;
|
|
51926
52101
|
assigneeId: import("zod").ZodString;
|
|
51927
52102
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
52103
|
+
name: import("zod").ZodString;
|
|
51928
52104
|
id: import("zod").ZodString;
|
|
52105
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
52106
|
+
email: import("zod").ZodString;
|
|
51929
52107
|
createdAt: import("zod").ZodDate;
|
|
51930
52108
|
updatedAt: import("zod").ZodDate;
|
|
51931
52109
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51932
|
-
name: import("zod").ZodString;
|
|
51933
|
-
email: import("zod").ZodString;
|
|
51934
52110
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
51935
52111
|
password: import("zod").ZodString;
|
|
51936
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51937
52112
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
51938
52113
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
51939
52114
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -53220,15 +53395,15 @@ export declare const ticketContract: {
|
|
|
53220
53395
|
updatedAt: import("zod").ZodDate;
|
|
53221
53396
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
53222
53397
|
actor: import("zod").ZodObject<{
|
|
53398
|
+
name: import("zod").ZodString;
|
|
53223
53399
|
id: import("zod").ZodString;
|
|
53400
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
53401
|
+
email: import("zod").ZodString;
|
|
53224
53402
|
createdAt: import("zod").ZodDate;
|
|
53225
53403
|
updatedAt: import("zod").ZodDate;
|
|
53226
53404
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
53227
|
-
name: import("zod").ZodString;
|
|
53228
|
-
email: import("zod").ZodString;
|
|
53229
53405
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
53230
53406
|
password: import("zod").ZodString;
|
|
53231
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
53232
53407
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
53233
53408
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
53234
53409
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -57246,15 +57421,15 @@ export declare const ticketContract: {
|
|
|
57246
57421
|
contactId: import("zod").ZodString;
|
|
57247
57422
|
creatorId: import("zod").ZodString;
|
|
57248
57423
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
57424
|
+
name: import("zod").ZodString;
|
|
57249
57425
|
id: import("zod").ZodString;
|
|
57426
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57427
|
+
email: import("zod").ZodString;
|
|
57250
57428
|
createdAt: import("zod").ZodDate;
|
|
57251
57429
|
updatedAt: import("zod").ZodDate;
|
|
57252
57430
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57253
|
-
name: import("zod").ZodString;
|
|
57254
|
-
email: import("zod").ZodString;
|
|
57255
57431
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57256
57432
|
password: import("zod").ZodString;
|
|
57257
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57258
57433
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57259
57434
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
57260
57435
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -57451,15 +57626,15 @@ export declare const ticketContract: {
|
|
|
57451
57626
|
}>>>;
|
|
57452
57627
|
assigneeId: import("zod").ZodString;
|
|
57453
57628
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
57629
|
+
name: import("zod").ZodString;
|
|
57454
57630
|
id: import("zod").ZodString;
|
|
57631
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57632
|
+
email: import("zod").ZodString;
|
|
57455
57633
|
createdAt: import("zod").ZodDate;
|
|
57456
57634
|
updatedAt: import("zod").ZodDate;
|
|
57457
57635
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57458
|
-
name: import("zod").ZodString;
|
|
57459
|
-
email: import("zod").ZodString;
|
|
57460
57636
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
57461
57637
|
password: import("zod").ZodString;
|
|
57462
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57463
57638
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
57464
57639
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
57465
57640
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -58746,15 +58921,15 @@ export declare const ticketContract: {
|
|
|
58746
58921
|
updatedAt: import("zod").ZodDate;
|
|
58747
58922
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
58748
58923
|
actor: import("zod").ZodObject<{
|
|
58924
|
+
name: import("zod").ZodString;
|
|
58749
58925
|
id: import("zod").ZodString;
|
|
58926
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
58927
|
+
email: import("zod").ZodString;
|
|
58750
58928
|
createdAt: import("zod").ZodDate;
|
|
58751
58929
|
updatedAt: import("zod").ZodDate;
|
|
58752
58930
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
58753
|
-
name: import("zod").ZodString;
|
|
58754
|
-
email: import("zod").ZodString;
|
|
58755
58931
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
58756
58932
|
password: import("zod").ZodString;
|
|
58757
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
58758
58933
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
58759
58934
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
58760
58935
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -62852,15 +63027,15 @@ export declare const ticketContract: {
|
|
|
62852
63027
|
contactId: import("zod").ZodString;
|
|
62853
63028
|
creatorId: import("zod").ZodString;
|
|
62854
63029
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
63030
|
+
name: import("zod").ZodString;
|
|
62855
63031
|
id: import("zod").ZodString;
|
|
63032
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63033
|
+
email: import("zod").ZodString;
|
|
62856
63034
|
createdAt: import("zod").ZodDate;
|
|
62857
63035
|
updatedAt: import("zod").ZodDate;
|
|
62858
63036
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
62859
|
-
name: import("zod").ZodString;
|
|
62860
|
-
email: import("zod").ZodString;
|
|
62861
63037
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
62862
63038
|
password: import("zod").ZodString;
|
|
62863
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
62864
63039
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
62865
63040
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
62866
63041
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -63057,15 +63232,15 @@ export declare const ticketContract: {
|
|
|
63057
63232
|
}>>>;
|
|
63058
63233
|
assigneeId: import("zod").ZodString;
|
|
63059
63234
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
63235
|
+
name: import("zod").ZodString;
|
|
63060
63236
|
id: import("zod").ZodString;
|
|
63237
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63238
|
+
email: import("zod").ZodString;
|
|
63061
63239
|
createdAt: import("zod").ZodDate;
|
|
63062
63240
|
updatedAt: import("zod").ZodDate;
|
|
63063
63241
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
63064
|
-
name: import("zod").ZodString;
|
|
63065
|
-
email: import("zod").ZodString;
|
|
63066
63242
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
63067
63243
|
password: import("zod").ZodString;
|
|
63068
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63069
63244
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
63070
63245
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
63071
63246
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -64352,15 +64527,15 @@ export declare const ticketContract: {
|
|
|
64352
64527
|
updatedAt: import("zod").ZodDate;
|
|
64353
64528
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
64354
64529
|
actor: import("zod").ZodObject<{
|
|
64530
|
+
name: import("zod").ZodString;
|
|
64355
64531
|
id: import("zod").ZodString;
|
|
64532
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64533
|
+
email: import("zod").ZodString;
|
|
64356
64534
|
createdAt: import("zod").ZodDate;
|
|
64357
64535
|
updatedAt: import("zod").ZodDate;
|
|
64358
64536
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
64359
|
-
name: import("zod").ZodString;
|
|
64360
|
-
email: import("zod").ZodString;
|
|
64361
64537
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
64362
64538
|
password: import("zod").ZodString;
|
|
64363
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64364
64539
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
64365
64540
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
64366
64541
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -66917,15 +67092,15 @@ export declare const ticketContract: {
|
|
|
66917
67092
|
contactId: import("zod").ZodString;
|
|
66918
67093
|
creatorId: import("zod").ZodString;
|
|
66919
67094
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
67095
|
+
name: import("zod").ZodString;
|
|
66920
67096
|
id: import("zod").ZodString;
|
|
67097
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67098
|
+
email: import("zod").ZodString;
|
|
66921
67099
|
createdAt: import("zod").ZodDate;
|
|
66922
67100
|
updatedAt: import("zod").ZodDate;
|
|
66923
67101
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
66924
|
-
name: import("zod").ZodString;
|
|
66925
|
-
email: import("zod").ZodString;
|
|
66926
67102
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
66927
67103
|
password: import("zod").ZodString;
|
|
66928
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66929
67104
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
66930
67105
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
66931
67106
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -67122,15 +67297,15 @@ export declare const ticketContract: {
|
|
|
67122
67297
|
}>>>;
|
|
67123
67298
|
assigneeId: import("zod").ZodString;
|
|
67124
67299
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
67300
|
+
name: import("zod").ZodString;
|
|
67125
67301
|
id: import("zod").ZodString;
|
|
67302
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67303
|
+
email: import("zod").ZodString;
|
|
67126
67304
|
createdAt: import("zod").ZodDate;
|
|
67127
67305
|
updatedAt: import("zod").ZodDate;
|
|
67128
67306
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
67129
|
-
name: import("zod").ZodString;
|
|
67130
|
-
email: import("zod").ZodString;
|
|
67131
67307
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
67132
67308
|
password: import("zod").ZodString;
|
|
67133
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67134
67309
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
67135
67310
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
67136
67311
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -68417,15 +68592,15 @@ export declare const ticketContract: {
|
|
|
68417
68592
|
updatedAt: import("zod").ZodDate;
|
|
68418
68593
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
68419
68594
|
actor: import("zod").ZodObject<{
|
|
68595
|
+
name: import("zod").ZodString;
|
|
68420
68596
|
id: import("zod").ZodString;
|
|
68597
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
68598
|
+
email: import("zod").ZodString;
|
|
68421
68599
|
createdAt: import("zod").ZodDate;
|
|
68422
68600
|
updatedAt: import("zod").ZodDate;
|
|
68423
68601
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
68424
|
-
name: import("zod").ZodString;
|
|
68425
|
-
email: import("zod").ZodString;
|
|
68426
68602
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
68427
68603
|
password: import("zod").ZodString;
|
|
68428
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
68429
68604
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
68430
68605
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
68431
68606
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -71931,15 +72106,15 @@ export declare const commentActivityContract: {
|
|
|
71931
72106
|
updatedAt: import("zod").ZodDate;
|
|
71932
72107
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
71933
72108
|
actor: import("zod").ZodObject<{
|
|
72109
|
+
name: import("zod").ZodString;
|
|
71934
72110
|
id: import("zod").ZodString;
|
|
72111
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72112
|
+
email: import("zod").ZodString;
|
|
71935
72113
|
createdAt: import("zod").ZodDate;
|
|
71936
72114
|
updatedAt: import("zod").ZodDate;
|
|
71937
72115
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
71938
|
-
name: import("zod").ZodString;
|
|
71939
|
-
email: import("zod").ZodString;
|
|
71940
72116
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
71941
72117
|
password: import("zod").ZodString;
|
|
71942
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
71943
72118
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
71944
72119
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
71945
72120
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -72293,15 +72468,15 @@ export declare const commentActivityContract: {
|
|
|
72293
72468
|
contactId: import("zod").ZodString;
|
|
72294
72469
|
creatorId: import("zod").ZodString;
|
|
72295
72470
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
72471
|
+
name: import("zod").ZodString;
|
|
72296
72472
|
id: import("zod").ZodString;
|
|
72473
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72474
|
+
email: import("zod").ZodString;
|
|
72297
72475
|
createdAt: import("zod").ZodDate;
|
|
72298
72476
|
updatedAt: import("zod").ZodDate;
|
|
72299
72477
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72300
|
-
name: import("zod").ZodString;
|
|
72301
|
-
email: import("zod").ZodString;
|
|
72302
72478
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72303
72479
|
password: import("zod").ZodString;
|
|
72304
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72305
72480
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72306
72481
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
72307
72482
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -72498,15 +72673,15 @@ export declare const commentActivityContract: {
|
|
|
72498
72673
|
}>>>;
|
|
72499
72674
|
assigneeId: import("zod").ZodString;
|
|
72500
72675
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
72676
|
+
name: import("zod").ZodString;
|
|
72501
72677
|
id: import("zod").ZodString;
|
|
72678
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72679
|
+
email: import("zod").ZodString;
|
|
72502
72680
|
createdAt: import("zod").ZodDate;
|
|
72503
72681
|
updatedAt: import("zod").ZodDate;
|
|
72504
72682
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72505
|
-
name: import("zod").ZodString;
|
|
72506
|
-
email: import("zod").ZodString;
|
|
72507
72683
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
72508
72684
|
password: import("zod").ZodString;
|
|
72509
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72510
72685
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
72511
72686
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
72512
72687
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -73793,15 +73968,15 @@ export declare const commentActivityContract: {
|
|
|
73793
73968
|
updatedAt: import("zod").ZodDate;
|
|
73794
73969
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
73795
73970
|
actor: import("zod").ZodObject<{
|
|
73971
|
+
name: import("zod").ZodString;
|
|
73796
73972
|
id: import("zod").ZodString;
|
|
73973
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73974
|
+
email: import("zod").ZodString;
|
|
73797
73975
|
createdAt: import("zod").ZodDate;
|
|
73798
73976
|
updatedAt: import("zod").ZodDate;
|
|
73799
73977
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
73800
|
-
name: import("zod").ZodString;
|
|
73801
|
-
email: import("zod").ZodString;
|
|
73802
73978
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
73803
73979
|
password: import("zod").ZodString;
|
|
73804
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73805
73980
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
73806
73981
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
73807
73982
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -74823,15 +74998,15 @@ export declare const commentActivityContract: {
|
|
|
74823
74998
|
ticketNumber?: number | undefined;
|
|
74824
74999
|
}>;
|
|
74825
75000
|
agent: import("zod").ZodObject<{
|
|
75001
|
+
name: import("zod").ZodString;
|
|
74826
75002
|
id: import("zod").ZodString;
|
|
75003
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
75004
|
+
email: import("zod").ZodString;
|
|
74827
75005
|
createdAt: import("zod").ZodDate;
|
|
74828
75006
|
updatedAt: import("zod").ZodDate;
|
|
74829
75007
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
74830
|
-
name: import("zod").ZodString;
|
|
74831
|
-
email: import("zod").ZodString;
|
|
74832
75008
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
74833
75009
|
password: import("zod").ZodString;
|
|
74834
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
74835
75010
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
74836
75011
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
74837
75012
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -76917,15 +77092,15 @@ export declare const commentActivityContract: {
|
|
|
76917
77092
|
updatedAt: import("zod").ZodDate;
|
|
76918
77093
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76919
77094
|
actor: import("zod").ZodObject<{
|
|
77095
|
+
name: import("zod").ZodString;
|
|
76920
77096
|
id: import("zod").ZodString;
|
|
77097
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77098
|
+
email: import("zod").ZodString;
|
|
76921
77099
|
createdAt: import("zod").ZodDate;
|
|
76922
77100
|
updatedAt: import("zod").ZodDate;
|
|
76923
77101
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76924
|
-
name: import("zod").ZodString;
|
|
76925
|
-
email: import("zod").ZodString;
|
|
76926
77102
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
76927
77103
|
password: import("zod").ZodString;
|
|
76928
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
76929
77104
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
76930
77105
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
76931
77106
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -77279,15 +77454,15 @@ export declare const commentActivityContract: {
|
|
|
77279
77454
|
contactId: import("zod").ZodString;
|
|
77280
77455
|
creatorId: import("zod").ZodString;
|
|
77281
77456
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
77457
|
+
name: import("zod").ZodString;
|
|
77282
77458
|
id: import("zod").ZodString;
|
|
77459
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77460
|
+
email: import("zod").ZodString;
|
|
77283
77461
|
createdAt: import("zod").ZodDate;
|
|
77284
77462
|
updatedAt: import("zod").ZodDate;
|
|
77285
77463
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77286
|
-
name: import("zod").ZodString;
|
|
77287
|
-
email: import("zod").ZodString;
|
|
77288
77464
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77289
77465
|
password: import("zod").ZodString;
|
|
77290
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77291
77466
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77292
77467
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
77293
77468
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -77484,15 +77659,15 @@ export declare const commentActivityContract: {
|
|
|
77484
77659
|
}>>>;
|
|
77485
77660
|
assigneeId: import("zod").ZodString;
|
|
77486
77661
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
77662
|
+
name: import("zod").ZodString;
|
|
77487
77663
|
id: import("zod").ZodString;
|
|
77664
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77665
|
+
email: import("zod").ZodString;
|
|
77488
77666
|
createdAt: import("zod").ZodDate;
|
|
77489
77667
|
updatedAt: import("zod").ZodDate;
|
|
77490
77668
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77491
|
-
name: import("zod").ZodString;
|
|
77492
|
-
email: import("zod").ZodString;
|
|
77493
77669
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
77494
77670
|
password: import("zod").ZodString;
|
|
77495
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77496
77671
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
77497
77672
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
77498
77673
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -78779,15 +78954,15 @@ export declare const commentActivityContract: {
|
|
|
78779
78954
|
updatedAt: import("zod").ZodDate;
|
|
78780
78955
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
78781
78956
|
actor: import("zod").ZodObject<{
|
|
78957
|
+
name: import("zod").ZodString;
|
|
78782
78958
|
id: import("zod").ZodString;
|
|
78959
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
78960
|
+
email: import("zod").ZodString;
|
|
78783
78961
|
createdAt: import("zod").ZodDate;
|
|
78784
78962
|
updatedAt: import("zod").ZodDate;
|
|
78785
78963
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
78786
|
-
name: import("zod").ZodString;
|
|
78787
|
-
email: import("zod").ZodString;
|
|
78788
78964
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
78789
78965
|
password: import("zod").ZodString;
|
|
78790
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
78791
78966
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
78792
78967
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
78793
78968
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -79809,15 +79984,15 @@ export declare const commentActivityContract: {
|
|
|
79809
79984
|
ticketNumber?: number | undefined;
|
|
79810
79985
|
}>;
|
|
79811
79986
|
agent: import("zod").ZodObject<{
|
|
79987
|
+
name: import("zod").ZodString;
|
|
79812
79988
|
id: import("zod").ZodString;
|
|
79989
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
79990
|
+
email: import("zod").ZodString;
|
|
79813
79991
|
createdAt: import("zod").ZodDate;
|
|
79814
79992
|
updatedAt: import("zod").ZodDate;
|
|
79815
79993
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
79816
|
-
name: import("zod").ZodString;
|
|
79817
|
-
email: import("zod").ZodString;
|
|
79818
79994
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
79819
79995
|
password: import("zod").ZodString;
|
|
79820
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
79821
79996
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
79822
79997
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
79823
79998
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -81002,15 +81177,15 @@ export declare const commentActivityContract: {
|
|
|
81002
81177
|
updatedAt: import("zod").ZodDate;
|
|
81003
81178
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81004
81179
|
actor: import("zod").ZodObject<{
|
|
81180
|
+
name: import("zod").ZodString;
|
|
81005
81181
|
id: import("zod").ZodString;
|
|
81182
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81183
|
+
email: import("zod").ZodString;
|
|
81006
81184
|
createdAt: import("zod").ZodDate;
|
|
81007
81185
|
updatedAt: import("zod").ZodDate;
|
|
81008
81186
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81009
|
-
name: import("zod").ZodString;
|
|
81010
|
-
email: import("zod").ZodString;
|
|
81011
81187
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81012
81188
|
password: import("zod").ZodString;
|
|
81013
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81014
81189
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81015
81190
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
81016
81191
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -81364,15 +81539,15 @@ export declare const commentActivityContract: {
|
|
|
81364
81539
|
contactId: import("zod").ZodString;
|
|
81365
81540
|
creatorId: import("zod").ZodString;
|
|
81366
81541
|
creator: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
81542
|
+
name: import("zod").ZodString;
|
|
81367
81543
|
id: import("zod").ZodString;
|
|
81544
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81545
|
+
email: import("zod").ZodString;
|
|
81368
81546
|
createdAt: import("zod").ZodDate;
|
|
81369
81547
|
updatedAt: import("zod").ZodDate;
|
|
81370
81548
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81371
|
-
name: import("zod").ZodString;
|
|
81372
|
-
email: import("zod").ZodString;
|
|
81373
81549
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81374
81550
|
password: import("zod").ZodString;
|
|
81375
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81376
81551
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81377
81552
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
81378
81553
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -81569,15 +81744,15 @@ export declare const commentActivityContract: {
|
|
|
81569
81744
|
}>>>;
|
|
81570
81745
|
assigneeId: import("zod").ZodString;
|
|
81571
81746
|
assignee: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
81747
|
+
name: import("zod").ZodString;
|
|
81572
81748
|
id: import("zod").ZodString;
|
|
81749
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81750
|
+
email: import("zod").ZodString;
|
|
81573
81751
|
createdAt: import("zod").ZodDate;
|
|
81574
81752
|
updatedAt: import("zod").ZodDate;
|
|
81575
81753
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81576
|
-
name: import("zod").ZodString;
|
|
81577
|
-
email: import("zod").ZodString;
|
|
81578
81754
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
81579
81755
|
password: import("zod").ZodString;
|
|
81580
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81581
81756
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
81582
81757
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
81583
81758
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -82864,15 +83039,15 @@ export declare const commentActivityContract: {
|
|
|
82864
83039
|
updatedAt: import("zod").ZodDate;
|
|
82865
83040
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
82866
83041
|
actor: import("zod").ZodObject<{
|
|
83042
|
+
name: import("zod").ZodString;
|
|
82867
83043
|
id: import("zod").ZodString;
|
|
83044
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
83045
|
+
email: import("zod").ZodString;
|
|
82868
83046
|
createdAt: import("zod").ZodDate;
|
|
82869
83047
|
updatedAt: import("zod").ZodDate;
|
|
82870
83048
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
82871
|
-
name: import("zod").ZodString;
|
|
82872
|
-
email: import("zod").ZodString;
|
|
82873
83049
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
82874
83050
|
password: import("zod").ZodString;
|
|
82875
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
82876
83051
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
82877
83052
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
82878
83053
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -83894,15 +84069,15 @@ export declare const commentActivityContract: {
|
|
|
83894
84069
|
ticketNumber?: number | undefined;
|
|
83895
84070
|
}>;
|
|
83896
84071
|
agent: import("zod").ZodObject<{
|
|
84072
|
+
name: import("zod").ZodString;
|
|
83897
84073
|
id: import("zod").ZodString;
|
|
84074
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
84075
|
+
email: import("zod").ZodString;
|
|
83898
84076
|
createdAt: import("zod").ZodDate;
|
|
83899
84077
|
updatedAt: import("zod").ZodDate;
|
|
83900
84078
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
83901
|
-
name: import("zod").ZodString;
|
|
83902
|
-
email: import("zod").ZodString;
|
|
83903
84079
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
83904
84080
|
password: import("zod").ZodString;
|
|
83905
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
83906
84081
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
83907
84082
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
83908
84083
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -86009,15 +86184,15 @@ export declare const commentActivityContract: {
|
|
|
86009
86184
|
updatedAt: import("zod").ZodDate;
|
|
86010
86185
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
86011
86186
|
actor: import("zod").ZodObject<{
|
|
86187
|
+
name: import("zod").ZodString;
|
|
86012
86188
|
id: import("zod").ZodString;
|
|
86189
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
86190
|
+
email: import("zod").ZodString;
|
|
86013
86191
|
createdAt: import("zod").ZodDate;
|
|
86014
86192
|
updatedAt: import("zod").ZodDate;
|
|
86015
86193
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
86016
|
-
name: import("zod").ZodString;
|
|
86017
|
-
email: import("zod").ZodString;
|
|
86018
86194
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
86019
86195
|
password: import("zod").ZodString;
|
|
86020
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
86021
86196
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
86022
86197
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
86023
86198
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -92649,15 +92824,15 @@ export declare const platformContract: {
|
|
|
92649
92824
|
fileUrl: string | null;
|
|
92650
92825
|
}>;
|
|
92651
92826
|
actor: import("zod").ZodObject<{
|
|
92827
|
+
name: import("zod").ZodString;
|
|
92652
92828
|
id: import("zod").ZodString;
|
|
92829
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92830
|
+
email: import("zod").ZodString;
|
|
92653
92831
|
createdAt: import("zod").ZodDate;
|
|
92654
92832
|
updatedAt: import("zod").ZodDate;
|
|
92655
92833
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92656
|
-
name: import("zod").ZodString;
|
|
92657
|
-
email: import("zod").ZodString;
|
|
92658
92834
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92659
92835
|
password: import("zod").ZodString;
|
|
92660
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92661
92836
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92662
92837
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
92663
92838
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -92853,15 +93028,15 @@ export declare const platformContract: {
|
|
|
92853
93028
|
};
|
|
92854
93029
|
}>;
|
|
92855
93030
|
assignee: import("zod").ZodObject<{
|
|
93031
|
+
name: import("zod").ZodString;
|
|
92856
93032
|
id: import("zod").ZodString;
|
|
93033
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
93034
|
+
email: import("zod").ZodString;
|
|
92857
93035
|
createdAt: import("zod").ZodDate;
|
|
92858
93036
|
updatedAt: import("zod").ZodDate;
|
|
92859
93037
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92860
|
-
name: import("zod").ZodString;
|
|
92861
|
-
email: import("zod").ZodString;
|
|
92862
93038
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
92863
93039
|
password: import("zod").ZodString;
|
|
92864
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92865
93040
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
92866
93041
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
92867
93042
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -93057,15 +93232,15 @@ export declare const platformContract: {
|
|
|
93057
93232
|
};
|
|
93058
93233
|
}>;
|
|
93059
93234
|
sender: import("zod").ZodObject<{
|
|
93235
|
+
name: import("zod").ZodString;
|
|
93060
93236
|
id: import("zod").ZodString;
|
|
93237
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
93238
|
+
email: import("zod").ZodString;
|
|
93061
93239
|
createdAt: import("zod").ZodDate;
|
|
93062
93240
|
updatedAt: import("zod").ZodDate;
|
|
93063
93241
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
93064
|
-
name: import("zod").ZodString;
|
|
93065
|
-
email: import("zod").ZodString;
|
|
93066
93242
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
93067
93243
|
password: import("zod").ZodString;
|
|
93068
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
93069
93244
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
93070
93245
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
93071
93246
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -97339,15 +97514,15 @@ export declare const platformContract: {
|
|
|
97339
97514
|
fileUrl: string | null;
|
|
97340
97515
|
}>;
|
|
97341
97516
|
actor: import("zod").ZodObject<{
|
|
97517
|
+
name: import("zod").ZodString;
|
|
97342
97518
|
id: import("zod").ZodString;
|
|
97519
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97520
|
+
email: import("zod").ZodString;
|
|
97343
97521
|
createdAt: import("zod").ZodDate;
|
|
97344
97522
|
updatedAt: import("zod").ZodDate;
|
|
97345
97523
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97346
|
-
name: import("zod").ZodString;
|
|
97347
|
-
email: import("zod").ZodString;
|
|
97348
97524
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97349
97525
|
password: import("zod").ZodString;
|
|
97350
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97351
97526
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97352
97527
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
97353
97528
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -97543,15 +97718,15 @@ export declare const platformContract: {
|
|
|
97543
97718
|
};
|
|
97544
97719
|
}>;
|
|
97545
97720
|
assignee: import("zod").ZodObject<{
|
|
97721
|
+
name: import("zod").ZodString;
|
|
97546
97722
|
id: import("zod").ZodString;
|
|
97723
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97724
|
+
email: import("zod").ZodString;
|
|
97547
97725
|
createdAt: import("zod").ZodDate;
|
|
97548
97726
|
updatedAt: import("zod").ZodDate;
|
|
97549
97727
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97550
|
-
name: import("zod").ZodString;
|
|
97551
|
-
email: import("zod").ZodString;
|
|
97552
97728
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97553
97729
|
password: import("zod").ZodString;
|
|
97554
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97555
97730
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97556
97731
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
97557
97732
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -97747,15 +97922,15 @@ export declare const platformContract: {
|
|
|
97747
97922
|
};
|
|
97748
97923
|
}>;
|
|
97749
97924
|
sender: import("zod").ZodObject<{
|
|
97925
|
+
name: import("zod").ZodString;
|
|
97750
97926
|
id: import("zod").ZodString;
|
|
97927
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97928
|
+
email: import("zod").ZodString;
|
|
97751
97929
|
createdAt: import("zod").ZodDate;
|
|
97752
97930
|
updatedAt: import("zod").ZodDate;
|
|
97753
97931
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97754
|
-
name: import("zod").ZodString;
|
|
97755
|
-
email: import("zod").ZodString;
|
|
97756
97932
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
97757
97933
|
password: import("zod").ZodString;
|
|
97758
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97759
97934
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
97760
97935
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
97761
97936
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -114588,15 +114763,15 @@ export declare const platformContract: {
|
|
|
114588
114763
|
fileUrl: string | null;
|
|
114589
114764
|
}>;
|
|
114590
114765
|
actor: import("zod").ZodObject<{
|
|
114766
|
+
name: import("zod").ZodString;
|
|
114591
114767
|
id: import("zod").ZodString;
|
|
114768
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114769
|
+
email: import("zod").ZodString;
|
|
114592
114770
|
createdAt: import("zod").ZodDate;
|
|
114593
114771
|
updatedAt: import("zod").ZodDate;
|
|
114594
114772
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114595
|
-
name: import("zod").ZodString;
|
|
114596
|
-
email: import("zod").ZodString;
|
|
114597
114773
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114598
114774
|
password: import("zod").ZodString;
|
|
114599
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114600
114775
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114601
114776
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
114602
114777
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -114792,15 +114967,15 @@ export declare const platformContract: {
|
|
|
114792
114967
|
};
|
|
114793
114968
|
}>;
|
|
114794
114969
|
assignee: import("zod").ZodObject<{
|
|
114970
|
+
name: import("zod").ZodString;
|
|
114795
114971
|
id: import("zod").ZodString;
|
|
114972
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114973
|
+
email: import("zod").ZodString;
|
|
114796
114974
|
createdAt: import("zod").ZodDate;
|
|
114797
114975
|
updatedAt: import("zod").ZodDate;
|
|
114798
114976
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114799
|
-
name: import("zod").ZodString;
|
|
114800
|
-
email: import("zod").ZodString;
|
|
114801
114977
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
114802
114978
|
password: import("zod").ZodString;
|
|
114803
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114804
114979
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
114805
114980
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
114806
114981
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -114996,15 +115171,15 @@ export declare const platformContract: {
|
|
|
114996
115171
|
};
|
|
114997
115172
|
}>;
|
|
114998
115173
|
sender: import("zod").ZodObject<{
|
|
115174
|
+
name: import("zod").ZodString;
|
|
114999
115175
|
id: import("zod").ZodString;
|
|
115176
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
115177
|
+
email: import("zod").ZodString;
|
|
115000
115178
|
createdAt: import("zod").ZodDate;
|
|
115001
115179
|
updatedAt: import("zod").ZodDate;
|
|
115002
115180
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
115003
|
-
name: import("zod").ZodString;
|
|
115004
|
-
email: import("zod").ZodString;
|
|
115005
115181
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
115006
115182
|
password: import("zod").ZodString;
|
|
115007
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
115008
115183
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
115009
115184
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
115010
115185
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -119278,15 +119453,15 @@ export declare const platformContract: {
|
|
|
119278
119453
|
fileUrl: string | null;
|
|
119279
119454
|
}>;
|
|
119280
119455
|
actor: import("zod").ZodObject<{
|
|
119456
|
+
name: import("zod").ZodString;
|
|
119281
119457
|
id: import("zod").ZodString;
|
|
119458
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119459
|
+
email: import("zod").ZodString;
|
|
119282
119460
|
createdAt: import("zod").ZodDate;
|
|
119283
119461
|
updatedAt: import("zod").ZodDate;
|
|
119284
119462
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119285
|
-
name: import("zod").ZodString;
|
|
119286
|
-
email: import("zod").ZodString;
|
|
119287
119463
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119288
119464
|
password: import("zod").ZodString;
|
|
119289
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119290
119465
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119291
119466
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
119292
119467
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -119482,15 +119657,15 @@ export declare const platformContract: {
|
|
|
119482
119657
|
};
|
|
119483
119658
|
}>;
|
|
119484
119659
|
assignee: import("zod").ZodObject<{
|
|
119660
|
+
name: import("zod").ZodString;
|
|
119485
119661
|
id: import("zod").ZodString;
|
|
119662
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119663
|
+
email: import("zod").ZodString;
|
|
119486
119664
|
createdAt: import("zod").ZodDate;
|
|
119487
119665
|
updatedAt: import("zod").ZodDate;
|
|
119488
119666
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119489
|
-
name: import("zod").ZodString;
|
|
119490
|
-
email: import("zod").ZodString;
|
|
119491
119667
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119492
119668
|
password: import("zod").ZodString;
|
|
119493
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119494
119669
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119495
119670
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
119496
119671
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -119686,15 +119861,15 @@ export declare const platformContract: {
|
|
|
119686
119861
|
};
|
|
119687
119862
|
}>;
|
|
119688
119863
|
sender: import("zod").ZodObject<{
|
|
119864
|
+
name: import("zod").ZodString;
|
|
119689
119865
|
id: import("zod").ZodString;
|
|
119866
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119867
|
+
email: import("zod").ZodString;
|
|
119690
119868
|
createdAt: import("zod").ZodDate;
|
|
119691
119869
|
updatedAt: import("zod").ZodDate;
|
|
119692
119870
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119693
|
-
name: import("zod").ZodString;
|
|
119694
|
-
email: import("zod").ZodString;
|
|
119695
119871
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
119696
119872
|
password: import("zod").ZodString;
|
|
119697
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119698
119873
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
119699
119874
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
119700
119875
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -135874,15 +136049,15 @@ export declare const platformTelegramContract: {
|
|
|
135874
136049
|
fileUrl: string | null;
|
|
135875
136050
|
}>;
|
|
135876
136051
|
actor: import("zod").ZodObject<{
|
|
136052
|
+
name: import("zod").ZodString;
|
|
135877
136053
|
id: import("zod").ZodString;
|
|
136054
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136055
|
+
email: import("zod").ZodString;
|
|
135878
136056
|
createdAt: import("zod").ZodDate;
|
|
135879
136057
|
updatedAt: import("zod").ZodDate;
|
|
135880
136058
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
135881
|
-
name: import("zod").ZodString;
|
|
135882
|
-
email: import("zod").ZodString;
|
|
135883
136059
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
135884
136060
|
password: import("zod").ZodString;
|
|
135885
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
135886
136061
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
135887
136062
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
135888
136063
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -136078,15 +136253,15 @@ export declare const platformTelegramContract: {
|
|
|
136078
136253
|
};
|
|
136079
136254
|
}>;
|
|
136080
136255
|
assignee: import("zod").ZodObject<{
|
|
136256
|
+
name: import("zod").ZodString;
|
|
136081
136257
|
id: import("zod").ZodString;
|
|
136258
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136259
|
+
email: import("zod").ZodString;
|
|
136082
136260
|
createdAt: import("zod").ZodDate;
|
|
136083
136261
|
updatedAt: import("zod").ZodDate;
|
|
136084
136262
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136085
|
-
name: import("zod").ZodString;
|
|
136086
|
-
email: import("zod").ZodString;
|
|
136087
136263
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136088
136264
|
password: import("zod").ZodString;
|
|
136089
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136090
136265
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136091
136266
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
136092
136267
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -136282,15 +136457,15 @@ export declare const platformTelegramContract: {
|
|
|
136282
136457
|
};
|
|
136283
136458
|
}>;
|
|
136284
136459
|
sender: import("zod").ZodObject<{
|
|
136460
|
+
name: import("zod").ZodString;
|
|
136285
136461
|
id: import("zod").ZodString;
|
|
136462
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136463
|
+
email: import("zod").ZodString;
|
|
136286
136464
|
createdAt: import("zod").ZodDate;
|
|
136287
136465
|
updatedAt: import("zod").ZodDate;
|
|
136288
136466
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136289
|
-
name: import("zod").ZodString;
|
|
136290
|
-
email: import("zod").ZodString;
|
|
136291
136467
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
136292
136468
|
password: import("zod").ZodString;
|
|
136293
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136294
136469
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
136295
136470
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
136296
136471
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140564,15 +140739,15 @@ export declare const platformTelegramContract: {
|
|
|
140564
140739
|
fileUrl: string | null;
|
|
140565
140740
|
}>;
|
|
140566
140741
|
actor: import("zod").ZodObject<{
|
|
140742
|
+
name: import("zod").ZodString;
|
|
140567
140743
|
id: import("zod").ZodString;
|
|
140744
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140745
|
+
email: import("zod").ZodString;
|
|
140568
140746
|
createdAt: import("zod").ZodDate;
|
|
140569
140747
|
updatedAt: import("zod").ZodDate;
|
|
140570
140748
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140571
|
-
name: import("zod").ZodString;
|
|
140572
|
-
email: import("zod").ZodString;
|
|
140573
140749
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140574
140750
|
password: import("zod").ZodString;
|
|
140575
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140576
140751
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140577
140752
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
140578
140753
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140768,15 +140943,15 @@ export declare const platformTelegramContract: {
|
|
|
140768
140943
|
};
|
|
140769
140944
|
}>;
|
|
140770
140945
|
assignee: import("zod").ZodObject<{
|
|
140946
|
+
name: import("zod").ZodString;
|
|
140771
140947
|
id: import("zod").ZodString;
|
|
140948
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140949
|
+
email: import("zod").ZodString;
|
|
140772
140950
|
createdAt: import("zod").ZodDate;
|
|
140773
140951
|
updatedAt: import("zod").ZodDate;
|
|
140774
140952
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140775
|
-
name: import("zod").ZodString;
|
|
140776
|
-
email: import("zod").ZodString;
|
|
140777
140953
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140778
140954
|
password: import("zod").ZodString;
|
|
140779
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140780
140955
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140781
140956
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
140782
140957
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -140972,15 +141147,15 @@ export declare const platformTelegramContract: {
|
|
|
140972
141147
|
};
|
|
140973
141148
|
}>;
|
|
140974
141149
|
sender: import("zod").ZodObject<{
|
|
141150
|
+
name: import("zod").ZodString;
|
|
140975
141151
|
id: import("zod").ZodString;
|
|
141152
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
141153
|
+
email: import("zod").ZodString;
|
|
140976
141154
|
createdAt: import("zod").ZodDate;
|
|
140977
141155
|
updatedAt: import("zod").ZodDate;
|
|
140978
141156
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140979
|
-
name: import("zod").ZodString;
|
|
140980
|
-
email: import("zod").ZodString;
|
|
140981
141157
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
140982
141158
|
password: import("zod").ZodString;
|
|
140983
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140984
141159
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
140985
141160
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
140986
141161
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -155555,15 +155730,15 @@ export declare const platformMessengerContract: {
|
|
|
155555
155730
|
fileUrl: string | null;
|
|
155556
155731
|
}>;
|
|
155557
155732
|
actor: import("zod").ZodObject<{
|
|
155733
|
+
name: import("zod").ZodString;
|
|
155558
155734
|
id: import("zod").ZodString;
|
|
155735
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155736
|
+
email: import("zod").ZodString;
|
|
155559
155737
|
createdAt: import("zod").ZodDate;
|
|
155560
155738
|
updatedAt: import("zod").ZodDate;
|
|
155561
155739
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155562
|
-
name: import("zod").ZodString;
|
|
155563
|
-
email: import("zod").ZodString;
|
|
155564
155740
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155565
155741
|
password: import("zod").ZodString;
|
|
155566
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155567
155742
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155568
155743
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
155569
155744
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -155759,15 +155934,15 @@ export declare const platformMessengerContract: {
|
|
|
155759
155934
|
};
|
|
155760
155935
|
}>;
|
|
155761
155936
|
assignee: import("zod").ZodObject<{
|
|
155937
|
+
name: import("zod").ZodString;
|
|
155762
155938
|
id: import("zod").ZodString;
|
|
155939
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155940
|
+
email: import("zod").ZodString;
|
|
155763
155941
|
createdAt: import("zod").ZodDate;
|
|
155764
155942
|
updatedAt: import("zod").ZodDate;
|
|
155765
155943
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155766
|
-
name: import("zod").ZodString;
|
|
155767
|
-
email: import("zod").ZodString;
|
|
155768
155944
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155769
155945
|
password: import("zod").ZodString;
|
|
155770
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155771
155946
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155772
155947
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
155773
155948
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -155963,15 +156138,15 @@ export declare const platformMessengerContract: {
|
|
|
155963
156138
|
};
|
|
155964
156139
|
}>;
|
|
155965
156140
|
sender: import("zod").ZodObject<{
|
|
156141
|
+
name: import("zod").ZodString;
|
|
155966
156142
|
id: import("zod").ZodString;
|
|
156143
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
156144
|
+
email: import("zod").ZodString;
|
|
155967
156145
|
createdAt: import("zod").ZodDate;
|
|
155968
156146
|
updatedAt: import("zod").ZodDate;
|
|
155969
156147
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155970
|
-
name: import("zod").ZodString;
|
|
155971
|
-
email: import("zod").ZodString;
|
|
155972
156148
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
155973
156149
|
password: import("zod").ZodString;
|
|
155974
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155975
156150
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
155976
156151
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
155977
156152
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -160245,15 +160420,15 @@ export declare const platformMessengerContract: {
|
|
|
160245
160420
|
fileUrl: string | null;
|
|
160246
160421
|
}>;
|
|
160247
160422
|
actor: import("zod").ZodObject<{
|
|
160423
|
+
name: import("zod").ZodString;
|
|
160248
160424
|
id: import("zod").ZodString;
|
|
160425
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160426
|
+
email: import("zod").ZodString;
|
|
160249
160427
|
createdAt: import("zod").ZodDate;
|
|
160250
160428
|
updatedAt: import("zod").ZodDate;
|
|
160251
160429
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160252
|
-
name: import("zod").ZodString;
|
|
160253
|
-
email: import("zod").ZodString;
|
|
160254
160430
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160255
160431
|
password: import("zod").ZodString;
|
|
160256
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160257
160432
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160258
160433
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
160259
160434
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -160449,15 +160624,15 @@ export declare const platformMessengerContract: {
|
|
|
160449
160624
|
};
|
|
160450
160625
|
}>;
|
|
160451
160626
|
assignee: import("zod").ZodObject<{
|
|
160627
|
+
name: import("zod").ZodString;
|
|
160452
160628
|
id: import("zod").ZodString;
|
|
160629
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160630
|
+
email: import("zod").ZodString;
|
|
160453
160631
|
createdAt: import("zod").ZodDate;
|
|
160454
160632
|
updatedAt: import("zod").ZodDate;
|
|
160455
160633
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160456
|
-
name: import("zod").ZodString;
|
|
160457
|
-
email: import("zod").ZodString;
|
|
160458
160634
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160459
160635
|
password: import("zod").ZodString;
|
|
160460
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160461
160636
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160462
160637
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
160463
160638
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -160653,15 +160828,15 @@ export declare const platformMessengerContract: {
|
|
|
160653
160828
|
};
|
|
160654
160829
|
}>;
|
|
160655
160830
|
sender: import("zod").ZodObject<{
|
|
160831
|
+
name: import("zod").ZodString;
|
|
160656
160832
|
id: import("zod").ZodString;
|
|
160833
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160834
|
+
email: import("zod").ZodString;
|
|
160657
160835
|
createdAt: import("zod").ZodDate;
|
|
160658
160836
|
updatedAt: import("zod").ZodDate;
|
|
160659
160837
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160660
|
-
name: import("zod").ZodString;
|
|
160661
|
-
email: import("zod").ZodString;
|
|
160662
160838
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
160663
160839
|
password: import("zod").ZodString;
|
|
160664
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160665
160840
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
160666
160841
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
160667
160842
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -177414,15 +177589,15 @@ export declare const platformInstagramContract: {
|
|
|
177414
177589
|
fileUrl: string | null;
|
|
177415
177590
|
}>;
|
|
177416
177591
|
actor: import("zod").ZodObject<{
|
|
177592
|
+
name: import("zod").ZodString;
|
|
177417
177593
|
id: import("zod").ZodString;
|
|
177594
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177595
|
+
email: import("zod").ZodString;
|
|
177418
177596
|
createdAt: import("zod").ZodDate;
|
|
177419
177597
|
updatedAt: import("zod").ZodDate;
|
|
177420
177598
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177421
|
-
name: import("zod").ZodString;
|
|
177422
|
-
email: import("zod").ZodString;
|
|
177423
177599
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177424
177600
|
password: import("zod").ZodString;
|
|
177425
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177426
177601
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177427
177602
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
177428
177603
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -177618,15 +177793,15 @@ export declare const platformInstagramContract: {
|
|
|
177618
177793
|
};
|
|
177619
177794
|
}>;
|
|
177620
177795
|
assignee: import("zod").ZodObject<{
|
|
177796
|
+
name: import("zod").ZodString;
|
|
177621
177797
|
id: import("zod").ZodString;
|
|
177798
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177799
|
+
email: import("zod").ZodString;
|
|
177622
177800
|
createdAt: import("zod").ZodDate;
|
|
177623
177801
|
updatedAt: import("zod").ZodDate;
|
|
177624
177802
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177625
|
-
name: import("zod").ZodString;
|
|
177626
|
-
email: import("zod").ZodString;
|
|
177627
177803
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177628
177804
|
password: import("zod").ZodString;
|
|
177629
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177630
177805
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177631
177806
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
177632
177807
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -177822,15 +177997,15 @@ export declare const platformInstagramContract: {
|
|
|
177822
177997
|
};
|
|
177823
177998
|
}>;
|
|
177824
177999
|
sender: import("zod").ZodObject<{
|
|
178000
|
+
name: import("zod").ZodString;
|
|
177825
178001
|
id: import("zod").ZodString;
|
|
178002
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
178003
|
+
email: import("zod").ZodString;
|
|
177826
178004
|
createdAt: import("zod").ZodDate;
|
|
177827
178005
|
updatedAt: import("zod").ZodDate;
|
|
177828
178006
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177829
|
-
name: import("zod").ZodString;
|
|
177830
|
-
email: import("zod").ZodString;
|
|
177831
178007
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
177832
178008
|
password: import("zod").ZodString;
|
|
177833
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177834
178009
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
177835
178010
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
177836
178011
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -182104,15 +182279,15 @@ export declare const platformInstagramContract: {
|
|
|
182104
182279
|
fileUrl: string | null;
|
|
182105
182280
|
}>;
|
|
182106
182281
|
actor: import("zod").ZodObject<{
|
|
182282
|
+
name: import("zod").ZodString;
|
|
182107
182283
|
id: import("zod").ZodString;
|
|
182284
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182285
|
+
email: import("zod").ZodString;
|
|
182108
182286
|
createdAt: import("zod").ZodDate;
|
|
182109
182287
|
updatedAt: import("zod").ZodDate;
|
|
182110
182288
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182111
|
-
name: import("zod").ZodString;
|
|
182112
|
-
email: import("zod").ZodString;
|
|
182113
182289
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182114
182290
|
password: import("zod").ZodString;
|
|
182115
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182116
182291
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182117
182292
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
182118
182293
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -182308,15 +182483,15 @@ export declare const platformInstagramContract: {
|
|
|
182308
182483
|
};
|
|
182309
182484
|
}>;
|
|
182310
182485
|
assignee: import("zod").ZodObject<{
|
|
182486
|
+
name: import("zod").ZodString;
|
|
182311
182487
|
id: import("zod").ZodString;
|
|
182488
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182489
|
+
email: import("zod").ZodString;
|
|
182312
182490
|
createdAt: import("zod").ZodDate;
|
|
182313
182491
|
updatedAt: import("zod").ZodDate;
|
|
182314
182492
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182315
|
-
name: import("zod").ZodString;
|
|
182316
|
-
email: import("zod").ZodString;
|
|
182317
182493
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182318
182494
|
password: import("zod").ZodString;
|
|
182319
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182320
182495
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182321
182496
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
182322
182497
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -182512,15 +182687,15 @@ export declare const platformInstagramContract: {
|
|
|
182512
182687
|
};
|
|
182513
182688
|
}>;
|
|
182514
182689
|
sender: import("zod").ZodObject<{
|
|
182690
|
+
name: import("zod").ZodString;
|
|
182515
182691
|
id: import("zod").ZodString;
|
|
182692
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182693
|
+
email: import("zod").ZodString;
|
|
182516
182694
|
createdAt: import("zod").ZodDate;
|
|
182517
182695
|
updatedAt: import("zod").ZodDate;
|
|
182518
182696
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182519
|
-
name: import("zod").ZodString;
|
|
182520
|
-
email: import("zod").ZodString;
|
|
182521
182697
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
182522
182698
|
password: import("zod").ZodString;
|
|
182523
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182524
182699
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
182525
182700
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
182526
182701
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -203772,15 +203947,15 @@ export declare const platformWhatsappContract: {
|
|
|
203772
203947
|
fileUrl: string | null;
|
|
203773
203948
|
}>;
|
|
203774
203949
|
actor: import("zod").ZodObject<{
|
|
203950
|
+
name: import("zod").ZodString;
|
|
203775
203951
|
id: import("zod").ZodString;
|
|
203952
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203953
|
+
email: import("zod").ZodString;
|
|
203776
203954
|
createdAt: import("zod").ZodDate;
|
|
203777
203955
|
updatedAt: import("zod").ZodDate;
|
|
203778
203956
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203779
|
-
name: import("zod").ZodString;
|
|
203780
|
-
email: import("zod").ZodString;
|
|
203781
203957
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203782
203958
|
password: import("zod").ZodString;
|
|
203783
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203784
203959
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203785
203960
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
203786
203961
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -203976,15 +204151,15 @@ export declare const platformWhatsappContract: {
|
|
|
203976
204151
|
};
|
|
203977
204152
|
}>;
|
|
203978
204153
|
assignee: import("zod").ZodObject<{
|
|
204154
|
+
name: import("zod").ZodString;
|
|
203979
204155
|
id: import("zod").ZodString;
|
|
204156
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204157
|
+
email: import("zod").ZodString;
|
|
203980
204158
|
createdAt: import("zod").ZodDate;
|
|
203981
204159
|
updatedAt: import("zod").ZodDate;
|
|
203982
204160
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203983
|
-
name: import("zod").ZodString;
|
|
203984
|
-
email: import("zod").ZodString;
|
|
203985
204161
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
203986
204162
|
password: import("zod").ZodString;
|
|
203987
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203988
204163
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
203989
204164
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
203990
204165
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -204180,15 +204355,15 @@ export declare const platformWhatsappContract: {
|
|
|
204180
204355
|
};
|
|
204181
204356
|
}>;
|
|
204182
204357
|
sender: import("zod").ZodObject<{
|
|
204358
|
+
name: import("zod").ZodString;
|
|
204183
204359
|
id: import("zod").ZodString;
|
|
204360
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204361
|
+
email: import("zod").ZodString;
|
|
204184
204362
|
createdAt: import("zod").ZodDate;
|
|
204185
204363
|
updatedAt: import("zod").ZodDate;
|
|
204186
204364
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
204187
|
-
name: import("zod").ZodString;
|
|
204188
|
-
email: import("zod").ZodString;
|
|
204189
204365
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
204190
204366
|
password: import("zod").ZodString;
|
|
204191
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204192
204367
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
204193
204368
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
204194
204369
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -208462,15 +208637,15 @@ export declare const platformWhatsappContract: {
|
|
|
208462
208637
|
fileUrl: string | null;
|
|
208463
208638
|
}>;
|
|
208464
208639
|
actor: import("zod").ZodObject<{
|
|
208640
|
+
name: import("zod").ZodString;
|
|
208465
208641
|
id: import("zod").ZodString;
|
|
208642
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208643
|
+
email: import("zod").ZodString;
|
|
208466
208644
|
createdAt: import("zod").ZodDate;
|
|
208467
208645
|
updatedAt: import("zod").ZodDate;
|
|
208468
208646
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208469
|
-
name: import("zod").ZodString;
|
|
208470
|
-
email: import("zod").ZodString;
|
|
208471
208647
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208472
208648
|
password: import("zod").ZodString;
|
|
208473
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208474
208649
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208475
208650
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
208476
208651
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -208666,15 +208841,15 @@ export declare const platformWhatsappContract: {
|
|
|
208666
208841
|
};
|
|
208667
208842
|
}>;
|
|
208668
208843
|
assignee: import("zod").ZodObject<{
|
|
208844
|
+
name: import("zod").ZodString;
|
|
208669
208845
|
id: import("zod").ZodString;
|
|
208846
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208847
|
+
email: import("zod").ZodString;
|
|
208670
208848
|
createdAt: import("zod").ZodDate;
|
|
208671
208849
|
updatedAt: import("zod").ZodDate;
|
|
208672
208850
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208673
|
-
name: import("zod").ZodString;
|
|
208674
|
-
email: import("zod").ZodString;
|
|
208675
208851
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208676
208852
|
password: import("zod").ZodString;
|
|
208677
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208678
208853
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208679
208854
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
208680
208855
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -208870,15 +209045,15 @@ export declare const platformWhatsappContract: {
|
|
|
208870
209045
|
};
|
|
208871
209046
|
}>;
|
|
208872
209047
|
sender: import("zod").ZodObject<{
|
|
209048
|
+
name: import("zod").ZodString;
|
|
208873
209049
|
id: import("zod").ZodString;
|
|
209050
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
209051
|
+
email: import("zod").ZodString;
|
|
208874
209052
|
createdAt: import("zod").ZodDate;
|
|
208875
209053
|
updatedAt: import("zod").ZodDate;
|
|
208876
209054
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208877
|
-
name: import("zod").ZodString;
|
|
208878
|
-
email: import("zod").ZodString;
|
|
208879
209055
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
208880
209056
|
password: import("zod").ZodString;
|
|
208881
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208882
209057
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
208883
209058
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
208884
209059
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -229688,15 +229863,15 @@ export declare const facebookFeedContract: {
|
|
|
229688
229863
|
fileUrl: string | null;
|
|
229689
229864
|
}>;
|
|
229690
229865
|
actor: import("zod").ZodObject<{
|
|
229866
|
+
name: import("zod").ZodString;
|
|
229691
229867
|
id: import("zod").ZodString;
|
|
229868
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229869
|
+
email: import("zod").ZodString;
|
|
229692
229870
|
createdAt: import("zod").ZodDate;
|
|
229693
229871
|
updatedAt: import("zod").ZodDate;
|
|
229694
229872
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229695
|
-
name: import("zod").ZodString;
|
|
229696
|
-
email: import("zod").ZodString;
|
|
229697
229873
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229698
229874
|
password: import("zod").ZodString;
|
|
229699
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229700
229875
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229701
229876
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
229702
229877
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -229892,15 +230067,15 @@ export declare const facebookFeedContract: {
|
|
|
229892
230067
|
};
|
|
229893
230068
|
}>;
|
|
229894
230069
|
assignee: import("zod").ZodObject<{
|
|
230070
|
+
name: import("zod").ZodString;
|
|
229895
230071
|
id: import("zod").ZodString;
|
|
230072
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230073
|
+
email: import("zod").ZodString;
|
|
229896
230074
|
createdAt: import("zod").ZodDate;
|
|
229897
230075
|
updatedAt: import("zod").ZodDate;
|
|
229898
230076
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229899
|
-
name: import("zod").ZodString;
|
|
229900
|
-
email: import("zod").ZodString;
|
|
229901
230077
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
229902
230078
|
password: import("zod").ZodString;
|
|
229903
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229904
230079
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
229905
230080
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
229906
230081
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -230096,15 +230271,15 @@ export declare const facebookFeedContract: {
|
|
|
230096
230271
|
};
|
|
230097
230272
|
}>;
|
|
230098
230273
|
sender: import("zod").ZodObject<{
|
|
230274
|
+
name: import("zod").ZodString;
|
|
230099
230275
|
id: import("zod").ZodString;
|
|
230276
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230277
|
+
email: import("zod").ZodString;
|
|
230100
230278
|
createdAt: import("zod").ZodDate;
|
|
230101
230279
|
updatedAt: import("zod").ZodDate;
|
|
230102
230280
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
230103
|
-
name: import("zod").ZodString;
|
|
230104
|
-
email: import("zod").ZodString;
|
|
230105
230281
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
230106
230282
|
password: import("zod").ZodString;
|
|
230107
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230108
230283
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
230109
230284
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
230110
230285
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -234378,15 +234553,15 @@ export declare const facebookFeedContract: {
|
|
|
234378
234553
|
fileUrl: string | null;
|
|
234379
234554
|
}>;
|
|
234380
234555
|
actor: import("zod").ZodObject<{
|
|
234556
|
+
name: import("zod").ZodString;
|
|
234381
234557
|
id: import("zod").ZodString;
|
|
234558
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234559
|
+
email: import("zod").ZodString;
|
|
234382
234560
|
createdAt: import("zod").ZodDate;
|
|
234383
234561
|
updatedAt: import("zod").ZodDate;
|
|
234384
234562
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234385
|
-
name: import("zod").ZodString;
|
|
234386
|
-
email: import("zod").ZodString;
|
|
234387
234563
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234388
234564
|
password: import("zod").ZodString;
|
|
234389
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234390
234565
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234391
234566
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
234392
234567
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -234582,15 +234757,15 @@ export declare const facebookFeedContract: {
|
|
|
234582
234757
|
};
|
|
234583
234758
|
}>;
|
|
234584
234759
|
assignee: import("zod").ZodObject<{
|
|
234760
|
+
name: import("zod").ZodString;
|
|
234585
234761
|
id: import("zod").ZodString;
|
|
234762
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234763
|
+
email: import("zod").ZodString;
|
|
234586
234764
|
createdAt: import("zod").ZodDate;
|
|
234587
234765
|
updatedAt: import("zod").ZodDate;
|
|
234588
234766
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234589
|
-
name: import("zod").ZodString;
|
|
234590
|
-
email: import("zod").ZodString;
|
|
234591
234767
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234592
234768
|
password: import("zod").ZodString;
|
|
234593
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234594
234769
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234595
234770
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
234596
234771
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -234786,15 +234961,15 @@ export declare const facebookFeedContract: {
|
|
|
234786
234961
|
};
|
|
234787
234962
|
}>;
|
|
234788
234963
|
sender: import("zod").ZodObject<{
|
|
234964
|
+
name: import("zod").ZodString;
|
|
234789
234965
|
id: import("zod").ZodString;
|
|
234966
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234967
|
+
email: import("zod").ZodString;
|
|
234790
234968
|
createdAt: import("zod").ZodDate;
|
|
234791
234969
|
updatedAt: import("zod").ZodDate;
|
|
234792
234970
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234793
|
-
name: import("zod").ZodString;
|
|
234794
|
-
email: import("zod").ZodString;
|
|
234795
234971
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
234796
234972
|
password: import("zod").ZodString;
|
|
234797
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234798
234973
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
234799
234974
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
234800
234975
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -246598,15 +246773,15 @@ export declare const feedPostContract: {
|
|
|
246598
246773
|
socialPlatformId: string;
|
|
246599
246774
|
}>;
|
|
246600
246775
|
actor: import("zod").ZodObject<{
|
|
246776
|
+
name: import("zod").ZodString;
|
|
246601
246777
|
id: import("zod").ZodString;
|
|
246778
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
246779
|
+
email: import("zod").ZodString;
|
|
246602
246780
|
createdAt: import("zod").ZodDate;
|
|
246603
246781
|
updatedAt: import("zod").ZodDate;
|
|
246604
246782
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
246605
|
-
name: import("zod").ZodString;
|
|
246606
|
-
email: import("zod").ZodString;
|
|
246607
246783
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
246608
246784
|
password: import("zod").ZodString;
|
|
246609
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
246610
246785
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
246611
246786
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
246612
246787
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -251966,15 +252141,15 @@ export declare const feedPostContract: {
|
|
|
251966
252141
|
fileUrl: string | null;
|
|
251967
252142
|
}>;
|
|
251968
252143
|
actor: import("zod").ZodObject<{
|
|
252144
|
+
name: import("zod").ZodString;
|
|
251969
252145
|
id: import("zod").ZodString;
|
|
252146
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252147
|
+
email: import("zod").ZodString;
|
|
251970
252148
|
createdAt: import("zod").ZodDate;
|
|
251971
252149
|
updatedAt: import("zod").ZodDate;
|
|
251972
252150
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
251973
|
-
name: import("zod").ZodString;
|
|
251974
|
-
email: import("zod").ZodString;
|
|
251975
252151
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
251976
252152
|
password: import("zod").ZodString;
|
|
251977
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
251978
252153
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
251979
252154
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
251980
252155
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -252170,15 +252345,15 @@ export declare const feedPostContract: {
|
|
|
252170
252345
|
};
|
|
252171
252346
|
}>;
|
|
252172
252347
|
assignee: import("zod").ZodObject<{
|
|
252348
|
+
name: import("zod").ZodString;
|
|
252173
252349
|
id: import("zod").ZodString;
|
|
252350
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252351
|
+
email: import("zod").ZodString;
|
|
252174
252352
|
createdAt: import("zod").ZodDate;
|
|
252175
252353
|
updatedAt: import("zod").ZodDate;
|
|
252176
252354
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252177
|
-
name: import("zod").ZodString;
|
|
252178
|
-
email: import("zod").ZodString;
|
|
252179
252355
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252180
252356
|
password: import("zod").ZodString;
|
|
252181
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252182
252357
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252183
252358
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
252184
252359
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -252374,15 +252549,15 @@ export declare const feedPostContract: {
|
|
|
252374
252549
|
};
|
|
252375
252550
|
}>;
|
|
252376
252551
|
sender: import("zod").ZodObject<{
|
|
252552
|
+
name: import("zod").ZodString;
|
|
252377
252553
|
id: import("zod").ZodString;
|
|
252554
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252555
|
+
email: import("zod").ZodString;
|
|
252378
252556
|
createdAt: import("zod").ZodDate;
|
|
252379
252557
|
updatedAt: import("zod").ZodDate;
|
|
252380
252558
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252381
|
-
name: import("zod").ZodString;
|
|
252382
|
-
email: import("zod").ZodString;
|
|
252383
252559
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
252384
252560
|
password: import("zod").ZodString;
|
|
252385
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252386
252561
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
252387
252562
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
252388
252563
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -257703,15 +257878,15 @@ export declare const feedPostContract: {
|
|
|
257703
257878
|
fileUrl: string | null;
|
|
257704
257879
|
}>;
|
|
257705
257880
|
actor: import("zod").ZodObject<{
|
|
257881
|
+
name: import("zod").ZodString;
|
|
257706
257882
|
id: import("zod").ZodString;
|
|
257883
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257884
|
+
email: import("zod").ZodString;
|
|
257707
257885
|
createdAt: import("zod").ZodDate;
|
|
257708
257886
|
updatedAt: import("zod").ZodDate;
|
|
257709
257887
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257710
|
-
name: import("zod").ZodString;
|
|
257711
|
-
email: import("zod").ZodString;
|
|
257712
257888
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257713
257889
|
password: import("zod").ZodString;
|
|
257714
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257715
257890
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257716
257891
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
257717
257892
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -257907,15 +258082,15 @@ export declare const feedPostContract: {
|
|
|
257907
258082
|
};
|
|
257908
258083
|
}>;
|
|
257909
258084
|
assignee: import("zod").ZodObject<{
|
|
258085
|
+
name: import("zod").ZodString;
|
|
257910
258086
|
id: import("zod").ZodString;
|
|
258087
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258088
|
+
email: import("zod").ZodString;
|
|
257911
258089
|
createdAt: import("zod").ZodDate;
|
|
257912
258090
|
updatedAt: import("zod").ZodDate;
|
|
257913
258091
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257914
|
-
name: import("zod").ZodString;
|
|
257915
|
-
email: import("zod").ZodString;
|
|
257916
258092
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
257917
258093
|
password: import("zod").ZodString;
|
|
257918
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257919
258094
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
257920
258095
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
257921
258096
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -258111,15 +258286,15 @@ export declare const feedPostContract: {
|
|
|
258111
258286
|
};
|
|
258112
258287
|
}>;
|
|
258113
258288
|
sender: import("zod").ZodObject<{
|
|
258289
|
+
name: import("zod").ZodString;
|
|
258114
258290
|
id: import("zod").ZodString;
|
|
258291
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258292
|
+
email: import("zod").ZodString;
|
|
258115
258293
|
createdAt: import("zod").ZodDate;
|
|
258116
258294
|
updatedAt: import("zod").ZodDate;
|
|
258117
258295
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
258118
|
-
name: import("zod").ZodString;
|
|
258119
|
-
email: import("zod").ZodString;
|
|
258120
258296
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
258121
258297
|
password: import("zod").ZodString;
|
|
258122
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258123
258298
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
258124
258299
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
258125
258300
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -268397,15 +268572,15 @@ export declare const telephonyContract: {
|
|
|
268397
268572
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
268398
268573
|
id: import("zod").ZodString;
|
|
268399
268574
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
268575
|
+
name: import("zod").ZodString;
|
|
268400
268576
|
id: import("zod").ZodString;
|
|
268577
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268578
|
+
email: import("zod").ZodString;
|
|
268401
268579
|
createdAt: import("zod").ZodDate;
|
|
268402
268580
|
updatedAt: import("zod").ZodDate;
|
|
268403
268581
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268404
|
-
name: import("zod").ZodString;
|
|
268405
|
-
email: import("zod").ZodString;
|
|
268406
268582
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268407
268583
|
password: import("zod").ZodString;
|
|
268408
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268409
268584
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268410
268585
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
268411
268586
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -268602,15 +268777,15 @@ export declare const telephonyContract: {
|
|
|
268602
268777
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
268603
268778
|
id: import("zod").ZodString;
|
|
268604
268779
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
268780
|
+
name: import("zod").ZodString;
|
|
268605
268781
|
id: import("zod").ZodString;
|
|
268782
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268783
|
+
email: import("zod").ZodString;
|
|
268606
268784
|
createdAt: import("zod").ZodDate;
|
|
268607
268785
|
updatedAt: import("zod").ZodDate;
|
|
268608
268786
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268609
|
-
name: import("zod").ZodString;
|
|
268610
|
-
email: import("zod").ZodString;
|
|
268611
268787
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268612
268788
|
password: import("zod").ZodString;
|
|
268613
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268614
268789
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268615
268790
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
268616
268791
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -268926,15 +269101,15 @@ export declare const telephonyContract: {
|
|
|
268926
269101
|
extensionName: import("zod").ZodString;
|
|
268927
269102
|
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268928
269103
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
269104
|
+
name: import("zod").ZodString;
|
|
268929
269105
|
id: import("zod").ZodString;
|
|
269106
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
269107
|
+
email: import("zod").ZodString;
|
|
268930
269108
|
createdAt: import("zod").ZodDate;
|
|
268931
269109
|
updatedAt: import("zod").ZodDate;
|
|
268932
269110
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268933
|
-
name: import("zod").ZodString;
|
|
268934
|
-
email: import("zod").ZodString;
|
|
268935
269111
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
268936
269112
|
password: import("zod").ZodString;
|
|
268937
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268938
269113
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
268939
269114
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
268940
269115
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -271276,15 +271451,15 @@ export declare const telephonyContract: {
|
|
|
271276
271451
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
271277
271452
|
id: import("zod").ZodString;
|
|
271278
271453
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
271454
|
+
name: import("zod").ZodString;
|
|
271279
271455
|
id: import("zod").ZodString;
|
|
271456
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271457
|
+
email: import("zod").ZodString;
|
|
271280
271458
|
createdAt: import("zod").ZodDate;
|
|
271281
271459
|
updatedAt: import("zod").ZodDate;
|
|
271282
271460
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271283
|
-
name: import("zod").ZodString;
|
|
271284
|
-
email: import("zod").ZodString;
|
|
271285
271461
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271286
271462
|
password: import("zod").ZodString;
|
|
271287
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271288
271463
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271289
271464
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
271290
271465
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -271481,15 +271656,15 @@ export declare const telephonyContract: {
|
|
|
271481
271656
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
271482
271657
|
id: import("zod").ZodString;
|
|
271483
271658
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
271659
|
+
name: import("zod").ZodString;
|
|
271484
271660
|
id: import("zod").ZodString;
|
|
271661
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271662
|
+
email: import("zod").ZodString;
|
|
271485
271663
|
createdAt: import("zod").ZodDate;
|
|
271486
271664
|
updatedAt: import("zod").ZodDate;
|
|
271487
271665
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271488
|
-
name: import("zod").ZodString;
|
|
271489
|
-
email: import("zod").ZodString;
|
|
271490
271666
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271491
271667
|
password: import("zod").ZodString;
|
|
271492
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271493
271668
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271494
271669
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
271495
271670
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -271805,15 +271980,15 @@ export declare const telephonyContract: {
|
|
|
271805
271980
|
extensionName: import("zod").ZodString;
|
|
271806
271981
|
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271807
271982
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
271983
|
+
name: import("zod").ZodString;
|
|
271808
271984
|
id: import("zod").ZodString;
|
|
271985
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271986
|
+
email: import("zod").ZodString;
|
|
271809
271987
|
createdAt: import("zod").ZodDate;
|
|
271810
271988
|
updatedAt: import("zod").ZodDate;
|
|
271811
271989
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271812
|
-
name: import("zod").ZodString;
|
|
271813
|
-
email: import("zod").ZodString;
|
|
271814
271990
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
271815
271991
|
password: import("zod").ZodString;
|
|
271816
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271817
271992
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
271818
271993
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
271819
271994
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -274158,15 +274333,15 @@ export declare const telephonyContract: {
|
|
|
274158
274333
|
callTo: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
274159
274334
|
id: import("zod").ZodString;
|
|
274160
274335
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
274336
|
+
name: import("zod").ZodString;
|
|
274161
274337
|
id: import("zod").ZodString;
|
|
274338
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274339
|
+
email: import("zod").ZodString;
|
|
274162
274340
|
createdAt: import("zod").ZodDate;
|
|
274163
274341
|
updatedAt: import("zod").ZodDate;
|
|
274164
274342
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274165
|
-
name: import("zod").ZodString;
|
|
274166
|
-
email: import("zod").ZodString;
|
|
274167
274343
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274168
274344
|
password: import("zod").ZodString;
|
|
274169
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274170
274345
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274171
274346
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
274172
274347
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -274363,15 +274538,15 @@ export declare const telephonyContract: {
|
|
|
274363
274538
|
callFrom: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
274364
274539
|
id: import("zod").ZodString;
|
|
274365
274540
|
user: import("zod").ZodNullable<import("zod").ZodObject<Omit<{
|
|
274541
|
+
name: import("zod").ZodString;
|
|
274366
274542
|
id: import("zod").ZodString;
|
|
274543
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274544
|
+
email: import("zod").ZodString;
|
|
274367
274545
|
createdAt: import("zod").ZodDate;
|
|
274368
274546
|
updatedAt: import("zod").ZodDate;
|
|
274369
274547
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274370
|
-
name: import("zod").ZodString;
|
|
274371
|
-
email: import("zod").ZodString;
|
|
274372
274548
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274373
274549
|
password: import("zod").ZodString;
|
|
274374
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274375
274550
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274376
274551
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
274377
274552
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -274687,15 +274862,15 @@ export declare const telephonyContract: {
|
|
|
274687
274862
|
extensionName: import("zod").ZodString;
|
|
274688
274863
|
telephonySignature: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274689
274864
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
274865
|
+
name: import("zod").ZodString;
|
|
274690
274866
|
id: import("zod").ZodString;
|
|
274867
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274868
|
+
email: import("zod").ZodString;
|
|
274691
274869
|
createdAt: import("zod").ZodDate;
|
|
274692
274870
|
updatedAt: import("zod").ZodDate;
|
|
274693
274871
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274694
|
-
name: import("zod").ZodString;
|
|
274695
|
-
email: import("zod").ZodString;
|
|
274696
274872
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
274697
274873
|
password: import("zod").ZodString;
|
|
274698
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274699
274874
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
274700
274875
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
274701
274876
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -276576,15 +276751,15 @@ export declare const telephonyContract: {
|
|
|
276576
276751
|
updatedAt: import("zod").ZodDate;
|
|
276577
276752
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
276578
276753
|
user: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<Omit<{
|
|
276754
|
+
name: import("zod").ZodString;
|
|
276579
276755
|
id: import("zod").ZodString;
|
|
276756
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
276757
|
+
email: import("zod").ZodString;
|
|
276580
276758
|
createdAt: import("zod").ZodDate;
|
|
276581
276759
|
updatedAt: import("zod").ZodDate;
|
|
276582
276760
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
276583
|
-
name: import("zod").ZodString;
|
|
276584
|
-
email: import("zod").ZodString;
|
|
276585
276761
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
276586
276762
|
password: import("zod").ZodString;
|
|
276587
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
276588
276763
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
276589
276764
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
276590
276765
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -277334,15 +277509,15 @@ export declare const notificationContract: {
|
|
|
277334
277509
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
277335
277510
|
actorId: import("zod").ZodString;
|
|
277336
277511
|
actor: import("zod").ZodObject<{
|
|
277512
|
+
name: import("zod").ZodString;
|
|
277337
277513
|
id: import("zod").ZodString;
|
|
277514
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
277515
|
+
email: import("zod").ZodString;
|
|
277338
277516
|
createdAt: import("zod").ZodDate;
|
|
277339
277517
|
updatedAt: import("zod").ZodDate;
|
|
277340
277518
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
277341
|
-
name: import("zod").ZodString;
|
|
277342
|
-
email: import("zod").ZodString;
|
|
277343
277519
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
277344
277520
|
password: import("zod").ZodString;
|
|
277345
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
277346
277521
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
277347
277522
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
277348
277523
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -278348,15 +278523,15 @@ export declare const notificationContract: {
|
|
|
278348
278523
|
201: import("zod").ZodObject<{
|
|
278349
278524
|
requestId: import("zod").ZodString;
|
|
278350
278525
|
data: import("zod").ZodObject<{
|
|
278526
|
+
name: import("zod").ZodString;
|
|
278351
278527
|
id: import("zod").ZodString;
|
|
278528
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278529
|
+
email: import("zod").ZodString;
|
|
278352
278530
|
createdAt: import("zod").ZodDate;
|
|
278353
278531
|
updatedAt: import("zod").ZodDate;
|
|
278354
278532
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278355
|
-
name: import("zod").ZodString;
|
|
278356
|
-
email: import("zod").ZodString;
|
|
278357
278533
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278358
278534
|
password: import("zod").ZodString;
|
|
278359
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278360
278535
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278361
278536
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
278362
278537
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -278738,15 +278913,15 @@ export declare const notificationContract: {
|
|
|
278738
278913
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278739
278914
|
actorId: import("zod").ZodString;
|
|
278740
278915
|
actor: import("zod").ZodObject<{
|
|
278916
|
+
name: import("zod").ZodString;
|
|
278741
278917
|
id: import("zod").ZodString;
|
|
278918
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278919
|
+
email: import("zod").ZodString;
|
|
278742
278920
|
createdAt: import("zod").ZodDate;
|
|
278743
278921
|
updatedAt: import("zod").ZodDate;
|
|
278744
278922
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278745
|
-
name: import("zod").ZodString;
|
|
278746
|
-
email: import("zod").ZodString;
|
|
278747
278923
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
278748
278924
|
password: import("zod").ZodString;
|
|
278749
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278750
278925
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
278751
278926
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
278752
278927
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -294053,15 +294228,15 @@ export declare const workflowContract: {
|
|
|
294053
294228
|
fileUrl: string | null;
|
|
294054
294229
|
}>;
|
|
294055
294230
|
actor: import("zod").ZodObject<{
|
|
294231
|
+
name: import("zod").ZodString;
|
|
294056
294232
|
id: import("zod").ZodString;
|
|
294233
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294234
|
+
email: import("zod").ZodString;
|
|
294057
294235
|
createdAt: import("zod").ZodDate;
|
|
294058
294236
|
updatedAt: import("zod").ZodDate;
|
|
294059
294237
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294060
|
-
name: import("zod").ZodString;
|
|
294061
|
-
email: import("zod").ZodString;
|
|
294062
294238
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294063
294239
|
password: import("zod").ZodString;
|
|
294064
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294065
294240
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294066
294241
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
294067
294242
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -294257,15 +294432,15 @@ export declare const workflowContract: {
|
|
|
294257
294432
|
};
|
|
294258
294433
|
}>;
|
|
294259
294434
|
assignee: import("zod").ZodObject<{
|
|
294435
|
+
name: import("zod").ZodString;
|
|
294260
294436
|
id: import("zod").ZodString;
|
|
294437
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294438
|
+
email: import("zod").ZodString;
|
|
294261
294439
|
createdAt: import("zod").ZodDate;
|
|
294262
294440
|
updatedAt: import("zod").ZodDate;
|
|
294263
294441
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294264
|
-
name: import("zod").ZodString;
|
|
294265
|
-
email: import("zod").ZodString;
|
|
294266
294442
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294267
294443
|
password: import("zod").ZodString;
|
|
294268
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294269
294444
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294270
294445
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
294271
294446
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -294461,15 +294636,15 @@ export declare const workflowContract: {
|
|
|
294461
294636
|
};
|
|
294462
294637
|
}>;
|
|
294463
294638
|
sender: import("zod").ZodObject<{
|
|
294639
|
+
name: import("zod").ZodString;
|
|
294464
294640
|
id: import("zod").ZodString;
|
|
294641
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294642
|
+
email: import("zod").ZodString;
|
|
294465
294643
|
createdAt: import("zod").ZodDate;
|
|
294466
294644
|
updatedAt: import("zod").ZodDate;
|
|
294467
294645
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294468
|
-
name: import("zod").ZodString;
|
|
294469
|
-
email: import("zod").ZodString;
|
|
294470
294646
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
294471
294647
|
password: import("zod").ZodString;
|
|
294472
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294473
294648
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
294474
294649
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
294475
294650
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -325198,15 +325373,15 @@ export declare const memberSettingContract: {
|
|
|
325198
325373
|
201: import("zod").ZodObject<{
|
|
325199
325374
|
requestId: import("zod").ZodString;
|
|
325200
325375
|
user: import("zod").ZodObject<{
|
|
325376
|
+
name: import("zod").ZodString;
|
|
325201
325377
|
id: import("zod").ZodString;
|
|
325378
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325379
|
+
email: import("zod").ZodString;
|
|
325202
325380
|
createdAt: import("zod").ZodDate;
|
|
325203
325381
|
updatedAt: import("zod").ZodDate;
|
|
325204
325382
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325205
|
-
name: import("zod").ZodString;
|
|
325206
|
-
email: import("zod").ZodString;
|
|
325207
325383
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325208
325384
|
password: import("zod").ZodString;
|
|
325209
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325210
325385
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325211
325386
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
325212
325387
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -325560,6 +325735,135 @@ export declare const memberSettingContract: {
|
|
|
325560
325735
|
'x-client-timezone'?: string | undefined;
|
|
325561
325736
|
}>>>;
|
|
325562
325737
|
};
|
|
325738
|
+
getEssentialUsers: {
|
|
325739
|
+
method: "GET";
|
|
325740
|
+
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
325741
|
+
page: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
325742
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
325743
|
+
keyword: import("zod").ZodOptional<import("zod").ZodString>;
|
|
325744
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325745
|
+
page?: number | undefined;
|
|
325746
|
+
pageSize?: number | undefined;
|
|
325747
|
+
keyword?: string | undefined;
|
|
325748
|
+
}, {
|
|
325749
|
+
page?: number | undefined;
|
|
325750
|
+
pageSize?: number | undefined;
|
|
325751
|
+
keyword?: string | undefined;
|
|
325752
|
+
}>>;
|
|
325753
|
+
responses: {
|
|
325754
|
+
200: import("zod").ZodObject<{
|
|
325755
|
+
total: import("zod").ZodNumber;
|
|
325756
|
+
page: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
325757
|
+
pageSize: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
325758
|
+
lastPage: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
325759
|
+
data: import("zod").ZodArray<import("zod").ZodType<{
|
|
325760
|
+
name: string;
|
|
325761
|
+
id: string;
|
|
325762
|
+
address: string | null;
|
|
325763
|
+
email: string;
|
|
325764
|
+
createdAt: Date;
|
|
325765
|
+
updatedAt: Date;
|
|
325766
|
+
deletedAt: Date | null;
|
|
325767
|
+
emailVerifiedAt: Date | null;
|
|
325768
|
+
password: string;
|
|
325769
|
+
phone: string | null;
|
|
325770
|
+
notificationCount: number | null;
|
|
325771
|
+
}, import("zod").ZodTypeDef, {
|
|
325772
|
+
name: string;
|
|
325773
|
+
id: string;
|
|
325774
|
+
address: string | null;
|
|
325775
|
+
email: string;
|
|
325776
|
+
createdAt: Date;
|
|
325777
|
+
updatedAt: Date;
|
|
325778
|
+
deletedAt: Date | null;
|
|
325779
|
+
emailVerifiedAt: Date | null;
|
|
325780
|
+
password: string;
|
|
325781
|
+
phone: string | null;
|
|
325782
|
+
notificationCount: number | null;
|
|
325783
|
+
}>, "many">;
|
|
325784
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325785
|
+
data: {
|
|
325786
|
+
name: string;
|
|
325787
|
+
id: string;
|
|
325788
|
+
address: string | null;
|
|
325789
|
+
email: string;
|
|
325790
|
+
createdAt: Date;
|
|
325791
|
+
updatedAt: Date;
|
|
325792
|
+
deletedAt: Date | null;
|
|
325793
|
+
emailVerifiedAt: Date | null;
|
|
325794
|
+
password: string;
|
|
325795
|
+
phone: string | null;
|
|
325796
|
+
notificationCount: number | null;
|
|
325797
|
+
}[];
|
|
325798
|
+
total: number;
|
|
325799
|
+
page: number;
|
|
325800
|
+
pageSize: number;
|
|
325801
|
+
lastPage?: number | null | undefined;
|
|
325802
|
+
}, {
|
|
325803
|
+
data: {
|
|
325804
|
+
name: string;
|
|
325805
|
+
id: string;
|
|
325806
|
+
address: string | null;
|
|
325807
|
+
email: string;
|
|
325808
|
+
createdAt: Date;
|
|
325809
|
+
updatedAt: Date;
|
|
325810
|
+
deletedAt: Date | null;
|
|
325811
|
+
emailVerifiedAt: Date | null;
|
|
325812
|
+
password: string;
|
|
325813
|
+
phone: string | null;
|
|
325814
|
+
notificationCount: number | null;
|
|
325815
|
+
}[];
|
|
325816
|
+
total: number;
|
|
325817
|
+
page?: number | undefined;
|
|
325818
|
+
pageSize?: number | undefined;
|
|
325819
|
+
lastPage?: number | null | undefined;
|
|
325820
|
+
}>;
|
|
325821
|
+
400: import("zod").ZodObject<{
|
|
325822
|
+
message: import("zod").ZodString;
|
|
325823
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325824
|
+
message: string;
|
|
325825
|
+
}, {
|
|
325826
|
+
message: string;
|
|
325827
|
+
}>;
|
|
325828
|
+
401: import("zod").ZodObject<{
|
|
325829
|
+
message: import("zod").ZodString;
|
|
325830
|
+
error: import("zod").ZodAny;
|
|
325831
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325832
|
+
message: string;
|
|
325833
|
+
error?: any;
|
|
325834
|
+
}, {
|
|
325835
|
+
message: string;
|
|
325836
|
+
error?: any;
|
|
325837
|
+
}>;
|
|
325838
|
+
500: import("zod").ZodObject<{
|
|
325839
|
+
message: import("zod").ZodString;
|
|
325840
|
+
error: import("zod").ZodAny;
|
|
325841
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325842
|
+
message: string;
|
|
325843
|
+
error?: any;
|
|
325844
|
+
}, {
|
|
325845
|
+
message: string;
|
|
325846
|
+
error?: any;
|
|
325847
|
+
}>;
|
|
325848
|
+
};
|
|
325849
|
+
path: "ms/settings/ms/user/essential";
|
|
325850
|
+
headers: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
325851
|
+
'x-tenant': import("zod").ZodString;
|
|
325852
|
+
'x-service-token': import("zod").ZodString;
|
|
325853
|
+
'x-code': import("zod").ZodOptional<import("zod").ZodString>;
|
|
325854
|
+
'x-client-timezone': import("zod").ZodDefault<import("zod").ZodString>;
|
|
325855
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
325856
|
+
'x-tenant': string;
|
|
325857
|
+
'x-service-token': string;
|
|
325858
|
+
'x-client-timezone': string;
|
|
325859
|
+
'x-code'?: string | undefined;
|
|
325860
|
+
}, {
|
|
325861
|
+
'x-tenant': string;
|
|
325862
|
+
'x-service-token': string;
|
|
325863
|
+
'x-code'?: string | undefined;
|
|
325864
|
+
'x-client-timezone'?: string | undefined;
|
|
325865
|
+
}>>>;
|
|
325866
|
+
};
|
|
325563
325867
|
getUsers: {
|
|
325564
325868
|
summary: "Get all users";
|
|
325565
325869
|
method: "GET";
|
|
@@ -325832,15 +326136,15 @@ export declare const memberSettingContract: {
|
|
|
325832
326136
|
}>;
|
|
325833
326137
|
responses: {
|
|
325834
326138
|
200: import("zod").ZodObject<{
|
|
326139
|
+
name: import("zod").ZodString;
|
|
325835
326140
|
id: import("zod").ZodString;
|
|
326141
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326142
|
+
email: import("zod").ZodString;
|
|
325836
326143
|
createdAt: import("zod").ZodDate;
|
|
325837
326144
|
updatedAt: import("zod").ZodDate;
|
|
325838
326145
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325839
|
-
name: import("zod").ZodString;
|
|
325840
|
-
email: import("zod").ZodString;
|
|
325841
326146
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
325842
326147
|
password: import("zod").ZodString;
|
|
325843
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325844
326148
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
325845
326149
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
325846
326150
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -326113,15 +326417,15 @@ export declare const memberSettingContract: {
|
|
|
326113
326417
|
201: import("zod").ZodObject<{
|
|
326114
326418
|
requestId: import("zod").ZodString;
|
|
326115
326419
|
user: import("zod").ZodObject<{
|
|
326420
|
+
name: import("zod").ZodString;
|
|
326116
326421
|
id: import("zod").ZodString;
|
|
326422
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326423
|
+
email: import("zod").ZodString;
|
|
326117
326424
|
createdAt: import("zod").ZodDate;
|
|
326118
326425
|
updatedAt: import("zod").ZodDate;
|
|
326119
326426
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326120
|
-
name: import("zod").ZodString;
|
|
326121
|
-
email: import("zod").ZodString;
|
|
326122
326427
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326123
326428
|
password: import("zod").ZodString;
|
|
326124
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326125
326429
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326126
326430
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
326127
326431
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -326496,15 +326800,15 @@ export declare const memberSettingContract: {
|
|
|
326496
326800
|
201: import("zod").ZodObject<{
|
|
326497
326801
|
requestId: import("zod").ZodString;
|
|
326498
326802
|
user: import("zod").ZodObject<{
|
|
326803
|
+
name: import("zod").ZodString;
|
|
326499
326804
|
id: import("zod").ZodString;
|
|
326805
|
+
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326806
|
+
email: import("zod").ZodString;
|
|
326500
326807
|
createdAt: import("zod").ZodDate;
|
|
326501
326808
|
updatedAt: import("zod").ZodDate;
|
|
326502
326809
|
deletedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326503
|
-
name: import("zod").ZodString;
|
|
326504
|
-
email: import("zod").ZodString;
|
|
326505
326810
|
emailVerifiedAt: import("zod").ZodNullable<import("zod").ZodDate>;
|
|
326506
326811
|
password: import("zod").ZodString;
|
|
326507
|
-
address: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326508
326812
|
phone: import("zod").ZodNullable<import("zod").ZodString>;
|
|
326509
326813
|
notificationCount: import("zod").ZodNullable<import("zod").ZodNumber>;
|
|
326510
326814
|
roles: import("zod").ZodArray<import("zod").ZodObject<{
|