@alicloud/dds20151201 5.3.0 → 5.3.1

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
@@ -7071,6 +7071,7 @@ export declare class DescribePriceResponseBodySubOrdersSubOrderDepreciateInfo ex
7071
7071
  listPrice?: number;
7072
7072
  monthPrice?: number;
7073
7073
  originalStandAmount?: number;
7074
+ startTime?: string;
7074
7075
  static names(): {
7075
7076
  [key: string]: string;
7076
7077
  };
package/dist/client.js CHANGED
@@ -10268,6 +10268,7 @@ class DescribePriceResponseBodySubOrdersSubOrderDepreciateInfo extends $tea.Mode
10268
10268
  listPrice: 'ListPrice',
10269
10269
  monthPrice: 'MonthPrice',
10270
10270
  originalStandAmount: 'OriginalStandAmount',
10271
+ startTime: 'StartTime',
10271
10272
  };
10272
10273
  }
10273
10274
  static types() {
@@ -10282,6 +10283,7 @@ class DescribePriceResponseBodySubOrdersSubOrderDepreciateInfo extends $tea.Mode
10282
10283
  listPrice: 'number',
10283
10284
  monthPrice: 'number',
10284
10285
  originalStandAmount: 'number',
10286
+ startTime: 'string',
10285
10287
  };
10286
10288
  }
10287
10289
  }