@coveo/push-api-client 2.6.6 → 2.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/APICore.js +43 -0
 - package/dist/APICore.js.map +1 -0
 - package/dist/definitions/APICore.d.ts +11 -0
 - package/dist/definitions/source/catalog.d.ts +1 -0
 - package/dist/definitions/source/documentUploader.d.ts +3 -2
 - package/dist/definitions/source/push.d.ts +5 -5
 - package/dist/definitions/uploadStrategy/fileContainerStrategy.d.ts +4 -4
 - package/dist/definitions/uploadStrategy/streamChunkStrategy.d.ts +4 -4
 - package/dist/docs/assets/search.js +1 -1
 - package/dist/docs/classes/AnySecurityIdentityBuilder.html +4 -4
 - package/dist/docs/classes/CatalogSource.html +24 -17
 - package/dist/docs/classes/DocumentBuilder.html +28 -28
 - package/dist/docs/classes/FieldAnalyser.html +12 -12
 - package/dist/docs/classes/GroupSecurityIdentityBuilder.html +5 -5
 - package/dist/docs/classes/PushSource.html +40 -43
 - package/dist/docs/classes/UserSecurityIdentityBuilder.html +5 -5
 - package/dist/docs/classes/VirtualGroupSecurityIdentityBuilder.html +5 -5
 - package/dist/docs/classes/errors.FieldTypeInconsistencyError.html +3 -3
 - package/dist/docs/classes/errors.InvalidDocument.html +3 -3
 - package/dist/docs/classes/errors.InvalidPermanentId.html +3 -3
 - package/dist/docs/classes/errors.NotAFileError.html +3 -3
 - package/dist/docs/classes/errors.NotAJsonFileError.html +3 -3
 - package/dist/docs/classes/errors.PrivilegeError.html +4 -4
 - package/dist/docs/classes/errors.UnsupportedAttribute.html +3 -3
 - package/dist/docs/classes/errors.UnsupportedFieldError.html +6 -6
 - package/dist/docs/enums/PlatformEnvironment.html +5 -5
 - package/dist/docs/functions/parseAndGetDocumentBuilderFromJSONDocument.html +1 -1
 - package/dist/docs/interfaces/BatchUpdateDocuments.html +3 -3
 - package/dist/docs/interfaces/Document.html +14 -14
 - package/dist/docs/interfaces/SecurityIdentity.html +4 -4
 - package/dist/docs/interfaces/SecurityIdentityBuilder.html +2 -2
 - package/dist/docs/interfaces/UploadBatchCallbackData.html +5 -5
 - package/dist/docs/modules/errors.html +1 -1
 - package/dist/docs/types/BatchUpdateDocumentsFromFiles.html +1 -1
 - package/dist/docs/types/CompressionType.html +1 -1
 - package/dist/docs/types/FailedUploadCallback.html +1 -1
 - package/dist/docs/types/Metadata.html +1 -1
 - package/dist/docs/types/MetadataValue.html +1 -1
 - package/dist/docs/types/PlatformUrlOptions.html +1 -1
 - package/dist/docs/types/SecurityIdentityType.html +1 -1
 - package/dist/docs/types/SuccessfulUploadCallback.html +1 -1
 - package/dist/docs/types/Transformer.html +1 -1
 - package/dist/docs/variables/BuiltInTransformers.html +1 -1
 - package/dist/docs/variables/Source.html +1 -1
 - package/dist/help/fileContainer.spec.js +8 -7
 - package/dist/help/fileContainer.spec.js.map +1 -1
 - package/dist/source/catalog.js +4 -5
 - package/dist/source/catalog.js.map +1 -1
 - package/dist/source/documentUploader.js +2 -3
 - package/dist/source/documentUploader.js.map +1 -1
 - package/dist/source/documentUploader.spec.js +6 -19
 - package/dist/source/documentUploader.spec.js.map +1 -1
 - package/dist/source/push.js +7 -11
 - package/dist/source/push.js.map +1 -1
 - package/dist/source/push.spec.js +22 -50
 - package/dist/source/push.spec.js.map +1 -1
 - package/dist/uploadStrategy/fileContainerStrategy.js +4 -5
 - package/dist/uploadStrategy/fileContainerStrategy.js.map +1 -1
 - package/dist/uploadStrategy/fileContainerStrategy.spec.js +12 -28
 - package/dist/uploadStrategy/fileContainerStrategy.spec.js.map +1 -1
 - package/dist/uploadStrategy/streamChunkStrategy.js +5 -6
 - package/dist/uploadStrategy/streamChunkStrategy.js.map +1 -1
 - package/dist/uploadStrategy/streamChunkStrategy.spec.js +10 -34
 - package/dist/uploadStrategy/streamChunkStrategy.spec.js.map +1 -1
 - package/package.json +4 -3
 - package/dist/definitions/help/axiosUtils.d.ts +0 -2
 - package/dist/help/axiosUtils.js +0 -12
 - package/dist/help/axiosUtils.js.map +0 -1
 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">InvalidPermanentId</span></li></ul></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L27">src/errors/fieldErrors.ts:27</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
            <h4 class="tsd-returns-title">Returns <a href="errors.InvalidPermanentId.html" class="tsd-signature-type" data-tsd-kind="Class">InvalidPermanentId</a></h4><aside class="tsd-sources">
         
     | 
