@unified-api/typescript-sdk 2.9.4 → 2.9.6

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 (137) hide show
  1. package/FUNCTIONS.md +108 -0
  2. package/README.md +36 -15
  3. package/RUNTIMES.md +22 -0
  4. package/docs/sdks/account/README.md +501 -0
  5. package/docs/sdks/accounting/README.md +3629 -0
  6. package/docs/sdks/activity/README.md +501 -0
  7. package/docs/sdks/apicall/README.md +165 -0
  8. package/docs/sdks/application/README.md +501 -0
  9. package/docs/sdks/applicationstatus/README.md +88 -0
  10. package/docs/sdks/ats/README.md +3710 -0
  11. package/docs/sdks/auth/README.md +173 -0
  12. package/docs/sdks/branch/README.md +501 -0
  13. package/docs/sdks/call/README.md +88 -0
  14. package/docs/sdks/candidate/README.md +501 -0
  15. package/docs/sdks/channel/README.md +171 -0
  16. package/docs/sdks/class/README.md +501 -0
  17. package/docs/sdks/collection/README.md +501 -0
  18. package/docs/sdks/commerce/README.md +2477 -0
  19. package/docs/sdks/commit/README.md +501 -0
  20. package/docs/sdks/company/README.md +1240 -0
  21. package/docs/sdks/connection/README.md +485 -0
  22. package/docs/sdks/contact/README.md +1489 -0
  23. package/docs/sdks/course/README.md +501 -0
  24. package/docs/sdks/crm/README.md +2971 -0
  25. package/docs/sdks/customer/README.md +501 -0
  26. package/docs/sdks/deal/README.md +501 -0
  27. package/docs/sdks/document/README.md +501 -0
  28. package/docs/sdks/employee/README.md +501 -0
  29. package/docs/sdks/enrich/README.md +169 -0
  30. package/docs/sdks/event/README.md +501 -0
  31. package/docs/sdks/file/README.md +501 -0
  32. package/docs/sdks/genai/README.md +169 -0
  33. package/docs/sdks/group/README.md +995 -0
  34. package/docs/sdks/hris/README.md +2311 -0
  35. package/docs/sdks/instructor/README.md +501 -0
  36. package/docs/sdks/integration/README.md +248 -0
  37. package/docs/sdks/interview/README.md +501 -0
  38. package/docs/sdks/inventory/README.md +501 -0
  39. package/docs/sdks/invoice/README.md +501 -0
  40. package/docs/sdks/issue/README.md +84 -0
  41. package/docs/sdks/item/README.md +501 -0
  42. package/docs/sdks/job/README.md +501 -0
  43. package/docs/sdks/journal/README.md +501 -0
  44. package/docs/sdks/kms/README.md +995 -0
  45. package/docs/sdks/lead/README.md +501 -0
  46. package/docs/sdks/link/README.md +501 -0
  47. package/docs/sdks/list/README.md +501 -0
  48. package/docs/sdks/lms/README.md +1983 -0
  49. package/docs/sdks/location/README.md +995 -0
  50. package/docs/sdks/login/README.md +90 -0
  51. package/docs/sdks/martech/README.md +995 -0
  52. package/docs/sdks/member/README.md +501 -0
  53. package/docs/sdks/message/README.md +501 -0
  54. package/docs/sdks/messaging/README.md +665 -0
  55. package/docs/sdks/metadata/README.md +501 -0
  56. package/docs/sdks/model/README.md +88 -0
  57. package/docs/sdks/note/README.md +501 -0
  58. package/docs/sdks/order/README.md +501 -0
  59. package/docs/sdks/organization/README.md +665 -0
  60. package/docs/sdks/page/README.md +501 -0
  61. package/docs/sdks/passthrough/README.md +671 -0
  62. package/docs/sdks/payment/README.md +1323 -0
  63. package/docs/sdks/payout/README.md +171 -0
  64. package/docs/sdks/payslip/README.md +171 -0
  65. package/docs/sdks/person/README.md +88 -0
  66. package/docs/sdks/pipeline/README.md +501 -0
  67. package/docs/sdks/project/README.md +501 -0
  68. package/docs/sdks/prompt/README.md +88 -0
  69. package/docs/sdks/pullrequest/README.md +501 -0
  70. package/docs/sdks/refund/README.md +171 -0
  71. package/docs/sdks/repo/README.md +2477 -0
  72. package/docs/sdks/repository/README.md +501 -0
  73. package/docs/sdks/scim/README.md +995 -0
  74. package/docs/sdks/scorecard/README.md +501 -0
  75. package/docs/sdks/space/README.md +501 -0
  76. package/docs/sdks/storage/README.md +501 -0
  77. package/docs/sdks/student/README.md +501 -0
  78. package/docs/sdks/task/README.md +995 -0
  79. package/docs/sdks/taxrate/README.md +501 -0
  80. package/docs/sdks/ticket/README.md +501 -0
  81. package/docs/sdks/ticketing/README.md +1489 -0
  82. package/docs/sdks/timeoff/README.md +171 -0
  83. package/docs/sdks/transaction/README.md +501 -0
  84. package/docs/sdks/uc/README.md +582 -0
  85. package/docs/sdks/unified/README.md +1601 -0
  86. package/docs/sdks/unifiedto/README.md +7 -0
  87. package/docs/sdks/user/README.md +501 -0
  88. package/docs/sdks/webhook/README.md +647 -0
  89. package/lib/config.d.ts +3 -3
  90. package/lib/config.js +3 -3
  91. package/lib/primitives.d.ts +2 -0
  92. package/lib/primitives.d.ts.map +1 -1
  93. package/lib/primitives.js +53 -0
  94. package/lib/primitives.js.map +1 -1
  95. package/package.json +3 -1
  96. package/sdk/models/shared/crmcontact.d.ts +2 -0
  97. package/sdk/models/shared/crmcontact.d.ts.map +1 -1
  98. package/sdk/models/shared/crmcontact.js +4 -0
  99. package/sdk/models/shared/crmcontact.js.map +1 -1
  100. package/sdk/models/shared/crmlead.d.ts +2 -0
  101. package/sdk/models/shared/crmlead.d.ts.map +1 -1
  102. package/sdk/models/shared/crmlead.js +4 -0
  103. package/sdk/models/shared/crmlead.js.map +1 -1
  104. package/sdk/models/shared/index.d.ts +1 -0
  105. package/sdk/models/shared/index.d.ts.map +1 -1
  106. package/sdk/models/shared/index.js +1 -0
  107. package/sdk/models/shared/index.js.map +1 -1
  108. package/sdk/models/shared/kmspage.d.ts +5 -0
  109. package/sdk/models/shared/kmspage.d.ts.map +1 -1
  110. package/sdk/models/shared/kmspage.js +7 -0
  111. package/sdk/models/shared/kmspage.js.map +1 -1
  112. package/sdk/models/shared/kmspagemetadata.d.ts +37 -0
  113. package/sdk/models/shared/kmspagemetadata.d.ts.map +1 -0
  114. package/sdk/models/shared/kmspagemetadata.js +63 -0
  115. package/sdk/models/shared/kmspagemetadata.js.map +1 -0
  116. package/sdk/models/shared/kmsspace.d.ts +2 -0
  117. package/sdk/models/shared/kmsspace.d.ts.map +1 -1
  118. package/sdk/models/shared/kmsspace.js +4 -0
  119. package/sdk/models/shared/kmsspace.js.map +1 -1
  120. package/sdk/models/shared/security.d.ts +2 -2
  121. package/sdk/models/shared/security.d.ts.map +1 -1
  122. package/sdk/models/shared/security.js +2 -2
  123. package/sdk/models/shared/security.js.map +1 -1
  124. package/sdk/types/operations.d.ts +5 -3
  125. package/sdk/types/operations.d.ts.map +1 -1
  126. package/sdk/types/operations.js +3 -0
  127. package/sdk/types/operations.js.map +1 -1
  128. package/src/lib/config.ts +3 -3
  129. package/src/lib/primitives.ts +62 -0
  130. package/src/sdk/models/shared/crmcontact.ts +6 -0
  131. package/src/sdk/models/shared/crmlead.ts +6 -0
  132. package/src/sdk/models/shared/index.ts +1 -0
  133. package/src/sdk/models/shared/kmspage.ts +16 -0
  134. package/src/sdk/models/shared/kmspagemetadata.ts +72 -0
  135. package/src/sdk/models/shared/kmsspace.ts +6 -0
  136. package/src/sdk/models/shared/security.ts +4 -4
  137. package/src/sdk/types/operations.ts +11 -5
