@seamapi/types 1.233.0 → 1.235.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.
Files changed (30) hide show
  1. package/dist/connect.cjs +678 -11
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1514 -169
  4. package/lib/seam/connect/models/acs/acs-access-group.d.ts +45 -2
  5. package/lib/seam/connect/models/acs/acs-access-group.js +7 -1
  6. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  7. package/lib/seam/connect/models/acs/acs-credential.d.ts +160 -2
  8. package/lib/seam/connect/models/acs/acs-credential.js +7 -1
  9. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-user.d.ts +114 -1
  11. package/lib/seam/connect/models/acs/acs-user.js +7 -1
  12. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  13. package/lib/seam/connect/models/acs/metadata/visionline.d.ts +9 -0
  14. package/lib/seam/connect/models/acs/metadata/visionline.js +3 -0
  15. package/lib/seam/connect/models/acs/metadata/visionline.js.map +1 -1
  16. package/lib/seam/connect/openapi.d.ts +867 -41
  17. package/lib/seam/connect/openapi.js +638 -3
  18. package/lib/seam/connect/openapi.js.map +1 -1
  19. package/lib/seam/connect/route-types.d.ts +206 -1
  20. package/lib/seam/connect/schemas.d.ts +1 -1
  21. package/lib/seam/connect/schemas.js +1 -1
  22. package/lib/seam/connect/schemas.js.map +1 -1
  23. package/package.json +1 -1
  24. package/src/lib/seam/connect/models/acs/acs-access-group.ts +11 -1
  25. package/src/lib/seam/connect/models/acs/acs-credential.ts +14 -1
  26. package/src/lib/seam/connect/models/acs/acs-user.ts +14 -1
  27. package/src/lib/seam/connect/models/acs/metadata/visionline.ts +3 -0
  28. package/src/lib/seam/connect/openapi.ts +638 -3
  29. package/src/lib/seam/connect/route-types.ts +246 -1
  30. package/src/lib/seam/connect/schemas.ts +3 -0
