@seamapi/types 1.767.0 → 1.768.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.767.0",
3
+ "version": "1.768.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -91,11 +91,11 @@
91
91
  "zod": "^3.24.0"
92
92
  },
93
93
  "devDependencies": {
94
- "@seamapi/blueprint": "^0.53.2",
94
+ "@seamapi/blueprint": "^0.54.0",
95
95
  "@swc/core": "^1.11.29",
96
96
  "@types/node": "^24.10.9",
97
- "del-cli": "^7.0.0",
98
97
  "concurrently": "^9.2.0",
98
+ "del-cli": "^7.0.0",
99
99
  "eslint": "^9.31.0",
100
100
  "eslint-plugin-import": "^2.32.0",
101
101
  "eslint-plugin-n": "^17.21.0",
@@ -172,10 +172,12 @@ export const portal_configuration_base = z.object({
172
172
  resource_type: z.enum(['reservation', 'space']),
173
173
  resource_key: z.string(),
174
174
  })
175
- .optional()
176
- .describe(
177
- 'Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.',
178
- ),
175
+ .optional().describe(`
176
+ ---
177
+ undocumented: Internal endpoint for customer portals.
178
+ ---
179
+ Deep link target resource for initial redirect. When set, the portal will navigate directly to the specified resource.
180
+ `),
179
181
  })
180
182
 
181
183
  export const portal_configuration = portal_configuration_base
@@ -124,6 +124,7 @@ export const staff_member_resource = base_user_identity_resource.extend({
124
124
  }).describe(`
125
125
  ---
126
126
  route_path: /seam/customer/v1/staff_members
127
+ undocumented: Internal resource for customer portals.
127
128
  ---
128
129
  Represents a staff member for a specific customer.
129
130
  `)
@@ -25390,6 +25390,7 @@ export default {
25390
25390
  required: ['name', 'staff_member_key'],
25391
25391
  type: 'object',
25392
25392
  'x-route-path': '/seam/customer/v1/staff_members',
25393
+ 'x-undocumented': 'Internal resource for customer portals.',
25393
25394
  },
