@seamapi/types 1.153.2 → 1.154.1

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.
@@ -439,6 +439,7 @@ export default {
439
439
  is_suspended: { type: 'boolean' },
440
440
  phone_number: { nullable: true, type: 'string' },
441
441
  user_identity_email_address: { nullable: true, type: 'string' },
442
+ user_identity_full_name: { nullable: true, type: 'string' },
442
443
  user_identity_id: { type: 'string' },
443
444
  user_identity_phone_number: { nullable: true, type: 'string' },
444
445
  workspace_id: { format: 'uuid', type: 'string' },
@@ -2900,7 +2901,6 @@ export default {
2900
2901
  tags: ['/access_codes'],
2901
2902
  'x-fern-sdk-group-name': ['access_codes'],
2902
2903
  'x-fern-sdk-method-name': 'delete',
2903
- 'x-fern-sdk-return-value': 'action_attempt',
2904
2904
  },
2905
2905
  },
2906
2906
  '/access_codes/generate_code': {
@@ -3303,7 +3303,6 @@ export default {
3303
3303
  tags: ['/access_codes'],
3304
3304
  'x-fern-sdk-group-name': ['access_codes', 'unmanaged'],
3305
3305
  'x-fern-sdk-method-name': 'delete',
3306
- 'x-fern-sdk-return-value': 'action_attempt',
3307
3306
  },
3308
3307
  },
