diff --git a/openapi-raw.yaml b/openapi-raw.yaml
index 5575959d2..fc7989ef0 100644
--- a/openapi-raw.yaml
+++ b/openapi-raw.yaml
@@ -11893,6 +11893,10 @@ components:
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
+ allow_form_view:
+ description: '_t__TemplateResponse::ALLOW_FORM_VIEW'
+ type: boolean
+ nullable: false
type: object
x-internal-class: true
TemplateResponseAccount:
diff --git a/openapi-sdk.yaml b/openapi-sdk.yaml
index c940a2281..c1773e744 100644
--- a/openapi-sdk.yaml
+++ b/openapi-sdk.yaml
@@ -12644,6 +12644,10 @@ components:
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
+ allow_form_view:
+ description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
+ type: boolean
+ nullable: false
type: object
x-internal-class: true
TemplateResponseAccount:
diff --git a/openapi.yaml b/openapi.yaml
index 150f67c7a..ea06c16f1 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -12622,6 +12622,10 @@ components:
type: array
items:
$ref: '#/components/schemas/SignatureRequestResponseAttachment'
+ allow_form_view:
+ description: 'Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.'
+ type: boolean
+ nullable: false
type: object
x-internal-class: true
TemplateResponseAccount:
diff --git a/sdks/dotnet/docs/TemplateResponse.md b/sdks/dotnet/docs/TemplateResponse.md
index e801ef14b..f3797e38f 100644
--- a/sdks/dotnet/docs/TemplateResponse.md
+++ b/sdks/dotnet/docs/TemplateResponse.md
@@ -5,7 +5,7 @@ Contains information about the templates you and your team have created.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**TemplateId** | **string** | The id of the Template. | [optional] **Title** | **string** | The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | [optional] **Message** | **string** | The default message that will be sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | [optional] **UpdatedAt** | **int** | Time the template was last updated. | [optional] **IsEmbedded** | **bool?** | `true` if this template was created using an embedded flow, `false` if it was created on our website. Will be `null` when you are not the creator of the Template. | [optional] **IsCreator** | **bool** | `true` if you are the owner of this template, `false` if it's been shared with you by a team member. | [optional] **CanEdit** | **bool** | Indicates whether edit rights have been granted to you by the owner (always `true` if that's you). | [optional] **IsLocked** | **bool** | Indicates whether the template is locked. If `true`, then the template was created outside your quota and can only be used in `test_mode`. If `false`, then the template is within your quota and can be used to create signature requests. | [optional] **Metadata** | **Dictionary<string, Object>** | The metadata attached to the template. | [optional] **SignerRoles** | [**List<TemplateResponseSignerRole>**](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | [optional] **CcRoles** | [**List<TemplateResponseCCRole>**](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | [optional] **Documents** | [**List<TemplateResponseDocument>**](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | [optional] **CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | Deprecated. Use `custom_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional] **NamedFormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional] **Accounts** | [**List<TemplateResponseAccount>**](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | Signer attachments. | [optional]
+**TemplateId** | **string** | The id of the Template. | [optional] **Title** | **string** | The title of the Template. This will also be the default subject of the message sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | [optional] **Message** | **string** | The default message that will be sent to signers when using this Template to send a SignatureRequest. This can be overridden when sending the SignatureRequest. | [optional] **UpdatedAt** | **int** | Time the template was last updated. | [optional] **IsEmbedded** | **bool?** | `true` if this template was created using an embedded flow, `false` if it was created on our website. Will be `null` when you are not the creator of the Template. | [optional] **IsCreator** | **bool** | `true` if you are the owner of this template, `false` if it's been shared with you by a team member. | [optional] **CanEdit** | **bool** | Indicates whether edit rights have been granted to you by the owner (always `true` if that's you). | [optional] **IsLocked** | **bool** | Indicates whether the template is locked. If `true`, then the template was created outside your quota and can only be used in `test_mode`. If `false`, then the template is within your quota and can be used to create signature requests. | [optional] **Metadata** | **Dictionary<string, Object>** | The metadata attached to the template. | [optional] **SignerRoles** | [**List<TemplateResponseSignerRole>**](TemplateResponseSignerRole.md) | An array of the designated signer roles that must be specified when sending a SignatureRequest using this Template. | [optional] **CcRoles** | [**List<TemplateResponseCCRole>**](TemplateResponseCCRole.md) | An array of the designated CC roles that must be specified when sending a SignatureRequest using this Template. | [optional] **Documents** | [**List<TemplateResponseDocument>**](TemplateResponseDocument.md) | An array describing each document associated with this Template. Includes form field data for each document. | [optional] **CustomFields** | [**List<TemplateResponseDocumentCustomFieldBase>**](TemplateResponseDocumentCustomFieldBase.md) | Deprecated. Use `custom_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional] **NamedFormFields** | [**List<TemplateResponseDocumentFormFieldBase>**](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | [optional] **Accounts** | [**List<TemplateResponseAccount>**](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | [optional] **Attachments** | [**List<SignatureRequestResponseAttachment>**](SignatureRequestResponseAttachment.md) | Signer attachments. | [optional] **AllowFormView** | **bool** | Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateResponse.cs b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateResponse.cs
index a298922d8..5bca51acd 100644
--- a/sdks/dotnet/src/Dropbox.Sign/Model/TemplateResponse.cs
+++ b/sdks/dotnet/src/Dropbox.Sign/Model/TemplateResponse.cs
@@ -57,7 +57,8 @@ protected TemplateResponse() { }
/// Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead..
/// An array of the Accounts that can use this Template..
/// Signer attachments..
- public TemplateResponse(string templateId = default(string), string title = default(string), string message = default(string), int updatedAt = default(int), bool? isEmbedded = default(bool?), bool isCreator = default(bool), bool canEdit = default(bool), bool isLocked = default(bool), Dictionary metadata = default(Dictionary), List signerRoles = default(List), List ccRoles = default(List), List documents = default(List), List customFields = default(List), List namedFormFields = default(List), List accounts = default(List), List attachments = default(List))
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`..
+ public TemplateResponse(string templateId = default(string), string title = default(string), string message = default(string), int updatedAt = default(int), bool? isEmbedded = default(bool?), bool isCreator = default(bool), bool canEdit = default(bool), bool isLocked = default(bool), Dictionary metadata = default(Dictionary), List signerRoles = default(List), List ccRoles = default(List), List documents = default(List), List customFields = default(List), List namedFormFields = default(List), List accounts = default(List), List attachments = default(List), bool allowFormView = default(bool))
{
this.TemplateId = templateId;
@@ -76,6 +77,7 @@ protected TemplateResponse() { }
this.NamedFormFields = namedFormFields;
this.Accounts = accounts;
this.Attachments = attachments;
+ this.AllowFormView = allowFormView;
}
///
@@ -208,6 +210,13 @@ public static TemplateResponse Init(string jsonData)
[DataMember(Name = "attachments", EmitDefaultValue = true)]
public List Attachments { get; set; }
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ ///
+ /// Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ [DataMember(Name = "allow_form_view", EmitDefaultValue = true)]
+ public bool AllowFormView { get; set; }
+
///
/// Returns the string presentation of the object
///
@@ -232,6 +241,7 @@ public override string ToString()
sb.Append(" NamedFormFields: ").Append(NamedFormFields).Append("\n");
sb.Append(" Accounts: ").Append(Accounts).Append("\n");
sb.Append(" Attachments: ").Append(Attachments).Append("\n");
+ sb.Append(" AllowFormView: ").Append(AllowFormView).Append("\n");
sb.Append("}\n");
return sb.ToString();
}
@@ -350,6 +360,10 @@ public bool Equals(TemplateResponse input)
this.Attachments != null &&
input.Attachments != null &&
this.Attachments.SequenceEqual(input.Attachments)
+ ) &&
+ (
+ this.AllowFormView == input.AllowFormView ||
+ this.AllowFormView.Equals(input.AllowFormView)
);
}
@@ -414,6 +428,7 @@ public override int GetHashCode()
{
hashCode = (hashCode * 59) + this.Attachments.GetHashCode();
}
+ hashCode = (hashCode * 59) + this.AllowFormView.GetHashCode();
return hashCode;
}
}
@@ -542,6 +557,13 @@ public List GetOpenApiTypes()
Type = "List",
Value = Attachments,
});
+ types.Add(new OpenApiType()
+ {
+ Name = "allow_form_view",
+ Property = "AllowFormView",
+ Type = "bool",
+ Value = AllowFormView,
+ });
return types;
}
diff --git a/sdks/java-v1/docs/TemplateResponse.md b/sdks/java-v1/docs/TemplateResponse.md
index 40de0fdc8..9eaa7438e 100644
--- a/sdks/java-v1/docs/TemplateResponse.md
+++ b/sdks/java-v1/docs/TemplateResponse.md
@@ -24,6 +24,7 @@ Contains information about the templates you and your team have created.
| `namedFormFields` | [```List```](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | |
| `accounts` | [```List```](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | |
| `attachments` | [```List```](SignatureRequestResponseAttachment.md) | Signer attachments. | |
+| `allowFormView` | ```Boolean``` | Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. | |
diff --git a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateResponse.java b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateResponse.java
index 794722520..3a940108d 100644
--- a/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateResponse.java
+++ b/sdks/java-v1/src/main/java/com/dropbox/sign/model/TemplateResponse.java
@@ -42,7 +42,8 @@
TemplateResponse.JSON_PROPERTY_CUSTOM_FIELDS,
TemplateResponse.JSON_PROPERTY_NAMED_FORM_FIELDS,
TemplateResponse.JSON_PROPERTY_ACCOUNTS,
- TemplateResponse.JSON_PROPERTY_ATTACHMENTS
+ TemplateResponse.JSON_PROPERTY_ATTACHMENTS,
+ TemplateResponse.JSON_PROPERTY_ALLOW_FORM_VIEW
})
@javax.annotation.Generated(
value = "org.openapitools.codegen.languages.JavaClientCodegen",
@@ -99,6 +100,9 @@ public class TemplateResponse {
public static final String JSON_PROPERTY_ATTACHMENTS = "attachments";
@javax.annotation.Nullable private List attachments = null;
+ public static final String JSON_PROPERTY_ALLOW_FORM_VIEW = "allow_form_view";
+ @javax.annotation.Nullable private Boolean allowFormView;
+
public TemplateResponse() {}
/**
@@ -568,6 +572,29 @@ public void setAttachments(
this.attachments = attachments;
}
+ public TemplateResponse allowFormView(@javax.annotation.Nullable Boolean allowFormView) {
+ this.allowFormView = allowFormView;
+ return this;
+ }
+
+ /**
+ * Allows signers to view the form fields before signing if set to `true`. Defaults to
+ * `false`.
+ *
+ * @return allowFormView
+ */
+ @javax.annotation.Nullable @JsonProperty(JSON_PROPERTY_ALLOW_FORM_VIEW)
+ @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ public Boolean getAllowFormView() {
+ return allowFormView;
+ }
+
+ @JsonProperty(JSON_PROPERTY_ALLOW_FORM_VIEW)
+ @JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
+ public void setAllowFormView(@javax.annotation.Nullable Boolean allowFormView) {
+ this.allowFormView = allowFormView;
+ }
+
/** Return true if this TemplateResponse object is equal to o. */
@Override
public boolean equals(Object o) {
@@ -593,7 +620,8 @@ public boolean equals(Object o) {
&& Objects.equals(this.customFields, templateResponse.customFields)
&& Objects.equals(this.namedFormFields, templateResponse.namedFormFields)
&& Objects.equals(this.accounts, templateResponse.accounts)
- && Objects.equals(this.attachments, templateResponse.attachments);
+ && Objects.equals(this.attachments, templateResponse.attachments)
+ && Objects.equals(this.allowFormView, templateResponse.allowFormView);
}
@Override
@@ -614,7 +642,8 @@ public int hashCode() {
customFields,
namedFormFields,
accounts,
- attachments);
+ attachments,
+ allowFormView);
}
@Override
@@ -637,6 +666,7 @@ public String toString() {
sb.append(" namedFormFields: ").append(toIndentedString(namedFormFields)).append("\n");
sb.append(" accounts: ").append(toIndentedString(accounts)).append("\n");
sb.append(" attachments: ").append(toIndentedString(attachments)).append("\n");
+ sb.append(" allowFormView: ").append(toIndentedString(allowFormView)).append("\n");
sb.append("}");
return sb.toString();
}
@@ -953,6 +983,26 @@ public Map createFormData() throws ApiException {
JSON.getDefault().getMapper().writeValueAsString(attachments));
}
}
+ if (allowFormView != null) {
+ if (isFileTypeOrListOfFiles(allowFormView)) {
+ fileTypeFound = true;
+ }
+
+ if (allowFormView.getClass().equals(java.io.File.class)
+ || allowFormView.getClass().equals(Integer.class)
+ || allowFormView.getClass().equals(String.class)
+ || allowFormView.getClass().isEnum()) {
+ map.put("allow_form_view", allowFormView);
+ } else if (isListOfFile(allowFormView)) {
+ for (int i = 0; i < getListSize(allowFormView); i++) {
+ map.put("allow_form_view[" + i + "]", getFromList(allowFormView, i));
+ }
+ } else {
+ map.put(
+ "allow_form_view",
+ JSON.getDefault().getMapper().writeValueAsString(allowFormView));
+ }
+ }
} catch (Exception e) {
throw new ApiException(e);
}
diff --git a/sdks/java-v2/docs/TemplateResponse.md b/sdks/java-v2/docs/TemplateResponse.md
index 40de0fdc8..9eaa7438e 100644
--- a/sdks/java-v2/docs/TemplateResponse.md
+++ b/sdks/java-v2/docs/TemplateResponse.md
@@ -24,6 +24,7 @@ Contains information about the templates you and your team have created.
| `namedFormFields` | [```List```](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | |
| `accounts` | [```List```](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | |
| `attachments` | [```List```](SignatureRequestResponseAttachment.md) | Signer attachments. | |
+| `allowFormView` | ```Boolean``` | Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. | |
diff --git a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateResponse.java b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateResponse.java
index 1796c999a..a1291b3e8 100644
--- a/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateResponse.java
+++ b/sdks/java-v2/src/main/java/com/dropbox/sign/model/TemplateResponse.java
@@ -59,7 +59,8 @@
TemplateResponse.JSON_PROPERTY_CUSTOM_FIELDS,
TemplateResponse.JSON_PROPERTY_NAMED_FORM_FIELDS,
TemplateResponse.JSON_PROPERTY_ACCOUNTS,
- TemplateResponse.JSON_PROPERTY_ATTACHMENTS
+ TemplateResponse.JSON_PROPERTY_ATTACHMENTS,
+ TemplateResponse.JSON_PROPERTY_ALLOW_FORM_VIEW
})
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.12.0")
@JsonIgnoreProperties(ignoreUnknown=true)
@@ -130,6 +131,10 @@ public class TemplateResponse {
@jakarta.annotation.Nullable
private List attachments = null;
+ public static final String JSON_PROPERTY_ALLOW_FORM_VIEW = "allow_form_view";
+ @jakarta.annotation.Nullable
+ private Boolean allowFormView;
+
public TemplateResponse() {
}
@@ -620,6 +625,31 @@ public void setAttachments(@jakarta.annotation.Nullable List createFormData() throws ApiException {
map.put("attachments", JSON.getDefault().getMapper().writeValueAsString(attachments));
}
}
+ if (allowFormView != null) {
+ if (isFileTypeOrListOfFiles(allowFormView)) {
+ fileTypeFound = true;
+ }
+
+ if (allowFormView.getClass().equals(java.io.File.class) ||
+ allowFormView.getClass().equals(Integer.class) ||
+ allowFormView.getClass().equals(String.class) ||
+ allowFormView.getClass().isEnum()) {
+ map.put("allow_form_view", allowFormView);
+ } else if (isListOfFile(allowFormView)) {
+ for(int i = 0; i< getListSize(allowFormView); i++) {
+ map.put("allow_form_view[" + i + "]", getFromList(allowFormView, i));
+ }
+ }
+ else {
+ map.put("allow_form_view", JSON.getDefault().getMapper().writeValueAsString(allowFormView));
+ }
+ }
} catch (Exception e) {
throw new ApiException(e);
}
diff --git a/sdks/node/dist/api.js b/sdks/node/dist/api.js
index 551a2043e..f8478972a 100644
--- a/sdks/node/dist/api.js
+++ b/sdks/node/dist/api.js
@@ -24597,6 +24597,11 @@ var TemplateResponse = class _TemplateResponse {
name: "attachments",
baseName: "attachments",
type: "Array"
+ },
+ {
+ name: "allowFormView",
+ baseName: "allow_form_view",
+ type: "boolean"
}
];
}
diff --git a/sdks/node/docs/model/TemplateResponse.md b/sdks/node/docs/model/TemplateResponse.md
index 05e6532d2..e8ebff2ec 100644
--- a/sdks/node/docs/model/TemplateResponse.md
+++ b/sdks/node/docs/model/TemplateResponse.md
@@ -22,5 +22,6 @@ Name | Type | Description | Notes
| `namedFormFields` | [```Array```](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | |
| `accounts` | [```Array```](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | |
| `attachments` | [```Array```](SignatureRequestResponseAttachment.md) | Signer attachments. | |
+| `allowFormView` | ```boolean``` | Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. | |
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
diff --git a/sdks/node/model/templateResponse.ts b/sdks/node/model/templateResponse.ts
index 298db4670..322066a21 100644
--- a/sdks/node/model/templateResponse.ts
+++ b/sdks/node/model/templateResponse.ts
@@ -103,6 +103,10 @@ export class TemplateResponse {
* Signer attachments.
*/
"attachments"?: Array;
+ /**
+ * Allows signers to view the form fields before signing if set to `true`. Defaults to `false`.
+ */
+ "allowFormView"?: boolean;
static discriminator: string | undefined = undefined;
@@ -187,6 +191,11 @@ export class TemplateResponse {
baseName: "attachments",
type: "Array",
},
+ {
+ name: "allowFormView",
+ baseName: "allow_form_view",
+ type: "boolean",
+ },
];
static getAttributeTypeMap(): AttributeTypeMap {
diff --git a/sdks/node/types/model/templateResponse.d.ts b/sdks/node/types/model/templateResponse.d.ts
index 53eb191ec..34496c128 100644
--- a/sdks/node/types/model/templateResponse.d.ts
+++ b/sdks/node/types/model/templateResponse.d.ts
@@ -25,6 +25,7 @@ export declare class TemplateResponse {
"namedFormFields"?: Array | null;
"accounts"?: Array;
"attachments"?: Array;
+ "allowFormView"?: boolean;
static discriminator: string | undefined;
static attributeTypeMap: AttributeTypeMap;
static getAttributeTypeMap(): AttributeTypeMap;
diff --git a/sdks/php/docs/Model/TemplateResponse.md b/sdks/php/docs/Model/TemplateResponse.md
index 3a7dc2f03..dfeace49a 100644
--- a/sdks/php/docs/Model/TemplateResponse.md
+++ b/sdks/php/docs/Model/TemplateResponse.md
@@ -22,5 +22,6 @@ Name | Type | Description | Notes
| `named_form_fields` | [```\Dropbox\Sign\Model\TemplateResponseDocumentFormFieldBase[]```](TemplateResponseDocumentFormFieldBase.md) | Deprecated. Use `form_fields` inside the [documents](https://developers.hellosign.com/api/reference/operation/templateGet/#!c=200&path=template/documents&t=response) array instead. | |
| `accounts` | [```\Dropbox\Sign\Model\TemplateResponseAccount[]```](TemplateResponseAccount.md) | An array of the Accounts that can use this Template. | |
| `attachments` | [```\Dropbox\Sign\Model\SignatureRequestResponseAttachment[]```](SignatureRequestResponseAttachment.md) | Signer attachments. | |
+| `allow_form_view` | ```bool``` | Allows signers to view the form fields before signing if set to `true`. Defaults to `false`. | |
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
diff --git a/sdks/php/src/Model/AccountCreateRequest.php b/sdks/php/src/Model/AccountCreateRequest.php
index 7a4841477..c5d7d28fb 100644
--- a/sdks/php/src/Model/AccountCreateRequest.php
+++ b/sdks/php/src/Model/AccountCreateRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountCreateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountCreateResponse.php b/sdks/php/src/Model/AccountCreateResponse.php
index 619bf49a3..bd28ca3e5 100644
--- a/sdks/php/src/Model/AccountCreateResponse.php
+++ b/sdks/php/src/Model/AccountCreateResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountCreateResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountGetResponse.php b/sdks/php/src/Model/AccountGetResponse.php
index 5005bc421..fa4404d96 100644
--- a/sdks/php/src/Model/AccountGetResponse.php
+++ b/sdks/php/src/Model/AccountGetResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountGetResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountResponse.php b/sdks/php/src/Model/AccountResponse.php
index 6c3370ef1..251546bab 100644
--- a/sdks/php/src/Model/AccountResponse.php
+++ b/sdks/php/src/Model/AccountResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountResponseQuotas.php b/sdks/php/src/Model/AccountResponseQuotas.php
index 119733b99..467ee663d 100644
--- a/sdks/php/src/Model/AccountResponseQuotas.php
+++ b/sdks/php/src/Model/AccountResponseQuotas.php
@@ -38,7 +38,7 @@
* @category Class
* @description Details concerning remaining monthly quotas.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountResponseQuotas implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountResponseUsage.php b/sdks/php/src/Model/AccountResponseUsage.php
index 90cb9bb1c..813c9120e 100644
--- a/sdks/php/src/Model/AccountResponseUsage.php
+++ b/sdks/php/src/Model/AccountResponseUsage.php
@@ -38,7 +38,7 @@
* @category Class
* @description Details concerning monthly usage
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountResponseUsage implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountUpdateRequest.php b/sdks/php/src/Model/AccountUpdateRequest.php
index cc7e7df52..47b5c378c 100644
--- a/sdks/php/src/Model/AccountUpdateRequest.php
+++ b/sdks/php/src/Model/AccountUpdateRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountUpdateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountVerifyRequest.php b/sdks/php/src/Model/AccountVerifyRequest.php
index 8383f6599..6b1f18897 100644
--- a/sdks/php/src/Model/AccountVerifyRequest.php
+++ b/sdks/php/src/Model/AccountVerifyRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountVerifyRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountVerifyResponse.php b/sdks/php/src/Model/AccountVerifyResponse.php
index 359be63d7..6d013466c 100644
--- a/sdks/php/src/Model/AccountVerifyResponse.php
+++ b/sdks/php/src/Model/AccountVerifyResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountVerifyResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/AccountVerifyResponseAccount.php b/sdks/php/src/Model/AccountVerifyResponseAccount.php
index 2c4bf22b3..12eb76917 100644
--- a/sdks/php/src/Model/AccountVerifyResponseAccount.php
+++ b/sdks/php/src/Model/AccountVerifyResponseAccount.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class AccountVerifyResponseAccount implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppCreateRequest.php b/sdks/php/src/Model/ApiAppCreateRequest.php
index 39c1c9ace..87ca45abf 100644
--- a/sdks/php/src/Model/ApiAppCreateRequest.php
+++ b/sdks/php/src/Model/ApiAppCreateRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppCreateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppGetResponse.php b/sdks/php/src/Model/ApiAppGetResponse.php
index 3d9dc5d0a..97f83a440 100644
--- a/sdks/php/src/Model/ApiAppGetResponse.php
+++ b/sdks/php/src/Model/ApiAppGetResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppGetResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppListResponse.php b/sdks/php/src/Model/ApiAppListResponse.php
index 02e2483e9..02fd9cb6c 100644
--- a/sdks/php/src/Model/ApiAppListResponse.php
+++ b/sdks/php/src/Model/ApiAppListResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppListResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppResponse.php b/sdks/php/src/Model/ApiAppResponse.php
index c283d86fb..1cc11bec7 100644
--- a/sdks/php/src/Model/ApiAppResponse.php
+++ b/sdks/php/src/Model/ApiAppResponse.php
@@ -39,7 +39,7 @@
* @category Class
* @description Contains information about an API App.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppResponseOAuth.php b/sdks/php/src/Model/ApiAppResponseOAuth.php
index 6c84b43c6..a72ba7137 100644
--- a/sdks/php/src/Model/ApiAppResponseOAuth.php
+++ b/sdks/php/src/Model/ApiAppResponseOAuth.php
@@ -39,7 +39,7 @@
* @category Class
* @description An object describing the app's OAuth properties, or null if OAuth is not configured for the app.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppResponseOAuth implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppResponseOptions.php b/sdks/php/src/Model/ApiAppResponseOptions.php
index 46466cb77..94e0cf604 100644
--- a/sdks/php/src/Model/ApiAppResponseOptions.php
+++ b/sdks/php/src/Model/ApiAppResponseOptions.php
@@ -39,7 +39,7 @@
* @category Class
* @description An object with options that override account settings.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppResponseOptions implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppResponseOwnerAccount.php b/sdks/php/src/Model/ApiAppResponseOwnerAccount.php
index db9e8e0a0..438799c08 100644
--- a/sdks/php/src/Model/ApiAppResponseOwnerAccount.php
+++ b/sdks/php/src/Model/ApiAppResponseOwnerAccount.php
@@ -39,7 +39,7 @@
* @category Class
* @description An object describing the app's owner
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppResponseOwnerAccount implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppResponseWhiteLabelingOptions.php b/sdks/php/src/Model/ApiAppResponseWhiteLabelingOptions.php
index b010c59f0..64c21a391 100644
--- a/sdks/php/src/Model/ApiAppResponseWhiteLabelingOptions.php
+++ b/sdks/php/src/Model/ApiAppResponseWhiteLabelingOptions.php
@@ -39,7 +39,7 @@
* @category Class
* @description An object with options to customize the app's signer page
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppResponseWhiteLabelingOptions implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ApiAppUpdateRequest.php b/sdks/php/src/Model/ApiAppUpdateRequest.php
index 54f0a8c4e..2f0ba9565 100644
--- a/sdks/php/src/Model/ApiAppUpdateRequest.php
+++ b/sdks/php/src/Model/ApiAppUpdateRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ApiAppUpdateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/BulkSendJobGetResponse.php b/sdks/php/src/Model/BulkSendJobGetResponse.php
index a0699b46f..affadf1f2 100644
--- a/sdks/php/src/Model/BulkSendJobGetResponse.php
+++ b/sdks/php/src/Model/BulkSendJobGetResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class BulkSendJobGetResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/BulkSendJobGetResponseSignatureRequests.php b/sdks/php/src/Model/BulkSendJobGetResponseSignatureRequests.php
index a68be1c16..f40d42b60 100644
--- a/sdks/php/src/Model/BulkSendJobGetResponseSignatureRequests.php
+++ b/sdks/php/src/Model/BulkSendJobGetResponseSignatureRequests.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class BulkSendJobGetResponseSignatureRequests implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/BulkSendJobListResponse.php b/sdks/php/src/Model/BulkSendJobListResponse.php
index ee12f4f40..0b4d49484 100644
--- a/sdks/php/src/Model/BulkSendJobListResponse.php
+++ b/sdks/php/src/Model/BulkSendJobListResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class BulkSendJobListResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/BulkSendJobResponse.php b/sdks/php/src/Model/BulkSendJobResponse.php
index 987a9bd02..a503c7546 100644
--- a/sdks/php/src/Model/BulkSendJobResponse.php
+++ b/sdks/php/src/Model/BulkSendJobResponse.php
@@ -39,7 +39,7 @@
* @category Class
* @description Contains information about the BulkSendJob such as when it was created and how many signature requests are queued.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class BulkSendJobResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/BulkSendJobSendResponse.php b/sdks/php/src/Model/BulkSendJobSendResponse.php
index 945a1a518..b503daa06 100644
--- a/sdks/php/src/Model/BulkSendJobSendResponse.php
+++ b/sdks/php/src/Model/BulkSendJobSendResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class BulkSendJobSendResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EmbeddedEditUrlRequest.php b/sdks/php/src/Model/EmbeddedEditUrlRequest.php
index c372c822a..4f5e5be71 100644
--- a/sdks/php/src/Model/EmbeddedEditUrlRequest.php
+++ b/sdks/php/src/Model/EmbeddedEditUrlRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EmbeddedEditUrlRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EmbeddedEditUrlResponse.php b/sdks/php/src/Model/EmbeddedEditUrlResponse.php
index 865768dd7..7a18ae864 100644
--- a/sdks/php/src/Model/EmbeddedEditUrlResponse.php
+++ b/sdks/php/src/Model/EmbeddedEditUrlResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EmbeddedEditUrlResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EmbeddedEditUrlResponseEmbedded.php b/sdks/php/src/Model/EmbeddedEditUrlResponseEmbedded.php
index bda80cfb8..c02df3186 100644
--- a/sdks/php/src/Model/EmbeddedEditUrlResponseEmbedded.php
+++ b/sdks/php/src/Model/EmbeddedEditUrlResponseEmbedded.php
@@ -39,7 +39,7 @@
* @category Class
* @description An embedded template object.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EmbeddedEditUrlResponseEmbedded implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EmbeddedSignUrlResponse.php b/sdks/php/src/Model/EmbeddedSignUrlResponse.php
index 8b2c9af81..2162bc5cd 100644
--- a/sdks/php/src/Model/EmbeddedSignUrlResponse.php
+++ b/sdks/php/src/Model/EmbeddedSignUrlResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EmbeddedSignUrlResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EmbeddedSignUrlResponseEmbedded.php b/sdks/php/src/Model/EmbeddedSignUrlResponseEmbedded.php
index 54fffcbc2..d4f1b1cbf 100644
--- a/sdks/php/src/Model/EmbeddedSignUrlResponseEmbedded.php
+++ b/sdks/php/src/Model/EmbeddedSignUrlResponseEmbedded.php
@@ -39,7 +39,7 @@
* @category Class
* @description An object that contains necessary information to set up embedded signing.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EmbeddedSignUrlResponseEmbedded implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ErrorResponse.php b/sdks/php/src/Model/ErrorResponse.php
index 108b8e6c7..17faeebd3 100644
--- a/sdks/php/src/Model/ErrorResponse.php
+++ b/sdks/php/src/Model/ErrorResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ErrorResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ErrorResponseError.php b/sdks/php/src/Model/ErrorResponseError.php
index 6bb4b8620..65c09c1dc 100644
--- a/sdks/php/src/Model/ErrorResponseError.php
+++ b/sdks/php/src/Model/ErrorResponseError.php
@@ -39,7 +39,7 @@
* @category Class
* @description Contains information about an error that occurred.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ErrorResponseError implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EventCallbackRequest.php b/sdks/php/src/Model/EventCallbackRequest.php
index a3b4a183f..894600a10 100644
--- a/sdks/php/src/Model/EventCallbackRequest.php
+++ b/sdks/php/src/Model/EventCallbackRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EventCallbackRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EventCallbackRequestEvent.php b/sdks/php/src/Model/EventCallbackRequestEvent.php
index 2501307ce..98683c88c 100644
--- a/sdks/php/src/Model/EventCallbackRequestEvent.php
+++ b/sdks/php/src/Model/EventCallbackRequestEvent.php
@@ -39,7 +39,7 @@
* @category Class
* @description Basic information about the event that occurred.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EventCallbackRequestEvent implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/EventCallbackRequestEventMetadata.php b/sdks/php/src/Model/EventCallbackRequestEventMetadata.php
index 9116a543c..a738a6810 100644
--- a/sdks/php/src/Model/EventCallbackRequestEventMetadata.php
+++ b/sdks/php/src/Model/EventCallbackRequestEventMetadata.php
@@ -38,7 +38,7 @@
* @category Class
* @description Specific metadata about the event.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class EventCallbackRequestEventMetadata implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxGetResponse.php b/sdks/php/src/Model/FaxGetResponse.php
index ee85f3d1d..366456942 100644
--- a/sdks/php/src/Model/FaxGetResponse.php
+++ b/sdks/php/src/Model/FaxGetResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxGetResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineAddUserRequest.php b/sdks/php/src/Model/FaxLineAddUserRequest.php
index 4bada1b28..740aad78d 100644
--- a/sdks/php/src/Model/FaxLineAddUserRequest.php
+++ b/sdks/php/src/Model/FaxLineAddUserRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineAddUserRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php b/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php
index c4e650c69..aa6b96bd7 100644
--- a/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php
+++ b/sdks/php/src/Model/FaxLineAreaCodeGetResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineAreaCodeGetResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineCreateRequest.php b/sdks/php/src/Model/FaxLineCreateRequest.php
index 1f9504ac3..0cfac5e18 100644
--- a/sdks/php/src/Model/FaxLineCreateRequest.php
+++ b/sdks/php/src/Model/FaxLineCreateRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineCreateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineDeleteRequest.php b/sdks/php/src/Model/FaxLineDeleteRequest.php
index c3946e2cc..759313a8d 100644
--- a/sdks/php/src/Model/FaxLineDeleteRequest.php
+++ b/sdks/php/src/Model/FaxLineDeleteRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineDeleteRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineListResponse.php b/sdks/php/src/Model/FaxLineListResponse.php
index 904c477ae..324078fde 100644
--- a/sdks/php/src/Model/FaxLineListResponse.php
+++ b/sdks/php/src/Model/FaxLineListResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineListResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineRemoveUserRequest.php b/sdks/php/src/Model/FaxLineRemoveUserRequest.php
index 43bcce54d..12336cdc0 100644
--- a/sdks/php/src/Model/FaxLineRemoveUserRequest.php
+++ b/sdks/php/src/Model/FaxLineRemoveUserRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineRemoveUserRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineResponse.php b/sdks/php/src/Model/FaxLineResponse.php
index 7b84af2f9..0a3eaca57 100644
--- a/sdks/php/src/Model/FaxLineResponse.php
+++ b/sdks/php/src/Model/FaxLineResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxLineResponseFaxLine.php b/sdks/php/src/Model/FaxLineResponseFaxLine.php
index bde887583..c48c13a4f 100644
--- a/sdks/php/src/Model/FaxLineResponseFaxLine.php
+++ b/sdks/php/src/Model/FaxLineResponseFaxLine.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxLineResponseFaxLine implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxListResponse.php b/sdks/php/src/Model/FaxListResponse.php
index bb402e895..e0b18f042 100644
--- a/sdks/php/src/Model/FaxListResponse.php
+++ b/sdks/php/src/Model/FaxListResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxListResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxResponse.php b/sdks/php/src/Model/FaxResponse.php
index ebe08f475..3db2cd08e 100644
--- a/sdks/php/src/Model/FaxResponse.php
+++ b/sdks/php/src/Model/FaxResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxResponseTransmission.php b/sdks/php/src/Model/FaxResponseTransmission.php
index 440773960..1a7e4e83b 100644
--- a/sdks/php/src/Model/FaxResponseTransmission.php
+++ b/sdks/php/src/Model/FaxResponseTransmission.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxResponseTransmission implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FaxSendRequest.php b/sdks/php/src/Model/FaxSendRequest.php
index 4923a515a..6bcbf952b 100644
--- a/sdks/php/src/Model/FaxSendRequest.php
+++ b/sdks/php/src/Model/FaxSendRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FaxSendRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FileResponse.php b/sdks/php/src/Model/FileResponse.php
index 82f84a632..3deb3bdb3 100644
--- a/sdks/php/src/Model/FileResponse.php
+++ b/sdks/php/src/Model/FileResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FileResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/FileResponseDataUri.php b/sdks/php/src/Model/FileResponseDataUri.php
index 98e37dda6..a18618abc 100644
--- a/sdks/php/src/Model/FileResponseDataUri.php
+++ b/sdks/php/src/Model/FileResponseDataUri.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class FileResponseDataUri implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ListInfoResponse.php b/sdks/php/src/Model/ListInfoResponse.php
index a036c6d06..0c0fc96fc 100644
--- a/sdks/php/src/Model/ListInfoResponse.php
+++ b/sdks/php/src/Model/ListInfoResponse.php
@@ -39,7 +39,7 @@
* @category Class
* @description Contains pagination information about the data returned.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ListInfoResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/OAuthTokenGenerateRequest.php b/sdks/php/src/Model/OAuthTokenGenerateRequest.php
index c8e76099b..8574b0f61 100644
--- a/sdks/php/src/Model/OAuthTokenGenerateRequest.php
+++ b/sdks/php/src/Model/OAuthTokenGenerateRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class OAuthTokenGenerateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/OAuthTokenRefreshRequest.php b/sdks/php/src/Model/OAuthTokenRefreshRequest.php
index d92365095..01ebaaa9a 100644
--- a/sdks/php/src/Model/OAuthTokenRefreshRequest.php
+++ b/sdks/php/src/Model/OAuthTokenRefreshRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class OAuthTokenRefreshRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/OAuthTokenResponse.php b/sdks/php/src/Model/OAuthTokenResponse.php
index 72b899309..9b87870ab 100644
--- a/sdks/php/src/Model/OAuthTokenResponse.php
+++ b/sdks/php/src/Model/OAuthTokenResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class OAuthTokenResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ReportCreateRequest.php b/sdks/php/src/Model/ReportCreateRequest.php
index 58af6688d..a52ef7b01 100644
--- a/sdks/php/src/Model/ReportCreateRequest.php
+++ b/sdks/php/src/Model/ReportCreateRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ReportCreateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ReportCreateResponse.php b/sdks/php/src/Model/ReportCreateResponse.php
index bc712c962..e6972d57a 100644
--- a/sdks/php/src/Model/ReportCreateResponse.php
+++ b/sdks/php/src/Model/ReportCreateResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ReportCreateResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/ReportResponse.php b/sdks/php/src/Model/ReportResponse.php
index f64b92272..29122ed4e 100644
--- a/sdks/php/src/Model/ReportResponse.php
+++ b/sdks/php/src/Model/ReportResponse.php
@@ -39,7 +39,7 @@
* @category Class
* @description Contains information about the report request.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class ReportResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.php b/sdks/php/src/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.php
index 1874fd232..b5f51a559 100644
--- a/sdks/php/src/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.php
+++ b/sdks/php/src/Model/SignatureRequestBulkCreateEmbeddedWithTemplateRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestBulkCreateEmbeddedWithTemplateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestBulkSendWithTemplateRequest.php b/sdks/php/src/Model/SignatureRequestBulkSendWithTemplateRequest.php
index 1e85b4445..3ad0b37af 100644
--- a/sdks/php/src/Model/SignatureRequestBulkSendWithTemplateRequest.php
+++ b/sdks/php/src/Model/SignatureRequestBulkSendWithTemplateRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestBulkSendWithTemplateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestCreateEmbeddedRequest.php b/sdks/php/src/Model/SignatureRequestCreateEmbeddedRequest.php
index 258d3fdaa..9d1211182 100644
--- a/sdks/php/src/Model/SignatureRequestCreateEmbeddedRequest.php
+++ b/sdks/php/src/Model/SignatureRequestCreateEmbeddedRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestCreateEmbeddedRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.php b/sdks/php/src/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.php
index 4f5b84e26..b90396231 100644
--- a/sdks/php/src/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.php
+++ b/sdks/php/src/Model/SignatureRequestCreateEmbeddedWithTemplateRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestCreateEmbeddedWithTemplateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestEditEmbeddedRequest.php b/sdks/php/src/Model/SignatureRequestEditEmbeddedRequest.php
index 8284fcbb7..3a42283ba 100644
--- a/sdks/php/src/Model/SignatureRequestEditEmbeddedRequest.php
+++ b/sdks/php/src/Model/SignatureRequestEditEmbeddedRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestEditEmbeddedRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestEditEmbeddedWithTemplateRequest.php b/sdks/php/src/Model/SignatureRequestEditEmbeddedWithTemplateRequest.php
index ac58ec089..05fbee5e9 100644
--- a/sdks/php/src/Model/SignatureRequestEditEmbeddedWithTemplateRequest.php
+++ b/sdks/php/src/Model/SignatureRequestEditEmbeddedWithTemplateRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestEditEmbeddedWithTemplateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestEditRequest.php b/sdks/php/src/Model/SignatureRequestEditRequest.php
index 63d91f6c7..7e4fe37d3 100644
--- a/sdks/php/src/Model/SignatureRequestEditRequest.php
+++ b/sdks/php/src/Model/SignatureRequestEditRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestEditRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestEditWithTemplateRequest.php b/sdks/php/src/Model/SignatureRequestEditWithTemplateRequest.php
index c7f839f75..b27cec8ee 100644
--- a/sdks/php/src/Model/SignatureRequestEditWithTemplateRequest.php
+++ b/sdks/php/src/Model/SignatureRequestEditWithTemplateRequest.php
@@ -40,7 +40,7 @@
* @category Class
* @description
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestEditWithTemplateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestGetResponse.php b/sdks/php/src/Model/SignatureRequestGetResponse.php
index d976e4932..341dbe531 100644
--- a/sdks/php/src/Model/SignatureRequestGetResponse.php
+++ b/sdks/php/src/Model/SignatureRequestGetResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestGetResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestListResponse.php b/sdks/php/src/Model/SignatureRequestListResponse.php
index 5d9a26926..f67e7ed94 100644
--- a/sdks/php/src/Model/SignatureRequestListResponse.php
+++ b/sdks/php/src/Model/SignatureRequestListResponse.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestListResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestRemindRequest.php b/sdks/php/src/Model/SignatureRequestRemindRequest.php
index 1c5eaefbd..18e8e89fc 100644
--- a/sdks/php/src/Model/SignatureRequestRemindRequest.php
+++ b/sdks/php/src/Model/SignatureRequestRemindRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestRemindRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestResponse.php b/sdks/php/src/Model/SignatureRequestResponse.php
index 16a8fccf3..6993121e8 100644
--- a/sdks/php/src/Model/SignatureRequestResponse.php
+++ b/sdks/php/src/Model/SignatureRequestResponse.php
@@ -39,7 +39,7 @@
* @category Class
* @description Contains information about a signature request.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponse implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseAttachment.php b/sdks/php/src/Model/SignatureRequestResponseAttachment.php
index 8a91a0b96..4d2c1709b 100644
--- a/sdks/php/src/Model/SignatureRequestResponseAttachment.php
+++ b/sdks/php/src/Model/SignatureRequestResponseAttachment.php
@@ -39,7 +39,7 @@
* @category Class
* @description Signer attachments.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseAttachment implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseCustomFieldBase.php b/sdks/php/src/Model/SignatureRequestResponseCustomFieldBase.php
index 9d88d03f9..ef7c53b14 100644
--- a/sdks/php/src/Model/SignatureRequestResponseCustomFieldBase.php
+++ b/sdks/php/src/Model/SignatureRequestResponseCustomFieldBase.php
@@ -39,7 +39,7 @@
* @category Class
* @description An array of Custom Field objects containing the name and type of each custom field. * Text Field uses `SignatureRequestResponseCustomFieldText` * Checkbox Field uses `SignatureRequestResponseCustomFieldCheckbox`
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseCustomFieldBase implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseCustomFieldCheckbox.php b/sdks/php/src/Model/SignatureRequestResponseCustomFieldCheckbox.php
index 983134b39..644d9b0ed 100644
--- a/sdks/php/src/Model/SignatureRequestResponseCustomFieldCheckbox.php
+++ b/sdks/php/src/Model/SignatureRequestResponseCustomFieldCheckbox.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -37,7 +38,7 @@
* @category Class
* @description This class extends `SignatureRequestResponseCustomFieldBase`.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseCustomFieldCheckbox extends SignatureRequestResponseCustomFieldBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseCustomFieldText.php b/sdks/php/src/Model/SignatureRequestResponseCustomFieldText.php
index 6c4a94396..4bc5e3107 100644
--- a/sdks/php/src/Model/SignatureRequestResponseCustomFieldText.php
+++ b/sdks/php/src/Model/SignatureRequestResponseCustomFieldText.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -37,7 +38,7 @@
* @category Class
* @description This class extends `SignatureRequestResponseCustomFieldBase`.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseCustomFieldText extends SignatureRequestResponseCustomFieldBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataBase.php b/sdks/php/src/Model/SignatureRequestResponseDataBase.php
index 063b8a164..376d10302 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataBase.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataBase.php
@@ -39,7 +39,7 @@
* @category Class
* @description An array of form field objects containing the name, value, and type of each textbox or checkmark field filled in by the signers.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataBase implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueCheckbox.php b/sdks/php/src/Model/SignatureRequestResponseDataValueCheckbox.php
index e295a3a78..514dc1cf5 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueCheckbox.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueCheckbox.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueCheckbox extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueCheckboxMerge.php b/sdks/php/src/Model/SignatureRequestResponseDataValueCheckboxMerge.php
index bb808a601..6d2125da1 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueCheckboxMerge.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueCheckboxMerge.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueCheckboxMerge extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueDateSigned.php b/sdks/php/src/Model/SignatureRequestResponseDataValueDateSigned.php
index b422b6f5f..9de94dbcc 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueDateSigned.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueDateSigned.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueDateSigned extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueDropdown.php b/sdks/php/src/Model/SignatureRequestResponseDataValueDropdown.php
index e91201360..554a523a5 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueDropdown.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueDropdown.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueDropdown extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueInitials.php b/sdks/php/src/Model/SignatureRequestResponseDataValueInitials.php
index 9cd07e08b..1dc12cd21 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueInitials.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueInitials.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueInitials extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueRadio.php b/sdks/php/src/Model/SignatureRequestResponseDataValueRadio.php
index fcd4570eb..a4f6b0013 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueRadio.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueRadio.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueRadio extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueSignature.php b/sdks/php/src/Model/SignatureRequestResponseDataValueSignature.php
index 223ca960f..f166fbc05 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueSignature.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueSignature.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueSignature extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueText.php b/sdks/php/src/Model/SignatureRequestResponseDataValueText.php
index 7c1c97b22..efdc08a8e 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueText.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueText.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueText extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseDataValueTextMerge.php b/sdks/php/src/Model/SignatureRequestResponseDataValueTextMerge.php
index d8ea246f6..ae1221e81 100644
--- a/sdks/php/src/Model/SignatureRequestResponseDataValueTextMerge.php
+++ b/sdks/php/src/Model/SignatureRequestResponseDataValueTextMerge.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -36,7 +37,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseDataValueTextMerge extends SignatureRequestResponseDataBase
{
diff --git a/sdks/php/src/Model/SignatureRequestResponseSignatures.php b/sdks/php/src/Model/SignatureRequestResponseSignatures.php
index fa7653fa2..b8271d499 100644
--- a/sdks/php/src/Model/SignatureRequestResponseSignatures.php
+++ b/sdks/php/src/Model/SignatureRequestResponseSignatures.php
@@ -39,7 +39,7 @@
* @category Class
* @description An array of signature objects, 1 for each signer.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestResponseSignatures implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestSendRequest.php b/sdks/php/src/Model/SignatureRequestSendRequest.php
index ce6a7446e..c1392ed35 100644
--- a/sdks/php/src/Model/SignatureRequestSendRequest.php
+++ b/sdks/php/src/Model/SignatureRequestSendRequest.php
@@ -39,7 +39,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestSendRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestSendWithTemplateRequest.php b/sdks/php/src/Model/SignatureRequestSendWithTemplateRequest.php
index 6f4cd28ff..a353109aa 100644
--- a/sdks/php/src/Model/SignatureRequestSendWithTemplateRequest.php
+++ b/sdks/php/src/Model/SignatureRequestSendWithTemplateRequest.php
@@ -40,7 +40,7 @@
* @category Class
* @description
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestSendWithTemplateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SignatureRequestUpdateRequest.php b/sdks/php/src/Model/SignatureRequestUpdateRequest.php
index c946720ca..dd412e8b1 100644
--- a/sdks/php/src/Model/SignatureRequestUpdateRequest.php
+++ b/sdks/php/src/Model/SignatureRequestUpdateRequest.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SignatureRequestUpdateRequest implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubAttachment.php b/sdks/php/src/Model/SubAttachment.php
index ab6bfb504..0d34a8068 100644
--- a/sdks/php/src/Model/SubAttachment.php
+++ b/sdks/php/src/Model/SubAttachment.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubAttachment implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubBulkSignerList.php b/sdks/php/src/Model/SubBulkSignerList.php
index 1ac8d7818..795441cb3 100644
--- a/sdks/php/src/Model/SubBulkSignerList.php
+++ b/sdks/php/src/Model/SubBulkSignerList.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubBulkSignerList implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubBulkSignerListCustomField.php b/sdks/php/src/Model/SubBulkSignerListCustomField.php
index 1f1580517..c614f52d0 100644
--- a/sdks/php/src/Model/SubBulkSignerListCustomField.php
+++ b/sdks/php/src/Model/SubBulkSignerListCustomField.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubBulkSignerListCustomField implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubCC.php b/sdks/php/src/Model/SubCC.php
index 2febcebb2..a2ddd60af 100644
--- a/sdks/php/src/Model/SubCC.php
+++ b/sdks/php/src/Model/SubCC.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubCC implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubCustomField.php b/sdks/php/src/Model/SubCustomField.php
index 4cf6dddee..6bb11a51e 100644
--- a/sdks/php/src/Model/SubCustomField.php
+++ b/sdks/php/src/Model/SubCustomField.php
@@ -39,7 +39,7 @@
* @category Class
* @description When used together with merge fields, `custom_fields` allows users to add pre-filled data to their signature requests. Pre-filled data can be used with \"send-once\" signature requests by adding merge fields with `form_fields_per_document` or [Text Tags](https://app.hellosign.com/api/textTagsWalkthrough#TextTagIntro) while passing values back with `custom_fields` together in one API call. For using pre-filled on repeatable signature requests, merge fields are added to templates in the Dropbox Sign UI or by calling [/template/create_embedded_draft](/api/reference/operation/templateCreateEmbeddedDraft) and then passing `custom_fields` on subsequent signature requests referencing that template.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubCustomField implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubEditorOptions.php b/sdks/php/src/Model/SubEditorOptions.php
index dc6d1e59a..82cd02d9a 100644
--- a/sdks/php/src/Model/SubEditorOptions.php
+++ b/sdks/php/src/Model/SubEditorOptions.php
@@ -39,7 +39,7 @@
* @category Class
* @description This allows the requester to specify editor options when a preparing a document
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubEditorOptions implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubFieldOptions.php b/sdks/php/src/Model/SubFieldOptions.php
index a74afbd7b..3fa684abe 100644
--- a/sdks/php/src/Model/SubFieldOptions.php
+++ b/sdks/php/src/Model/SubFieldOptions.php
@@ -39,7 +39,7 @@
* @category Class
* @description This allows the requester to specify field options for a signature request.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubFieldOptions implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubFormFieldGroup.php b/sdks/php/src/Model/SubFormFieldGroup.php
index ba06d9be9..d9a8d0dbf 100644
--- a/sdks/php/src/Model/SubFormFieldGroup.php
+++ b/sdks/php/src/Model/SubFormFieldGroup.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubFormFieldGroup implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubFormFieldRule.php b/sdks/php/src/Model/SubFormFieldRule.php
index 41c47e642..0f42be213 100644
--- a/sdks/php/src/Model/SubFormFieldRule.php
+++ b/sdks/php/src/Model/SubFormFieldRule.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubFormFieldRule implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubFormFieldRuleAction.php b/sdks/php/src/Model/SubFormFieldRuleAction.php
index 39e7c0c87..cb9926586 100644
--- a/sdks/php/src/Model/SubFormFieldRuleAction.php
+++ b/sdks/php/src/Model/SubFormFieldRuleAction.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubFormFieldRuleAction implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubFormFieldRuleTrigger.php b/sdks/php/src/Model/SubFormFieldRuleTrigger.php
index 75fecd35c..9ca39534f 100644
--- a/sdks/php/src/Model/SubFormFieldRuleTrigger.php
+++ b/sdks/php/src/Model/SubFormFieldRuleTrigger.php
@@ -38,7 +38,7 @@
*
* @category Class
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubFormFieldRuleTrigger implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubFormFieldsPerDocumentBase.php b/sdks/php/src/Model/SubFormFieldsPerDocumentBase.php
index 085791ea9..c80d788e9 100644
--- a/sdks/php/src/Model/SubFormFieldsPerDocumentBase.php
+++ b/sdks/php/src/Model/SubFormFieldsPerDocumentBase.php
@@ -39,7 +39,7 @@
* @category Class
* @description The fields that should appear on the document, expressed as an array of objects. (For more details you can read about it here: [Using Form Fields per Document](/docs/openapi/form-fields-per-document).) **NOTE:** Fields like **text**, **dropdown**, **checkbox**, **radio**, and **hyperlink** have additional required and optional parameters. Check out the list of [additional parameters](/api/reference/constants/#form-fields-per-document) for these field types. * Text Field use `SubFormFieldsPerDocumentText` * Dropdown Field use `SubFormFieldsPerDocumentDropdown` * Hyperlink Field use `SubFormFieldsPerDocumentHyperlink` * Checkbox Field use `SubFormFieldsPerDocumentCheckbox` * Radio Field use `SubFormFieldsPerDocumentRadio` * Signature Field use `SubFormFieldsPerDocumentSignature` * Date Signed Field use `SubFormFieldsPerDocumentDateSigned` * Initials Field use `SubFormFieldsPerDocumentInitials` * Text Merge Field use `SubFormFieldsPerDocumentTextMerge` * Checkbox Merge Field use `SubFormFieldsPerDocumentCheckboxMerge`
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubFormFieldsPerDocumentBase implements ModelInterface, ArrayAccess, JsonSerializable
{
diff --git a/sdks/php/src/Model/SubFormFieldsPerDocumentCheckbox.php b/sdks/php/src/Model/SubFormFieldsPerDocumentCheckbox.php
index c7610dfe4..228dfadc2 100644
--- a/sdks/php/src/Model/SubFormFieldsPerDocumentCheckbox.php
+++ b/sdks/php/src/Model/SubFormFieldsPerDocumentCheckbox.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -37,7 +38,7 @@
* @category Class
* @description This class extends `SubFormFieldsPerDocumentBase`.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess
*/
class SubFormFieldsPerDocumentCheckbox extends SubFormFieldsPerDocumentBase
{
diff --git a/sdks/php/src/Model/SubFormFieldsPerDocumentCheckboxMerge.php b/sdks/php/src/Model/SubFormFieldsPerDocumentCheckboxMerge.php
index 24ddfbfdd..9f60bf61c 100644
--- a/sdks/php/src/Model/SubFormFieldsPerDocumentCheckboxMerge.php
+++ b/sdks/php/src/Model/SubFormFieldsPerDocumentCheckboxMerge.php
@@ -27,6 +27,7 @@
namespace Dropbox\Sign\Model;
+use ArrayAccess;
use Dropbox\Sign\ObjectSerializer;
use InvalidArgumentException;
use ReturnTypeWillChange;
@@ -37,7 +38,7 @@
* @category Class
* @description This class extends `SubFormFieldsPerDocumentBase`.
* @see https://openapi-generator.tech
- * @implements \ArrayAccess
+ * @implements ArrayAccess