@equisoft/equisoft-connect-sdk-typescript 10.28.3 → 10.29.0

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.
Files changed (98) hide show
  1. package/dist/models/ContactContactAdditionalInformation.d.ts +10 -10
  2. package/dist/models/ContactContactAddress.d.ts +10 -10
  3. package/dist/models/ContactContactEmail.d.ts +5 -5
  4. package/dist/models/ContactContactIdentification.d.ts +9 -9
  5. package/dist/models/ContactContactMaritalStatus.d.ts +5 -5
  6. package/dist/models/ContactContactOccupation.d.ts +6 -6
  7. package/dist/models/ContactContactPhone.d.ts +7 -7
  8. package/dist/models/ContactContactSegmentation.d.ts +7 -7
  9. package/dist/models/ContactContactWebsite.d.ts +4 -4
  10. package/dist/models/ContactsContact.d.ts +11 -11
  11. package/dist/models/ContextEquisoftConnect.d.ts +2 -2
  12. package/dist/models/ContextUserContext.d.ts +2 -2
  13. package/dist/models/EventsCreateEventPayload.d.ts +4 -4
  14. package/dist/models/EventsEvent.d.ts +19 -16
  15. package/dist/models/EventsEvent.js +8 -8
  16. package/dist/models/EventsGetEventInstancesResponse.d.ts +1 -1
  17. package/dist/models/EventsPatchEventPayload.d.ts +4 -4
  18. package/dist/models/FieldValue.d.ts +1 -1
  19. package/dist/models/GatewaysCredentials.d.ts +8 -8
  20. package/dist/models/GatewaysCredentialsWithSsn.d.ts +14 -14
  21. package/dist/models/GatewaysCredentialsWithSsn.js +2 -2
  22. package/dist/models/InternalNotesNote.d.ts +2 -2
  23. package/dist/models/InternalNotesNote.js +2 -2
  24. package/dist/models/InternalNotesNoteList.d.ts +1 -1
  25. package/dist/models/LaserAppLaserAppAnywhereError.d.ts +1 -1
  26. package/dist/models/LaserAppLaserAppAnywhereResponse.d.ts +1 -1
  27. package/dist/models/LegacyAddUpdateResponse.d.ts +6 -6
  28. package/dist/models/LegacyAddUpdateResponse.js +2 -2
  29. package/dist/models/LegacyContactContactPayloadItem.d.ts +96 -96
  30. package/dist/models/LegacyContactContactPayloadItem.js +32 -32
  31. package/dist/models/LegacyDocumentBase64FilePayloadItem.d.ts +12 -12
  32. package/dist/models/LegacyDocumentBase64FilePayloadItem.js +4 -4
  33. package/dist/models/LegacyDocumentDownloadFileResponse.d.ts +6 -6
  34. package/dist/models/LegacyDocumentDownloadFileResponse.js +2 -2
  35. package/dist/models/LegacyDocumentGetListResponse.d.ts +6 -6
  36. package/dist/models/LegacyDocumentGetListResponse.js +2 -2
  37. package/dist/models/LegacyDocumentGetResponse.d.ts +6 -6
  38. package/dist/models/LegacyDocumentGetResponse.js +2 -2
  39. package/dist/models/LegacyFinanceGetAccountStatementResponse.d.ts +6 -6
  40. package/dist/models/LegacyFinanceGetAccountStatementResponse.js +2 -2
  41. package/dist/models/LegacyFinanceGetLiabilitiesResponse.d.ts +6 -6
  42. package/dist/models/LegacyFinanceGetLiabilitiesResponse.js +2 -2
  43. package/dist/models/LegacyProvisioningGetOrganizationListResponse.d.ts +6 -6
  44. package/dist/models/LegacyProvisioningGetOrganizationListResponse.js +2 -2
  45. package/dist/models/LegacyProvisioningGetOrganizationResponse.d.ts +6 -6
  46. package/dist/models/LegacyProvisioningGetOrganizationResponse.js +2 -2
  47. package/dist/models/MovementMovement.d.ts +6 -6
  48. package/dist/models/MovementUser.d.ts +3 -3
  49. package/dist/models/MovementUser.js +2 -2
  50. package/dist/models/MxRecipient.d.ts +4 -4
  51. package/dist/models/TasksCreateTaskPayload.d.ts +3 -3
  52. package/dist/models/TasksListTaskResponse.d.ts +1 -1
  53. package/dist/models/TasksPatchTaskPayload.d.ts +3 -3
  54. package/dist/models/TasksTask.d.ts +15 -15
  55. package/dist/models/TasksTask.js +16 -16
  56. package/dist/models/Translation.d.ts +2 -2
  57. package/package.json +1 -1
  58. package/src/models/ContactContactAdditionalInformation.ts +10 -10
  59. package/src/models/ContactContactAddress.ts +10 -10
  60. package/src/models/ContactContactEmail.ts +5 -5
  61. package/src/models/ContactContactIdentification.ts +9 -9
  62. package/src/models/ContactContactMaritalStatus.ts +5 -5
  63. package/src/models/ContactContactOccupation.ts +6 -6
  64. package/src/models/ContactContactPhone.ts +7 -7
  65. package/src/models/ContactContactSegmentation.ts +7 -7
  66. package/src/models/ContactContactWebsite.ts +4 -4
  67. package/src/models/ContactsContact.ts +11 -11
  68. package/src/models/ContextEquisoftConnect.ts +2 -2
  69. package/src/models/ContextUserContext.ts +2 -2
  70. package/src/models/EventsCreateEventPayload.ts +4 -4
  71. package/src/models/EventsEvent.ts +27 -24
  72. package/src/models/EventsGetEventInstancesResponse.ts +1 -1
  73. package/src/models/EventsPatchEventPayload.ts +4 -4
  74. package/src/models/FieldValue.ts +1 -1
  75. package/src/models/GatewaysCredentials.ts +8 -8
  76. package/src/models/GatewaysCredentialsWithSsn.ts +16 -16
  77. package/src/models/InternalNotesNote.ts +4 -4
  78. package/src/models/InternalNotesNoteList.ts +1 -1
  79. package/src/models/LaserAppLaserAppAnywhereError.ts +1 -1
  80. package/src/models/LaserAppLaserAppAnywhereResponse.ts +1 -1
  81. package/src/models/LegacyAddUpdateResponse.ts +8 -8
  82. package/src/models/LegacyContactContactPayloadItem.ts +128 -128
  83. package/src/models/LegacyDocumentBase64FilePayloadItem.ts +16 -16
  84. package/src/models/LegacyDocumentDownloadFileResponse.ts +8 -8
  85. package/src/models/LegacyDocumentGetListResponse.ts +8 -8
  86. package/src/models/LegacyDocumentGetResponse.ts +8 -8
  87. package/src/models/LegacyFinanceGetAccountStatementResponse.ts +8 -8
  88. package/src/models/LegacyFinanceGetLiabilitiesResponse.ts +8 -8
  89. package/src/models/LegacyProvisioningGetOrganizationListResponse.ts +8 -8
  90. package/src/models/LegacyProvisioningGetOrganizationResponse.ts +8 -8
  91. package/src/models/MovementMovement.ts +6 -6
  92. package/src/models/MovementUser.ts +5 -5
  93. package/src/models/MxRecipient.ts +4 -4
  94. package/src/models/TasksCreateTaskPayload.ts +3 -3
  95. package/src/models/TasksListTaskResponse.ts +1 -1
  96. package/src/models/TasksPatchTaskPayload.ts +3 -3
  97. package/src/models/TasksTask.ts +31 -31
  98. package/src/models/Translation.ts +2 -2
