@wix/auto_sdk_media_files 1.0.91 → 1.0.93

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.
@@ -716,7 +716,7 @@ interface BulkAnnotateImagesRequest {
716
716
  /** Should the response return the item following the operation */
717
717
  returnEntity?: boolean;
718
718
  /** Client-provided context to guide AI-based annotations */
719
- context?: AnnotationContext;
719
+ annotationContext?: AnnotationContext;
720
720
  }
721
721
  declare enum ImageAnnotationType {
722
722
  UNKNOWN_IMAGE_ANNOTATION_TYPE = "UNKNOWN_IMAGE_ANNOTATION_TYPE",
@@ -1040,7 +1040,7 @@ interface ImageAnnotationConfigurations {
1040
1040
  */
1041
1041
  annotationTypes?: ImageAnnotationTypeWithLiterals[];
1042
1042
  /** Client-provided context to guide AI-based annotations */
1043
- context?: AnnotationContext;
1043
+ annotationContext?: AnnotationContext;
1044
1044
  }
1045
1045
  interface GenerateFileUploadUrlResponse {
1046
1046
  /**
@@ -2020,6 +2020,10 @@ interface FileDescriptorFileFailedEnvelope {
2020
2020
  * @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
2021
2021
  * @permissionScope Set Up Automations
2022
2022
  * @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
2023
+ * @permissionScope Manage google ads campaigns
2024
+ * @permissionScopeId SCOPE.PROMOTE.MANAGE-GOOGLE-ADS
2025
+ * @permissionScope View google ads campaigns
2026
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-GOOGLE-ADS
2023
2027
  * @permissionId MEDIA.SITE_MEDIA_FILES_READ
2024
2028
  * @webhook
2025
2029
  * @eventType wix.media.site_media.v1.file_descriptor_file_failed
@@ -2064,6 +2068,10 @@ interface FileDescriptorFileReadyEnvelope {
2064
2068
  * @permissionScopeId SCOPE.MEDIA.VIEW-SITE-ANALYTICS
2065
2069
  * @permissionScope Set Up Automations
2066
2070
  * @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
2071
+ * @permissionScope Manage google ads campaigns
2072
+ * @permissionScopeId SCOPE.PROMOTE.MANAGE-GOOGLE-ADS
2073
+ * @permissionScope View google ads campaigns
2074
+ * @permissionScopeId SCOPE.PROMOTE.VIEW-GOOGLE-ADS
2067
2075
  * @permissionId MEDIA.SITE_MEDIA_FILES_READ
2068
2076
  * @webhook
2069
2077
  * @eventType wix.media.site_media.v1.file_descriptor_file_ready