@seamapi/types 1.229.0 → 1.230.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.
@@ -16220,6 +16220,72 @@ declare const _default: {
16220
16220
  'x-fern-sdk-method-name': string;
16221
16221
  };
16222
16222
  };
16223
+ '/acs/users/unmanaged/get': {
16224
+ post: {
16225
+ operationId: string;
16226
+ requestBody: {
16227
+ content: {
16228
+ 'application/json': {
16229
+ schema: {
16230
+ properties: {
16231
+ acs_user_id: {
16232
+ format: string;
16233
+ type: string;
16234
+ };
16235
+ };
16236
+ required: string[];
16237
+ type: string;
16238
+ };
16239
+ };
16240
+ };
16241
+ };
16242
+ responses: {
16243
+ 200: {
16244
+ content: {
16245
+ 'application/json': {
16246
+ schema: {
16247
+ properties: {
16248
+ acs_user: {
16249
+ $ref: string;
16250
+ };
16251
+ ok: {
16252
+ type: string;
16253
+ };
16254
+ };
16255
+ required: string[];
16256
+ type: string;
16257
+ };
16258
+ };
16259
+ };
16260
+ description: string;
16261
+ };
16262
+ 400: {
16263
+ description: string;
16264
+ };
16265
+ 401: {
16266
+ description: string;
16267
+ };
16268
+ };
16269
+ security: ({
16270
+ pat_with_workspace: never[];
16271
+ console_session?: never;
16272
+ api_key?: never;
16273
+ } | {
16274
+ console_session: never[];
16275
+ pat_with_workspace?: never;
16276
+ api_key?: never;
16277
+ } | {
16278
+ api_key: never[];
16279
+ pat_with_workspace?: never;
16280
+ console_session?: never;
16281
+ })[];
16282
+ summary: string;
16283
+ tags: string[];
16284
+ 'x-fern-sdk-group-name': string[];
16285
+ 'x-fern-sdk-method-name': string;
16286
+ 'x-fern-sdk-return-value': string;
16287
+ };
16288
+ };
16223
16289
  '/acs/users/unsuspend': {
16224
16290
  post: {
16225
16291
  operationId: string;
@@ -16291,6 +16357,7 @@ declare const _default: {
16291
16357
  schema: {
16292
16358
  properties: {
16293
16359
  access_schedule: {
16360
+ nullable: boolean;
16294
16361
  properties: {
16295
16362
  ends_at: {
16296
16363
  format: string;
@@ -16384,6 +16451,7 @@ declare const _default: {
16384
16451
  schema: {
16385
16452
  properties: {
16386
16453
  access_schedule: {
16454
+ nullable: boolean;
16387
16455
  properties: {
16388
16456
  ends_at: {
16389
16457
  format: string;
@@ -27518,7 +27586,7 @@ interface Routes {
27518
27586
  created_at: string;
27519
27587
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
27520
27588
  message: string;
27521
- /** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
27589
+ /** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
27522
27590
  error_code: 'salto_site_user_limit_reached';
27523
27591
  }>;
27524
27592
  /** Warnings associated with the `acs_system`. */
@@ -27602,7 +27670,7 @@ interface Routes {
27602
27670
  created_at: string;
27603
27671
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
27604
27672
  message: string;
27605
- /** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
27673
+ /** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
27606
27674
  error_code: 'salto_site_user_limit_reached';
27607
27675
  }>;
27608
27676
  /** Warnings associated with the `acs_system`. */
@@ -27686,7 +27754,7 @@ interface Routes {
27686
27754
  created_at: string;
27687
27755
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
27688
27756
  message: string;
27689
- /** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
27757
+ /** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
27690
27758
  error_code: 'salto_site_user_limit_reached';
27691
27759
  }>;
27692
27760
  /** Warnings associated with the `acs_system`. */
@@ -27951,6 +28019,50 @@ interface Routes {
27951
28019
  formData: {};
27952
28020
  jsonResponse: {};
27953
28021
  };
28022
+ '/acs/users/unmanaged/get': {
28023
+ route: '/acs/users/unmanaged/get';
28024
+ method: 'GET' | 'POST';
28025
+ queryParams: {};
28026
+ jsonBody: {};
28027
+ commonParams: {
28028
+ acs_user_id: string;
28029
+ };
28030
+ formData: {};
28031
+ jsonResponse: {
28032
+ acs_user: {
28033
+ acs_user_id: string;
28034
+ acs_system_id: string;
28035
+ hid_acs_system_id?: string | undefined;
28036
+ workspace_id: string;
28037
+ created_at: string;
28038
+ display_name: string;
28039
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
28040
+ external_type_display_name?: string | undefined;
28041
+ is_suspended: boolean;
28042
+ access_schedule?: {
28043
+ starts_at: string;
28044
+ ends_at: string;
28045
+ } | undefined;
28046
+ user_identity_id?: string | undefined;
28047
+ user_identity_full_name?: (string | null) | undefined;
28048
+ user_identity_email_address?: (string | null) | undefined;
28049
+ user_identity_phone_number?: (string | null) | undefined;
28050
+ latest_desired_state_synced_with_provider_at?: string | undefined;
28051
+ is_latest_desired_state_synced_with_provider?: boolean | undefined;
28052
+ warnings: Array<{
28053
+ created_at: string;
28054
+ message: string;
28055
+ warning_code: 'being_deleted';
28056
+ }>;
28057
+ full_name?: string | undefined;
28058
+ /**
28059
+ * @deprecated use email_address. */
28060
+ email?: string | undefined;
28061
+ email_address?: string | undefined;
28062
+ phone_number?: string | undefined;
28063
+ };
28064
+ };
28065
+ };
27954
28066
  '/acs/users/unsuspend': {
27955
28067
  route: '/acs/users/unsuspend';
27956
28068
  method: 'POST';
@@ -27967,10 +28079,10 @@ interface Routes {
27967
28079
  method: 'PATCH' | 'POST';
27968
28080
  queryParams: {};
27969
28081
  jsonBody: {
27970
- access_schedule?: {
28082
+ access_schedule?: ({
27971
28083
  starts_at: string;
27972
28084
  ends_at: string;
27973
- } | undefined;
28085
+ } | null) | undefined;
27974
28086
  acs_user_id: string;
27975
28087
  full_name?: string | undefined;
27976
28088
  /**
@@ -38797,7 +38909,7 @@ interface Routes {
38797
38909
  created_at: string;
38798
38910
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38799
38911
  message: string;
38800
- /** You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit. */
38912
+ /** Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit. */
38801
38913
  error_code: 'salto_site_user_limit_reached';
38802
38914
  }>;
38803
38915
  /** Warnings associated with the `acs_system`. */
@@ -57,7 +57,7 @@ const visionline_instance_unreachable = common_acs_system_error.extend({
57
57
  const salto_site_user_limit_reached = common_acs_system_error.extend({
58
58
  error_code: z
59
59
  .literal('salto_site_user_limit_reached')
60
- .describe('You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit.'),
60
+ .describe('Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.'),
61
61
  });
62
62
  const acs_system_error = z
63
63
  .union([
@@ -1 +1 @@
1
- {"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"acs-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-system.ts"],"names":[],"mappings":"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"}
@@ -8031,6 +8031,72 @@ declare const _default: {
8031
8031
  'x-fern-sdk-method-name': string;
8032
8032
  };
8033
8033
  };
8034
+ '/acs/users/unmanaged/get': {
8035
+ post: {
8036
+ operationId: string;
8037
+ requestBody: {
8038
+ content: {
8039
+ 'application/json': {
8040
+ schema: {
8041
+ properties: {
8042
+ acs_user_id: {
8043
+ format: string;
8044
+ type: string;
8045
+ };
8046
+ };
8047
+ required: string[];
8048
+ type: string;
8049
+ };
8050
+ };
8051
+ };
8052
+ };
8053
+ responses: {
8054
+ 200: {
8055
+ content: {
8056
+ 'application/json': {
8057
+ schema: {
8058
+ properties: {
8059
+ acs_user: {
8060
+ $ref: string;
8061
+ };
8062
+ ok: {
8063
+ type: string;
8064
+ };
8065
+ };
8066
+ required: string[];
8067
+ type: string;
8068
+ };
8069
+ };
8070
+ };
8071
+ description: string;
8072
+ };
8073
+ 400: {
8074
+ description: string;
8075
+ };
8076
+ 401: {
8077
+ description: string;
8078
+ };
8079
+ };
8080
+ security: ({
8081
+ pat_with_workspace: never[];
8082
+ console_session?: never;
8083
+ api_key?: never;
8084
+ } | {
8085
+ console_session: never[];
8086
+ pat_with_workspace?: never;
8087
+ api_key?: never;
8088
+ } | {
8089
+ api_key: never[];
8090
+ pat_with_workspace?: never;
8091
+ console_session?: never;
8092
+ })[];
8093
+ summary: string;
8094
+ tags: string[];
8095
+ 'x-fern-sdk-group-name': string[];
8096
+ 'x-fern-sdk-method-name': string;
8097
+ 'x-fern-sdk-return-value': string;
8098
+ };
8099
+ };
8034
8100
  '/acs/users/unsuspend': {
8035
8101
  post: {
8036
8102
  operationId: string;
@@ -8102,6 +8168,7 @@ declare const _default: {
8102
8168
  schema: {
8103
8169
  properties: {
8104
8170
  access_schedule: {
8171
+ nullable: boolean;
8105
8172
  properties: {
8106
8173
  ends_at: {
8107
8174
  format: string;
@@ -8195,6 +8262,7 @@ declare const _default: {
8195
8262
  schema: {
8196
8263
  properties: {
8197
8264
  access_schedule: {
8265
+ nullable: boolean;
8198
8266
  properties: {
8199
8267
  ends_at: {
8200
8268
  format: string;
@@ -510,7 +510,7 @@ export default {
510
510
  type: 'string',
511
511
  },
512
512
  error_code: {
513
- description: 'You have reached the maximum number of users allowed for your site; Please contact Salto support to increase your user limit.',
513
+ description: 'Indicates that the maximum number of users allowed for the site has been reached. This means that new access codes cannot be created. Contact Salto support to increase the user limit.',
514
514
  enum: ['salto_site_user_limit_reached'],
515
515
  type: 'string',
516
516
  },
@@ -6922,6 +6922,51 @@ export default {
6922
6922
  'x-fern-sdk-method-name': 'suspend',
6923
6923
  },
6924
6924
  },
6925
+ '/acs/users/unmanaged/get': {
6926
+ post: {
6927
+ operationId: 'acsUsersUnmanagedGetPost',
6928
+ requestBody: {
6929
+ content: {
6930
+ 'application/json': {
6931
+ schema: {
6932
+ properties: { acs_user_id: { format: 'uuid', type: 'string' } },
6933
+ required: ['acs_user_id'],
6934
+ type: 'object',
6935
+ },
6936
+ },
6937
+ },
6938
+ },
6939
+ responses: {
6940
+ 200: {
6941
+ content: {
6942
+ 'application/json': {
6943
+ schema: {
6944
+ properties: {
6945
+ acs_user: { $ref: '#/components/schemas/acs_user' },
6946
+ ok: { type: 'boolean' },
6947
+ },
6948
+ required: ['acs_user', 'ok'],
6949
+ type: 'object',
6950
+ },
6951
+ },
6952
+ },
6953
+ description: 'OK',
6954
+ },
6955
+ 400: { description: 'Bad Request' },
6956
+ 401: { description: 'Unauthorized' },
6957
+ },
6958
+ security: [
6959
+ { pat_with_workspace: [] },
6960
+ { console_session: [] },
6961
+ { api_key: [] },
6962
+ ],
6963
+ summary: '/acs/users/unmanaged/get',
6964
+ tags: ['/acs'],
6965
+ 'x-fern-sdk-group-name': ['acs', 'users', 'unmanaged'],
6966
+ 'x-fern-sdk-method-name': 'get',
6967
+ 'x-fern-sdk-return-value': 'acs_user',
6968
+ },
6969
+ },
6925
6970
  '/acs/users/unsuspend': {
6926
6971
  post: {
6927
6972
  operationId: 'acsUsersUnsuspendPost',
@@ -6972,6 +7017,7 @@ export default {
6972
7017
  schema: {
6973
7018
  properties: {
6974
7019
  access_schedule: {
7020
+ nullable: true,
6975
7021
  properties: {
6976
7022
  ends_at: { format: 'date-time', type: 'string' },
6977
7023
  starts_at: { format: 'date-time', type: 'string' },
@@ -7030,6 +7076,7 @@ export default {
7030
7076
  schema: {
7031
7077
  properties: {
7032
7078
  access_schedule: {
7079
+ nullable: true,
7033
7080
  properties: {
7034
7081
  ends_at: { format: 'date-time', type: 'string' },
7035
7082
  starts_at: { format: 'date-time', type: 'string' },