@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
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4
+ */
5
+ var __extends = (this && this.__extends) || (function () {
6
+ var extendStatics = function (d, b) {
7
+ extendStatics = Object.setPrototypeOf ||
8
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
9
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
10
+ return extendStatics(d, b);
11
+ };
12
+ return function (d, b) {
13
+ if (typeof b !== "function" && b !== null)
14
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
15
+ extendStatics(d, b);
16
+ function __() { this.constructor = d; }
17
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
18
+ };
19
+ })();
20
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ }) : (function(o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ }));
31
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
32
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
33
+ }) : function(o, v) {
34
+ o["default"] = v;
35
+ });
36
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
37
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
38
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
39
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
40
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
41
+ };
42
+ var __importStar = (this && this.__importStar) || function (mod) {
43
+ if (mod && mod.__esModule) return mod;
44
+ var result = {};
45
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
+ __setModuleDefault(result, mod);
47
+ return result;
48
+ };
49
+ var __metadata = (this && this.__metadata) || function (k, v) {
50
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
51
+ };
52
+ Object.defineProperty(exports, "__esModule", { value: true });
53
+ exports.GetHrisPayslipResponse = exports.GetHrisPayslipRequest = void 0;
54
+ var utils_1 = require("../../../internal/utils");
55
+ var shared = __importStar(require("../../../sdk/models/shared"));
56
+ var GetHrisPayslipRequest = /** @class */ (function (_super) {
57
+ __extends(GetHrisPayslipRequest, _super);
58
+ function GetHrisPayslipRequest() {
59
+ return _super !== null && _super.apply(this, arguments) || this;
60
+ }
61
+ __decorate([
62
+ (0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
63
+ __metadata("design:type", String)
64
+ ], GetHrisPayslipRequest.prototype, "connectionId", void 0);
65
+ __decorate([
66
+ (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=fields" }),
67
+ __metadata("design:type", Array)
68
+ ], GetHrisPayslipRequest.prototype, "fields", void 0);
69
+ __decorate([
70
+ (0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
71
+ __metadata("design:type", String)
72
+ ], GetHrisPayslipRequest.prototype, "id", void 0);
73
+ return GetHrisPayslipRequest;
74
+ }(utils_1.SpeakeasyBase));
75
+ exports.GetHrisPayslipRequest = GetHrisPayslipRequest;
76
+ var GetHrisPayslipResponse = /** @class */ (function (_super) {
77
+ __extends(GetHrisPayslipResponse, _super);
78
+ function GetHrisPayslipResponse() {
79
+ return _super !== null && _super.apply(this, arguments) || this;
80
+ }
81
+ __decorate([
82
+ (0, utils_1.SpeakeasyMetadata)(),
83
+ __metadata("design:type", String)
84
+ ], GetHrisPayslipResponse.prototype, "contentType", void 0);
85
+ __decorate([
86
+ (0, utils_1.SpeakeasyMetadata)(),
87
+ __metadata("design:type", shared.HrisPayslip)
88
+ ], GetHrisPayslipResponse.prototype, "hrisPayslip", void 0);
89
+ __decorate([
90
+ (0, utils_1.SpeakeasyMetadata)(),
91
+ __metadata("design:type", Number)
92
+ ], GetHrisPayslipResponse.prototype, "statusCode", void 0);
93
+ __decorate([
94
+ (0, utils_1.SpeakeasyMetadata)(),
95
+ __metadata("design:type", Object)
96
+ ], GetHrisPayslipResponse.prototype, "rawResponse", void 0);
97
+ return GetHrisPayslipResponse;
98
+ }(utils_1.SpeakeasyBase));
99
+ exports.GetHrisPayslipResponse = GetHrisPayslipResponse;
@@ -0,0 +1,35 @@
1
+ import { SpeakeasyBase } from "../../../internal/utils";
2
+ import * as shared from "../../../sdk/models/shared";
3
+ import { AxiosResponse } from "axios";
4
+ export declare class GetHrisTimeoffRequest extends SpeakeasyBase {
5
+ /**
6
+ * ID of the connection
7
+ */
8
+ connectionId: string;
9
+ /**
10
+ * Comma-delimited fields to return
11
+ */
12
+ fields?: string[];
13
+ /**
14
+ * ID of the Timeoff
15
+ */
16
+ id: string;
17
+ }
18
+ export declare class GetHrisTimeoffResponse extends SpeakeasyBase {
19
+ /**
20
+ * HTTP response content type for this operation
21
+ */
22
+ contentType: string;
23
+ /**
24
+ * Successful
25
+ */
26
+ hrisTimeoff?: shared.HrisTimeoff;
27
+ /**
28
+ * HTTP response status code for this operation
29
+ */
30
+ statusCode: number;
31
+ /**
32
+ * Raw HTTP response; suitable for custom response parsing
33
+ */
34
+ rawResponse: AxiosResponse;
35
+ }
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
4
+ */
5
+ var __extends = (this && this.__extends) || (function () {
6
+ var extendStatics = function (d, b) {
7
+ extendStatics = Object.setPrototypeOf ||
8
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
9
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
10
+ return extendStatics(d, b);
11
+ };
12
+ return function (d, b) {
13
+ if (typeof b !== "function" && b !== null)
14
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
15
+ extendStatics(d, b);
16
+ function __() { this.constructor = d; }
17
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
18
+ };
19
+ })();
20
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ var desc = Object.getOwnPropertyDescriptor(m, k);
23
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
24
+ desc = { enumerable: true, get: function() { return m[k]; } };
25
+ }
26
+ Object.defineProperty(o, k2, desc);
27
+ }) : (function(o, m, k, k2) {
28
+ if (k2 === undefined) k2 = k;
29
+ o[k2] = m[k];
30
+ }));
31
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
32
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
33
+ }) : function(o, v) {
34
+ o["default"] = v;
35
+ });
36
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
37
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
38
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
39
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
40
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
41
+ };
42
+ var __importStar = (this && this.__importStar) || function (mod) {
43
+ if (mod && mod.__esModule) return mod;
44
+ var result = {};
45
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
46
+ __setModuleDefault(result, mod);
47
+ return result;
48
+ };
49
+ var __metadata = (this && this.__metadata) || function (k, v) {
50
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
51
+ };
52
+ Object.defineProperty(exports, "__esModule", { value: true });
53
+ exports.GetHrisTimeoffResponse = exports.GetHrisTimeoffRequest = void 0;
54
+ var utils_1 = require("../../../internal/utils");
55
+ var shared = __importStar(require("../../../sdk/models/shared"));
56
+ var GetHrisTimeoffRequest = /** @class */ (function (_super) {
57
+ __extends(GetHrisTimeoffRequest, _super);
58
+ function GetHrisTimeoffRequest() {
59
+ return _super !== null && _super.apply(this, arguments) || this;
60
+ }
61
+ __decorate([
62
+ (0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=connection_id" }),
63
+ __metadata("design:type", String)
64
+ ], GetHrisTimeoffRequest.prototype, "connectionId", void 0);
65
+ __decorate([
66
+ (0, utils_1.SpeakeasyMetadata)({ data: "queryParam, style=form;explode=true;name=fields" }),
67
+ __metadata("design:type", Array)
68
+ ], GetHrisTimeoffRequest.prototype, "fields", void 0);
69
+ __decorate([
70
+ (0, utils_1.SpeakeasyMetadata)({ data: "pathParam, style=simple;explode=false;name=id" }),
71
+ __metadata("design:type", String)
72
+ ], GetHrisTimeoffRequest.prototype, "id", void 0);
73
+ return GetHrisTimeoffRequest;
74
+ }(utils_1.SpeakeasyBase));
75
+ exports.GetHrisTimeoffRequest = GetHrisTimeoffRequest;
76
+ var GetHrisTimeoffResponse = /** @class */ (function (_super) {
77
+ __extends(GetHrisTimeoffResponse, _super);
78
+ function GetHrisTimeoffResponse() {
79
+ return _super !== null && _super.apply(this, arguments) || this;
80
+ }
81
+ __decorate([
82
+ (0, utils_1.SpeakeasyMetadata)(),
83
+ __metadata("design:type", String)
84
+ ], GetHrisTimeoffResponse.prototype, "contentType", void 0);
85
+ __decorate([
86
+ (0, utils_1.SpeakeasyMetadata)(),
87
+ __metadata("design:type", shared.HrisTimeoff)
88
+ ], GetHrisTimeoffResponse.prototype, "hrisTimeoff", void 0);
89
+ __decorate([
90
+ (0, utils_1.SpeakeasyMetadata)(),
91
+ __metadata("design:type", Number)
92
+ ], GetHrisTimeoffResponse.prototype, "statusCode", void 0);
93
+ __decorate([
94
+ (0, utils_1.SpeakeasyMetadata)(),
95
+ __metadata("design:type", Object)
96
+ ], GetHrisTimeoffResponse.prototype, "rawResponse", void 0);
97
+ return GetHrisTimeoffResponse;
98
+ }(utils_1.SpeakeasyBase));
99
+ exports.GetHrisTimeoffResponse = GetHrisTimeoffResponse;
@@ -69,6 +69,10 @@ export declare enum Scopes {
69
69
  HrisEmployeeWrite = "hris_employee_write",
70
70
  HrisGroupRead = "hris_group_read",
71
71
  HrisGroupWrite = "hris_group_write",
72
+ HrisPayslipRead = "hris_payslip_read",
73
+ HrisPayslipWrite = "hris_payslip_write",
74
+ HrisTimeoffRead = "hris_timeoff_read",
75
+ HrisTimeoffWrite = "hris_timeoff_write",
72
76
  UcCallRead = "uc_call_read",
73
77
  StorageFileRead = "storage_file_read",
74
78
  StorageFileWrite = "storage_file_write",
@@ -99,6 +99,10 @@ var Scopes;
99
99
  Scopes["HrisEmployeeWrite"] = "hris_employee_write";
100
100
  Scopes["HrisGroupRead"] = "hris_group_read";
101
101
  Scopes["HrisGroupWrite"] = "hris_group_write";
102
+ Scopes["HrisPayslipRead"] = "hris_payslip_read";
103
+ Scopes["HrisPayslipWrite"] = "hris_payslip_write";
104
+ Scopes["HrisTimeoffRead"] = "hris_timeoff_read";
105
+ Scopes["HrisTimeoffWrite"] = "hris_timeoff_write";
102
106
  Scopes["UcCallRead"] = "uc_call_read";
103
107
  Scopes["StorageFileRead"] = "storage_file_read";
104
108
  Scopes["StorageFileWrite"] = "storage_file_write";
@@ -60,6 +60,8 @@ export * from "./getcrmlead";
60
60
  export * from "./getcrmpipeline";
61
61
  export * from "./gethrisemployee";
62
62
  export * from "./gethrisgroup";
63
+ export * from "./gethrispayslip";
64
+ export * from "./gethristimeoff";
63
65
  export * from "./getmartechlist";
64
66
  export * from "./getmartechmember";
65
67
  export * from "./getpaymentlink";
@@ -105,6 +107,8 @@ export * from "./listenrichcompanies";
105
107
  export * from "./listenrichpeople";
106
108
  export * from "./listhrisemployees";
107
109
  export * from "./listhrisgroups";
110
+ export * from "./listhrispayslips";
111
+ export * from "./listhristimeoffs";
108
112
  export * from "./listmartechlists";
109
113
  export * from "./listmartechmembers";
110
114
  export * from "./listpassthroughs";
@@ -79,6 +79,8 @@ __exportStar(require("./getcrmlead"), exports);
79
79
  __exportStar(require("./getcrmpipeline"), exports);
80
80
  __exportStar(require("./gethrisemployee"), exports);
81
81
  __exportStar(require("./gethrisgroup"), exports);
82
+ __exportStar(require("./gethrispayslip"), exports);
83
+ __exportStar(require("./gethristimeoff"), exports);
82
84
  __exportStar(require("./getmartechlist"), exports);
83
85
  __exportStar(require("./getmartechmember"), exports);
84
86
  __exportStar(require("./getpaymentlink"), exports);
@@ -124,6 +126,8 @@ __exportStar(require("./listenrichcompanies"), exports);
124
126
  __exportStar(require("./listenrichpeople"), exports);
125
127
  __exportStar(require("./listhrisemployees"), exports);
126
128
  __exportStar(require("./listhrisgroups"), exports);
129
+ __exportStar(require("./listhrispayslips"), exports);
130
+ __exportStar(require("./listhristimeoffs"), exports);
127
131
  __exportStar(require("./listmartechlists"), exports);
128
132
  __exportStar(require("./listmartechmembers"), exports);
129
133
  __exportStar(require("./listpassthroughs"), exports);
@@ -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
@@ -6,9 +6,6 @@ export declare class ListAccountingInvoicesRequest 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
@@ -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;
@@ -18,6 +18,7 @@ export declare class ListCommerceCollectionsRequest extends SpeakeasyBase {
18
18
  */
19
19
  query?: string;
20
20
  sort?: string;
21
+ type?: string;
21
22
  /**
22
23
  * Return only results whose updated date is equal or greater to this value
23
24
  */
@@ -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 {