@seamapi/types 1.262.0 → 1.263.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.
@@ -2424,6 +2424,24 @@ export interface Routes {
2424
2424
  };
2425
2425
  };
2426
2426
  };
2427
+ '/access_codes/update_multiple': {
2428
+ route: '/access_codes/update_multiple';
2429
+ method: 'POST' | 'PATCH';
2430
+ queryParams: {};
2431
+ jsonBody: {
2432
+ allow_external_modification?: boolean | undefined;
2433
+ is_external_modification_allowed?: boolean | undefined;
2434
+ code?: string | undefined;
2435
+ ends_at?: string | undefined;
2436
+ starts_at?: string | undefined;
2437
+ name?: string | undefined;
2438
+ prefer_native_scheduling?: boolean | undefined;
2439
+ common_code_key: string;
2440
+ };
2441
+ commonParams: {};
2442
+ formData: {};
2443
+ jsonResponse: {};
2444
+ };
2427
2445
  '/acs/access_groups/add_user': {
2428
2446
  route: '/acs/access_groups/add_user';
2429
2447
  method: 'PUT' | 'POST';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.262.0",
3
+ "version": "1.263.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -92,7 +92,7 @@
92
92
  "zod": "^3.21.4"
93
93
  },
94
94
  "devDependencies": {
95
- "@seamapi/blueprint": "^0.23.0",
95
+ "@seamapi/blueprint": "^0.27.0",
96
96
  "@types/node": "^20.8.10",
97
97
  "concurrently": "^8.2.0",
98
98
  "del-cli": "^5.0.0",