docusign-rooms
Advanced tools
Comparing version 1.1.0 to 1.2.0-rc1
@@ -5,10 +5,7 @@ # DocuSign Node Client Changelog | ||
## [v1.1.0] - Rooms API v2-1.0.8 | ||
## [1.2.0-rc1] - Rooms API v2-1.0.9 - 2021-10-04 | ||
### Changed | ||
- Added support for version v2-1.0.8 of the DocuSign Rooms API. | ||
- Added support for version v2-1.0.9 of the DocuSign Rooms API. | ||
- Updated the SDK release version. | ||
## [v1.0.0] - Rooms API v2-1.0.7 | ||
### Changed | ||
- First GA version of DocuSign Rooms API. | ||
@@ -15,0 +12,0 @@ ## [v1.0.0-beta] - Rooms API v2-1.0.7 |
{ | ||
"name": "docusign-rooms", | ||
"version": "1.1.0", | ||
"version": "1.2.0-rc1", | ||
"description": "DocuSign Node.js API client.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -64,3 +64,4 @@ /** | ||
* Get information about the account. | ||
* @param {String} accountId | ||
* Returns details about a company account. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {module:api/AccountsApi~getAccountInformationCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -95,3 +96,3 @@ * data is of type: {@link module:model/AccountSummary} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -98,0 +99,0 @@ var returnType = AccountSummary; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid activity types. | ||
* Retrieves the list of valid activity types. | ||
* @param {module:api/ActivityTypesApi~getActivityTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalActivityTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalActivityTypes; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid closing statuses. | ||
* Returns a list of closing statuses, or valid reasons for closing a room. | ||
* @param {module:api/ClosingStatusesApi~getClosingStatusesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalClosingStatuses} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalClosingStatuses; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid contact sides. | ||
* Returns a list of valid contact sides. | ||
* @param {module:api/ContactSidesApi~getContactSidesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalContactSides} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalContactSides; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid countries. | ||
* Returns a list of countries that the API supports | ||
* @param {module:api/CountriesApi~getCountriesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalCountries} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalCountries; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid currencies. | ||
* Returns a list of valid values for the currencies that you can use for listing, offer, and loan amounts. | ||
* @param {module:api/CurrenciesApi~getCurrenciesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalCurrencies} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalCurrencies; |
@@ -64,4 +64,5 @@ /** | ||
* Grants access to a document for a user. | ||
* @param {String} accountId | ||
* @param {Number} documentId | ||
* Grants a user access to a document. You specify the user's `userId` in the request body. The response is an object that specifies the access the user has. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} documentId The id of the document. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -132,4 +133,5 @@ * @param {module:model/DocumentUserForCreate} optsOrCallback.body | ||
* Deletes a document. | ||
* @param {String} accountId | ||
* @param {Number} documentId | ||
* Permanently deletes a document. To find the `documentId` of a document that you want to delete, use the Rooms::GetDocuments method.\n\nIf the document is deleted successfully, the HTTP response code is 204 (No Content), so the response body is empty. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} documentId The ID of the document. | ||
* @param {module:api/DocumentsApi~deleteDocumentCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -169,3 +171,3 @@ */ | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -191,6 +193,7 @@ var returnType = null; | ||
* Get information about the Document with the given DocumentId. | ||
* @param {String} accountId | ||
* @param {Number} documentId | ||
* Returns information about a document in a room. You can optionally request the contents of the document, which is returned in base64-encoded format.\n\nTo find the `documentId` of the document that you want to retrieve, use the Rooms::GetDocuments method. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} documentId The id of the document. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {Boolean} optsOrCallback.includeContents (default to false) | ||
* @param {Boolean} optsOrCallback.includeContents When set to **true**, includes the contents of the document in the `base64Contents` property of the response. The default value is **false**. (default to false) | ||
* @param {module:api/DocumentsApi~getDocumentCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -239,3 +242,3 @@ * data is of type: {@link module:model/Document} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -242,0 +245,0 @@ var returnType = Document; |
@@ -64,3 +64,4 @@ /** | ||
* Gets permission profiles from the associated eSign account. | ||
* @param {String} accountId | ||
* When you create or invite a new member in Rooms, the system creates an eSignature account for the member at the same time. This method returns a list of the eSignature permission profiles that the current user may be able to assign to a new member. The current user may not assign a permission higher than their own permission. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {module:api/ESignPermissionProfilesApi~getESignPermissionProfilesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -95,3 +96,3 @@ * data is of type: {@link module:model/ESignPermissionProfileList} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -98,0 +99,0 @@ var returnType = ESignPermissionProfileList; |
@@ -64,3 +64,4 @@ /** | ||
* Creates an external form fill session. | ||
* @param {String} accountId | ||
* Returns a URL for a new external form fill session, based on the `roomId` and `formId` that you specify in the `formFillSessionForCreate` request body. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -67,0 +68,0 @@ * @param {module:model/ExternalFormFillSessionForCreate} optsOrCallback.body |
@@ -64,6 +64,7 @@ /** | ||
* Get details of a specific field set. | ||
* @param {String} accountId | ||
* @param {String} fieldSetId | ||
* Get details of a specific field set. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} fieldSetId The id of the field set. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {Array.<module:model/String>} optsOrCallback.fieldsCustomDataFilters | ||
* @param {Array.<module:model/String>} optsOrCallback.fieldsCustomDataFilters A comma-separated list that limits the fields to return:\\n\\n- `IsRequiredOnCreate`: include fields that are required in room creation.\\n- `IsRequiredOnSubmit`: include fields that are required when submitting a room for review.\\n | ||
* @param {module:api/FieldsApi~getFieldSetCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -112,3 +113,3 @@ * data is of type: {@link module:model/FieldSet} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -115,0 +116,0 @@ var returnType = FieldSet; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid financing types. | ||
* Returns a list of possible financing types | ||
* @param {module:api/FinancingTypesApi~getFinancingTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalFinancingTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalFinancingTypes; |
@@ -64,3 +64,4 @@ /** | ||
* Gets form based on Id. | ||
* @param {String} accountId | ||
* Returns details about a specific form, such as the date it was created and last updated, the number of pages, the form owner, and other information. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formId Form ID | ||
@@ -102,3 +103,3 @@ * @param {module:api/FormDetailsApi~getFormDetailsCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -105,0 +106,0 @@ var returnType = FormDetails; |
@@ -64,4 +64,5 @@ /** | ||
* Assigns a form to a form group. | ||
* @param {String} accountId | ||
* @param {String} formGroupId | ||
* Assigns the form specified in the `formId` property of the request to the form group `formGroupId`. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formGroupId The ID of the form group. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -132,3 +133,4 @@ * @param {module:model/FormGroupFormToAssign} optsOrCallback.body | ||
* Creates a form group. | ||
* @param {String} accountId | ||
* Creates a new form group with the name given in the `name` property of the request body. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -193,4 +195,5 @@ * @param {module:model/FormGroupForCreate} optsOrCallback.body | ||
* Deletes a form group. | ||
* @param {String} accountId | ||
* @param {String} formGroupId | ||
* Deletes the specified form group. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formGroupId The ID of the form group. | ||
* @param {module:api/FormGroupsApi~deleteFormGroupCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -230,3 +233,3 @@ */ | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -252,4 +255,5 @@ var returnType = null; | ||
* Gets a form group. | ||
* @param {String} accountId | ||
* @param {String} formGroupId | ||
* Get the specified form group. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formGroupId The ID of the form group. | ||
* @param {module:api/FormGroupsApi~getFormGroupCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -290,3 +294,3 @@ * data is of type: {@link module:model/FormGroup} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -312,3 +316,4 @@ var returnType = FormGroup; | ||
* Get account Form Groups. | ||
* @param {String} accountId | ||
* Returns the company form groups to which the current user has access. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -355,3 +360,3 @@ * @param {Number} optsOrCallback.count Number of Form Groups to include in the response, (Default 100). (default to 100) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -377,5 +382,6 @@ var returnType = FormGroupSummaryList; | ||
* Assign office to a form group so the specified office has access to the form group. | ||
* @param {String} accountId | ||
* @param {String} formGroupId | ||
* @param {Number} officeId | ||
* "Grants the office `officeId` access to the form group `formGroupId`. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formGroupId The ID of the form group. | ||
* @param {Number} officeId The id of the office. This is the id that the system generated when you created the office. | ||
* @param {module:api/FormGroupsApi~grantOfficeAccessToFormGroupCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -421,3 +427,3 @@ */ | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -443,5 +449,6 @@ var returnType = null; | ||
* Removes a form from a form group. | ||
* @param {String} accountId | ||
* @param {String} formGroupId | ||
* @param {String} formId | ||
* Removes the form `formId` from the form group `formGroupId`. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formGroupId The ID of the form group. | ||
* @param {String} formId The id of the form. | ||
* @param {module:api/FormGroupsApi~removeFormGroupFormCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -487,3 +494,3 @@ */ | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -509,4 +516,5 @@ var returnType = null; | ||
* Renames a form group. | ||
* @param {String} accountId | ||
* @param {String} formGroupId | ||
* Renames the specified form group with the name given in the `name` property of the request. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formGroupId The ID of the form group. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -577,5 +585,6 @@ * @param {module:model/FormGroupForUpdate} optsOrCallback.body | ||
* Remove office to a form group so the specified office doesn't have access to the form group. | ||
* @param {String} accountId | ||
* @param {String} formGroupId | ||
* @param {Number} officeId | ||
* Revoke access to the form group `formGroupId` from the office `officeId`. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formGroupId The ID of the form group. | ||
* @param {Number} officeId The id of the office. This is the id that the system generated when you created the office. | ||
* @param {module:api/FormGroupsApi~revokeOfficeAccessFromFormGroupCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -621,3 +630,3 @@ */ | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -624,0 +633,0 @@ var returnType = null; |
@@ -64,3 +64,4 @@ /** | ||
* Gets a paged list of forms libraries. | ||
* @param {String} accountId | ||
* Returns a list of form libraries to which the current user has access. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -107,3 +108,3 @@ * @param {Number} optsOrCallback.count Default value is 100 and max value is 100 (default to 100) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -129,3 +130,4 @@ var returnType = FormLibrarySummaryList; | ||
* Gets a paged list of forms in a forms library. | ||
* @param {String} accountId | ||
* Returns a list of forms to which the current user has access in the specified form library. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {String} formLibraryId Library Id | ||
@@ -179,3 +181,3 @@ * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -182,0 +184,0 @@ var returnType = FormSummaryList; |
@@ -64,3 +64,4 @@ /** | ||
* Create an office. | ||
* @param {String} accountId | ||
* Create an office. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -125,3 +126,4 @@ * @param {module:model/OfficeForCreate} optsOrCallback.body | ||
* Delete an office. | ||
* @param {String} accountId | ||
* This method deletes an office from a Rooms account. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} officeId | ||
@@ -162,3 +164,3 @@ * @param {module:api/OfficesApi~deleteOfficeCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -184,4 +186,5 @@ var returnType = null; | ||
* Get information about the office with the given officeId. | ||
* @param {String} accountId | ||
* @param {Number} officeId | ||
* Get information about the office with the given officeId. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} officeId The id of the office. | ||
* @param {module:api/OfficesApi~getOfficeCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -222,3 +225,3 @@ * data is of type: {@link module:model/Office} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -243,4 +246,5 @@ var returnType = Office; | ||
/** | ||
* Get all | ||
* @param {String} accountId | ||
* Get all offices. | ||
* This method returns a list of offices associated with an account. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -291,3 +295,3 @@ * @param {Number} optsOrCallback.count Number of offices to include in the response, (Default 100) (default to 100) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -313,3 +317,4 @@ var returnType = OfficeSummaryList; | ||
* Lists the number of objects of each type that reference the office. | ||
* @param {String} accountId | ||
* This method returns a list of each type of object and the number of objects of that type referencing the specified office. Note that an office cannot be deleted while existing objects reference it. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} officeId | ||
@@ -351,3 +356,3 @@ * @param {module:api/OfficesApi~getReferenceCountsCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -354,0 +359,0 @@ var returnType = OfficeReferenceCountList; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid origins of leads. | ||
* Returns a list of origins of leads (such as Trulia or Zillow) that you can specify for rooms. | ||
* @param {module:api/OriginsOfLeadsApi~getOriginsOfLeadsCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalOriginsOfLeads} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalOriginsOfLeads; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid property types. | ||
* Returns a list of property types. | ||
* @param {module:api/PropertyTypesApi~getPropertyTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalPropertyTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalPropertyTypes; |
@@ -64,3 +64,4 @@ /** | ||
* Creates a new region for a company | ||
* @param {String} accountId | ||
* Creates a new region for a company | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -125,3 +126,4 @@ * @param {module:model/Region} optsOrCallback.body | ||
* Delete a region. | ||
* @param {String} accountId | ||
* Delete a region. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} regionId Id of the desired region | ||
@@ -162,3 +164,3 @@ * @param {module:api/RegionsApi~deleteRegionCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -184,3 +186,4 @@ var returnType = null; | ||
* Get information about the region with the given regionId | ||
* @param {String} accountId | ||
* Get information about the region with the given regionId | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} regionId Id of the desired region | ||
@@ -222,3 +225,3 @@ * @param {module:api/RegionsApi~getRegionCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -244,3 +247,4 @@ var returnType = Region; | ||
* Get region reference counts. | ||
* @param {String} accountId | ||
* This method returns a list of each type of object and the number of objects of that type referencing the specified region. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} regionId Id of the desired region | ||
@@ -282,3 +286,3 @@ * @param {module:api/RegionsApi~getRegionReferenceCountsCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -303,4 +307,5 @@ var returnType = RegionReferenceCountList; | ||
/** | ||
* Get account | ||
* @param {String} accountId | ||
* Get account regions. | ||
* Returns a list of regions that are associated with a Rooms account. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -349,3 +354,3 @@ * @param {Number} optsOrCallback.count Number of regions to include in the response, (Default 100). (default to 100) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -352,0 +357,0 @@ var returnType = RegionSummaryList; |
@@ -64,3 +64,4 @@ /** | ||
* Creates a role. | ||
* @param {String} accountId | ||
* Creates a new company role in Rooms | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -125,4 +126,5 @@ * @param {module:model/RoleForCreate} optsOrCallback.body | ||
* Deletes the role with the given roleId. | ||
* @param {String} accountId | ||
* @param {Number} roleId | ||
* Deletes a role from a company account in Rooms | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roleId The id of the role. | ||
* @param {module:api/RolesApi~deleteRoleCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -162,3 +164,3 @@ */ | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -184,6 +186,7 @@ var returnType = null; | ||
* Get information about the role with the given roleId. | ||
* @param {String} accountId | ||
* @param {Number} roleId | ||
* Get information about the role with the given roleId. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roleId The id of the role. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {Boolean} optsOrCallback.includeIsAssigned (default to false) | ||
* @param {Boolean} optsOrCallback.includeIsAssigned When set to true, the response includes the `isAssigned` property, which specifies whether the role is currently assigned to any users. The default is false. (default to false) | ||
* @param {module:api/RolesApi~getRoleCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -232,3 +235,3 @@ * data is of type: {@link module:model/Role} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -254,8 +257,10 @@ var returnType = Role; | ||
* Gets a paged-list of roles in your company | ||
* @param {String} accountId | ||
* Returns a list of roles associated with a company account | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {Boolean} optsOrCallback.onlyAssignable (default to false) | ||
* @param {String} optsOrCallback.filter | ||
* @param {Number} optsOrCallback.startPosition (default to 0) | ||
* @param {Number} optsOrCallback.count (default to 100) | ||
* @param {Boolean} optsOrCallback.onlyAssignable Returns assignable roles based on calling user's company permissions. DEPRECATED: Please use filterContext parameter to get the assignable roles. AssignableRolesBasedOnCompanyPermissions returns same results as onlyAssignable=true (default to false) | ||
* @param {module:model/String} optsOrCallback.filterContext Attribute establishing filter context for roles being returned - AllRoles, AssignableRolesBasedOnCompanyPermissions, AssignableRolesBasedOnAllPermissions | ||
* @param {String} optsOrCallback.filter A search filter that returns roles by the beginning of the role name. You can enter the beginning of the role name only to return all of the roles that begin with the text that you entered. | ||
* @param {Number} optsOrCallback.startPosition The starting zero-based index position of the result set. The default value is 0. (default to 0) | ||
* @param {Number} optsOrCallback.count The number of results to return. This value must be a number between `1` and `100` (default). (default to 100) | ||
* @param {module:api/RolesApi~getRolesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -291,2 +296,3 @@ * data is of type: {@link module:model/RoleSummaryList} | ||
'onlyAssignable': optsOrCallback['onlyAssignable'], | ||
'filterContext': optsOrCallback['filterContext'], | ||
'filter': optsOrCallback['filter'], | ||
@@ -302,3 +308,3 @@ 'startPosition': optsOrCallback['startPosition'], | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -324,4 +330,5 @@ var returnType = RoleSummaryList; | ||
* Updates the role with the given roleId. | ||
* @param {String} accountId | ||
* @param {Number} roleId | ||
* Updates the role with the given roleId. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roleId The id of the role. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -328,0 +335,0 @@ * @param {module:model/RoleForUpdate} optsOrCallback.body |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid room contact types. | ||
* Returns a list of room contact types, such as Buyer, Seller, and Listing Agent. | ||
* @param {module:api/RoomContactTypesApi~getRoomContactTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalRoomContactTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalRoomContactTypes; |
@@ -64,3 +64,4 @@ /** | ||
* Gets room folders accessible to the calling user. | ||
* @param {String} accountId | ||
* Gets a list of room folders in the specified room that are accessible to the current user. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The room id from which to retrieve folders. | ||
@@ -114,3 +115,3 @@ * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -117,0 +118,0 @@ var returnType = RoomFolderList; |
@@ -63,5 +63,6 @@ /** | ||
/** | ||
* Add a document to a | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* Add a document to a room. | ||
* Add a document to a room | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -132,4 +133,5 @@ * @param {module:model/Document} optsOrCallback.body | ||
* Add a document to a room via file contents upload. | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* This method uploads the contents of file as a room document for the room that you specify. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -201,3 +203,4 @@ * @param {Object} optsOrCallback.file | ||
* Adds a DocuSign Form to a room | ||
* @param {String} accountId | ||
* Adds a form to a room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId Id of the room to which the DocuSign Form is being added | ||
@@ -269,3 +272,4 @@ * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* Creates a new Room | ||
* @param {String} accountId | ||
* Creates a new Room | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -330,3 +334,4 @@ * @param {module:model/RoomForCreate} optsOrCallback.body | ||
* Deletes the room having the given room ID. | ||
* @param {String} accountId | ||
* Deletes the room having the given room ID. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId ID of the room to be deleted. | ||
@@ -367,3 +372,3 @@ * @param {module:api/RoomsApi~deleteRoomCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -389,9 +394,10 @@ var returnType = null; | ||
* Returns the roles for which the calling user, based on their role within the room, can assign to invitees. | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* This method returns the room-level roles that the current user can assign to the members that they invite to a room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {String} optsOrCallback.assigneeEmail Optional parameter indicating to only return roles (internal/external) assignable to this user. | ||
* @param {String} optsOrCallback.filter | ||
* @param {Number} optsOrCallback.startPosition (default to 0) | ||
* @param {Number} optsOrCallback.count (default to 100) | ||
* @param {String} optsOrCallback.filter A search filter that returns assignable roles by the beginning of the role name. | ||
* @param {Number} optsOrCallback.startPosition The index position within the total result set from which to start returning values. The default value is `0`. (default to 0) | ||
* @param {Number} optsOrCallback.count The number of results to return. This value must be a number between `1` and `100` (default). (default to 100) | ||
* @param {module:api/RoomsApi~getAssignableRolesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -443,3 +449,3 @@ * data is of type: {@link module:model/AssignableRoles} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -465,7 +471,12 @@ var returnType = AssignableRoles; | ||
* Get documents in the room accessible to the calling user. | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* This method returns a list of documents that the current user can access for a specific room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {Number} optsOrCallback.count Number of documents to return. Defaults to the maximum which is 100. (default to 100) | ||
* @param {Number} optsOrCallback.startPosition Position of the first item in the total results. Defaults to 0. (default to 0) | ||
* @param {Boolean} optsOrCallback.requireContentForDynamicDocuments Filter out any isDynamic documents without content. Defaults to false. (default to false) | ||
* @param {Number} optsOrCallback.roomFolderId Filter documents by folderId. Defaults to null, to not filter on folderId. | ||
* @param {String} optsOrCallback.nameFilter Filter documents where Name contains the filter. Defaults to null, to not filter. | ||
* @param {Boolean} optsOrCallback.includeArchived Filter documents to have the same isArchived value as includeArchived. Defaults to true, to include archived documents. (default to true) | ||
* @param {module:api/RoomsApi~getDocumentsCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -507,3 +518,7 @@ * data is of type: {@link module:model/RoomDocumentList} | ||
'count': optsOrCallback['count'], | ||
'startPosition': optsOrCallback['startPosition'] | ||
'startPosition': optsOrCallback['startPosition'], | ||
'requireContentForDynamicDocuments': optsOrCallback['requireContentForDynamicDocuments'], | ||
'roomFolderId': optsOrCallback['roomFolderId'], | ||
'nameFilter': optsOrCallback['nameFilter'], | ||
'includeArchived': optsOrCallback['includeArchived'] | ||
}; | ||
@@ -516,3 +531,3 @@ var headerParams = { | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -537,5 +552,6 @@ var returnType = RoomDocumentList; | ||
/** | ||
* Gets information about the given | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* Gets information about the given room. | ||
* Returns details about the given room | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -586,3 +602,3 @@ * @param {Boolean} optsOrCallback.includeFieldData Indicates if field data (a.k.a., room details) should be included in the response. Defaults to false. (default to false) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -608,4 +624,5 @@ var returnType = Room; | ||
* Returns the FieldData associated with the provided roomId. | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* Returns the field data associated with a room. This is the information that appears on the room's **Details** tab. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {module:api/RoomsApi~getRoomFieldDataCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -646,3 +663,3 @@ * data is of type: {@link module:model/FieldData} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -667,5 +684,6 @@ var returnType = FieldData; | ||
/** | ||
* Gets the field set associated with the | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* Gets the field set associated with the room. | ||
* Returns the field set that a room uses. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {module:api/RoomsApi~getRoomFieldSetCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -706,3 +724,3 @@ * data is of type: {@link module:model/FieldSet} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -727,5 +745,6 @@ var returnType = FieldSet; | ||
/** | ||
* Retrieves the list of users in the given | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* Retrieves the list of users in the given room. | ||
* This method returns a list of users associated with a room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -782,3 +801,3 @@ * @param {Number} optsOrCallback.count Number of room users to return. Defaults to the maximum which is 100. (default to 100) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -804,3 +823,4 @@ var returnType = RoomUsersResult; | ||
* Gets rooms available to the calling user. | ||
* @param {String} accountId | ||
* Gets rooms available to the calling user | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -859,3 +879,3 @@ * @param {Number} optsOrCallback.count Number of rooms to return. Defaults to the maximum which is 100. (default to 100) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -881,4 +901,5 @@ var returnType = RoomSummaryList; | ||
* Invites a user to the room by email address. | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* This method invites an existing or new member to a specific room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -949,5 +970,6 @@ * @param {module:model/RoomInvite} optsOrCallback.body | ||
* Updates the specified user's role and transaction side. | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* @param {Number} userId | ||
* Updates the specified user's role and transaction side. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Number} userId The id of the user to update. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -1023,4 +1045,5 @@ * @param {module:model/RoomUserForUpdate} optsOrCallback.body | ||
/** | ||
* Restores the specified user's access to the | ||
* @param {String} accountId | ||
* Restores the specified user's access to the room. | ||
* Restores the specified user's access to the room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The room Id to restore access | ||
@@ -1068,3 +1091,3 @@ * @param {Number} userId The user Id getting restored to the room | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -1089,4 +1112,5 @@ var returnType = null; | ||
/** | ||
* Revokes the specified user's access to the | ||
* @param {String} accountId | ||
* Revokes the specified user's access to the room. | ||
* Revokes the specified user's access to the room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The room Id to revoke access from | ||
@@ -1163,5 +1187,5 @@ * @param {Number} userId The user Id getting revoked from the room | ||
/** | ||
* Update the picture for a | ||
* Update the picture for a room. | ||
* This endpoint supports the following content types, application/json as JSON PictureForUpdate{"fileName":"string", "Base64Contents":"string"}, multipart/formdata and any other streamed binary content type (as long as either query parameter fileName or request header ContentDisposition filename is included). | ||
* @param {String} accountId | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId ID of the room the picture is for. | ||
@@ -1234,4 +1258,5 @@ * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* Updates room field data. | ||
* @param {String} accountId | ||
* @param {Number} roomId | ||
* Updates room field data. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId The id of the room. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -1238,0 +1263,0 @@ * @param {module:model/FieldDataForUpdate} optsOrCallback.body |
@@ -64,5 +64,6 @@ /** | ||
* Returns all room templates that the active user has access to | ||
* @param {String} accountId | ||
* This method returns a list of room templates that the user can use to create a new room. The response includes company and region-level templates | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {Number} optsOrCallback.officeId Get all room templates you have access to for this office. Response includes Company and Region level If onlyAssignable is true, and no officeId is provided, user's default office is assumed. | ||
* @param {Number} optsOrCallback.officeId Get all room templates you have access to for this office. Response includes Company and Region level templates. If onlyAssignable is true, and no officeId is provided, user's default office is assumed. | ||
* @param {Boolean} optsOrCallback.onlyAssignable Get list of templates you have access to. Default value false. (default to false) | ||
@@ -113,3 +114,3 @@ * @param {Boolean} optsOrCallback.onlyEnabled When set to true, only returns room templates that are not disabled. (default to true) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -116,0 +117,0 @@ var returnType = RoomTemplatesSummaryList; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid seller decision types. | ||
* Returns a list of valid seller decision types. | ||
* @param {module:api/SellerDecisionTypesApi~getSellerDecisionTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalSellerDecisionTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalSellerDecisionTypes; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid special circumstance types. | ||
* Returns a list of special circumstance types | ||
* @param {module:api/SpecialCircumstanceTypesApi~getSpecialCircumstanceTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalSpecialCircumstanceTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalSpecialCircumstanceTypes; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid states. | ||
* Returns a list of states. | ||
* @param {module:api/StatesApi~getStatesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalStates} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalStates; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid task date types. | ||
* Returns a list of date types that you can use with tasks, such as `Actual Close Date` and `Task Due Date` | ||
* @param {module:api/TaskDateTypesApi~getTaskDateTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalTaskDateTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalTaskDateTypes; |
@@ -64,3 +64,4 @@ /** | ||
* Add a task list to a room based on a task list template. | ||
* @param {String} accountId | ||
* Applies a task list to a room, based on the `taskTemplateId` that you specify in the `taskList` request body. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId Room ID. | ||
@@ -131,4 +132,5 @@ * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
/** | ||
* Deletes a task list. If there are attached documents they will remain in the associated | ||
* @param {String} accountId | ||
* Deletes a task list. If there are attached documents they will remain in the associated room. | ||
* Deletes the specified task list from a room. If there are attached documents, they will remain in the associated room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} taskListId Task List ID | ||
@@ -169,3 +171,3 @@ * @param {module:api/TaskListsApi~deleteTaskListCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -190,4 +192,5 @@ var returnType = null; | ||
/** | ||
* Returns the summary for all viewable task lists in a | ||
* @param {String} accountId | ||
* Returns the summary for all viewable task lists in a room. | ||
* Returns the task lists associated with a room. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} roomId Room ID | ||
@@ -229,3 +232,3 @@ * @param {module:api/TaskListsApi~getTaskListsCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -232,0 +235,0 @@ var returnType = TaskListSummaryList; |
@@ -64,6 +64,7 @@ /** | ||
* Returns all task list templates for the company of the active user. | ||
* @param {String} accountId | ||
* Returns all task list templates for the company of the active user. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* @param {Number} optsOrCallback.startPosition (default to 0) | ||
* @param {Number} optsOrCallback.count (default to 100) | ||
* @param {Number} optsOrCallback.startPosition The starting zero-based index position from which to start returning values. The default is `0`. (default to 0) | ||
* @param {Number} optsOrCallback.count The number of results to return. This value must be a number between `1` and `100` (default). (default to 100) | ||
* @param {module:api/TaskListTemplatesApi~getTaskListTemplatesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -107,3 +108,3 @@ * data is of type: {@link module:model/TaskListTemplateList} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -110,0 +111,0 @@ var returnType = TaskListTemplateList; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid task responsibility types. | ||
* Returns a list of responsibility types that you can assign to users when you add them to a task. | ||
* @param {module:api/TaskResponsibilityTypesApi~getTaskResponsibilityTypesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalTaskResponsibilityTypes} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalTaskResponsibilityTypes; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid task statuses. | ||
* Returns a list of valid task statuses. | ||
* @param {module:api/TaskStatusesApi~getTaskStatusesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalTaskStatuses} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalTaskStatuses; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid time zones. | ||
* Gets a list of time zones that you can assign to an office. | ||
* @param {module:api/TimeZonesApi~getTimeZonesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalTimeZones} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalTimeZones; |
@@ -64,2 +64,3 @@ /** | ||
* Retrieves the list of valid transaction sides. | ||
* Returns a list of valid transaction sides. | ||
* @param {module:api/TransactionSidesApi~getTransactionSidesCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -88,3 +89,3 @@ * data is of type: {@link module:model/GlobalTransactionSides} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -91,0 +92,0 @@ var returnType = GlobalTransactionSides; |
@@ -64,4 +64,5 @@ /** | ||
* Adds the user to the designated office. | ||
* @param {String} accountId | ||
* @param {Number} userId | ||
* Adds the user to the designated office. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId The id of the user. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -131,4 +132,5 @@ * @param {module:model/DesignatedOffice} optsOrCallback.body | ||
* Adds the user to the designated region. | ||
* @param {String} accountId | ||
* @param {Number} userId | ||
* Adds the user to the designated region. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId The id of the user. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -198,4 +200,5 @@ * @param {module:model/DesignatedRegion} optsOrCallback.body | ||
* Retrieves user information for the user having the given UserId. | ||
* @param {String} accountId | ||
* @param {Number} userId | ||
* Retrieves user information for the user having the given UserId. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId The id of the user. | ||
* @param {module:api/UsersApi~getUserCallback} callback The callback function, accepting three arguments: error, data, response | ||
@@ -236,3 +239,3 @@ * data is of type: {@link module:model/User} | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -257,5 +260,5 @@ var returnType = User; | ||
/** | ||
* Gets a paged-list of | ||
* Gets a paged-list of users. | ||
* Retrieves a paged-list of Company Users in the User's company using the given filter and sort parameters. | ||
* @param {String} accountId | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -269,3 +272,3 @@ * @param {String} optsOrCallback.filter Filters by name and email | ||
* @param {module:model/String} optsOrCallback.status Valid values are 'Active', 'Pending' | ||
* @param {Boolean} optsOrCallback.lockedOnly | ||
* @param {Boolean} optsOrCallback.lockedOnly When set to true, filters for users whose accounts are locked | ||
* @param {Number} optsOrCallback.startPosition Defaults to 0 (default to 0) | ||
@@ -319,3 +322,3 @@ * @param {Number} optsOrCallback.count Defaults to 100. Must be less than or equal to 100 (default to 100) | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -341,3 +344,4 @@ var returnType = UserSummaryList; | ||
* CLASSIC COMPANY ONLY. Send an invitation to join the company as an admin. | ||
* @param {String} accountId | ||
* Invites a new user to join a company account on Rooms Version 5 as an Admin. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -402,3 +406,4 @@ * @param {module:model/ClassicAdminToInvite} optsOrCallback.body | ||
* CLASSIC COMPANY ONLY. Send an invitation to join the company as an agent. | ||
* @param {String} accountId | ||
* Invites a new user to join a company account on Rooms Version 5 as an Agent. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -463,3 +468,4 @@ * @param {module:model/ClassicAgentToInvite} optsOrCallback.body | ||
* CLASSIC COMPANY ONLY. Send an invitation to join the company as a manager. | ||
* @param {String} accountId | ||
* Invites a new user to join a company account on Rooms Version 5 as a Manager. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -524,3 +530,4 @@ * @param {module:model/ClassicManagerToInvite} optsOrCallback.body | ||
* NON-CLASSIC COMPANY ONLY. Send an invitation to the user or non-user having the given email. | ||
* @param {String} accountId | ||
* Invites a new user to join a company account on Rooms Version 6. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -585,3 +592,4 @@ * @param {module:model/UserToInvite} optsOrCallback.body | ||
* Locks the account of the user. | ||
* @param {String} accountId | ||
* Locks the account of the user. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId User Id of the user attempting to be locked. | ||
@@ -652,3 +660,4 @@ * @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
* Reinvites the pending user with the given userId. | ||
* @param {String} accountId | ||
* Reinvites an unactivated user to join a company account. You can use this method with either Rooms Version 5 or Rooms Version 6. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId | ||
@@ -689,3 +698,3 @@ * @param {module:api/UsersApi~reinviteUserCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -713,3 +722,3 @@ var returnType = null; | ||
The rooms will need to be transferred to other agents before removing. | ||
* @param {String} accountId | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId Id of the user you wish to remove. | ||
@@ -750,3 +759,3 @@ * @param {module:api/UsersApi~removeUserCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -772,4 +781,5 @@ var returnType = null; | ||
* Removes the user from the designated office. | ||
* @param {String} accountId | ||
* @param {Number} userId | ||
* Removes the user from the designated office. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId The id of the user. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -839,4 +849,5 @@ * @param {module:model/DesignatedOffice} optsOrCallback.body | ||
* Removes the user from the designated region. | ||
* @param {String} accountId | ||
* @param {Number} userId | ||
* Removes the user from the designated region. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId The id of the user. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -906,3 +917,4 @@ * @param {module:model/DesignatedRegion} optsOrCallback.body | ||
* Unlocks the account of the user. | ||
* @param {String} accountId | ||
* Unlocks the account of the user. | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId User Id of the user attempting to be unlocked. | ||
@@ -943,3 +955,3 @@ * @param {module:api/UsersApi~unlockUserCallback} callback The callback function, accepting three arguments: error, data, response | ||
var authNames = ['docusignAccessCode']; | ||
var contentTypes = []; | ||
var contentTypes = ['application/json-patch+json', 'application/json', 'text/json', 'application/_*+json']; | ||
var accepts = ['text/plain', 'application/json', 'text/json']; | ||
@@ -965,4 +977,5 @@ var returnType = null; | ||
* Updates user information | ||
* @param {String} accountId | ||
* @param {Number} userId | ||
* Updates user information | ||
* @param {String} accountId (Required) The globally unique identifier (GUID) for the account. | ||
* @param {Number} userId The id of the user. | ||
* @param {Object} optsOrCallback Optional parameters, if you are passing no optional parameters, you can either pass a null or omit this parameter entirely. | ||
@@ -969,0 +982,0 @@ * @param {module:model/UserForUpdate} optsOrCallback.body |
@@ -14,8 +14,8 @@ /** | ||
// AMD. Register as an anonymous module. | ||
define(['Configuration', 'ApiClient', 'model/AccessLevel', 'model/AccountStatus', 'model/AccountSummary', 'model/ActivityType', 'model/ApiError', 'model/AssignableRoles', 'model/ClassicAdminToInvite', 'model/ClassicAgentToInvite', 'model/ClassicManagerPermissions', 'model/ClassicManagerToInvite', 'model/ClosingStatus', 'model/ContactSide', 'model/Country', 'model/Currency', 'model/CustomData', 'model/DependsOn', 'model/DesignatedOffice', 'model/DesignatedRegion', 'model/Document', 'model/DocumentUser', 'model/DocumentUserForCreate', 'model/ESignAccountRoleSettings', 'model/ESignPermissionProfile', 'model/ESignPermissionProfileList', 'model/ExternalFormFillSession', 'model/ExternalFormFillSessionForCreate', 'model/Field', 'model/FieldConfiguration', 'model/FieldData', 'model/FieldDataForCreate', 'model/FieldDataForUpdate', 'model/FieldSet', 'model/FieldsCustomDataFilterType', 'model/FinancingType', 'model/FormDetails', 'model/FormForAdd', 'model/FormGroup', 'model/FormGroupForCreate', 'model/FormGroupForUpdate', 'model/FormGroupFormToAssign', 'model/FormGroupSummary', 'model/FormGroupSummaryList', 'model/FormLibrarySummary', 'model/FormLibrarySummaryList', 'model/FormSummary', 'model/FormSummaryList', 'model/GlobalActivityTypes', 'model/GlobalClosingStatuses', 'model/GlobalContactSides', 'model/GlobalCountries', 'model/GlobalCurrencies', 'model/GlobalFinancingTypes', 'model/GlobalOriginsOfLeads', 'model/GlobalPropertyTypes', 'model/GlobalRoomContactTypes', 'model/GlobalSellerDecisionTypes', 'model/GlobalSpecialCircumstanceTypes', 'model/GlobalStates', 'model/GlobalTaskDateTypes', 'model/GlobalTaskResponsibilityTypes', 'model/GlobalTaskStatuses', 'model/GlobalTimeZones', 'model/GlobalTransactionSides', 'model/GroupForm', 'model/LockedOutDetails', 'model/MemberSortingOption', 'model/Office', 'model/OfficeForCreate', 'model/OfficeReferenceCount', 'model/OfficeReferenceCountList', 'model/OfficeSummary', 'model/OfficeSummaryList', 'model/OriginOfLead', 'model/Permissions', 'model/ProductVersion', 'model/PropertyType', 'model/Region', 'model/RegionReferenceCount', 'model/RegionReferenceCountList', 'model/RegionSummary', 'model/RegionSummaryList', 'model/Role', 'model/RoleForCreate', 'model/RoleForUpdate', 'model/RoleSummary', 'model/RoleSummaryList', 'model/Room', 'model/RoomContactType', 'model/RoomDocument', 'model/RoomDocumentList', 'model/RoomDocumentOwner', 'model/RoomFolder', 'model/RoomFolderList', 'model/RoomForCreate', 'model/RoomInvite', 'model/RoomInviteResponse', 'model/RoomPicture', 'model/RoomStatus', 'model/RoomSummary', 'model/RoomSummaryList', 'model/RoomTemplate', 'model/RoomTemplatesSummaryList', 'model/RoomUser', 'model/RoomUserForUpdate', 'model/RoomUserRemovalDetail', 'model/RoomUserSortingOption', 'model/RoomUserSummary', 'model/RoomUsersResult', 'model/SelectListFieldOption', 'model/SellerDecisionType', 'model/SpecialCircumstanceType', 'model/State', 'model/TaskDateType', 'model/TaskList', 'model/TaskListForCreate', 'model/TaskListSummary', 'model/TaskListSummaryList', 'model/TaskListTemplate', 'model/TaskListTemplateList', 'model/TaskResponsibilityType', 'model/TaskStatus', 'model/TaskSummary', 'model/TimeZone', 'model/TransactionSide', 'model/User', 'model/UserForUpdate', 'model/UserSummary', 'model/UserSummaryList', 'model/UserToInvite', 'api/AccountsApi', 'api/ActivityTypesApi', 'api/ClosingStatusesApi', 'api/ContactSidesApi', 'api/CountriesApi', 'api/CurrenciesApi', 'api/DocumentsApi', 'api/ESignPermissionProfilesApi', 'api/ExternalFormFillSessionsApi', 'api/FieldsApi', 'api/FinancingTypesApi', 'api/FormDetailsApi', 'api/FormGroupsApi', 'api/FormLibrariesApi', 'api/OfficesApi', 'api/OriginsOfLeadsApi', 'api/PropertyTypesApi', 'api/RegionsApi', 'api/RolesApi', 'api/RoomContactTypesApi', 'api/RoomFoldersApi', 'api/RoomTemplatesApi', 'api/RoomsApi', 'api/SellerDecisionTypesApi', 'api/SpecialCircumstanceTypesApi', 'api/StatesApi', 'api/TaskDateTypesApi', 'api/TaskListTemplatesApi', 'api/TaskListsApi', 'api/TaskResponsibilityTypesApi', 'api/TaskStatusesApi', 'api/TimeZonesApi', 'api/TransactionSidesApi', 'api/UsersApi'], factory); | ||
define(['Configuration', 'ApiClient', 'model/AccessLevel', 'model/AccountStatus', 'model/AccountSummary', 'model/ActivityType', 'model/ApiError', 'model/AssignableRoles', 'model/ClassicAdminToInvite', 'model/ClassicAgentToInvite', 'model/ClassicManagerPermissions', 'model/ClassicManagerToInvite', 'model/ClosingStatus', 'model/ContactSide', 'model/Country', 'model/Currency', 'model/CustomData', 'model/DependsOn', 'model/DesignatedOffice', 'model/DesignatedRegion', 'model/Document', 'model/DocumentUser', 'model/DocumentUserForCreate', 'model/ESignAccountRoleSettings', 'model/ESignPermissionProfile', 'model/ESignPermissionProfileList', 'model/ExternalFormFillSession', 'model/ExternalFormFillSessionForCreate', 'model/Field', 'model/FieldConfiguration', 'model/FieldData', 'model/FieldDataForCreate', 'model/FieldDataForUpdate', 'model/FieldSet', 'model/FieldsCustomDataFilterType', 'model/FinancingType', 'model/FormDetails', 'model/FormForAdd', 'model/FormGroup', 'model/FormGroupForCreate', 'model/FormGroupForUpdate', 'model/FormGroupFormToAssign', 'model/FormGroupSummary', 'model/FormGroupSummaryList', 'model/FormLibrarySummary', 'model/FormLibrarySummaryList', 'model/FormSummary', 'model/FormSummaryList', 'model/GlobalActivityTypes', 'model/GlobalClosingStatuses', 'model/GlobalContactSides', 'model/GlobalCountries', 'model/GlobalCurrencies', 'model/GlobalFinancingTypes', 'model/GlobalOriginsOfLeads', 'model/GlobalPropertyTypes', 'model/GlobalRoomContactTypes', 'model/GlobalSellerDecisionTypes', 'model/GlobalSpecialCircumstanceTypes', 'model/GlobalStates', 'model/GlobalTaskDateTypes', 'model/GlobalTaskResponsibilityTypes', 'model/GlobalTaskStatuses', 'model/GlobalTimeZones', 'model/GlobalTransactionSides', 'model/GroupForm', 'model/LockedOutDetails', 'model/MemberSortingOption', 'model/Office', 'model/OfficeForCreate', 'model/OfficeReferenceCount', 'model/OfficeReferenceCountList', 'model/OfficeSummary', 'model/OfficeSummaryList', 'model/OriginOfLead', 'model/Permissions', 'model/ProductVersion', 'model/PropertyType', 'model/Region', 'model/RegionReferenceCount', 'model/RegionReferenceCountList', 'model/RegionSummary', 'model/RegionSummaryList', 'model/Role', 'model/RoleForCreate', 'model/RoleForUpdate', 'model/RoleSummary', 'model/RoleSummaryList', 'model/RolesFilterContextTypes', 'model/Room', 'model/RoomContactType', 'model/RoomDocument', 'model/RoomDocumentList', 'model/RoomDocumentOwner', 'model/RoomFolder', 'model/RoomFolderList', 'model/RoomForCreate', 'model/RoomInvite', 'model/RoomInviteResponse', 'model/RoomPicture', 'model/RoomStatus', 'model/RoomSummary', 'model/RoomSummaryList', 'model/RoomTemplate', 'model/RoomTemplatesSummaryList', 'model/RoomUser', 'model/RoomUserForUpdate', 'model/RoomUserRemovalDetail', 'model/RoomUserSortingOption', 'model/RoomUserSummary', 'model/RoomUsersResult', 'model/SelectListFieldOption', 'model/SellerDecisionType', 'model/SpecialCircumstanceType', 'model/State', 'model/TaskDateType', 'model/TaskList', 'model/TaskListForCreate', 'model/TaskListSummary', 'model/TaskListSummaryList', 'model/TaskListTemplate', 'model/TaskListTemplateList', 'model/TaskResponsibilityType', 'model/TaskStatus', 'model/TaskSummary', 'model/TimeZone', 'model/TransactionSide', 'model/User', 'model/UserForUpdate', 'model/UserSummary', 'model/UserSummaryList', 'model/UserToInvite', 'api/AccountsApi', 'api/ActivityTypesApi', 'api/ClosingStatusesApi', 'api/ContactSidesApi', 'api/CountriesApi', 'api/CurrenciesApi', 'api/DocumentsApi', 'api/ESignPermissionProfilesApi', 'api/ExternalFormFillSessionsApi', 'api/FieldsApi', 'api/FinancingTypesApi', 'api/FormDetailsApi', 'api/FormGroupsApi', 'api/FormLibrariesApi', 'api/OfficesApi', 'api/OriginsOfLeadsApi', 'api/PropertyTypesApi', 'api/RegionsApi', 'api/RolesApi', 'api/RoomContactTypesApi', 'api/RoomFoldersApi', 'api/RoomTemplatesApi', 'api/RoomsApi', 'api/SellerDecisionTypesApi', 'api/SpecialCircumstanceTypesApi', 'api/StatesApi', 'api/TaskDateTypesApi', 'api/TaskListTemplatesApi', 'api/TaskListsApi', 'api/TaskResponsibilityTypesApi', 'api/TaskStatusesApi', 'api/TimeZonesApi', 'api/TransactionSidesApi', 'api/UsersApi'], factory); | ||
} else if (typeof module === 'object' && module.exports) { | ||
// CommonJS-like environments that support module.exports, like Node. | ||
module.exports = factory(require('./Configuration'), require('./ApiClient'), require('./model/AccessLevel'), require('./model/AccountStatus'), require('./model/AccountSummary'), require('./model/ActivityType'), require('./model/ApiError'), require('./model/AssignableRoles'), require('./model/ClassicAdminToInvite'), require('./model/ClassicAgentToInvite'), require('./model/ClassicManagerPermissions'), require('./model/ClassicManagerToInvite'), require('./model/ClosingStatus'), require('./model/ContactSide'), require('./model/Country'), require('./model/Currency'), require('./model/CustomData'), require('./model/DependsOn'), require('./model/DesignatedOffice'), require('./model/DesignatedRegion'), require('./model/Document'), require('./model/DocumentUser'), require('./model/DocumentUserForCreate'), require('./model/ESignAccountRoleSettings'), require('./model/ESignPermissionProfile'), require('./model/ESignPermissionProfileList'), require('./model/ExternalFormFillSession'), require('./model/ExternalFormFillSessionForCreate'), require('./model/Field'), require('./model/FieldConfiguration'), require('./model/FieldData'), require('./model/FieldDataForCreate'), require('./model/FieldDataForUpdate'), require('./model/FieldSet'), require('./model/FieldsCustomDataFilterType'), require('./model/FinancingType'), require('./model/FormDetails'), require('./model/FormForAdd'), require('./model/FormGroup'), require('./model/FormGroupForCreate'), require('./model/FormGroupForUpdate'), require('./model/FormGroupFormToAssign'), require('./model/FormGroupSummary'), require('./model/FormGroupSummaryList'), require('./model/FormLibrarySummary'), require('./model/FormLibrarySummaryList'), require('./model/FormSummary'), require('./model/FormSummaryList'), require('./model/GlobalActivityTypes'), require('./model/GlobalClosingStatuses'), require('./model/GlobalContactSides'), require('./model/GlobalCountries'), require('./model/GlobalCurrencies'), require('./model/GlobalFinancingTypes'), require('./model/GlobalOriginsOfLeads'), require('./model/GlobalPropertyTypes'), require('./model/GlobalRoomContactTypes'), require('./model/GlobalSellerDecisionTypes'), require('./model/GlobalSpecialCircumstanceTypes'), require('./model/GlobalStates'), require('./model/GlobalTaskDateTypes'), require('./model/GlobalTaskResponsibilityTypes'), require('./model/GlobalTaskStatuses'), require('./model/GlobalTimeZones'), require('./model/GlobalTransactionSides'), require('./model/GroupForm'), require('./model/LockedOutDetails'), require('./model/MemberSortingOption'), require('./model/Office'), require('./model/OfficeForCreate'), require('./model/OfficeReferenceCount'), require('./model/OfficeReferenceCountList'), require('./model/OfficeSummary'), require('./model/OfficeSummaryList'), require('./model/OriginOfLead'), require('./model/Permissions'), require('./model/ProductVersion'), require('./model/PropertyType'), require('./model/Region'), require('./model/RegionReferenceCount'), require('./model/RegionReferenceCountList'), require('./model/RegionSummary'), require('./model/RegionSummaryList'), require('./model/Role'), require('./model/RoleForCreate'), require('./model/RoleForUpdate'), require('./model/RoleSummary'), require('./model/RoleSummaryList'), require('./model/Room'), require('./model/RoomContactType'), require('./model/RoomDocument'), require('./model/RoomDocumentList'), require('./model/RoomDocumentOwner'), require('./model/RoomFolder'), require('./model/RoomFolderList'), require('./model/RoomForCreate'), require('./model/RoomInvite'), require('./model/RoomInviteResponse'), require('./model/RoomPicture'), require('./model/RoomStatus'), require('./model/RoomSummary'), require('./model/RoomSummaryList'), require('./model/RoomTemplate'), require('./model/RoomTemplatesSummaryList'), require('./model/RoomUser'), require('./model/RoomUserForUpdate'), require('./model/RoomUserRemovalDetail'), require('./model/RoomUserSortingOption'), require('./model/RoomUserSummary'), require('./model/RoomUsersResult'), require('./model/SelectListFieldOption'), require('./model/SellerDecisionType'), require('./model/SpecialCircumstanceType'), require('./model/State'), require('./model/TaskDateType'), require('./model/TaskList'), require('./model/TaskListForCreate'), require('./model/TaskListSummary'), require('./model/TaskListSummaryList'), require('./model/TaskListTemplate'), require('./model/TaskListTemplateList'), require('./model/TaskResponsibilityType'), require('./model/TaskStatus'), require('./model/TaskSummary'), require('./model/TimeZone'), require('./model/TransactionSide'), require('./model/User'), require('./model/UserForUpdate'), require('./model/UserSummary'), require('./model/UserSummaryList'), require('./model/UserToInvite'), require('./api/AccountsApi'), require('./api/ActivityTypesApi'), require('./api/ClosingStatusesApi'), require('./api/ContactSidesApi'), require('./api/CountriesApi'), require('./api/CurrenciesApi'), require('./api/DocumentsApi'), require('./api/ESignPermissionProfilesApi'), require('./api/ExternalFormFillSessionsApi'), require('./api/FieldsApi'), require('./api/FinancingTypesApi'), require('./api/FormDetailsApi'), require('./api/FormGroupsApi'), require('./api/FormLibrariesApi'), require('./api/OfficesApi'), require('./api/OriginsOfLeadsApi'), require('./api/PropertyTypesApi'), require('./api/RegionsApi'), require('./api/RolesApi'), require('./api/RoomContactTypesApi'), require('./api/RoomFoldersApi'), require('./api/RoomTemplatesApi'), require('./api/RoomsApi'), require('./api/SellerDecisionTypesApi'), require('./api/SpecialCircumstanceTypesApi'), require('./api/StatesApi'), require('./api/TaskDateTypesApi'), require('./api/TaskListTemplatesApi'), require('./api/TaskListsApi'), require('./api/TaskResponsibilityTypesApi'), require('./api/TaskStatusesApi'), require('./api/TimeZonesApi'), require('./api/TransactionSidesApi'), require('./api/UsersApi')); | ||
module.exports = factory(require('./Configuration'), require('./ApiClient'), require('./model/AccessLevel'), require('./model/AccountStatus'), require('./model/AccountSummary'), require('./model/ActivityType'), require('./model/ApiError'), require('./model/AssignableRoles'), require('./model/ClassicAdminToInvite'), require('./model/ClassicAgentToInvite'), require('./model/ClassicManagerPermissions'), require('./model/ClassicManagerToInvite'), require('./model/ClosingStatus'), require('./model/ContactSide'), require('./model/Country'), require('./model/Currency'), require('./model/CustomData'), require('./model/DependsOn'), require('./model/DesignatedOffice'), require('./model/DesignatedRegion'), require('./model/Document'), require('./model/DocumentUser'), require('./model/DocumentUserForCreate'), require('./model/ESignAccountRoleSettings'), require('./model/ESignPermissionProfile'), require('./model/ESignPermissionProfileList'), require('./model/ExternalFormFillSession'), require('./model/ExternalFormFillSessionForCreate'), require('./model/Field'), require('./model/FieldConfiguration'), require('./model/FieldData'), require('./model/FieldDataForCreate'), require('./model/FieldDataForUpdate'), require('./model/FieldSet'), require('./model/FieldsCustomDataFilterType'), require('./model/FinancingType'), require('./model/FormDetails'), require('./model/FormForAdd'), require('./model/FormGroup'), require('./model/FormGroupForCreate'), require('./model/FormGroupForUpdate'), require('./model/FormGroupFormToAssign'), require('./model/FormGroupSummary'), require('./model/FormGroupSummaryList'), require('./model/FormLibrarySummary'), require('./model/FormLibrarySummaryList'), require('./model/FormSummary'), require('./model/FormSummaryList'), require('./model/GlobalActivityTypes'), require('./model/GlobalClosingStatuses'), require('./model/GlobalContactSides'), require('./model/GlobalCountries'), require('./model/GlobalCurrencies'), require('./model/GlobalFinancingTypes'), require('./model/GlobalOriginsOfLeads'), require('./model/GlobalPropertyTypes'), require('./model/GlobalRoomContactTypes'), require('./model/GlobalSellerDecisionTypes'), require('./model/GlobalSpecialCircumstanceTypes'), require('./model/GlobalStates'), require('./model/GlobalTaskDateTypes'), require('./model/GlobalTaskResponsibilityTypes'), require('./model/GlobalTaskStatuses'), require('./model/GlobalTimeZones'), require('./model/GlobalTransactionSides'), require('./model/GroupForm'), require('./model/LockedOutDetails'), require('./model/MemberSortingOption'), require('./model/Office'), require('./model/OfficeForCreate'), require('./model/OfficeReferenceCount'), require('./model/OfficeReferenceCountList'), require('./model/OfficeSummary'), require('./model/OfficeSummaryList'), require('./model/OriginOfLead'), require('./model/Permissions'), require('./model/ProductVersion'), require('./model/PropertyType'), require('./model/Region'), require('./model/RegionReferenceCount'), require('./model/RegionReferenceCountList'), require('./model/RegionSummary'), require('./model/RegionSummaryList'), require('./model/Role'), require('./model/RoleForCreate'), require('./model/RoleForUpdate'), require('./model/RoleSummary'), require('./model/RoleSummaryList'), require('./model/RolesFilterContextTypes'), require('./model/Room'), require('./model/RoomContactType'), require('./model/RoomDocument'), require('./model/RoomDocumentList'), require('./model/RoomDocumentOwner'), require('./model/RoomFolder'), require('./model/RoomFolderList'), require('./model/RoomForCreate'), require('./model/RoomInvite'), require('./model/RoomInviteResponse'), require('./model/RoomPicture'), require('./model/RoomStatus'), require('./model/RoomSummary'), require('./model/RoomSummaryList'), require('./model/RoomTemplate'), require('./model/RoomTemplatesSummaryList'), require('./model/RoomUser'), require('./model/RoomUserForUpdate'), require('./model/RoomUserRemovalDetail'), require('./model/RoomUserSortingOption'), require('./model/RoomUserSummary'), require('./model/RoomUsersResult'), require('./model/SelectListFieldOption'), require('./model/SellerDecisionType'), require('./model/SpecialCircumstanceType'), require('./model/State'), require('./model/TaskDateType'), require('./model/TaskList'), require('./model/TaskListForCreate'), require('./model/TaskListSummary'), require('./model/TaskListSummaryList'), require('./model/TaskListTemplate'), require('./model/TaskListTemplateList'), require('./model/TaskResponsibilityType'), require('./model/TaskStatus'), require('./model/TaskSummary'), require('./model/TimeZone'), require('./model/TransactionSide'), require('./model/User'), require('./model/UserForUpdate'), require('./model/UserSummary'), require('./model/UserSummaryList'), require('./model/UserToInvite'), require('./api/AccountsApi'), require('./api/ActivityTypesApi'), require('./api/ClosingStatusesApi'), require('./api/ContactSidesApi'), require('./api/CountriesApi'), require('./api/CurrenciesApi'), require('./api/DocumentsApi'), require('./api/ESignPermissionProfilesApi'), require('./api/ExternalFormFillSessionsApi'), require('./api/FieldsApi'), require('./api/FinancingTypesApi'), require('./api/FormDetailsApi'), require('./api/FormGroupsApi'), require('./api/FormLibrariesApi'), require('./api/OfficesApi'), require('./api/OriginsOfLeadsApi'), require('./api/PropertyTypesApi'), require('./api/RegionsApi'), require('./api/RolesApi'), require('./api/RoomContactTypesApi'), require('./api/RoomFoldersApi'), require('./api/RoomTemplatesApi'), require('./api/RoomsApi'), require('./api/SellerDecisionTypesApi'), require('./api/SpecialCircumstanceTypesApi'), require('./api/StatesApi'), require('./api/TaskDateTypesApi'), require('./api/TaskListTemplatesApi'), require('./api/TaskListsApi'), require('./api/TaskResponsibilityTypesApi'), require('./api/TaskStatusesApi'), require('./api/TimeZonesApi'), require('./api/TransactionSidesApi'), require('./api/UsersApi')); | ||
} | ||
}(function(Configuration, ApiClient, AccessLevel, AccountStatus, AccountSummary, ActivityType, ApiError, AssignableRoles, ClassicAdminToInvite, ClassicAgentToInvite, ClassicManagerPermissions, ClassicManagerToInvite, ClosingStatus, ContactSide, Country, Currency, CustomData, DependsOn, DesignatedOffice, DesignatedRegion, Document, DocumentUser, DocumentUserForCreate, ESignAccountRoleSettings, ESignPermissionProfile, ESignPermissionProfileList, ExternalFormFillSession, ExternalFormFillSessionForCreate, Field, FieldConfiguration, FieldData, FieldDataForCreate, FieldDataForUpdate, FieldSet, FieldsCustomDataFilterType, FinancingType, FormDetails, FormForAdd, FormGroup, FormGroupForCreate, FormGroupForUpdate, FormGroupFormToAssign, FormGroupSummary, FormGroupSummaryList, FormLibrarySummary, FormLibrarySummaryList, FormSummary, FormSummaryList, GlobalActivityTypes, GlobalClosingStatuses, GlobalContactSides, GlobalCountries, GlobalCurrencies, GlobalFinancingTypes, GlobalOriginsOfLeads, GlobalPropertyTypes, GlobalRoomContactTypes, GlobalSellerDecisionTypes, GlobalSpecialCircumstanceTypes, GlobalStates, GlobalTaskDateTypes, GlobalTaskResponsibilityTypes, GlobalTaskStatuses, GlobalTimeZones, GlobalTransactionSides, GroupForm, LockedOutDetails, MemberSortingOption, Office, OfficeForCreate, OfficeReferenceCount, OfficeReferenceCountList, OfficeSummary, OfficeSummaryList, OriginOfLead, Permissions, ProductVersion, PropertyType, Region, RegionReferenceCount, RegionReferenceCountList, RegionSummary, RegionSummaryList, Role, RoleForCreate, RoleForUpdate, RoleSummary, RoleSummaryList, Room, RoomContactType, RoomDocument, RoomDocumentList, RoomDocumentOwner, RoomFolder, RoomFolderList, RoomForCreate, RoomInvite, RoomInviteResponse, RoomPicture, RoomStatus, RoomSummary, RoomSummaryList, RoomTemplate, RoomTemplatesSummaryList, RoomUser, RoomUserForUpdate, RoomUserRemovalDetail, RoomUserSortingOption, RoomUserSummary, RoomUsersResult, SelectListFieldOption, SellerDecisionType, SpecialCircumstanceType, State, TaskDateType, TaskList, TaskListForCreate, TaskListSummary, TaskListSummaryList, TaskListTemplate, TaskListTemplateList, TaskResponsibilityType, TaskStatus, TaskSummary, TimeZone, TransactionSide, User, UserForUpdate, UserSummary, UserSummaryList, UserToInvite, AccountsApi, ActivityTypesApi, ClosingStatusesApi, ContactSidesApi, CountriesApi, CurrenciesApi, DocumentsApi, ESignPermissionProfilesApi, ExternalFormFillSessionsApi, FieldsApi, FinancingTypesApi, FormDetailsApi, FormGroupsApi, FormLibrariesApi, OfficesApi, OriginsOfLeadsApi, PropertyTypesApi, RegionsApi, RolesApi, RoomContactTypesApi, RoomFoldersApi, RoomTemplatesApi, RoomsApi, SellerDecisionTypesApi, SpecialCircumstanceTypesApi, StatesApi, TaskDateTypesApi, TaskListTemplatesApi, TaskListsApi, TaskResponsibilityTypesApi, TaskStatusesApi, TimeZonesApi, TransactionSidesApi, UsersApi) { | ||
}(function(Configuration, ApiClient, AccessLevel, AccountStatus, AccountSummary, ActivityType, ApiError, AssignableRoles, ClassicAdminToInvite, ClassicAgentToInvite, ClassicManagerPermissions, ClassicManagerToInvite, ClosingStatus, ContactSide, Country, Currency, CustomData, DependsOn, DesignatedOffice, DesignatedRegion, Document, DocumentUser, DocumentUserForCreate, ESignAccountRoleSettings, ESignPermissionProfile, ESignPermissionProfileList, ExternalFormFillSession, ExternalFormFillSessionForCreate, Field, FieldConfiguration, FieldData, FieldDataForCreate, FieldDataForUpdate, FieldSet, FieldsCustomDataFilterType, FinancingType, FormDetails, FormForAdd, FormGroup, FormGroupForCreate, FormGroupForUpdate, FormGroupFormToAssign, FormGroupSummary, FormGroupSummaryList, FormLibrarySummary, FormLibrarySummaryList, FormSummary, FormSummaryList, GlobalActivityTypes, GlobalClosingStatuses, GlobalContactSides, GlobalCountries, GlobalCurrencies, GlobalFinancingTypes, GlobalOriginsOfLeads, GlobalPropertyTypes, GlobalRoomContactTypes, GlobalSellerDecisionTypes, GlobalSpecialCircumstanceTypes, GlobalStates, GlobalTaskDateTypes, GlobalTaskResponsibilityTypes, GlobalTaskStatuses, GlobalTimeZones, GlobalTransactionSides, GroupForm, LockedOutDetails, MemberSortingOption, Office, OfficeForCreate, OfficeReferenceCount, OfficeReferenceCountList, OfficeSummary, OfficeSummaryList, OriginOfLead, Permissions, ProductVersion, PropertyType, Region, RegionReferenceCount, RegionReferenceCountList, RegionSummary, RegionSummaryList, Role, RoleForCreate, RoleForUpdate, RoleSummary, RoleSummaryList, RolesFilterContextTypes, Room, RoomContactType, RoomDocument, RoomDocumentList, RoomDocumentOwner, RoomFolder, RoomFolderList, RoomForCreate, RoomInvite, RoomInviteResponse, RoomPicture, RoomStatus, RoomSummary, RoomSummaryList, RoomTemplate, RoomTemplatesSummaryList, RoomUser, RoomUserForUpdate, RoomUserRemovalDetail, RoomUserSortingOption, RoomUserSummary, RoomUsersResult, SelectListFieldOption, SellerDecisionType, SpecialCircumstanceType, State, TaskDateType, TaskList, TaskListForCreate, TaskListSummary, TaskListSummaryList, TaskListTemplate, TaskListTemplateList, TaskResponsibilityType, TaskStatus, TaskSummary, TimeZone, TransactionSide, User, UserForUpdate, UserSummary, UserSummaryList, UserToInvite, AccountsApi, ActivityTypesApi, ClosingStatusesApi, ContactSidesApi, CountriesApi, CurrenciesApi, DocumentsApi, ESignPermissionProfilesApi, ExternalFormFillSessionsApi, FieldsApi, FinancingTypesApi, FormDetailsApi, FormGroupsApi, FormLibrariesApi, OfficesApi, OriginsOfLeadsApi, PropertyTypesApi, RegionsApi, RolesApi, RoomContactTypesApi, RoomFoldersApi, RoomTemplatesApi, RoomsApi, SellerDecisionTypesApi, SpecialCircumstanceTypesApi, StatesApi, TaskDateTypesApi, TaskListTemplatesApi, TaskListsApi, TaskResponsibilityTypesApi, TaskStatusesApi, TimeZonesApi, TransactionSidesApi, UsersApi) { | ||
'use strict'; | ||
@@ -495,2 +495,7 @@ | ||
/** | ||
* The RolesFilterContextTypes model constructor. | ||
* @property {module:model/RolesFilterContextTypes} | ||
*/ | ||
RolesFilterContextTypes: RolesFilterContextTypes, | ||
/** | ||
* The Room model constructor. | ||
@@ -497,0 +502,0 @@ * @property {module:model/Room} |
@@ -89,2 +89,5 @@ /** | ||
} | ||
if (data.hasOwnProperty('isDynamic')) { | ||
obj['isDynamic'] = ApiClient.convertToType(data['isDynamic'], 'Boolean'); | ||
} | ||
} | ||
@@ -134,2 +137,6 @@ return obj; | ||
exports.prototype['base64Contents'] = undefined; | ||
/** | ||
* @member {Boolean} isDynamic | ||
*/ | ||
exports.prototype['isDynamic'] = undefined; | ||
@@ -136,0 +143,0 @@ |
@@ -81,5 +81,2 @@ /** | ||
} | ||
if (data.hasOwnProperty('isVisibleInRooms')) { | ||
obj['isVisibleInRooms'] = ApiClient.convertToType(data['isVisibleInRooms'], 'Boolean'); | ||
} | ||
if (data.hasOwnProperty('canCopyRoomDetails')) { | ||
@@ -151,2 +148,5 @@ obj['canCopyRoomDetails'] = ApiClient.convertToType(data['canCopyRoomDetails'], 'Boolean'); | ||
} | ||
if (data.hasOwnProperty('canCreateFormTemplates')) { | ||
obj['canCreateFormTemplates'] = ApiClient.convertToType(data['canCreateFormTemplates'], 'Boolean'); | ||
} | ||
if (data.hasOwnProperty('canAddTasksToAnyTaskLists')) { | ||
@@ -279,6 +279,2 @@ obj['canAddTasksToAnyTaskLists'] = ApiClient.convertToType(data['canAddTasksToAnyTaskLists'], 'Boolean'); | ||
/** | ||
* @member {Boolean} isVisibleInRooms | ||
*/ | ||
exports.prototype['isVisibleInRooms'] = undefined; | ||
/** | ||
* @member {Boolean} canCopyRoomDetails | ||
@@ -372,2 +368,6 @@ */ | ||
/** | ||
* @member {Boolean} canCreateFormTemplates | ||
*/ | ||
exports.prototype['canCreateFormTemplates'] = undefined; | ||
/** | ||
* @member {Boolean} canAddTasksToAnyTaskLists | ||
@@ -374,0 +374,0 @@ */ |
@@ -87,2 +87,5 @@ /** | ||
} | ||
if (data.hasOwnProperty('isDynamic')) { | ||
obj['isDynamic'] = ApiClient.convertToType(data['isDynamic'], 'Boolean'); | ||
} | ||
if (data.hasOwnProperty('owner')) { | ||
@@ -136,2 +139,6 @@ obj['owner'] = RoomDocumentOwner.constructFromObject(data['owner']); | ||
/** | ||
* @member {Boolean} isDynamic | ||
*/ | ||
exports.prototype['isDynamic'] = undefined; | ||
/** | ||
* @member {module:model/RoomDocumentOwner} owner | ||
@@ -138,0 +145,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
927878
221
23404
2