@seamapi/types 1.327.0 → 1.329.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 +993 -370
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1130 -63
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +9 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
- package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +6 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +7 -4
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
- package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
- package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +5 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +5 -1
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +5 -1
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/models/events/access-codes.js +119 -68
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/access_groups.js +7 -4
- package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -1
- package/lib/seam/connect/models/events/acs/credentials.d.ts +61 -0
- package/lib/seam/connect/models/events/acs/credentials.js +19 -7
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/encoders.js +14 -8
- package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/acs/systems.js +21 -12
- package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +7 -4
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +28 -16
- package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
- package/lib/seam/connect/models/events/client-sessions.js +7 -4
- package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +14 -8
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +45 -25
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +214 -119
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/models/events/phones.js +7 -4
- package/lib/seam/connect/models/events/phones.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/models/events/seam-event.js +5 -1
- package/lib/seam/connect/models/events/seam-event.js.map +1 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +5 -1
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +5 -1
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +140 -4
- package/lib/seam/connect/openapi.js +322 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +739 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
- package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
- package/src/lib/seam/connect/models/acs/acs-credential.ts +12 -0
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
- package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
- package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
- package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
- package/src/lib/seam/connect/models/devices/device.ts +5 -1
- package/src/lib/seam/connect/models/devices/phone.ts +5 -1
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
- package/src/lib/seam/connect/models/events/acs/access_groups.ts +8 -5
- package/src/lib/seam/connect/models/events/acs/credentials.ts +21 -10
- package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
- package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
- package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
- package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
- package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
- package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
- package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
- package/src/lib/seam/connect/models/events/devices.ts +339 -301
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
- package/src/lib/seam/connect/models/events/phones.ts +8 -5
- package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
- package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
- package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
- package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
- package/src/lib/seam/connect/openapi.ts +354 -6
- package/src/lib/seam/connect/route-types.ts +835 -5
|
@@ -366,6 +366,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
366
366
|
message: string;
|
|
367
367
|
warning_code: "unknown_issue_with_acs_credential";
|
|
368
368
|
created_at: string;
|
|
369
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
370
|
+
created_at: z.ZodString;
|
|
371
|
+
message: z.ZodString;
|
|
372
|
+
}, {
|
|
373
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
374
|
+
}>, "strip", z.ZodTypeAny, {
|
|
375
|
+
message: string;
|
|
376
|
+
warning_code: "needs_to_be_reissued";
|
|
377
|
+
created_at: string;
|
|
378
|
+
}, {
|
|
379
|
+
message: string;
|
|
380
|
+
warning_code: "needs_to_be_reissued";
|
|
381
|
+
created_at: string;
|
|
369
382
|
}>]>, "many">;
|
|
370
383
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
371
384
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -426,6 +439,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
426
439
|
message: string;
|
|
427
440
|
warning_code: "unknown_issue_with_acs_credential";
|
|
428
441
|
created_at: string;
|
|
442
|
+
} | {
|
|
443
|
+
message: string;
|
|
444
|
+
warning_code: "needs_to_be_reissued";
|
|
445
|
+
created_at: string;
|
|
429
446
|
})[];
|
|
430
447
|
display_name: string;
|
|
431
448
|
workspace_id: string;
|
|
@@ -484,6 +501,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
484
501
|
message: string;
|
|
485
502
|
warning_code: "unknown_issue_with_acs_credential";
|
|
486
503
|
created_at: string;
|
|
504
|
+
} | {
|
|
505
|
+
message: string;
|
|
506
|
+
warning_code: "needs_to_be_reissued";
|
|
507
|
+
created_at: string;
|
|
487
508
|
})[];
|
|
488
509
|
display_name: string;
|
|
489
510
|
workspace_id: string;
|
|
@@ -610,6 +631,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
610
631
|
message: string;
|
|
611
632
|
warning_code: "unknown_issue_with_acs_credential";
|
|
612
633
|
created_at: string;
|
|
634
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
635
|
+
created_at: z.ZodString;
|
|
636
|
+
message: z.ZodString;
|
|
637
|
+
}, {
|
|
638
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
639
|
+
}>, "strip", z.ZodTypeAny, {
|
|
640
|
+
message: string;
|
|
641
|
+
warning_code: "needs_to_be_reissued";
|
|
642
|
+
created_at: string;
|
|
643
|
+
}, {
|
|
644
|
+
message: string;
|
|
645
|
+
warning_code: "needs_to_be_reissued";
|
|
646
|
+
created_at: string;
|
|
613
647
|
}>]>, "many">;
|
|
614
648
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
615
649
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -670,6 +704,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
670
704
|
message: string;
|
|
671
705
|
warning_code: "unknown_issue_with_acs_credential";
|
|
672
706
|
created_at: string;
|
|
707
|
+
} | {
|
|
708
|
+
message: string;
|
|
709
|
+
warning_code: "needs_to_be_reissued";
|
|
710
|
+
created_at: string;
|
|
673
711
|
})[];
|
|
674
712
|
display_name: string;
|
|
675
713
|
workspace_id: string;
|
|
@@ -728,6 +766,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
728
766
|
message: string;
|
|
729
767
|
warning_code: "unknown_issue_with_acs_credential";
|
|
730
768
|
created_at: string;
|
|
769
|
+
} | {
|
|
770
|
+
message: string;
|
|
771
|
+
warning_code: "needs_to_be_reissued";
|
|
772
|
+
created_at: string;
|
|
731
773
|
})[];
|
|
732
774
|
display_name: string;
|
|
733
775
|
workspace_id: string;
|
|
@@ -823,6 +865,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
823
865
|
message: string;
|
|
824
866
|
warning_code: "unknown_issue_with_acs_credential";
|
|
825
867
|
created_at: string;
|
|
868
|
+
} | {
|
|
869
|
+
message: string;
|
|
870
|
+
warning_code: "needs_to_be_reissued";
|
|
871
|
+
created_at: string;
|
|
826
872
|
})[];
|
|
827
873
|
display_name: string;
|
|
828
874
|
workspace_id: string;
|
|
@@ -881,6 +927,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
881
927
|
message: string;
|
|
882
928
|
warning_code: "unknown_issue_with_acs_credential";
|
|
883
929
|
created_at: string;
|
|
930
|
+
} | {
|
|
931
|
+
message: string;
|
|
932
|
+
warning_code: "needs_to_be_reissued";
|
|
933
|
+
created_at: string;
|
|
884
934
|
})[];
|
|
885
935
|
display_name: string;
|
|
886
936
|
workspace_id: string;
|
|
@@ -966,6 +1016,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
966
1016
|
message: string;
|
|
967
1017
|
warning_code: "unknown_issue_with_acs_credential";
|
|
968
1018
|
created_at: string;
|
|
1019
|
+
} | {
|
|
1020
|
+
message: string;
|
|
1021
|
+
warning_code: "needs_to_be_reissued";
|
|
1022
|
+
created_at: string;
|
|
969
1023
|
})[];
|
|
970
1024
|
display_name: string;
|
|
971
1025
|
workspace_id: string;
|
|
@@ -1024,6 +1078,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1024
1078
|
message: string;
|
|
1025
1079
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1026
1080
|
created_at: string;
|
|
1081
|
+
} | {
|
|
1082
|
+
message: string;
|
|
1083
|
+
warning_code: "needs_to_be_reissued";
|
|
1084
|
+
created_at: string;
|
|
1027
1085
|
})[];
|
|
1028
1086
|
display_name: string;
|
|
1029
1087
|
workspace_id: string;
|
|
@@ -1114,6 +1172,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1114
1172
|
message: string;
|
|
1115
1173
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1116
1174
|
created_at: string;
|
|
1175
|
+
} | {
|
|
1176
|
+
message: string;
|
|
1177
|
+
warning_code: "needs_to_be_reissued";
|
|
1178
|
+
created_at: string;
|
|
1117
1179
|
})[];
|
|
1118
1180
|
display_name: string;
|
|
1119
1181
|
workspace_id: string;
|
|
@@ -1172,6 +1234,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1172
1234
|
message: string;
|
|
1173
1235
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1174
1236
|
created_at: string;
|
|
1237
|
+
} | {
|
|
1238
|
+
message: string;
|
|
1239
|
+
warning_code: "needs_to_be_reissued";
|
|
1240
|
+
created_at: string;
|
|
1175
1241
|
})[];
|
|
1176
1242
|
display_name: string;
|
|
1177
1243
|
workspace_id: string;
|
|
@@ -1263,6 +1329,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1263
1329
|
message: string;
|
|
1264
1330
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1265
1331
|
created_at: string;
|
|
1332
|
+
} | {
|
|
1333
|
+
message: string;
|
|
1334
|
+
warning_code: "needs_to_be_reissued";
|
|
1335
|
+
created_at: string;
|
|
1266
1336
|
})[];
|
|
1267
1337
|
display_name: string;
|
|
1268
1338
|
workspace_id: string;
|
|
@@ -1321,6 +1391,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1321
1391
|
message: string;
|
|
1322
1392
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1323
1393
|
created_at: string;
|
|
1394
|
+
} | {
|
|
1395
|
+
message: string;
|
|
1396
|
+
warning_code: "needs_to_be_reissued";
|
|
1397
|
+
created_at: string;
|
|
1324
1398
|
})[];
|
|
1325
1399
|
display_name: string;
|
|
1326
1400
|
workspace_id: string;
|
|
@@ -1545,6 +1619,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1545
1619
|
message: string;
|
|
1546
1620
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1547
1621
|
created_at: string;
|
|
1622
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1623
|
+
created_at: z.ZodString;
|
|
1624
|
+
message: z.ZodString;
|
|
1625
|
+
}, {
|
|
1626
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
1627
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1628
|
+
message: string;
|
|
1629
|
+
warning_code: "needs_to_be_reissued";
|
|
1630
|
+
created_at: string;
|
|
1631
|
+
}, {
|
|
1632
|
+
message: string;
|
|
1633
|
+
warning_code: "needs_to_be_reissued";
|
|
1634
|
+
created_at: string;
|
|
1548
1635
|
}>]>, "many">;
|
|
1549
1636
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
1550
1637
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1605,6 +1692,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1605
1692
|
message: string;
|
|
1606
1693
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1607
1694
|
created_at: string;
|
|
1695
|
+
} | {
|
|
1696
|
+
message: string;
|
|
1697
|
+
warning_code: "needs_to_be_reissued";
|
|
1698
|
+
created_at: string;
|
|
1608
1699
|
})[];
|
|
1609
1700
|
display_name: string;
|
|
1610
1701
|
workspace_id: string;
|
|
@@ -1663,6 +1754,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1663
1754
|
message: string;
|
|
1664
1755
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1665
1756
|
created_at: string;
|
|
1757
|
+
} | {
|
|
1758
|
+
message: string;
|
|
1759
|
+
warning_code: "needs_to_be_reissued";
|
|
1760
|
+
created_at: string;
|
|
1666
1761
|
})[];
|
|
1667
1762
|
display_name: string;
|
|
1668
1763
|
workspace_id: string;
|
|
@@ -1789,6 +1884,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1789
1884
|
message: string;
|
|
1790
1885
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1791
1886
|
created_at: string;
|
|
1887
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1888
|
+
created_at: z.ZodString;
|
|
1889
|
+
message: z.ZodString;
|
|
1890
|
+
}, {
|
|
1891
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
1892
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1893
|
+
message: string;
|
|
1894
|
+
warning_code: "needs_to_be_reissued";
|
|
1895
|
+
created_at: string;
|
|
1896
|
+
}, {
|
|
1897
|
+
message: string;
|
|
1898
|
+
warning_code: "needs_to_be_reissued";
|
|
1899
|
+
created_at: string;
|
|
1792
1900
|
}>]>, "many">;
|
|
1793
1901
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
1794
1902
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1849,6 +1957,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1849
1957
|
message: string;
|
|
1850
1958
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1851
1959
|
created_at: string;
|
|
1960
|
+
} | {
|
|
1961
|
+
message: string;
|
|
1962
|
+
warning_code: "needs_to_be_reissued";
|
|
1963
|
+
created_at: string;
|
|
1852
1964
|
})[];
|
|
1853
1965
|
display_name: string;
|
|
1854
1966
|
workspace_id: string;
|
|
@@ -1907,6 +2019,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1907
2019
|
message: string;
|
|
1908
2020
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1909
2021
|
created_at: string;
|
|
2022
|
+
} | {
|
|
2023
|
+
message: string;
|
|
2024
|
+
warning_code: "needs_to_be_reissued";
|
|
2025
|
+
created_at: string;
|
|
1910
2026
|
})[];
|
|
1911
2027
|
display_name: string;
|
|
1912
2028
|
workspace_id: string;
|
|
@@ -1970,6 +2086,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1970
2086
|
message: string;
|
|
1971
2087
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1972
2088
|
created_at: string;
|
|
2089
|
+
} | {
|
|
2090
|
+
message: string;
|
|
2091
|
+
warning_code: "needs_to_be_reissued";
|
|
2092
|
+
created_at: string;
|
|
1973
2093
|
})[];
|
|
1974
2094
|
display_name: string;
|
|
1975
2095
|
workspace_id: string;
|
|
@@ -2028,6 +2148,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2028
2148
|
message: string;
|
|
2029
2149
|
warning_code: "unknown_issue_with_acs_credential";
|
|
2030
2150
|
created_at: string;
|
|
2151
|
+
} | {
|
|
2152
|
+
message: string;
|
|
2153
|
+
warning_code: "needs_to_be_reissued";
|
|
2154
|
+
created_at: string;
|
|
2031
2155
|
})[];
|
|
2032
2156
|
display_name: string;
|
|
2033
2157
|
workspace_id: string;
|
|
@@ -2092,6 +2216,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2092
2216
|
message: string;
|
|
2093
2217
|
warning_code: "unknown_issue_with_acs_credential";
|
|
2094
2218
|
created_at: string;
|
|
2219
|
+
} | {
|
|
2220
|
+
message: string;
|
|
2221
|
+
warning_code: "needs_to_be_reissued";
|
|
2222
|
+
created_at: string;
|
|
2095
2223
|
})[];
|
|
2096
2224
|
display_name: string;
|
|
2097
2225
|
workspace_id: string;
|
|
@@ -2150,6 +2278,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2150
2278
|
message: string;
|
|
2151
2279
|
warning_code: "unknown_issue_with_acs_credential";
|
|
2152
2280
|
created_at: string;
|
|
2281
|
+
} | {
|
|
2282
|
+
message: string;
|
|
2283
|
+
warning_code: "needs_to_be_reissued";
|
|
2284
|
+
created_at: string;
|
|
2153
2285
|
})[];
|
|
2154
2286
|
display_name: string;
|
|
2155
2287
|
workspace_id: string;
|
|
@@ -18,5 +18,9 @@ export const action_attempt = z.union([
|
|
|
18
18
|
...set_hvac_mode_action_attempt.options,
|
|
19
19
|
...activate_climate_preset_action_attempt.options,
|
|
20
20
|
...deprecated_action_attempts,
|
|
21
|
-
])
|
|
21
|
+
]).describe(`
|
|
22
|
+
---
|
|
23
|
+
route_path: /action_attempts
|
|
24
|
+
---
|
|
25
|
+
`);
|
|
22
26
|
//# sourceMappingURL=action-attempt.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action-attempt.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/action-attempts/action-attempt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,sCAAsC,EAAE,MAAM,8BAA8B,CAAA;AACrF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAA;AAC5D,OAAO,EAAE,gCAAgC,EAAE,MAAM,wBAAwB,CAAA;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,sCAAsC,EAAE,MAAM,8BAA8B,CAAA;AACrF,OAAO,EAAE,8BAA8B,EAAE,MAAM,sBAAsB,CAAA;AACrE,OAAO,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAA;AAC/D,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAA;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC;IACpC,GAAG,wBAAwB,CAAC,OAAO;IACnC,GAAG,0BAA0B,CAAC,OAAO;IACrC,GAAG,8BAA8B,CAAC,OAAO;IACzC,GAAG,gCAAgC,CAAC,OAAO;IAC3C,GAAG,sCAAsC,CAAC,OAAO;IACjD,GAAG,2BAA2B,CAAC,OAAO;IACtC,GAAG,4BAA4B,CAAC,OAAO;IACvC,GAAG,sCAAsC,CAAC,OAAO;IACjD,GAAG,0BAA0B;CAC9B,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"action-attempt.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/action-attempts/action-attempt.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,sCAAsC,EAAE,MAAM,8BAA8B,CAAA;AACrF,OAAO,EAAE,0BAA0B,EAAE,MAAM,iBAAiB,CAAA;AAC5D,OAAO,EAAE,gCAAgC,EAAE,MAAM,wBAAwB,CAAA;AACzE,OAAO,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAA;AACzD,OAAO,EAAE,sCAAsC,EAAE,MAAM,8BAA8B,CAAA;AACrF,OAAO,EAAE,8BAA8B,EAAE,MAAM,sBAAsB,CAAA;AACrE,OAAO,EAAE,2BAA2B,EAAE,MAAM,mBAAmB,CAAA;AAC/D,OAAO,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAA;AACjE,OAAO,EAAE,0BAA0B,EAAE,MAAM,kBAAkB,CAAA;AAE7D,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC;IACpC,GAAG,wBAAwB,CAAC,OAAO;IACnC,GAAG,0BAA0B,CAAC,OAAO;IACrC,GAAG,8BAA8B,CAAC,OAAO;IACzC,GAAG,gCAAgC,CAAC,OAAO;IAC3C,GAAG,sCAAsC,CAAC,OAAO;IACjD,GAAG,2BAA2B,CAAC,OAAO;IACtC,GAAG,4BAA4B,CAAC,OAAO;IACvC,GAAG,sCAAsC,CAAC,OAAO;IACjD,GAAG,0BAA0B;CAC9B,CAAC,CAAC,QAAQ,CAAC;;;;CAIX,CAAC,CAAA"}
|
|
@@ -122,6 +122,19 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
122
122
|
message: string;
|
|
123
123
|
warning_code: "unknown_issue_with_acs_credential";
|
|
124
124
|
created_at: string;
|
|
125
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
126
|
+
created_at: z.ZodString;
|
|
127
|
+
message: z.ZodString;
|
|
128
|
+
}, {
|
|
129
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
130
|
+
}>, "strip", z.ZodTypeAny, {
|
|
131
|
+
message: string;
|
|
132
|
+
warning_code: "needs_to_be_reissued";
|
|
133
|
+
created_at: string;
|
|
134
|
+
}, {
|
|
135
|
+
message: string;
|
|
136
|
+
warning_code: "needs_to_be_reissued";
|
|
137
|
+
created_at: string;
|
|
125
138
|
}>]>, "many">;
|
|
126
139
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
127
140
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -182,6 +195,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
182
195
|
message: string;
|
|
183
196
|
warning_code: "unknown_issue_with_acs_credential";
|
|
184
197
|
created_at: string;
|
|
198
|
+
} | {
|
|
199
|
+
message: string;
|
|
200
|
+
warning_code: "needs_to_be_reissued";
|
|
201
|
+
created_at: string;
|
|
185
202
|
})[];
|
|
186
203
|
display_name: string;
|
|
187
204
|
workspace_id: string;
|
|
@@ -240,6 +257,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
240
257
|
message: string;
|
|
241
258
|
warning_code: "unknown_issue_with_acs_credential";
|
|
242
259
|
created_at: string;
|
|
260
|
+
} | {
|
|
261
|
+
message: string;
|
|
262
|
+
warning_code: "needs_to_be_reissued";
|
|
263
|
+
created_at: string;
|
|
243
264
|
})[];
|
|
244
265
|
display_name: string;
|
|
245
266
|
workspace_id: string;
|
|
@@ -366,6 +387,19 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
366
387
|
message: string;
|
|
367
388
|
warning_code: "unknown_issue_with_acs_credential";
|
|
368
389
|
created_at: string;
|
|
390
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
391
|
+
created_at: z.ZodString;
|
|
392
|
+
message: z.ZodString;
|
|
393
|
+
}, {
|
|
394
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
395
|
+
}>, "strip", z.ZodTypeAny, {
|
|
396
|
+
message: string;
|
|
397
|
+
warning_code: "needs_to_be_reissued";
|
|
398
|
+
created_at: string;
|
|
399
|
+
}, {
|
|
400
|
+
message: string;
|
|
401
|
+
warning_code: "needs_to_be_reissued";
|
|
402
|
+
created_at: string;
|
|
369
403
|
}>]>, "many">;
|
|
370
404
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
371
405
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -426,6 +460,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
426
460
|
message: string;
|
|
427
461
|
warning_code: "unknown_issue_with_acs_credential";
|
|
428
462
|
created_at: string;
|
|
463
|
+
} | {
|
|
464
|
+
message: string;
|
|
465
|
+
warning_code: "needs_to_be_reissued";
|
|
466
|
+
created_at: string;
|
|
429
467
|
})[];
|
|
430
468
|
display_name: string;
|
|
431
469
|
workspace_id: string;
|
|
@@ -484,6 +522,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
484
522
|
message: string;
|
|
485
523
|
warning_code: "unknown_issue_with_acs_credential";
|
|
486
524
|
created_at: string;
|
|
525
|
+
} | {
|
|
526
|
+
message: string;
|
|
527
|
+
warning_code: "needs_to_be_reissued";
|
|
528
|
+
created_at: string;
|
|
487
529
|
})[];
|
|
488
530
|
display_name: string;
|
|
489
531
|
workspace_id: string;
|
|
@@ -547,6 +589,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
547
589
|
message: string;
|
|
548
590
|
warning_code: "unknown_issue_with_acs_credential";
|
|
549
591
|
created_at: string;
|
|
592
|
+
} | {
|
|
593
|
+
message: string;
|
|
594
|
+
warning_code: "needs_to_be_reissued";
|
|
595
|
+
created_at: string;
|
|
550
596
|
})[];
|
|
551
597
|
display_name: string;
|
|
552
598
|
workspace_id: string;
|
|
@@ -605,6 +651,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
605
651
|
message: string;
|
|
606
652
|
warning_code: "unknown_issue_with_acs_credential";
|
|
607
653
|
created_at: string;
|
|
654
|
+
} | {
|
|
655
|
+
message: string;
|
|
656
|
+
warning_code: "needs_to_be_reissued";
|
|
657
|
+
created_at: string;
|
|
608
658
|
})[];
|
|
609
659
|
display_name: string;
|
|
610
660
|
workspace_id: string;
|
|
@@ -669,6 +719,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
669
719
|
message: string;
|
|
670
720
|
warning_code: "unknown_issue_with_acs_credential";
|
|
671
721
|
created_at: string;
|
|
722
|
+
} | {
|
|
723
|
+
message: string;
|
|
724
|
+
warning_code: "needs_to_be_reissued";
|
|
725
|
+
created_at: string;
|
|
672
726
|
})[];
|
|
673
727
|
display_name: string;
|
|
674
728
|
workspace_id: string;
|
|
@@ -727,6 +781,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
727
781
|
message: string;
|
|
728
782
|
warning_code: "unknown_issue_with_acs_credential";
|
|
729
783
|
created_at: string;
|
|
784
|
+
} | {
|
|
785
|
+
message: string;
|
|
786
|
+
warning_code: "needs_to_be_reissued";
|
|
787
|
+
created_at: string;
|
|
730
788
|
})[];
|
|
731
789
|
display_name: string;
|
|
732
790
|
workspace_id: string;
|
|
@@ -210,6 +210,19 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
210
210
|
message: string;
|
|
211
211
|
warning_code: "unknown_issue_with_acs_credential";
|
|
212
212
|
created_at: string;
|
|
213
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
214
|
+
created_at: z.ZodString;
|
|
215
|
+
message: z.ZodString;
|
|
216
|
+
}, {
|
|
217
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
218
|
+
}>, "strip", z.ZodTypeAny, {
|
|
219
|
+
message: string;
|
|
220
|
+
warning_code: "needs_to_be_reissued";
|
|
221
|
+
created_at: string;
|
|
222
|
+
}, {
|
|
223
|
+
message: string;
|
|
224
|
+
warning_code: "needs_to_be_reissued";
|
|
225
|
+
created_at: string;
|
|
213
226
|
}>]>, "many">;
|
|
214
227
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
215
228
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -270,6 +283,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
270
283
|
message: string;
|
|
271
284
|
warning_code: "unknown_issue_with_acs_credential";
|
|
272
285
|
created_at: string;
|
|
286
|
+
} | {
|
|
287
|
+
message: string;
|
|
288
|
+
warning_code: "needs_to_be_reissued";
|
|
289
|
+
created_at: string;
|
|
273
290
|
})[];
|
|
274
291
|
display_name: string;
|
|
275
292
|
workspace_id: string;
|
|
@@ -328,6 +345,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
328
345
|
message: string;
|
|
329
346
|
warning_code: "unknown_issue_with_acs_credential";
|
|
330
347
|
created_at: string;
|
|
348
|
+
} | {
|
|
349
|
+
message: string;
|
|
350
|
+
warning_code: "needs_to_be_reissued";
|
|
351
|
+
created_at: string;
|
|
331
352
|
})[];
|
|
332
353
|
display_name: string;
|
|
333
354
|
workspace_id: string;
|
|
@@ -454,6 +475,19 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
454
475
|
message: string;
|
|
455
476
|
warning_code: "unknown_issue_with_acs_credential";
|
|
456
477
|
created_at: string;
|
|
478
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
479
|
+
created_at: z.ZodString;
|
|
480
|
+
message: z.ZodString;
|
|
481
|
+
}, {
|
|
482
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
483
|
+
}>, "strip", z.ZodTypeAny, {
|
|
484
|
+
message: string;
|
|
485
|
+
warning_code: "needs_to_be_reissued";
|
|
486
|
+
created_at: string;
|
|
487
|
+
}, {
|
|
488
|
+
message: string;
|
|
489
|
+
warning_code: "needs_to_be_reissued";
|
|
490
|
+
created_at: string;
|
|
457
491
|
}>]>, "many">;
|
|
458
492
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
459
493
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -514,6 +548,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
514
548
|
message: string;
|
|
515
549
|
warning_code: "unknown_issue_with_acs_credential";
|
|
516
550
|
created_at: string;
|
|
551
|
+
} | {
|
|
552
|
+
message: string;
|
|
553
|
+
warning_code: "needs_to_be_reissued";
|
|
554
|
+
created_at: string;
|
|
517
555
|
})[];
|
|
518
556
|
display_name: string;
|
|
519
557
|
workspace_id: string;
|
|
@@ -572,6 +610,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
572
610
|
message: string;
|
|
573
611
|
warning_code: "unknown_issue_with_acs_credential";
|
|
574
612
|
created_at: string;
|
|
613
|
+
} | {
|
|
614
|
+
message: string;
|
|
615
|
+
warning_code: "needs_to_be_reissued";
|
|
616
|
+
created_at: string;
|
|
575
617
|
})[];
|
|
576
618
|
display_name: string;
|
|
577
619
|
workspace_id: string;
|
|
@@ -667,6 +709,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
667
709
|
message: string;
|
|
668
710
|
warning_code: "unknown_issue_with_acs_credential";
|
|
669
711
|
created_at: string;
|
|
712
|
+
} | {
|
|
713
|
+
message: string;
|
|
714
|
+
warning_code: "needs_to_be_reissued";
|
|
715
|
+
created_at: string;
|
|
670
716
|
})[];
|
|
671
717
|
display_name: string;
|
|
672
718
|
workspace_id: string;
|
|
@@ -725,6 +771,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
725
771
|
message: string;
|
|
726
772
|
warning_code: "unknown_issue_with_acs_credential";
|
|
727
773
|
created_at: string;
|
|
774
|
+
} | {
|
|
775
|
+
message: string;
|
|
776
|
+
warning_code: "needs_to_be_reissued";
|
|
777
|
+
created_at: string;
|
|
728
778
|
})[];
|
|
729
779
|
display_name: string;
|
|
730
780
|
workspace_id: string;
|
|
@@ -810,6 +860,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
810
860
|
message: string;
|
|
811
861
|
warning_code: "unknown_issue_with_acs_credential";
|
|
812
862
|
created_at: string;
|
|
863
|
+
} | {
|
|
864
|
+
message: string;
|
|
865
|
+
warning_code: "needs_to_be_reissued";
|
|
866
|
+
created_at: string;
|
|
813
867
|
})[];
|
|
814
868
|
display_name: string;
|
|
815
869
|
workspace_id: string;
|
|
@@ -868,6 +922,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
868
922
|
message: string;
|
|
869
923
|
warning_code: "unknown_issue_with_acs_credential";
|
|
870
924
|
created_at: string;
|
|
925
|
+
} | {
|
|
926
|
+
message: string;
|
|
927
|
+
warning_code: "needs_to_be_reissued";
|
|
928
|
+
created_at: string;
|
|
871
929
|
})[];
|
|
872
930
|
display_name: string;
|
|
873
931
|
workspace_id: string;
|
|
@@ -958,6 +1016,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
958
1016
|
message: string;
|
|
959
1017
|
warning_code: "unknown_issue_with_acs_credential";
|
|
960
1018
|
created_at: string;
|
|
1019
|
+
} | {
|
|
1020
|
+
message: string;
|
|
1021
|
+
warning_code: "needs_to_be_reissued";
|
|
1022
|
+
created_at: string;
|
|
961
1023
|
})[];
|
|
962
1024
|
display_name: string;
|
|
963
1025
|
workspace_id: string;
|
|
@@ -1016,6 +1078,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1016
1078
|
message: string;
|
|
1017
1079
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1018
1080
|
created_at: string;
|
|
1081
|
+
} | {
|
|
1082
|
+
message: string;
|
|
1083
|
+
warning_code: "needs_to_be_reissued";
|
|
1084
|
+
created_at: string;
|
|
1019
1085
|
})[];
|
|
1020
1086
|
display_name: string;
|
|
1021
1087
|
workspace_id: string;
|
|
@@ -1107,6 +1173,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1107
1173
|
message: string;
|
|
1108
1174
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1109
1175
|
created_at: string;
|
|
1176
|
+
} | {
|
|
1177
|
+
message: string;
|
|
1178
|
+
warning_code: "needs_to_be_reissued";
|
|
1179
|
+
created_at: string;
|
|
1110
1180
|
})[];
|
|
1111
1181
|
display_name: string;
|
|
1112
1182
|
workspace_id: string;
|
|
@@ -1165,6 +1235,10 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1165
1235
|
message: string;
|
|
1166
1236
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1167
1237
|
created_at: string;
|
|
1238
|
+
} | {
|
|
1239
|
+
message: string;
|
|
1240
|
+
warning_code: "needs_to_be_reissued";
|
|
1241
|
+
created_at: string;
|
|
1168
1242
|
})[];
|
|
1169
1243
|
display_name: string;
|
|
1170
1244
|
workspace_id: string;
|
|
@@ -10,5 +10,9 @@ export const client_session = z.object({
|
|
|
10
10
|
connected_account_ids: z.array(z.string().uuid()),
|
|
11
11
|
connect_webview_ids: z.array(z.string().uuid()),
|
|
12
12
|
user_identity_ids: z.array(z.string().uuid()),
|
|
13
|
-
})
|
|
13
|
+
}).describe(`
|
|
14
|
+
---
|
|
15
|
+
route_path: /client_sessions
|
|
16
|
+
---
|
|
17
|
+
`);
|
|
14
18
|
//# sourceMappingURL=client-session.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client-session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/client-sessions/client-session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IACjD,mBAAmB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IAC/C,iBAAiB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;CAC9C,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"client-session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/client-sessions/client-session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC1C,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,qBAAqB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IACjD,mBAAmB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;IAC/C,iBAAiB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC;CAC9C,CAAC,CAAC,QAAQ,CAAC;;;;CAIX,CAAC,CAAA"}
|
|
@@ -34,5 +34,9 @@ export const connect_webview = z.object({
|
|
|
34
34
|
wait_for_device_creation: z.boolean(),
|
|
35
35
|
authorized_at: z.string().datetime().nullable(),
|
|
36
36
|
selected_provider: z.string().nullable(),
|
|
37
|
-
})
|
|
37
|
+
}).describe(`
|
|
38
|
+
---
|
|
39
|
+
route_path: /connect_webviews
|
|
40
|
+
---
|
|
41
|
+
`);
|
|
38
42
|
//# sourceMappingURL=connect-webview.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connect-webview.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connect-webviews/connect-webview.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,qCAAqC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC1D,MAAM;IACN,QAAQ;IACR,UAAU;CACX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAClD,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACrB,qBAAqB,EAAE,qCAAqC;IAE5D,wBAAwB;IACxB,kBAAkB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAEvC,gBAAgB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAC5C;;;;OAIG,CACJ;IACD,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CACtC;;;;OAIG,CACJ;IAED,oBAAoB,EAAE,CAAC,CAAC,OAAO,EAAE;IACjC,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;IACnD,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAChD,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxD,eAAe;IACf,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7C,wBAAwB,EAAE,CAAC,CAAC,OAAO,EAAE;IACrC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC/C,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"connect-webview.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connect-webviews/connect-webview.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,qCAAqC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC1D,MAAM;IACN,QAAQ;IACR,UAAU;CACX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACrC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAClD,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACrB,qBAAqB,EAAE,qCAAqC;IAE5D,wBAAwB;IACxB,kBAAkB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;IAEvC,gBAAgB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAC5C;;;;OAIG,CACJ;IACD,kBAAkB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,CACtC;;;;OAIG,CACJ;IAED,oBAAoB,EAAE,CAAC,CAAC,OAAO,EAAE;IACjC,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,EAAE,QAAQ,EAAE,YAAY,CAAC,CAAC;IACnD,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IAChD,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE;IACxD,eAAe;IACf,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE;IAC7C,wBAAwB,EAAE,CAAC,CAAC,OAAO,EAAE;IACrC,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC/C,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACzC,CAAC,CAAC,QAAQ,CAAC;;;;CAIX,CAAC,CAAA"}
|
|
@@ -45,5 +45,9 @@ export const connected_account = z.object({
|
|
|
45
45
|
warnings: z.array(connected_account_warning),
|
|
46
46
|
custom_metadata,
|
|
47
47
|
automatically_manage_new_devices: z.boolean(),
|
|
48
|
-
})
|
|
48
|
+
}).describe(`
|
|
49
|
+
---
|
|
50
|
+
route_path: /connected_accounts
|
|
51
|
+
---
|
|
52
|
+
`);
|
|
49
53
|
//# sourceMappingURL=connected-account.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connected-account.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connected-accounts/connected-account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC5C,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,8BAA8B,CAAC,MAAM,CAAC;IAC3E,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,oCAAoC,GAC/C,gCAAgC;KAC7B,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,sCAAsC,CAAC;SAC/C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,iGAAiG;IAC/F,wFAAwF,CAC3F,CAAA;AAEL,MAAM,yBAAyB,GAAG,CAAC;KAChC,KAAK,CAAC;IACL,gCAAgC,CAAC,MAAM,CAAC;QACtC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;KACzB,CAAC;IACF,oCAAoC;CACrC,CAAC;KACD,QAAQ,CAAC,kDAAkD,CAAC,CAAA;AAI/D,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAClD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5C,eAAe,EAAE,CAAC;SACf,MAAM,CAAC;QACN,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC/B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAClC,CAAC;SACD,QAAQ,EAAE;IACb,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE;IACrC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC;IACxC,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC;IAC5C,eAAe;IACf,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE;CAC9C,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"connected-account.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connected-accounts/connected-account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC5C,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,uBAAuB,GAAG,8BAA8B,CAAC,MAAM,CAAC;IAC3E,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;CACvB,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,oCAAoC,GAC/C,gCAAgC;KAC7B,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,sCAAsC,CAAC;SAC/C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,iGAAiG;IAC/F,wFAAwF,CAC3F,CAAA;AAEL,MAAM,yBAAyB,GAAG,CAAC;KAChC,KAAK,CAAC;IACL,gCAAgC,CAAC,MAAM,CAAC;QACtC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;KACzB,CAAC;IACF,oCAAoC;CACrC,CAAC;KACD,QAAQ,CAAC,kDAAkD,CAAC,CAAA;AAI/D,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IAClD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5C,eAAe,EAAE,CAAC;SACf,MAAM,CAAC;QACN,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC/B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC9B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,SAAS,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;KAClC,CAAC;SACD,QAAQ,EAAE;IACb,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE;IACrC,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC;IACxC,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC;IAC5C,eAAe;IACf,gCAAgC,EAAE,CAAC,CAAC,OAAO,EAAE;CAC9C,CAAC,CAAC,QAAQ,CAAC;;;;CAIX,CAAC,CAAA"}
|