@seamapi/types 1.850.0 → 1.851.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 +30 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +8 -0
- package/dist/index.cjs +30 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +10 -0
- package/lib/seam/connect/models/customer/location-resources.d.ts +6 -0
- package/lib/seam/connect/models/customer/location-resources.js +6 -0
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
- package/lib/seam/connect/openapi.js +30 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/location-resources.ts +8 -0
- package/src/lib/seam/connect/openapi.ts +35 -0
- package/src/lib/seam/connect/route-types.ts +8 -0
package/dist/connect.cjs
CHANGED
|
@@ -54355,6 +54355,12 @@ var openapi = {
|
|
|
54355
54355
|
description: "List of general spaces or areas.",
|
|
54356
54356
|
items: {
|
|
54357
54357
|
properties: {
|
|
54358
|
+
duration_minutes: {
|
|
54359
|
+
description: "Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.",
|
|
54360
|
+
exclusiveMinimum: true,
|
|
54361
|
+
minimum: 0,
|
|
54362
|
+
type: "integer"
|
|
54363
|
+
},
|
|
54358
54364
|
name: {
|
|
54359
54365
|
description: "Your display name for this location resource.",
|
|
54360
54366
|
type: "string"
|
|
@@ -55485,6 +55491,12 @@ var openapi = {
|
|
|
55485
55491
|
description: "List of general spaces or areas.",
|
|
55486
55492
|
items: {
|
|
55487
55493
|
properties: {
|
|
55494
|
+
duration_minutes: {
|
|
55495
|
+
description: "Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.",
|
|
55496
|
+
exclusiveMinimum: true,
|
|
55497
|
+
minimum: 0,
|
|
55498
|
+
type: "integer"
|
|
55499
|
+
},
|
|
55488
55500
|
name: {
|
|
55489
55501
|
description: "Your display name for this location resource.",
|
|
55490
55502
|
type: "string"
|
|
@@ -80335,6 +80347,12 @@ var openapi = {
|
|
|
80335
80347
|
description: "Optional list of spaces that you want to include in the new building block magic link.",
|
|
80336
80348
|
items: {
|
|
80337
80349
|
properties: {
|
|
80350
|
+
duration_minutes: {
|
|
80351
|
+
description: "Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.",
|
|
80352
|
+
exclusiveMinimum: true,
|
|
80353
|
+
minimum: 0,
|
|
80354
|
+
type: "integer"
|
|
80355
|
+
},
|
|
80338
80356
|
name: {
|
|
80339
80357
|
description: "Your display name for this location resource.",
|
|
80340
80358
|
type: "string"
|
|
@@ -80417,6 +80435,12 @@ var openapi = {
|
|
|
80417
80435
|
description: "Optional list of spaces that you want to include in the new building block magic link.",
|
|
80418
80436
|
items: {
|
|
80419
80437
|
properties: {
|
|
80438
|
+
duration_minutes: {
|
|
80439
|
+
description: "Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.",
|
|
80440
|
+
exclusiveMinimum: true,
|
|
80441
|
+
minimum: 0,
|
|
80442
|
+
type: "integer"
|
|
80443
|
+
},
|
|
80420
80444
|
name: {
|
|
80421
80445
|
description: "Your display name for this location resource.",
|
|
80422
80446
|
type: "string"
|
|
@@ -80551,6 +80575,12 @@ var openapi = {
|
|
|
80551
80575
|
description: "Optional list of spaces that you want to include in the new building block magic link.",
|
|
80552
80576
|
items: {
|
|
80553
80577
|
properties: {
|
|
80578
|
+
duration_minutes: {
|
|
80579
|
+
description: "Default duration of this space in minutes, when the space represents a fixed-length bookable slot (e.g. an appointment type). Used to interpret reservations booked against this space.",
|
|
80580
|
+
exclusiveMinimum: true,
|
|
80581
|
+
minimum: 0,
|
|
80582
|
+
type: "integer"
|
|
80583
|
+
},
|
|
80554
80584
|
name: {
|
|
80555
80585
|
description: "Your display name for this location resource.",
|
|
80556
80586
|
type: "string"
|