@seamapi/types 1.948.0 → 1.949.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.
package/dist/connect.cjs CHANGED
@@ -2614,14 +2614,6 @@ var duplicate_code_on_device = common_access_code_error.extend({
2614
2614
  ---
2615
2615
  Duplicate access code detected on device.
2616
2616
  `);
2617
- var duplicate_code_attempt_prevented = common_access_code_error.extend({
2618
- error_code: zod.z.literal("duplicate_code_attempt_prevented").describe(error_code_description3)
2619
- }).describe(`
2620
- ---
2621
- resource_type: access_code
2622
- ---
2623
- An attempt to modify this access code was prevented.
2624
- `);
2625
2617
  var no_space_for_access_code_on_device = common_access_code_error.extend({
2626
2618
  error_code: zod.z.literal("no_space_for_access_code_on_device").describe(error_code_description3)
2627
2619
  }).describe(`
@@ -2651,7 +2643,6 @@ var access_code_error = zod.z.discriminatedUnion("error_code", [
2651
2643
  failed_to_set_on_device,
2652
2644
  failed_to_remove_from_device,
2653
2645
  duplicate_code_on_device,
2654
- duplicate_code_attempt_prevented,
2655
2646
  no_space_for_access_code_on_device,
2656
2647
  code_modified_external_to_seam_error,
2657
2648
  access_code_inactive_error,
@@ -2665,7 +2656,6 @@ zod.z.object({
2665
2656
  failed_to_remove_from_device: failed_to_remove_from_device.optional().nullable(),
2666
2657
  no_space_for_access_code_on_device: no_space_for_access_code_on_device.optional().nullable(),
2667
2658
  duplicate_code_on_device: duplicate_code_on_device.optional().nullable(),
2668
- duplicate_code_attempt_prevented: duplicate_code_attempt_prevented.optional().nullable(),
2669
2659
  insufficient_permissions: insufficient_permissions2.optional().nullable(),
2670
2660
  code_modified_external_to_seam_error: code_modified_external_to_seam_error.optional().nullable(),
2671
2661
  access_code_inactive: access_code_inactive_error.optional().nullable()
@@ -7761,33 +7751,6 @@ var openapi = {
7761
7751
  type: "object",
7762
7752
  "x-resource-type": "access_code"
7763
7753
  },
7764
- {
7765
- description: "An attempt to modify this access code was prevented.",
7766
- properties: {
7767
- created_at: {
7768
- description: "Date and time at which Seam created the error.",
7769
- format: "date-time",
7770
- type: "string"
7771
- },
7772
- error_code: {
7773
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
7774
- enum: ["duplicate_code_attempt_prevented"],
7775
- type: "string"
7776
- },
7777
- is_access_code_error: {
7778
- description: "Indicates that this is an access code error.",
7779
- enum: [true],
7780
- type: "boolean"
7781
- },
7782
- message: {
7783
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
7784
- type: "string"
7785
- }
7786
- },
7787
- required: ["message", "is_access_code_error", "error_code"],
7788
- type: "object",
7789
- "x-resource-type": "access_code"
7790
- },
7791
7754
  {
7792
7755
  description: "No space for access code on device.",
7793
7756
  properties: {
@@ -34166,33 +34129,6 @@ var openapi = {
34166
34129
  type: "object",
34167
34130
  "x-resource-type": "access_code"
34168
34131
  },
34169
- {
34170
- description: "An attempt to modify this access code was prevented.",
34171
- properties: {
34172
- created_at: {
34173
- description: "Date and time at which Seam created the error.",
34174
- format: "date-time",
34175
- type: "string"
34176
- },
34177
- error_code: {
34178
- description: "Unique identifier of the type of error. Enables quick recognition and categorization of the issue.",
34179
- enum: ["duplicate_code_attempt_prevented"],
34180
- type: "string"
34181
- },
34182
- is_access_code_error: {
34183
- description: "Indicates that this is an access code error.",
34184
- enum: [true],
34185
- type: "boolean"
34186
- },
34187
- message: {
34188
- description: "Detailed description of the error. Provides insights into the issue and potentially how to rectify it.",
34189
- type: "string"
34190
- }
34191
- },
34192
- required: ["message", "is_access_code_error", "error_code"],
34193
- type: "object",
34194
- "x-resource-type": "access_code"
34195
- },
34196
34132
  {
34197
34133
  description: "No space for access code on device.",
34198
34134
  properties: {