@@ -8,12 +8,10 @@ import { path } from '../../../../internal/utils/path';
88
99export class Rules extends APIResource {
1010 /**
11- * **Beta:** this endpoint currently serves employers onboarded after March 4th and
12- * historical support will be added soon Custom rules can be created to associate
13- * specific attributes to pay statement items depending on the use case. For
14- * example, pay statement items that meet certain conditions can be labeled as a
15- * pre-tax 401k. This metadata can be retrieved where pay statement item
16- * information is available.
11+ * Custom rules can be created to associate specific attributes to pay statement
12+ * items depending on the use case. For example, pay statement items that meet
13+ * certain conditions can be labeled as a pre-tax 401k. This metadata can be
14+ * retrieved where pay statement item information is available.
1715 *
1816 * @example
1917 * ```ts
@@ -34,8 +32,7 @@ export class Rules extends APIResource {
3432 }
3533
3634 /**
37- * **Beta:** this endpoint currently serves employers onboarded after March 4th and
38- * historical support will be added soon Update a rule for a pay statement item.
35+ * Update a rule for a pay statement item.
3936 *
4037 * @example
4138 * ```ts
@@ -59,8 +56,7 @@ export class Rules extends APIResource {
5956 }
6057
6158 /**
62- * **Beta:** this endpoint currently serves employers onboarded after March 4th and
63- * historical support will be added soon List all rules of a connection account.
59+ * List all rules of a connection account.
6460 *
6561 * @example
6662 * ```ts
@@ -81,8 +77,7 @@ export class Rules extends APIResource {
8177 }
8278
8379 /**
84- * **Beta:** this endpoint currently serves employers onboarded after March 4th and
85- * historical support will be added soon Delete a rule for a pay statement item.
80+ * Delete a rule for a pay statement item.
8681 *
8782 * @example
8883 * ```ts
0 commit comments