chrome-types 0.1.234 → 0.1.236

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.
Files changed (3) hide show
  1. package/_all.d.ts +7 -7
  2. package/index.d.ts +7 -7
  3. package/package.json +2 -2
package/_all.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Mon Oct 23 2023 22:34:53 GMT+0000 (Coordinated Universal Time)
18
- // Built at cfc5f2244145a606fa748c55c50bff70a79e452e
17
+ // Generated on Wed Oct 25 2023 22:33:50 GMT+0000 (Coordinated Universal Time)
18
+ // Built at c68e3278ad6081588a504583f876ccf368132ef9
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -757,7 +757,7 @@ declare namespace chrome {
757
757
  /**
758
758
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
759
759
  *
760
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
760
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
761
761
  *
762
762
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
763
763
  *
@@ -775,7 +775,7 @@ declare namespace chrome {
775
775
  /**
776
776
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
777
777
  *
778
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
778
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
779
779
  *
780
780
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
781
781
  *
@@ -790,7 +790,7 @@ declare namespace chrome {
790
790
  /**
791
791
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
792
792
  *
793
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
793
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
794
794
  *
795
795
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
796
796
  *
@@ -813,7 +813,7 @@ declare namespace chrome {
813
813
  /**
814
814
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
815
815
  *
816
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
816
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
817
817
  *
818
818
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
819
819
  *
@@ -22707,7 +22707,7 @@ declare namespace chrome {
22707
22707
  title?: string;
22708
22708
 
22709
22709
  /**
22710
- * Indicates whether to search for read (`true`) or unread (code>false) items.
22710
+ * Indicates whether to search for read (`true`) or unread (`false`) items.
22711
22711
  */
22712
22712
  hasBeenRead?: boolean;
22713
22713
  }
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Mon Oct 23 2023 22:34:44 GMT+0000 (Coordinated Universal Time)
18
- // Built at cfc5f2244145a606fa748c55c50bff70a79e452e
17
+ // Generated on Wed Oct 25 2023 22:33:41 GMT+0000 (Coordinated Universal Time)
18
+ // Built at c68e3278ad6081588a504583f876ccf368132ef9
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -815,7 +815,7 @@ declare namespace chrome {
815
815
  /**
816
816
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
817
817
  *
818
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
818
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
819
819
  *
820
820
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
821
821
  *
@@ -833,7 +833,7 @@ declare namespace chrome {
833
833
  /**
834
834
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
835
835
  *
836
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
836
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
837
837
  *
838
838
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
839
839
  *
@@ -848,7 +848,7 @@ declare namespace chrome {
848
848
  /**
849
849
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
850
850
  *
851
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
851
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
852
852
  *
853
853
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
854
854
  *
@@ -871,7 +871,7 @@ declare namespace chrome {
871
871
  /**
872
872
  * Creates an alarm. Near the time(s) specified by `alarmInfo`, the `onAlarm` event is fired. If there is another alarm with the same name (or no name if none is specified), it will be cancelled and replaced by this alarm.
873
873
  *
874
- * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 1 minute but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `1` will not be honored and will cause a warning. `when` can be set to less than 1 minute after "now" without warning but won't actually cause the alarm to fire for at least 1 minute.
874
+ * In order to reduce the load on the user's machine, Chrome limits alarms to at most once every 30 seconds but may delay them an arbitrary amount more. That is, setting `delayInMinutes` or `periodInMinutes` to less than `0.5` will not be honored and will cause a warning. `when` can be set to less than 30 seconds after "now" without warning but won't actually cause the alarm to fire for at least 30 seconds.
875
875
  *
876
876
  * To help you debug your app or extension, when you've loaded it unpacked, there's no limit to how often the alarm can fire.
877
877
  *
@@ -17471,7 +17471,7 @@ declare namespace chrome {
17471
17471
  title?: string;
17472
17472
 
17473
17473
  /**
17474
- * Indicates whether to search for read (`true`) or unread (code>false) items.
17474
+ * Indicates whether to search for read (`true`) or unread (`false`) items.
17475
17475
  */
17476
17476
  hasBeenRead?: boolean;
17477
17477
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "6a203abbb2a83430"
8
+ "build-hash": "46072be433d2dd90"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "url": "https://github.com/GoogleChrome/chrome-types/issues"
17
17
  },
18
18
  "homepage": "https://github.com/GoogleChrome/chrome-types",
19
- "version": "0.1.234"
19
+ "version": "0.1.236"
20
20
  }