@@ -207,6 +207,10 @@ declare const _default: {
207
207
  external_type_display_name: {
208
208
  type: string;
209
209
  };
210
+ is_managed: {
211
+ enum: boolean[];
212
+ type: string;
213
+ };
210
214
  name: {
211
215
  type: string;
212
216
  };
@@ -280,6 +284,10 @@ declare const _default: {
280
284
  is_latest_desired_state_synced_with_provider: {
281
285
  type: string;
282
286
  };
287
+ is_managed: {
288
+ enum: boolean[];
289
+ type: string;
290
+ };
283
291
  is_multi_phone_sync_credential: {
284
292
  type: string;
285
293
  };
@@ -300,6 +308,9 @@ declare const _default: {
300
308
  enum: string[];
301
309
  type: string;
302
310
  };
311
+ card_id: {
312
+ type: string;
313
+ };
303
314
  common_acs_entrance_ids: {
304
315
  items: {
305
316
  format: string;
@@ -307,6 +318,9 @@ declare const _default: {
307
318
  };
308
319
  type: string;
309
320
  };
321
+ credential_id: {
322
+ type: string;
323
+ };
310
324
  guest_acs_entrance_ids: {
311
325
  items: {
312
326
  format: string;
@@ -314,6 +328,9 @@ declare const _default: {
314
328
  };
315
329
  type: string;
316
330
  };
331
+ is_valid: {
332
+ type: string;
333
+ };
317
334
  joiner_acs_credential_ids: {
318
335
  items: {
319
336
  format: string;
@@ -714,6 +731,10 @@ declare const _default: {
714
731
  is_latest_desired_state_synced_with_provider: {
715
732
  type: string;
716
733
  };
734
+ is_managed: {
735
+ enum: boolean[];
736
+ type: string;
737
+ };
717
738
  is_suspended: {
718
739
  type: string;
719
740
  };
@@ -5798,6 +5819,238 @@ declare const _default: {
5798
5819
  'x-fern-sdk-method-name': string;
5799
5820
  };
5800
5821
  };
5822
+ '/acs/access_groups/unmanaged/get': {
5823
+ post: {
5824
+ operationId: string;
5825
+ requestBody: {
5826
+ content: {
5827
+ 'application/json': {
5828
+ schema: {
5829
+ properties: {
5830
+ acs_access_group_id: {
5831
+ format: string;
5832
+ type: string;
5833
+ };
5834
+ };
5835
+ required: string[];
5836
+ type: string;
5837
+ };
5838
+ };
5839
+ };
5840
+ };
5841
+ responses: {
5842
+ 200: {
5843
+ content: {
5844
+ 'application/json': {
5845
+ schema: {
5846
+ properties: {
5847
+ acs_access_group: {
5848
+ properties: {
5849
+ access_group_type: {
5850
+ deprecated: boolean;
5851
+ enum: string[];
5852
+ type: string;
5853
+ 'x-deprecated': string;
5854
+ };
5855
+ access_group_type_display_name: {
5856
+ deprecated: boolean;
5857
+ type: string;
5858
+ 'x-deprecated': string;
5859
+ };
5860
+ acs_access_group_id: {
5861
+ format: string;
5862
+ type: string;
5863
+ };
5864
+ acs_system_id: {
5865
+ format: string;
5866
+ type: string;
5867
+ };
5868
+ created_at: {
5869
+ format: string;
5870
+ type: string;
5871
+ };
5872
+ display_name: {
5873
+ type: string;
5874
+ };
5875
+ external_type: {
5876
+ enum: string[];
5877
+ type: string;
5878
+ };
5879
+ external_type_display_name: {
5880
+ type: string;
5881
+ };
5882
+ is_managed: {
5883
+ enum: boolean[];
5884
+ type: string;
5885
+ };
5886
+ name: {
5887
+ type: string;
5888
+ };
5889
+ workspace_id: {
5890
+ format: string;
5891
+ type: string;
5892
+ };
5893
+ };
5894
+ required: string[];
5895
+ type: string;
5896
+ };
5897
+ ok: {
5898
+ type: string;
5899
+ };
5900
+ };
5901
+ required: string[];
5902
+ type: string;
5903
+ };
5904
+ };
5905
+ };
5906
+ description: string;
5907
+ };
5908
+ 400: {
5909
+ description: string;
5910
+ };
5911
+ 401: {
5912
+ description: string;
5913
+ };
5914
+ };
5915
+ security: ({
5916
+ pat_with_workspace: never[];
5917
+ console_session?: never;
5918
+ api_key?: never;
5919
+ } | {
5920
+ console_session: never[];
5921
+ pat_with_workspace?: never;
5922
+ api_key?: never;
5923
+ } | {
5924
+ api_key: never[];
5925
+ pat_with_workspace?: never;
5926
+ console_session?: never;
5927
+ })[];
5928
+ summary: string;
5929
+ tags: string[];
5930
+ 'x-fern-sdk-group-name': string[];
5931
+ 'x-fern-sdk-method-name': string;
5932
+ 'x-fern-sdk-return-value': string;
5933
+ };
5934
+ };
5935
+ '/acs/access_groups/unmanaged/list': {
5936
+ post: {
5937
+ operationId: string;
5938
+ requestBody: {
5939
+ content: {
5940
+ 'application/json': {
5941
+ schema: {
5942
+ properties: {
5943
+ acs_system_id: {
5944
+ format: string;
5945
+ type: string;
5946
+ };
5947
+ acs_user_id: {
5948
+ format: string;
5949
+ type: string;
5950
+ };
5951
+ };
5952
+ type: string;
5953
+ };
5954
+ };
5955
+ };
5956
+ };
5957
+ responses: {
5958
+ 200: {
5959
+ content: {
5960
+ 'application/json': {
5961
+ schema: {
5962
+ properties: {
5963
+ acs_access_groups: {
5964
+ items: {
5965
+ properties: {
5966
+ access_group_type: {
5967
+ deprecated: boolean;
5968
+ enum: string[];
5969
+ type: string;
5970
+ 'x-deprecated': string;
5971
+ };
5972
+ access_group_type_display_name: {
5973
+ deprecated: boolean;
5974
+ type: string;
5975
+ 'x-deprecated': string;
5976
+ };
5977
+ acs_access_group_id: {
5978
+ format: string;
5979
+ type: string;
5980
+ };
5981
+ acs_system_id: {
5982
+ format: string;
5983
+ type: string;
5984
+ };
5985
+ created_at: {
5986
+ format: string;
5987
+ type: string;
5988
+ };
5989
+ display_name: {
5990
+ type: string;
5991
+ };
5992
+ external_type: {
5993
+ enum: string[];
5994
+ type: string;
5995
+ };
5996
+ external_type_display_name: {
5997
+ type: string;
5998
+ };
5999
+ is_managed: {
6000
+ enum: boolean[];
6001
+ type: string;
6002
+ };
6003
+ name: {
6004
+ type: string;
6005
+ };
6006
+ workspace_id: {
6007
+ format: string;
6008
+ type: string;
6009
+ };
6010
+ };
6011
+ required: string[];
6012
+ type: string;
6013
+ };
6014
+ type: string;
6015
+ };
6016
+ ok: {
6017
+ type: string;
6018
+ };
6019
+ };
6020
+ required: string[];
6021
+ type: string;
6022
+ };
6023
+ };
6024
+ };
6025
+ description: string;
6026
+ };
6027
+ 400: {
6028
+ description: string;
6029
+ };
6030
+ 401: {
6031
+ description: string;
6032
+ };
6033
+ };
6034
+ security: ({
6035
+ pat_with_workspace: never[];
6036
+ console_session?: never;
6037
+ api_key?: never;
6038
+ } | {
6039
+ console_session: never[];
6040
+ pat_with_workspace?: never;
6041
+ api_key?: never;
6042
+ } | {
6043
+ api_key: never[];
6044
+ pat_with_workspace?: never;
6045
+ console_session?: never;
6046
+ })[];
6047
+ summary: string;
6048
+ tags: string[];
6049
+ 'x-fern-sdk-group-name': string[];
6050
+ 'x-fern-sdk-method-name': string;
6051
+ 'x-fern-sdk-return-value': string;
6052
+ };
6053
+ };
5801
6054
  '/acs/credential_pools/list': {
5802
6055
  post: {
5803
6056
  operationId: string;
@@ -6684,8 +6937,8 @@ declare const _default: {
6684
6937
  'x-fern-sdk-method-name': string;
6685
6938
  };
6686
6939
  };
6687
- '/acs/credentials/update': {
6688
- patch: {
6940
+ '/acs/credentials/unmanaged/get': {
6941
+ post: {
6689
6942
  operationId: string;
6690
6943
  requestBody: {
6691
6944
  content: {
@@ -6693,13 +6946,6 @@ declare const _default: {
6693
6946
  schema: {
6694
6947
  properties: {
6695
6948
  acs_credential_id: {
6696
- type: string;
6697
- };
6698
- code: {
6699
- pattern: string;
6700
- type: string;
6701
- };
6702
- ends_at: {
6703
6949
  format: string;
6704
6950
  type: string;
6705
6951
  };
@@ -6717,28 +6963,490 @@ declare const _default: {
6717
6963
  schema: {
6718
6964
  properties: {
6719
6965
  acs_credential: {
6720
- $ref: string;
6721
- };
6722
- ok: {
6723
- type: string;
6724
- };
6725
- };
6726
- required: string[];
6727
- type: string;
6728
- };
6729
- };
6730
- };
6731
- description: string;
6732
- };
6733
- 400: {
6734
- description: string;
6735
- };
6736
- 401: {
6737
- description: string;
6738
- };
6739
- };
6740
- security: ({
6741
- pat_with_workspace: never[];
6966
+ properties: {
6967
+ access_method: {
6968
+ enum: string[];
6969
+ type: string;
6970
+ };
6971
+ acs_credential_id: {
6972
+ format: string;
6973
+ type: string;
6974
+ };
6975
+ acs_credential_pool_id: {
6976
+ format: string;
6977
+ type: string;
6978
+ };
6979
+ acs_system_id: {
6980
+ format: string;
6981
+ type: string;
6982
+ };
6983
+ acs_user_id: {
6984
+ format: string;
6985
+ type: string;
6986
+ };
6987
+ code: {
6988
+ nullable: boolean;
6989
+ type: string;
6990
+ };
6991
+ created_at: {
6992
+ format: string;
6993
+ type: string;
6994
+ };
6995
+ display_name: {
6996
+ minLength: number;
6997
+ type: string;
6998
+ };
6999
+ ends_at: {
7000
+ type: string;
7001
+ };
7002
+ errors: {
7003
+ items: {
7004
+ properties: {
7005
+ error_code: {
7006
+ type: string;
7007
+ };
7008
+ message: {
7009
+ type: string;
7010
+ };
7011
+ };
7012
+ required: string[];
7013
+ type: string;
7014
+ };
7015
+ type: string;
7016
+ };
7017
+ external_type: {
7018
+ enum: string[];
7019
+ type: string;
7020
+ };
7021
+ external_type_display_name: {
7022
+ type: string;
7023
+ };
7024
+ is_latest_desired_state_synced_with_provider: {
7025
+ type: string;
7026
+ };
7027
+ is_managed: {
7028
+ enum: boolean[];
7029
+ type: string;
7030
+ };
7031
+ is_multi_phone_sync_credential: {
7032
+ type: string;
7033
+ };
7034
+ latest_desired_state_synced_with_provider_at: {
7035
+ format: string;
7036
+ type: string;
7037
+ };
7038
+ parent_acs_credential_id: {
7039
+ format: string;
7040
+ type: string;
7041
+ };
7042
+ starts_at: {
7043
+ type: string;
7044
+ };
7045
+ visionline_metadata: {
7046
+ properties: {
7047
+ card_function_type: {
7048
+ enum: string[];
7049
+ type: string;
7050
+ };
7051
+ card_id: {
7052
+ type: string;
7053
+ };
7054
+ common_acs_entrance_ids: {
7055
+ items: {
7056
+ format: string;
7057
+ type: string;
7058
+ };
7059
+ type: string;
7060
+ };
7061
+ credential_id: {
7062
+ type: string;
7063
+ };
7064
+ guest_acs_entrance_ids: {
7065
+ items: {
7066
+ format: string;
7067
+ type: string;
7068
+ };
7069
+ type: string;
7070
+ };
7071
+ is_valid: {
7072
+ type: string;
7073
+ };
7074
+ joiner_acs_credential_ids: {
7075
+ items: {
7076
+ format: string;
7077
+ type: string;
7078
+ };
7079
+ type: string;
7080
+ };
7081
+ };
7082
+ required: string[];
7083
+ type: string;
7084
+ };
7085
+ warnings: {
7086
+ items: {
7087
+ properties: {
7088
+ message: {
7089
+ type: string;
7090
+ };
7091
+ warning_code: {
7092
+ type: string;
7093
+ };
7094
+ };
7095
+ required: string[];
7096
+ type: string;
7097
+ };
7098
+ type: string;
7099
+ };
7100
+ workspace_id: {
7101
+ format: string;
7102
+ type: string;
7103
+ };
7104
+ };
7105
+ required: string[];
7106
+ type: string;
7107
+ };
7108
+ ok: {
7109
+ type: string;
7110
+ };
7111
+ };
7112
+ required: string[];
7113
+ type: string;
7114
+ };
7115
+ };
7116
+ };
7117
+ description: string;
7118
+ };
7119
+ 400: {
7120
+ description: string;
7121
+ };
7122
+ 401: {
7123
+ description: string;
7124
+ };
7125
+ };
7126
+ security: ({
7127
+ pat_with_workspace: never[];
7128
+ console_session?: never;
7129
+ api_key?: never;
7130
+ } | {
7131
+ console_session: never[];
7132
+ pat_with_workspace?: never;
7133
+ api_key?: never;
7134
+ } | {
7135
+ api_key: never[];
7136
+ pat_with_workspace?: never;
7137
+ console_session?: never;
7138
+ })[];
7139
+ summary: string;
7140
+ tags: string[];
7141
+ 'x-fern-sdk-group-name': string[];
7142
+ 'x-fern-sdk-method-name': string;
7143
+ 'x-fern-sdk-return-value': string;
7144
+ };
7145
+ };
7146
+ '/acs/credentials/unmanaged/list': {
7147
+ post: {
7148
+ operationId: string;
7149
+ requestBody: {
7150
+ content: {
7151
+ 'application/json': {
7152
+ schema: {
7153
+ oneOf: ({
7154
+ properties: {
7155
+ acs_user_id: {
7156
+ format: string;
7157
+ type: string;
7158
+ };
7159
+ acs_system_id?: never;
7160
+ user_identity_id?: never;
7161
+ };
7162
+ required: string[];
7163
+ type: string;
7164
+ } | {
7165
+ properties: {
7166
+ acs_system_id: {
7167
+ format: string;
7168
+ type: string;
7169
+ };
7170
+ acs_user_id?: never;
7171
+ user_identity_id?: never;
7172
+ };
7173
+ required: string[];
7174
+ type: string;
7175
+ } | {
7176
+ properties: {
7177
+ acs_system_id: {
7178
+ format: string;
7179
+ type: string;
7180
+ };
7181
+ acs_user_id: {
7182
+ format: string;
7183
+ type: string;
7184
+ };
7185
+ user_identity_id?: never;
7186
+ };
7187
+ required: string[];
7188
+ type: string;
7189
+ } | {
7190
+ properties: {
7191
+ user_identity_id: {
7192
+ format: string;
7193
+ type: string;
7194
+ };
7195
+ acs_user_id?: never;
7196
+ acs_system_id?: never;
7197
+ };
7198
+ required: string[];
7199
+ type: string;
7200
+ })[];
7201
+ };
7202
+ };
7203
+ };
7204
+ };
7205
+ responses: {
7206
+ 200: {
7207
+ content: {
7208
+ 'application/json': {
7209
+ schema: {
7210
+ properties: {
7211
+ acs_credentials: {
7212
+ items: {
7213
+ properties: {
7214
+ access_method: {
7215
+ enum: string[];
7216
+ type: string;
7217
+ };
7218
+ acs_credential_id: {
7219
+ format: string;
7220
+ type: string;
7221
+ };
7222
+ acs_credential_pool_id: {
7223
+ format: string;
7224
+ type: string;
7225
+ };
7226
+ acs_system_id: {
7227
+ format: string;
7228
+ type: string;
7229
+ };
7230
+ acs_user_id: {
7231
+ format: string;
7232
+ type: string;
7233
+ };
7234
+ code: {
7235
+ nullable: boolean;
7236
+ type: string;
7237
+ };
7238
+ created_at: {
7239
+ format: string;
7240
+ type: string;
7241
+ };
7242
+ display_name: {
7243
+ minLength: number;
7244
+ type: string;
7245
+ };
7246
+ ends_at: {
7247
+ type: string;
7248
+ };
7249
+ errors: {
7250
+ items: {
7251
+ properties: {
7252
+ error_code: {
7253
+ type: string;
7254
+ };
7255
+ message: {
7256
+ type: string;
7257
+ };
7258
+ };
7259
+ required: string[];
7260
+ type: string;
7261
+ };
7262
+ type: string;
7263
+ };
7264
+ external_type: {
7265
+ enum: string[];
7266
+ type: string;
7267
+ };
7268
+ external_type_display_name: {
7269
+ type: string;
7270
+ };
7271
+ is_latest_desired_state_synced_with_provider: {
7272
+ type: string;
7273
+ };
7274
+ is_managed: {
7275
+ enum: boolean[];
7276
+ type: string;
7277
+ };
7278
+ is_multi_phone_sync_credential: {
7279
+ type: string;
7280
+ };
7281
+ latest_desired_state_synced_with_provider_at: {
7282
+ format: string;
7283
+ type: string;
7284
+ };
7285
+ parent_acs_credential_id: {
7286
+ format: string;
7287
+ type: string;
7288
+ };
7289
+ starts_at: {
7290
+ type: string;
7291
+ };
7292
+ visionline_metadata: {
7293
+ properties: {
7294
+ card_function_type: {
7295
+ enum: string[];
7296
+ type: string;
7297
+ };
7298
+ card_id: {
7299
+ type: string;
7300
+ };
7301
+ common_acs_entrance_ids: {
7302
+ items: {
7303
+ format: string;
7304
+ type: string;
7305
+ };
7306
+ type: string;
7307
+ };
7308
+ credential_id: {
7309
+ type: string;
7310
+ };
7311
+ guest_acs_entrance_ids: {
7312
+ items: {
7313
+ format: string;
7314
+ type: string;
7315
+ };
7316
+ type: string;
7317
+ };
7318
+ is_valid: {
7319
+ type: string;
7320
+ };
7321
+ joiner_acs_credential_ids: {
7322
+ items: {
7323
+ format: string;
7324
+ type: string;
7325
+ };
7326
+ type: string;
7327
+ };
7328
+ };
7329
+ required: string[];
7330
+ type: string;
7331
+ };
7332
+ warnings: {
7333
+ items: {
7334
+ properties: {
7335
+ message: {
7336
+ type: string;
7337
+ };
7338
+ warning_code: {
7339
+ type: string;
7340
+ };
7341
+ };
7342
+ required: string[];
7343
+ type: string;
7344
+ };
7345
+ type: string;
7346
+ };
7347
+ workspace_id: {
7348
+ format: string;
7349
+ type: string;
7350
+ };
7351
+ };
7352
+ required: string[];
7353
+ type: string;
7354
+ };
7355
+ type: string;
7356
+ };
7357
+ ok: {
7358
+ type: string;
7359
+ };
7360
+ };
7361
+ required: string[];
7362
+ type: string;
7363
+ };
7364
+ };
7365
+ };
7366
+ description: string;
7367
+ };
7368
+ 400: {
7369
+ description: string;
7370
+ };
7371
+ 401: {
7372
+ description: string;
7373
+ };
7374
+ };
7375
+ security: ({
7376
+ api_key: never[];
7377
+ pat_with_workspace?: never;
7378
+ console_session?: never;
7379
+ } | {
7380
+ pat_with_workspace: never[];
7381
+ api_key?: never;
7382
+ console_session?: never;
7383
+ } | {
7384
+ console_session: never[];
7385
+ api_key?: never;
7386
+ pat_with_workspace?: never;
7387
+ })[];
7388
+ summary: string;
7389
+ tags: string[];
7390
+ 'x-fern-sdk-group-name': string[];
7391
+ 'x-fern-sdk-method-name': string;
7392
+ 'x-fern-sdk-return-value': string;
7393
+ };
7394
+ };
7395
+ '/acs/credentials/update': {
7396
+ patch: {
7397
+ operationId: string;
7398
+ requestBody: {
7399
+ content: {
7400
+ 'application/json': {
7401
+ schema: {
7402
+ properties: {
7403
+ acs_credential_id: {
7404
+ type: string;
7405
+ };
7406
+ code: {
7407
+ pattern: string;
7408
+ type: string;
7409
+ };
7410
+ ends_at: {
7411
+ format: string;
7412
+ type: string;
7413
+ };
7414
+ };
7415
+ required: string[];
7416
+ type: string;
7417
+ };
7418
+ };
7419
+ };
7420
+ };
7421
+ responses: {
7422
+ 200: {
7423
+ content: {
7424
+ 'application/json': {
7425
+ schema: {
7426
+ properties: {
7427
+ acs_credential: {
7428
+ $ref: string;
7429
+ };
7430
+ ok: {
7431
+ type: string;
7432
+ };
7433
+ };
7434
+ required: string[];
7435
+ type: string;
7436
+ };
7437
+ };
7438
+ };
7439
+ description: string;
7440
+ };
7441
+ 400: {
7442
+ description: string;
7443
+ };
7444
+ 401: {
7445
+ description: string;
7446
+ };
7447
+ };
7448
+ security: ({
7449
+ pat_with_workspace: never[];
6742
7450
  console_session?: never;
6743
7451
  api_key?: never;
6744
7452
  } | {
@@ -8157,8 +8865,22 @@ declare const _default: {
8157
8865
  format: string;
8158
8866
  type: string;
8159
8867
  };
8868
+ limit: {
8869
+ default: number;
8870
+ format: string;
8871
+ type: string;
8872
+ };
8873
+ user_identity_email_address: {
8874
+ type: string;
8875
+ };
8876
+ user_identity_id: {
8877
+ format: string;
8878
+ type: string;
8879
+ };
8880
+ user_identity_phone_number: {
8881
+ type: string;
8882
+ };
8160
8883
  };
8161
- required: string[];
8162
8884
  type: string;
8163
8885
  };
8164
8886
  };
@@ -8172,7 +8894,119 @@ declare const _default: {
8172
8894
  properties: {
8173
8895
  acs_users: {
8174
8896
  items: {
8175
- $ref: string;
8897
+ properties: {
8898
+ access_schedule: {
8899
+ properties: {
8900
+ ends_at: {
8901
+ format: string;
8902
+ type: string;
8903
+ };
8904
+ starts_at: {
8905
+ format: string;
8906
+ type: string;
8907
+ };
8908
+ };
8909
+ required: string[];
8910
+ type: string;
8911
+ };
8912
+ acs_system_id: {
8913
+ format: string;
8914
+ type: string;
8915
+ };
8916
+ acs_user_id: {
8917
+ format: string;
8918
+ type: string;
8919
+ };
8920
+ created_at: {
8921
+ format: string;
8922
+ type: string;
8923
+ };
8924
+ display_name: {
8925
+ type: string;
8926
+ };
8927
+ email: {
8928
+ deprecated: boolean;
8929
+ format: string;
8930
+ type: string;
8931
+ 'x-deprecated': string;
8932
+ };
8933
+ email_address: {
8934
+ format: string;
8935
+ type: string;
8936
+ };
8937
+ external_type: {
8938
+ enum: string[];
8939
+ type: string;
8940
+ };
8941
+ external_type_display_name: {
8942
+ type: string;
8943
+ };
8944
+ full_name: {
8945
+ type: string;
8946
+ };
8947
+ hid_acs_system_id: {
8948
+ format: string;
8949
+ type: string;
8950
+ };
8951
+ is_latest_desired_state_synced_with_provider: {
8952
+ type: string;
8953
+ };
8954
+ is_managed: {
8955
+ enum: boolean[];
8956
+ type: string;
8957
+ };
8958
+ is_suspended: {
8959
+ type: string;
8960
+ };
8961
+ latest_desired_state_synced_with_provider_at: {
8962
+ format: string;
8963
+ type: string;
8964
+ };
8965
+ phone_number: {
8966
+ type: string;
8967
+ };
8968
+ user_identity_email_address: {
8969
+ nullable: boolean;
8970
+ type: string;
8971
+ };
8972
+ user_identity_full_name: {
8973
+ nullable: boolean;
8974
+ type: string;
8975
+ };
8976
+ user_identity_id: {
8977
+ type: string;
8978
+ };
8979
+ user_identity_phone_number: {
8980
+ nullable: boolean;
8981
+ type: string;
8982
+ };
8983
+ warnings: {
8984
+ items: {
8985
+ properties: {
8986
+ created_at: {
8987
+ format: string;
8988
+ type: string;
8989
+ };
8990
+ message: {
8991
+ type: string;
8992
+ };
8993
+ warning_code: {
8994
+ enum: string[];
8995
+ type: string;
8996
+ };
8997
+ };
8998
+ required: string[];
8999
+ type: string;
9000
+ };
9001
+ type: string;
9002
+ };
9003
+ workspace_id: {
9004
+ format: string;
9005
+ type: string;
9006
+ };
9007
+ };
9008
+ required: string[];
9009
+ type: string;
8176
9010
  };
8177
9011
  type: string;
8178
9012
  };
@@ -8195,23 +9029,15 @@ declare const _default: {
8195
9029
  };
8196
9030
  };
8197
9031
  security: ({
8198
- client_session: never[];
8199
- pat_with_workspace?: never;
8200
- console_session?: never;
8201
- api_key?: never;
8202
- } | {
8203
9032
  pat_with_workspace: never[];
8204
- client_session?: never;
8205
9033
  console_session?: never;
8206
9034
  api_key?: never;
8207
9035
  } | {
8208
9036
  console_session: never[];
8209
- client_session?: never;
8210
9037
  pat_with_workspace?: never;
8211
9038
  api_key?: never;
8212
9039
  } | {
8213
9040
  api_key: never[];
8214
- client_session?: never;
8215
9041
  pat_with_workspace?: never;
8216
9042
  console_session?: never;
8217
9043
  })[];