@seamapi/types 1.863.0 → 1.865.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.
@@ -18142,6 +18142,7 @@ declare const batch: z.ZodObject<{
18142
18142
  default_checkout_time: z.ZodOptional<z.ZodString>;
18143
18143
  time_zone: z.ZodOptional<z.ZodString>;
18144
18144
  ical_feed_origin: z.ZodOptional<z.ZodString>;
18145
+ ical_url: z.ZodOptional<z.ZodString>;
18145
18146
  }, "strip", z.ZodTypeAny, {
18146
18147
  display_name: string;
18147
18148
  errors: ({
@@ -18224,6 +18225,7 @@ declare const batch: z.ZodObject<{
18224
18225
  default_checkout_time?: string | undefined;
18225
18226
  time_zone?: string | undefined;
18226
18227
  ical_feed_origin?: string | undefined;
18228
+ ical_url?: string | undefined;
18227
18229
  }, {
18228
18230
  display_name: string;
18229
18231
  errors: ({
@@ -18306,6 +18308,7 @@ declare const batch: z.ZodObject<{
18306
18308
  default_checkout_time?: string | undefined;
18307
18309
  time_zone?: string | undefined;
18308
18310
  ical_feed_origin?: string | undefined;
18311
+ ical_url?: string | undefined;
18309
18312
  }>, "many">>;
18310
18313
  acs_entrances: z.ZodOptional<z.ZodArray<z.ZodObject<{
18311
18314
  acs_system_id: z.ZodString;
@@ -40677,6 +40680,7 @@ declare const batch: z.ZodObject<{
40677
40680
  default_checkout_time?: string | undefined;
40678
40681
  time_zone?: string | undefined;
40679
40682
  ical_feed_origin?: string | undefined;
40683
+ ical_url?: string | undefined;
40680
40684
  }[] | undefined;
40681
40685
  acs_entrances?: {
40682
40686
  display_name: string;
@@ -45778,6 +45782,7 @@ declare const batch: z.ZodObject<{
45778
45782
  default_checkout_time?: string | undefined;
45779
45783
  time_zone?: string | undefined;
45780
45784
  ical_feed_origin?: string | undefined;
45785
+ ical_url?: string | undefined;
45781
45786
  }[] | undefined;
45782
45787
  acs_entrances?: {
45783
45788
  display_name: string;
@@ -50732,6 +50737,7 @@ declare const connected_account: z.ZodObject<{
50732
50737
  default_checkout_time: z.ZodOptional<z.ZodString>;
50733
50738
  time_zone: z.ZodOptional<z.ZodString>;
50734
50739
  ical_feed_origin: z.ZodOptional<z.ZodString>;
50740
+ ical_url: z.ZodOptional<z.ZodString>;
50735
50741
  }, "strip", z.ZodTypeAny, {
50736
50742
  display_name: string;
50737
50743
  errors: ({
@@ -50814,6 +50820,7 @@ declare const connected_account: z.ZodObject<{
50814
50820
  default_checkout_time?: string | undefined;
50815
50821
  time_zone?: string | undefined;
50816
50822
  ical_feed_origin?: string | undefined;
50823
+ ical_url?: string | undefined;
50817
50824
  }, {
50818
50825
  display_name: string;
50819
50826
  errors: ({
@@ -50896,6 +50903,7 @@ declare const connected_account: z.ZodObject<{
50896
50903
  default_checkout_time?: string | undefined;
50897
50904
  time_zone?: string | undefined;
50898
50905
  ical_feed_origin?: string | undefined;
50906
+ ical_url?: string | undefined;
50899
50907
  }>;
50900
50908
  type ConnectedAccount = z.infer<typeof connected_account>;
50901
50909
 
@@ -79226,6 +79234,8 @@ type Routes = {
79226
79234
  time_zone?: string | undefined;
79227
79235
  /** For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo. */
79228
79236
  ical_feed_origin?: string | undefined;
79237
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
79238
+ ical_url?: string | undefined;
79229
79239
  }[] | undefined;
79230
79240
  acs_systems?: {
79231
79241
  /** ID of the default credential manager `acs_system` for this [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
@@ -79697,6 +79707,8 @@ type Routes = {
79697
79707
  acs_system_id?: string | undefined;
79698
79708
  /** ID of the entrance by which you want to filter the list of Access Grants. */
79699
79709
  acs_entrance_id?: string | undefined;
79710
+ /** ID of the device by which you want to filter the list of Access Grants. */
79711
+ device_id?: string | undefined;
79700
79712
  /**
79701
79713
  * @deprecated Use `space_id`.*/
79702
79714
  location_id?: string | undefined;
@@ -100383,6 +100395,8 @@ type Routes = {
100383
100395
  time_zone?: string | undefined;
100384
100396
  /** For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo. */
100385
100397
  ical_feed_origin?: string | undefined;
100398
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
100399
+ ical_url?: string | undefined;
100386
100400
  };
100387
100401
  };
100388
100402
  maxDuration: undefined;
@@ -100564,6 +100578,8 @@ type Routes = {
100564
100578
  time_zone?: string | undefined;
100565
100579
  /** For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo. */
100566
100580
  ical_feed_origin?: string | undefined;
100581
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
100582
+ ical_url?: string | undefined;
100567
100583
  }[];
100568
100584
  /** Information about the current page of results. */
100569
100585
  pagination: {
@@ -100779,6 +100795,8 @@ type Routes = {
100779
100795
  time_zone?: string | undefined;
100780
100796
  /** For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo. */
100781
100797
  ical_feed_origin?: string | undefined;
100798
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
100799
+ ical_url?: string | undefined;
100782
100800
  };
100783
100801
  };
100784
100802
  maxDuration: undefined;
@@ -141646,6 +141664,8 @@ type Routes = {
141646
141664
  time_zone?: string | undefined;
141647
141665
  /** For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo. */
141648
141666
  ical_feed_origin?: string | undefined;
141667
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
141668
+ ical_url?: string | undefined;
141649
141669
  }[] | undefined;
141650
141670
  acs_systems?: {
141651
141671
  /** ID of the default credential manager `acs_system` for this [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
@@ -169761,6 +169781,8 @@ type Routes = {
169761
169781
  time_zone?: string | undefined;
169762
169782
  /** For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo. */
169763
169783
  ical_feed_origin?: string | undefined;
169784
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
169785
+ ical_url?: string | undefined;
169764
169786
  }[] | undefined;
169765
169787
  events?: ({
169766
169788
  /** ID of the event. */
package/dist/index.cjs CHANGED
@@ -768,6 +768,9 @@ var connected_account = zod.z.object({
768
768
  ),
769
769
  ical_feed_origin: zod.z.string().optional().describe(
770
770
  "For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo."
771
+ ),
772
+ ical_url: zod.z.string().optional().describe(
773
+ "For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration."
771
774
  )
772
775
  }).describe(`
773
776
  ---
@@ -17553,6 +17556,10 @@ var openapi = {
17553
17556
  description: "For iCal connected accounts, the platform that produced the feed (for example, `airbnb`, `vrbo`, or `booking`), or `unknown` when it could not be determined. Intended for rendering the source platform's logo.",
17554
17557
  type: "string"
17555
17558
  },
17559
+ ical_url: {
17560
+ description: "For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration.",
17561
+ type: "string"
17562
+ },
17556
17563
  image_url: {
17557
17564
  description: "Logo URL for the connected account provider.",
17558
17565
  format: "uri",
@@ -39901,6 +39908,15 @@ var openapi = {
39901
39908
  type: "string"
39902
39909
  }
39903
39910
  },
39911
+ {
39912
+ in: "query",
39913
+ name: "device_id",
39914
+ schema: {
39915
+ description: "ID of the device by which you want to filter the list of Access Grants.",
39916
+ format: "uuid",
39917
+ type: "string"
39918
+ }
39919
+ },
39904
39920
  {
39905
39921
  in: "query",
39906
39922
  name: "location_id",
@@ -40021,6 +40037,11 @@ var openapi = {
40021
40037
  description: "Customer key for which you want to list access grants.",
40022
40038
  type: "string"
40023
40039
  },
40040
+ device_id: {
40041
+ description: "ID of the device by which you want to filter the list of Access Grants.",
40042
+ format: "uuid",
40043
+ type: "string"
40044
+ },
40024
40045
  limit: {
40025
40046
  default: 500,
40026
40047
  description: "Numerical limit on the number of access grants to return.",