Skip to content

Commit e86023a

Browse files
vdusekclaude
andcommitted
chore: rename GeneralAccessEnum to GeneralAccess
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 22c9c0c commit e86023a

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

apify-api/openapi/components/schemas/actor-runs/Run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ properties:
8484
description: Exit code of the Actor run process.
8585
generalAccess:
8686
description: General access level for the Actor run.
87-
$ref: ../common/GeneralAccessEnum.yaml
87+
$ref: ../common/GeneralAccess.yaml
8888
defaultKeyValueStoreId:
8989
type: string
9090
examples: [eJNzqsbPiopwJcgGQ]

apify-api/openapi/components/schemas/actor-runs/UpdateRunRequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ properties:
1111
type: boolean
1212
examples: [true]
1313
generalAccess:
14-
$ref: ../common/GeneralAccessEnum.yaml
14+
$ref: ../common/GeneralAccess.yaml

apify-api/openapi/components/schemas/common/GeneralAccessEnum.yaml renamed to apify-api/openapi/components/schemas/common/GeneralAccess.yaml

File renamed without changes.

apify-api/openapi/components/schemas/datasets/Dataset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ properties:
7979
type: [string, "null"]
8080
description: A secret key for generating signed public URLs. It is only provided to clients with WRITE permission for the dataset.
8181
generalAccess:
82-
$ref: ../common/GeneralAccessEnum.yaml
82+
$ref: ../common/GeneralAccess.yaml
8383
stats:
8484
$ref: ./DatasetStats.yaml

apify-api/openapi/components/schemas/datasets/UpdateDatasetRequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ properties:
44
name:
55
type: string
66
generalAccess:
7-
$ref: ../common/GeneralAccessEnum.yaml
7+
$ref: ../common/GeneralAccess.yaml
88
example:
99
name: new-dataset-name
1010
generalAccess: RESTRICTED

apify-api/openapi/components/schemas/key-value-stores/KeyValueStore.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ properties:
4949
type: [string, "null"]
5050
description: A secret key for generating signed public URLs. It is only provided to clients with WRITE permission for the key-value store.
5151
generalAccess:
52-
$ref: ../common/GeneralAccessEnum.yaml
52+
$ref: ../common/GeneralAccess.yaml
5353
stats:
5454
$ref: ./KeyValueStoreStats.yaml

apify-api/openapi/components/schemas/request-queues/RequestQueue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ properties:
6767
stats:
6868
$ref: ./RequestQueueStats.yaml
6969
generalAccess:
70-
$ref: ../common/GeneralAccessEnum.yaml
70+
$ref: ../common/GeneralAccess.yaml

apify-api/openapi/components/schemas/request-queues/UpdateRequestQueueRequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ properties:
66
type: string
77
description: The new name for the request queue.
88
generalAccess:
9-
$ref: ../common/GeneralAccessEnum.yaml
9+
$ref: ../common/GeneralAccess.yaml
1010
example:
1111
name: new-request-queue-name
1212
generalAccess: RESTRICTED

apify-api/openapi/components/schemas/store/UpdateStoreRequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ properties:
44
name:
55
type: string
66
generalAccess:
7-
$ref: ../common/GeneralAccessEnum.yaml
7+
$ref: ../common/GeneralAccess.yaml
88
example:
99
name: new-store-name
1010
generalAccess: RESTRICTED

0 commit comments

Comments
 (0)