@seamapi/types 1.414.0 → 1.414.1

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.
@@ -22,5 +22,10 @@ export const location = z.object({
22
22
  .string()
23
23
  .datetime()
24
24
  .describe('Date and time at which the location object was created.'),
25
- });
25
+ }).describe(`
26
+ ---
27
+ undocumented: Will be removed.
28
+ route_path: /unstable_locations
29
+ ---
30
+ `);
26
31
  //# sourceMappingURL=location.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"location.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/locations/location.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/B,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,qCAAqC,CAAC;IAClD,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wEAAwE,CACzE;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;IAClD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,+BAA+B,CAAC;IAClE,WAAW,EAAE,WAAW;SACrB,QAAQ,EAAE;SACV,QAAQ,CAAC,wCAAwC,CAAC;IACrD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;IACvE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;CACvE,CAAC,CAAA"}
1
+ {"version":3,"file":"location.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/locations/location.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,WAAW,GAAG,CAAC,CAAC,MAAM,CAAC;IAClC,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/B,WAAW,EAAE,CAAC;SACX,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,qCAAqC,CAAC;IAClD,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,wEAAwE,CACzE;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,uBAAuB,CAAC;IAClD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,+BAA+B,CAAC;IAClE,WAAW,EAAE,WAAW;SACrB,QAAQ,EAAE;SACV,QAAQ,CAAC,wCAAwC,CAAC;IACrD,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,4BAA4B,CAAC;IACvE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,yDAAyD,CAAC;CACvE,CAAC,CAAC,QAAQ,CAAC;;;;;GAKT,CAAC,CAAA"}
@@ -180,7 +180,7 @@ declare const phone_provider_session: z.ZodObject<{
180
180
  }, {
181
181
  is_managed: z.ZodLiteral<true>;
182
182
  }>, "acs_credential_id">, {
183
- acs_credential_id: z.ZodOptional<z.ZodString>;
183
+ acs_credential_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
184
184
  acs_entrances: z.ZodArray<z.ZodObject<{
185
185
  acs_system_id: z.ZodString;
186
186
  acs_entrance_id: z.ZodString;
@@ -514,7 +514,7 @@ declare const phone_provider_session: z.ZodObject<{
514
514
  issued_at?: string | null | undefined;
515
515
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
516
516
  external_type_display_name?: string | undefined;
517
- acs_credential_id?: string | undefined;
517
+ acs_credential_id?: string | null | undefined;
518
518
  acs_user_id?: string | undefined;
519
519
  acs_credential_pool_id?: string | undefined;
520
520
  parent_acs_credential_id?: string | undefined;
@@ -633,7 +633,7 @@ declare const phone_provider_session: z.ZodObject<{
633
633
  issued_at?: string | null | undefined;
634
634
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
635
635
  external_type_display_name?: string | undefined;
636
- acs_credential_id?: string | undefined;
636
+ acs_credential_id?: string | null | undefined;
637
637
  acs_user_id?: string | undefined;
638
638
  acs_credential_pool_id?: string | undefined;
639
639
  parent_acs_credential_id?: string | undefined;
@@ -760,7 +760,7 @@ declare const phone_provider_session: z.ZodObject<{
760
760
  issued_at?: string | null | undefined;
761
761
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
762
762
  external_type_display_name?: string | undefined;
763
- acs_credential_id?: string | undefined;
763
+ acs_credential_id?: string | null | undefined;
764
764
  acs_user_id?: string | undefined;
765
765
  acs_credential_pool_id?: string | undefined;
766
766
  parent_acs_credential_id?: string | undefined;
@@ -887,7 +887,7 @@ declare const phone_provider_session: z.ZodObject<{
887
887
  issued_at?: string | null | undefined;
888
888
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
889
889
  external_type_display_name?: string | undefined;
890
- acs_credential_id?: string | undefined;
890
+ acs_credential_id?: string | null | undefined;
891
891
  acs_user_id?: string | undefined;
892
892
  acs_credential_pool_id?: string | undefined;
893
893
  parent_acs_credential_id?: string | undefined;
@@ -1080,7 +1080,7 @@ export declare const phone_session: z.ZodObject<{
1080
1080
  }, {
1081
1081
  is_managed: z.ZodLiteral<true>;
1082
1082
  }>, "acs_credential_id">, {
1083
- acs_credential_id: z.ZodOptional<z.ZodString>;
1083
+ acs_credential_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1084
1084
  acs_entrances: z.ZodArray<z.ZodObject<{
1085
1085
  acs_system_id: z.ZodString;
1086
1086
  acs_entrance_id: z.ZodString;
@@ -1414,7 +1414,7 @@ export declare const phone_session: z.ZodObject<{
1414
1414
  issued_at?: string | null | undefined;
1415
1415
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1416
1416
  external_type_display_name?: string | undefined;
1417
- acs_credential_id?: string | undefined;
1417
+ acs_credential_id?: string | null | undefined;
1418
1418
  acs_user_id?: string | undefined;
1419
1419
  acs_credential_pool_id?: string | undefined;
1420
1420
  parent_acs_credential_id?: string | undefined;
@@ -1533,7 +1533,7 @@ export declare const phone_session: z.ZodObject<{
1533
1533
  issued_at?: string | null | undefined;
1534
1534
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1535
1535
  external_type_display_name?: string | undefined;
1536
- acs_credential_id?: string | undefined;
1536
+ acs_credential_id?: string | null | undefined;
1537
1537
  acs_user_id?: string | undefined;
1538
1538
  acs_credential_pool_id?: string | undefined;
1539
1539
  parent_acs_credential_id?: string | undefined;
@@ -1660,7 +1660,7 @@ export declare const phone_session: z.ZodObject<{
1660
1660
  issued_at?: string | null | undefined;
1661
1661
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1662
1662
  external_type_display_name?: string | undefined;
1663
- acs_credential_id?: string | undefined;
1663
+ acs_credential_id?: string | null | undefined;
1664
1664
  acs_user_id?: string | undefined;
1665
1665
  acs_credential_pool_id?: string | undefined;
1666
1666
  parent_acs_credential_id?: string | undefined;
@@ -1787,7 +1787,7 @@ export declare const phone_session: z.ZodObject<{
1787
1787
  issued_at?: string | null | undefined;
1788
1788
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1789
1789
  external_type_display_name?: string | undefined;
1790
- acs_credential_id?: string | undefined;
1790
+ acs_credential_id?: string | null | undefined;
1791
1791
  acs_user_id?: string | undefined;
1792
1792
  acs_credential_pool_id?: string | undefined;
1793
1793
  parent_acs_credential_id?: string | undefined;
@@ -1916,7 +1916,7 @@ export declare const phone_session: z.ZodObject<{
1916
1916
  issued_at?: string | null | undefined;
1917
1917
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1918
1918
  external_type_display_name?: string | undefined;
1919
- acs_credential_id?: string | undefined;
1919
+ acs_credential_id?: string | null | undefined;
1920
1920
  acs_user_id?: string | undefined;
1921
1921
  acs_credential_pool_id?: string | undefined;
1922
1922
  parent_acs_credential_id?: string | undefined;
@@ -2045,7 +2045,7 @@ export declare const phone_session: z.ZodObject<{
2045
2045
  issued_at?: string | null | undefined;
2046
2046
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
2047
2047
  external_type_display_name?: string | undefined;
2048
- acs_credential_id?: string | undefined;
2048
+ acs_credential_id?: string | null | undefined;
2049
2049
  acs_user_id?: string | undefined;
2050
2050
  acs_credential_pool_id?: string | undefined;
2051
2051
  parent_acs_credential_id?: string | undefined;
@@ -9,7 +9,7 @@ const phone_provider_session = z.object({
9
9
  acs_credential_id: true,
10
10
  })
11
11
  .extend({
12
- acs_credential_id: z.string().optional(),
12
+ acs_credential_id: z.string().optional().nullable(),
13
13
  acs_entrances: acs_entrance.array(),
14
14
  })
15
15
  .array(),
@@ -1 +1 @@
1
- {"version":3,"file":"phone-session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/phones/phone-session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAE5D,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,kBAAkB;IAClB,eAAe,EAAE,cAAc;SAC5B,IAAI,CAAC;QACJ,iBAAiB,EAAE,IAAI;KACxB,CAAC;SACD,MAAM,CAAC;QACN,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACxC,aAAa,EAAE,YAAY,CAAC,KAAK,EAAE;KACpC,CAAC;SACD,KAAK,EAAE;CACX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,iBAAiB,EAAE,sBAAsB,CAAC,KAAK,EAAE;CAClD,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
1
+ {"version":3,"file":"phone-session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/phones/phone-session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAA;AACzD,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAA;AAE5D,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,kBAAkB;IAClB,eAAe,EAAE,cAAc;SAC5B,IAAI,CAAC;QACJ,iBAAiB,EAAE,IAAI;KACxB,CAAC;SACD,MAAM,CAAC;QACN,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;QACnD,aAAa,EAAE,YAAY,CAAC,KAAK,EAAE;KACpC,CAAC;SACD,KAAK,EAAE;CACX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,iBAAiB,EAAE,sBAAsB,CAAC,KAAK,EAAE;CAClD,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
@@ -36,7 +36,7 @@ export const thermostat_daily_program = z.object({
36
36
  .describe('Date and time at which the thermostat daily program was created.'),
37
37
  }).describe(`
38
38
  ---
39
- route_path: /thermostats/thermostat_daily_programs
39
+ route_path: /thermostats/daily_programs
40
40
  ---
41
41
  Represents a thermostat daily program, consisting of a set of periods, each of which has a starting time and the key that identifies the climate preset to apply at the starting time.
42
42
  `);