@seamapi/types 1.586.0 → 1.588.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
@@ -42653,6 +42653,13 @@ var openapi_default = {
42653
42653
  },
42654
42654
  required: ["property_listing_key"],
42655
42655
  type: "object"
42656
+ },
42657
+ {
42658
+ properties: {
42659
+ site_key: { type: "string" }
42660
+ },
42661
+ required: ["site_key"],
42662
+ type: "object"
42656
42663
  }
42657
42664
  ]
42658
42665
  },
@@ -42902,6 +42909,10 @@ var openapi_default = {
42902
42909
  name: {
42903
42910
  description: "Your display name for this location resource.",
42904
42911
  type: "string"
42912
+ },
42913
+ parent_site_key: {
42914
+ description: "Your unique identifier for the site.",
42915
+ type: "string"
42905
42916
  }
42906
42917
  },
42907
42918
  required: ["name", "common_area_key"],
@@ -43135,6 +43146,10 @@ var openapi_default = {
43135
43146
  description: "Your display name for this location resource.",
43136
43147
  type: "string"
43137
43148
  },
43149
+ parent_site_key: {
43150
+ description: "Your unique identifier for the site.",
43151
+ type: "string"
43152
+ },
43138
43153
  room_key: {
43139
43154
  description: "Your unique identifier for the room.",
43140
43155
  type: "string"
@@ -43145,6 +43160,24 @@ var openapi_default = {
43145
43160
  },
43146
43161
  type: "array"
43147
43162
  },
43163
+ sites: {
43164
+ description: "List of general sites or areas.",
43165
+ items: {
43166
+ properties: {
43167
+ name: {
43168
+ description: "Your display name for this location resource.",
43169
+ type: "string"
43170
+ },
43171
+ site_key: {
43172
+ description: "Your unique identifier for the site.",
43173
+ type: "string"
43174
+ }
43175
+ },
43176
+ required: ["name", "site_key"],
43177
+ type: "object"
43178
+ },
43179
+ type: "array"
43180
+ },
43148
43181
  spaces: {
43149
43182
  description: "List of general spaces or areas.",
43150
43183
  items: {
@@ -43197,6 +43230,10 @@ var openapi_default = {
43197
43230
  description: "Your display name for this location resource.",
43198
43231
  type: "string"
43199
43232
  },
43233
+ parent_site_key: {
43234
+ description: "Your unique identifier for the site.",
43235
+ type: "string"
43236
+ },
43200
43237
  unit_key: {
43201
43238
  description: "Your unique identifier for the unit.",
43202
43239
  type: "string"
@@ -43851,6 +43888,10 @@ var openapi_default = {
43851
43888
  name: {
43852
43889
  description: "Your display name for this location resource.",
43853
43890
  type: "string"
43891
+ },
43892
+ parent_site_key: {
43893
+ description: "Your unique identifier for the site.",
43894
+ type: "string"
43854
43895
  }
43855
43896
  },
43856
43897
  required: ["name", "common_area_key"],
@@ -44084,6 +44125,10 @@ var openapi_default = {
44084
44125
  description: "Your display name for this location resource.",
44085
44126
  type: "string"
44086
44127
  },
44128
+ parent_site_key: {
44129
+ description: "Your unique identifier for the site.",
44130
+ type: "string"
44131
+ },
44087
44132
  room_key: {
44088
44133
  description: "Your unique identifier for the room.",
44089
44134
  type: "string"
@@ -44094,6 +44139,24 @@ var openapi_default = {
44094
44139
  },
44095
44140
  type: "array"
44096
44141
  },
44142
+ sites: {
44143
+ description: "List of general sites or areas.",
44144
+ items: {
44145
+ properties: {
44146
+ name: {
44147
+ description: "Your display name for this location resource.",
44148
+ type: "string"
44149
+ },
44150
+ site_key: {
44151
+ description: "Your unique identifier for the site.",
44152
+ type: "string"
44153
+ }
44154
+ },
44155
+ required: ["name", "site_key"],
44156
+ type: "object"
44157
+ },
44158
+ type: "array"
44159
+ },
44097
44160
  spaces: {
44098
44161
  description: "List of general spaces or areas.",
44099
44162
  items: {
@@ -44146,6 +44209,10 @@ var openapi_default = {
44146
44209
  description: "Your display name for this location resource.",
44147
44210
  type: "string"
44148
44211
  },
44212
+ parent_site_key: {
44213
+ description: "Your unique identifier for the site.",
44214
+ type: "string"
44215
+ },
44149
44216
  unit_key: {
44150
44217
  description: "Your unique identifier for the unit.",
44151
44218
  type: "string"
@@ -53271,6 +53338,13 @@ var openapi_default = {
53271
53338
  },
53272
53339
  required: ["property_listing_key"],
53273
53340
  type: "object"
53341
+ },
53342
+ {
53343
+ properties: {
53344
+ site_key: { type: "string" }
53345
+ },
53346
+ required: ["site_key"],
53347
+ type: "object"
53274
53348
  }
53275
53349
  ]
53276
53350
  },
@@ -53474,6 +53548,13 @@ var openapi_default = {
53474
53548
  },
53475
53549
  required: ["property_listing_key"],
53476
53550
  type: "object"
53551
+ },
53552
+ {
53553
+ properties: {
53554
+ site_key: { type: "string" }
53555
+ },
53556
+ required: ["site_key"],
53557
+ type: "object"
53477
53558
  }
53478
53559
  ]
53479
53560
  },
@@ -54747,6 +54828,7 @@ var openapi_default = {
54747
54828
  is_draft: { type: "boolean" },
54748
54829
  name: { type: "string" },
54749
54830
  needs_review: { type: "boolean" },
54831
+ parent_partner_resource_key: { type: "string" },
54750
54832
  partner_resource_key: { type: "string" }
54751
54833
  },
54752
54834
  required: [
@@ -54846,6 +54928,7 @@ var openapi_default = {
54846
54928
  is_draft: { type: "boolean" },
54847
54929
  name: { type: "string" },
54848
54930
  needs_review: { type: "boolean" },
54931
+ parent_partner_resource_key: { type: "string" },
54849
54932
  partner_resource_key: { type: "string" }
54850
54933
  },
54851
54934
  required: [
@@ -55128,6 +55211,10 @@ var openapi_default = {
55128
55211
  items: { format: "uuid", type: "string" },
55129
55212
  type: "array"
55130
55213
  },
55214
+ customer_key: {
55215
+ description: "Customer key for which you want to create the space.",
55216
+ type: "string"
55217
+ },
55131
55218
  device_ids: {
55132
55219
  description: "IDs of the devices that you want to add to the new space.",
55133
55220
  items: { format: "uuid", type: "string" },
@@ -56018,6 +56105,10 @@ var openapi_default = {
56018
56105
  items: { format: "uuid", type: "string" },
56019
56106
  type: "array"
56020
56107
  },
56108
+ customer_key: {
56109
+ description: "Customer key for which you want to update the space.",
56110
+ type: "string"
56111
+ },
56021
56112
  device_ids: {
56022
56113
  description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
56023
56114
  items: { format: "uuid", type: "string" },
@@ -56086,6 +56177,10 @@ var openapi_default = {
56086
56177
  items: { format: "uuid", type: "string" },
56087
56178
  type: "array"
56088
56179
  },
56180
+ customer_key: {
56181
+ description: "Customer key for which you want to update the space.",
56182
+ type: "string"
56183
+ },
56089
56184
  device_ids: {
56090
56185
  description: "IDs of the devices that you want to set for the space. If specified, this will replace all existing devices.",
56091
56186
  items: { format: "uuid", type: "string" },