@unified-api/typescript-sdk 1.0.11 → 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 (83) 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 +1 -1
  12. package/dist/sdk/hris.js +1 -1
  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/listaccountingcontacts.d.ts +0 -3
  24. package/dist/sdk/models/operations/listaccountinginvoices.d.ts +0 -3
  25. package/dist/sdk/models/operations/listatsactivities.d.ts +0 -18
  26. package/dist/sdk/models/operations/listatsapplications.d.ts +0 -6
  27. package/dist/sdk/models/operations/listatsdocuments.d.ts +0 -3
  28. package/dist/sdk/models/operations/listatsinterviews.d.ts +0 -3
  29. package/dist/sdk/models/operations/listatsscorecards.d.ts +0 -12
  30. package/dist/sdk/models/operations/listcommercecollections.d.ts +1 -0
  31. package/dist/sdk/models/operations/listcommercecollections.js +4 -0
  32. package/dist/sdk/models/operations/listcommerceinventories.d.ts +0 -6
  33. package/dist/sdk/models/operations/listcommerceitems.d.ts +1 -0
  34. package/dist/sdk/models/operations/listcommerceitems.js +4 -0
  35. package/dist/sdk/models/operations/listcrmcompanies.d.ts +0 -9
  36. package/dist/sdk/models/operations/listcrmcontacts.d.ts +0 -9
  37. package/dist/sdk/models/operations/listcrmdeals.d.ts +0 -9
  38. package/dist/sdk/models/operations/listcrmevents.d.ts +0 -12
  39. package/dist/sdk/models/operations/listcrmleads.d.ts +0 -9
  40. package/dist/sdk/models/operations/listhrispayslips.d.ts +0 -3
  41. package/dist/sdk/models/operations/listhristimeoffs.d.ts +0 -3
  42. package/dist/sdk/models/operations/listmartechmembers.d.ts +0 -3
  43. package/dist/sdk/models/operations/listpaymentlinks.d.ts +0 -6
  44. package/dist/sdk/models/operations/listpaymentpayments.d.ts +0 -6
  45. package/dist/sdk/models/operations/listpaymentrefunds.d.ts +0 -3
  46. package/dist/sdk/models/operations/listticketingnotes.d.ts +0 -3
  47. package/dist/sdk/models/operations/listticketingtickets.d.ts +0 -6
  48. package/dist/sdk/models/shared/commercecollection.d.ts +6 -1
  49. package/dist/sdk/models/shared/commercecollection.js +12 -6
  50. package/dist/sdk/models/shared/integrationsupport.d.ts +3 -0
  51. package/dist/sdk/models/shared/integrationsupport.js +15 -0
  52. package/dist/sdk/payment.d.ts +6 -6
  53. package/dist/sdk/payment.js +6 -6
  54. package/dist/sdk/payslip.d.ts +1 -1
  55. package/dist/sdk/payslip.js +1 -1
  56. package/dist/sdk/sdk.js +3 -3
  57. package/docs/sdk/models/operations/listaccountingcontactsrequest.md +1 -1
  58. package/docs/sdk/models/operations/listaccountinginvoicesrequest.md +1 -1
  59. package/docs/sdk/models/operations/listatsactivitiesrequest.md +6 -6
  60. package/docs/sdk/models/operations/listatsapplicationsrequest.md +2 -2
  61. package/docs/sdk/models/operations/listatsdocumentsrequest.md +1 -1
  62. package/docs/sdk/models/operations/listatsinterviewsrequest.md +1 -1
  63. package/docs/sdk/models/operations/listatsscorecardsrequest.md +4 -4
  64. package/docs/sdk/models/operations/listcommercecollectionsrequest.md +1 -0
  65. package/docs/sdk/models/operations/listcommerceinventoriesrequest.md +2 -2
  66. package/docs/sdk/models/operations/listcommerceitemsrequest.md +1 -0
  67. package/docs/sdk/models/operations/listcrmcompaniesrequest.md +3 -3
  68. package/docs/sdk/models/operations/listcrmcontactsrequest.md +3 -3
  69. package/docs/sdk/models/operations/listcrmdealsrequest.md +3 -3
  70. package/docs/sdk/models/operations/listcrmeventsrequest.md +4 -4
  71. package/docs/sdk/models/operations/listcrmleadsrequest.md +3 -3
  72. package/docs/sdk/models/operations/listhrispayslipsrequest.md +1 -1
  73. package/docs/sdk/models/operations/listhristimeoffsrequest.md +1 -1
  74. package/docs/sdk/models/operations/listmartechmembersrequest.md +1 -1
  75. package/docs/sdk/models/operations/listpaymentlinksrequest.md +2 -2
  76. package/docs/sdk/models/operations/listpaymentpaymentsrequest.md +2 -2
  77. package/docs/sdk/models/operations/listpaymentrefundsrequest.md +1 -1
  78. package/docs/sdk/models/operations/listticketingnotesrequest.md +1 -1
  79. package/docs/sdk/models/operations/listticketingticketsrequest.md +2 -2
  80. package/docs/sdk/models/shared/commercecollection.md +1 -1
  81. package/docs/sdk/models/shared/commercecollectiontype.md +10 -0
  82. package/docs/sdk/models/shared/integrationsupport.md +3 -0
  83. package/package.json +1 -1