@@ -0,0 +1,171 @@
1
+ # Payout
2
+ (*payout*)
3
+
4
+ ## Overview
5
+
6
+ ### Available Operations
7
+
8
+ * [getPaymentPayout](#getpaymentpayout) - Retrieve a payout
9
+ * [listPaymentPayouts](#listpaymentpayouts) - List all payouts
10
+
11
+ ## getPaymentPayout
12
+
13
+ Retrieve a payout
14
+
15
+ ### Example Usage
16
+
17
+ ```typescript
18
+ import { UnifiedTo } from "@unified-api/typescript-sdk";
19
+
20
+ const unifiedTo = new UnifiedTo({
21
+ security: {
22
+ jwt: "<YOUR_API_KEY_HERE>",
23
+ },
24
+ });
25
+
26
+ async function run() {
27
+ const result = await unifiedTo.payout.getPaymentPayout({
28
+ connectionId: "<value>",
29
+ id: "<id>",
30
+ });
31
+
32
+ // Handle the result
33
+ console.log(result);
34
+ }
35
+
36
+ run();
37
+ ```
38
+
39
+ ### Standalone function
40
+
41
+ The standalone function version of this method:
42
+
43
+ ```typescript
44
+ import { UnifiedToCore } from "@unified-api/typescript-sdk/core.js";
45
+ import { payoutGetPaymentPayout } from "@unified-api/typescript-sdk/funcs/payoutGetPaymentPayout.js";
46
+
47
+ // Use `UnifiedToCore` for best tree-shaking performance.
48
+ // You can create one instance of it to use across an application.
49
+ const unifiedTo = new UnifiedToCore({
50
+ security: {
51
+ jwt: "<YOUR_API_KEY_HERE>",
52
+ },
53
+ });
54
+
55
+ async function run() {
56
+ const res = await payoutGetPaymentPayout(unifiedTo, {
57
+ connectionId: "<value>",
58
+ id: "<id>",
59
+ });
60
+
61
+ if (!res.ok) {
62
+ throw res.error;
63
+ }
64
+
65
+ const { value: result } = res;
66
+
67
+ // Handle the result
68
+ console.log(result);
69
+ }
70
+
71
+ run();
72
+ ```
73
+
74
+ ### Parameters
75
+
76
+ | Parameter | Type | Required | Description |
77
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
78
+ | `request` | [operations.GetPaymentPayoutRequest](../../sdk/models/operations/getpaymentpayoutrequest.md) | :heavy_check_mark: | The request object to use for the request. |
79
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
80
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
81
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
82
+
83
+ ### Response
84
+
85
+ **Promise\<[shared.PaymentPayout](../../sdk/models/shared/paymentpayout.md)\>**
86
+
87
+ ### Errors
88
+
89
+ | Error Type | Status Code | Content Type |
90
+ | --------------- | --------------- | --------------- |
91
+ | errors.SDKError | 4XX, 5XX | \*/\* |
92
+
93
+ ## listPaymentPayouts
94
+
95
+ List all payouts
96
+
97
+ ### Example Usage
98
+
99
+ ```typescript
100
+ import { UnifiedTo } from "@unified-api/typescript-sdk";
101
+
102
+ const unifiedTo = new UnifiedTo({
103
+ security: {
104
+ jwt: "<YOUR_API_KEY_HERE>",
105
+ },
106
+ });
107
+
108
+ async function run() {
109
+ const result = await unifiedTo.payout.listPaymentPayouts({
110
+ connectionId: "<value>",
111
+ });
112
+
113
+ // Handle the result
114
+ console.log(result);
115
+ }
116
+
117
+ run();
118
+ ```
119
+
120
+ ### Standalone function
121
+
122
+ The standalone function version of this method:
123
+
124
+ ```typescript
125
+ import { UnifiedToCore } from "@unified-api/typescript-sdk/core.js";
126
+ import { payoutListPaymentPayouts } from "@unified-api/typescript-sdk/funcs/payoutListPaymentPayouts.js";
127
+
128
+ // Use `UnifiedToCore` for best tree-shaking performance.
129
+ // You can create one instance of it to use across an application.
130
+ const unifiedTo = new UnifiedToCore({
131
+ security: {
132
+ jwt: "<YOUR_API_KEY_HERE>",
133
+ },
134
+ });
135
+
136
+ async function run() {
137
+ const res = await payoutListPaymentPayouts(unifiedTo, {
138
+ connectionId: "<value>",
139
+ });
140
+
141
+ if (!res.ok) {
142
+ throw res.error;
143
+ }
144
+
145
+ const { value: result } = res;
146
+
147
+ // Handle the result
148
+ console.log(result);
149
+ }
150
+
151
+ run();
152
+ ```
153
+
154
+ ### Parameters
155
+
156
+ | Parameter | Type | Required | Description |
157
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
158
+ | `request` | [operations.ListPaymentPayoutsRequest](../../sdk/models/operations/listpaymentpayoutsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
159
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
160
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
161
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
162
+
163
+ ### Response
164
+
165
+ **Promise\<[shared.PaymentPayout[]](../../models/.md)\>**
166
+
167
+ ### Errors
168
+
169
+ | Error Type | Status Code | Content Type |
170
+ | --------------- | --------------- | --------------- |
171
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -0,0 +1,171 @@
1
+ # Payslip
2
+ (*payslip*)
3
+
4
+ ## Overview
5
+
6
+ ### Available Operations
7
+
8
+ * [getHrisPayslip](#gethrispayslip) - Retrieve a payslip
9
+ * [listHrisPayslips](#listhrispayslips) - List all payslips
10
+
11
+ ## getHrisPayslip
12
+
13
+ Retrieve a payslip
14
+
15
+ ### Example Usage
16
+
17
+ ```typescript
18
+ import { UnifiedTo } from "@unified-api/typescript-sdk";
19
+
20
+ const unifiedTo = new UnifiedTo({
21
+ security: {
22
+ jwt: "<YOUR_API_KEY_HERE>",
23
+ },
24
+ });
25
+
26
+ async function run() {
27
+ const result = await unifiedTo.payslip.getHrisPayslip({
28
+ connectionId: "<value>",
29
+ id: "<id>",
30
+ });
31
+
32
+ // Handle the result
33
+ console.log(result);
34
+ }
35
+
36
+ run();
37
+ ```
38
+
39
+ ### Standalone function
40
+
41
+ The standalone function version of this method:
42
+
43
+ ```typescript
44
+ import { UnifiedToCore } from "@unified-api/typescript-sdk/core.js";
45
+ import { payslipGetHrisPayslip } from "@unified-api/typescript-sdk/funcs/payslipGetHrisPayslip.js";
46
+
47
+ // Use `UnifiedToCore` for best tree-shaking performance.
48
+ // You can create one instance of it to use across an application.
49
+ const unifiedTo = new UnifiedToCore({
50
+ security: {
51
+ jwt: "<YOUR_API_KEY_HERE>",
52
+ },
53
+ });
54
+
55
+ async function run() {
56
+ const res = await payslipGetHrisPayslip(unifiedTo, {
57
+ connectionId: "<value>",
58
+ id: "<id>",
59
+ });
60
+
61
+ if (!res.ok) {
62
+ throw res.error;
63
+ }
64
+
65
+ const { value: result } = res;
66
+
67
+ // Handle the result
68
+ console.log(result);
69
+ }
70
+
71
+ run();
72
+ ```
73
+
74
+ ### Parameters
75
+
76
+ | Parameter | Type | Required | Description |
77
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
78
+ | `request` | [operations.GetHrisPayslipRequest](../../sdk/models/operations/gethrispaysliprequest.md) | :heavy_check_mark: | The request object to use for the request. |
79
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
80
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
81
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
82
+
83
+ ### Response
84
+
85
+ **Promise\<[shared.HrisPayslip](../../sdk/models/shared/hrispayslip.md)\>**
86
+
87
+ ### Errors
88
+
89
+ | Error Type | Status Code | Content Type |
90
+ | --------------- | --------------- | --------------- |
91
+ | errors.SDKError | 4XX, 5XX | \*/\* |
92
+
93
+ ## listHrisPayslips
94
+
95
+ List all payslips
96
+
97
+ ### Example Usage
98
+
99
+ ```typescript
100
+ import { UnifiedTo } from "@unified-api/typescript-sdk";
101
+
102
+ const unifiedTo = new UnifiedTo({
103
+ security: {
104
+ jwt: "<YOUR_API_KEY_HERE>",
105
+ },
106
+ });
107
+
108
+ async function run() {
109
+ const result = await unifiedTo.payslip.listHrisPayslips({
110
+ connectionId: "<value>",
111
+ });
112
+
113
+ // Handle the result
114
+ console.log(result);
115
+ }
116
+
117
+ run();
118
+ ```
119
+
120
+ ### Standalone function
121
+
122
+ The standalone function version of this method:
123
+
124
+ ```typescript
125
+ import { UnifiedToCore } from "@unified-api/typescript-sdk/core.js";
126
+ import { payslipListHrisPayslips } from "@unified-api/typescript-sdk/funcs/payslipListHrisPayslips.js";
127
+
128
+ // Use `UnifiedToCore` for best tree-shaking performance.
129
+ // You can create one instance of it to use across an application.
130
+ const unifiedTo = new UnifiedToCore({
131
+ security: {
132
+ jwt: "<YOUR_API_KEY_HERE>",
133
+ },
134
+ });
135
+
136
+ async function run() {
137
+ const res = await payslipListHrisPayslips(unifiedTo, {
138
+ connectionId: "<value>",
139
+ });
140
+
141
+ if (!res.ok) {
142
+ throw res.error;
143
+ }
144
+
145
+ const { value: result } = res;
146
+
147
+ // Handle the result
148
+ console.log(result);
149
+ }
150
+
151
+ run();
152
+ ```
153
+
154
+ ### Parameters
155
+
156
+ | Parameter | Type | Required | Description |
157
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
158
+ | `request` | [operations.ListHrisPayslipsRequest](../../sdk/models/operations/listhrispayslipsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
159
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
160
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
161
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
162
+
163
+ ### Response
164
+
165
+ **Promise\<[shared.HrisPayslip[]](../../models/.md)\>**
166
+
167
+ ### Errors
168
+
169
+ | Error Type | Status Code | Content Type |
170
+ | --------------- | --------------- | --------------- |
171
+ | errors.SDKError | 4XX, 5XX | \*/\* |
@@ -0,0 +1,88 @@
1
+ # Person
2
+ (*person*)
3
+
4
+ ## Overview
5
+
6
+ ### Available Operations
7
+
8
+ * [listEnrichPeople](#listenrichpeople) - Retrieve enrichment information for a person
9
+
10
+ ## listEnrichPeople
11
+
12
+ Retrieve enrichment information for a person
13
+
14
+ ### Example Usage
15
+
16
+ ```typescript
17
+ import { UnifiedTo } from "@unified-api/typescript-sdk";
18
+
19
+ const unifiedTo = new UnifiedTo({
20
+ security: {
21
+ jwt: "<YOUR_API_KEY_HERE>",
22
+ },
23
+ });
24
+
25
+ async function run() {
26
+ const result = await unifiedTo.person.listEnrichPeople({
27
+ connectionId: "<value>",
28
+ });
29
+
30
+ // Handle the result
31
+ console.log(result);
32
+ }
33
+
34
+ run();
35
+ ```
36
+
37
+ ### Standalone function
38
+
39
+ The standalone function version of this method:
40
+
41
+ ```typescript
42
+ import { UnifiedToCore } from "@unified-api/typescript-sdk/core.js";
43
+ import { personListEnrichPeople } from "@unified-api/typescript-sdk/funcs/personListEnrichPeople.js";
44
+
45
+ // Use `UnifiedToCore` for best tree-shaking performance.
46
+ // You can create one instance of it to use across an application.
47
+ const unifiedTo = new UnifiedToCore({
48
+ security: {
49
+ jwt: "<YOUR_API_KEY_HERE>",
50
+ },
51
+ });
52
+
53
+ async function run() {
54
+ const res = await personListEnrichPeople(unifiedTo, {
55
+ connectionId: "<value>",
56
+ });
57
+
58
+ if (!res.ok) {
59
+ throw res.error;
60
+ }
61
+
62
+ const { value: result } = res;
63
+
64
+ // Handle the result
65
+ console.log(result);
66
+ }
67
+
68
+ run();
69
+ ```
70
+
71
+ ### Parameters
72
+
73
+ | Parameter | Type | Required | Description |
74
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
75
+ | `request` | [operations.ListEnrichPeopleRequest](../../sdk/models/operations/listenrichpeoplerequest.md) | :heavy_check_mark: | The request object to use for the request. |
76
+ | `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. |
77
+ | `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. |
78
+ | `options.retries` | [RetryConfig](../../lib/utils/retryconfig.md) | :heavy_minus_sign: | Enables retrying HTTP requests under certain failure conditions. |
79
+
80
+ ### Response
81
+
82
+ **Promise\<[shared.EnrichPerson](../../sdk/models/shared/enrichperson.md)\>**
83
+
84
+ ### Errors
85
+
86
+ | Error Type | Status Code | Content Type |
87
+ | --------------- | --------------- | --------------- |
88
+ | errors.SDKError | 4XX, 5XX | \*/\* |