@seamapi/types 1.1040.0 → 1.1042.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.
@@ -96136,6 +96136,7 @@ export type Routes = {
96136
96136
  | 'ACCESS_CODE_DEADLINE_LIFECYCLE'
96137
96137
  | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
96138
96138
  | 'TARGETED_ACCESS_GRANT_ISSUANCE'
96139
+ | 'TRUTHFUL_CLIMATE_SETTING_SYNC'
96139
96140
  /** Whether the feature flag should be enabled for the workspace. */
96140
96141
  enabled: boolean
96141
96142
  }
@@ -96158,6 +96159,7 @@ export type Routes = {
96158
96159
  | 'ACCESS_CODE_DEADLINE_LIFECYCLE'
96159
96160
  | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
96160
96161
  | 'TARGETED_ACCESS_GRANT_ISSUANCE'
96162
+ | 'TRUTHFUL_CLIMATE_SETTING_SYNC'
96161
96163
  enabled: boolean
96162
96164
  }
96163
96165
  }