@seamapi/types 1.849.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 CHANGED
@@ -2010,7 +2010,8 @@ var DEVICE_PROVIDERS = {
2010
2010
  RING: "ring",
2011
2011
  ICAL: "ical",
2012
2012
  LODGIFY: "lodgify",
2013
- HOSTAWAY: "hostaway"
2013
+ HOSTAWAY: "hostaway",
2014
+ ACUITY_SCHEDULING: "acuity_scheduling"
2014
2015
  };
2015
2016
  var ALL_DEVICE_PROVIDERS = Object.values(DEVICE_PROVIDERS);
2016
2017
  var PROVIDER_CATEGORY_MAP = {
@@ -2083,7 +2084,7 @@ var PROVIDER_CATEGORY_MAP = {
2083
2084
  "hotek"
2084
2085
  ],
2085
2086
  cameras: ["ring"],
2086
- connectors: ["ical", "lodgify", "hostaway"],
2087
+ connectors: ["ical", "lodgify", "hostaway", "acuity_scheduling"],
2087
2088
  internal_beta: ALL_DEVICE_PROVIDERS
2088
2089
  };
2089
2090
  var PROVIDER_CATEGORIES = Object.keys(PROVIDER_CATEGORY_MAP);
@@ -21137,7 +21138,8 @@ var openapi = {
21137
21138
  "ring",
21138
21139
  "ical",
21139
21140
  "lodgify",
21140
- "hostaway"
21141
+ "hostaway",
21142
+ "acuity_scheduling"
21141
21143
  ],
21142
21144
  type: "string"
21143
21145
  },
@@ -52289,6 +52291,7 @@ var openapi = {
52289
52291
  "ical",
52290
52292
  "lodgify",
52291
52293
  "hostaway",
52294
+ "acuity_scheduling",
52292
52295
  "yale_access",
52293
52296
  "hid_cm",
52294
52297
  "google_nest"
@@ -54352,6 +54355,12 @@ var openapi = {
54352
54355
  description: "List of general spaces or areas.",
54353
54356
  items: {
54354
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
+ },
54355
54364
  name: {
54356
54365
  description: "Your display name for this location resource.",
54357
54366
  type: "string"
@@ -55482,6 +55491,12 @@ var openapi = {
55482
55491
  description: "List of general spaces or areas.",
55483
55492
  items: {
55484
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
+ },
55485
55500
  name: {
55486
55501
  description: "Your display name for this location resource.",
55487
55502
  type: "string"
@@ -56253,7 +56268,8 @@ var openapi = {
56253
56268
  "ring",
56254
56269
  "ical",
56255
56270
  "lodgify",
56256
- "hostaway"
56271
+ "hostaway",
56272
+ "acuity_scheduling"
56257
56273
  ],
56258
56274
  type: "string"
56259
56275
  }
@@ -56746,7 +56762,8 @@ var openapi = {
56746
56762
  "ring",
56747
56763
  "ical",
56748
56764
  "lodgify",
56749
- "hostaway"
56765
+ "hostaway",
56766
+ "acuity_scheduling"
56750
56767
  ],
56751
56768
  type: "string"
56752
56769
  },
@@ -58548,7 +58565,8 @@ var openapi = {
58548
58565
  "ring",
58549
58566
  "ical",
58550
58567
  "lodgify",
58551
- "hostaway"
58568
+ "hostaway",
58569
+ "acuity_scheduling"
58552
58570
  ],
58553
58571
  type: "string"
58554
58572
  }
@@ -59040,7 +59058,8 @@ var openapi = {
59040
59058
  "ring",
59041
59059
  "ical",
59042
59060
  "lodgify",
59043
- "hostaway"
59061
+ "hostaway",
59062
+ "acuity_scheduling"
59044
59063
  ],
59045
59064
  type: "string"
59046
59065
  },
@@ -67411,7 +67430,8 @@ var openapi = {
67411
67430
  "zonal",
67412
67431
  "ical",
67413
67432
  "lodgify",
67414
- "hostaway"
67433
+ "hostaway",
67434
+ "acuity_scheduling"
67415
67435
  ],
67416
67436
  type: "string"
67417
67437
  },
@@ -80327,6 +80347,12 @@ var openapi = {
80327
80347
  description: "Optional list of spaces that you want to include in the new building block magic link.",
80328
80348
  items: {
80329
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
+ },
80330
80356
  name: {
80331
80357
  description: "Your display name for this location resource.",
80332
80358
  type: "string"
@@ -80409,6 +80435,12 @@ var openapi = {
80409
80435
  description: "Optional list of spaces that you want to include in the new building block magic link.",
80410
80436
  items: {
80411
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
+ },
80412
80444
  name: {
80413
80445
  description: "Your display name for this location resource.",
80414
80446
  type: "string"
@@ -80543,6 +80575,12 @@ var openapi = {
80543
80575
  description: "Optional list of spaces that you want to include in the new building block magic link.",
80544
80576
  items: {
80545
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
+ },
80546
80584
  name: {
80547
80585
  description: "Your display name for this location resource.",
80548
80586
  type: "string"