@seamapi/types 1.757.0 → 1.758.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 +8 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +28 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +16 -0
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.cjs
CHANGED
|
@@ -62822,6 +62822,7 @@ var openapi_default = {
|
|
|
62822
62822
|
minItems: 1,
|
|
62823
62823
|
type: "array"
|
|
62824
62824
|
},
|
|
62825
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
62825
62826
|
card_count_on_reservation_create: {
|
|
62826
62827
|
minimum: 0,
|
|
62827
62828
|
type: "integer"
|
|
@@ -63121,6 +63122,7 @@ var openapi_default = {
|
|
|
63121
63122
|
minItems: 1,
|
|
63122
63123
|
type: "array"
|
|
63123
63124
|
},
|
|
63125
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
63124
63126
|
card_count_on_reservation_create: {
|
|
63125
63127
|
minimum: 0,
|
|
63126
63128
|
type: "integer"
|
|
@@ -63407,6 +63409,7 @@ var openapi_default = {
|
|
|
63407
63409
|
minItems: 1,
|
|
63408
63410
|
type: "array"
|
|
63409
63411
|
},
|
|
63412
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
63410
63413
|
card_count_on_reservation_create: {
|
|
63411
63414
|
minimum: 0,
|
|
63412
63415
|
type: "integer"
|
|
@@ -63693,6 +63696,7 @@ var openapi_default = {
|
|
|
63693
63696
|
minItems: 1,
|
|
63694
63697
|
type: "array"
|
|
63695
63698
|
},
|
|
63699
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
63696
63700
|
card_count_on_reservation_create: {
|
|
63697
63701
|
minimum: 0,
|
|
63698
63702
|
type: "integer"
|
|
@@ -64938,6 +64942,7 @@ var openapi_default = {
|
|
|
64938
64942
|
minItems: 1,
|
|
64939
64943
|
type: "array"
|
|
64940
64944
|
},
|
|
64945
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
64941
64946
|
card_count_on_reservation_create: {
|
|
64942
64947
|
minimum: 0,
|
|
64943
64948
|
type: "integer"
|
|
@@ -65237,6 +65242,7 @@ var openapi_default = {
|
|
|
65237
65242
|
minItems: 1,
|
|
65238
65243
|
type: "array"
|
|
65239
65244
|
},
|
|
65245
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
65240
65246
|
card_count_on_reservation_create: {
|
|
65241
65247
|
minimum: 0,
|
|
65242
65248
|
type: "integer"
|
|
@@ -65536,6 +65542,7 @@ var openapi_default = {
|
|
|
65536
65542
|
minItems: 1,
|
|
65537
65543
|
type: "array"
|
|
65538
65544
|
},
|
|
65545
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
65539
65546
|
card_count_on_reservation_create: {
|
|
65540
65547
|
minimum: 0,
|
|
65541
65548
|
type: "integer"
|
|
@@ -65823,6 +65830,7 @@ var openapi_default = {
|
|
|
65823
65830
|
minItems: 1,
|
|
65824
65831
|
type: "array"
|
|
65825
65832
|
},
|
|
65833
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
65826
65834
|
card_count_on_reservation_create: {
|
|
65827
65835
|
minimum: 0,
|
|
65828
65836
|
type: "integer"
|