@@ -17,61 +17,61 @@ import { FieldValue } from './FieldValue';
17
17
  */
18
18
  export interface ContactContactAdditionalInformation {
19
19
  /**
20
- *
20
+ * Is the contact deceased
21
21
  * @type {boolean}
22
22
  * @memberof ContactContactAdditionalInformation
23
23
  */
24
24
  isDeceased?: boolean;
25
25
  /**
26
- *
26
+ * Deceased date
27
27
  * @type {Date}
28
28
  * @memberof ContactContactAdditionalInformation
29
29
  */
30
30
  deceasedDate?: Date | null;
31
31
  /**
32
- *
32
+ * Is the contact a smoker
33
33
  * @type {boolean}
34
34
  * @memberof ContactContactAdditionalInformation
35
35
  */
36
36
  isSmoker?: boolean | null;
37
37
  /**
38
- *
38
+ * Smoker end date
39
39
  * @type {Date}
40
40
  * @memberof ContactContactAdditionalInformation
41
41
  */
42
42
  smokerEndDate?: Date | null;
43
43
  /**
44
- *
44
+ * Birthdate
45
45
  * @type {Date}
46
46
  * @memberof ContactContactAdditionalInformation
47
47
  */
48
48
  birthDate?: Date | null;
49
49
  /**
50
- *
50
+ * Facebook link
51
51
  * @type {string}
52
52
  * @memberof ContactContactAdditionalInformation
53
53
  */
54
54
  facebookLink?: string;
55
55
  /**
56
- *
56
+ * Twitter link
57
57
  * @type {string}
58
58
  * @memberof ContactContactAdditionalInformation
59
59
  */
60
60
  twitterLink?: string;
61
61
  /**
62
- *
62
+ * LinkedIn link
63
63
  * @type {string}
64
64
  * @memberof ContactContactAdditionalInformation
65
65
  */
66
66
  linkedInLink?: string;
67
67
  /**
68
- *
68
+ * Contact's language
69
69
  * @type {FieldValue}
70
70
  * @memberof ContactContactAdditionalInformation
71
71
  */
72
72
  language?: FieldValue | null;
73
73
  /**
74
- *
74
+ * Contact's picture document id
75
75
  * @type {number}
76
76
  * @memberof ContactContactAdditionalInformation
77
77
  */
@@ -17,19 +17,19 @@ import { FieldValue } from './FieldValue';
17
17
  */
18
18
  export interface ContactContactAddress {
19
19
  /**
20
- *
20
+ * Address unique identifier
21
21
  * @type {number}
22
22
  * @memberof ContactContactAddress
23
23
  */
24
24
  id?: number;
25
25
  /**
26
- *
26
+ * Is the contact main address
27
27
  * @type {boolean}
28
28
  * @memberof ContactContactAddress
29
29
  */
30
30
  isMain?: boolean;
31
31
  /**
32
- *
32
+ * Is the contact postal address
33
33
  * @type {boolean}
34
34
  * @memberof ContactContactAddress
35
35
  */
@@ -41,31 +41,31 @@ export interface ContactContactAddress {
41
41
  */
42
42
  type?: FieldValue;
43
43
  /**
44
- *
44
+ * Address line 1
45
45
  * @type {string}
46
46
  * @memberof ContactContactAddress
47
47
  */
48
48
  line1?: string;
49
49
  /**
50
- *
50
+ * Address line 2
51
51
  * @type {string}
52
52
  * @memberof ContactContactAddress
53
53
  */
54
54
  line2?: string;
55
55
  /**
56
- *
56
+ * Address state or province
57
57
  * @type {string}
58
58
  * @memberof ContactContactAddress
59
59
  */
60
60
  stateProvince?: string;
61
61
  /**
62
- *
62
+ * Country
63
63
  * @type {string}
64
64
  * @memberof ContactContactAddress
65
65
  */
66
66
  country?: string;
67
67
  /**
68
- *
68
+ * Postal code
69
69
  * @type {string}
70
70
  * @memberof ContactContactAddress
71
71
  */
@@ -77,13 +77,13 @@ export interface ContactContactAddress {
77
77
  */
78
78
  dateSince?: Date | null;
79
79
  /**
80
- *
80
+ * City
81
81
  * @type {string}
82
82
  * @memberof ContactContactAddress
83
83
  */
84
84
  city?: string;
85
85
  /**
86
- *
86
+ * Is address locked for modifications
87
87
  * @type {boolean}
88
88
  * @memberof ContactContactAddress
89
89
  */
@@ -17,13 +17,13 @@ import { FieldValue } from './FieldValue';
17
17
  */
18
18
  export interface ContactContactEmail {
19
19
  /**
20
- *
20
+ * Email unique identifier
21
21
  * @type {number}
22
22
  * @memberof ContactContactEmail
23
23
  */
24
24
  id?: number;
25
25
  /**
26
- *
26
+ * Is the main email for contact
27
27
  * @type {boolean}
28
28
  * @memberof ContactContactEmail
29
29
  */
@@ -35,19 +35,19 @@ export interface ContactContactEmail {
35
35
  */
36
36
  type?: FieldValue;
37
37
  /**
38
- *
38
+ * Email address
39
39
  * @type {string}
40
40
  * @memberof ContactContactEmail
41
41
  */
42
42
  email?: string;
43
43
  /**
44
- *
44
+ * Email notes
45
45
  * @type {string}
46
46
  * @memberof ContactContactEmail
47
47
  */
48
48
  notes?: string;
49
49
  /**
50
- *
50
+ * Is email locked for modifications
51
51
  * @type {boolean}
52
52
  * @memberof ContactContactEmail
53
53
  */
@@ -17,55 +17,55 @@ import { FieldValue } from './FieldValue';
17
17
  */
18
18
  export interface ContactContactIdentification {
19
19
  /**
20
- *
20
+ * Contact's title
21
21
  * @type {FieldValue}
22
22
  * @memberof ContactContactIdentification
23
23
  */
24
24
  title?: FieldValue | null;
25
25
  /**
26
- *
26
+ * Contact's gender
27
27
  * @type {string}
28
28
  * @memberof ContactContactIdentification
29
29
  */
30
30
  gender?: string;
31
31
  /**
32
- *
32
+ * Contact's first name
33
33
  * @type {string}
34
34
  * @memberof ContactContactIdentification
35
35
  */
36
36
  firstName?: string;
37
37
  /**
38
- *
38
+ * Contact's middle name
39
39
  * @type {string}
40
40
  * @memberof ContactContactIdentification
41
41
  */
42
42
  middleName?: string;
43
43
  /**
44
- *
44
+ * Contact's last name
45
45
  * @type {string}
46
46
  * @memberof ContactContactIdentification
47
47
  */
48
48
  lastName?: string;
49
49
  /**
50
- *
50
+ * Contact's maiden name
51
51
  * @type {string}
52
52
  * @memberof ContactContactIdentification
53
53
  */
54
54
  maidenName?: string;
55
55
  /**
56
- *
56
+ * Contact's suffix
57
57
  * @type {string}
58
58
  * @memberof ContactContactIdentification
59
59
  */
60
60
  suffix?: string;
61
61
  /**
62
- *
62
+ * Contact's greeting
63
63
  * @type {string}
64
64
  * @memberof ContactContactIdentification
65
65
  */
66
66
  greeting?: string;
67
67
  /**
68
- *
68
+ * Contact's client number
69
69
  * @type {string}
70
70
  * @memberof ContactContactIdentification
71
71
  */
@@ -17,31 +17,31 @@ import { FieldValue } from './FieldValue';
17
17
  */
18
18
  export interface ContactContactMaritalStatus {
19
19
  /**
20
- *
20
+ * Marital status unique identifier
21
21
  * @type {number}
22
22
  * @memberof ContactContactMaritalStatus
23
23
  */
24
24
  id?: number;
25
25
  /**
26
- *
26
+ * Marital status start date
27
27
  * @type {Date}
28
28
  * @memberof ContactContactMaritalStatus
29
29
  */
30
30
  startDate?: Date | null;
31
31
  /**
32
- *
32
+ * Marital status end date
33
33
  * @type {Date}
34
34
  * @memberof ContactContactMaritalStatus
35
35
  */
36
36
  endDate?: Date | null;
37
37
  /**
38
- *
38
+ * Marital status current status
39
39
  * @type {FieldValue}
40
40
  * @memberof ContactContactMaritalStatus
41
41
  */
42
42
  status?: FieldValue | null;
43
43
  /**
44
- *
44
+ * Marriage contract type
45
45
  * @type {FieldValue}
46
46
  * @memberof ContactContactMaritalStatus
47
47
  */
@@ -16,37 +16,37 @@
16
16
  */
17
17
  export interface ContactContactOccupation {
18
18
  /**
19
- *
19
+ * Occupation unique identifier
20
20
  * @type {number}
21
21
  * @memberof ContactContactOccupation
22
22
  */
23
23
  id?: number;
24
24
  /**
25
- *
25
+ * Occupation description
26
26
  * @type {string}
27
27
  * @memberof ContactContactOccupation
28
28
  */
29
29
  occupation?: string;
30
30
  /**
31
- *
31
+ * Employer
32
32
  * @type {string}
33
33
  * @memberof ContactContactOccupation
34
34
  */
35
35
  employer?: string;
36
36
  /**
37
- *
37
+ * Occupation's start date
38
38
  * @type {Date}
39
39
  * @memberof ContactContactOccupation
40
40
  */
41
41
  startDate?: Date | null;
42
42
  /**
43
- *
43
+ * Occupation's end date
44
44
  * @type {Date}
45
45
  * @memberof ContactContactOccupation
46
46
  */
47
47
  endDate?: Date | null;
48
48
  /**
49
- *
49
+ * Occupation's annual income
50
50
  * @type {number}
51
51
  * @memberof ContactContactOccupation
52
52
  */
@@ -17,13 +17,13 @@ import { FieldValue } from './FieldValue';
17
17
  */
18
18
  export interface ContactContactPhone {
19
19
  /**
20
- *
20
+ * Phone unique identifier
21
21
  * @type {number}
22
22
  * @memberof ContactContactPhone
23
23
  */
24
24
  id?: number;
25
25
  /**
26
- *
26
+ * Is contact's main phone
27
27
  * @type {boolean}
28
28
  * @memberof ContactContactPhone
29
29
  */
@@ -35,31 +35,31 @@ export interface ContactContactPhone {
35
35
  */
36
36
  type?: FieldValue;
37
37
  /**
38
- *
38
+ * Phone number
39
39
  * @type {string}
40
40
  * @memberof ContactContactPhone
41
41
  */
42
42
  number?: string;
43
43
  /**
44
- *
44
+ * Phone extension
45
45
  * @type {string}
46
46
  * @memberof ContactContactPhone
47
47
  */
48
48
  extension?: string;
49
49
  /**
50
- *
50
+ * Is phone a long distance number
51
51
  * @type {boolean}
52
52
  * @memberof ContactContactPhone
53
53
  */
54
54
  longDistance?: boolean;
55
55
  /**
56
- *
56
+ * Phone's notes
57
57
  * @type {string}
58
58
  * @memberof ContactContactPhone
59
59
  */
60
60
  notes?: string;
61
61
  /**
62
- *
62
+ * Is phone locked for modifications
63
63
  * @type {boolean}
64
64
  * @memberof ContactContactPhone
65
65
  */
@@ -47,43 +47,43 @@ export interface ContactContactSegmentation {
47
47
  */
48
48
  industries: Array<FieldValue>;
49
49
  /**
50
- *
50
+ * Contact's segmentation 1
51
51
  * @type {FieldValue}
52
52
  * @memberof ContactContactSegmentation
53
53
  */
54
54
  segmentation1?: FieldValue | null;
55
55
  /**
56
- *
56
+ * Contact's segmentation 2
57
57
  * @type {FieldValue}
58
58
  * @memberof ContactContactSegmentation
59
59
  */
60
60
  segmentation2?: FieldValue | null;
61
61
  /**
62
- *
62
+ * Contact's segmentation 3
63
63
  * @type {FieldValue}
64
64
  * @memberof ContactContactSegmentation
65
65
  */
66
66
  segmentation3?: FieldValue | null;
67
67
  /**
68
- *
68
+ * Contact's segmentation 4
69
69
  * @type {FieldValue}
70
70
  * @memberof ContactContactSegmentation
71
71
  */
72
72
  segmentation4?: FieldValue | null;
73
73
  /**
74
- *
74
+ * Contact's segmentation 5
75
75
  * @type {FieldValue}
76
76
  * @memberof ContactContactSegmentation
77
77
  */
78
78
  segmentation5?: FieldValue | null;
79
79
  /**
80
- *
80
+ * Contact's segmentation 6
81
81
  * @type {FieldValue}
82
82
  * @memberof ContactContactSegmentation
83
83
  */
84
84
  segmentation6?: FieldValue | null;
85
85
  /**
86
- *
86
+ * Contact's territory
87
87
  * @type {FieldValue}
88
88
  * @memberof ContactContactSegmentation
89
89
  */
@@ -16,25 +16,25 @@
16
16
  */
17
17
  export interface ContactContactWebsite {
18
18
  /**
19
- *
19
+ * Website unique identifier
20
20
  * @type {number}
21
21
  * @memberof ContactContactWebsite
22
22
  */
23
23
  id?: number;
24
24
  /**
25
- *
25
+ * Website's url
26
26
  * @type {string}
27
27
  * @memberof ContactContactWebsite
28
28
  */
29
29
  url?: string;
30
30
  /**
31
- *
31
+ * Is the contact's main website
32
32
  * @type {boolean}
33
33
  * @memberof ContactContactWebsite
34
34
  */
35
35
  isMain?: boolean;
36
36
  /**
37
- *
37
+ * Is website locked for modifications
38
38
  * @type {boolean}
39
39
  * @memberof ContactContactWebsite
40
40
  */
@@ -25,55 +25,55 @@ import { ContactContactWebsite } from './ContactContactWebsite';
25
25
  */
26
26
  export interface ContactsContact {
27
27
  /**
28
- *
28
+ * Contact unique numeric identifier
29
29
  * @type {number}
30
30
  * @memberof ContactsContact
31
31
  */
32
32
  id: number;
33
33
  /**
34
- *
34
+ * Contact unique string identifier
35
35
  * @type {string}
36
36
  * @memberof ContactsContact
37
37
  */
38
38
  uuid: string;
39
39
  /**
40
- *
40
+ * Contact type ('CUS','OTHER')
41
41
  * @type {string}
42
42
  * @memberof ContactsContact
43
43
  */
44
44
  contactType: string;
45
45
  /**
46
- *
46
+ * Contact complete name ("[Last name] [First Name]") or company Name for 'Organization' contact
47
47
  * @type {string}
48
48
  * @memberof ContactsContact
49
49
  */
50
50
  displayName?: string;
51
51
  /**
52
- *
52
+ * Contact sort name
53
53
  * @type {string}
54
54
  * @memberof ContactsContact
55
55
  */
56
56
  sortName?: string;
57
57
  /**
58
- *
58
+ * Contact notes
59
59
  * @type {string}
60
60
  * @memberof ContactsContact
61
61
  */
62
62
  notes?: string;
63
63
  /**
64
- *
64
+ * Contact additional information related to the notes
65
65
  * @type {string}
66
66
  * @memberof ContactsContact
67
67
  */
68
68
  notesAdditionalInformation?: string;
69
69
  /**
70
- *
70
+ * Creation time. As defined by date-time - RFC3339
71
71
  * @type {Date}
72
72
  * @memberof ContactsContact
73
73
  */
74
74
  creationDate?: Date | null;
75
75
  /**
76
- *
76
+ * Last update time. As defined by date-time - RFC3339
77
77
  * @type {Date}
78
78
  * @memberof ContactsContact
79
79
  */
@@ -91,13 +91,13 @@ export interface ContactsContact {
91
91
  */
92
92
  additionalInformation?: ContactContactAdditionalInformation;
93
93
  /**
94
- *
94
+ * Contact current marital status
95
95
  * @type {ContactContactMaritalStatus}
96
96
  * @memberof ContactsContact
97
97
  */
98
98
  currentMaritalStatus?: ContactContactMaritalStatus | null;
99
99
  /**
100
- *
100
+ * Contact current occupation
101
101
  * @type {ContactContactOccupation}
102
102
  * @memberof ContactsContact
103
103
  */
@@ -19,13 +19,13 @@ import { ContextPreferences } from './ContextPreferences';
19
19
  */
20
20
  export interface ContextEquisoftConnect {
21
21
  /**
22
- * $profile
22
+ * Profile name
23
23
  * @type {string}
24
24
  * @memberof ContextEquisoftConnect
25
25
  */
26
26
  profile: string;
27
27
  /**
28
- * $appVersion
28
+ * Application version
29
29
  * @type {string}
30
30
  * @memberof ContextEquisoftConnect
31
31
  */
@@ -37,11 +37,11 @@ export interface ContextUserContext {
37
37
  */
38
38
  user: ContextUser;
39
39
  /**
40
- *
40
+ * actor
41
41
  * @type {ContextActor}
42
42
  * @memberof ContextUserContext
43
43
  */
44
- actor?: ContextActor;
44
+ actor?: ContextActor | null;
45
45
  /**
46
46
  *
47
47
  * @type {ContextEquisoftConnect}
@@ -66,10 +66,10 @@ export interface EventsCreateEventPayload {
66
66
  location?: string;
67
67
  /**
68
68
  * Event type
69
- * @type {any}
69
+ * @type {string}
70
70
  * @memberof EventsCreateEventPayload
71
71
  */
72
- type?: any | null;
72
+ type?: string;
73
73
  /**
74
74
  * ID of the field value to use as category.
75
75
  * @type {number}
@@ -84,10 +84,10 @@ export interface EventsCreateEventPayload {
84
84
  subCategoryId?: number;
85
85
  /**
86
86
  * Importance/Priority of an event or task. 5 is the most important.
87
- * @type {any}
87
+ * @type {number}
88
88
  * @memberof EventsCreateEventPayload
89
89
  */
90
- priority?: any | null;
90
+ priority?: number;
91
91
  /**
92
92
  * Confidentiality level of the Event (private or not). [NORMAL, PRIVATE]
93
93
  * @type {string}