@seamapi/types 1.757.0 → 1.759.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 +44 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +82 -0
- package/dist/index.cjs +44 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +65 -0
- package/lib/seam/connect/openapi.js +42 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +54 -2
- package/src/lib/seam/connect/route-types.ts +25 -0
package/dist/connect.cjs
CHANGED
|
@@ -39044,6 +39044,25 @@ var openapi_default = {
|
|
|
39044
39044
|
description: "Filter unmanaged Access Grants by reservation_key.",
|
|
39045
39045
|
type: "string"
|
|
39046
39046
|
}
|
|
39047
|
+
},
|
|
39048
|
+
{
|
|
39049
|
+
in: "query",
|
|
39050
|
+
name: "limit",
|
|
39051
|
+
schema: {
|
|
39052
|
+
default: 500,
|
|
39053
|
+
description: "Numerical limit on the number of unmanaged access grants to return.",
|
|
39054
|
+
format: "float",
|
|
39055
|
+
type: "number"
|
|
39056
|
+
}
|
|
39057
|
+
},
|
|
39058
|
+
{
|
|
39059
|
+
in: "query",
|
|
39060
|
+
name: "page_cursor",
|
|
39061
|
+
schema: {
|
|
39062
|
+
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
39063
|
+
nullable: true,
|
|
39064
|
+
type: "string"
|
|
39065
|
+
}
|
|
39047
39066
|
}
|
|
39048
39067
|
],
|
|
39049
39068
|
responses: {
|
|
@@ -39552,9 +39571,10 @@ var openapi_default = {
|
|
|
39552
39571
|
},
|
|
39553
39572
|
type: "array"
|
|
39554
39573
|
},
|
|
39555
|
-
ok: { type: "boolean" }
|
|
39574
|
+
ok: { type: "boolean" },
|
|
39575
|
+
pagination: { $ref: "#/components/schemas/pagination" }
|
|
39556
39576
|
},
|
|
39557
|
-
required: ["access_grants", "ok"],
|
|
39577
|
+
required: ["access_grants", "pagination", "ok"],
|
|
39558
39578
|
type: "object"
|
|
39559
39579
|
}
|
|
39560
39580
|
}
|
|
@@ -39597,6 +39617,17 @@ var openapi_default = {
|
|
|
39597
39617
|
format: "uuid",
|
|
39598
39618
|
type: "string"
|
|
39599
39619
|
},
|
|
39620
|
+
limit: {
|
|
39621
|
+
default: 500,
|
|
39622
|
+
description: "Numerical limit on the number of unmanaged access grants to return.",
|
|
39623
|
+
format: "float",
|
|
39624
|
+
type: "number"
|
|
39625
|
+
},
|
|
39626
|
+
page_cursor: {
|
|
39627
|
+
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
39628
|
+
nullable: true,
|
|
39629
|
+
type: "string"
|
|
39630
|
+
},
|
|
39600
39631
|
reservation_key: {
|
|
39601
39632
|
description: "Filter unmanaged Access Grants by reservation_key.",
|
|
39602
39633
|
type: "string"
|
|
@@ -40118,9 +40149,10 @@ var openapi_default = {
|
|
|
40118
40149
|
},
|
|
40119
40150
|
type: "array"
|
|
40120
40151
|
},
|
|
40121
|
-
ok: { type: "boolean" }
|
|
40152
|
+
ok: { type: "boolean" },
|
|
40153
|
+
pagination: { $ref: "#/components/schemas/pagination" }
|
|
40122
40154
|
},
|
|
40123
|
-
required: ["access_grants", "ok"],
|
|
40155
|
+
required: ["access_grants", "pagination", "ok"],
|
|
40124
40156
|
type: "object"
|
|
40125
40157
|
}
|
|
40126
40158
|
}
|
|
@@ -62822,6 +62854,7 @@ var openapi_default = {
|
|
|
62822
62854
|
minItems: 1,
|
|
62823
62855
|
type: "array"
|
|
62824
62856
|
},
|
|
62857
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
62825
62858
|
card_count_on_reservation_create: {
|
|
62826
62859
|
minimum: 0,
|
|
62827
62860
|
type: "integer"
|
|
@@ -63121,6 +63154,7 @@ var openapi_default = {
|
|
|
63121
63154
|
minItems: 1,
|
|
63122
63155
|
type: "array"
|
|
63123
63156
|
},
|
|
63157
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
63124
63158
|
card_count_on_reservation_create: {
|
|
63125
63159
|
minimum: 0,
|
|
63126
63160
|
type: "integer"
|
|
@@ -63407,6 +63441,7 @@ var openapi_default = {
|
|
|
63407
63441
|
minItems: 1,
|
|
63408
63442
|
type: "array"
|
|
63409
63443
|
},
|
|
63444
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
63410
63445
|
card_count_on_reservation_create: {
|
|
63411
63446
|
minimum: 0,
|
|
63412
63447
|
type: "integer"
|
|
@@ -63693,6 +63728,7 @@ var openapi_default = {
|
|
|
63693
63728
|
minItems: 1,
|
|
63694
63729
|
type: "array"
|
|
63695
63730
|
},
|
|
63731
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
63696
63732
|
card_count_on_reservation_create: {
|
|
63697
63733
|
minimum: 0,
|
|
63698
63734
|
type: "integer"
|
|
@@ -64938,6 +64974,7 @@ var openapi_default = {
|
|
|
64938
64974
|
minItems: 1,
|
|
64939
64975
|
type: "array"
|
|
64940
64976
|
},
|
|
64977
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
64941
64978
|
card_count_on_reservation_create: {
|
|
64942
64979
|
minimum: 0,
|
|
64943
64980
|
type: "integer"
|
|
@@ -65237,6 +65274,7 @@ var openapi_default = {
|
|
|
65237
65274
|
minItems: 1,
|
|
65238
65275
|
type: "array"
|
|
65239
65276
|
},
|
|
65277
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
65240
65278
|
card_count_on_reservation_create: {
|
|
65241
65279
|
minimum: 0,
|
|
65242
65280
|
type: "integer"
|
|
@@ -65536,6 +65574,7 @@ var openapi_default = {
|
|
|
65536
65574
|
minItems: 1,
|
|
65537
65575
|
type: "array"
|
|
65538
65576
|
},
|
|
65577
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
65539
65578
|
card_count_on_reservation_create: {
|
|
65540
65579
|
minimum: 0,
|
|
65541
65580
|
type: "integer"
|
|
@@ -65823,6 +65862,7 @@ var openapi_default = {
|
|
|
65823
65862
|
minItems: 1,
|
|
65824
65863
|
type: "array"
|
|
65825
65864
|
},
|
|
65865
|
+
allow_shared_email_and_phone_across_user_identities: { type: "boolean" },
|
|
65826
65866
|
card_count_on_reservation_create: {
|
|
65827
65867
|
minimum: 0,
|
|
65828
65868
|
type: "integer"
|