@unified-api/typescript-sdk 1.0.10 → 1.0.12

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 (124) hide show
  1. package/dist/sdk/accounting.d.ts +5 -5
  2. package/dist/sdk/accounting.js +5 -5
  3. package/dist/sdk/applicationstatus.d.ts +1 -1
  4. package/dist/sdk/applicationstatus.js +1 -1
  5. package/dist/sdk/ats.d.ts +6 -6
  6. package/dist/sdk/ats.js +6 -6
  7. package/dist/sdk/crm.d.ts +5 -5
  8. package/dist/sdk/crm.js +5 -5
  9. package/dist/sdk/event.d.ts +5 -5
  10. package/dist/sdk/event.js +5 -5
  11. package/dist/sdk/hris.d.ts +16 -0
  12. package/dist/sdk/hris.js +252 -0
  13. package/dist/sdk/interview.d.ts +5 -5
  14. package/dist/sdk/interview.js +5 -5
  15. package/dist/sdk/invoice.d.ts +5 -5
  16. package/dist/sdk/invoice.js +5 -5
  17. package/dist/sdk/link.d.ts +6 -6
  18. package/dist/sdk/link.js +6 -6
  19. package/dist/sdk/martech.d.ts +1 -1
  20. package/dist/sdk/martech.js +1 -1
  21. package/dist/sdk/member.d.ts +1 -1
  22. package/dist/sdk/member.js +1 -1
  23. package/dist/sdk/models/operations/gethrispayslip.d.ts +35 -0
  24. package/dist/sdk/models/operations/gethrispayslip.js +99 -0
  25. package/dist/sdk/models/operations/gethristimeoff.d.ts +35 -0
  26. package/dist/sdk/models/operations/gethristimeoff.js +99 -0
  27. package/dist/sdk/models/operations/getunifiedintegrationauth.d.ts +4 -0
  28. package/dist/sdk/models/operations/getunifiedintegrationauth.js +4 -0
  29. package/dist/sdk/models/operations/index.d.ts +4 -0
  30. package/dist/sdk/models/operations/index.js +4 -0
  31. package/dist/sdk/models/operations/listaccountingcontacts.d.ts +0 -3
  32. package/dist/sdk/models/operations/listaccountinginvoices.d.ts +0 -3
  33. package/dist/sdk/models/operations/listatsactivities.d.ts +0 -18
  34. package/dist/sdk/models/operations/listatsapplications.d.ts +0 -6
  35. package/dist/sdk/models/operations/listatsdocuments.d.ts +0 -3
  36. package/dist/sdk/models/operations/listatsinterviews.d.ts +0 -3
  37. package/dist/sdk/models/operations/listatsscorecards.d.ts +0 -12
  38. package/dist/sdk/models/operations/listcommercecollections.d.ts +1 -0
  39. package/dist/sdk/models/operations/listcommercecollections.js +4 -0
  40. package/dist/sdk/models/operations/listcommerceinventories.d.ts +0 -6
  41. package/dist/sdk/models/operations/listcommerceitems.d.ts +1 -0
  42. package/dist/sdk/models/operations/listcommerceitems.js +4 -0
  43. package/dist/sdk/models/operations/listcrmcompanies.d.ts +0 -9
  44. package/dist/sdk/models/operations/listcrmcontacts.d.ts +0 -9
  45. package/dist/sdk/models/operations/listcrmdeals.d.ts +0 -9
  46. package/dist/sdk/models/operations/listcrmevents.d.ts +0 -12
  47. package/dist/sdk/models/operations/listcrmleads.d.ts +0 -9
  48. package/dist/sdk/models/operations/listhrispayslips.d.ts +44 -0
  49. package/dist/sdk/models/operations/listhrispayslips.js +123 -0
  50. package/dist/sdk/models/operations/listhristimeoffs.d.ts +44 -0
  51. package/dist/sdk/models/operations/listhristimeoffs.js +123 -0
  52. package/dist/sdk/models/operations/listmartechmembers.d.ts +0 -3
  53. package/dist/sdk/models/operations/listpaymentlinks.d.ts +0 -6
  54. package/dist/sdk/models/operations/listpaymentpayments.d.ts +0 -6
  55. package/dist/sdk/models/operations/listpaymentrefunds.d.ts +0 -3
  56. package/dist/sdk/models/operations/listticketingnotes.d.ts +0 -3
  57. package/dist/sdk/models/operations/listticketingtickets.d.ts +0 -6
  58. package/dist/sdk/models/shared/commercecollection.d.ts +6 -1
  59. package/dist/sdk/models/shared/commercecollection.js +12 -6
  60. package/dist/sdk/models/shared/hrispayslip.d.ts +22 -0
  61. package/dist/sdk/models/shared/hrispayslip.js +133 -0
  62. package/dist/sdk/models/shared/hrispayslipdetail.d.ts +28 -0
  63. package/dist/sdk/models/shared/hrispayslipdetail.js +90 -0
  64. package/dist/sdk/models/shared/hristimeoff.d.ts +24 -0
  65. package/dist/sdk/models/shared/hristimeoff.js +131 -0
  66. package/dist/sdk/models/shared/index.d.ts +3 -0
  67. package/dist/sdk/models/shared/index.js +3 -0
  68. package/dist/sdk/models/shared/integrationsupport.d.ts +3 -0
  69. package/dist/sdk/models/shared/integrationsupport.js +15 -0
  70. package/dist/sdk/models/shared/propertyconnectionpermissions.d.ts +4 -0
  71. package/dist/sdk/models/shared/propertyconnectionpermissions.js +4 -0
  72. package/dist/sdk/models/shared/webhook.d.ts +2 -0
  73. package/dist/sdk/models/shared/webhook.js +2 -0
  74. package/dist/sdk/payment.d.ts +6 -6
  75. package/dist/sdk/payment.js +6 -6
  76. package/dist/sdk/payslip.d.ts +15 -0
  77. package/dist/sdk/payslip.js +213 -0
  78. package/dist/sdk/sdk.d.ts +4 -0
  79. package/dist/sdk/sdk.js +7 -3
  80. package/dist/sdk/timeoff.d.ts +15 -0
  81. package/dist/sdk/timeoff.js +213 -0
  82. package/docs/sdk/models/operations/gethrispaysliprequest.md +10 -0
  83. package/docs/sdk/models/operations/gethrispayslipresponse.md +11 -0
  84. package/docs/sdk/models/operations/gethristimeoffrequest.md +10 -0
  85. package/docs/sdk/models/operations/gethristimeoffresponse.md +11 -0
  86. package/docs/sdk/models/operations/listaccountingcontactsrequest.md +1 -1
  87. package/docs/sdk/models/operations/listaccountinginvoicesrequest.md +1 -1
  88. package/docs/sdk/models/operations/listatsactivitiesrequest.md +6 -6
  89. package/docs/sdk/models/operations/listatsapplicationsrequest.md +2 -2
  90. package/docs/sdk/models/operations/listatsdocumentsrequest.md +1 -1
  91. package/docs/sdk/models/operations/listatsinterviewsrequest.md +1 -1
  92. package/docs/sdk/models/operations/listatsscorecardsrequest.md +4 -4
  93. package/docs/sdk/models/operations/listcommercecollectionsrequest.md +1 -0
  94. package/docs/sdk/models/operations/listcommerceinventoriesrequest.md +2 -2
  95. package/docs/sdk/models/operations/listcommerceitemsrequest.md +1 -0
  96. package/docs/sdk/models/operations/listcrmcompaniesrequest.md +3 -3
  97. package/docs/sdk/models/operations/listcrmcontactsrequest.md +3 -3
  98. package/docs/sdk/models/operations/listcrmdealsrequest.md +3 -3
  99. package/docs/sdk/models/operations/listcrmeventsrequest.md +4 -4
  100. package/docs/sdk/models/operations/listcrmleadsrequest.md +3 -3
  101. package/docs/sdk/models/operations/listhrispayslipsrequest.md +16 -0
  102. package/docs/sdk/models/operations/listhrispayslipsresponse.md +11 -0
  103. package/docs/sdk/models/operations/listhristimeoffsrequest.md +16 -0
  104. package/docs/sdk/models/operations/listhristimeoffsresponse.md +11 -0
  105. package/docs/sdk/models/operations/listmartechmembersrequest.md +1 -1
  106. package/docs/sdk/models/operations/listpaymentlinksrequest.md +2 -2
  107. package/docs/sdk/models/operations/listpaymentpaymentsrequest.md +2 -2
  108. package/docs/sdk/models/operations/listpaymentrefundsrequest.md +1 -1
  109. package/docs/sdk/models/operations/listticketingnotesrequest.md +1 -1
  110. package/docs/sdk/models/operations/listticketingticketsrequest.md +2 -2
  111. package/docs/sdk/models/operations/scopes.md +4 -0
  112. package/docs/sdk/models/shared/commercecollection.md +1 -1
  113. package/docs/sdk/models/shared/commercecollectiontype.md +10 -0
  114. package/docs/sdk/models/shared/hrispayslip.md +20 -0
  115. package/docs/sdk/models/shared/hrispayslipdetail.md +13 -0
  116. package/docs/sdk/models/shared/hrispayslipdetailtype.md +24 -0
  117. package/docs/sdk/models/shared/hristimeoff.md +19 -0
  118. package/docs/sdk/models/shared/hristimeoffstatus.md +10 -0
  119. package/docs/sdk/models/shared/hristimeofftype.md +9 -0
  120. package/docs/sdk/models/shared/integrationsupport.md +3 -0
  121. package/docs/sdk/models/shared/objecttype.md +2 -0
  122. package/docs/sdk/models/shared/paymenttype.md +10 -0
  123. package/docs/sdk/models/shared/propertyconnectionpermissions.md +4 -0
  124. package/package.json +1 -1
