Skip to content

Commit

Permalink
fix: update integration mapping response description (box/box-openapi…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Oct 22, 2024
1 parent 4a51229 commit 05e07b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "f5d1f42", "specHash": "f0c2ce4", "version": "1.3.0" }
{ "engineHash": "2443714", "specHash": "efab356", "version": "1.3.0" }
26 changes: 13 additions & 13 deletions Box.Sdk.Gen/Schemas/IntegrationMapping/IntegrationMapping.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ public class IntegrationMapping : IntegrationMappingBase, ISerializable {
[JsonConverter(typeof(StringEnumConverter<IntegrationMappingIntegrationTypeField>))]
public StringEnum<IntegrationMappingIntegrationTypeField>? IntegrationType { get; init; }

/// <summary>
/// Mapped item object for Slack or Teams
/// </summary>
[JsonPropertyName("partner_item")]
public IntegrationMappingPartnerItemSlackUnion PartnerItem { get; }

/// <summary>
/// The Box folder, to which the object from the
/// partner app domain (referenced in `partner_item_id`) is mapped
/// </summary>
[JsonPropertyName("box_item")]
public FolderMini BoxItem { get; }

/// <summary>
/// Identifies whether the mapping has
/// been manually set
Expand All @@ -54,6 +41,19 @@ public class IntegrationMapping : IntegrationMappingBase, ISerializable {
[JsonPropertyName("modified_by")]
public UserIntegrationMappings? ModifiedBy { get; init; }

/// <summary>
/// Mapped item object for Slack
/// </summary>
[JsonPropertyName("partner_item")]
public IntegrationMappingPartnerItemSlackUnion PartnerItem { get; }

/// <summary>
/// The Box folder, to which the object from the
/// partner app domain (referenced in `partner_item_id`) is mapped
/// </summary>
[JsonPropertyName("box_item")]
public FolderMini BoxItem { get; }

/// <summary>
/// When the integration mapping object was created
/// </summary>
Expand Down

0 comments on commit 05e07b0

Please sign in to comment.