| 
       61 
61 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.constructor</p>
         
     | 
| 
       62 
62 
     | 
    
         
             
            <ul>
         
     | 
| 
       63 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 63 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L29">src/errors/fieldErrors.ts:29</a></li></ul></aside></li></ul></section></section>
         
     | 
| 
       64 
64 
     | 
    
         
             
            <section class="tsd-panel-group tsd-member-group">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h2>Properties</h2>
         
     | 
| 
       66 
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>
         
     | 
| 
         @@ -74,7 +74,7 @@ 
     | 
|
| 
       74 
74 
     | 
    
         
             
            <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = 'Invalid permanentId field Error'</span></div><aside class="tsd-sources">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.name</p>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <ul>
         
     | 
| 
       77 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 77 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L28">src/errors/fieldErrors.ts:28</a></li></ul></aside></section>
         
     | 
| 
       78 
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>
         
     | 
| 
       79 
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>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">NotAFileError</span></li></ul></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L4">src/errors/validatorErrors.ts:4</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
            <h4 class="tsd-returns-title">Returns <a href="errors.NotAFileError.html" class="tsd-signature-type" data-tsd-kind="Class">NotAFileError</a></h4><aside class="tsd-sources">
         
     | 
| 
       61 
61 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.constructor</p>
         
     | 
| 
       62 
62 
     | 
    
         
             
            <ul>
         
     | 
| 
       63 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 63 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L6">src/errors/validatorErrors.ts:6</a></li></ul></aside></li></ul></section></section>
         
     | 
| 
       64 
64 
     | 
    
         
             
            <section class="tsd-panel-group tsd-member-group">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h2>Properties</h2>
         
     | 
| 
       66 
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>
         
     | 
| 
         @@ -74,7 +74,7 @@ 
     | 
|
| 
       74 
74 
     | 
    
         
             
            <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = 'Not A File Error'</span></div><aside class="tsd-sources">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.name</p>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <ul>
         
     | 
| 
       77 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 77 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L5">src/errors/validatorErrors.ts:5</a></li></ul></aside></section>
         
     | 
| 
       78 
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>
         
     | 
| 
       79 
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>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">NotAJsonFileError</span></li></ul></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L10">src/errors/validatorErrors.ts:10</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
            <h4 class="tsd-returns-title">Returns <a href="errors.NotAJsonFileError.html" class="tsd-signature-type" data-tsd-kind="Class">NotAJsonFileError</a></h4><aside class="tsd-sources">
         
     | 
| 
       61 
61 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.constructor</p>
         
     | 
| 
       62 
62 
     | 
    
         
             
            <ul>
         
     | 
| 
       63 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 63 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L12">src/errors/validatorErrors.ts:12</a></li></ul></aside></li></ul></section></section>
         
     | 
| 
       64 
64 
     | 
    
         
             
            <section class="tsd-panel-group tsd-member-group">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h2>Properties</h2>
         
     | 
| 
       66 
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>
         
     | 
| 
         @@ -74,7 +74,7 @@ 
     | 
|
| 
       74 
74 
     | 
    
         
             
            <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = 'Not A JSON File Error'</span></div><aside class="tsd-sources">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.name</p>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <ul>
         
     | 
| 
       77 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 77 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L11">src/errors/validatorErrors.ts:11</a></li></ul></aside></section>
         
     | 
| 
       78 
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>
         
     | 
| 
       79 
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>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">PrivilegeError</span></li></ul></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/privilegeError.ts#L3">src/errors/privilegeError.ts:3</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
            <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">
         
     | 
| 
       61 
