@umbraco-cms/backoffice 18.1.0 → 18.1.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.
@@ -8997,6 +8997,10 @@ export type GetIndexerErrors = {
8997
8997
  * The resource is protected and requires an authentication token
8998
8998
  */
8999
8999
  401: unknown;
9000
+ /**
9001
+ * The authenticated user does not have access to this resource
9002
+ */
9003
+ 403: unknown;
9000
9004
  };
9001
9005
  export type GetIndexerResponses = {
9002
9006
  /**
@@ -9022,6 +9026,10 @@ export type GetIndexerByIndexNameErrors = {
9022
9026
  * The resource is protected and requires an authentication token
9023
9027
  */
9024
9028
  401: unknown;
9029
+ /**
9030
+ * The authenticated user does not have access to this resource
9031
+ */
9032
+ 403: unknown;
9025
9033
  };
9026
9034
  export type GetIndexerByIndexNameError = GetIndexerByIndexNameErrors[keyof GetIndexerByIndexNameErrors];
9027
9035
  export type GetIndexerByIndexNameResponses = {
@@ -9048,6 +9056,10 @@ export type PostIndexerByIndexNameRebuildErrors = {
9048
9056
  * The resource is protected and requires an authentication token
9049
9057
  */
9050
9058
  401: unknown;
9059
+ /**
9060
+ * The authenticated user does not have access to this resource
9061
+ */
9062
+ 403: unknown;
9051
9063
  /**
9052
9064
  * Not Found
9053
9065
  */
@@ -13709,6 +13721,10 @@ export type PostPublishedCacheRebuildErrors = {
13709
13721
  * The resource is protected and requires an authentication token
13710
13722
  */
13711
13723
  401: unknown;
13724
+ /**
13725
+ * The authenticated user does not have access to this resource
13726
+ */
13727
+ 403: unknown;
13712
13728
  };
13713
13729
  export type PostPublishedCacheRebuildResponses = {
13714
13730
  /**
@@ -13727,6 +13743,10 @@ export type GetPublishedCacheRebuildStatusErrors = {
13727
13743
  * The resource is protected and requires an authentication token
13728
13744
  */
13729
13745
  401: unknown;
13746
+ /**
13747
+ * The authenticated user does not have access to this resource
13748
+ */
13749
+ 403: unknown;
13730
13750
  };
13731
13751
  export type GetPublishedCacheRebuildStatusResponses = {
13732
13752
  /**
@@ -13746,6 +13766,10 @@ export type PostPublishedCacheReloadErrors = {
13746
13766
  * The resource is protected and requires an authentication token
13747
13767
  */
13748
13768
  401: unknown;
13769
+ /**
13770
+ * The authenticated user does not have access to this resource
13771
+ */
13772
+ 403: unknown;
13749
13773
  };
13750
13774
  export type PostPublishedCacheReloadResponses = {
13751
13775
  /**
@@ -14397,6 +14421,10 @@ export type GetSearcherErrors = {
14397
14421
  * The resource is protected and requires an authentication token
14398
14422
  */
14399
14423
  401: unknown;
14424
+ /**
14425
+ * The authenticated user does not have access to this resource
14426
+ */
14427
+ 403: unknown;
14400
14428
  };
14401
14429
  export type GetSearcherResponses = {
14402
14430
  /**
@@ -14422,6 +14450,10 @@ export type GetSearcherBySearcherNameQueryErrors = {
14422
14450
  * The resource is protected and requires an authentication token
14423
14451
  */
14424
14452
  401: unknown;
14453
+ /**
14454
+ * The authenticated user does not have access to this resource
14455
+ */
14456
+ 403: unknown;
14425
14457
  /**
14426
14458
  * Not Found
14427
14459
  */