@coveo/push-api-client 2.4.17 → 2.4.27

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 (47) hide show
  1. package/dist/docs/assets/highlight.css +49 -0
  2. package/dist/docs/assets/main.js +3 -3
  3. package/dist/docs/assets/search.js +1 -1
  4. package/dist/docs/assets/style.css +6 -82
  5. package/dist/docs/classes/AnySecurityIdentityBuilder.html +15 -11
  6. package/dist/docs/classes/CatalogSource.html +67 -55
  7. package/dist/docs/classes/DocumentBuilder.html +139 -112
  8. package/dist/docs/classes/FieldAnalyser.html +59 -50
  9. package/dist/docs/classes/GroupSecurityIdentityBuilder.html +11 -7
  10. package/dist/docs/classes/PushSource.html +96 -76
  11. package/dist/docs/classes/UserSecurityIdentityBuilder.html +11 -7
  12. package/dist/docs/classes/VirtualGroupSecurityIdentityBuilder.html +11 -7
  13. package/dist/docs/classes/errors.FieldTypeInconsistencyError.html +13 -10
  14. package/dist/docs/classes/errors.InvalidDocument.html +13 -10
  15. package/dist/docs/classes/errors.InvalidPermanentId.html +13 -10
  16. package/dist/docs/classes/errors.NotAFileError.html +13 -10
  17. package/dist/docs/classes/errors.NotAJsonFileError.html +13 -10
  18. package/dist/docs/classes/errors.PrivilegeError.html +14 -11
  19. package/dist/docs/classes/errors.UnsupportedAttribute.html +13 -10
  20. package/dist/docs/classes/errors.UnsupportedFieldError.html +23 -19
  21. package/dist/docs/enums/PlatformEnvironment.html +7 -5
  22. package/dist/docs/enums/Region.html +3 -1
  23. package/dist/docs/enums/SourceVisibility.html +3 -1
  24. package/dist/docs/functions/parseAndGetDocumentBuilderFromJSONDocument.html +4 -3
  25. package/dist/docs/index.html +49 -2
  26. package/dist/docs/interfaces/BatchUpdateDocuments.html +5 -3
  27. package/dist/docs/interfaces/Document.html +16 -14
  28. package/dist/docs/interfaces/SecurityIdentity.html +6 -4
  29. package/dist/docs/interfaces/SecurityIdentityBuilder.html +7 -4
  30. package/dist/docs/interfaces/UploadBatchCallbackData.html +6 -4
  31. package/dist/docs/modules/errors.html +3 -1
  32. package/dist/docs/types/BatchUpdateDocumentsFromFiles.html +1 -1
  33. package/dist/docs/types/CompressionType.html +1 -1
  34. package/dist/docs/types/FailedUploadCallback.html +2 -3
  35. package/dist/docs/types/Metadata.html +1 -1
  36. package/dist/docs/types/MetadataValue.html +1 -1
  37. package/dist/docs/types/PlatformUrlOptions.html +1 -1
  38. package/dist/docs/types/SecurityIdentityType.html +1 -1
  39. package/dist/docs/types/SuccessfulUploadCallback.html +2 -3
  40. package/dist/docs/types/Transformer.html +2 -3
  41. package/dist/docs/variables/BuiltInTransformers.html +1 -1
  42. package/dist/docs/variables/Source.html +1 -1
  43. package/dist/source/catalog.stream.spec.js +13 -0
  44. package/dist/source/catalog.stream.spec.js.map +1 -1
  45. package/dist/source/documentUploader.js +3 -2
  46. package/dist/source/documentUploader.js.map +1 -1
  47. package/package.json +13 -13
@@ -19,7 +19,9 @@
19
19
  <ul class="tsd-hierarchy">
20
20
  <li><span class="tsd-signature-type">PushApiClientBaseError</span>
21
21
  <ul class="tsd-hierarchy">
22
- <li><span class="target">PrivilegeError</span></li></ul></li></ul></section>
22
+ <li><span class="target">PrivilegeError</span></li></ul></li></ul></section><aside class="tsd-sources">
23
+ <ul>
24
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/privilegeError.ts#L3">src/errors/privilegeError.ts:3</a></li></ul></aside>
23
25
  <section class="tsd-panel-group tsd-index-group">
24
26
  <section class="tsd-panel tsd-index-panel">
25
27
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -46,8 +48,7 @@
46
48
  <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a>
47
49
  <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
48
50
  <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