61 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.constructor</p>
         
     | 
| 
       62 
62 
     | 
    
         
             
            <ul>
         
     | 
| 
       63 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 63 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/privilegeError.ts#L5">src/errors/privilegeError.ts:5</a></li></ul></aside></li></ul></section></section>
         
     | 
| 
       64 
64 
     | 
    
         
             
            <section class="tsd-panel-group tsd-member-group">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h2>Properties</h2>
         
     | 
| 
       66 
66 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a id="message" class="tsd-anchor"></a>
         
     | 
| 
         @@ -68,13 +68,13 @@ 
     | 
|
| 
       68 
68 
     | 
    
         
             
            <div class="tsd-signature">message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
         
     | 
| 
       69 
69 
     | 
    
         
             
            <p>Inherited from PushApiClientBaseError.message</p>
         
     | 
| 
       70 
70 
     | 
    
         
             
            <ul>
         
     | 
| 
       71 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 71 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/privilegeError.ts#L5">src/errors/privilegeError.ts:5</a></li></ul></aside></section>
         
     | 
| 
       72 
72 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="name" class="tsd-anchor"></a>
         
     | 
| 
       73 
73 
     | 
    
         
             
            <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>
         
     | 
| 
       74 
74 
     | 
    
         
             
            <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = 'Privilege Error'</span></div><aside class="tsd-sources">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.name</p>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <ul>
         
     | 
| 
       77 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 77 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/privilegeError.ts#L4">src/errors/privilegeError.ts:4</a></li></ul></aside></section>
         
     | 
| 
       78 
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>
         
     | 
| 
       79 
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>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">UnsupportedAttribute</span></li></ul></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L31">src/errors/validatorErrors.ts:31</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
            <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">
         
     | 
| 
       63 
63 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.constructor</p>
         
     | 
| 
       64 
64 
     | 
    
         
             
            <ul>
         
     | 
| 
       65 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 65 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L33">src/errors/validatorErrors.ts:33</a></li></ul></aside></li></ul></section></section>
         
     | 
| 
       66 
66 
     | 
    
         
             
            <section class="tsd-panel-group tsd-member-group">
         
     | 
| 
       67 
67 
     | 
    
         
             
            <h2>Properties</h2>
         
     | 
| 
       68 
68 
     | 
    
         
             
            <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>
         
     | 
| 
         @@ -76,7 +76,7 @@ 
     | 
|
| 
       76 
76 
     | 
    
         
             
            <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = 'Unsupported Attribute Error'</span></div><aside class="tsd-sources">
         
     | 
| 
       77 
77 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.name</p>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <ul>
         
     | 
| 
       79 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 79 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/validatorErrors.ts#L32">src/errors/validatorErrors.ts:32</a></li></ul></aside></section>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <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>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <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>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">UnsupportedFieldError</span></li></ul></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L40">src/errors/fieldErrors.ts:40</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -66,7 +66,7 @@ 
     | 
|
| 
       66 
66 
     | 
    
         
             
            <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">
         
     | 
| 
       67 
67 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.constructor</p>
         
     | 
| 
       68 
68 
     | 
    
         
             
            <ul>
         
     | 
| 
       69 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 69 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L44">src/errors/fieldErrors.ts:44</a></li></ul></aside></li></ul></section></section>
         
     | 
| 
       70 
70 
     | 
    
         
             
            <section class="tsd-panel-group tsd-member-group">
         
     | 
| 
       71 
71 
     | 
    
         
             
            <h2>Properties</h2>
         
     | 
| 
       72 
72 
     | 
    
         
             
            <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>
         
     | 
| 
         @@ -80,7 +80,7 @@ 
     | 
|
| 
       80 
80 
     | 
    
         
             
            <div class="tsd-signature">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = 'Unsupported field Error'</span></div><aside class="tsd-sources">
         
     | 
| 
       81 
81 
     | 
    
         
             
            <p>Overrides PushApiClientBaseError.name</p>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <ul>
         
     | 
| 
       83 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 83 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L41">src/errors/fieldErrors.ts:41</a></li></ul></aside></section>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <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>
         
     | 
| 
       85 
85 
     | 
    
         
             
            <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>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <div class="tsd-signature">stack<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
         
     | 
| 
         @@ -91,12 +91,12 @@ 
     | 
|
| 
       91 
91 
     | 
    
         
             
            <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>
         
     | 
| 
       92 
92 
     | 
    
         
             
            <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">
         
     | 
| 
       93 