@@ -13,7 +13,7 @@ export declare class Accounting {
13
13
  */
14
14
  createAccountingContact(req: operations.CreateAccountingContactRequest, config?: AxiosRequestConfig): Promise<operations.CreateAccountingContactResponse>;
15
15
  /**
16
- * Create a invoice
16
+ * Create an invoice
17
17
  */
18
18
  createAccountingInvoice(req: operations.CreateAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.CreateAccountingInvoiceResponse>;
19
19
  /**
@@ -33,7 +33,7 @@ export declare class Accounting {
33
33
  */
34
34
  getAccountingContact(req: operations.GetAccountingContactRequest, config?: AxiosRequestConfig): Promise<operations.GetAccountingContactResponse>;
35
35
  /**
36
- * Retrieve a invoice
36
+ * Retrieve an invoice
37
37
  */
38
38
  getAccountingInvoice(req: operations.GetAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.GetAccountingInvoiceResponse>;
39
39
  /**
@@ -81,7 +81,7 @@ export declare class Accounting {
81
81
  */
82
82
  patchAccountingContact(req: operations.PatchAccountingContactRequest, config?: AxiosRequestConfig): Promise<operations.PatchAccountingContactResponse>;
83
83
  /**
84
- * Update a invoice
84
+ * Update an invoice
85
85
  */
86
86
  patchAccountingInvoice(req: operations.PatchAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.PatchAccountingInvoiceResponse>;
87
87
  /**
@@ -101,7 +101,7 @@ export declare class Accounting {
101
101
  */
102
102
  removeAccountingContact(req: operations.RemoveAccountingContactRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAccountingContactResponse>;
103
103
  /**
104
- * Remove a invoice
104
+ * Remove an invoice
105
105
  */
106
106
  removeAccountingInvoice(req: operations.RemoveAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAccountingInvoiceResponse>;
107
107
  /**
@@ -121,7 +121,7 @@ export declare class Accounting {
121
121
  */
122
122
  updateAccountingContact(req: operations.UpdateAccountingContactRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAccountingContactResponse>;
123
123
  /**
124
- * Update a invoice
124
+ * Update an invoice
125
125
  */
126
126
  updateAccountingInvoice(req: operations.UpdateAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAccountingInvoiceResponse>;
127
127
  /**
@@ -241,7 +241,7 @@ var Accounting = /** @class */ (function () {
241
241
  });
242
242
  };
243
243
  /**
244
- * Create a invoice
244
+ * Create an invoice
245
245
  */
246
246
  Accounting.prototype.createAccountingInvoice = function (req, config) {
247
247
  var _a, _b;
@@ -578,7 +578,7 @@ var Accounting = /** @class */ (function () {
578
578
  });
579
579
  };
580
580
  /**
581
- * Retrieve a invoice
581
+ * Retrieve an invoice
582
582
  */
583
583
  Accounting.prototype.getAccountingInvoice = function (req, config) {
584
584
  var _a, _b;
@@ -1352,7 +1352,7 @@ var Accounting = /** @class */ (function () {
1352
1352
  });
1353
1353
  };
1354
1354
  /**
1355
- * Update a invoice
1355
+ * Update an invoice
1356
1356
  */
1357
1357
  Accounting.prototype.patchAccountingInvoice = function (req, config) {
1358
1358
  var _a, _b;
@@ -1691,7 +1691,7 @@ var Accounting = /** @class */ (function () {
1691
1691
  });
1692
1692
  };
1693
1693
  /**
1694
- * Remove a invoice
1694
+ * Remove an invoice
1695
1695
  */
1696
1696
  Accounting.prototype.removeAccountingInvoice = function (req, config) {
1697
1697
  var _a, _b;
@@ -2022,7 +2022,7 @@ var Accounting = /** @class */ (function () {
2022
2022
  });
2023
2023
  };
2024
2024
  /**
2025
- * Update a invoice
2025
+ * Update an invoice
2026
2026
  */
2027
2027
  Accounting.prototype.updateAccountingInvoice = function (req, config) {
2028
2028
  var _a, _b;
@@ -5,7 +5,7 @@ export declare class Applicationstatus {
5
5
  private sdkConfiguration;
6
6
  constructor(sdkConfig: SDKConfiguration);
7
7
  /**
8
- * List all application statuses
8
+ * List all applicationstatuses
9
9
  */
10
10
  listAtsApplicationstatuses(req: operations.ListAtsApplicationstatusesRequest, config?: AxiosRequestConfig): Promise<operations.ListAtsApplicationstatusesResponse>;
11
11
  }
@@ -83,7 +83,7 @@ var Applicationstatus = /** @class */ (function () {
83
83
  this.sdkConfiguration = sdkConfig;
84
84
  }
85
85
  /**
86
- * List all application statuses
86
+ * List all applicationstatuses
87
87
  */
88
88
  Applicationstatus.prototype.listAtsApplicationstatuses = function (req, config) {
89
89
  var _a, _b;
package/dist/sdk/ats.d.ts CHANGED
@@ -21,7 +21,7 @@ export declare class Ats {
21
21
  */
22
22
  createAtsDocument(req: operations.CreateAtsDocumentRequest, config?: AxiosRequestConfig): Promise<operations.CreateAtsDocumentResponse>;
23
23
  /**
24
- * Create a interview
24
+ * Create an interview
25
25
  */
26
26
  createAtsInterview(req: operations.CreateAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.CreateAtsInterviewResponse>;
27
27
  /**
@@ -53,7 +53,7 @@ export declare class Ats {
53
53
  */
54
54
  getAtsDocument(req: operations.GetAtsDocumentRequest, config?: AxiosRequestConfig): Promise<operations.GetAtsDocumentResponse>;
55
55
  /**
56
- * Retrieve a interview
56
+ * Retrieve an interview
57
57
  */
58
58
  getAtsInterview(req: operations.GetAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.GetAtsInterviewResponse>;
59
59
  /**
@@ -73,7 +73,7 @@ export declare class Ats {
73
73
  */
74
74
  listAtsApplications(req: operations.ListAtsApplicationsRequest, config?: AxiosRequestConfig): Promise<operations.ListAtsApplicationsResponse>;
75
75
  /**
76
- * List all application statuses
76
+ * List all applicationstatuses
77
77
  */
78
78
  listAtsApplicationstatuses(req: operations.ListAtsApplicationstatusesRequest, config?: AxiosRequestConfig): Promise<operations.ListAtsApplicationstatusesResponse>;
79
79
  /**
@@ -117,7 +117,7 @@ export declare class Ats {
117
117
  */
118
118
  patchAtsDocument(req: operations.PatchAtsDocumentRequest, config?: AxiosRequestConfig): Promise<operations.PatchAtsDocumentResponse>;
119
119
  /**
120
- * Update a interview
120
+ * Update an interview
121
121
  */
122
122
  patchAtsInterview(req: operations.PatchAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.PatchAtsInterviewResponse>;
123
123
  /**
@@ -145,7 +145,7 @@ export declare class Ats {
145
145
  */
146
146
  removeAtsDocument(req: operations.RemoveAtsDocumentRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAtsDocumentResponse>;
147
147
  /**
148
- * Remove a interview
148
+ * Remove an interview
149
149
  */
150
150
  removeAtsInterview(req: operations.RemoveAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAtsInterviewResponse>;
151
151
  /**
@@ -173,7 +173,7 @@ export declare class Ats {
173
173
  */
174
174
  updateAtsDocument(req: operations.UpdateAtsDocumentRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAtsDocumentResponse>;
175
175
  /**
176
- * Update a interview
176
+ * Update an interview
177
177
  */
178
178
  updateAtsInterview(req: operations.UpdateAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAtsInterviewResponse>;
179
179
  /**
package/dist/sdk/ats.js CHANGED
@@ -383,7 +383,7 @@ var Ats = /** @class */ (function () {
383
383
  });
384
384
  };
385
385
  /**
386
- * Create a interview
386
+ * Create an interview
387
387
  */
388
388
  Ats.prototype.createAtsInterview = function (req, config) {
389
389
  var _a, _b;
@@ -906,7 +906,7 @@ var Ats = /** @class */ (function () {
906
906
  });
907
907
  };
908
908
  /**
909
- * Retrieve a interview
909
+ * Retrieve an interview
910
910
  */
911
911
  Ats.prototype.getAtsInterview = function (req, config) {
912
912
  var _a, _b;
@@ -1220,7 +1220,7 @@ var Ats = /** @class */ (function () {
1220
1220
  });
1221
1221
  };
1222
1222
  /**
1223
- * List all application statuses
1223
+ * List all applicationstatuses
1224
1224
  */
1225
1225
  Ats.prototype.listAtsApplicationstatuses = function (req, config) {
1226
1226
  var _a, _b;
@@ -1952,7 +1952,7 @@ var Ats = /** @class */ (function () {
1952
1952
  });
1953
1953
  };
1954
1954
  /**
1955
- * Update a interview
1955
+ * Update an interview
1956
1956
  */
1957
1957
  Ats.prototype.patchAtsInterview = function (req, config) {
1958
1958
  var _a, _b;
@@ -2417,7 +2417,7 @@ var Ats = /** @class */ (function () {
2417
2417
  });
2418
2418
  };
2419
2419
  /**
2420
- * Remove a interview
2420
+ * Remove an interview
2421
2421
  */
2422
2422
  Ats.prototype.removeAtsInterview = function (req, config) {
2423
2423
  var _a, _b;
@@ -2890,7 +2890,7 @@ var Ats = /** @class */ (function () {
2890
2890
  });
2891
2891
  };
2892
2892
  /**
2893
- * Update a interview
2893
+ * Update an interview
2894
2894
  */
2895
2895
  Ats.prototype.updateAtsInterview = function (req, config) {
2896
2896
  var _a, _b;
package/dist/sdk/crm.d.ts CHANGED
@@ -17,7 +17,7 @@ export declare class Crm {
17
17
  */
18
18
  createCrmDeal(req: operations.CreateCrmDealRequest, config?: AxiosRequestConfig): Promise<operations.CreateCrmDealResponse>;
19
19
  /**
20
- * Create a event
20
+ * Create an event
21
21
  */
22
22
  createCrmEvent(req: operations.CreateCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.CreateCrmEventResponse>;
23
23
  /**
@@ -41,7 +41,7 @@ export declare class Crm {
41
41
  */
42
42
  getCrmDeal(req: operations.GetCrmDealRequest, config?: AxiosRequestConfig): Promise<operations.GetCrmDealResponse>;
43
43
  /**
44
- * Retrieve a event
44
+ * Retrieve an event
45
45
  */
46
46
  getCrmEvent(req: operations.GetCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.GetCrmEventResponse>;
47
47
  /**
@@ -89,7 +89,7 @@ export declare class Crm {
89
89
  */
90
90
  patchCrmDeal(req: operations.PatchCrmDealRequest, config?: AxiosRequestConfig): Promise<operations.PatchCrmDealResponse>;
91
91
  /**
92
- * Update a event
92
+ * Update an event
93
93
  */
94
94
  patchCrmEvent(req: operations.PatchCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.PatchCrmEventResponse>;
95
95
  /**
@@ -113,7 +113,7 @@ export declare class Crm {
113
113
  */
114
114
  removeCrmDeal(req: operations.RemoveCrmDealRequest, config?: AxiosRequestConfig): Promise<operations.RemoveCrmDealResponse>;
115
115
  /**
116
- * Remove a event
116
+ * Remove an event
117
117
  */
118
118
  removeCrmEvent(req: operations.RemoveCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.RemoveCrmEventResponse>;
119
119
  /**
@@ -137,7 +137,7 @@ export declare class Crm {
137
137
  */
138
138
  updateCrmDeal(req: operations.UpdateCrmDealRequest, config?: AxiosRequestConfig): Promise<operations.UpdateCrmDealResponse>;
139
139
  /**
140
- * Update a event
140
+ * Update an event
141
141
  */
142
142
  updateCrmEvent(req: operations.UpdateCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.UpdateCrmEventResponse>;
143
143
  /**
package/dist/sdk/crm.js CHANGED
@@ -312,7 +312,7 @@ var Crm = /** @class */ (function () {
312
312
  });
313
313
  };
314
314
  /**
315
- * Create a event
315
+ * Create an event
316
316
  */
317
317
  Crm.prototype.createCrmEvent = function (req, config) {
318
318
  var _a, _b;
@@ -711,7 +711,7 @@ var Crm = /** @class */ (function () {
711
711
  });
712
712
  };
713
713
  /**
714
- * Retrieve a event
714
+ * Retrieve an event
715
715
  */
716
716
  Crm.prototype.getCrmEvent = function (req, config) {
717
717
  var _a, _b;
@@ -1494,7 +1494,7 @@ var Crm = /** @class */ (function () {
1494
1494
  });
1495
1495
  };
1496
1496
  /**
1497
- * Update a event
1497
+ * Update an event
1498
1498
  */
1499
1499
  Crm.prototype.patchCrmEvent = function (req, config) {
1500
1500
  var _a, _b;
@@ -1896,7 +1896,7 @@ var Crm = /** @class */ (function () {
1896
1896
  });
1897
1897
  };
1898
1898
  /**
1899
- * Remove a event
1899
+ * Remove an event
1900
1900
  */
1901
1901
  Crm.prototype.removeCrmEvent = function (req, config) {
1902
1902
  var _a, _b;
@@ -2298,7 +2298,7 @@ var Crm = /** @class */ (function () {
2298
2298
  });
2299
2299
  };
2300
2300
  /**
2301
- * Update a event
2301
+ * Update an event
2302
2302
  */
2303
2303
  Crm.prototype.updateCrmEvent = function (req, config) {
2304
2304
  var _a, _b;
@@ -5,11 +5,11 @@ export declare class Event {
5
5
  private sdkConfiguration;
6
6
  constructor(sdkConfig: SDKConfiguration);
7
7
  /**
8
- * Create a event
8
+ * Create an event
9
9
  */
10
10
  createCrmEvent(req: operations.CreateCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.CreateCrmEventResponse>;
11
11
  /**
12
- * Retrieve a event
12
+ * Retrieve an event
13
13
  */
14
14
  getCrmEvent(req: operations.GetCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.GetCrmEventResponse>;
15
15
  /**
@@ -17,15 +17,15 @@ export declare class Event {
17
17
  */
18
18
  listCrmEvents(req: operations.ListCrmEventsRequest, config?: AxiosRequestConfig): Promise<operations.ListCrmEventsResponse>;
19
19
  /**
20
- * Update a event
20
+ * Update an event
21
21
  */
22
22
  patchCrmEvent(req: operations.PatchCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.PatchCrmEventResponse>;
23
23
  /**
24
- * Remove a event
24
+ * Remove an event
25
25
  */
26
26
  removeCrmEvent(req: operations.RemoveCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.RemoveCrmEventResponse>;
27
27
  /**
28
- * Update a event
28
+ * Update an event
29
29
  */
30
30
  updateCrmEvent(req: operations.UpdateCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.UpdateCrmEventResponse>;
31
31
  }
package/dist/sdk/event.js CHANGED
@@ -99,7 +99,7 @@ var Event = /** @class */ (function () {
99
99
  this.sdkConfiguration = sdkConfig;
100
100
  }
101
101
  /**
102
- * Create a event
102
+ * Create an event
103
103
  */
104
104
  Event.prototype.createCrmEvent = function (req, config) {
105
105
  var _a, _b;
@@ -170,7 +170,7 @@ var Event = /** @class */ (function () {
170
170
  });
171
171
  };
172
172
  /**
173
- * Retrieve a event
173
+ * Retrieve an event
174
174
  */
175
175
  Event.prototype.getCrmEvent = function (req, config) {
176
176
  var _a, _b;
@@ -296,7 +296,7 @@ var Event = /** @class */ (function () {
296
296
  });
297
297
  };
298
298
  /**
299
- * Update a event
299
+ * Update an event
300
300
  */
301
301
  Event.prototype.patchCrmEvent = function (req, config) {
302
302
  var _a, _b;
@@ -367,7 +367,7 @@ var Event = /** @class */ (function () {
367
367
  });
368
368
  };
369
369
  /**
370
- * Remove a event
370
+ * Remove an event
371
371
  */
372
372
  Event.prototype.removeCrmEvent = function (req, config) {
373
373
  var _a, _b;
@@ -430,7 +430,7 @@ var Event = /** @class */ (function () {
430
430
  });
431
431
  };
432
432
  /**
433
- * Update a event
433
+ * Update an event
434
434
  */
435
435
  Event.prototype.updateCrmEvent = function (req, config) {
436
436
  var _a, _b;
@@ -20,6 +20,14 @@ export declare class Hris {
20
20
  * Retrieve a group
21
21
  */
22
22
  getHrisGroup(req: operations.GetHrisGroupRequest, config?: AxiosRequestConfig): Promise<operations.GetHrisGroupResponse>;
23
+ /**
24
+ * Retrieve a payslip
25
+ */
26
+ getHrisPayslip(req: operations.GetHrisPayslipRequest, config?: AxiosRequestConfig): Promise<operations.GetHrisPayslipResponse>;
27
+ /**
28
+ * Retrieve a timeoff
29
+ */
30
+ getHrisTimeoff(req: operations.GetHrisTimeoffRequest, config?: AxiosRequestConfig): Promise<operations.GetHrisTimeoffResponse>;
23
31
  /**
24
32
  * List all employees
25
33
  */
@@ -28,6 +36,14 @@ export declare class Hris {
28
36
  * List all groups
29
37
  */
30
38
  listHrisGroups(req: operations.ListHrisGroupsRequest, config?: AxiosRequestConfig): Promise<operations.ListHrisGroupsResponse>;
39
+ /**
40
+ * List all payslips
41
+ */
42
+ listHrisPayslips(req: operations.ListHrisPayslipsRequest, config?: AxiosRequestConfig): Promise<operations.ListHrisPayslipsResponse>;
43
+ /**
44
+ * List all timeoffs
45
+ */
46
+ listHrisTimeoffs(req: operations.ListHrisTimeoffsRequest, config?: AxiosRequestConfig): Promise<operations.ListHrisTimeoffsResponse>;
31
47
  /**
32
48
  * Update an employee
33
49
  */