49
- <li class="tsd-signature" id="constructor.new_PrivilegeError">new <wbr/>Privilege<wbr/>Error<span class="tsd-signature-symbol">(</span>message<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="errors.PrivilegeError.html" class="tsd-signature-type" data-tsd-kind="Class">PrivilegeError</a></li></ul>
50
- <ul class="tsd-descriptions">
51
+ <li class="tsd-signature tsd-anchor-link" id="constructor.new_PrivilegeError">new <wbr/>Privilege<wbr/>Error<span class="tsd-signature-symbol">(</span>message<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="errors.PrivilegeError.html" class="tsd-signature-type" data-tsd-kind="Class">PrivilegeError</a><a href="#constructor.new_PrivilegeError" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
51
52
  <li class="tsd-description">
52
53
  <div class="tsd-parameters">
53
54
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -55,7 +56,9 @@
55
56
  <li>
56
57
  <h5>message: <span class="tsd-signature-type">string</span></h5></li></ul></div>
57
58
  <h4 class="tsd-returns-title">Returns <a href="errors.PrivilegeError.html" class="tsd-signature-type" data-tsd-kind="Class">PrivilegeError</a></h4><aside class="tsd-sources">
58
- <p>Overrides PushApiClientBaseError.constructor</p></aside></li></ul></section></section>
59
+ <p>Overrides PushApiClientBaseError.constructor</p>
60
+ <ul>
61
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/privilegeError.ts#L5">src/errors/privilegeError.ts:5</a></li></ul></aside></li></ul></section></section>
59
62
  <section class="tsd-panel-group tsd-member-group">
60
63
  <h2>Properties</h2>
61
64
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="message" class="tsd-anchor"></a>
@@ -63,13 +66,13 @@
63
66
  <div class="tsd-signature">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
64
67
  <p>Inherited from PushApiClientBaseError.message</p>
65
68
  <ul>
66
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/errors/privilegeError.ts#L5">src/errors/privilegeError.ts:5</a></li></ul></aside></section>
69
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/privilegeError.ts#L5">src/errors/privilegeError.ts:5</a></li></ul></aside></section>
67
70
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="name" class="tsd-anchor"></a>
68
71
  <h3 class="tsd-anchor-link"><span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
69
72
  <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#39;Privilege Error&#39;</span></div><aside class="tsd-sources">
70
73
  <p>Overrides PushApiClientBaseError.name</p>
71
74
  <ul>
72
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/errors/privilegeError.ts#L4">src/errors/privilegeError.ts:4</a></li></ul></aside></section>
75
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/privilegeError.ts#L4">src/errors/privilegeError.ts:4</a></li></ul></aside></section>
73
76
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
74
77
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
75
78
  <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
@@ -84,8 +87,7 @@
84
87
  <ul class="tsd-parameters">
85
88
  <li class="tsd-parameter-signature">
86
89
  <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-class">
87
- <li class="tsd-signature" id="__type.__type-1"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, stackTraces<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CallSite</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li></ul>
88
- <ul class="tsd-descriptions">
90
+ <li class="tsd-signature" id="__type.__type-1"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, stackTraces<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CallSite</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
89
91
  <li class="tsd-description">
90
92
  <div class="tsd-comment tsd-typography"><p>Optional override for formatting stack traces</p>
91
93
 
@@ -113,8 +115,7 @@
113
115
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
114
116
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
115
117
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
116
- <li class="tsd-signature" id="captureStackTrace.captureStackTrace-1">capture<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">(</span>targetObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, constructorOpt<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul>
117
- <ul class="tsd-descriptions">
118
+ <li class="tsd-signature tsd-anchor-link" id="captureStackTrace.captureStackTrace-1">capture<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">(</span>targetObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, constructorOpt<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#captureStackTrace.captureStackTrace-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
118
119
  <li class="tsd-description">
119
120
  <div class="tsd-comment tsd-typography"><p>Create .stack property on a target object</p>
120
121
  </div>
@@ -126,7 +127,9 @@
126
127
  <li>
127
128
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> constructorOpt: <span class="tsd-signature-type">Function</span></h5></li></ul></div>
128
129
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
129
- <p>Inherited from PushApiClientBaseError.captureStackTrace</p></aside></li></ul></section></section></div>
130
+ <p>Inherited from PushApiClientBaseError.captureStackTrace</p>
131
+ <ul>
132
+ <li>Defined in node_modules/@types/node/globals.d.ts:4</li></ul></aside></li></ul></section></section></div>
130
133
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
131
134
  <div class="tsd-navigation settings">
132
135
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -19,7 +19,9 @@
19
19
  <ul class="tsd-hierarchy">
20
20
  <li><span class="tsd-signature-type">PushApiClientBaseError</span>
21
21
  <ul class="tsd-hierarchy">
22
- <li><span class="target">UnsupportedAttribute</span></li></ul></li></ul></section>
22
+ <li><span class="target">UnsupportedAttribute</span></li></ul></li></ul></section><aside class="tsd-sources">
23
+ <ul>
24
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/validatorErrors.ts#L24">src/errors/validatorErrors.ts:24</a></li></ul></aside>
23
25
  <section class="tsd-panel-group tsd-index-group">
24
26
  <section class="tsd-panel tsd-index-panel">
25
27
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -46,8 +48,7 @@
46
48
  <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a>
47
49
  <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
48
50
  <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
49
- <li class="tsd-signature" id="constructor.new_UnsupportedAttribute">new <wbr/>Unsupported<wbr/>Attribute<span class="tsd-signature-symbol">(</span>p<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PathLike</span>, unsupported<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="errors.UnsupportedAttribute.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedAttribute</a></li></ul>
50
- <ul class="tsd-descriptions">
51
+ <li class="tsd-signature tsd-anchor-link" id="constructor.new_UnsupportedAttribute">new <wbr/>Unsupported<wbr/>Attribute<span class="tsd-signature-symbol">(</span>p<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PathLike</span>, unsupported<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="errors.UnsupportedAttribute.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedAttribute</a><a href="#constructor.new_UnsupportedAttribute" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
51
52
  <li class="tsd-description">
52
53
  <div class="tsd-parameters">
53
54
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -57,7 +58,9 @@
57
58
  <li>
58
59
  <h5>unsupported: <span class="tsd-signature-type">string</span></h5></li></ul></div>
59
60
  <h4 class="tsd-returns-title">Returns <a href="errors.UnsupportedAttribute.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedAttribute</a></h4><aside class="tsd-sources">
60
- <p>Overrides PushApiClientBaseError.constructor</p></aside></li></ul></section></section>
61
+ <p>Overrides PushApiClientBaseError.constructor</p>
62
+ <ul>
63
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/validatorErrors.ts#L26">src/errors/validatorErrors.ts:26</a></li></ul></aside></li></ul></section></section>
61
64
  <section class="tsd-panel-group tsd-member-group">
62
65
  <h2>Properties</h2>
63
66
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
@@ -71,7 +74,7 @@
71
74
  <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#39;Unsupported Attribute Error&#39;</span></div><aside class="tsd-sources">
72
75
  <p>Overrides PushApiClientBaseError.name</p>
73
76
  <ul>
74
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/errors/validatorErrors.ts#L25">src/errors/validatorErrors.ts:25</a></li></ul></aside></section>
77
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/validatorErrors.ts#L25">src/errors/validatorErrors.ts:25</a></li></ul></aside></section>
75
78
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
76
79
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
77
80
  <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
@@ -86,8 +89,7 @@
86
89
  <ul class="tsd-parameters">
87
90
  <li class="tsd-parameter-signature">
88
91
  <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-class">
89
- <li class="tsd-signature" id="__type.__type-1"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, stackTraces<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CallSite</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li></ul>
90
- <ul class="tsd-descriptions">
92
+ <li class="tsd-signature" id="__type.__type-1"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, stackTraces<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CallSite</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
91
93
  <li class="tsd-description">
92
94
  <div class="tsd-comment tsd-typography"><p>Optional override for formatting stack traces</p>
93
95
 
@@ -115,8 +117,7 @@
115
117
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
116
118
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
117
119
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
118
- <li class="tsd-signature" id="captureStackTrace.captureStackTrace-1">capture<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">(</span>targetObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, constructorOpt<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul>
119
- <ul class="tsd-descriptions">
120
+ <li class="tsd-signature tsd-anchor-link" id="captureStackTrace.captureStackTrace-1">capture<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">(</span>targetObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, constructorOpt<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#captureStackTrace.captureStackTrace-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
120
121
  <li class="tsd-description">
121
122
  <div class="tsd-comment tsd-typography"><p>Create .stack property on a target object</p>
122
123
  </div>
@@ -128,7 +129,9 @@
128
129
  <li>
129
130
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> constructorOpt: <span class="tsd-signature-type">Function</span></h5></li></ul></div>
130
131
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
131
- <p>Inherited from PushApiClientBaseError.captureStackTrace</p></aside></li></ul></section></section></div>
132
+ <p>Inherited from PushApiClientBaseError.captureStackTrace</p>
133
+ <ul>
134
+ <li>Defined in node_modules/@types/node/globals.d.ts:4</li></ul></aside></li></ul></section></section></div>
132
135
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
133
136
  <div class="tsd-navigation settings">
134
137
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -19,7 +19,9 @@
19
19
  <ul class="tsd-hierarchy">
20
20
  <li><span class="tsd-signature-type">PushApiClientBaseError</span>
21
21
  <ul class="tsd-hierarchy">
22
- <li><span class="target">UnsupportedFieldError</span></li></ul></li></ul></section>
22
+ <li><span class="target">UnsupportedFieldError</span></li></ul></li></ul></section><aside class="tsd-sources">
23
+ <ul>
24
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/fieldErrors.ts#L40">src/errors/fieldErrors.ts:40</a></li></ul></aside>
23
25
  <section class="tsd-panel-group tsd-index-group">
24
26
  <section class="tsd-panel tsd-index-panel">
25
27
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -41,7 +43,7 @@
41
43
  </div></section>
42
44
  <section class="tsd-index-section">
43
45
  <h3 class="tsd-index-heading">Accessors</h3>
44
- <div class="tsd-index-list"><a href="errors.UnsupportedFieldError.html#formattedFieldList" class="tsd-index-link tsd-kind-accessor tsd-parent-kind-class"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-262144-path"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)" id="icon-262144-text"></path></svg><span>formatted<wbr/>Field<wbr/>List</span></a>
46
+ <div class="tsd-index-list"><a href="errors.UnsupportedFieldError.html#formattedFieldList" class="tsd-index-link tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12" id="icon-262144-path"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)" id="icon-262144-text"></path></svg><span>formatted<wbr/>Field<wbr/>List</span></a>
45
47
  </div></section>
46
48
  <section class="tsd-index-section">
47
49
  <h3 class="tsd-index-heading">Methods</h3>
@@ -52,8 +54,7 @@
52
54
  <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class"><a id="constructor" class="tsd-anchor"></a>
53
55
  <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
54
56
  <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
55
- <li class="tsd-signature" id="constructor.new_UnsupportedFieldError">new <wbr/>Unsupported<wbr/>Field<wbr/>Error<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>unsupportedFields<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="errors.UnsupportedFieldError.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedFieldError</a></li></ul>
56
- <ul class="tsd-descriptions">
57
+ <li class="tsd-signature tsd-anchor-link" id="constructor.new_UnsupportedFieldError">new <wbr/>Unsupported<wbr/>Field<wbr/>Error<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">...</span>unsupportedFields<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="errors.UnsupportedFieldError.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedFieldError</a><a href="#constructor.new_UnsupportedFieldError" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
57
58
  <li class="tsd-description">
58
59
  <div class="tsd-parameters">
59
60
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -61,7 +62,9 @@
61
62
  <li>
62
63
  <h5><code class="tsd-tag ts-flagRest">Rest</code> <span class="tsd-signature-symbol">...</span>unsupportedFields: <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span></h5></li></ul></div>
63
64
  <h4 class="tsd-returns-title">Returns <a href="errors.UnsupportedFieldError.html" class="tsd-signature-type" data-tsd-kind="Class">UnsupportedFieldError</a></h4><aside class="tsd-sources">
64
- <p>Overrides PushApiClientBaseError.constructor</p></aside></li></ul></section></section>
65
+ <p>Overrides PushApiClientBaseError.constructor</p>
66
+ <ul>
67
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/fieldErrors.ts#L44">src/errors/fieldErrors.ts:44</a></li></ul></aside></li></ul></section></section>
65
68
  <section class="tsd-panel-group tsd-member-group">
66
69
  <h2>Properties</h2>
67
70
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
@@ -75,7 +78,7 @@
75
78
  <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#39;Unsupported field Error&#39;</span></div><aside class="tsd-sources">
76
79
  <p>Overrides PushApiClientBaseError.name</p>
77
80
  <ul>
78
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/errors/fieldErrors.ts#L41">src/errors/fieldErrors.ts:41</a></li></ul></aside></section>
81
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/fieldErrors.ts#L41">src/errors/fieldErrors.ts:41</a></li></ul></aside></section>
79
82
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="stack" class="tsd-anchor"></a>
80
83
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>stack</span><a href="#stack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
81
84
  <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
@@ -86,12 +89,12 @@
86
89
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>unsupported<wbr/>Fields</span><a href="#unsupportedFields" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
87
90
  <div class="tsd-signature">unsupported<wbr/>Fields<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
88
91
  <ul>
89
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/errors/fieldErrors.ts#L43">src/errors/fieldErrors.ts:43</a></li></ul></aside></section>
92
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/fieldErrors.ts#L43">src/errors/fieldErrors.ts:43</a></li></ul></aside></section>
90
93
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="emptyFieldNameReplacer" class="tsd-anchor"></a>
91
94
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>empty<wbr/>Field<wbr/>Name<wbr/>Replacer</span><a href="#emptyFieldNameReplacer" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
92
95
  <div class="tsd-signature">empty<wbr/>Field<wbr/>Name<wbr/>Replacer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = &#39;&lt;empty field name&gt;&#39;</span></div><aside class="tsd-sources">
93
96
  <ul>
94
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/errors/fieldErrors.ts#L42">src/errors/fieldErrors.ts:42</a></li></ul></aside></section>
97
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/fieldErrors.ts#L42">src/errors/fieldErrors.ts:42</a></li></ul></aside></section>
95
98
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="prepareStackTrace" class="tsd-anchor"></a>
96
99
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <code class="tsd-tag ts-flagOptional">Optional</code> <span>prepare<wbr/>Stack<wbr/>Trace</span><a href="#prepareStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
97
100
  <div class="tsd-signature">prepare<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, stackTraces<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CallSite</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></div>
@@ -100,8 +103,7 @@
100
103
  <ul class="tsd-parameters">
101
104
  <li class="tsd-parameter-signature">
102
105
  <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-class">
103
- <li class="tsd-signature" id="__type.__type-1"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, stackTraces<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CallSite</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li></ul>
104
- <ul class="tsd-descriptions">
106
+ <li class="tsd-signature" id="__type.__type-1"><span class="tsd-signature-symbol">(</span>err<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, stackTraces<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">CallSite</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
105
107
  <li class="tsd-description">
106
108
  <div class="tsd-comment tsd-typography"><p>Optional override for formatting stack traces</p>
107
109
 
@@ -126,20 +128,20 @@
126
128
  <li>Defined in node_modules/@types/node/globals.d.ts:13</li></ul></aside></section></section>
127
129
  <section class="tsd-panel-group tsd-member-group">
128
130
  <h2>Accessors</h2>
129
- <section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class"><a id="formattedFieldList" class="tsd-anchor"></a>
131
+ <section class="tsd-panel tsd-member tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><a id="formattedFieldList" class="tsd-anchor"></a>
130
132
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>formatted<wbr/>Field<wbr/>List</span><a href="#formattedFieldList" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
131
- <ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class">
132
- <li class="tsd-signature" id="formattedFieldList.formattedFieldList-1"><span class="tsd-signature-symbol">get</span> formattedFieldList<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li></ul>
133
- <ul class="tsd-descriptions">
133
+ <ul class="tsd-signatures tsd-kind-accessor tsd-parent-kind-class tsd-is-private">
134
+ <li class="tsd-signature" id="formattedFieldList.formattedFieldList-1"><span class="tsd-signature-symbol">get</span> formattedFieldList<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
134
135
  <li class="tsd-description">
135
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4></li></ul></section></section>
136
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
137
+ <ul>
138
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/errors/fieldErrors.ts#L54">src/errors/fieldErrors.ts:54</a></li></ul></aside></li></ul></section></section>
136
139
  <section class="tsd-panel-group tsd-member-group">
137
140
  <h2>Methods</h2>
138
141
  <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
139
142
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
140
143
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external">
141
- <li class="tsd-signature" id="captureStackTrace.captureStackTrace-1">capture<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">(</span>targetObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, constructorOpt<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li></ul>
142
- <ul class="tsd-descriptions">
144
+ <li class="tsd-signature tsd-anchor-link" id="captureStackTrace.captureStackTrace-1">capture<wbr/>Stack<wbr/>Trace<span class="tsd-signature-symbol">(</span>targetObject<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">object</span>, constructorOpt<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Function</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#captureStackTrace.captureStackTrace-1" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></li>
143
145
  <li class="tsd-description">
144
146
  <div class="tsd-comment tsd-typography"><p>Create .stack property on a target object</p>
145
147
  </div>
@@ -151,7 +153,9 @@
151
153
  <li>
152
154
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> constructorOpt: <span class="tsd-signature-type">Function</span></h5></li></ul></div>
153
155
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
154
- <p>Inherited from PushApiClientBaseError.captureStackTrace</p></aside></li></ul></section></section></div>
156
+ <p>Inherited from PushApiClientBaseError.captureStackTrace</p>
157
+ <ul>
158
+ <li>Defined in node_modules/@types/node/globals.d.ts:4</li></ul></aside></li></ul></section></section></div>
155
159
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
156
160
  <div class="tsd-navigation settings">
157
161
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -186,7 +190,7 @@
186
190
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="errors.UnsupportedFieldError.html#emptyFieldNameReplacer" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>empty<wbr/>Field<wbr/>Name<wbr/>Replacer</a></li>
187
191
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="errors.UnsupportedFieldError.html#prepareStackTrace" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>prepare<wbr/>Stack<wbr/>Trace</a></li>
188
192
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="errors.UnsupportedFieldError.html#stackTraceLimit" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-1024-path"></use><use href="#icon-1024-text"></use></svg>stack<wbr/>Trace<wbr/>Limit</a></li>
189
- <li class="tsd-kind-accessor tsd-parent-kind-class"><a href="errors.UnsupportedFieldError.html#formattedFieldList" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg>formatted<wbr/>Field<wbr/>List</a></li>
193
+ <li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><a href="errors.UnsupportedFieldError.html#formattedFieldList" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-262144-path"></use><use href="#icon-262144-text"></use></svg>formatted<wbr/>Field<wbr/>List</a></li>
190
194
  <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-external"><a href="errors.UnsupportedFieldError.html#captureStackTrace" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-2048-path"></use><use href="#icon-2048-text"></use></svg>capture<wbr/>Stack<wbr/>Trace</a></li></ul></li></ul></nav></div></div>
191
195
  <div class="container tsd-generator">
192
196
  <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
@@ -12,7 +12,9 @@
12
12
  <ul class="tsd-breadcrumb">
13
13
  <li><a href="../modules.html">@coveo/push-api-client</a></li>
14
14
  <li><a href="PlatformEnvironment.html">PlatformEnvironment</a></li></ul>
15
- <h1>Enumeration PlatformEnvironment</h1></div>
15
+ <h1>Enumeration PlatformEnvironment</h1></div><aside class="tsd-sources">
16
+ <ul>
17
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/environment.ts#L4">src/environment.ts:4</a></li></ul></aside>
16
18
  <section class="tsd-panel-group tsd-index-group">
17
19
  <section class="tsd-panel tsd-index-panel">
18
20
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -31,22 +33,22 @@
31
33
  <h3 class="tsd-anchor-link"><span>Dev</span><a href="#Dev" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
32
34
  <div class="tsd-signature">Dev<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;dev&quot;</span></div><aside class="tsd-sources">
33
35
  <ul>
34
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/environment.ts#L5">src/environment.ts:5</a></li></ul></aside></section>
36
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/environment.ts#L5">src/environment.ts:5</a></li></ul></aside></section>
35
37
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Hipaa" class="tsd-anchor"></a>
36
38
  <h3 class="tsd-anchor-link"><span>Hipaa</span><a href="#Hipaa" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
37
39
  <div class="tsd-signature">Hipaa<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;hipaa&quot;</span></div><aside class="tsd-sources">
38
40
  <ul>
39
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/environment.ts#L7">src/environment.ts:7</a></li></ul></aside></section>
41
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/environment.ts#L7">src/environment.ts:7</a></li></ul></aside></section>
40
42
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Prod" class="tsd-anchor"></a>
41
43
  <h3 class="tsd-anchor-link"><span>Prod</span><a href="#Prod" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
42
44
  <div class="tsd-signature">Prod<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;prod&quot;</span></div><aside class="tsd-sources">
43
45
  <ul>
44
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/environment.ts#L8">src/environment.ts:8</a></li></ul></aside></section>
46
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/environment.ts#L8">src/environment.ts:8</a></li></ul></aside></section>
45
47
  <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Stg" class="tsd-anchor"></a>
46
48
  <h3 class="tsd-anchor-link"><span>Stg</span><a href="#Stg" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
47
49
  <div class="tsd-signature">Stg<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;stg&quot;</span></div><aside class="tsd-sources">
48
50
  <ul>
49
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/environment.ts#L6">src/environment.ts:6</a></li></ul></aside></section></section></div>
51
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/environment.ts#L6">src/environment.ts:6</a></li></ul></aside></section></section></div>
50
52
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
51
53
  <div class="tsd-navigation settings">
52
54
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -12,7 +12,9 @@
12
12
  <ul class="tsd-breadcrumb">
13
13
  <li><a href="../modules.html">@coveo/push-api-client</a></li>
14
14
  <li><a href="Region.html">Region</a></li></ul>
15
- <h1>Enumeration Region</h1></div>
15
+ <h1>Enumeration Region</h1></div><aside class="tsd-sources">
16
+ <ul>
17
+ <li>Defined in node_modules/@coveord/platform-client/dist/definitions/Endpoints.d.ts:1</li></ul></aside>
16
18
  <section class="tsd-panel-group tsd-index-group">
17
19
  <section class="tsd-panel tsd-index-panel">
18
20
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -12,7 +12,9 @@
12
12
  <ul class="tsd-breadcrumb">
13
13
  <li><a href="../modules.html">@coveo/push-api-client</a></li>
14
14
  <li><a href="SourceVisibility.html">SourceVisibility</a></li></ul>
15
- <h1>Enumeration SourceVisibility</h1></div>
15
+ <h1>Enumeration SourceVisibility</h1></div><aside class="tsd-sources">
16
+ <ul>
17
+ <li>Defined in node_modules/@coveord/platform-client/dist/definitions/resources/Enums.d.ts:144</li></ul></aside>
16
18
  <section class="tsd-panel-group tsd-index-group">
17
19
  <section class="tsd-panel tsd-index-panel">
18
20
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -15,8 +15,7 @@
15
15
  <h1>Function parseAndGetDocumentBuilderFromJSONDocument</h1></div>
16
16
  <section class="tsd-panel">
17
17
  <ul class="tsd-signatures tsd-kind-function">
18
- <li class="tsd-signature" id="parseAndGetDocumentBuilderFromJSONDocument">parse<wbr/>And<wbr/>Get<wbr/>Document<wbr/>Builder<wbr/>FromJSONDocument<span class="tsd-signature-symbol">(</span>documentPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PathLike</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ParseDocumentOptions</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/DocumentBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">DocumentBuilder</a><span class="tsd-signature-symbol">[]</span></li></ul>
19
- <ul class="tsd-descriptions">
18
+ <li class="tsd-signature tsd-anchor-link" id="parseAndGetDocumentBuilderFromJSONDocument">parse<wbr/>And<wbr/>Get<wbr/>Document<wbr/>Builder<wbr/>FromJSONDocument<span class="tsd-signature-symbol">(</span>documentPath<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PathLike</span>, options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">ParseDocumentOptions</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/DocumentBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">DocumentBuilder</a><span class="tsd-signature-symbol">[]</span><a href="#parseAndGetDocumentBuilderFromJSONDocument" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
20
19
  <li class="tsd-description">
21
20
  <div class="tsd-parameters">
22
21
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -25,7 +24,9 @@
25
24
  <h5>documentPath: <span class="tsd-signature-type">PathLike</span></h5></li>
26
25
  <li>
27
26
  <h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <span class="tsd-signature-type">ParseDocumentOptions</span></h5></li></ul></div>
28
- <h4 class="tsd-returns-title">Returns <a href="../classes/DocumentBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">DocumentBuilder</a><span class="tsd-signature-symbol">[]</span></h4></li></ul></section></div>
27
+ <h4 class="tsd-returns-title">Returns <a href="../classes/DocumentBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">DocumentBuilder</a><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
28
+ <ul>
29
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/validation/parseFile.ts#L27">src/validation/parseFile.ts:27</a></li></ul></aside></li></ul></section></div>
29
30
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
30
31
  <div class="tsd-navigation settings">
31
32
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
@@ -11,9 +11,56 @@
11
11
  <div class="tsd-page-title">
12
12
  <h2>@coveo/push-api-client</h2></div>
13
13
  <div class="tsd-panel tsd-typography">
14
- <a href="#" id="" style="color: inherit; text-decoration: none;">
15
- <h1></h1>
14
+ <a href="#coveopush-api-clientjs" id="coveopush-api-clientjs" style="color: inherit; text-decoration: none;">
15
+ <h1>@coveo/push-api-client.js</h1>
16
16
  </a>
17
+ <p>Coveo Push API client</p>
18
+
19
+ <a href="#installation" id="installation" style="color: inherit; text-decoration: none;">
20
+ <h2>Installation</h2>
21
+ </a>
22
+ <p><code>npm i @coveo/push-api-client</code></p>
23
+
24
+ <a href="#features" id="features" style="color: inherit; text-decoration: none;">
25
+ <h2>Features</h2>
26
+ </a>
27
+ <ul>
28
+ <li>Upload data to both Push and Catalog sources</li>
29
+ <li>Pre-push document validation</li>
30
+ <li>Automatic custom field creation</li>
31
+ <li>Full catalog upload and incremental document update</li>
32
+ <li>Optimized for large payload uploads</li>
33
+ </ul>
34
+
35
+ <a href="#usage" id="usage" style="color: inherit; text-decoration: none;">
36
+ <h2>Usage</h2>
37
+ </a>
38
+ <pre><code class="language-js"><span class="hl-0">import</span><span class="hl-1"> {</span><span class="hl-2">PushSource</span><span class="hl-1">, </span><span class="hl-2">DocumentBuilder</span><span class="hl-1">} </span><span class="hl-0">from</span><span class="hl-1"> </span><span class="hl-3">&#39;@coveo/push-api-client&#39;</span><span class="hl-1">;</span><br/><br/><span class="hl-4">async</span><span class="hl-1"> </span><span class="hl-4">function</span><span class="hl-1"> </span><span class="hl-5">main</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-6">source</span><span class="hl-1"> = </span><span class="hl-4">new</span><span class="hl-1"> </span><span class="hl-5">PushSource</span><span class="hl-1">(</span><span class="hl-3">&#39;my_api_key&#39;</span><span class="hl-1">, </span><span class="hl-3">&#39;my_coveo_organization_id&#39;</span><span class="hl-1">);</span><br/><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-6">myDocument</span><span class="hl-1"> = </span><span class="hl-4">new</span><span class="hl-1"> </span><span class="hl-5">DocumentBuilder</span><span class="hl-1">(</span><br/><span class="hl-1"> </span><span class="hl-3">&#39;https://my.document.uri&#39;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-3">&#39;My document title&#39;</span><br/><span class="hl-1"> ).</span><span class="hl-5">withData</span><span class="hl-1">(</span><span class="hl-3">&#39;these words will be searchable&#39;</span><span class="hl-1">);</span><br/><br/><span class="hl-1"> </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-2">source</span><span class="hl-1">.</span><span class="hl-5">addOrUpdateDocument</span><span class="hl-1">(</span><span class="hl-3">&#39;my_source_id&#39;</span><span class="hl-1">, </span><span class="hl-2">myDocument</span><span class="hl-1">);</span><br/><span class="hl-1">}</span><br/><br/><span class="hl-5">main</span><span class="hl-1">();</span>
39
+ </code></pre>
40
+ <p>You can also upload your data into a catalog source</p>
41
+ <pre><code class="language-js"><span class="hl-4">async</span><span class="hl-1"> </span><span class="hl-4">function</span><span class="hl-1"> </span><span class="hl-5">main</span><span class="hl-1">() {</span><br/><span class="hl-1"> </span><span class="hl-4">const</span><span class="hl-1"> </span><span class="hl-6">source</span><span class="hl-1"> = </span><span class="hl-4">new</span><span class="hl-1"> </span><span class="hl-5">CatalogSource</span><span class="hl-1">(</span><span class="hl-3">&#39;my_api_key&#39;</span><span class="hl-1">, </span><span class="hl-3">&#39;my_coveo_organization_id&#39;</span><span class="hl-1">);</span><br/><span class="hl-1"> </span><span class="hl-0">await</span><span class="hl-1"> </span><span class="hl-2">source</span><br/><span class="hl-1"> .</span><span class="hl-5">batchStreamDocumentsFromFiles</span><span class="hl-1">(</span><span class="hl-3">&#39;my_source_id&#39;</span><span class="hl-1">, [</span><span class="hl-3">&#39;path/to/file_or_folder&#39;</span><span class="hl-1">])</span><br/><span class="hl-1"> .</span><span class="hl-5">batch</span><span class="hl-1">();</span><br/><span class="hl-1">}</span><br/><br/><span class="hl-5">main</span><span class="hl-1">();</span><br/>
42
+ </code></pre>
43
+ <p>See more examples in the <code>./samples</code> folder.</p>
44
+
45
+ <a href="#local-development" id="local-development" style="color: inherit; text-decoration: none;">
46
+ <h2>Local development</h2>
47
+ </a>
48
+ <ul>
49
+ <li><code>npm i</code></li>
50
+ <li>Copy <code>env.sample</code> to <code>.env</code>, and replace the variables with proper values.</li>
51
+ <li><code>npm run dev</code> to compile and run <code>./src/localtest.ts</code>.</li>
52
+ <li><code>npm run test</code> for unit tests.</li>
53
+ </ul>
54
+
55
+ <a href="#commit" id="commit" style="color: inherit; text-decoration: none;">
56
+ <h2>Commit</h2>
57
+ </a>
58
+ <p>Use <code>npm run commit</code> to get a properly formatted commit message which will help control the versioning and CHANGELOG generation.</p>
59
+
60
+ <a href="#release" id="release" style="color: inherit; text-decoration: none;">
61
+ <h2>Release</h2>
62
+ </a>
63
+ <p>Run Github action named <code>release</code>, which will bump version, tag and publish to npm.</p>
17
64
  </div></div>
18
65
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
19
66
  <div class="tsd-navigation settings">
@@ -16,7 +16,9 @@
16
16
  <section class="tsd-panel tsd-hierarchy">
17
17
  <h4>Hierarchy</h4>
18
18
  <ul class="tsd-hierarchy">
19
- <li><span class="target">BatchUpdateDocuments</span></li></ul></section>
19
+ <li><span class="target">BatchUpdateDocuments</span></li></ul></section><aside class="tsd-sources">
20
+ <ul>
21
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/interfaces.ts#L9">src/interfaces.ts:9</a></li></ul></aside>
20
22
  <section class="tsd-panel-group tsd-index-group">
21
23
  <section class="tsd-panel tsd-index-panel">
22
24
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -33,12 +35,12 @@
33
35
  <h3 class="tsd-anchor-link"><span>add<wbr/>Or<wbr/>Update</span><a href="#addOrUpdate" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
34
36
  <div class="tsd-signature">add<wbr/>Or<wbr/>Update<span class="tsd-signature-symbol">:</span> <a href="../classes/DocumentBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">DocumentBuilder</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
35
37
  <ul>
36
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/interfaces.ts#L10">src/interfaces.ts:10</a></li></ul></aside></section>
38
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/interfaces.ts#L10">src/interfaces.ts:10</a></li></ul></aside></section>
37
39
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="delete" class="tsd-anchor"></a>
38
40
  <h3 class="tsd-anchor-link"><span>delete</span><a href="#delete" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
39
41
  <div class="tsd-signature">delete<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>deleteChildren<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>documentId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
40
42
  <ul>
41
- <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/cc51cb8/src/interfaces.ts#L11">src/interfaces.ts:11</a></li></ul></aside></section></section></div>
43
+ <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/4dd7c9a/src/interfaces.ts#L11">src/interfaces.ts:11</a></li></ul></aside></section></section></div>
42
44
  <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
43
45
  <div class="tsd-navigation settings">
44
46
  <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">