@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.d.cts
CHANGED
|
@@ -96638,6 +96638,8 @@ type Routes = {
|
|
|
96638
96638
|
space_key: string;
|
|
96639
96639
|
/** Your unique identifier for the site. */
|
|
96640
96640
|
parent_site_key?: string | undefined;
|
|
96641
|
+
/** 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. */
|
|
96642
|
+
duration_minutes?: number | undefined;
|
|
96641
96643
|
}[] | undefined;
|
|
96642
96644
|
/** List of general sites or areas. */
|
|
96643
96645
|
sites?: {
|
|
@@ -97025,6 +97027,8 @@ type Routes = {
|
|
|
97025
97027
|
space_key: string;
|
|
97026
97028
|
/** Your unique identifier for the site. */
|
|
97027
97029
|
parent_site_key?: string | undefined;
|
|
97030
|
+
/** 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. */
|
|
97031
|
+
duration_minutes?: number | undefined;
|
|
97028
97032
|
}[] | undefined;
|
|
97029
97033
|
/** List of general sites or areas. */
|
|
97030
97034
|
sites?: {
|
|
@@ -152796,6 +152800,8 @@ type Routes = {
|
|
|
152796
152800
|
space_key: string;
|
|
152797
152801
|
/** Your unique identifier for the site. */
|
|
152798
152802
|
parent_site_key?: string | undefined;
|
|
152803
|
+
/** 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. */
|
|
152804
|
+
duration_minutes?: number | undefined;
|
|
152799
152805
|
}[] | undefined;
|
|
152800
152806
|
};
|
|
152801
152807
|
formData: {};
|
|
@@ -152867,6 +152873,8 @@ type Routes = {
|
|
|
152867
152873
|
space_key: string;
|
|
152868
152874
|
/** Your unique identifier for the site. */
|
|
152869
152875
|
parent_site_key?: string | undefined;
|
|
152876
|
+
/** 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. */
|
|
152877
|
+
duration_minutes?: number | undefined;
|
|
152870
152878
|
}[] | undefined;
|
|
152871
152879
|
};
|
|
152872
152880
|
formData: {};
|
package/dist/index.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"
|