@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.
@@ -2672,6 +2672,24 @@ export interface Routes {
2672
2672
  }
2673
2673
  }
2674
2674
  }
2675
+ '/access_codes/update_multiple': {
2676
+ route: '/access_codes/update_multiple'
2677
+ method: 'POST' | 'PATCH'
2678
+ queryParams: {}
2679
+ jsonBody: {
2680
+ allow_external_modification?: boolean | undefined
2681
+ is_external_modification_allowed?: boolean | undefined
2682
+ code?: string | undefined
2683
+ ends_at?: string | undefined
2684
+ starts_at?: string | undefined
2685
+ name?: string | undefined
2686
+ prefer_native_scheduling?: boolean | undefined
2687
+ common_code_key: string
2688
+ }
2689
+ commonParams: {}
2690
+ formData: {}
2691
+ jsonResponse: {}
2692
+ }
2675
2693
  '/acs/access_groups/add_user': {
2676
2694
  route: '/acs/access_groups/add_user'
2677
2695
  method: 'PUT' | 'POST'