93 
     | 
    
         
             
            <ul>
         
     | 
| 
       94 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 94 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L43">src/errors/fieldErrors.ts:43</a></li></ul></aside></section>
         
     | 
| 
       95 
95 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="emptyFieldNameReplacer" class="tsd-anchor"></a>
         
     | 
| 
       96 
96 
     | 
    
         
             
            <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>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <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"> = '<empty field name>'</span></div><aside class="tsd-sources">
         
     | 
| 
       98 
98 
     | 
    
         
             
            <ul>
         
     | 
| 
       99 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 99 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L42">src/errors/fieldErrors.ts:42</a></li></ul></aside></section>
         
     | 
| 
       100 
100 
     | 
    
         
             
            <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>
         
     | 
| 
       101 
101 
     | 
    
         
             
            <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>
         
     | 
| 
       102 
102 
     | 
    
         
             
            <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"> => </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span></div>
         
     | 
| 
         @@ -137,7 +137,7 @@ 
     | 
|
| 
       137 
137 
     | 
    
         
             
            <li class="tsd-description">
         
     | 
| 
       138 
138 
     | 
    
         
             
            <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
         
     | 
| 
       139 
139 
     | 
    
         
             
            <ul>
         
     | 
| 
       140 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 140 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/errors/fieldErrors.ts#L54">src/errors/fieldErrors.ts:54</a></li></ul></aside></li></ul></section></section>
         
     | 
| 
       141 
141 
     | 
    
         
             
            <section class="tsd-panel-group tsd-member-group">
         
     | 
| 
       142 
142 
     | 
    
         
             
            <h2>Methods</h2>
         
     | 
| 
       143 
143 
     | 
    
         
             
            <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>
         
     | 
| 
         @@ -16,7 +16,7 @@ 
     | 
|
| 
       16 
16 
     | 
    
         
             
            <li><a href="PlatformEnvironment.html">PlatformEnvironment</a></li></ul>
         
     | 
| 
       17 
17 
     | 
    
         
             
            <h1>Enumeration PlatformEnvironment</h1></div><aside class="tsd-sources">
         
     | 
| 
       18 
18 
     | 
    
         
             
            <ul>
         
     | 
| 
       19 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 19 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/environment.ts#L4">src/environment.ts:4</a></li></ul></aside>
         
     | 
| 
       20 
20 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       21 
21 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       22 
22 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -35,22 +35,22 @@ 
     | 
|
| 
       35 
35 
     | 
    
         
             
            <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>
         
     | 
| 
       36 
36 
     | 
    
         
             
            <div class="tsd-signature">Dev<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"dev"</span></div><aside class="tsd-sources">
         
     | 
| 
       37 
37 
     | 
    
         
             
            <ul>
         
     | 
| 
       38 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 38 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/environment.ts#L5">src/environment.ts:5</a></li></ul></aside></section>
         
     | 
| 
       39 
39 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Hipaa" class="tsd-anchor"></a>
         
     | 
| 
       40 
40 
     | 
    
         
             
            <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>
         
     | 
| 
       41 
41 
     | 
    
         
             
            <div class="tsd-signature">Hipaa<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"hipaa"</span></div><aside class="tsd-sources">
         
     | 
| 
       42 
42 
     | 
    
         
             
            <ul>
         
     | 
| 
       43 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 43 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/environment.ts#L7">src/environment.ts:7</a></li></ul></aside></section>
         
     | 
| 
       44 
44 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Prod" class="tsd-anchor"></a>
         
     | 
| 
       45 
45 
     | 
    
         
             
            <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>
         
     | 
| 
       46 
46 
     | 
    
         
             
            <div class="tsd-signature">Prod<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"prod"</span></div><aside class="tsd-sources">
         
     | 
| 
       47 
47 
     | 
    
         
             
            <ul>
         
     | 
| 
       48 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 48 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/environment.ts#L8">src/environment.ts:8</a></li></ul></aside></section>
         
     | 
| 
       49 
49 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum"><a id="Stg" class="tsd-anchor"></a>
         
     | 
| 
       50 
50 
     | 
    
         
             
            <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>
         
     | 
| 
       51 
51 
     | 
    
         
             
            <div class="tsd-signature">Stg<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"stg"</span></div><aside class="tsd-sources">
         
     | 
| 
       52 
52 
     | 
    
         
             
            <ul>
         
     | 
| 
       53 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 53 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/environment.ts#L6">src/environment.ts:6</a></li></ul></aside></section></section></div>
         
     | 
