@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/member.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare class Member {
|
|
|
21
21
|
*/
|
|
22
22
|
patchMartechMember(req: operations.PatchMartechMemberRequest, config?: AxiosRequestConfig): Promise<operations.PatchMartechMemberResponse>;
|
|
23
23
|
/**
|
|
24
|
-
* Remove member
|
|
24
|
+
* Remove a member
|
|
25
25
|
*/
|
|
26
26
|
removeMartechMember(req: operations.RemoveMartechMemberRequest, config?: AxiosRequestConfig): Promise<operations.RemoveMartechMemberResponse>;
|
|
27
27
|
/**
|
package/dist/sdk/member.js
CHANGED
|
@@ -18,9 +18,6 @@ export declare class ListAccountingContactsRequest extends SpeakeasyBase {
|
|
|
18
18
|
*/
|
|
19
19
|
query?: string;
|
|
20
20
|
sort?: string;
|
|
21
|
-
/**
|
|
22
|
-
* The type of contact to filter results
|
|
23
|
-
*/
|
|
24
21
|
type?: string;
|
|
25
22
|
/**
|
|
26
23
|
* Return only results whose updated date is equal or greater to this value
|
|
@@ -2,33 +2,18 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListAtsActivitiesRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The application ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
applicationId?: string;
|
|
9
|
-
/**
|
|
10
|
-
* The candidate ID to filter results
|
|
11
|
-
*/
|
|
12
6
|
candidateId?: string;
|
|
13
7
|
/**
|
|
14
8
|
* ID of the connection
|
|
15
9
|
*/
|
|
16
10
|
connectionId: string;
|
|
17
|
-
/**
|
|
18
|
-
* The document ID to filter results
|
|
19
|
-
*/
|
|
20
11
|
documentId?: string;
|
|
21
12
|
/**
|
|
22
13
|
* Comma-delimited fields to return
|
|
23
14
|
*/
|
|
24
15
|
fields?: string[];
|
|
25
|
-
/**
|
|
26
|
-
* The interview ID to filter results
|
|
27
|
-
*/
|
|
28
16
|
interviewId?: string;
|
|
29
|
-
/**
|
|
30
|
-
* The job ID to filter results
|
|
31
|
-
*/
|
|
32
17
|
jobId?: string;
|
|
33
18
|
limit?: number;
|
|
34
19
|
offset?: number;
|
|
@@ -42,9 +27,6 @@ export declare class ListAtsActivitiesRequest extends SpeakeasyBase {
|
|
|
42
27
|
* Return only results whose updated date is equal or greater to this value
|
|
43
28
|
*/
|
|
44
29
|
updatedGte?: Date;
|
|
45
|
-
/**
|
|
46
|
-
* The user ID to filter results
|
|
47
|
-
*/
|
|
48
30
|
userId?: string;
|
|
49
31
|
}
|
|
50
32
|
export declare class ListAtsActivitiesResponse extends SpeakeasyBase {
|
|
@@ -2,9 +2,6 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListAtsApplicationsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The candidate ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
candidateId?: string;
|
|
9
6
|
/**
|
|
10
7
|
* ID of the connection
|
|
@@ -14,9 +11,6 @@ export declare class ListAtsApplicationsRequest extends SpeakeasyBase {
|
|
|
14
11
|
* Comma-delimited fields to return
|
|
15
12
|
*/
|
|
16
13
|
fields?: string[];
|
|
17
|
-
/**
|
|
18
|
-
* The job ID to filter results
|
|
19
|
-
*/
|
|
20
14
|
jobId?: string;
|
|
21
15
|
limit?: number;
|
|
22
16
|
offset?: number;
|
|
@@ -2,9 +2,6 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListAtsDocumentsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The application ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
applicationId?: string;
|
|
9
6
|
/**
|
|
10
7
|
* ID of the connection
|
|
@@ -2,9 +2,6 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListAtsInterviewsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The application ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
applicationId?: string;
|
|
9
6
|
/**
|
|
10
7
|
* ID of the connection
|
|
@@ -2,13 +2,7 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListAtsScorecardsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The application ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
applicationId?: string;
|
|
9
|
-
/**
|
|
10
|
-
* The candidate ID to filter results
|
|
11
|
-
*/
|
|
12
6
|
candidateId?: string;
|
|
13
7
|
/**
|
|
14
8
|
* ID of the connection
|
|
@@ -18,13 +12,7 @@ export declare class ListAtsScorecardsRequest extends SpeakeasyBase {
|
|
|
18
12
|
* Comma-delimited fields to return
|
|
19
13
|
*/
|
|
20
14
|
fields?: string[];
|
|
21
|
-
/**
|
|
22
|
-
* The interview ID to filter results
|
|
23
|
-
*/
|
|
24
15
|
interviewId?: string;
|
|
25
|
-
/**
|
|
26
|
-
* The job ID to filter results
|
|
27
|
-
*/
|
|
28
16
|
jobId?: string;
|
|
29
17
|
limit?: number;
|
|
30
18
|
offset?: number;
|
|
@@ -86,6 +86,10 @@ var ListCommerceCollectionsRequest = /** @class */ (function (_super) {
|
|
|
86
86
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=sort" }),
|
|
87
87
|
__metadata("design:type", String)
|
|
88
88
|
], ListCommerceCollectionsRequest.prototype, "sort", void 0);
|
|
89
|
+
__decorate([
|
|
90
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=type" }),
|
|
91
|
+
__metadata("design:type", String)
|
|
92
|
+
], ListCommerceCollectionsRequest.prototype, "type", void 0);
|
|
89
93
|
__decorate([
|
|
90
94
|
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=updated_gte" }),
|
|
91
95
|
__metadata("design:type", Date)
|
|
@@ -10,14 +10,8 @@ export declare class ListCommerceInventoriesRequest extends SpeakeasyBase {
|
|
|
10
10
|
* Comma-delimited fields to return
|
|
11
11
|
*/
|
|
12
12
|
fields?: string[];
|
|
13
|
-
/**
|
|
14
|
-
* The item/product ID to filter results
|
|
15
|
-
*/
|
|
16
13
|
itemId?: string;
|
|
17
14
|
limit?: number;
|
|
18
|
-
/**
|
|
19
|
-
* The location ID to filter results
|
|
20
|
-
*/
|
|
21
15
|
locationId?: string;
|
|
22
16
|
offset?: number;
|
|
23
17
|
order?: string;
|
|
@@ -2,6 +2,7 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListCommerceItemsRequest extends SpeakeasyBase {
|
|
5
|
+
collectionId?: string;
|
|
5
6
|
/**
|
|
6
7
|
* ID of the connection
|
|
7
8
|
*/
|
|
@@ -58,6 +58,10 @@ var ListCommerceItemsRequest = /** @class */ (function (_super) {
|
|
|
58
58
|
function ListCommerceItemsRequest() {
|
|
59
59
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
60
60
|
}
|
|
61
|
+
__decorate([
|
|
62
|
+
(0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=collection_id" }),
|
|
63
|
+
__metadata("design:type", String)
|
|
64
|
+
], ListCommerceItemsRequest.prototype, "collectionId", void 0);
|
|
61
65
|
__decorate([
|
|
62
66
|
(0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
|
|
63
67
|
__metadata("design:type", String)
|
|
@@ -6,13 +6,7 @@ export declare class ListCrmCompaniesRequest extends SpeakeasyBase {
|
|
|
6
6
|
* ID of the connection
|
|
7
7
|
*/
|
|
8
8
|
connectionId: string;
|
|
9
|
-
/**
|
|
10
|
-
* The contact ID to filter results
|
|
11
|
-
*/
|
|
12
9
|
contactId?: string;
|
|
13
|
-
/**
|
|
14
|
-
* The deal ID to filter results
|
|
15
|
-
*/
|
|
16
10
|
dealId?: string;
|
|
17
11
|
/**
|
|
18
12
|
* Comma-delimited fields to return
|
|
@@ -30,9 +24,6 @@ export declare class ListCrmCompaniesRequest extends SpeakeasyBase {
|
|
|
30
24
|
* Return only results whose updated date is equal or greater to this value
|
|
31
25
|
*/
|
|
32
26
|
updatedGte?: Date;
|
|
33
|
-
/**
|
|
34
|
-
* The user/owner ID to filter results
|
|
35
|
-
*/
|
|
36
27
|
userId?: string;
|
|
37
28
|
}
|
|
38
29
|
export declare class ListCrmCompaniesResponse extends SpeakeasyBase {
|
|
@@ -2,17 +2,11 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListCrmContactsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The company ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
companyId?: string;
|
|
9
6
|
/**
|
|
10
7
|
* ID of the connection
|
|
11
8
|
*/
|
|
12
9
|
connectionId: string;
|
|
13
|
-
/**
|
|
14
|
-
* The deal ID to filter results
|
|
15
|
-
*/
|
|
16
10
|
dealId?: string;
|
|
17
11
|
/**
|
|
18
12
|
* Comma-delimited fields to return
|
|
@@ -30,9 +24,6 @@ export declare class ListCrmContactsRequest extends SpeakeasyBase {
|
|
|
30
24
|
* Return only results whose updated date is equal or greater to this value
|
|
31
25
|
*/
|
|
32
26
|
updatedGte?: Date;
|
|
33
|
-
/**
|
|
34
|
-
* The user/owner ID to filter results
|
|
35
|
-
*/
|
|
36
27
|
userId?: string;
|
|
37
28
|
}
|
|
38
29
|
export declare class ListCrmContactsResponse extends SpeakeasyBase {
|
|
@@ -2,17 +2,11 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListCrmDealsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The company ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
companyId?: string;
|
|
9
6
|
/**
|
|
10
7
|
* ID of the connection
|
|
11
8
|
*/
|
|
12
9
|
connectionId: string;
|
|
13
|
-
/**
|
|
14
|
-
* The contact ID to filter results
|
|
15
|
-
*/
|
|
16
10
|
contactId?: string;
|
|
17
11
|
/**
|
|
18
12
|
* Comma-delimited fields to return
|
|
@@ -30,9 +24,6 @@ export declare class ListCrmDealsRequest extends SpeakeasyBase {
|
|
|
30
24
|
* Return only results whose updated date is equal or greater to this value
|
|
31
25
|
*/
|
|
32
26
|
updatedGte?: Date;
|
|
33
|
-
/**
|
|
34
|
-
* The user/owner ID to filter results
|
|
35
|
-
*/
|
|
36
27
|
userId?: string;
|
|
37
28
|
}
|
|
38
29
|
export declare class ListCrmDealsResponse extends SpeakeasyBase {
|
|
@@ -2,21 +2,12 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListCrmEventsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The company ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
companyId?: string;
|
|
9
6
|
/**
|
|
10
7
|
* ID of the connection
|
|
11
8
|
*/
|
|
12
9
|
connectionId: string;
|
|
13
|
-
/**
|
|
14
|
-
* The contact ID to filter results
|
|
15
|
-
*/
|
|
16
10
|
contactId?: string;
|
|
17
|
-
/**
|
|
18
|
-
* The deal ID to filter results
|
|
19
|
-
*/
|
|
20
11
|
dealId?: string;
|
|
21
12
|
/**
|
|
22
13
|
* Comma-delimited fields to return
|
|
@@ -35,9 +26,6 @@ export declare class ListCrmEventsRequest extends SpeakeasyBase {
|
|
|
35
26
|
* Return only results whose updated date is equal or greater to this value
|
|
36
27
|
*/
|
|
37
28
|
updatedGte?: Date;
|
|
38
|
-
/**
|
|
39
|
-
* The user/owner ID to filter results
|
|
40
|
-
*/
|
|
41
29
|
userId?: string;
|
|
42
30
|
}
|
|
43
31
|
export declare class ListCrmEventsResponse extends SpeakeasyBase {
|
|
@@ -2,17 +2,11 @@ import { SpeakeasyBase } from "../../../internal/utils";
|
|
|
2
2
|
import * as shared from "../../../sdk/models/shared";
|
|
3
3
|
import { AxiosResponse } from "axios";
|
|
4
4
|
export declare class ListCrmLeadsRequest extends SpeakeasyBase {
|
|
5
|
-
/**
|
|
6
|
-
* The company ID to filter results
|
|
7
|
-
*/
|
|
8
5
|
companyId?: string;
|
|
9
6
|
/**
|
|
10
7
|
* ID of the connection
|
|
11
8
|
*/
|
|
12
9
|
connectionId: string;
|
|
13
|
-
/**
|
|
14
|
-
* The contact ID to filter results
|
|
15
|
-
*/
|
|
16
10
|
contactId?: string;
|
|
17
11
|
/**
|
|
18
12
|
* Comma-delimited fields to return
|
|
@@ -30,9 +24,6 @@ export declare class ListCrmLeadsRequest extends SpeakeasyBase {
|
|
|
30
24
|
* Return only results whose updated date is equal or greater to this value
|
|
31
25
|
*/
|
|
32
26
|
updatedGte?: Date;
|
|
33
|
-
/**
|
|
34
|
-
* The user/owner ID to filter results
|
|
35
|
-
*/
|
|
36
27
|
userId?: string;
|
|
37
28
|
}
|
|
38
29
|
export declare class ListCrmLeadsResponse extends SpeakeasyBase {
|
|
@@ -22,9 +22,6 @@ export declare class ListHrisPayslipsRequest extends SpeakeasyBase {
|
|
|
22
22
|
* Return only results whose updated date is equal or greater to this value
|
|
23
23
|
*/
|
|
24
24
|
updatedGte?: Date;
|
|
25
|
-
/**
|
|
26
|
-
* Employee ID
|
|
27
|
-
*/
|
|
28
25
|
userId?: string;
|
|
29
26
|
}
|
|
30
27
|
export declare class ListHrisPayslipsResponse extends SpeakeasyBase {
|
|
@@ -22,9 +22,6 @@ export declare class ListHrisTimeoffsRequest extends SpeakeasyBase {
|
|
|
22
22
|
* Return only results whose updated date is equal or greater to this value
|
|
23
23
|
*/
|
|
24
24
|
updatedGte?: Date;
|
|
25
|
-
/**
|
|
26
|
-
* Employee ID
|
|
27
|
-
*/
|
|
28
25
|
userId?: string;
|
|
29
26
|
}
|
|
30
27
|
export declare class ListHrisTimeoffsResponse extends SpeakeasyBase {
|
|
@@ -6,9 +6,6 @@ export declare class ListPaymentLinksRequest extends SpeakeasyBase {
|
|
|
6
6
|
* ID of the connection
|
|
7
7
|
*/
|
|
8
8
|
connectionId: string;
|
|
9
|
-
/**
|
|
10
|
-
* The customer/supplier ID to filter results
|
|
11
|
-
*/
|
|
12
9
|
contactId?: string;
|
|
13
10
|
/**
|
|
14
11
|
* Comma-delimited fields to return
|
|
@@ -17,9 +14,6 @@ export declare class ListPaymentLinksRequest extends SpeakeasyBase {
|
|
|
17
14
|
limit?: number;
|
|
18
15
|
offset?: number;
|
|
19
16
|
order?: string;
|
|
20
|
-
/**
|
|
21
|
-
* The payment ID to filter results
|
|
22
|
-
*/
|
|
23
17
|
paymentId?: string;
|
|
24
18
|
/**
|
|
25
19
|
* Query string to search. eg. email address or name
|
|
@@ -6,17 +6,11 @@ export declare class ListPaymentPaymentsRequest extends SpeakeasyBase {
|
|
|
6
6
|
* ID of the connection
|
|
7
7
|
*/
|
|
8
8
|
connectionId: string;
|
|
9
|
-
/**
|
|
10
|
-
* The customer/supplier ID to filter results
|
|
11
|
-
*/
|
|
12
9
|
contactId?: string;
|
|
13
10
|
/**
|
|
14
11
|
* Comma-delimited fields to return
|
|
15
12
|
*/
|
|
16
13
|
fields?: string[];
|
|
17
|
-
/**
|
|
18
|
-
* The invoice ID to filter results
|
|
19
|
-
*/
|
|
20
14
|
invoiceId?: string;
|
|
21
15
|
limit?: number;
|
|
22
16
|
offset?: number;
|
|
@@ -13,9 +13,6 @@ export declare class ListPaymentRefundsRequest extends SpeakeasyBase {
|
|
|
13
13
|
limit?: number;
|
|
14
14
|
offset?: number;
|
|
15
15
|
order?: string;
|
|
16
|
-
/**
|
|
17
|
-
* The payment ID to filter results
|
|
18
|
-
*/
|
|
19
16
|
paymentId?: string;
|
|
20
17
|
/**
|
|
21
18
|
* Query string to search. eg. email address or name
|
|
@@ -6,9 +6,6 @@ export declare class ListTicketingTicketsRequest extends SpeakeasyBase {
|
|
|
6
6
|
* ID of the connection
|
|
7
7
|
*/
|
|
8
8
|
connectionId: string;
|
|
9
|
-
/**
|
|
10
|
-
* The customer ID to filter results
|
|
11
|
-
*/
|
|
12
9
|
customerId?: string;
|
|
13
10
|
/**
|
|
14
11
|
* Comma-delimited fields to return
|
|
@@ -26,9 +23,6 @@ export declare class ListTicketingTicketsRequest extends SpeakeasyBase {
|
|
|
26
23
|
* Return only results whose updated date is equal or greater to this value
|
|
27
24
|
*/
|
|
28
25
|
updatedGte?: Date;
|
|
29
|
-
/**
|
|
30
|
-
* The user/agent ID to filter results
|
|
31
|
-
*/
|
|
32
26
|
userId?: string;
|
|
33
27
|
}
|
|
34
28
|
export declare class ListTicketingTicketsResponse extends SpeakeasyBase {
|
|
@@ -17,7 +17,7 @@ export declare class AtsCandidate extends SpeakeasyBase {
|
|
|
17
17
|
createdAt?: Date;
|
|
18
18
|
dateOfBirth?: Date;
|
|
19
19
|
emails?: AtsEmail[];
|
|
20
|
-
|
|
20
|
+
externalIdentifier?: string;
|
|
21
21
|
id?: string;
|
|
22
22
|
imageUrl?: string;
|
|
23
23
|
/**
|
|
@@ -32,4 +32,5 @@ export declare class AtsCandidate extends SpeakeasyBase {
|
|
|
32
32
|
telephones?: AtsTelephone[];
|
|
33
33
|
title?: string;
|
|
34
34
|
updatedAt?: Date;
|
|
35
|
+
userId?: string;
|
|
35
36
|
}
|
|
@@ -89,9 +89,9 @@ var AtsCandidate = /** @class */ (function (_super) {
|
|
|
89
89
|
], AtsCandidate.prototype, "emails", void 0);
|
|
90
90
|
__decorate([
|
|
91
91
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
92
|
-
(0, class_transformer_1.Expose)({ name: "
|
|
92
|
+
(0, class_transformer_1.Expose)({ name: "external_identifier" }),
|
|
93
93
|
__metadata("design:type", String)
|
|
94
|
-
], AtsCandidate.prototype, "
|
|
94
|
+
], AtsCandidate.prototype, "externalIdentifier", void 0);
|
|
95
95
|
__decorate([
|
|
96
96
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
97
97
|
(0, class_transformer_1.Expose)({ name: "id" }),
|
|
@@ -152,6 +152,11 @@ var AtsCandidate = /** @class */ (function (_super) {
|
|
|
152
152
|
}, { toClassOnly: true }),
|
|
153
153
|
__metadata("design:type", Date)
|
|
154
154
|
], AtsCandidate.prototype, "updatedAt", void 0);
|
|
155
|
+
__decorate([
|
|
156
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
157
|
+
(0, class_transformer_1.Expose)({ name: "user_id" }),
|
|
158
|
+
__metadata("design:type", String)
|
|
159
|
+
], AtsCandidate.prototype, "userId", void 0);
|
|
155
160
|
return AtsCandidate;
|
|
156
161
|
}(utils_1.SpeakeasyBase));
|
|
157
162
|
exports.AtsCandidate = AtsCandidate;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { SpeakeasyBase } from "../../../internal/utils";
|
|
2
2
|
import { CommerceItemMedia } from "./commerceitemmedia";
|
|
3
|
+
export declare enum CommerceCollectionType {
|
|
4
|
+
Collection = "COLLECTION",
|
|
5
|
+
SavedSearch = "SAVED_SEARCH",
|
|
6
|
+
Category = "CATEGORY"
|
|
7
|
+
}
|
|
3
8
|
/**
|
|
4
9
|
* A collection of items/products/services
|
|
5
10
|
*/
|
|
@@ -10,12 +15,12 @@ export declare class CommerceCollection extends SpeakeasyBase {
|
|
|
10
15
|
isActive?: boolean;
|
|
11
16
|
isFeatured?: boolean;
|
|
12
17
|
isVisible?: boolean;
|
|
13
|
-
itemIds?: string[];
|
|
14
18
|
media?: CommerceItemMedia[];
|
|
15
19
|
name: string;
|
|
16
20
|
publicDescription?: string;
|
|
17
21
|
publicName?: string;
|
|
18
22
|
raw?: Record<string, any>;
|
|
19
23
|
tags?: string[];
|
|
24
|
+
type?: CommerceCollectionType;
|
|
20
25
|
updatedAt?: Date;
|
|
21
26
|
}
|
|
@@ -27,10 +27,16 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
27
27
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
28
28
|
};
|
|
29
29
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
30
|
-
exports.CommerceCollection = void 0;
|
|
30
|
+
exports.CommerceCollection = exports.CommerceCollectionType = void 0;
|
|
31
31
|
var utils_1 = require("../../../internal/utils");
|
|
32
32
|
var commerceitemmedia_1 = require("./commerceitemmedia");
|
|
33
33
|
var class_transformer_1 = require("class-transformer");
|
|
34
|
+
var CommerceCollectionType;
|
|
35
|
+
(function (CommerceCollectionType) {
|
|
36
|
+
CommerceCollectionType["Collection"] = "COLLECTION";
|
|
37
|
+
CommerceCollectionType["SavedSearch"] = "SAVED_SEARCH";
|
|
38
|
+
CommerceCollectionType["Category"] = "CATEGORY";
|
|
39
|
+
})(CommerceCollectionType = exports.CommerceCollectionType || (exports.CommerceCollectionType = {}));
|
|
34
40
|
/**
|
|
35
41
|
* A collection of items/products/services
|
|
36
42
|
*/
|
|
@@ -73,11 +79,6 @@ var CommerceCollection = /** @class */ (function (_super) {
|
|
|
73
79
|
(0, class_transformer_1.Expose)({ name: "is_visible" }),
|
|
74
80
|
__metadata("design:type", Boolean)
|
|
75
81
|
], CommerceCollection.prototype, "isVisible", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, utils_1.SpeakeasyMetadata)(),
|
|
78
|
-
(0, class_transformer_1.Expose)({ name: "item_ids" }),
|
|
79
|
-
__metadata("design:type", Array)
|
|
80
|
-
], CommerceCollection.prototype, "itemIds", void 0);
|
|
81
82
|
__decorate([
|
|
82
83
|
(0, utils_1.SpeakeasyMetadata)({ elemType: commerceitemmedia_1.CommerceItemMedia }),
|
|
83
84
|
(0, class_transformer_1.Expose)({ name: "media" }),
|
|
@@ -109,6 +110,11 @@ var CommerceCollection = /** @class */ (function (_super) {
|
|
|
109
110
|
(0, class_transformer_1.Expose)({ name: "tags" }),
|
|
110
111
|
__metadata("design:type", Array)
|
|
111
112
|
], CommerceCollection.prototype, "tags", void 0);
|
|
113
|
+
__decorate([
|
|
114
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
115
|
+
(0, class_transformer_1.Expose)({ name: "type" }),
|
|
116
|
+
__metadata("design:type", String)
|
|
117
|
+
], CommerceCollection.prototype, "type", void 0);
|
|
112
118
|
__decorate([
|
|
113
119
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
114
120
|
(0, class_transformer_1.Expose)({ name: "updated_at" }),
|
|
@@ -5,15 +5,18 @@ export declare class IntegrationSupport extends SpeakeasyBase {
|
|
|
5
5
|
listAccountId?: boolean;
|
|
6
6
|
listApplicationId?: boolean;
|
|
7
7
|
listCandidateId?: boolean;
|
|
8
|
+
listCollectionId?: boolean;
|
|
8
9
|
listCompanyId?: boolean;
|
|
9
10
|
listContactId?: boolean;
|
|
10
11
|
listCustomerId?: boolean;
|
|
11
12
|
listDealId?: boolean;
|
|
12
13
|
listInterviewId?: boolean;
|
|
13
14
|
listInvoiceId?: boolean;
|
|
15
|
+
listItemId?: boolean;
|
|
14
16
|
listJobId?: boolean;
|
|
15
17
|
listLimit?: boolean;
|
|
16
18
|
listListId?: boolean;
|
|
19
|
+
listLocationId?: boolean;
|
|
17
20
|
listOffset?: boolean;
|
|
18
21
|
listOrder?: boolean;
|
|
19
22
|
listParentId?: boolean;
|
|
@@ -56,6 +56,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
56
56
|
(0, class_transformer_1.Expose)({ name: "list_candidate_id" }),
|
|
57
57
|
__metadata("design:type", Boolean)
|
|
58
58
|
], IntegrationSupport.prototype, "listCandidateId", void 0);
|
|
59
|
+
__decorate([
|
|
60
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
61
|
+
(0, class_transformer_1.Expose)({ name: "list_collection_id" }),
|
|
62
|
+
__metadata("design:type", Boolean)
|
|
63
|
+
], IntegrationSupport.prototype, "listCollectionId", void 0);
|
|
59
64
|
__decorate([
|
|
60
65
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
61
66
|
(0, class_transformer_1.Expose)({ name: "list_company_id" }),
|
|
@@ -86,6 +91,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
86
91
|
(0, class_transformer_1.Expose)({ name: "list_invoice_id" }),
|
|
87
92
|
__metadata("design:type", Boolean)
|
|
88
93
|
], IntegrationSupport.prototype, "listInvoiceId", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
96
|
+
(0, class_transformer_1.Expose)({ name: "list_item_id" }),
|
|
97
|
+
__metadata("design:type", Boolean)
|
|
98
|
+
], IntegrationSupport.prototype, "listItemId", void 0);
|
|
89
99
|
__decorate([
|
|
90
100
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
91
101
|
(0, class_transformer_1.Expose)({ name: "list_job_id" }),
|
|
@@ -101,6 +111,11 @@ var IntegrationSupport = /** @class */ (function (_super) {
|
|
|
101
111
|
(0, class_transformer_1.Expose)({ name: "list_list_id" }),
|
|
102
112
|
__metadata("design:type", Boolean)
|
|
103
113
|
], IntegrationSupport.prototype, "listListId", void 0);
|
|
114
|
+
__decorate([
|
|
115
|
+
(0, utils_1.SpeakeasyMetadata)(),
|
|
116
|
+
(0, class_transformer_1.Expose)({ name: "list_location_id" }),
|
|
117
|
+
__metadata("design:type", Boolean)
|
|
118
|
+
], IntegrationSupport.prototype, "listLocationId", void 0);
|
|
104
119
|
__decorate([
|
|
105
120
|
(0, utils_1.SpeakeasyMetadata)(),
|
|
106
121
|
(0, class_transformer_1.Expose)({ name: "list_offset" }),
|