@seamapi/types 1.10.0 → 1.11.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.
@@ -5698,7 +5698,7 @@ declare const _default: {
5698
5698
  schema: {
5699
5699
  type: string;
5700
5700
  properties: {
5701
- acs_access_system_id: {
5701
+ acs_system_id: {
5702
5702
  type: string;
5703
5703
  format: string;
5704
5704
  };
@@ -5647,7 +5647,7 @@ declare const _default: {
5647
5647
  schema: {
5648
5648
  type: string;
5649
5649
  properties: {
5650
- acs_access_system_id: {
5650
+ acs_system_id: {
5651
5651
  type: string;
5652
5652
  format: string;
5653
5653
  };
@@ -2114,6 +2114,7 @@ export default {
2114
2114
  'lock.locked',
2115
2115
  'lock.unlocked',
2116
2116
  'connected_account.connected',
2117
+ 'connected_account.successful_login',
2117
2118
  'connected_account.created',
2118
2119
  'connected_account.deleted',
2119
2120
  'connected_account.disconnected',
@@ -2155,6 +2156,7 @@ export default {
2155
2156
  'lock.locked',
2156
2157
  'lock.unlocked',
2157
2158
  'connected_account.connected',
2159
+ 'connected_account.successful_login',
2158
2160
  'connected_account.created',
2159
2161
  'connected_account.deleted',
2160
2162
  'connected_account.disconnected',
@@ -4205,7 +4207,7 @@ export default {
4205
4207
  schema: {
4206
4208
  type: 'object',
4207
4209
  properties: {
4208
- acs_access_system_id: { type: 'string', format: 'uuid' },
4210
+ acs_system_id: { type: 'string', format: 'uuid' },
4209
4211
  acs_user_id: { type: 'string', format: 'uuid' },
4210
4212
  },
4211
4213
  },