| 
       54 
54 
     | 
    
         
             
            <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
         
     | 
| 
       55 
55 
     | 
    
         
             
            <div class="tsd-navigation settings">
         
     | 
| 
       56 
56 
     | 
    
         
             
            <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
         
     | 
| 
         @@ -28,7 +28,7 @@ 
     | 
|
| 
       28 
28 
     | 
    
         
             
            <h5><code class="tsd-tag ts-flagOptional">Optional</code> options: <span class="tsd-signature-type">ParseDocumentOptions</span></h5></li></ul></div>
         
     | 
| 
       29 
29 
     | 
    
         
             
            <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</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><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
         
     | 
| 
       30 
30 
     | 
    
         
             
            <ul>
         
     | 
| 
       31 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 31 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/validation/parseFile.ts#L27">src/validation/parseFile.ts:27</a></li></ul></aside></li></ul></section></div>
         
     | 
| 
       32 
32 
     | 
    
         
             
            <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
         
     | 
| 
       33 
33 
     | 
    
         
             
            <div class="tsd-navigation settings">
         
     | 
| 
       34 
34 
     | 
    
         
             
            <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
         
     | 
| 
         @@ -20,7 +20,7 @@ 
     | 
|
| 
       20 
20 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       21 
21 
     | 
    
         
             
            <li><span class="target">BatchUpdateDocuments</span></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       22 
22 
     | 
    
         
             
            <ul>
         
     | 
| 
       23 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 23 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/interfaces.ts#L9">src/interfaces.ts:9</a></li></ul></aside>
         
     | 
| 
       24 
24 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       26 
26 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -37,12 +37,12 @@ 
     | 
|
| 
       37 
37 
     | 
    
         
             
            <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>
         
     | 
| 
       38 
38 
     | 
    
         
             
            <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">
         
     | 
| 
       39 
39 
     | 
    
         
             
            <ul>
         
     | 
| 
       40 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 40 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/interfaces.ts#L10">src/interfaces.ts:10</a></li></ul></aside></section>
         
     | 
| 
       41 
41 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="delete" class="tsd-anchor"></a>
         
     | 
| 
       42 
42 
     | 
    
         
             
            <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>
         
     | 
| 
       43 
43 
     | 
    
         
             
            <div class="tsd-signature">delete<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>deleteChildren<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>documentId<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
         
     | 
| 
       44 
44 
     | 
    
         
             
            <ul>
         
     | 
| 
       45 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 45 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/interfaces.ts#L11">src/interfaces.ts:11</a></li></ul></aside></section></section></div>
         
     | 
| 
       46 
46 
     | 
    
         
             
            <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
         
     | 
| 
       47 
47 
     | 
    
         
             
            <div class="tsd-navigation settings">
         
     | 
| 
       48 
48 
     | 
    
         
             
            <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">Document</span></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L54">src/document.ts:54</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -53,14 +53,14 @@ 
     | 
|
| 
       53 
53 
     | 
    
         
             
            <div class="tsd-comment tsd-typography"><p>The author of the document.</p>
         
     | 
| 
       54 
54 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       55 
55 
     | 
    
         
             
            <ul>
         
     | 
| 
       56 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 56 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L74">src/document.ts:74</a></li></ul></aside></section>
         
     | 
| 
       57 
57 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="clickableUri" class="tsd-anchor"></a>
         
     | 
| 
       58 
58 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>clickable<wbr/>Uri</span><a href="#clickableUri" 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>
         
     | 
| 
       59 
59 
     | 
    
         
             
            <div class="tsd-signature">clickable<wbr/>Uri<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
       60 
60 
     | 
    
         
             
            <div class="tsd-comment tsd-typography"><p>The clickable URI associated with the document.</p>
         
     | 
| 
       61 
61 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       62 
62 
     | 
    
         
             
            <ul>
         
     | 
| 
       63 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 63 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L70">src/document.ts:70</a></li></ul></aside></section>
         
     | 
| 
       64 
64 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="compressedBinaryData" class="tsd-anchor"></a>
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>compressed<wbr/>Binary<wbr/>Data</span><a href="#compressedBinaryData" 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>
         
     | 
| 
       66 
66 
     | 
    
         
             
            <div class="tsd-signature">compressed<wbr/>Binary<wbr/>Data<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>compressionType<span class="tsd-signature-symbol">: </span><a href="../types/CompressionType.html" class="tsd-signature-type" data-tsd-kind="Type alias">CompressionType</a><span class="tsd-signature-symbol">; </span><br/><span>    </span>data<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
         
     | 
