@seamapi/types 1.261.0 → 1.261.1
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 +16 -16
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +48 -48
- package/lib/seam/connect/models/acs/acs-credential.d.ts +12 -12
- package/lib/seam/connect/models/acs/acs-credential.js +2 -2
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +18 -18
- package/lib/seam/connect/openapi.js +14 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -18
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +14 -14
- package/src/lib/seam/connect/route-types.ts +18 -18
package/dist/connect.cjs
CHANGED
|
@@ -1178,8 +1178,8 @@ var common_acs_credential = zod.z.object({
|
|
|
1178
1178
|
display_name: zod.z.string().min(1),
|
|
1179
1179
|
code: zod.z.string().optional().nullable(),
|
|
1180
1180
|
card_number: zod.z.string().optional().nullable(),
|
|
1181
|
-
|
|
1182
|
-
|
|
1181
|
+
is_issued: zod.z.boolean().optional(),
|
|
1182
|
+
issued_at: zod.z.string().datetime().optional().nullable(),
|
|
1183
1183
|
access_method: acs_credential_access_method_type,
|
|
1184
1184
|
external_type: acs_credential_external_type.optional(),
|
|
1185
1185
|
external_type_display_name: zod.z.string().optional(),
|
|
@@ -2731,7 +2731,6 @@ var openapi_default = {
|
|
|
2731
2731
|
code: { nullable: true, type: "string" },
|
|
2732
2732
|
created_at: { format: "date-time", type: "string" },
|
|
2733
2733
|
display_name: { minLength: 1, type: "string" },
|
|
2734
|
-
encoded_at: { format: "date-time", nullable: true, type: "string" },
|
|
2735
2734
|
ends_at: { type: "string" },
|
|
2736
2735
|
errors: {
|
|
2737
2736
|
items: {
|
|
@@ -2755,10 +2754,11 @@ var openapi_default = {
|
|
|
2755
2754
|
type: "string"
|
|
2756
2755
|
},
|
|
2757
2756
|
external_type_display_name: { type: "string" },
|
|
2758
|
-
|
|
2757
|
+
is_issued: { type: "boolean" },
|
|
2759
2758
|
is_latest_desired_state_synced_with_provider: { type: "boolean" },
|
|
2760
2759
|
is_managed: { enum: [true], type: "boolean" },
|
|
2761
2760
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
2761
|
+
issued_at: { format: "date-time", nullable: true, type: "string" },
|
|
2762
2762
|
latest_desired_state_synced_with_provider_at: {
|
|
2763
2763
|
format: "date-time",
|
|
2764
2764
|
type: "string"
|
|
@@ -9423,11 +9423,6 @@ var openapi_default = {
|
|
|
9423
9423
|
code: { nullable: true, type: "string" },
|
|
9424
9424
|
created_at: { format: "date-time", type: "string" },
|
|
9425
9425
|
display_name: { minLength: 1, type: "string" },
|
|
9426
|
-
encoded_at: {
|
|
9427
|
-
format: "date-time",
|
|
9428
|
-
nullable: true,
|
|
9429
|
-
type: "string"
|
|
9430
|
-
},
|
|
9431
9426
|
ends_at: { type: "string" },
|
|
9432
9427
|
errors: {
|
|
9433
9428
|
items: {
|
|
@@ -9451,12 +9446,17 @@ var openapi_default = {
|
|
|
9451
9446
|
type: "string"
|
|
9452
9447
|
},
|
|
9453
9448
|
external_type_display_name: { type: "string" },
|
|
9454
|
-
|
|
9449
|
+
is_issued: { type: "boolean" },
|
|
9455
9450
|
is_latest_desired_state_synced_with_provider: {
|
|
9456
9451
|
type: "boolean"
|
|
9457
9452
|
},
|
|
9458
9453
|
is_managed: { enum: [false], type: "boolean" },
|
|
9459
9454
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
9455
|
+
issued_at: {
|
|
9456
|
+
format: "date-time",
|
|
9457
|
+
nullable: true,
|
|
9458
|
+
type: "string"
|
|
9459
|
+
},
|
|
9460
9460
|
latest_desired_state_synced_with_provider_at: {
|
|
9461
9461
|
format: "date-time",
|
|
9462
9462
|
type: "string"
|
|
@@ -9608,11 +9608,6 @@ var openapi_default = {
|
|
|
9608
9608
|
code: { nullable: true, type: "string" },
|
|
9609
9609
|
created_at: { format: "date-time", type: "string" },
|
|
9610
9610
|
display_name: { minLength: 1, type: "string" },
|
|
9611
|
-
encoded_at: {
|
|
9612
|
-
format: "date-time",
|
|
9613
|
-
nullable: true,
|
|
9614
|
-
type: "string"
|
|
9615
|
-
},
|
|
9616
9611
|
ends_at: { type: "string" },
|
|
9617
9612
|
errors: {
|
|
9618
9613
|
items: {
|
|
@@ -9636,12 +9631,17 @@ var openapi_default = {
|
|
|
9636
9631
|
type: "string"
|
|
9637
9632
|
},
|
|
9638
9633
|
external_type_display_name: { type: "string" },
|
|
9639
|
-
|
|
9634
|
+
is_issued: { type: "boolean" },
|
|
9640
9635
|
is_latest_desired_state_synced_with_provider: {
|
|
9641
9636
|
type: "boolean"
|
|
9642
9637
|
},
|
|
9643
9638
|
is_managed: { enum: [false], type: "boolean" },
|
|
9644
9639
|
is_multi_phone_sync_credential: { type: "boolean" },
|
|
9640
|
+
issued_at: {
|
|
9641
|
+
format: "date-time",
|
|
9642
|
+
nullable: true,
|
|
9643
|
+
type: "string"
|
|
9644
|
+
},
|
|
9645
9645
|
latest_desired_state_synced_with_provider_at: {
|
|
9646
9646
|
format: "date-time",
|
|
9647
9647
|
type: "string"
|