Skip to content

Commit

Permalink
fix: update references for share remove (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoGaonaC authored Oct 25, 2023
1 parent e18eaac commit 1d219fa
Showing 1 changed file with 44 additions and 43 deletions.
87 changes: 44 additions & 43 deletions ServiceReference/Reference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,50 +125,11 @@ public string password
}
}

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.1.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://soap.gateway/")]
public partial class reqShareRemove
{

private string fileUUIDField;

private string otherUsernameField;

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
public string fileUUID
{
get
{
return this.fileUUIDField;
}
set
{
this.fileUUIDField = value;
}
}

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
public string otherUsername
{
get
{
return this.otherUsernameField;
}
set
{
this.otherUsernameField = value;
}
}
}

/// <remarks/>
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reqShareFile))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reqFileMove))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reqAccPassword))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reqShareRemove))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reqFileNewDir))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reqFileUpload))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(reqFile))]
Expand Down Expand Up @@ -318,6 +279,46 @@ public string newpassword
}
}

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.1.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://soap.gateway/")]
public partial class reqShareRemove : authorization
{

private string fileUUIDField;

private string otherUsernameField;

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
public string fileUUID
{
get
{
return this.fileUUIDField;
}
set
{
this.fileUUIDField = value;
}
}

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
public string otherUsername
{
get
{
return this.otherUsernameField;
}
set
{
this.otherUsernameField = value;
}
}
}

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.1.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
Expand Down Expand Up @@ -485,11 +486,11 @@ public string newName
public partial class reqFileDelete : authorization
{

private string[] fileUUIDField;
private string fileUUIDField;

/// <remarks/>
[System.Xml.Serialization.XmlElementAttribute("fileUUID", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=0)]
public string[] fileUUID
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
public string fileUUID
{
get
{
Expand Down

0 comments on commit 1d219fa

Please sign in to comment.