@seamapi/types 1.391.0 → 1.391.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.
@@ -1090,27 +1090,6 @@ export default {
1090
1090
  required: ['message', 'warning_code'],
1091
1091
  type: 'object',
1092
1092
  },
1093
- {
1094
- description: 'Duplicate access code name detected.',
1095
- properties: {
1096
- created_at: {
1097
- description: 'Date and time at which Seam created the warning.',
1098
- format: 'date-time',
1099
- type: 'string',
1100
- },
1101
- message: {
1102
- description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
1103
- type: 'string',
1104
- },
1105
- warning_code: {
1106
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
1107
- enum: ['schlage_detected_duplicate_code_name'],
1108
- type: 'string',
1109
- },
1110
- },
1111
- required: ['message', 'warning_code'],
1112
- type: 'object',
1113
- },
1114
1093
  {
1115
1094
  description: 'Received an error when attempting to create this code.',
1116
1095
  properties: {
@@ -14917,27 +14896,6 @@ export default {
14917
14896
  required: ['message', 'warning_code'],
14918
14897
  type: 'object',
14919
14898
  },
14920
- {
14921
- description: 'Duplicate access code name detected.',
14922
- properties: {
14923
- created_at: {
14924
- description: 'Date and time at which Seam created the warning.',
14925
- format: 'date-time',
14926
- type: 'string',
14927
- },
14928
- message: {
14929
- description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
14930
- type: 'string',
14931
- },
14932
- warning_code: {
14933
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
14934
- enum: ['schlage_detected_duplicate_code_name'],
14935
- type: 'string',
14936
- },
14937
- },
14938
- required: ['message', 'warning_code'],
14939
- type: 'object',
14940
- },
14941
14899
  {
14942
14900
  description: 'Received an error when attempting to create this code.',
14943
14901
  properties: {