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