@unified-api/typescript-sdk 1.0.11 → 1.0.13
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/dist/sdk/accounting.d.ts +5 -5
- package/dist/sdk/accounting.js +5 -5
- package/dist/sdk/applicationstatus.d.ts +1 -1
- package/dist/sdk/applicationstatus.js +1 -1
- package/dist/sdk/ats.d.ts +6 -6
- package/dist/sdk/ats.js +6 -6
- package/dist/sdk/crm.d.ts +5 -5
- package/dist/sdk/crm.js +5 -5
- package/dist/sdk/event.d.ts +5 -5
- package/dist/sdk/event.js +5 -5
- package/dist/sdk/hris.d.ts +1 -1
- package/dist/sdk/hris.js +1 -1
- package/dist/sdk/interview.d.ts +5 -5
- package/dist/sdk/interview.js +5 -5
- package/dist/sdk/invoice.d.ts +5 -5
- package/dist/sdk/invoice.js +5 -5
- package/dist/sdk/link.d.ts +6 -6
- package/dist/sdk/link.js +6 -6
- package/dist/sdk/martech.d.ts +1 -1
- package/dist/sdk/martech.js +1 -1
- package/dist/sdk/member.d.ts +1 -1
- package/dist/sdk/member.js +1 -1
- package/dist/sdk/models/operations/listaccountingcontacts.d.ts +0 -3
- package/dist/sdk/models/operations/listaccountinginvoices.d.ts +0 -3
- package/dist/sdk/models/operations/listatsactivities.d.ts +0 -18
- package/dist/sdk/models/operations/listatsapplications.d.ts +0 -6
- package/dist/sdk/models/operations/listatsdocuments.d.ts +0 -3
- package/dist/sdk/models/operations/listatsinterviews.d.ts +0 -3
- package/dist/sdk/models/operations/listatsscorecards.d.ts +0 -12
- package/dist/sdk/models/operations/listcommercecollections.d.ts +1 -0
- package/dist/sdk/models/operations/listcommercecollections.js +4 -0
- package/dist/sdk/models/operations/listcommerceinventories.d.ts +0 -6
- package/dist/sdk/models/operations/listcommerceitems.d.ts +1 -0
- package/dist/sdk/models/operations/listcommerceitems.js +4 -0
- package/dist/sdk/models/operations/listcrmcompanies.d.ts +0 -9
- package/dist/sdk/models/operations/listcrmcontacts.d.ts +0 -9
- package/dist/sdk/models/operations/listcrmdeals.d.ts +0 -9
- package/dist/sdk/models/operations/listcrmevents.d.ts +0 -12
- package/dist/sdk/models/operations/listcrmleads.d.ts +0 -9
- package/dist/sdk/models/operations/listhrispayslips.d.ts +0 -3
- package/dist/sdk/models/operations/listhristimeoffs.d.ts +0 -3
- package/dist/sdk/models/operations/listmartechmembers.d.ts +0 -3
- package/dist/sdk/models/operations/listpaymentlinks.d.ts +0 -6
- package/dist/sdk/models/operations/listpaymentpayments.d.ts +0 -6
- package/dist/sdk/models/operations/listpaymentrefunds.d.ts +0 -3
- package/dist/sdk/models/operations/listticketingnotes.d.ts +0 -3
- package/dist/sdk/models/operations/listticketingtickets.d.ts +0 -6
- package/dist/sdk/models/shared/atscandidate.d.ts +2 -1
- package/dist/sdk/models/shared/atscandidate.js +7 -2
- package/dist/sdk/models/shared/commercecollection.d.ts +6 -1
- package/dist/sdk/models/shared/commercecollection.js +12 -6
- package/dist/sdk/models/shared/integrationsupport.d.ts +3 -0
- package/dist/sdk/models/shared/integrationsupport.js +15 -0
- package/dist/sdk/payment.d.ts +6 -6
- package/dist/sdk/payment.js +6 -6
- package/dist/sdk/payslip.d.ts +1 -1
- package/dist/sdk/payslip.js +1 -1
- package/dist/sdk/sdk.js +3 -3
- package/docs/sdk/models/operations/listaccountingcontactsrequest.md +1 -1
- package/docs/sdk/models/operations/listaccountinginvoicesrequest.md +1 -1
- package/docs/sdk/models/operations/listatsactivitiesrequest.md +6 -6
- package/docs/sdk/models/operations/listatsapplicationsrequest.md +2 -2
- package/docs/sdk/models/operations/listatsdocumentsrequest.md +1 -1
- package/docs/sdk/models/operations/listatsinterviewsrequest.md +1 -1
- package/docs/sdk/models/operations/listatsscorecardsrequest.md +4 -4
- package/docs/sdk/models/operations/listcommercecollectionsrequest.md +1 -0
- package/docs/sdk/models/operations/listcommerceinventoriesrequest.md +2 -2
- package/docs/sdk/models/operations/listcommerceitemsrequest.md +1 -0
- package/docs/sdk/models/operations/listcrmcompaniesrequest.md +3 -3
- package/docs/sdk/models/operations/listcrmcontactsrequest.md +3 -3
- package/docs/sdk/models/operations/listcrmdealsrequest.md +3 -3
- package/docs/sdk/models/operations/listcrmeventsrequest.md +4 -4
- package/docs/sdk/models/operations/listcrmleadsrequest.md +3 -3
- package/docs/sdk/models/operations/listhrispayslipsrequest.md +1 -1
- package/docs/sdk/models/operations/listhristimeoffsrequest.md +1 -1
- package/docs/sdk/models/operations/listmartechmembersrequest.md +1 -1
- package/docs/sdk/models/operations/listpaymentlinksrequest.md +2 -2
- package/docs/sdk/models/operations/listpaymentpaymentsrequest.md +2 -2
- package/docs/sdk/models/operations/listpaymentrefundsrequest.md +1 -1
- package/docs/sdk/models/operations/listticketingnotesrequest.md +1 -1
- package/docs/sdk/models/operations/listticketingticketsrequest.md +2 -2
- package/docs/sdk/models/shared/atscandidate.md +3 -2
- package/docs/sdk/models/shared/commercecollection.md +1 -1
- package/docs/sdk/models/shared/commercecollectiontype.md +10 -0
- package/docs/sdk/models/shared/integrationsupport.md +3 -0
- package/package.json +1 -1
package/dist/sdk/accounting.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
124
|
+
* Update an invoice
|
|
125
125
|
*/
|
|
126
126
|
updateAccountingInvoice(req: operations.UpdateAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAccountingInvoiceResponse>;
|
|
127
127
|
/**
|
package/dist/sdk/accounting.js
CHANGED
|
@@ -241,7 +241,7 @@ var Accounting = /** @class */ (function () {
|
|
|
241
241
|
});
|
|
242
242
|
};
|
|
243
243
|
/**
|
|
244
|
-
* Create
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2301
|
+
* Update an event
|
|
2302
2302
|
*/
|
|
2303
2303
|
Crm.prototype.updateCrmEvent = function (req, config) {
|
|
2304
2304
|
var _a, _b;
|
package/dist/sdk/event.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ export declare class Event {
|
|
|
5
5
|
private sdkConfiguration;
|
|
6
6
|
constructor(sdkConfig: SDKConfiguration);
|
|
7
7
|
/**
|
|
8
|
-
* Create
|
|
8
|
+
* Create an event
|
|
9
9
|
*/
|
|
10
10
|
createCrmEvent(req: operations.CreateCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.CreateCrmEventResponse>;
|
|
11
11
|
/**
|
|
12
|
-
* Retrieve
|
|
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
|
|
20
|
+
* Update an event
|
|
21
21
|
*/
|
|
22
22
|
patchCrmEvent(req: operations.PatchCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.PatchCrmEventResponse>;
|
|
23
23
|
/**
|
|
24
|
-
* Remove
|
|
24
|
+
* Remove an event
|
|
25
25
|
*/
|
|
26
26
|
removeCrmEvent(req: operations.RemoveCrmEventRequest, config?: AxiosRequestConfig): Promise<operations.RemoveCrmEventResponse>;
|
|
27
27
|
/**
|
|
28
|
-
* Update
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
433
|
+
* Update an event
|
|
434
434
|
*/
|
|
435
435
|
Event.prototype.updateCrmEvent = function (req, config) {
|
|
436
436
|
var _a, _b;
|
package/dist/sdk/hris.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare class Hris {
|
|
|
37
37
|
*/
|
|
38
38
|
listHrisGroups(req: operations.ListHrisGroupsRequest, config?: AxiosRequestConfig): Promise<operations.ListHrisGroupsResponse>;
|
|
39
39
|
/**
|
|
40
|
-
* List all
|
|
40
|
+
* List all payslips
|
|
41
41
|
*/
|
|
42
42
|
listHrisPayslips(req: operations.ListHrisPayslipsRequest, config?: AxiosRequestConfig): Promise<operations.ListHrisPayslipsResponse>;
|
|
43
43
|
/**
|
package/dist/sdk/hris.js
CHANGED
package/dist/sdk/interview.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ export declare class Interview {
|
|
|
5
5
|
private sdkConfiguration;
|
|
6
6
|
constructor(sdkConfig: SDKConfiguration);
|
|
7
7
|
/**
|
|
8
|
-
* Create
|
|
8
|
+
* Create an interview
|
|
9
9
|
*/
|
|
10
10
|
createAtsInterview(req: operations.CreateAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.CreateAtsInterviewResponse>;
|
|
11
11
|
/**
|
|
12
|
-
* Retrieve
|
|
12
|
+
* Retrieve an interview
|
|
13
13
|
*/
|
|
14
14
|
getAtsInterview(req: operations.GetAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.GetAtsInterviewResponse>;
|
|
15
15
|
/**
|
|
@@ -17,15 +17,15 @@ export declare class Interview {
|
|
|
17
17
|
*/
|
|
18
18
|
listAtsInterviews(req: operations.ListAtsInterviewsRequest, config?: AxiosRequestConfig): Promise<operations.ListAtsInterviewsResponse>;
|
|
19
19
|
/**
|
|
20
|
-
* Update
|
|
20
|
+
* Update an interview
|
|
21
21
|
*/
|
|
22
22
|
patchAtsInterview(req: operations.PatchAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.PatchAtsInterviewResponse>;
|
|
23
23
|
/**
|
|
24
|
-
* Remove
|
|
24
|
+
* Remove an interview
|
|
25
25
|
*/
|
|
26
26
|
removeAtsInterview(req: operations.RemoveAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAtsInterviewResponse>;
|
|
27
27
|
/**
|
|
28
|
-
* Update
|
|
28
|
+
* Update an interview
|
|
29
29
|
*/
|
|
30
30
|
updateAtsInterview(req: operations.UpdateAtsInterviewRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAtsInterviewResponse>;
|
|
31
31
|
}
|
package/dist/sdk/interview.js
CHANGED
|
@@ -99,7 +99,7 @@ var Interview = /** @class */ (function () {
|
|
|
99
99
|
this.sdkConfiguration = sdkConfig;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
|
-
* Create
|
|
102
|
+
* Create an interview
|
|
103
103
|
*/
|
|
104
104
|
Interview.prototype.createAtsInterview = function (req, config) {
|
|
105
105
|
var _a, _b;
|
|
@@ -170,7 +170,7 @@ var Interview = /** @class */ (function () {
|
|
|
170
170
|
});
|
|
171
171
|
};
|
|
172
172
|
/**
|
|
173
|
-
* Retrieve
|
|
173
|
+
* Retrieve an interview
|
|
174
174
|
*/
|
|
175
175
|
Interview.prototype.getAtsInterview = function (req, config) {
|
|
176
176
|
var _a, _b;
|
|
@@ -296,7 +296,7 @@ var Interview = /** @class */ (function () {
|
|
|
296
296
|
});
|
|
297
297
|
};
|
|
298
298
|
/**
|
|
299
|
-
* Update
|
|
299
|
+
* Update an interview
|
|
300
300
|
*/
|
|
301
301
|
Interview.prototype.patchAtsInterview = function (req, config) {
|
|
302
302
|
var _a, _b;
|
|
@@ -367,7 +367,7 @@ var Interview = /** @class */ (function () {
|
|
|
367
367
|
});
|
|
368
368
|
};
|
|
369
369
|
/**
|
|
370
|
-
* Remove
|
|
370
|
+
* Remove an interview
|
|
371
371
|
*/
|
|
372
372
|
Interview.prototype.removeAtsInterview = function (req, config) {
|
|
373
373
|
var _a, _b;
|
|
@@ -430,7 +430,7 @@ var Interview = /** @class */ (function () {
|
|
|
430
430
|
});
|
|
431
431
|
};
|
|
432
432
|
/**
|
|
433
|
-
* Update
|
|
433
|
+
* Update an interview
|
|
434
434
|
*/
|
|
435
435
|
Interview.prototype.updateAtsInterview = function (req, config) {
|
|
436
436
|
var _a, _b;
|
package/dist/sdk/invoice.d.ts
CHANGED
|
@@ -5,11 +5,11 @@ export declare class Invoice {
|
|
|
5
5
|
private sdkConfiguration;
|
|
6
6
|
constructor(sdkConfig: SDKConfiguration);
|
|
7
7
|
/**
|
|
8
|
-
* Create
|
|
8
|
+
* Create an invoice
|
|
9
9
|
*/
|
|
10
10
|
createAccountingInvoice(req: operations.CreateAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.CreateAccountingInvoiceResponse>;
|
|
11
11
|
/**
|
|
12
|
-
* Retrieve
|
|
12
|
+
* Retrieve an invoice
|
|
13
13
|
*/
|
|
14
14
|
getAccountingInvoice(req: operations.GetAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.GetAccountingInvoiceResponse>;
|
|
15
15
|
/**
|
|
@@ -17,15 +17,15 @@ export declare class Invoice {
|
|
|
17
17
|
*/
|
|
18
18
|
listAccountingInvoices(req: operations.ListAccountingInvoicesRequest, config?: AxiosRequestConfig): Promise<operations.ListAccountingInvoicesResponse>;
|
|
19
19
|
/**
|
|
20
|
-
* Update
|
|
20
|
+
* Update an invoice
|
|
21
21
|
*/
|
|
22
22
|
patchAccountingInvoice(req: operations.PatchAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.PatchAccountingInvoiceResponse>;
|
|
23
23
|
/**
|
|
24
|
-
* Remove
|
|
24
|
+
* Remove an invoice
|
|
25
25
|
*/
|
|
26
26
|
removeAccountingInvoice(req: operations.RemoveAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAccountingInvoiceResponse>;
|
|
27
27
|
/**
|
|
28
|
-
* Update
|
|
28
|
+
* Update an invoice
|
|
29
29
|
*/
|
|
30
30
|
updateAccountingInvoice(req: operations.UpdateAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAccountingInvoiceResponse>;
|
|
31
31
|
}
|
package/dist/sdk/invoice.js
CHANGED
|
@@ -99,7 +99,7 @@ var Invoice = /** @class */ (function () {
|
|
|
99
99
|
this.sdkConfiguration = sdkConfig;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
|
-
* Create
|
|
102
|
+
* Create an invoice
|
|
103
103
|
*/
|
|
104
104
|
Invoice.prototype.createAccountingInvoice = function (req, config) {
|
|
105
105
|
var _a, _b;
|
|
@@ -170,7 +170,7 @@ var Invoice = /** @class */ (function () {
|
|
|
170
170
|
});
|
|
171
171
|
};
|
|
172
172
|
/**
|
|
173
|
-
* Retrieve
|
|
173
|
+
* Retrieve an invoice
|
|
174
174
|
*/
|
|
175
175
|
Invoice.prototype.getAccountingInvoice = function (req, config) {
|
|
176
176
|
var _a, _b;
|
|
@@ -296,7 +296,7 @@ var Invoice = /** @class */ (function () {
|
|
|
296
296
|
});
|
|
297
297
|
};
|
|
298
298
|
/**
|
|
299
|
-
* Update
|
|
299
|
+
* Update an invoice
|
|
300
300
|
*/
|
|
301
301
|
Invoice.prototype.patchAccountingInvoice = function (req, config) {
|
|
302
302
|
var _a, _b;
|
|
@@ -367,7 +367,7 @@ var Invoice = /** @class */ (function () {
|
|
|
367
367
|
});
|
|
368
368
|
};
|
|
369
369
|
/**
|
|
370
|
-
* Remove
|
|
370
|
+
* Remove an invoice
|
|
371
371
|
*/
|
|
372
372
|
Invoice.prototype.removeAccountingInvoice = function (req, config) {
|
|
373
373
|
var _a, _b;
|
|
@@ -430,7 +430,7 @@ var Invoice = /** @class */ (function () {
|
|
|
430
430
|
});
|
|
431
431
|
};
|
|
432
432
|
/**
|
|
433
|
-
* Update
|
|
433
|
+
* Update an invoice
|
|
434
434
|
*/
|
|
435
435
|
Invoice.prototype.updateAccountingInvoice = function (req, config) {
|
|
436
436
|
var _a, _b;
|
package/dist/sdk/link.d.ts
CHANGED
|
@@ -5,27 +5,27 @@ export declare class Link {
|
|
|
5
5
|
private sdkConfiguration;
|
|
6
6
|
constructor(sdkConfig: SDKConfiguration);
|
|
7
7
|
/**
|
|
8
|
-
* Create a
|
|
8
|
+
* Create a link
|
|
9
9
|
*/
|
|
10
10
|
createPaymentLink(req: operations.CreatePaymentLinkRequest, config?: AxiosRequestConfig): Promise<operations.CreatePaymentLinkResponse>;
|
|
11
11
|
/**
|
|
12
|
-
* Retrieve a
|
|
12
|
+
* Retrieve a link
|
|
13
13
|
*/
|
|
14
14
|
getPaymentLink(req: operations.GetPaymentLinkRequest, config?: AxiosRequestConfig): Promise<operations.GetPaymentLinkResponse>;
|
|
15
15
|
/**
|
|
16
|
-
* List all
|
|
16
|
+
* List all links
|
|
17
17
|
*/
|
|
18
18
|
listPaymentLinks(req: operations.ListPaymentLinksRequest, config?: AxiosRequestConfig): Promise<operations.ListPaymentLinksResponse>;
|
|
19
19
|
/**
|
|
20
|
-
* Update a
|
|
20
|
+
* Update a link
|
|
21
21
|
*/
|
|
22
22
|
patchPaymentLink(req: operations.PatchPaymentLinkRequest, config?: AxiosRequestConfig): Promise<operations.PatchPaymentLinkResponse>;
|
|
23
23
|
/**
|
|
24
|
-
* Remove a
|
|
24
|
+
* Remove a link
|
|
25
25
|
*/
|
|
26
26
|
removePaymentLink(req: operations.RemovePaymentLinkRequest, config?: AxiosRequestConfig): Promise<operations.RemovePaymentLinkResponse>;
|
|
27
27
|
/**
|
|
28
|
-
* Update a
|
|
28
|
+
* Update a link
|
|
29
29
|
*/
|
|
30
30
|
updatePaymentLink(req: operations.UpdatePaymentLinkRequest, config?: AxiosRequestConfig): Promise<operations.UpdatePaymentLinkResponse>;
|
|
31
31
|
}
|
package/dist/sdk/link.js
CHANGED
|
@@ -99,7 +99,7 @@ var Link = /** @class */ (function () {
|
|
|
99
99
|
this.sdkConfiguration = sdkConfig;
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
|
-
* Create a
|
|
102
|
+
* Create a link
|
|
103
103
|
*/
|
|
104
104
|
Link.prototype.createPaymentLink = function (req, config) {
|
|
105
105
|
var _a, _b;
|
|
@@ -170,7 +170,7 @@ var Link = /** @class */ (function () {
|
|
|
170
170
|
});
|
|
171
171
|
};
|
|
172
172
|
/**
|
|
173
|
-
* Retrieve a
|
|
173
|
+
* Retrieve a link
|
|
174
174
|
*/
|
|
175
175
|
Link.prototype.getPaymentLink = function (req, config) {
|
|
176
176
|
var _a, _b;
|
|
@@ -232,7 +232,7 @@ var Link = /** @class */ (function () {
|
|
|
232
232
|
});
|
|
233
233
|
};
|
|
234
234
|
/**
|
|
235
|
-
* List all
|
|
235
|
+
* List all links
|
|
236
236
|
*/
|
|
237
237
|
Link.prototype.listPaymentLinks = function (req, config) {
|
|
238
238
|
var _a, _b;
|
|
@@ -296,7 +296,7 @@ var Link = /** @class */ (function () {
|
|
|
296
296
|
});
|
|
297
297
|
};
|
|
298
298
|
/**
|
|
299
|
-
* Update a
|
|
299
|
+
* Update a link
|
|
300
300
|
*/
|
|
301
301
|
Link.prototype.patchPaymentLink = function (req, config) {
|
|
302
302
|
var _a, _b;
|
|
@@ -367,7 +367,7 @@ var Link = /** @class */ (function () {
|
|
|
367
367
|
});
|
|
368
368
|
};
|
|
369
369
|
/**
|
|
370
|
-
* Remove a
|
|
370
|
+
* Remove a link
|
|
371
371
|
*/
|
|
372
372
|
Link.prototype.removePaymentLink = function (req, config) {
|
|
373
373
|
var _a, _b;
|
|
@@ -430,7 +430,7 @@ var Link = /** @class */ (function () {
|
|
|
430
430
|
});
|
|
431
431
|
};
|
|
432
432
|
/**
|
|
433
|
-
* Update a
|
|
433
|
+
* Update a link
|
|
434
434
|
*/
|
|
435
435
|
Link.prototype.updatePaymentLink = function (req, config) {
|
|
436
436
|
var _a, _b;
|
package/dist/sdk/martech.d.ts
CHANGED
|
@@ -41,7 +41,7 @@ export declare class Martech {
|
|
|
41
41
|
*/
|
|
42
42
|
removeMartechList(req: operations.RemoveMartechListRequest, config?: AxiosRequestConfig): Promise<operations.RemoveMartechListResponse>;
|
|
43
43
|
/**
|
|
44
|
-
* Remove member
|
|
44
|
+
* Remove a member
|
|
45
45
|
*/
|
|
46
46
|
removeMartechMember(req: operations.RemoveMartechMemberRequest, config?: AxiosRequestConfig): Promise<operations.RemoveMartechMemberResponse>;
|
|
47
47
|
/**
|