@seamapi/types 1.252.1 → 1.252.2

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.
@@ -7103,90 +7103,6 @@ declare const _default: {
7103
7103
  'x-fern-sdk-return-value': string;
7104
7104
  };
7105
7105
  };
7106
- '/acs/credentials/read_card': {
7107
- post: {
7108
- operationId: string;
7109
- requestBody: {
7110
- content: {
7111
- 'application/json': {
7112
- schema: {
7113
- oneOf: ({
7114
- properties: {
7115
- acs_system_id: {
7116
- format: string;
7117
- type: string;
7118
- };
7119
- device_name: {
7120
- type: string;
7121
- };
7122
- device_id?: never;
7123
- };
7124
- required: string[];
7125
- type: string;
7126
- } | {
7127
- properties: {
7128
- device_id: {
7129
- format: string;
7130
- type: string;
7131
- };
7132
- acs_system_id?: never;
7133
- device_name?: never;
7134
- };
7135
- required: string[];
7136
- type: string;
7137
- })[];
7138
- };
7139
- };
7140
- };
7141
- };
7142
- responses: {
7143
- 200: {
7144
- content: {
7145
- 'application/json': {
7146
- schema: {
7147
- properties: {
7148
- action_attempt: {
7149
- $ref: string;
7150
- };
7151
- ok: {
7152
- type: string;
7153
- };
7154
- };
7155
- required: string[];
7156
- type: string;
7157
- };
7158
- };
7159
- };
7160
- description: string;
7161
- };
7162
- 400: {
7163
- description: string;
7164
- };
7165
- 401: {
7166
- description: string;
7167
- };
7168
- };
7169
- security: ({
7170
- pat_with_workspace: never[];
7171
- console_session?: never;
7172
- api_key?: never;
7173
- } | {
7174
- console_session: never[];
7175
- pat_with_workspace?: never;
7176
- api_key?: never;
7177
- } | {
7178
- api_key: never[];
7179
- pat_with_workspace?: never;
7180
- console_session?: never;
7181
- })[];
7182
- summary: string;
7183
- tags: string[];
7184
- 'x-fern-sdk-group-name': string[];
7185
- 'x-fern-sdk-method-name': string;
7186
- 'x-fern-sdk-return-value': string;
7187
- 'x-undocumented': string;
7188
- };
7189
- };
7190
7106
  '/acs/credentials/unassign': {
7191
7107
  patch: {
7192
7108
  operationId: string;
@@ -7942,6 +7858,90 @@ declare const _default: {
7942
7858
  'x-fern-sdk-method-name': string;
7943
7859
  };
7944
7860
  };
7861
+ '/acs/encoders/read_card': {
7862
+ post: {
7863
+ operationId: string;
7864
+ requestBody: {
7865
+ content: {
7866
+ 'application/json': {
7867
+ schema: {
7868
+ oneOf: ({
7869
+ properties: {
7870
+ acs_system_id: {
7871
+ format: string;
7872
+ type: string;
7873
+ };
7874
+ device_name: {
7875
+ type: string;
7876
+ };
7877
+ device_id?: never;
7878
+ };
7879
+ required: string[];
7880
+ type: string;
7881
+ } | {
7882
+ properties: {
7883
+ device_id: {
7884
+ format: string;
7885
+ type: string;
7886
+ };
7887
+ acs_system_id?: never;
7888
+ device_name?: never;
7889
+ };
7890
+ required: string[];
7891
+ type: string;
7892
+ })[];
7893
+ };
7894
+ };
7895
+ };
7896
+ };
7897
+ responses: {
7898
+ 200: {
7899
+ content: {
7900
+ 'application/json': {
7901
+ schema: {
7902
+ properties: {
7903
+ action_attempt: {
7904
+ $ref: string;
7905
+ };
7906
+ ok: {
7907
+ type: string;
7908
+ };
7909
+ };
7910
+ required: string[];
7911
+ type: string;
7912
+ };
7913
+ };
7914
+ };
7915
+ description: string;
7916
+ };
7917
+ 400: {
7918
+ description: string;
7919
+ };
7920
+ 401: {
7921
+ description: string;
7922
+ };
7923
+ };
7924
+ security: ({
7925
+ pat_with_workspace: never[];
7926
+ console_session?: never;
7927
+ api_key?: never;
7928
+ } | {
7929
+ console_session: never[];
7930
+ pat_with_workspace?: never;
7931
+ api_key?: never;
7932
+ } | {
7933
+ api_key: never[];
7934
+ pat_with_workspace?: never;
7935
+ console_session?: never;
7936
+ })[];
7937
+ summary: string;
7938
+ tags: string[];
7939
+ 'x-fern-sdk-group-name': string[];
7940
+ 'x-fern-sdk-method-name': string;
7941
+ 'x-fern-sdk-return-value': string;
7942
+ 'x-undocumented': string;
7943
+ };
7944
+ };
7945
7945
  '/acs/entrances/get': {
7946
7946
  post: {
7947
7947
  operationId: string;
@@ -6668,68 +6668,6 @@ export default {
6668
6668
  'x-fern-sdk-return-value': 'acs_entrances',
6669
6669
  },
6670
6670
  },
6671
- '/acs/credentials/read_card': {
6672
- post: {
6673
- operationId: 'acsCredentialsReadCardPost',
6674
- requestBody: {
6675
- content: {
6676
- 'application/json': {
6677
- schema: {
6678
- oneOf: [
6679
- {
6680
- properties: {
6681
- acs_system_id: { format: 'uuid', type: 'string' },
6682
- device_name: { type: 'string' },
6683
- },
6684
- required: ['acs_system_id', 'device_name'],
6685
- type: 'object',
6686
- },
6687
- {
6688
- properties: {
6689
- device_id: { format: 'uuid', type: 'string' },
6690
- },
6691
- required: ['device_id'],
6692
- type: 'object',
6693
- },
6694
- ],
6695
- },
6696
- },
6697
- },
6698
- },
6699
- responses: {
6700
- 200: {
6701
- content: {
6702
- 'application/json': {
6703
- schema: {
6704
- properties: {
6705
- action_attempt: {
6706
- $ref: '#/components/schemas/action_attempt',
6707
- },
6708
- ok: { type: 'boolean' },
6709
- },
6710
- required: ['action_attempt', 'ok'],
6711
- type: 'object',
6712
- },
6713
- },
6714
- },
6715
- description: 'OK',
6716
- },
6717
- 400: { description: 'Bad Request' },
6718
- 401: { description: 'Unauthorized' },
6719
- },
6720
- security: [
6721
- { pat_with_workspace: [] },
6722
- { console_session: [] },
6723
- { api_key: [] },
6724
- ],
6725
- summary: '/acs/credentials/read_card',
6726
- tags: ['/acs'],
6727
- 'x-fern-sdk-group-name': ['acs', 'credentials'],
6728
- 'x-fern-sdk-method-name': 'read_card',
6729
- 'x-fern-sdk-return-value': 'action_attempt',
6730
- 'x-undocumented': 'Reading a card is currently unimplemented.',
6731
- },
6732
- },
6733
6671
  '/acs/credentials/unassign': {
6734
6672
  patch: {
6735
6673
  operationId: 'acsCredentialsUnassignPatch',
@@ -7265,6 +7203,68 @@ export default {
7265
7203
  'x-fern-sdk-method-name': 'update',
7266
7204
  },
7267
7205
  },
7206
+ '/acs/encoders/read_card': {
7207
+ post: {
7208
+ operationId: 'acsEncodersReadCardPost',
7209
+ requestBody: {
7210
+ content: {
7211
+ 'application/json': {
7212
+ schema: {
7213
+ oneOf: [
7214
+ {
7215
+ properties: {
7216
+ acs_system_id: { format: 'uuid', type: 'string' },
7217
+ device_name: { type: 'string' },
7218
+ },
7219
+ required: ['acs_system_id', 'device_name'],
7220
+ type: 'object',
7221
+ },
7222
+ {
7223
+ properties: {
7224
+ device_id: { format: 'uuid', type: 'string' },
7225
+ },
7226
+ required: ['device_id'],
7227
+ type: 'object',
7228
+ },
7229
+ ],
7230
+ },
7231
+ },
7232
+ },
7233
+ },
7234
+ responses: {
7235
+ 200: {
7236
+ content: {
7237
+ 'application/json': {
7238
+ schema: {
7239
+ properties: {
7240
+ action_attempt: {
7241
+ $ref: '#/components/schemas/action_attempt',
7242
+ },
7243
+ ok: { type: 'boolean' },
7244
+ },
7245
+ required: ['action_attempt', 'ok'],
7246
+ type: 'object',
7247
+ },
7248
+ },
7249
+ },
7250
+ description: 'OK',
7251
+ },
7252
+ 400: { description: 'Bad Request' },
7253
+ 401: { description: 'Unauthorized' },
7254
+ },
7255
+ security: [
7256
+ { pat_with_workspace: [] },
7257
+ { console_session: [] },
7258
+ { api_key: [] },
7259
+ ],
7260
+ summary: '/acs/encoders/read_card',
7261
+ tags: ['/acs'],
7262
+ 'x-fern-sdk-group-name': ['acs', 'encoders'],
7263
+ 'x-fern-sdk-method-name': 'read_card',
7264
+ 'x-fern-sdk-return-value': 'action_attempt',
7265
+ 'x-undocumented': 'Reading a card is currently unimplemented.',
7266
+ },
7267
+ },
7268
7268
  '/acs/entrances/get': {
7269
7269
  post: {
7270
7270
  operationId: 'acsEntrancesGetPost',