| 
         @@ -83,7 +83,7 @@ 
     | 
|
| 
       83 
83 
     | 
    
         
             
            <p>Example: <code>eJxzrUjMLchJBQAK4ALN</code></p>
         
     | 
| 
       84 
84 
     | 
    
         
             
            </div></li></ul></div><aside class="tsd-sources">
         
     | 
| 
       85 
85 
     | 
    
         
             
            <ul>
         
     | 
| 
       86 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 86 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L124">src/document.ts:124</a></li></ul></aside></section>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="data-1" class="tsd-anchor"></a>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>data</span><a href="#data-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></h3>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div class="tsd-signature">data<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -94,7 +94,7 @@ 
     | 
|
| 
       94 
94 
     | 
    
         
             
            <p>Example: <code>This is a simple string that will be used for searchability as well as to generate excerpt and summaries for the document.</code></p>
         
     | 
| 
       95 
95 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       96 
96 
     | 
    
         
             
            <ul>
         
     | 
| 
       97 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 97 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L112">src/document.ts:112</a></li></ul></aside></section>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="date" class="tsd-anchor"></a>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>date</span><a href="#date" 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>
         
     | 
| 
       100 
100 
     | 
    
         
             
            <div class="tsd-signature">date<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -102,7 +102,7 @@ 
     | 
|
| 
       102 
102 
     | 
    
         
             
            <p>Optional, will default to indexation date.</p>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       104 
104 
     | 
    
         
             
            <ul>
         
     | 
| 
       105 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 105 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L80">src/document.ts:80</a></li></ul></aside></section>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="fileExtension" class="tsd-anchor"></a>
         
     | 
| 
       107 
107 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>file<wbr/>Extension</span><a href="#fileExtension" 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>
         
     | 
| 
       108 
108 
     | 
    
         
             
            <div class="tsd-signature">file<wbr/>Extension<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -112,7 +112,7 @@ 
     | 
|
| 
       112 
112 
     | 
    
         
             
            <p>Example: <code>.html</code></p>
         
     | 
| 
       113 
113 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       114 
114 
     | 
    
         
             
            <ul>
         
     | 
| 
       115 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 115 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L178">src/document.ts:178</a></li></ul></aside></section>
         
     | 
| 
       116 
116 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="metadata" class="tsd-anchor"></a>
         
     | 
| 
       117 
117 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>metadata</span><a href="#metadata" 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>
         
     | 
| 
       118 
118 
     | 
    
         
             
            <div class="tsd-signature">metadata<span class="tsd-signature-symbol">?:</span> <a href="../types/Metadata.html" class="tsd-signature-type" data-tsd-kind="Type alias">Metadata</a></div>
         
     | 
| 
         @@ -122,7 +122,7 @@ 
     | 
|
| 
       122 
122 
     | 
    
         
             
            <p>See <a href="https://docs.coveo.com/en/115">https://docs.coveo.com/en/115</a> for more information.</p>
         
     | 
| 
       123 
123 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       124 
124 
     | 
    
         
             
            <ul>
         
     | 
| 
       125 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 125 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L145">src/document.ts:145</a></li></ul></aside></section>
         
     | 
| 
       126 
126 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="modifiedDate" class="tsd-anchor"></a>
         
     | 
| 
       127 
127 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>modified<wbr/>Date</span><a href="#modifiedDate" 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>
         
     | 
| 
       128 
128 
     | 
    
         
             
            <div class="tsd-signature">modified<wbr/>Date<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -130,7 +130,7 @@ 
     | 
|
| 
       130 
130 
     | 
    
         
             
            <p>Optional, will default to indexation date.</p>
         
     | 
| 
       131 
131 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       132 
132 
     | 
    
         
             
            <ul>
         
     | 
| 
       133 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 133 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L86">src/document.ts:86</a></li></ul></aside></section>
         
     | 
| 
       134 
134 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="parentId" class="tsd-anchor"></a>
         
     | 
| 
       135 
135 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>parent<wbr/>Id</span><a href="#parentId" 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>
         
     | 
| 
       136 
136 
     | 
    
         
             
            <div class="tsd-signature">parent<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -139,7 +139,7 @@ 
     | 
|
| 
       139 
139 
     | 
    
         
             
            <p>This value also ensures that a parent and all of its attachments will be routed in the same index slice.</p>
         
     | 
