@seamapi/types 1.230.0 → 1.231.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 +4 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +10 -10
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +7 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +7 -0
package/dist/connect.d.cts
CHANGED
|
@@ -353,7 +353,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
353
353
|
display_name: z.ZodString;
|
|
354
354
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
355
355
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
356
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card"]>>;
|
|
356
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
357
357
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
358
358
|
created_at: z.ZodString;
|
|
359
359
|
workspace_id: z.ZodString;
|
|
@@ -416,7 +416,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
416
416
|
code?: string | null | undefined;
|
|
417
417
|
starts_at?: string | undefined;
|
|
418
418
|
ends_at?: string | undefined;
|
|
419
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
419
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
420
420
|
external_type_display_name?: string | undefined;
|
|
421
421
|
acs_user_id?: string | undefined;
|
|
422
422
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -448,7 +448,7 @@ declare const acs_credential: z.ZodObject<{
|
|
|
448
448
|
code?: string | null | undefined;
|
|
449
449
|
starts_at?: string | undefined;
|
|
450
450
|
ends_at?: string | undefined;
|
|
451
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
451
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
452
452
|
external_type_display_name?: string | undefined;
|
|
453
453
|
acs_user_id?: string | undefined;
|
|
454
454
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27064,7 +27064,7 @@ interface Routes {
|
|
|
27064
27064
|
display_name: string;
|
|
27065
27065
|
code?: (string | undefined) | null;
|
|
27066
27066
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27067
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27067
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27068
27068
|
external_type_display_name?: string | undefined;
|
|
27069
27069
|
created_at: string;
|
|
27070
27070
|
workspace_id: string;
|
|
@@ -27126,7 +27126,7 @@ interface Routes {
|
|
|
27126
27126
|
display_name: string;
|
|
27127
27127
|
code?: (string | undefined) | null;
|
|
27128
27128
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27129
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27129
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27130
27130
|
external_type_display_name?: string | undefined;
|
|
27131
27131
|
created_at: string;
|
|
27132
27132
|
workspace_id: string;
|
|
@@ -27182,7 +27182,7 @@ interface Routes {
|
|
|
27182
27182
|
display_name: string;
|
|
27183
27183
|
code?: (string | undefined) | null;
|
|
27184
27184
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27185
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27185
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27186
27186
|
external_type_display_name?: string | undefined;
|
|
27187
27187
|
created_at: string;
|
|
27188
27188
|
workspace_id: string;
|
|
@@ -27238,7 +27238,7 @@ interface Routes {
|
|
|
27238
27238
|
display_name: string;
|
|
27239
27239
|
code?: (string | undefined) | null;
|
|
27240
27240
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27241
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27241
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27242
27242
|
external_type_display_name?: string | undefined;
|
|
27243
27243
|
created_at: string;
|
|
27244
27244
|
workspace_id: string;
|
|
@@ -27320,7 +27320,7 @@ interface Routes {
|
|
|
27320
27320
|
display_name: string;
|
|
27321
27321
|
code?: (string | undefined) | null;
|
|
27322
27322
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27323
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27323
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27324
27324
|
external_type_display_name?: string | undefined;
|
|
27325
27325
|
created_at: string;
|
|
27326
27326
|
workspace_id: string;
|
|
@@ -27367,7 +27367,7 @@ interface Routes {
|
|
|
27367
27367
|
display_name: string;
|
|
27368
27368
|
code?: (string | undefined) | null;
|
|
27369
27369
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27370
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27370
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27371
27371
|
external_type_display_name?: string | undefined;
|
|
27372
27372
|
created_at: string;
|
|
27373
27373
|
workspace_id: string;
|
|
@@ -27498,7 +27498,7 @@ interface Routes {
|
|
|
27498
27498
|
display_name: string;
|
|
27499
27499
|
code?: (string | undefined) | null;
|
|
27500
27500
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
27501
|
-
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
27501
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card' | 'salto_ks_credential') | undefined;
|
|
27502
27502
|
external_type_display_name?: string | undefined;
|
|
27503
27503
|
created_at: string;
|
|
27504
27504
|
workspace_id: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
|
-
export declare const acs_credential_external_type: z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card"]>;
|
|
2
|
+
export declare const acs_credential_external_type: z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>;
|
|
3
3
|
export declare const acs_credential_access_method_type: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
4
4
|
export type AcsCredentialExternalType = z.infer<typeof acs_credential_external_type>;
|
|
5
5
|
export declare const acs_credential: z.ZodObject<{
|
|
@@ -11,7 +11,7 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
11
11
|
display_name: z.ZodString;
|
|
12
12
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
13
13
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
14
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card"]>>;
|
|
14
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential"]>>;
|
|
15
15
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
16
16
|
created_at: z.ZodString;
|
|
17
17
|
workspace_id: z.ZodString;
|
|
@@ -74,7 +74,7 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
74
74
|
code?: string | null | undefined;
|
|
75
75
|
starts_at?: string | undefined;
|
|
76
76
|
ends_at?: string | undefined;
|
|
77
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
77
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
78
78
|
external_type_display_name?: string | undefined;
|
|
79
79
|
acs_user_id?: string | undefined;
|
|
80
80
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -106,7 +106,7 @@ export declare const acs_credential: z.ZodObject<{
|
|
|
106
106
|
code?: string | null | undefined;
|
|
107
107
|
starts_at?: string | undefined;
|
|
108
108
|
ends_at?: string | undefined;
|
|
109
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | undefined;
|
|
109
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
|
|
110
110
|
external_type_display_name?: string | undefined;
|
|
111
111
|
acs_user_id?: string | undefined;
|
|
112
112
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAA;AAExE,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAA;AAExE,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;IACjB,qBAAqB;CACtB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,CAAC,MAAM,CAAC;IACrC,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACpC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACzC,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACpD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;IACtD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC/B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACtC,aAAa,EAAE,iCAAiC;IAChD,aAAa,EAAE,4BAA4B,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjD,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,QAAQ,EAAE,CAAC,CAAC,KAAK,CACf,CAAC,CAAC,MAAM,CAAC;QACP,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;QACxB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,8BAA8B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACtD,4CAA4C,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACpE,4CAA4C,EAAE,CAAC;SAC5C,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;IACb,mBAAmB,EAAE,kCAAkC,CAAC,QAAQ,EAAE;CACnE,CAAC,CAAA"}
|