3309
3308
  '/access_codes/unmanaged/get': {
@@ -3655,7 +3654,6 @@ export default {
3655
3654
  tags: ['/access_codes'],
3656
3655
  'x-fern-sdk-group-name': ['access_codes'],
3657
3656
  'x-fern-sdk-method-name': 'update',
3658
- 'x-fern-sdk-return-value': 'action_attempt',
3659
3657
  },
3660
3658
  put: {
3661
3659
  operationId: 'accessCodesUpdatePut',
@@ -6515,9 +6513,10 @@ export default {
6515
6513
  401: { description: 'Unauthorized' },
6516
6514
  },
6517
6515
  security: [
6518
- { access_token: [], seam_workspace: [] },
6519
- { seam_client_session_token: [] },
6520
- { client_session_token: [] },
6516
+ { client_session: [] },
6517
+ { pat_with_workspace: [] },
6518
+ { console_session: [] },
6519
+ { api_key: [] },
6521
6520
  ],
6522
6521
  summary: '/connect_webviews/list',
6523
6522
  tags: ['/connect_webviews'],
@@ -6526,34 +6525,6 @@ export default {
6526
6525
  'x-fern-sdk-return-value': 'connect_webviews',
6527
6526
  },
6528
6527
  },
6529
- '/connect_webviews/view': {
6530
- get: {
6531
- operationId: 'connectWebviewsViewGet',
6532
- parameters: [
6533
- {
6534
- in: 'query',
6535
- name: 'connect_webview_id',
6536
- required: true,
6537
- schema: { format: 'uuid', type: 'string' },
6538
- },
6539
- {
6540
- in: 'query',
6541
- name: 'auth_token',
6542
- required: true,
6543
- schema: { type: 'string' },
6544
- },
6545
- ],
6546
- responses: {
6547
- 200: { description: 'OK' },
6548
- 400: { description: 'Bad Request' },
6549
- 401: { description: 'Unauthorized' },
6550
- },
6551
- summary: '/connect_webviews/view',
6552
- tags: ['/connect_webviews'],
6553
- 'x-fern-sdk-group-name': ['connect_webviews'],
6554
- 'x-fern-sdk-method-name': 'view',
6555
- },
6556
- },
6557
6528
  '/connected_accounts/delete': {
6558
6529
  post: {
6559
6530
  operationId: 'connectedAccountsDeletePost',
@@ -7927,235 +7898,6 @@ export default {
7927
7898
  'x-fern-sdk-return-value': 'events',
7928
7899
  },
7929
7900
  },
7930
- '/health': {
7931
- get: {
7932
- operationId: 'healthGet',
7933
- responses: {
7934
- 200: {
7935
- content: {
7936
- 'application/json': {
7937
- schema: {
7938
- properties: {
7939
- last_service_evaluation_at: { type: 'string' },
7940
- msg: {
7941
- enum: ['I’m one with the Force. The Force is with me.'],
7942
- type: 'string',
7943
- },
7944
- ok: { type: 'boolean' },
7945
- service_health_statuses: {
7946
- items: { $ref: '#/components/schemas/service_health' },
7947
- type: 'array',
7948
- },
7949
- },
7950
- required: ['ok', 'msg', 'service_health_statuses'],
7951
- type: 'object',
7952
- },
7953
- },
7954
- },
7955
- description: 'OK',
7956
- },
7957
- 400: { description: 'Bad Request' },
7958
- 401: { description: 'Unauthorized' },
7959
- },
7960
- summary: '/health',
7961
- tags: ['/health'],
7962
- 'x-fern-ignore': true,
7963
- },
7964
- post: {
7965
- operationId: 'healthPost',
7966
- responses: {
7967
- 200: {
7968
- content: {
7969
- 'application/json': {
7970
- schema: {
7971
- properties: {
7972
- last_service_evaluation_at: { type: 'string' },
7973
- msg: {
7974
- enum: ['I’m one with the Force. The Force is with me.'],
7975
- type: 'string',
7976
- },
7977
- ok: { type: 'boolean' },
7978
- service_health_statuses: {
7979
- items: { $ref: '#/components/schemas/service_health' },
7980
- type: 'array',
7981
- },
7982
- },
7983
- required: ['ok', 'msg', 'service_health_statuses'],
7984
- type: 'object',
7985
- },
7986
- },
7987
- },
7988
- description: 'OK',
7989
- },
7990
- 400: { description: 'Bad Request' },
7991
- 401: { description: 'Unauthorized' },
7992
- },
7993
- summary: '/health',
7994
- tags: ['/health'],
7995
- 'x-fern-ignore': true,
7996
- },
7997
- },
7998
- '/health/get_health': {
7999
- get: {
8000
- operationId: 'healthGetHealthGet',
8001
- responses: {
8002
- 200: {
8003
- content: {
8004
- 'application/json': {
8005
- schema: {
8006
- properties: {
8007
- last_service_evaluation_at: { type: 'string' },
8008
- msg: {
8009
- enum: ['I’m one with the Force. The Force is with me.'],
8010
- type: 'string',
8011
- },
8012
- ok: { type: 'boolean' },
8013
- service_health_statuses: {
8014
- items: { $ref: '#/components/schemas/service_health' },
8015
- type: 'array',
8016
- },
8017
- },
8018
- required: ['ok', 'msg', 'service_health_statuses'],
8019
- type: 'object',
8020
- },
8021
- },
8022
- },
8023
- description: 'OK',
8024
- },
8025
- 400: { description: 'Bad Request' },
8026
- 401: { description: 'Unauthorized' },
8027
- },
8028
- summary: '/health/get_health',
8029
- tags: ['/health'],
8030
- 'x-fern-ignore': true,
8031
- },
8032
- post: {
8033
- operationId: 'healthGetHealthPost',
8034
- responses: {
8035
- 200: {
8036
- content: {
8037
- 'application/json': {
8038
- schema: {
8039
- properties: {
8040
- last_service_evaluation_at: { type: 'string' },
8041
- msg: {
8042
- enum: ['I’m one with the Force. The Force is with me.'],
8043
- type: 'string',
8044
- },
8045
- ok: { type: 'boolean' },
8046
- service_health_statuses: {
8047
- items: { $ref: '#/components/schemas/service_health' },
8048
- type: 'array',
8049
- },
8050
- },
8051
- required: ['ok', 'msg', 'service_health_statuses'],
8052
- type: 'object',
8053
- },
8054
- },
8055
- },
8056
- description: 'OK',
8057
- },
8058
- 400: { description: 'Bad Request' },
8059
- 401: { description: 'Unauthorized' },
8060
- },
8061
- summary: '/health/get_health',
8062
- tags: ['/health'],
8063
- 'x-fern-sdk-group-name': ['health'],
8064
- 'x-fern-sdk-method-name': 'get_health',
8065
- },
8066
- },
8067
- '/health/get_service_health': {
8068
- post: {
8069
- operationId: 'healthGetServiceHealthPost',
8070
- requestBody: {
8071
- content: {
8072
- 'application/json': {
8073
- schema: {
8074
- properties: { service: { type: 'string' } },
8075
- required: ['service'],
8076
- type: 'object',
8077
- },
8078
- },
8079
- },
8080
- },
8081
- responses: {
8082
- 200: {
8083
- content: {
8084
- 'application/json': {
8085
- schema: {
8086
- properties: {
8087
- last_service_evaluation_at: { type: 'string' },
8088
- ok: { type: 'boolean' },
8089
- service_health: {
8090
- $ref: '#/components/schemas/service_health',
8091
- },
8092
- },
8093
- required: [
8094
- 'ok',
8095
- 'last_service_evaluation_at',
8096
- 'service_health',
8097
- ],
8098
- type: 'object',
8099
- },
8100
- },
8101
- },
8102
- description: 'OK',
8103
- },
8104
- 400: { description: 'Bad Request' },
8105
- 401: { description: 'Unauthorized' },
8106
- },
8107
- summary: '/health/get_service_health',
8108
- tags: ['/health'],
8109
- 'x-fern-sdk-group-name': ['health'],
8110
- 'x-fern-sdk-method-name': 'get_service_health',
8111
- },
8112
- },
8113
- '/health/service/[service_name]': {
8114
- post: {
8115
- operationId: 'healthServiceByServiceNamePost',
8116
- requestBody: {
8117
- content: {
8118
- 'application/json': {
8119
- schema: {
8120
- properties: { service_name: { type: 'string' } },
8121
- required: ['service_name'],
8122
- type: 'object',
8123
- },
8124
- },
8125
- },
8126
- },
8127
- responses: {
8128
- 200: {
8129
- content: {
8130
- 'application/json': {
8131
- schema: {
8132
- properties: {
8133
- last_service_evaluation_at: { type: 'string' },
8134
- ok: { type: 'boolean' },
8135
- service_health: {
8136
- $ref: '#/components/schemas/service_health',
8137
- },
8138
- },
8139
- required: [
8140
- 'ok',
8141
- 'last_service_evaluation_at',
8142
- 'service_health',
8143
- ],
8144
- type: 'object',
8145
- },
8146
- },
8147
- },
8148
- description: 'OK',
8149
- },
8150
- 400: { description: 'Bad Request' },
8151
- 401: { description: 'Unauthorized' },
8152
- },
8153
- summary: '/health/service/[service_name]',
8154
- tags: ['/health'],
8155
- 'x-fern-sdk-group-name': ['health', 'service'],
8156
- 'x-fern-sdk-method-name': 'by_service_name',
8157
- },
8158
- },
8159
7901
  '/locks/get': {
8160
7902
  post: {
8161
7903
  operationId: 'locksGetPost',
@@ -8745,7 +8487,6 @@ export default {
8745
8487
  tags: ['/noise_sensors'],
8746
8488
  'x-fern-sdk-group-name': ['noise_sensors', 'noise_thresholds'],
8747
8489
  'x-fern-sdk-method-name': 'delete',
8748
- 'x-fern-sdk-return-value': 'action_attempt',
8749
8490
  },
8750
8491
  },
8751
8492
  '/noise_sensors/noise_thresholds/get': {
@@ -8953,7 +8694,6 @@ export default {
8953
8694
  tags: ['/noise_sensors'],
8954
8695
  'x-fern-sdk-group-name': ['noise_sensors', 'noise_thresholds'],
8955
8696
  'x-fern-sdk-method-name': 'update',
8956
- 'x-fern-sdk-return-value': 'action_attempt',
8957
8697
  },
8958
8698
  put: {
8959
8699
  operationId: 'noiseSensorsNoiseThresholdsUpdatePut',