@@ -99,7 +99,7 @@ var Payment = /** @class */ (function () {
99
99
  this.sdkConfiguration = sdkConfig;
100
100
  }
101
101
  /**
102
- * Create a payment link
102
+ * Create a link
103
103
  */
104
104
  Payment.prototype.createPaymentLink = function (req, config) {
105
105
  var _a, _b;
@@ -241,7 +241,7 @@ var Payment = /** @class */ (function () {
241
241
  });
242
242
  };
243
243
  /**
244
- * Retrieve a payment link
244
+ * Retrieve a link
245
245
  */
246
246
  Payment.prototype.getPaymentLink = function (req, config) {
247
247
  var _a, _b;
@@ -489,7 +489,7 @@ var Payment = /** @class */ (function () {
489
489
  });
490
490
  };
491
491
  /**
492
- * List all payment links
492
+ * List all links
493
493
  */
494
494
  Payment.prototype.listPaymentLinks = function (req, config) {
495
495
  var _a, _b;
@@ -745,7 +745,7 @@ var Payment = /** @class */ (function () {
745
745
  });
746
746
  };
747
747
  /**
748
- * Update a payment link
748
+ * Update a link
749
749
  */
750
750
  Payment.prototype.patchPaymentLink = function (req, config) {
751
751
  var _a, _b;
@@ -887,7 +887,7 @@ var Payment = /** @class */ (function () {
887
887
  });
888
888
  };
889
889
  /**
890
- * Remove a payment link
890
+ * Remove a link
891
891
  */
892
892
  Payment.prototype.removePaymentLink = function (req, config) {
893
893
  var _a, _b;
@@ -1013,7 +1013,7 @@ var Payment = /** @class */ (function () {
1013
1013
  });
1014
1014
  };
1015
1015
  /**
1016
- * Update a payment link
1016
+ * Update a link
1017
1017
  */
1018
1018
  Payment.prototype.updatePaymentLink = function (req, config) {
1019
1019
  var _a, _b;
@@ -9,7 +9,7 @@ export declare class Payslip {
9
9
  */
10
10
  getHrisPayslip(req: operations.GetHrisPayslipRequest, config?: AxiosRequestConfig): Promise<operations.GetHrisPayslipResponse>;
11
11
  /**
12
- * List all payslip
12
+ * List all payslips
13
13
  */
14
14
  listHrisPayslips(req: operations.ListHrisPayslipsRequest, config?: AxiosRequestConfig): Promise<operations.ListHrisPayslipsResponse>;
15
15
  }
@@ -145,7 +145,7 @@ var Payslip = /** @class */ (function () {
145
145
  });
146
146
  };
147
147
  /**
148
- * List all payslip
148
+ * List all payslips
149
149
  */
150
150
  Payslip.prototype.listHrisPayslips = function (req, config) {
151
151
  var _a, _b;
package/dist/sdk/sdk.js CHANGED
@@ -83,9 +83,9 @@ var SDKConfiguration = /** @class */ (function () {
83
83
  function SDKConfiguration(init) {
84
84
  this.language = "typescript";
85
85
  this.openapiDocVersion = "1.0";
86
- this.sdkVersion = "1.0.11";
87
- this.genVersion = "2.298.2";
88
- this.userAgent = "speakeasy-sdk/typescript 1.0.11 2.298.2 1.0 @unified-api/typescript-sdk";
86
+ this.sdkVersion = "1.0.12";
87
+ this.genVersion = "2.304.1";
88
+ this.userAgent = "speakeasy-sdk/typescript 1.0.12 2.304.1 1.0 @unified-api/typescript-sdk";
89
89
  Object.assign(this, init);
90
90
  }
91
91
  return SDKConfiguration;
@@ -12,5 +12,5 @@
12
12
  | `order` | *string* | :heavy_minus_sign: | N/A |
13
13
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
14
14
  | `sort` | *string* | :heavy_minus_sign: | N/A |
15
- | `type` | *string* | :heavy_minus_sign: | The type of contact to filter results |
15
+ | `type` | *string* | :heavy_minus_sign: | N/A |
16
16
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
@@ -6,7 +6,7 @@
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
- | `contactId` | *string* | :heavy_minus_sign: | The customer/supplier ID to filter results |
9
+ | `contactId` | *string* | :heavy_minus_sign: | N/A |
10
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
12
12
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -5,17 +5,17 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `applicationId` | *string* | :heavy_minus_sign: | The application ID to filter results |
9
- | `candidateId` | *string* | :heavy_minus_sign: | The candidate ID to filter results |
8
+ | `applicationId` | *string* | :heavy_minus_sign: | N/A |
9
+ | `candidateId` | *string* | :heavy_minus_sign: | N/A |
10
10
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
11
- | `documentId` | *string* | :heavy_minus_sign: | The document ID to filter results |
11
+ | `documentId` | *string* | :heavy_minus_sign: | N/A |
12
12
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
13
- | `interviewId` | *string* | :heavy_minus_sign: | The interview ID to filter results |
14
- | `jobId` | *string* | :heavy_minus_sign: | The job ID to filter results |
13
+ | `interviewId` | *string* | :heavy_minus_sign: | N/A |
14
+ | `jobId` | *string* | :heavy_minus_sign: | N/A |
15
15
  | `limit` | *number* | :heavy_minus_sign: | N/A |
16
16
  | `offset` | *number* | :heavy_minus_sign: | N/A |
17
17
  | `order` | *string* | :heavy_minus_sign: | N/A |
18
18
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
19
19
  | `sort` | *string* | :heavy_minus_sign: | N/A |
20
20
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
21
- | `userId` | *string* | :heavy_minus_sign: | The user ID to filter results |
21
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -5,10 +5,10 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `candidateId` | *string* | :heavy_minus_sign: | The candidate ID to filter results |
8
+ | `candidateId` | *string* | :heavy_minus_sign: | N/A |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
- | `jobId` | *string* | :heavy_minus_sign: | The job ID to filter results |
11
+ | `jobId` | *string* | :heavy_minus_sign: | N/A |
12
12
  | `limit` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
14
14
  | `order` | *string* | :heavy_minus_sign: | N/A |
@@ -5,7 +5,7 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `applicationId` | *string* | :heavy_minus_sign: | The application ID to filter results |
8
+ | `applicationId` | *string* | :heavy_minus_sign: | N/A |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
@@ -5,7 +5,7 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `applicationId` | *string* | :heavy_minus_sign: | The application ID to filter results |
8
+ | `applicationId` | *string* | :heavy_minus_sign: | N/A |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
@@ -5,12 +5,12 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `applicationId` | *string* | :heavy_minus_sign: | The application ID to filter results |
9
- | `candidateId` | *string* | :heavy_minus_sign: | The candidate ID to filter results |
8
+ | `applicationId` | *string* | :heavy_minus_sign: | N/A |
9
+ | `candidateId` | *string* | :heavy_minus_sign: | N/A |
10
10
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
11
11
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
12
- | `interviewId` | *string* | :heavy_minus_sign: | The interview ID to filter results |
13
- | `jobId` | *string* | :heavy_minus_sign: | The job ID to filter results |
12
+ | `interviewId` | *string* | :heavy_minus_sign: | N/A |
13
+ | `jobId` | *string* | :heavy_minus_sign: | N/A |
14
14
  | `limit` | *number* | :heavy_minus_sign: | N/A |
15
15
  | `offset` | *number* | :heavy_minus_sign: | N/A |
16
16
  | `order` | *string* | :heavy_minus_sign: | N/A |
@@ -12,4 +12,5 @@
12
12
  | `order` | *string* | :heavy_minus_sign: | N/A |
13
13
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
14
14
  | `sort` | *string* | :heavy_minus_sign: | N/A |
15
+ | `type` | *string* | :heavy_minus_sign: | N/A |
15
16
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
@@ -7,9 +7,9 @@
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
9
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
10
- | `itemId` | *string* | :heavy_minus_sign: | The item/product ID to filter results |
10
+ | `itemId` | *string* | :heavy_minus_sign: | N/A |
11
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
12
- | `locationId` | *string* | :heavy_minus_sign: | The location ID to filter results |
12
+ | `locationId` | *string* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
14
14
  | `order` | *string* | :heavy_minus_sign: | N/A |
15
15
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
@@ -5,6 +5,7 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
+ | `collectionId` | *string* | :heavy_minus_sign: | N/A |
8
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
10
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
@@ -6,8 +6,8 @@
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
- | `contactId` | *string* | :heavy_minus_sign: | The contact ID to filter results |
10
- | `dealId` | *string* | :heavy_minus_sign: | The deal ID to filter results |
9
+ | `contactId` | *string* | :heavy_minus_sign: | N/A |
10
+ | `dealId` | *string* | :heavy_minus_sign: | N/A |
11
11
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
12
12
  | `limit` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -15,4 +15,4 @@
15
15
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
16
16
  | `sort` | *string* | :heavy_minus_sign: | N/A |
17
17
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
18
- | `userId` | *string* | :heavy_minus_sign: | The user/owner ID to filter results |
18
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -5,9 +5,9 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `companyId` | *string* | :heavy_minus_sign: | The company ID to filter results |
8
+ | `companyId` | *string* | :heavy_minus_sign: | N/A |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
- | `dealId` | *string* | :heavy_minus_sign: | The deal ID to filter results |
10
+ | `dealId` | *string* | :heavy_minus_sign: | N/A |
11
11
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
12
12
  | `limit` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -15,4 +15,4 @@
15
15
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
16
16
  | `sort` | *string* | :heavy_minus_sign: | N/A |
17
17
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
18
- | `userId` | *string* | :heavy_minus_sign: | The user/owner ID to filter results |
18
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -5,9 +5,9 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `companyId` | *string* | :heavy_minus_sign: | The company ID to filter results |
8
+ | `companyId` | *string* | :heavy_minus_sign: | N/A |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
- | `contactId` | *string* | :heavy_minus_sign: | The contact ID to filter results |
10
+ | `contactId` | *string* | :heavy_minus_sign: | N/A |
11
11
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
12
12
  | `limit` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -15,4 +15,4 @@
15
15
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
16
16
  | `sort` | *string* | :heavy_minus_sign: | N/A |
17
17
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
18
- | `userId` | *string* | :heavy_minus_sign: | The user/owner ID to filter results |
18
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -5,10 +5,10 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `companyId` | *string* | :heavy_minus_sign: | The company ID to filter results |
8
+ | `companyId` | *string* | :heavy_minus_sign: | N/A |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
- | `contactId` | *string* | :heavy_minus_sign: | The contact ID to filter results |
11
- | `dealId` | *string* | :heavy_minus_sign: | The deal ID to filter results |
10
+ | `contactId` | *string* | :heavy_minus_sign: | N/A |
11
+ | `dealId` | *string* | :heavy_minus_sign: | N/A |
12
12
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
13
13
  | `limit` | *number* | :heavy_minus_sign: | N/A |
14
14
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -17,4 +17,4 @@
17
17
  | `sort` | *string* | :heavy_minus_sign: | N/A |
18
18
  | `type` | *string* | :heavy_minus_sign: | N/A |
19
19
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
20
- | `userId` | *string* | :heavy_minus_sign: | The user/owner ID to filter results |
20
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -5,9 +5,9 @@
5
5
 
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
- | `companyId` | *string* | :heavy_minus_sign: | The company ID to filter results |
8
+ | `companyId` | *string* | :heavy_minus_sign: | N/A |
9
9
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
10
- | `contactId` | *string* | :heavy_minus_sign: | The contact ID to filter results |
10
+ | `contactId` | *string* | :heavy_minus_sign: | N/A |
11
11
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
12
12
  | `limit` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -15,4 +15,4 @@
15
15
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
16
16
  | `sort` | *string* | :heavy_minus_sign: | N/A |
17
17
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
18
- | `userId` | *string* | :heavy_minus_sign: | The user/owner ID to filter results |
18
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -13,4 +13,4 @@
13
13
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
14
14
  | `sort` | *string* | :heavy_minus_sign: | N/A |
15
15
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
16
- | `userId` | *string* | :heavy_minus_sign: | Employee ID |
16
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -13,4 +13,4 @@
13
13
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
14
14
  | `sort` | *string* | :heavy_minus_sign: | N/A |
15
15
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
16
- | `userId` | *string* | :heavy_minus_sign: | Employee ID |
16
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -8,7 +8,7 @@
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
9
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
10
10
  | `limit` | *number* | :heavy_minus_sign: | N/A |
11
- | `listId` | *string* | :heavy_minus_sign: | Usually required |
11
+ | `listId` | *string* | :heavy_minus_sign: | N/A |
12
12
  | `offset` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `order` | *string* | :heavy_minus_sign: | N/A |
14
14
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
@@ -6,12 +6,12 @@
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
- | `contactId` | *string* | :heavy_minus_sign: | The customer/supplier ID to filter results |
9
+ | `contactId` | *string* | :heavy_minus_sign: | N/A |
10
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
12
12
  | `offset` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `order` | *string* | :heavy_minus_sign: | N/A |
14
- | `paymentId` | *string* | :heavy_minus_sign: | The payment ID to filter results |
14
+ | `paymentId` | *string* | :heavy_minus_sign: | N/A |
15
15
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
16
16
  | `sort` | *string* | :heavy_minus_sign: | N/A |
17
17
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
@@ -6,9 +6,9 @@
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
- | `contactId` | *string* | :heavy_minus_sign: | The customer/supplier ID to filter results |
9
+ | `contactId` | *string* | :heavy_minus_sign: | N/A |
10
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
- | `invoiceId` | *string* | :heavy_minus_sign: | The invoice ID to filter results |
11
+ | `invoiceId` | *string* | :heavy_minus_sign: | N/A |
12
12
  | `limit` | *number* | :heavy_minus_sign: | N/A |
13
13
  | `offset` | *number* | :heavy_minus_sign: | N/A |
14
14
  | `order` | *string* | :heavy_minus_sign: | N/A |
@@ -10,7 +10,7 @@
10
10
  | `limit` | *number* | :heavy_minus_sign: | N/A |
11
11
  | `offset` | *number* | :heavy_minus_sign: | N/A |
12
12
  | `order` | *string* | :heavy_minus_sign: | N/A |
13
- | `paymentId` | *string* | :heavy_minus_sign: | The payment ID to filter results |
13
+ | `paymentId` | *string* | :heavy_minus_sign: | N/A |
14
14
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
15
15
  | `sort` | *string* | :heavy_minus_sign: | N/A |
16
16
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
@@ -12,5 +12,5 @@
12
12
  | `order` | *string* | :heavy_minus_sign: | N/A |
13
13
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
14
14
  | `sort` | *string* | :heavy_minus_sign: | N/A |
15
- | `ticketId` | *string* | :heavy_minus_sign: | Usually required |
15
+ | `ticketId` | *string* | :heavy_minus_sign: | N/A |
16
16
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
@@ -6,7 +6,7 @@
6
6
  | Field | Type | Required | Description |
7
7
  | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
8
8
  | `connectionId` | *string* | :heavy_check_mark: | ID of the connection |
9
- | `customerId` | *string* | :heavy_minus_sign: | The customer ID to filter results |
9
+ | `customerId` | *string* | :heavy_minus_sign: | N/A |
10
10
  | `fields` | *string*[] | :heavy_minus_sign: | Comma-delimited fields to return |
11
11
  | `limit` | *number* | :heavy_minus_sign: | N/A |
12
12
  | `offset` | *number* | :heavy_minus_sign: | N/A |
@@ -14,4 +14,4 @@
14
14
  | `query` | *string* | :heavy_minus_sign: | Query string to search. eg. email address or name |
15
15
  | `sort` | *string* | :heavy_minus_sign: | N/A |
16
16
  | `updatedGte` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | Return only results whose updated date is equal or greater to this value |
17
- | `userId` | *string* | :heavy_minus_sign: | The user/agent ID to filter results |
17
+ | `userId` | *string* | :heavy_minus_sign: | N/A |
@@ -13,11 +13,11 @@ A collection of items/products/services
13
13
  | `isActive` | *boolean* | :heavy_minus_sign: | N/A |
14
14
  | `isFeatured` | *boolean* | :heavy_minus_sign: | N/A |
15
15
  | `isVisible` | *boolean* | :heavy_minus_sign: | N/A |
16
- | `itemIds` | *string*[] | :heavy_minus_sign: | N/A |
17
16
  | `media` | [shared.CommerceItemMedia](../../../sdk/models/shared/commerceitemmedia.md)[] | :heavy_minus_sign: | N/A |
18
17
  | `name` | *string* | :heavy_check_mark: | N/A |
19
18
  | `publicDescription` | *string* | :heavy_minus_sign: | N/A |
20
19
  | `publicName` | *string* | :heavy_minus_sign: | N/A |
21
20
  | `raw` | Record<string, *any*> | :heavy_minus_sign: | N/A |
22
21
  | `tags` | *string*[] | :heavy_minus_sign: | N/A |
22
+ | `type` | [shared.CommerceCollectionType](../../../sdk/models/shared/commercecollectiontype.md) | :heavy_minus_sign: | N/A |
23
23
  | `updatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
@@ -0,0 +1,10 @@
1
+ # CommerceCollectionType
2
+
3
+
4
+ ## Values
5
+
6
+ | Name | Value |
7
+ | ------------- | ------------- |
8
+ | `Collection` | COLLECTION |
9
+ | `SavedSearch` | SAVED_SEARCH |
10
+ | `Category` | CATEGORY |