@umbraco-cms/backoffice 17.6.1 → 17.6.2

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.
@@ -7347,6 +7347,10 @@ export type GetIndexerErrors = {
7347
7347
  * The resource is protected and requires an authentication token
7348
7348
  */
7349
7349
  401: unknown;
7350
+ /**
7351
+ * The authenticated user does not have access to this resource
7352
+ */
7353
+ 403: unknown;
7350
7354
  };
7351
7355
  export type GetIndexerResponses = {
7352
7356
  /**
@@ -7372,6 +7376,10 @@ export type GetIndexerByIndexNameErrors = {
7372
7376
  * The resource is protected and requires an authentication token
7373
7377
  */
7374
7378
  401: unknown;
7379
+ /**
7380
+ * The authenticated user does not have access to this resource
7381
+ */
7382
+ 403: unknown;
7375
7383
  };
7376
7384
  export type GetIndexerByIndexNameError = GetIndexerByIndexNameErrors[keyof GetIndexerByIndexNameErrors];
7377
7385
  export type GetIndexerByIndexNameResponses = {
@@ -7398,6 +7406,10 @@ export type PostIndexerByIndexNameRebuildErrors = {
7398
7406
  * The resource is protected and requires an authentication token
7399
7407
  */
7400
7408
  401: unknown;
7409
+ /**
7410
+ * The authenticated user does not have access to this resource
7411
+ */
7412
+ 403: unknown;
7401
7413
  /**
7402
7414
  * Not Found
7403
7415
  */
@@ -12104,6 +12116,10 @@ export type PostPublishedCacheRebuildErrors = {
12104
12116
  * The resource is protected and requires an authentication token
12105
12117
  */
12106
12118
  401: unknown;
12119
+ /**
12120
+ * The authenticated user does not have access to this resource
12121
+ */
12122
+ 403: unknown;
12107
12123
  };
12108
12124
  export type PostPublishedCacheRebuildResponses = {
12109
12125
  /**
@@ -12122,6 +12138,10 @@ export type GetPublishedCacheRebuildStatusErrors = {
12122
12138
  * The resource is protected and requires an authentication token
12123
12139
  */
12124
12140
  401: unknown;
12141
+ /**
12142
+ * The authenticated user does not have access to this resource
12143
+ */
12144
+ 403: unknown;
12125
12145
  };
12126
12146
  export type GetPublishedCacheRebuildStatusResponses = {
12127
12147
  /**
@@ -12141,6 +12161,10 @@ export type PostPublishedCacheReloadErrors = {
12141
12161
  * The resource is protected and requires an authentication token
12142
12162
  */
12143
12163
  401: unknown;
12164
+ /**
12165
+ * The authenticated user does not have access to this resource
12166
+ */
12167
+ 403: unknown;
12144
12168
  };
12145
12169
  export type PostPublishedCacheReloadResponses = {
12146
12170
  /**
@@ -12783,6 +12807,10 @@ export type GetSearcherErrors = {
12783
12807
  * The resource is protected and requires an authentication token
12784
12808
  */
12785
12809
  401: unknown;
12810
+ /**
12811
+ * The authenticated user does not have access to this resource
12812
+ */
12813
+ 403: unknown;
12786
12814
  };
12787
12815
  export type GetSearcherResponses = {
12788
12816
  /**
@@ -12808,6 +12836,10 @@ export type GetSearcherBySearcherNameQueryErrors = {
12808
12836
  * The resource is protected and requires an authentication token
12809
12837
  */
12810
12838
  401: unknown;
12839
+ /**
12840
+ * The authenticated user does not have access to this resource
12841
+ */
12842
+ 403: unknown;
12811
12843
  /**
12812
12844
  * Not Found
12813
12845
  */