@alicloud/adb20211201 4.0.0 → 4.0.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
@@ -560,7 +560,7 @@ export declare class CreateApsSlsADBJobRequestUnixTimestampConvert extends $dara
560
560
  * The format of the timestamp.
561
561
  *
562
562
  * @example
563
- * APSyyyyMMdd
563
+ * yyyyMMdd
564
564
  */
565
565
  format?: string;
566
566
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/adb20211201",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -783,7 +783,7 @@ export class CreateApsSlsADBJobRequestUnixTimestampConvert extends $dara.Model {
783
783
  * The format of the timestamp.
784
784
  *
785
785
  * @example
786
- * APSyyyyMMdd
786
+ * yyyyMMdd
787
787
  */
788
788
  format?: string;
789
789
  /**