@@ -104,8 +104,8 @@ export type OriginCreateResponse =
104104 | OriginCreateResponse . CloudinaryBackup
105105 | OriginCreateResponse . WebFolder
106106 | OriginCreateResponse . WebProxy
107- | OriginCreateResponse . GoogleCloudStorageGcs
108- | OriginCreateResponse . AzureBlobStorage
107+ | OriginCreateResponse . Gcs
108+ | OriginCreateResponse . AzureBlob
109109 | OriginCreateResponse . AkeneoPim ;
110110
111111export namespace OriginCreateResponse {
@@ -284,7 +284,7 @@ export namespace OriginCreateResponse {
284284 baseUrlForCanonicalHeader ?: string ;
285285 }
286286
287- export interface GoogleCloudStorageGcs {
287+ export interface Gcs {
288288 /**
289289 * Unique identifier for the origin. This is generated by ImageKit when you create
290290 * a new origin.
@@ -315,7 +315,7 @@ export namespace OriginCreateResponse {
315315 baseUrlForCanonicalHeader ?: string ;
316316 }
317317
318- export interface AzureBlobStorage {
318+ export interface AzureBlob {
319319 /**
320320 * Unique identifier for the origin. This is generated by ImageKit when you create
321321 * a new origin.
@@ -386,8 +386,8 @@ export type OriginUpdateResponse =
386386 | OriginUpdateResponse . CloudinaryBackup
387387 | OriginUpdateResponse . WebFolder
388388 | OriginUpdateResponse . WebProxy
389- | OriginUpdateResponse . GoogleCloudStorageGcs
390- | OriginUpdateResponse . AzureBlobStorage
389+ | OriginUpdateResponse . Gcs
390+ | OriginUpdateResponse . AzureBlob
391391 | OriginUpdateResponse . AkeneoPim ;
392392
393393export namespace OriginUpdateResponse {
@@ -566,7 +566,7 @@ export namespace OriginUpdateResponse {
566566 baseUrlForCanonicalHeader ?: string ;
567567 }
568568
569- export interface GoogleCloudStorageGcs {
569+ export interface Gcs {
570570 /**
571571 * Unique identifier for the origin. This is generated by ImageKit when you create
572572 * a new origin.
@@ -597,7 +597,7 @@ export namespace OriginUpdateResponse {
597597 baseUrlForCanonicalHeader ?: string ;
598598 }
599599
600- export interface AzureBlobStorage {
600+ export interface AzureBlob {
601601 /**
602602 * Unique identifier for the origin. This is generated by ImageKit when you create
603603 * a new origin.
@@ -665,8 +665,8 @@ export type OriginListResponse = Array<
665665 | OriginListResponse . CloudinaryBackup
666666 | OriginListResponse . WebFolder
667667 | OriginListResponse . WebProxy
668- | OriginListResponse . GoogleCloudStorageGcs
669- | OriginListResponse . AzureBlobStorage
668+ | OriginListResponse . Gcs
669+ | OriginListResponse . AzureBlob
670670 | OriginListResponse . AkeneoPim
671671> ;
672672
@@ -846,7 +846,7 @@ export namespace OriginListResponse {
846846 baseUrlForCanonicalHeader ?: string ;
847847 }
848848
849- export interface GoogleCloudStorageGcs {
849+ export interface Gcs {
850850 /**
851851 * Unique identifier for the origin. This is generated by ImageKit when you create
852852 * a new origin.
@@ -877,7 +877,7 @@ export namespace OriginListResponse {
877877 baseUrlForCanonicalHeader ?: string ;
878878 }
879879
880- export interface AzureBlobStorage {
880+ export interface AzureBlob {
881881 /**
882882 * Unique identifier for the origin. This is generated by ImageKit when you create
883883 * a new origin.
@@ -948,8 +948,8 @@ export type OriginGetResponse =
948948 | OriginGetResponse . CloudinaryBackup
949949 | OriginGetResponse . WebFolder
950950 | OriginGetResponse . WebProxy
951- | OriginGetResponse . GoogleCloudStorageGcs
952- | OriginGetResponse . AzureBlobStorage
951+ | OriginGetResponse . Gcs
952+ | OriginGetResponse . AzureBlob
953953 | OriginGetResponse . AkeneoPim ;
954954
955955export namespace OriginGetResponse {
@@ -1128,7 +1128,7 @@ export namespace OriginGetResponse {
11281128 baseUrlForCanonicalHeader ?: string ;
11291129 }
11301130
1131- export interface GoogleCloudStorageGcs {
1131+ export interface Gcs {
11321132 /**
11331133 * Unique identifier for the origin. This is generated by ImageKit when you create
11341134 * a new origin.
@@ -1159,7 +1159,7 @@ export namespace OriginGetResponse {
11591159 baseUrlForCanonicalHeader ?: string ;
11601160 }
11611161
1162- export interface AzureBlobStorage {
1162+ export interface AzureBlob {
11631163 /**
11641164 * Unique identifier for the origin. This is generated by ImageKit when you create
11651165 * a new origin.
@@ -1231,8 +1231,8 @@ export interface OriginCreateParams {
12311231 | OriginCreateParams . CloudinaryBackup
12321232 | OriginCreateParams . WebFolder
12331233 | OriginCreateParams . WebProxy
1234- | OriginCreateParams . GoogleCloudStorageGcs
1235- | OriginCreateParams . AzureBlobStorage
1234+ | OriginCreateParams . Gcs
1235+ | OriginCreateParams . AzureBlob
12361236 | OriginCreateParams . AkeneoPim ;
12371237}
12381238
@@ -1412,7 +1412,7 @@ export namespace OriginCreateParams {
14121412 includeCanonicalHeader ?: boolean ;
14131413 }
14141414
1415- export interface GoogleCloudStorageGcs {
1415+ export interface Gcs {
14161416 bucket : string ;
14171417
14181418 clientEmail : string ;
@@ -1439,7 +1439,7 @@ export namespace OriginCreateParams {
14391439 prefix ?: string ;
14401440 }
14411441
1442- export interface AzureBlobStorage {
1442+ export interface AzureBlob {
14431443 accountName : string ;
14441444
14451445 container : string ;
@@ -1521,8 +1521,8 @@ export interface OriginUpdateParams {
15211521 | OriginUpdateParams . CloudinaryBackup
15221522 | OriginUpdateParams . WebFolder
15231523 | OriginUpdateParams . WebProxy
1524- | OriginUpdateParams . GoogleCloudStorageGcs
1525- | OriginUpdateParams . AzureBlobStorage
1524+ | OriginUpdateParams . Gcs
1525+ | OriginUpdateParams . AzureBlob
15261526 | OriginUpdateParams . AkeneoPim ;
15271527}
15281528
@@ -1702,7 +1702,7 @@ export namespace OriginUpdateParams {
17021702 includeCanonicalHeader ?: boolean ;
17031703 }
17041704
1705- export interface GoogleCloudStorageGcs {
1705+ export interface Gcs {
17061706 bucket : string ;
17071707
17081708 clientEmail : string ;
@@ -1729,7 +1729,7 @@ export namespace OriginUpdateParams {
17291729 prefix ?: string ;
17301730 }
17311731
1732- export interface AzureBlobStorage {
1732+ export interface AzureBlob {
17331733 accountName : string ;
17341734
17351735 container : string ;
0 commit comments