@seamapi/types 1.641.0 → 1.642.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.641.0",
3
+ "version": "1.642.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -8,10 +8,12 @@ const base_access_grant_resource = z.object({
8
8
  .describe('Your name for this access grant resource.'),
9
9
  starts_at: z
10
10
  .string()
11
+ .datetime()
11
12
  .optional()
12
13
  .describe('Starting date and time for the access grant.'),
13
14
  ends_at: z
14
15
  .string()
16
+ .datetime()
15
17
  .optional()
16
18
  .describe('Ending date and time for the access grant.'),
17
19
  preferred_code: z
@@ -41486,6 +41486,7 @@ export default {
41486
41486
  ends_at: {
41487
41487
  description:
41488
41488
  'Ending date and time for the access grant.',
41489
+ format: 'date-time',
41489
41490
  type: 'string',
41490
41491
  },
41491
41492
  facility_keys: {
@@ -41541,6 +41542,7 @@ export default {
41541
41542
  starts_at: {
41542
41543
  description:
41543
41544
  'Starting date and time for the access grant.',
41545
+ format: 'date-time',
41544
41546
  type: 'string',
41545
41547
  },
41546
41548
  tenant_key: {
@@ -41595,6 +41597,7 @@ export default {
41595
41597
  ends_at: {
41596
41598
  description:
41597
41599
  'Ending date and time for the access grant.',
41600
+ format: 'date-time',
41598
41601
  type: 'string',
41599
41602
  },
41600
41603
  facility_keys: {
@@ -41650,6 +41653,7 @@ export default {
41650
41653
  starts_at: {
41651
41654
  description:
41652
41655
  'Starting date and time for the access grant.',
41656
+ format: 'date-time',
41653
41657
  type: 'string',
41654
41658
  },
41655
41659
  tenant_key: {
@@ -41868,6 +41872,7 @@ export default {
41868
41872
  ends_at: {
41869
41873
  description:
41870
41874
  'Ending date and time for the access grant.',
41875
+ format: 'date-time',
41871
41876
  type: 'string',
41872
41877
  },
41873
41878
  facility_keys: {
@@ -41929,6 +41934,7 @@ export default {
41929
41934
  starts_at: {
41930
41935
  description:
41931
41936
  'Starting date and time for the access grant.',
41937
+ format: 'date-time',
41932
41938
  type: 'string',
41933
41939
  },
41934
41940
  tenant_key: {
@@ -42698,6 +42704,7 @@ export default {
42698
42704
  ends_at: {
42699
42705
  description:
42700
42706
  'Ending date and time for the access grant.',
42707
+ format: 'date-time',
42701
42708
  type: 'string',
42702
42709
  },
42703
42710
  facility_keys: {
@@ -42753,6 +42760,7 @@ export default {
42753
42760
  starts_at: {
42754
42761
  description:
42755
42762
  'Starting date and time for the access grant.',
42763
+ format: 'date-time',
42756
42764
  type: 'string',
42757
42765
  },
42758
42766
  tenant_key: {
@@ -42807,6 +42815,7 @@ export default {
42807
42815
  ends_at: {
42808
42816
  description:
42809
42817
  'Ending date and time for the access grant.',
42818
+ format: 'date-time',
42810
42819
  type: 'string',
42811
42820
  },
42812
42821
  facility_keys: {
@@ -42862,6 +42871,7 @@ export default {
42862
42871
  starts_at: {
42863
42872
  description:
42864
42873
  'Starting date and time for the access grant.',
42874
+ format: 'date-time',
42865
42875
  type: 'string',
42866
42876
  },
42867
42877
  tenant_key: {
@@ -43076,6 +43086,7 @@ export default {
43076
43086
  ends_at: {
43077
43087
  description:
43078
43088
  'Ending date and time for the access grant.',
43089
+ format: 'date-time',
43079
43090
  type: 'string',
43080
43091
  },
43081
43092
  facility_keys: {
@@ -43137,6 +43148,7 @@ export default {
43137
43148
  starts_at: {
43138
43149
  description:
43139
43150
  'Starting date and time for the access grant.',
43151
+ format: 'date-time',
43140
43152
  type: 'string',
43141
43153
  },
43142
43154
  tenant_key: {