@liaisongroup/assist-api-js-client 1.5.154 → 1.5.156
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/openapi.d.ts +1 -1
- package/dist/openapi.json +3 -2
- package/dist/openapi.zod.d.ts +19 -19
- package/dist/openapi.zod.js +1 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -169,7 +169,7 @@ declare namespace Components {
|
|
|
169
169
|
relationships?: CaseActivityLogRelationships;
|
|
170
170
|
attributes: {
|
|
171
171
|
user_name?: string;
|
|
172
|
-
target_type?: "Case" | "Note" | "
|
|
172
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task";
|
|
173
173
|
target_id?: null | string /* uuid */;
|
|
174
174
|
target_name?: string;
|
|
175
175
|
event_type?: "create" | "destroy" | "update";
|
package/dist/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Liaison Assist API",
|
|
5
5
|
"description": "\n",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.379",
|
|
7
7
|
"license": {
|
|
8
8
|
"name": "MIT",
|
|
9
9
|
"url": "https://opensource.org/licenses/MIT"
|
|
@@ -9768,7 +9768,8 @@
|
|
|
9768
9768
|
"enum": [
|
|
9769
9769
|
"Case",
|
|
9770
9770
|
"Note",
|
|
9771
|
-
"
|
|
9771
|
+
"Case tags",
|
|
9772
|
+
"Task tags",
|
|
9772
9773
|
"Task"
|
|
9773
9774
|
]
|
|
9774
9775
|
},
|
package/dist/openapi.zod.d.ts
CHANGED
|
@@ -133724,7 +133724,7 @@ export declare const CaseActivityLogData: z.ZodObject<{
|
|
|
133724
133724
|
}>>;
|
|
133725
133725
|
attributes: z.ZodObject<{
|
|
133726
133726
|
user_name: z.ZodOptional<z.ZodString>;
|
|
133727
|
-
target_type: z.ZodOptional<z.ZodEnum<["Case", "Note", "
|
|
133727
|
+
target_type: z.ZodOptional<z.ZodEnum<["Case", "Note", "Case tags", "Task tags", "Task"]>>;
|
|
133728
133728
|
target_id: z.ZodOptional<z.ZodUnion<[z.ZodNull, z.ZodString]>>;
|
|
133729
133729
|
target_name: z.ZodOptional<z.ZodString>;
|
|
133730
133730
|
event_type: z.ZodOptional<z.ZodEnum<["create", "destroy", "update"]>>;
|
|
@@ -133752,7 +133752,7 @@ export declare const CaseActivityLogData: z.ZodObject<{
|
|
|
133752
133752
|
}, "strip", z.ZodTypeAny, {
|
|
133753
133753
|
created_at?: string | undefined;
|
|
133754
133754
|
user_name?: string | undefined;
|
|
133755
|
-
target_type?: "Case" | "Note" | "
|
|
133755
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
133756
133756
|
target_id?: string | null | undefined;
|
|
133757
133757
|
target_name?: string | undefined;
|
|
133758
133758
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -133767,7 +133767,7 @@ export declare const CaseActivityLogData: z.ZodObject<{
|
|
|
133767
133767
|
}, {
|
|
133768
133768
|
created_at?: string | undefined;
|
|
133769
133769
|
user_name?: string | undefined;
|
|
133770
|
-
target_type?: "Case" | "Note" | "
|
|
133770
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
133771
133771
|
target_id?: string | null | undefined;
|
|
133772
133772
|
target_name?: string | undefined;
|
|
133773
133773
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -133785,7 +133785,7 @@ export declare const CaseActivityLogData: z.ZodObject<{
|
|
|
133785
133785
|
attributes: {
|
|
133786
133786
|
created_at?: string | undefined;
|
|
133787
133787
|
user_name?: string | undefined;
|
|
133788
|
-
target_type?: "Case" | "Note" | "
|
|
133788
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
133789
133789
|
target_id?: string | null | undefined;
|
|
133790
133790
|
target_name?: string | undefined;
|
|
133791
133791
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -133836,7 +133836,7 @@ export declare const CaseActivityLogData: z.ZodObject<{
|
|
|
133836
133836
|
attributes: {
|
|
133837
133837
|
created_at?: string | undefined;
|
|
133838
133838
|
user_name?: string | undefined;
|
|
133839
|
-
target_type?: "Case" | "Note" | "
|
|
133839
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
133840
133840
|
target_id?: string | null | undefined;
|
|
133841
133841
|
target_name?: string | undefined;
|
|
133842
133842
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -135450,7 +135450,7 @@ export declare const CaseActivityLogs: z.ZodObject<{
|
|
|
135450
135450
|
}>>;
|
|
135451
135451
|
attributes: z.ZodObject<{
|
|
135452
135452
|
user_name: z.ZodOptional<z.ZodString>;
|
|
135453
|
-
target_type: z.ZodOptional<z.ZodEnum<["Case", "Note", "
|
|
135453
|
+
target_type: z.ZodOptional<z.ZodEnum<["Case", "Note", "Case tags", "Task tags", "Task"]>>;
|
|
135454
135454
|
target_id: z.ZodOptional<z.ZodUnion<[z.ZodNull, z.ZodString]>>;
|
|
135455
135455
|
target_name: z.ZodOptional<z.ZodString>;
|
|
135456
135456
|
event_type: z.ZodOptional<z.ZodEnum<["create", "destroy", "update"]>>;
|
|
@@ -135478,7 +135478,7 @@ export declare const CaseActivityLogs: z.ZodObject<{
|
|
|
135478
135478
|
}, "strip", z.ZodTypeAny, {
|
|
135479
135479
|
created_at?: string | undefined;
|
|
135480
135480
|
user_name?: string | undefined;
|
|
135481
|
-
target_type?: "Case" | "Note" | "
|
|
135481
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
135482
135482
|
target_id?: string | null | undefined;
|
|
135483
135483
|
target_name?: string | undefined;
|
|
135484
135484
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -135493,7 +135493,7 @@ export declare const CaseActivityLogs: z.ZodObject<{
|
|
|
135493
135493
|
}, {
|
|
135494
135494
|
created_at?: string | undefined;
|
|
135495
135495
|
user_name?: string | undefined;
|
|
135496
|
-
target_type?: "Case" | "Note" | "
|
|
135496
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
135497
135497
|
target_id?: string | null | undefined;
|
|
135498
135498
|
target_name?: string | undefined;
|
|
135499
135499
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -135511,7 +135511,7 @@ export declare const CaseActivityLogs: z.ZodObject<{
|
|
|
135511
135511
|
attributes: {
|
|
135512
135512
|
created_at?: string | undefined;
|
|
135513
135513
|
user_name?: string | undefined;
|
|
135514
|
-
target_type?: "Case" | "Note" | "
|
|
135514
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
135515
135515
|
target_id?: string | null | undefined;
|
|
135516
135516
|
target_name?: string | undefined;
|
|
135517
135517
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -135562,7 +135562,7 @@ export declare const CaseActivityLogs: z.ZodObject<{
|
|
|
135562
135562
|
attributes: {
|
|
135563
135563
|
created_at?: string | undefined;
|
|
135564
135564
|
user_name?: string | undefined;
|
|
135565
|
-
target_type?: "Case" | "Note" | "
|
|
135565
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
135566
135566
|
target_id?: string | null | undefined;
|
|
135567
135567
|
target_name?: string | undefined;
|
|
135568
135568
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -136915,7 +136915,7 @@ export declare const CaseActivityLogs: z.ZodObject<{
|
|
|
136915
136915
|
attributes: {
|
|
136916
136916
|
created_at?: string | undefined;
|
|
136917
136917
|
user_name?: string | undefined;
|
|
136918
|
-
target_type?: "Case" | "Note" | "
|
|
136918
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
136919
136919
|
target_id?: string | null | undefined;
|
|
136920
136920
|
target_name?: string | undefined;
|
|
136921
136921
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -137169,7 +137169,7 @@ export declare const CaseActivityLogs: z.ZodObject<{
|
|
|
137169
137169
|
attributes: {
|
|
137170
137170
|
created_at?: string | undefined;
|
|
137171
137171
|
user_name?: string | undefined;
|
|
137172
|
-
target_type?: "Case" | "Note" | "
|
|
137172
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
137173
137173
|
target_id?: string | null | undefined;
|
|
137174
137174
|
target_name?: string | undefined;
|
|
137175
137175
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -194343,7 +194343,7 @@ export declare const CaseActivityLog: z.ZodObject<{
|
|
|
194343
194343
|
}>>;
|
|
194344
194344
|
attributes: z.ZodObject<{
|
|
194345
194345
|
user_name: z.ZodOptional<z.ZodString>;
|
|
194346
|
-
target_type: z.ZodOptional<z.ZodEnum<["Case", "Note", "
|
|
194346
|
+
target_type: z.ZodOptional<z.ZodEnum<["Case", "Note", "Case tags", "Task tags", "Task"]>>;
|
|
194347
194347
|
target_id: z.ZodOptional<z.ZodUnion<[z.ZodNull, z.ZodString]>>;
|
|
194348
194348
|
target_name: z.ZodOptional<z.ZodString>;
|
|
194349
194349
|
event_type: z.ZodOptional<z.ZodEnum<["create", "destroy", "update"]>>;
|
|
@@ -194371,7 +194371,7 @@ export declare const CaseActivityLog: z.ZodObject<{
|
|
|
194371
194371
|
}, "strip", z.ZodTypeAny, {
|
|
194372
194372
|
created_at?: string | undefined;
|
|
194373
194373
|
user_name?: string | undefined;
|
|
194374
|
-
target_type?: "Case" | "Note" | "
|
|
194374
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
194375
194375
|
target_id?: string | null | undefined;
|
|
194376
194376
|
target_name?: string | undefined;
|
|
194377
194377
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -194386,7 +194386,7 @@ export declare const CaseActivityLog: z.ZodObject<{
|
|
|
194386
194386
|
}, {
|
|
194387
194387
|
created_at?: string | undefined;
|
|
194388
194388
|
user_name?: string | undefined;
|
|
194389
|
-
target_type?: "Case" | "Note" | "
|
|
194389
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
194390
194390
|
target_id?: string | null | undefined;
|
|
194391
194391
|
target_name?: string | undefined;
|
|
194392
194392
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -194404,7 +194404,7 @@ export declare const CaseActivityLog: z.ZodObject<{
|
|
|
194404
194404
|
attributes: {
|
|
194405
194405
|
created_at?: string | undefined;
|
|
194406
194406
|
user_name?: string | undefined;
|
|
194407
|
-
target_type?: "Case" | "Note" | "
|
|
194407
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
194408
194408
|
target_id?: string | null | undefined;
|
|
194409
194409
|
target_name?: string | undefined;
|
|
194410
194410
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -194455,7 +194455,7 @@ export declare const CaseActivityLog: z.ZodObject<{
|
|
|
194455
194455
|
attributes: {
|
|
194456
194456
|
created_at?: string | undefined;
|
|
194457
194457
|
user_name?: string | undefined;
|
|
194458
|
-
target_type?: "Case" | "Note" | "
|
|
194458
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
194459
194459
|
target_id?: string | null | undefined;
|
|
194460
194460
|
target_name?: string | undefined;
|
|
194461
194461
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -195833,7 +195833,7 @@ export declare const CaseActivityLog: z.ZodObject<{
|
|
|
195833
195833
|
attributes: {
|
|
195834
195834
|
created_at?: string | undefined;
|
|
195835
195835
|
user_name?: string | undefined;
|
|
195836
|
-
target_type?: "Case" | "Note" | "
|
|
195836
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
195837
195837
|
target_id?: string | null | undefined;
|
|
195838
195838
|
target_name?: string | undefined;
|
|
195839
195839
|
event_type?: "update" | "create" | "destroy" | undefined;
|
|
@@ -196077,7 +196077,7 @@ export declare const CaseActivityLog: z.ZodObject<{
|
|
|
196077
196077
|
attributes: {
|
|
196078
196078
|
created_at?: string | undefined;
|
|
196079
196079
|
user_name?: string | undefined;
|
|
196080
|
-
target_type?: "Case" | "Note" | "
|
|
196080
|
+
target_type?: "Case" | "Note" | "Case tags" | "Task tags" | "Task" | undefined;
|
|
196081
196081
|
target_id?: string | null | undefined;
|
|
196082
196082
|
target_name?: string | undefined;
|
|
196083
196083
|
event_type?: "update" | "create" | "destroy" | undefined;
|
package/dist/openapi.zod.js
CHANGED
|
@@ -1526,7 +1526,7 @@ export const CaseActivityLogData = z.object({
|
|
|
1526
1526
|
attributes: z
|
|
1527
1527
|
.object({
|
|
1528
1528
|
user_name: z.string(),
|
|
1529
|
-
target_type: z.enum(["Case", "Note", "
|
|
1529
|
+
target_type: z.enum(["Case", "Note", "Case tags", "Task tags", "Task"]),
|
|
1530
1530
|
target_id: z.union([z.null(), z.string()]),
|
|
1531
1531
|
target_name: z.string(),
|
|
1532
1532
|
event_type: z.enum(["create", "destroy", "update"]),
|
package/package.json
CHANGED