@alicloud/tdsr20200101 3.0.2 → 3.0.3

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.
package/dist/client.d.ts CHANGED
@@ -183,6 +183,7 @@ export declare class AddSceneResponse extends $tea.Model {
183
183
  export declare class AddSubSceneRequest extends $tea.Model {
184
184
  name?: string;
185
185
  sceneId?: string;
186
+ uploadType?: string;
186
187
  static names(): {
187
188
  [key: string]: string;
188
189
  };
@@ -2027,6 +2028,7 @@ export declare class RectVerticalResponseBody extends $tea.Model {
2027
2028
  message?: string;
2028
2029
  requestId?: string;
2029
2030
  success?: boolean;
2031
+ taskId?: string;
2030
2032
  static names(): {
2031
2033
  [key: string]: string;
2032
2034
  };
@@ -2709,6 +2711,7 @@ export declare class ListSubSceneResponseBodyList extends $tea.Model {
2709
2711
  resourceId?: string;
2710
2712
  resourceName?: string;
2711
2713
  status?: number;
2714
+ type?: string;
2712
2715
  url?: string;
2713
2716
  static names(): {
2714
2717
  [key: string]: string;