Skip to content

Commit 049e837

Browse files
feat(client): add raw methods
1 parent cc5397d commit 049e837

File tree

62 files changed

+2658
-264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2658
-264
lines changed

src/Accounts/URLEndpoints/URLEndpointResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* urlPrefix: string,
2323
* urlRewriter?: Cloudinary|Imgix|Akamai,
2424
* }
25-
* When used in a response, this type parameter can be used to define a $rawResponse property.
25+
* When used in a response, this type parameter can define a $rawResponse property.
2626
* @template TRawResponse of object = object{}
2727
*
2828
* @mixin TRawResponse

src/Accounts/Usage/UsageGetResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* originalCacheStorageBytes?: int,
1717
* videoProcessingUnitsCount?: int,
1818
* }
19-
* When used in a response, this type parameter can be used to define a $rawResponse property.
19+
* When used in a response, this type parameter can define a $rawResponse property.
2020
* @template TRawResponse of object = object{}
2121
*
2222
* @mixin TRawResponse

src/Beta/V2/Files/FileUploadResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* videoCodec?: string,
4242
* width?: float,
4343
* }
44-
* When used in a response, this type parameter can be used to define a $rawResponse property.
44+
* When used in a response, this type parameter can define a $rawResponse property.
4545
* @template TRawResponse of object = object{}
4646
*
4747
* @mixin TRawResponse

src/Cache/Invalidation/InvalidationGetResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* @phpstan-type invalidation_get_response = array{status?: value-of<Status>}
14-
* When used in a response, this type parameter can be used to define a $rawResponse property.
14+
* When used in a response, this type parameter can define a $rawResponse property.
1515
* @template TRawResponse of object = object{}
1616
*
1717
* @mixin TRawResponse

src/Cache/Invalidation/InvalidationNewResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
/**
1212
* @phpstan-type invalidation_new_response = array{requestID?: string}
13-
* When used in a response, this type parameter can be used to define a $rawResponse property.
13+
* When used in a response, this type parameter can define a $rawResponse property.
1414
* @template TRawResponse of object = object{}
1515
*
1616
* @mixin TRawResponse

src/CustomMetadataFields/CustomMetadataField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @phpstan-type custom_metadata_field = array{
1616
* id: string, label: string, name: string, schema: Schema
1717
* }
18-
* When used in a response, this type parameter can be used to define a $rawResponse property.
18+
* When used in a response, this type parameter can define a $rawResponse property.
1919
* @template TRawResponse of object = object{}
2020
*
2121
* @mixin TRawResponse

src/CustomMetadataFields/CustomMetadataFieldDeleteResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* @phpstan-type custom_metadata_field_delete_response = array{}
12-
* When used in a response, this type parameter can be used to define a $rawResponse property.
12+
* When used in a response, this type parameter can define a $rawResponse property.
1313
* @template TRawResponse of object = object{}
1414
*
1515
* @mixin TRawResponse

src/Files/Bulk/BulkAddTagsResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @phpstan-type bulk_add_tags_response = array{
1313
* successfullyUpdatedFileIDs?: list<string>
1414
* }
15-
* When used in a response, this type parameter can be used to define a $rawResponse property.
15+
* When used in a response, this type parameter can define a $rawResponse property.
1616
* @template TRawResponse of object = object{}
1717
*
1818
* @mixin TRawResponse

src/Files/Bulk/BulkDeleteResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @phpstan-type bulk_delete_response = array{
1313
* successfullyDeletedFileIDs?: list<string>
1414
* }
15-
* When used in a response, this type parameter can be used to define a $rawResponse property.
15+
* When used in a response, this type parameter can define a $rawResponse property.
1616
* @template TRawResponse of object = object{}
1717
*
1818
* @mixin TRawResponse

src/Files/Bulk/BulkRemoveAITagsResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* @phpstan-type bulk_remove_ai_tags_response = array{
1313
* successfullyUpdatedFileIDs?: list<string>
1414
* }
15-
* When used in a response, this type parameter can be used to define a $rawResponse property.
15+
* When used in a response, this type parameter can define a $rawResponse property.
1616
* @template TRawResponse of object = object{}
1717
*
1818
* @mixin TRawResponse

0 commit comments

Comments
 (0)