| 
       140 
140 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       141 
141 
     | 
    
         
             
            <ul>
         
     | 
| 
       142 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 142 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L100">src/document.ts:100</a></li></ul></aside></section>
         
     | 
| 
       143 
143 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="permanentId" class="tsd-anchor"></a>
         
     | 
| 
       144 
144 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>permanent<wbr/>Id</span><a href="#permanentId" 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>
         
     | 
| 
       145 
145 
     | 
    
         
             
            <div class="tsd-signature">permanent<wbr/>Id<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -147,7 +147,7 @@ 
     | 
|
| 
       147 
147 
     | 
    
         
             
            <p>Optional, will be derived from the document URI.</p>
         
     | 
| 
       148 
148 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       149 
149 
     | 
    
         
             
            <ul>
         
     | 
| 
       150 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 150 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L92">src/document.ts:92</a></li></ul></aside></section>
         
     | 
| 
       151 
151 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="permissions" class="tsd-anchor"></a>
         
     | 
| 
       152 
152 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>permissions</span><a href="#permissions" 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>
         
     | 
| 
       153 
153 
     | 
    
         
             
            <div class="tsd-signature">permissions<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-symbol">{ </span><br/><span>    </span>allowAnonymous<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>allowedPermissions<span class="tsd-signature-symbol">?: </span><a href="SecurityIdentity.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityIdentity</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span>    </span>deniedPermissions<span class="tsd-signature-symbol">?: </span><a href="SecurityIdentity.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityIdentity</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span><br/><span class="tsd-signature-symbol">}</span></div>
         
     | 
| 
         @@ -172,14 +172,14 @@ 
     | 
|
| 
       172 
172 
     | 
    
         
             
            <div class="tsd-comment tsd-typography"><p>The list of denied permissions for this permission set.</p>
         
     | 
| 
       173 
173 
     | 
    
         
             
            </div></li></ul></div><aside class="tsd-sources">
         
     | 
| 
       174 
174 
     | 
    
         
             
            <ul>
         
     | 
| 
       175 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 175 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L153">src/document.ts:153</a></li></ul></aside></section>
         
     | 
| 
       176 
176 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="title" class="tsd-anchor"></a>
         
     | 
| 
       177 
177 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><span>title</span><a href="#title" 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>
         
     | 
| 
       178 
178 
     | 
    
         
             
            <div class="tsd-signature">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
       179 
179 
     | 
    
         
             
            <div class="tsd-comment tsd-typography"><p>The title of the document.</p>
         
     | 
| 
       180 
180 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       181 
181 
     | 
    
         
             
            <ul>
         
     | 
| 
       182 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 182 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L66">src/document.ts:66</a></li></ul></aside></section>
         
     | 
| 
       183 
183 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="uri" class="tsd-anchor"></a>
         
     | 
| 
       184 
184 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><span>uri</span><a href="#uri" 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>
         
     | 
| 
       185 
185 
     | 
    
         
             
            <div class="tsd-signature">uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -191,7 +191,7 @@ 
     | 
|
| 
       191 
191 
     | 
    
         
             
            </ul>
         
     | 
| 
       192 
192 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       193 
193 
     | 
    
         
             
            <ul>
         
     | 
| 
       194 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 194 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L62">src/document.ts:62</a></li></ul></aside></section></section></div>
         
     | 
| 
       195 
195 
     | 
    
         
             
            <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
         
     | 
| 
       196 
196 
     | 
    
         
             
            <div class="tsd-navigation settings">
         
     | 
| 
       197 
197 
     | 
    
         
             
            <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
         
     | 
| 
         @@ -23,7 +23,7 @@ 
     | 
|
| 
       23 
23 
     | 
    
         
             
            <ul class="tsd-hierarchy">
         
     | 
| 
       24 
24 
     | 
    
         
             
            <li><span class="target">SecurityIdentity</span></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       25 
25 
     | 
    
         
             
            <ul>
         
     | 
| 
       26 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 26 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L10">src/document.ts:10</a></li></ul></aside>
         
     | 
| 
       27 
27 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       28 
28 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       29 
29 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -48,7 +48,7 @@ 
     | 
|
| 
       48 
48 
     | 
    
         
             
            </ul>
         
     | 
| 
       49 
49 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       50 
50 
     | 
    
         
             
            <ul>
         
     | 
| 
       51 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 51 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L18">src/document.ts:18</a></li></ul></aside></section>
         
     | 
