@seamapi/types 1.863.0 → 1.864.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). */
@@ -100383,6 +100393,8 @@ type Routes = {
100383
100393
  time_zone?: string | undefined;
100384
100394
  /** 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
100395
  ical_feed_origin?: string | undefined;
100396
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
100397
+ ical_url?: string | undefined;
100386
100398
  };
100387
100399
  };
100388
100400
  maxDuration: undefined;
@@ -100564,6 +100576,8 @@ type Routes = {
100564
100576
  time_zone?: string | undefined;
100565
100577
  /** 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
100578
  ical_feed_origin?: string | undefined;
100579
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
100580
+ ical_url?: string | undefined;
100567
100581
  }[];
100568
100582
  /** Information about the current page of results. */
100569
100583
  pagination: {
@@ -100779,6 +100793,8 @@ type Routes = {
100779
100793
  time_zone?: string | undefined;
100780
100794
  /** 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
100795
  ical_feed_origin?: string | undefined;
100796
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
100797
+ ical_url?: string | undefined;
100782
100798
  };
100783
100799
  };
100784
100800
  maxDuration: undefined;
@@ -141646,6 +141662,8 @@ type Routes = {
141646
141662
  time_zone?: string | undefined;
141647
141663
  /** 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
141664
  ical_feed_origin?: string | undefined;
141665
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
141666
+ ical_url?: string | undefined;
141649
141667
  }[] | undefined;
141650
141668
  acs_systems?: {
141651
141669
  /** ID of the default credential manager `acs_system` for this [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
@@ -169761,6 +169779,8 @@ type Routes = {
169761
169779
  time_zone?: string | undefined;
169762
169780
  /** 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
169781
  ical_feed_origin?: string | undefined;
169782
+ /** For iCal connected accounts, the feed URL for the connection. Sourced from the connector configuration. */
169783
+ ical_url?: string | undefined;
169764
169784
  }[] | undefined;
169765
169785
  events?: ({
169766
169786
  /** 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",