@seamapi/types 1.260.0 → 1.261.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.
@@ -944,8 +944,8 @@ declare const _default: {
944
944
  };
945
945
  result: {
946
946
  properties: {
947
- acs_credential_id?: never;
948
947
  card_number?: never;
948
+ acs_credential_id?: never;
949
949
  };
950
950
  type: string;
951
951
  nullable?: never;
@@ -997,6 +997,45 @@ declare const _default: {
997
997
  };
998
998
  required: string[];
999
999
  type: string;
1000
+ } | {
1001
+ description: string;
1002
+ properties: {
1003
+ action_attempt_id: {
1004
+ description: string;
1005
+ format: string;
1006
+ type: string;
1007
+ 'x-title': string;
1008
+ };
1009
+ action_type: {
1010
+ enum: string[];
1011
+ type: string;
1012
+ };
1013
+ error: {
1014
+ nullable: boolean;
1015
+ properties?: never;
1016
+ required?: never;
1017
+ type?: never;
1018
+ };
1019
+ result: {
1020
+ properties: {
1021
+ card_number: {
1022
+ description: string;
1023
+ nullable: boolean;
1024
+ type: string;
1025
+ };
1026
+ acs_credential_id?: never;
1027
+ };
1028
+ required: string[];
1029
+ type: string;
1030
+ nullable?: never;
1031
+ };
1032
+ status: {
1033
+ enum: string[];
1034
+ type: string;
1035
+ };
1036
+ };
1037
+ required: string[];
1038
+ type: string;
1000
1039
  } | {
1001
1040
  description: string;
1002
1041
  properties: {
@@ -8135,11 +8174,14 @@ declare const _default: {
8135
8174
  type: string;
8136
8175
  } | {
8137
8176
  properties: {
8177
+ acs_system_id: {
8178
+ format: string;
8179
+ type: string;
8180
+ };
8138
8181
  device_id: {
8139
8182
  format: string;
8140
8183
  type: string;
8141
8184
  };
8142
- acs_system_id?: never;
8143
8185
  device_name?: never;
8144
8186
  };
8145
8187
  required: string[];
@@ -1173,19 +1173,13 @@ export default {
1173
1173
  error: { nullable: true },
1174
1174
  result: {
1175
1175
  properties: {
1176
- acs_credential_id: {
1177
- description: 'Matching acs_credential currently encoded on this card.',
1178
- format: 'uuid',
1179
- nullable: true,
1180
- type: 'string',
1181
- },
1182
1176
  card_number: {
1183
- description: 'A number or sting that physically identifies this card.',
1177
+ description: 'A number or string that physically identifies this card.',
1184
1178
  nullable: true,
1185
1179
  type: 'string',
1186
1180
  },
1187
1181
  },
1188
- required: ['acs_credential_id', 'card_number'],
1182
+ required: ['card_number'],
1189
1183
  type: 'object',
1190
1184
  },
1191
1185
  status: { enum: ['success'], type: 'string' },
@@ -1272,7 +1266,7 @@ export default {
1272
1266
  type: 'string',
1273
1267
  },
1274
1268
  card_number: {
1275
- description: 'A number or sting that physically identifies this card.',
1269
+ description: 'A number or string that physically identifies this card.',
1276
1270
  nullable: true,
1277
1271
  type: 'string',
1278
1272
  },
@@ -7499,9 +7493,10 @@ export default {
7499
7493
  },
7500
7494
  {
7501
7495
  properties: {
7496
+ acs_system_id: { format: 'uuid', type: 'string' },
7502
7497
  device_id: { format: 'uuid', type: 'string' },
7503
7498
  },
7504
- required: ['device_id'],
7499
+ required: ['acs_system_id', 'device_id'],
7505
7500
  type: 'object',
7506
7501
  },
7507
7502
  ],