| 
       52 
52 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="identityType" class="tsd-anchor"></a>
         
     | 
| 
       53 
53 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><span>identity<wbr/>Type</span><a href="#identityType" 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>
         
     | 
| 
       54 
54 
     | 
    
         
             
            <div class="tsd-signature">identity<wbr/>Type<span class="tsd-signature-symbol">:</span> <a href="../types/SecurityIdentityType.html" class="tsd-signature-type" data-tsd-kind="Type alias">SecurityIdentityType</a></div>
         
     | 
| 
         @@ -62,7 +62,7 @@ Valid values:</p> 
     | 
|
| 
       62 
62 
     | 
    
         
             
            </ul>
         
     | 
| 
       63 
63 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       64 
64 
     | 
    
         
             
            <ul>
         
     | 
| 
       65 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 65 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L27">src/document.ts:27</a></li></ul></aside></section>
         
     | 
| 
       66 
66 
     | 
    
         
             
            <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="securityProvider" class="tsd-anchor"></a>
         
     | 
| 
       67 
67 
     | 
    
         
             
            <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>security<wbr/>Provider</span><a href="#securityProvider" 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>
         
     | 
| 
       68 
68 
     | 
    
         
             
            <div class="tsd-signature">security<wbr/>Provider<span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div>
         
     | 
| 
         @@ -70,7 +70,7 @@ Valid values:</p> 
     | 
|
| 
       70 
70 
     | 
    
         
             
            <p>Defaults to the first security identity provider associated with the target Push source.</p>
         
     | 
| 
       71 
71 
     | 
    
         
             
            </div><aside class="tsd-sources">
         
     | 
| 
       72 
72 
     | 
    
         
             
            <ul>
         
     | 
| 
       73 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 73 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/document.ts#L33">src/document.ts:33</a></li></ul></aside></section></section></div>
         
     | 
| 
       74 
74 
     | 
    
         
             
            <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <div class="tsd-navigation settings">
         
     | 
| 
       76 
76 
     | 
    
         
             
            <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
         
     | 
| 
         @@ -30,7 +30,7 @@ 
     | 
|
| 
       30 
30 
     | 
    
         
             
            <li><a href="../classes/UserSecurityIdentityBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">UserSecurityIdentityBuilder</a></li>
         
     | 
| 
       31 
31 
     | 
    
         
             
            <li><a href="../classes/VirtualGroupSecurityIdentityBuilder.html" class="tsd-signature-type" data-tsd-kind="Class">VirtualGroupSecurityIdentityBuilder</a></li></ul></section><aside class="tsd-sources">
         
     | 
| 
       32 
32 
     | 
    
         
             
            <ul>
         
     | 
| 
       33 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 33 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/securityIdentityBuilder.ts#L6">src/securityIdentityBuilder.ts:6</a></li></ul></aside>
         
     | 
| 
       34 
34 
     | 
    
         
             
            <section class="tsd-panel-group tsd-index-group">
         
     | 
| 
       35 
35 
     | 
    
         
             
            <section class="tsd-panel tsd-index-panel">
         
     | 
| 
       36 
36 
     | 
    
         
             
            <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
         
     | 
| 
         @@ -49,7 +49,7 @@ 
     | 
|
| 
       49 
49 
     | 
    
         
             
            <li class="tsd-description">
         
     | 
| 
       50 
50 
     | 
    
         
             
            <h4 class="tsd-returns-title">Returns <a href="SecurityIdentity.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityIdentity</a><span class="tsd-signature-symbol"> | </span><a href="SecurityIdentity.html" class="tsd-signature-type" data-tsd-kind="Interface">SecurityIdentity</a><span class="tsd-signature-symbol">[]</span></h4><aside class="tsd-sources">
         
     | 
| 
       51 
51 
     | 
    
         
             
            <ul>
         
     | 
| 
       52 
     | 
    
         
            -
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/ 
     | 
| 
      
 52 
     | 
    
         
            +
            <li>Defined in <a href="https://github.com/coveo/push-api-client.js/blob/3751856/src/securityIdentityBuilder.ts#L7">src/securityIdentityBuilder.ts:7</a></li></ul></aside></li></ul></section></section></div>
         
     | 
| 
       53 
53 
     | 
    
         
             
            <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
         
     | 
| 
       54 
54 
     | 
    
         
             
            <div class="tsd-navigation settings">
         
     | 
| 
       55 
55 
     | 
    
         
             
            <details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
         
     |