@rxap/config 18.1.1-dev.3 → 18.1.1-dev.4

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/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.1.1-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.3...@rxap/config@18.1.1-dev.4) (2024-06-25)
7
+
8
+ **Note:** Version bump only for package @rxap/config
9
+
6
10
  ## [18.1.1-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.2...@rxap/config@18.1.1-dev.3) (2024-06-25)
7
11
 
8
12
  ### Bug Fixes
@@ -85,6 +85,8 @@
85
85
  <h1>Change Log</h1>
86
86
  <p>All notable changes to this project will be documented in this file.
87
87
  See <a href="https://conventionalcommits.org">Conventional Commits</a> for commit guidelines.</p>
88
+ <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.3...@rxap/config@18.1.1-dev.4">18.1.1-dev.4</a> (2024-06-25)</h2>
89
+ <p><strong>Note:</strong> Version bump only for package @rxap/config</p>
88
90
  <h2><a href="https://gitlab.com/rxap/packages/compare/@rxap/config@18.1.1-dev.2...@rxap/config@18.1.1-dev.3">18.1.1-dev.3</a> (2024-06-25)</h2>
89
91
  <h3>Bug Fixes</h3>
90
92
  <ul>
@@ -189,6 +189,7 @@
189
189
  </a>
190
190
  </li>
191
191
  <li>
192
+ <span class="modifier">Optional</span>
192
193
  <a href="#permissions"
193
194
  >
194
195
  permissions
@@ -501,6 +502,11 @@
501
502
  </td>
502
503
  </tr>
503
504
 
505
+ <tr>
506
+ <td class="col-md-4">
507
+ <i>Optional</i>
508
+ </td>
509
+ </tr>
504
510
 
505
511
 
506
512
 
@@ -599,7 +605,7 @@ export interface AppsNavigationConfig {
599
605
  empty?: false;
600
606
  hidden?: boolean;
601
607
  id?: string;
602
- permissions: string[];
608
+ permissions?: string[];
603
609
  icon?: IconConfig;
604
610
  }
605
611
 
@@ -302,7 +302,7 @@ export interface AppsNavigationConfig {
302
302
  empty?: false;
303
303
  hidden?: boolean;
304
304
  id?: string;
305
- permissions: string[];
305
+ permissions?: string[];
306
306
  icon?: IconConfig;
307
307
  }
308
308
 
@@ -302,7 +302,7 @@ export interface AppsNavigationConfig {
302
302
  empty?: false;
303
303
  hidden?: boolean;
304
304
  id?: string;
305
- permissions: string[];
305
+ permissions?: string[];
306
306
  icon?: IconConfig;
307
307
  }
308
308
 
@@ -437,7 +437,7 @@ export interface AppsNavigationConfig {
437
437
  empty?: false;
438
438
  hidden?: boolean;
439
439
  id?: string;
440
- permissions: string[];
440
+ permissions?: string[];
441
441
  icon?: IconConfig;
442
442
  }
443
443
 
@@ -257,7 +257,7 @@ export interface AppsNavigationConfig {
257
257
  empty?: false;
258
258
  hidden?: boolean;
259
259
  id?: string;
260
- permissions: string[];
260
+ permissions?: string[];
261
261
  icon?: IconConfig;
262
262
  }
263
263