@seamapi/types 1.903.0 → 1.905.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
@@ -56243,7 +56243,18 @@ var openapi = {
56243
56243
  },
56244
56244
  locale: {
56245
56245
  description: "The locale to use for the portal.",
56246
- enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
56246
+ enum: [
56247
+ "en-US",
56248
+ "pt-PT",
56249
+ "fr-FR",
56250
+ "it-IT",
56251
+ "es-ES",
56252
+ "de-DE",
56253
+ "nl-NL",
56254
+ "el-GR",
56255
+ "pl-PL",
56256
+ "ru-RU"
56257
+ ],
56247
56258
  type: "string"
56248
56259
  },
56249
56260
  navigation_mode: {
@@ -74144,7 +74155,18 @@ var openapi = {
74144
74155
  },
74145
74156
  locale: {
74146
74157
  description: "The locale to use for the portal.",
74147
- enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
74158
+ enum: [
74159
+ "en-US",
74160
+ "pt-PT",
74161
+ "fr-FR",
74162
+ "it-IT",
74163
+ "es-ES",
74164
+ "de-DE",
74165
+ "nl-NL",
74166
+ "el-GR",
74167
+ "pl-PL",
74168
+ "ru-RU"
74169
+ ],
74148
74170
  type: "string"
74149
74171
  },
74150
74172
  navigation_mode: {
@@ -74527,7 +74549,18 @@ var openapi = {
74527
74549
  },
74528
74550
  locale: {
74529
74551
  description: "The locale to use for the portal.",
74530
- enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
74552
+ enum: [
74553
+ "en-US",
74554
+ "pt-PT",
74555
+ "fr-FR",
74556
+ "it-IT",
74557
+ "es-ES",
74558
+ "de-DE",
74559
+ "nl-NL",
74560
+ "el-GR",
74561
+ "pl-PL",
74562
+ "ru-RU"
74563
+ ],
74531
74564
  type: "string"
74532
74565
  },
74533
74566
  navigation_mode: {
@@ -74864,7 +74897,18 @@ var openapi = {
74864
74897
  },
74865
74898
  locale: {
74866
74899
  description: "The locale to use for the portal.",
74867
- enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
74900
+ enum: [
74901
+ "en-US",
74902
+ "pt-PT",
74903
+ "fr-FR",
74904
+ "it-IT",
74905
+ "es-ES",
74906
+ "de-DE",
74907
+ "nl-NL",
74908
+ "el-GR",
74909
+ "pl-PL",
74910
+ "ru-RU"
74911
+ ],
74868
74912
  type: "string"
74869
74913
  },
74870
74914
  navigation_mode: {
@@ -75209,7 +75253,18 @@ var openapi = {
75209
75253
  },
75210
75254
  locale: {
75211
75255
  description: "The locale to use for the portal.",
75212
- enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
75256
+ enum: [
75257
+ "en-US",
75258
+ "pt-PT",
75259
+ "fr-FR",
75260
+ "it-IT",
75261
+ "es-ES",
75262
+ "de-DE",
75263
+ "nl-NL",
75264
+ "el-GR",
75265
+ "pl-PL",
75266
+ "ru-RU"
75267
+ ],
75213
75268
  type: "string"
75214
75269
  },
75215
75270
  navigation_mode: {
@@ -75732,6 +75787,15 @@ var openapi = {
75732
75787
  type: "string"
75733
75788
  }
75734
75789
  },
75790
+ {
75791
+ in: "query",
75792
+ name: "user_identity_id",
75793
+ schema: {
75794
+ description: "Filter reservations by the guest user identity ID.",
75795
+ format: "uuid",
75796
+ type: "string"
75797
+ }
75798
+ },
75735
75799
  {
75736
75800
  in: "query",
75737
75801
  name: "limit",
@@ -76091,6 +76155,11 @@ var openapi = {
76091
76155
  space_key: {
76092
76156
  description: "Filter reservations by space key.",
76093
76157
  type: "string"
76158
+ },
76159
+ user_identity_id: {
76160
+ description: "Filter reservations by the guest user identity ID.",
76161
+ format: "uuid",
76162
+ type: "string"
76094
76163
  }
76095
76164
  },
76096
76165
  type: "object"