@seamapi/types 1.193.0 → 1.195.0
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/connect.cjs +763 -418
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1232 -5023
- package/lib/seam/connect/models/events/access-codes.d.ts +102 -0
- package/lib/seam/connect/models/events/acs/common.d.ts +3 -0
- package/lib/seam/connect/models/events/acs/credentials.d.ts +6 -0
- package/lib/seam/connect/models/events/acs/index.d.ts +9 -0
- package/lib/seam/connect/models/events/acs/systems.d.ts +6 -0
- package/lib/seam/connect/models/events/acs/users.d.ts +6 -0
- package/lib/seam/connect/models/events/action-attempts.d.ts +6 -0
- package/lib/seam/connect/models/events/client-sessions.d.ts +6 -0
- package/lib/seam/connect/models/events/common.d.ts +3 -0
- package/lib/seam/connect/models/events/common.js +6 -0
- package/lib/seam/connect/models/events/common.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.d.ts +42 -0
- package/lib/seam/connect/models/events/devices.d.ts +150 -0
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +6 -0
- package/lib/seam/connect/models/events/phones.d.ts +6 -0
- package/lib/seam/connect/models/events/seam-event.d.ts +165 -0
- package/lib/seam/connect/openapi.d.ts +215 -109
- package/lib/seam/connect/openapi.js +680 -341
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +852 -4914
- package/package.json +1 -1
- package/src/lib/seam/connect/models/events/common.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +683 -406
- package/src/lib/seam/connect/route-types.ts +857 -4919
|
@@ -3,18 +3,21 @@ export declare const enrollment_automation_deleted_event: z.ZodObject<{
|
|
|
3
3
|
created_at: z.ZodString;
|
|
4
4
|
workspace_id: z.ZodString;
|
|
5
5
|
enrollment_automation_id: z.ZodString;
|
|
6
|
+
event_id: z.ZodString;
|
|
6
7
|
occurred_at: z.ZodString;
|
|
7
8
|
event_type: z.ZodLiteral<"enrollment_automation.deleted">;
|
|
8
9
|
}, "strip", z.ZodTypeAny, {
|
|
9
10
|
created_at: string;
|
|
10
11
|
workspace_id: string;
|
|
11
12
|
enrollment_automation_id: string;
|
|
13
|
+
event_id: string;
|
|
12
14
|
occurred_at: string;
|
|
13
15
|
event_type: "enrollment_automation.deleted";
|
|
14
16
|
}, {
|
|
15
17
|
created_at: string;
|
|
16
18
|
workspace_id: string;
|
|
17
19
|
enrollment_automation_id: string;
|
|
20
|
+
event_id: string;
|
|
18
21
|
occurred_at: string;
|
|
19
22
|
event_type: "enrollment_automation.deleted";
|
|
20
23
|
}>;
|
|
@@ -23,18 +26,21 @@ export declare const enrollment_automation_events: readonly [z.ZodObject<{
|
|
|
23
26
|
created_at: z.ZodString;
|
|
24
27
|
workspace_id: z.ZodString;
|
|
25
28
|
enrollment_automation_id: z.ZodString;
|
|
29
|
+
event_id: z.ZodString;
|
|
26
30
|
occurred_at: z.ZodString;
|
|
27
31
|
event_type: z.ZodLiteral<"enrollment_automation.deleted">;
|
|
28
32
|
}, "strip", z.ZodTypeAny, {
|
|
29
33
|
created_at: string;
|
|
30
34
|
workspace_id: string;
|
|
31
35
|
enrollment_automation_id: string;
|
|
36
|
+
event_id: string;
|
|
32
37
|
occurred_at: string;
|
|
33
38
|
event_type: "enrollment_automation.deleted";
|
|
34
39
|
}, {
|
|
35
40
|
created_at: string;
|
|
36
41
|
workspace_id: string;
|
|
37
42
|
enrollment_automation_id: string;
|
|
43
|
+
event_id: string;
|
|
38
44
|
occurred_at: string;
|
|
39
45
|
event_type: "enrollment_automation.deleted";
|
|
40
46
|
}>];
|
|
@@ -3,18 +3,21 @@ export declare const phone_deactivated_event: z.ZodObject<{
|
|
|
3
3
|
device_id: z.ZodString;
|
|
4
4
|
created_at: z.ZodString;
|
|
5
5
|
workspace_id: z.ZodString;
|
|
6
|
+
event_id: z.ZodString;
|
|
6
7
|
occurred_at: z.ZodString;
|
|
7
8
|
event_type: z.ZodLiteral<"phone.deactivated">;
|
|
8
9
|
}, "strip", z.ZodTypeAny, {
|
|
9
10
|
device_id: string;
|
|
10
11
|
created_at: string;
|
|
11
12
|
workspace_id: string;
|
|
13
|
+
event_id: string;
|
|
12
14
|
occurred_at: string;
|
|
13
15
|
event_type: "phone.deactivated";
|
|
14
16
|
}, {
|
|
15
17
|
device_id: string;
|
|
16
18
|
created_at: string;
|
|
17
19
|
workspace_id: string;
|
|
20
|
+
event_id: string;
|
|
18
21
|
occurred_at: string;
|
|
19
22
|
event_type: "phone.deactivated";
|
|
20
23
|
}>;
|
|
@@ -23,18 +26,21 @@ export declare const phone_events: readonly [z.ZodObject<{
|
|
|
23
26
|
device_id: z.ZodString;
|
|
24
27
|
created_at: z.ZodString;
|
|
25
28
|
workspace_id: z.ZodString;
|
|
29
|
+
event_id: z.ZodString;
|
|
26
30
|
occurred_at: z.ZodString;
|
|
27
31
|
event_type: z.ZodLiteral<"phone.deactivated">;
|
|
28
32
|
}, "strip", z.ZodTypeAny, {
|
|
29
33
|
device_id: string;
|
|
30
34
|
created_at: string;
|
|
31
35
|
workspace_id: string;
|
|
36
|
+
event_id: string;
|
|
32
37
|
occurred_at: string;
|
|
33
38
|
event_type: "phone.deactivated";
|
|
34
39
|
}, {
|
|
35
40
|
device_id: string;
|
|
36
41
|
created_at: string;
|
|
37
42
|
workspace_id: string;
|
|
43
|
+
event_id: string;
|
|
38
44
|
occurred_at: string;
|
|
39
45
|
event_type: "phone.deactivated";
|
|
40
46
|
}>];
|