25394
25395
  thermostat_daily_program: {
25395
25396
  description:
@@ -31859,6 +31860,8 @@ export default {
31859
31860
  },
31860
31861
  timeline_events: {
31861
31862
  items: {
31863
+ description:
31864
+ 'Timeline event for access code lifecycle activity.',
31862
31865
  properties: {
31863
31866
  actor: {
31864
31867
  description:
@@ -31924,6 +31927,7 @@ export default {
31924
31927
  'access_code.unmanaged.failed_to_convert_to_managed',
31925
31928
  ],
31926
31929
  type: 'string',
31930
+ 'x-undocumented': 'Unreleased.',
31927
31931
  },
31928
31932
  occurred_at: {
31929
31933
  description:
@@ -31963,6 +31967,7 @@ export default {
31963
31967
  'actor',
31964
31968
  ],
31965
31969
  type: 'object',
31970
+ 'x-undocumented': 'Unreleased.',
31966
31971
  },
31967
31972
  type: 'array',
31968
31973
  },
@@ -31991,6 +31996,7 @@ export default {
31991
31996
  'x-fern-sdk-return-value': 'timeline_events',
31992
31997
  'x-response-key': 'timeline_events',
31993
31998
  'x-title': 'Get Access Code Timeline',
31999
+ 'x-undocumented': 'Unreleased.',
31994
32000
  },
31995
32001
  post: {
31996
32002
  description:
@@ -32079,6 +32085,8 @@ export default {
32079
32085
  },
32080
32086
  timeline_events: {
32081
32087
  items: {
32088
+ description:
32089
+ 'Timeline event for access code lifecycle activity.',
32082
32090
  properties: {
32083
32091
  actor: {
32084
32092
  description:
@@ -32144,6 +32152,7 @@ export default {
32144
32152
  'access_code.unmanaged.failed_to_convert_to_managed',
32145
32153
  ],
32146
32154
  type: 'string',
32155
+ 'x-undocumented': 'Unreleased.',
32147
32156
  },
32148
32157
  occurred_at: {
32149
32158
  description:
@@ -32183,6 +32192,7 @@ export default {
32183
32192
  'actor',
32184
32193
  ],
32185
32194
  type: 'object',
32195
+ 'x-undocumented': 'Unreleased.',
32186
32196
  },
32187
32197
  type: 'array',
32188
32198
  },
@@ -32211,6 +32221,7 @@ export default {
32211
32221
  'x-fern-sdk-return-value': 'timeline_events',
32212
32222
  'x-response-key': 'timeline_events',
32213
32223
  'x-title': 'Get Access Code Timeline',
32224
+ 'x-undocumented': 'Unreleased.',
32214
32225
  },
32215
32226
  },
32216
32227
  '/access_codes/list': {
@@ -49652,6 +49663,8 @@ export default {
49652
49663
  },
49653
49664
  required: ['resource_type', 'resource_key'],
49654
49665
  type: 'object',
49666
+ 'x-undocumented':
49667
+ 'Internal endpoint for customer portals.',
49655
49668
  },
49656
49669
  exclude_locale_picker: {
49657
49670
  default: false,
@@ -50654,6 +50667,8 @@ export default {
50654
50667
  required: ['name', 'staff_member_key'],
50655
50668
  type: 'object',
50656
50669
  'x-route-path': '/seam/customer/v1/staff_members',
50670
+ 'x-undocumented':
50671
+ 'Internal resource for customer portals.',
50657
50672
  },
50658
50673
  type: 'array',
50659
50674
  },
@@ -51887,6 +51902,8 @@ export default {
51887
51902
  required: ['name', 'staff_member_key'],
51888
51903
  type: 'object',
51889
51904
  'x-route-path': '/seam/customer/v1/staff_members',
51905
+ 'x-undocumented':
51906
+ 'Internal resource for customer portals.',
51890
51907
  },
51891
51908
  type: 'array',
51892
51909
  },
@@ -52121,6 +52138,7 @@ export default {
52121
52138
  'x-fern-sdk-return-value': 'deep_link',
52122
52139
  'x-response-key': 'deep_link',
52123
52140
  'x-title': 'Create Reservation Deep Link',
52141
+ 'x-undocumented': 'Internal endpoint for customer portals.',
52124
52142
  },
52125
52143
  },
52126
52144
  '/devices/delete': {
@@ -64193,6 +64211,7 @@ export default {
64193
64211
  'x-fern-sdk-return-value': 'automation',
64194
64212
  'x-response-key': 'automation',
64195
64213
  'x-title': 'Get Customer Automation Configuration',
64214
+ 'x-undocumented': 'Internal endpoint for customer portals.',
64196
64215
  },
64197
64216
  post: {
64198
64217
  description:
@@ -64491,6 +64510,7 @@ export default {
64491
64510
  'x-fern-sdk-return-value': 'automation',
64492
64511
  'x-response-key': 'automation',
64493
64512
  'x-title': 'Get Customer Automation Configuration',
64513
+ 'x-undocumented': 'Internal endpoint for customer portals.',
64494
64514
  },
64495
64515
  },
64496
64516
  '/seam/customer/v1/customers/automations/update': {
@@ -64779,6 +64799,7 @@ export default {
64779
64799
  'x-fern-sdk-method-name': 'update',
64780
64800
  'x-response-key': null,
64781
64801
  'x-title': 'Update Customer Automation Configuration',
64802
+ 'x-undocumented': 'Internal endpoint for customer portals.',
64782
64803
  },
64783
64804
  post: {
64784
64805
  description:
@@ -65065,6 +65086,7 @@ export default {
65065
65086
  'x-fern-sdk-method-name': 'update',
65066
65087
  'x-response-key': null,
65067
65088
  'x-title': 'Update Customer Automation Configuration',
65089
+ 'x-undocumented': 'Internal endpoint for customer portals.',
65068
65090
  },
65069
65091
  },
65070
65092
  '/seam/customer/v1/customers/list': {
@@ -65249,6 +65271,7 @@ export default {
65249
65271
  'x-fern-sdk-method-name': 'me',
65250
65272
  'x-response-key': null,
65251
65273
  'x-title': 'Me',
65274
+ 'x-undocumented': 'Internal endpoint for customer portals.',
65252
65275
  },
65253
65276
  post: {
65254
65277
  description:
@@ -65285,6 +65308,7 @@ export default {
65285
65308
  'x-fern-sdk-method-name': 'me',
65286
65309
  'x-response-key': null,
65287
65310
  'x-title': 'Me',
65311
+ 'x-undocumented': 'Internal endpoint for customer portals.',
65288
65312
  },
65289
65313
  },
65290
65314
  '/seam/customer/v1/customers/open_portal': {
@@ -66149,6 +66173,8 @@ export default {
66149
66173
  },
66150
66174
  required: ['resource_type', 'resource_key'],
66151
66175
  type: 'object',
66176
+ 'x-undocumented':
66177
+ 'Internal endpoint for customer portals.',
66152
66178
  },
66153
66179
  exclude_locale_picker: {
66154
66180
  default: false,
@@ -66554,6 +66580,8 @@ export default {
66554
66580
  },
66555
66581
  required: ['resource_type', 'resource_key'],
66556
66582
  type: 'object',
66583
+ 'x-undocumented':
66584
+ 'Internal endpoint for customer portals.',
66557
66585
  },
66558
66586
  exclude_locale_picker: {
66559
66587
  default: false,
@@ -69263,6 +69291,7 @@ export default {
69263
69291
  'x-fern-sdk-method-name': 'push_common_areas',
69264
69292
  'x-response-key': null,
69265
69293
  'x-title': 'Push Common Areas',
69294
+ 'x-undocumented': 'Internal endpoint for customer portals.',
69266
69295
  },
69267
69296
  },
69268
69297
  '/seam/customer/v1/staff_members/get': {
@@ -69336,6 +69365,8 @@ export default {
69336
69365
  required: ['staff_member_key', 'name'],
69337
69366
  type: 'object',
69338
69367
  'x-route-path': '/seam/customer/v1/staff_members',
69368
+ 'x-undocumented':
69369
+ 'Internal resource for customer portals.',
69339
69370
  },
69340
69371
  },
69341
69372
  required: ['access_grant', 'spaces', 'staff_member', 'ok'],
@@ -69433,6 +69464,8 @@ export default {
69433
69464
  required: ['staff_member_key', 'name'],
69434
69465
  type: 'object',
69435
69466
  'x-route-path': '/seam/customer/v1/staff_members',
69467
+ 'x-undocumented':
69468
+ 'Internal resource for customer portals.',
69436
69469
  },
69437
69470
  },
69438
69471
  required: ['access_grant', 'spaces', 'staff_member', 'ok'],
@@ -69555,6 +69588,8 @@ export default {
69555
69588
  required: ['staff_member_key', 'name'],
69556
69589
  type: 'object',
69557
69590
  'x-route-path': '/seam/customer/v1/staff_members',
69591
+ 'x-undocumented':
69592
+ 'Internal resource for customer portals.',
69558
69593
  },
69559
69594
  type: 'array',
69560
69595
  },
@@ -69667,6 +69702,8 @@ export default {
69667
69702
  required: ['staff_member_key', 'name'],
69668
69703
  type: 'object',
69669
69704
  'x-route-path': '/seam/customer/v1/staff_members',
69705
+ 'x-undocumented':
69706
+ 'Internal resource for customer portals.',
69670
69707
  },
69671
69708
  type: 'array',
69672
69709
  },