boldsign 3.1.0 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +11 -0
- package/README.md +17 -0
- package/api/apis.ts +1 -1
- package/api/documentApi.ts +262 -1
- package/api/groupContactsApi.ts +779 -0
- package/api/index.ts +3 -1
- package/boldsign-3.1.2.tgz +0 -0
- package/dist/api/apis.d.ts +1 -1
- package/dist/api/apis.js +1 -1
- package/dist/api/documentApi.d.ts +3 -1
- package/dist/api/documentApi.js +168 -0
- package/dist/api/documentApi.js.map +1 -1
- package/dist/api/groupContactsApi.d.ts +28 -0
- package/dist/api/groupContactsApi.js +507 -0
- package/dist/api/groupContactsApi.js.map +1 -0
- package/dist/api/index.d.ts +3 -2
- package/dist/api/index.js +4 -2
- package/dist/api/index.js.map +1 -1
- package/dist/examples/contactGroupDelete.d.ts +1 -0
- package/dist/examples/contactGroupDelete.js +27 -0
- package/dist/examples/contactGroupDelete.js.map +1 -0
- package/dist/examples/contactGroupGet.d.ts +1 -0
- package/dist/examples/contactGroupGet.js +27 -0
- package/dist/examples/contactGroupGet.js.map +1 -0
- package/dist/examples/contactGroupList.d.ts +1 -0
- package/dist/examples/contactGroupList.js +29 -0
- package/dist/examples/contactGroupList.js.map +1 -0
- package/dist/examples/contactGroupUpdate.d.ts +1 -0
- package/dist/examples/contactGroupUpdate.js +34 -0
- package/dist/examples/contactGroupUpdate.js.map +1 -0
- package/dist/examples/contactGroupsCreate.d.ts +1 -0
- package/dist/examples/contactGroupsCreate.js +35 -0
- package/dist/examples/contactGroupsCreate.js.map +1 -0
- package/dist/examples/documentCancelEditing.d.ts +1 -0
- package/dist/examples/documentCancelEditing.js +27 -0
- package/dist/examples/documentCancelEditing.js.map +1 -0
- package/dist/examples/documentCreateEmbeddedEditUrl.d.ts +1 -0
- package/dist/examples/documentCreateEmbeddedEditUrl.js +32 -0
- package/dist/examples/documentCreateEmbeddedEditUrl.js.map +1 -0
- package/dist/model/createGroupContactResponse.d.ts +15 -0
- package/dist/model/createGroupContactResponse.js +23 -0
- package/dist/model/createGroupContactResponse.js.map +1 -0
- package/dist/model/creators.d.ts +15 -0
- package/dist/model/creators.js +23 -0
- package/dist/model/creators.js.map +1 -0
- package/dist/model/embeddedDocumentEditJsonRequest.d.ts +51 -0
- package/dist/model/embeddedDocumentEditJsonRequest.js +97 -0
- package/dist/model/embeddedDocumentEditJsonRequest.js.map +1 -0
- package/dist/model/embeddedDocumentEdited.d.ts +14 -0
- package/dist/model/embeddedDocumentEdited.js +18 -0
- package/dist/model/embeddedDocumentEdited.js.map +1 -0
- package/dist/model/getGroupContactDetails.d.ts +20 -0
- package/dist/model/getGroupContactDetails.js +38 -0
- package/dist/model/getGroupContactDetails.js.map +1 -0
- package/dist/model/groupContact.d.ts +18 -0
- package/dist/model/groupContact.js +33 -0
- package/dist/model/groupContact.js.map +1 -0
- package/dist/model/groupContactDetails.d.ts +17 -0
- package/dist/model/groupContactDetails.js +28 -0
- package/dist/model/groupContactDetails.js.map +1 -0
- package/dist/model/groupContactsList.d.ts +17 -0
- package/dist/model/groupContactsList.js +23 -0
- package/dist/model/groupContactsList.js.map +1 -0
- package/dist/model/groupUser.d.ts +15 -0
- package/dist/model/groupUser.js +23 -0
- package/dist/model/groupUser.js.map +1 -0
- package/dist/model/index.d.ts +11 -1
- package/dist/model/index.js +36 -4
- package/dist/model/index.js.map +1 -1
- package/dist/model/updateGroupContact.d.ts +17 -0
- package/dist/model/updateGroupContact.js +28 -0
- package/dist/model/updateGroupContact.js.map +1 -0
- package/docs/CreateGroupContactResponse.md +12 -0
- package/docs/Creators.md +12 -0
- package/docs/DocumentApi.md +68 -0
- package/docs/EmbeddedDocumentEditJsonRequest.md +19 -0
- package/docs/EmbeddedDocumentEdited.md +11 -0
- package/docs/GetGroupContactDetails.md +15 -0
- package/docs/GroupContact.md +14 -0
- package/docs/GroupContactDetails.md +13 -0
- package/docs/GroupContactsApi.md +177 -0
- package/docs/GroupContactsList.md +12 -0
- package/docs/GroupUser.md +12 -0
- package/docs/UpdateGroupContact.md +13 -0
- package/examples/contactGroupDelete.ts +14 -0
- package/examples/contactGroupGet.ts +14 -0
- package/examples/contactGroupList.ts +16 -0
- package/examples/contactGroupUpdate.ts +21 -0
- package/examples/contactGroupsCreate.ts +24 -0
- package/examples/documentCancelEditing.ts +14 -0
- package/examples/documentCreateEmbeddedEditUrl.ts +19 -0
- package/model/createGroupContactResponse.ts +37 -0
- package/model/creators.ts +37 -0
- package/model/embeddedDocumentEditJsonRequest.ts +108 -0
- package/model/embeddedDocumentEdited.ts +31 -0
- package/model/getGroupContactDetails.ts +57 -0
- package/model/groupContact.ts +50 -0
- package/model/groupContactDetails.ts +44 -0
- package/model/groupContactsList.ts +39 -0
- package/model/groupUser.ts +37 -0
- package/model/index.ts +32 -0
- package/model/updateGroupContact.ts +44 -0
- package/package.json +1 -1
- package/boldsign-3.1.0.tgz +0 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BoldSign API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
import { GroupUser } from './groupUser';
|
|
15
|
+
|
|
16
|
+
export class GroupContact {
|
|
17
|
+
'groupName'?: string | null;
|
|
18
|
+
'groupId'?: string | null;
|
|
19
|
+
'contacts'?: Array<GroupUser> | null;
|
|
20
|
+
'directories'?: Array<string> | null;
|
|
21
|
+
|
|
22
|
+
static discriminator: string | undefined = undefined;
|
|
23
|
+
|
|
24
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
25
|
+
{
|
|
26
|
+
"name": "groupName",
|
|
27
|
+
"baseName": "groupName",
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "groupId",
|
|
32
|
+
"baseName": "groupId",
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"name": "contacts",
|
|
37
|
+
"baseName": "contacts",
|
|
38
|
+
"type": "Array<GroupUser>"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "directories",
|
|
42
|
+
"baseName": "directories",
|
|
43
|
+
"type": "Array<string>"
|
|
44
|
+
} ];
|
|
45
|
+
|
|
46
|
+
static getAttributeTypeMap() {
|
|
47
|
+
return GroupContact.attributeTypeMap;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BoldSign API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
import { GroupUser } from './groupUser';
|
|
15
|
+
|
|
16
|
+
export class GroupContactDetails {
|
|
17
|
+
'groupName': string;
|
|
18
|
+
'contacts': Array<GroupUser>;
|
|
19
|
+
'directories'?: Array<string> | null;
|
|
20
|
+
|
|
21
|
+
static discriminator: string | undefined = undefined;
|
|
22
|
+
|
|
23
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
24
|
+
{
|
|
25
|
+
"name": "groupName",
|
|
26
|
+
"baseName": "groupName",
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "contacts",
|
|
31
|
+
"baseName": "contacts",
|
|
32
|
+
"type": "Array<GroupUser>"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "directories",
|
|
36
|
+
"baseName": "directories",
|
|
37
|
+
"type": "Array<string>"
|
|
38
|
+
} ];
|
|
39
|
+
|
|
40
|
+
static getAttributeTypeMap() {
|
|
41
|
+
return GroupContactDetails.attributeTypeMap;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BoldSign API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
import { ContactPageDetails } from './contactPageDetails';
|
|
15
|
+
import { GroupContact } from './groupContact';
|
|
16
|
+
|
|
17
|
+
export class GroupContactsList {
|
|
18
|
+
'pageDetails'?: ContactPageDetails;
|
|
19
|
+
'result'?: Array<GroupContact> | null;
|
|
20
|
+
|
|
21
|
+
static discriminator: string | undefined = undefined;
|
|
22
|
+
|
|
23
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
24
|
+
{
|
|
25
|
+
"name": "pageDetails",
|
|
26
|
+
"baseName": "pageDetails",
|
|
27
|
+
"type": "ContactPageDetails"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "result",
|
|
31
|
+
"baseName": "result",
|
|
32
|
+
"type": "Array<GroupContact>"
|
|
33
|
+
} ];
|
|
34
|
+
|
|
35
|
+
static getAttributeTypeMap() {
|
|
36
|
+
return GroupContactsList.attributeTypeMap;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BoldSign API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
|
|
15
|
+
export class GroupUser {
|
|
16
|
+
'name': string;
|
|
17
|
+
'email': string;
|
|
18
|
+
|
|
19
|
+
static discriminator: string | undefined = undefined;
|
|
20
|
+
|
|
21
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
22
|
+
{
|
|
23
|
+
"name": "name",
|
|
24
|
+
"baseName": "name",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "email",
|
|
29
|
+
"baseName": "email",
|
|
30
|
+
"type": "string"
|
|
31
|
+
} ];
|
|
32
|
+
|
|
33
|
+
static getAttributeTypeMap() {
|
|
34
|
+
return GroupUser.attributeTypeMap;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
package/model/index.ts
CHANGED
|
@@ -24,10 +24,12 @@ import { ContactPageDetails } from './contactPageDetails';
|
|
|
24
24
|
import { ContactsDetails } from './contactsDetails';
|
|
25
25
|
import { ContactsList } from './contactsList';
|
|
26
26
|
import { CreateContactResponse } from './createContactResponse';
|
|
27
|
+
import { CreateGroupContactResponse } from './createGroupContactResponse';
|
|
27
28
|
import { CreateSenderIdentityRequest } from './createSenderIdentityRequest';
|
|
28
29
|
import { CreateTeamRequest } from './createTeamRequest';
|
|
29
30
|
import { CreateTemplateRequest } from './createTemplateRequest';
|
|
30
31
|
import { CreateUser } from './createUser';
|
|
32
|
+
import { Creators } from './creators';
|
|
31
33
|
import { CustomDomainSettings } from './customDomainSettings';
|
|
32
34
|
import { CustomFieldCollection } from './customFieldCollection';
|
|
33
35
|
import { CustomFieldMessage } from './customFieldMessage';
|
|
@@ -59,6 +61,8 @@ import { EditTemplateRequest } from './editTemplateRequest';
|
|
|
59
61
|
import { EditableDateFieldSettings } from './editableDateFieldSettings';
|
|
60
62
|
import { EmbeddedCreateTemplateRequest } from './embeddedCreateTemplateRequest';
|
|
61
63
|
import { EmbeddedCustomFieldCreated } from './embeddedCustomFieldCreated';
|
|
64
|
+
import { EmbeddedDocumentEditJsonRequest } from './embeddedDocumentEditJsonRequest';
|
|
65
|
+
import { EmbeddedDocumentEdited } from './embeddedDocumentEdited';
|
|
62
66
|
import { EmbeddedDocumentRequest } from './embeddedDocumentRequest';
|
|
63
67
|
import { EmbeddedFileDetails } from './embeddedFileDetails';
|
|
64
68
|
import { EmbeddedFileLink } from './embeddedFileLink';
|
|
@@ -80,8 +84,13 @@ import { FormField } from './formField';
|
|
|
80
84
|
import { FormFieldPermission } from './formFieldPermission';
|
|
81
85
|
import { FormGroup } from './formGroup';
|
|
82
86
|
import { FormulaFieldSettings } from './formulaFieldSettings';
|
|
87
|
+
import { GetGroupContactDetails } from './getGroupContactDetails';
|
|
88
|
+
import { GroupContact } from './groupContact';
|
|
89
|
+
import { GroupContactDetails } from './groupContactDetails';
|
|
90
|
+
import { GroupContactsList } from './groupContactsList';
|
|
83
91
|
import { GroupSigner } from './groupSigner';
|
|
84
92
|
import { GroupSignerSettings } from './groupSignerSettings';
|
|
93
|
+
import { GroupUser } from './groupUser';
|
|
85
94
|
import { IdDocument } from './idDocument';
|
|
86
95
|
import { IdReport } from './idReport';
|
|
87
96
|
import { IdVerificationDetails } from './idVerificationDetails';
|
|
@@ -140,6 +149,7 @@ import { TemplateTag } from './templateTag';
|
|
|
140
149
|
import { TemplateTeamShare } from './templateTeamShare';
|
|
141
150
|
import { TextTagDefinition } from './textTagDefinition';
|
|
142
151
|
import { TextTagOffset } from './textTagOffset';
|
|
152
|
+
import { UpdateGroupContact } from './updateGroupContact';
|
|
143
153
|
import { UpdateUser } from './updateUser';
|
|
144
154
|
import { UpdateUserMetaData } from './updateUserMetaData';
|
|
145
155
|
import { UserPageDetails } from './userPageDetails';
|
|
@@ -228,6 +238,8 @@ export let enumsMap: {[index: string]: any} = {
|
|
|
228
238
|
"EmbeddedCreateTemplateRequest.ViewOptionEnum": EmbeddedCreateTemplateRequest.ViewOptionEnum,
|
|
229
239
|
"EmbeddedCreateTemplateRequest.LocaleEnum": EmbeddedCreateTemplateRequest.LocaleEnum,
|
|
230
240
|
"EmbeddedCreateTemplateRequest.AllowedSignatureTypesEnum": EmbeddedCreateTemplateRequest.AllowedSignatureTypesEnum,
|
|
241
|
+
"EmbeddedDocumentEditJsonRequest.SendViewOptionEnum": EmbeddedDocumentEditJsonRequest.SendViewOptionEnum,
|
|
242
|
+
"EmbeddedDocumentEditJsonRequest.LocaleEnum": EmbeddedDocumentEditJsonRequest.LocaleEnum,
|
|
231
243
|
"EmbeddedDocumentRequest.SendViewOptionEnum": EmbeddedDocumentRequest.SendViewOptionEnum,
|
|
232
244
|
"EmbeddedDocumentRequest.LocaleEnum": EmbeddedDocumentRequest.LocaleEnum,
|
|
233
245
|
"EmbeddedDocumentRequest.ExpiryDateTypeEnum": EmbeddedDocumentRequest.ExpiryDateTypeEnum,
|
|
@@ -339,10 +351,12 @@ export let typeMap: {[index: string]: any} = {
|
|
|
339
351
|
"ContactsDetails": ContactsDetails,
|
|
340
352
|
"ContactsList": ContactsList,
|
|
341
353
|
"CreateContactResponse": CreateContactResponse,
|
|
354
|
+
"CreateGroupContactResponse": CreateGroupContactResponse,
|
|
342
355
|
"CreateSenderIdentityRequest": CreateSenderIdentityRequest,
|
|
343
356
|
"CreateTeamRequest": CreateTeamRequest,
|
|
344
357
|
"CreateTemplateRequest": CreateTemplateRequest,
|
|
345
358
|
"CreateUser": CreateUser,
|
|
359
|
+
"Creators": Creators,
|
|
346
360
|
"CustomDomainSettings": CustomDomainSettings,
|
|
347
361
|
"CustomFieldCollection": CustomFieldCollection,
|
|
348
362
|
"CustomFieldMessage": CustomFieldMessage,
|
|
@@ -374,6 +388,8 @@ export let typeMap: {[index: string]: any} = {
|
|
|
374
388
|
"EditableDateFieldSettings": EditableDateFieldSettings,
|
|
375
389
|
"EmbeddedCreateTemplateRequest": EmbeddedCreateTemplateRequest,
|
|
376
390
|
"EmbeddedCustomFieldCreated": EmbeddedCustomFieldCreated,
|
|
391
|
+
"EmbeddedDocumentEditJsonRequest": EmbeddedDocumentEditJsonRequest,
|
|
392
|
+
"EmbeddedDocumentEdited": EmbeddedDocumentEdited,
|
|
377
393
|
"EmbeddedDocumentRequest": EmbeddedDocumentRequest,
|
|
378
394
|
"EmbeddedFileDetails": EmbeddedFileDetails,
|
|
379
395
|
"EmbeddedFileLink": EmbeddedFileLink,
|
|
@@ -395,8 +411,13 @@ export let typeMap: {[index: string]: any} = {
|
|
|
395
411
|
"FormFieldPermission": FormFieldPermission,
|
|
396
412
|
"FormGroup": FormGroup,
|
|
397
413
|
"FormulaFieldSettings": FormulaFieldSettings,
|
|
414
|
+
"GetGroupContactDetails": GetGroupContactDetails,
|
|
415
|
+
"GroupContact": GroupContact,
|
|
416
|
+
"GroupContactDetails": GroupContactDetails,
|
|
417
|
+
"GroupContactsList": GroupContactsList,
|
|
398
418
|
"GroupSigner": GroupSigner,
|
|
399
419
|
"GroupSignerSettings": GroupSignerSettings,
|
|
420
|
+
"GroupUser": GroupUser,
|
|
400
421
|
"IdDocument": IdDocument,
|
|
401
422
|
"IdReport": IdReport,
|
|
402
423
|
"IdVerificationDetails": IdVerificationDetails,
|
|
@@ -455,6 +476,7 @@ export let typeMap: {[index: string]: any} = {
|
|
|
455
476
|
"TemplateTeamShare": TemplateTeamShare,
|
|
456
477
|
"TextTagDefinition": TextTagDefinition,
|
|
457
478
|
"TextTagOffset": TextTagOffset,
|
|
479
|
+
"UpdateGroupContact": UpdateGroupContact,
|
|
458
480
|
"UpdateUser": UpdateUser,
|
|
459
481
|
"UpdateUserMetaData": UpdateUserMetaData,
|
|
460
482
|
"UserPageDetails": UserPageDetails,
|
|
@@ -494,10 +516,12 @@ export {
|
|
|
494
516
|
ContactsDetails,
|
|
495
517
|
ContactsList,
|
|
496
518
|
CreateContactResponse,
|
|
519
|
+
CreateGroupContactResponse,
|
|
497
520
|
CreateSenderIdentityRequest,
|
|
498
521
|
CreateTeamRequest,
|
|
499
522
|
CreateTemplateRequest,
|
|
500
523
|
CreateUser,
|
|
524
|
+
Creators,
|
|
501
525
|
CustomDomainSettings,
|
|
502
526
|
CustomFieldCollection,
|
|
503
527
|
CustomFieldMessage,
|
|
@@ -529,6 +553,8 @@ export {
|
|
|
529
553
|
EditableDateFieldSettings,
|
|
530
554
|
EmbeddedCreateTemplateRequest,
|
|
531
555
|
EmbeddedCustomFieldCreated,
|
|
556
|
+
EmbeddedDocumentEditJsonRequest,
|
|
557
|
+
EmbeddedDocumentEdited,
|
|
532
558
|
EmbeddedDocumentRequest,
|
|
533
559
|
EmbeddedFileDetails,
|
|
534
560
|
EmbeddedFileLink,
|
|
@@ -550,8 +576,13 @@ export {
|
|
|
550
576
|
FormFieldPermission,
|
|
551
577
|
FormGroup,
|
|
552
578
|
FormulaFieldSettings,
|
|
579
|
+
GetGroupContactDetails,
|
|
580
|
+
GroupContact,
|
|
581
|
+
GroupContactDetails,
|
|
582
|
+
GroupContactsList,
|
|
553
583
|
GroupSigner,
|
|
554
584
|
GroupSignerSettings,
|
|
585
|
+
GroupUser,
|
|
555
586
|
IdDocument,
|
|
556
587
|
IdReport,
|
|
557
588
|
IdVerificationDetails,
|
|
@@ -610,6 +641,7 @@ export {
|
|
|
610
641
|
TemplateTeamShare,
|
|
611
642
|
TextTagDefinition,
|
|
612
643
|
TextTagOffset,
|
|
644
|
+
UpdateGroupContact,
|
|
613
645
|
UpdateUser,
|
|
614
646
|
UpdateUserMetaData,
|
|
615
647
|
UserPageDetails,
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BoldSign API
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
import { GroupUser } from './groupUser';
|
|
15
|
+
|
|
16
|
+
export class UpdateGroupContact {
|
|
17
|
+
'groupName'?: string | null;
|
|
18
|
+
'directories'?: Array<string> | null;
|
|
19
|
+
'contacts'?: Array<GroupUser> | null;
|
|
20
|
+
|
|
21
|
+
static discriminator: string | undefined = undefined;
|
|
22
|
+
|
|
23
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
24
|
+
{
|
|
25
|
+
"name": "groupName",
|
|
26
|
+
"baseName": "groupName",
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "directories",
|
|
31
|
+
"baseName": "directories",
|
|
32
|
+
"type": "Array<string>"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "contacts",
|
|
36
|
+
"baseName": "contacts",
|
|
37
|
+
"type": "Array<GroupUser>"
|
|
38
|
+
} ];
|
|
39
|
+
|
|
40
|
+
static getAttributeTypeMap() {
|
|
41
|
+
return UpdateGroupContact.attributeTypeMap;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
package/package.json
CHANGED
package/boldsign-3.1.0.tgz
DELETED
|
Binary file
|