@getyetty-sdk/pennylane 2026.5.22 → 2026.5.23

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/index.d.mts CHANGED
@@ -10016,7 +10016,7 @@ type PutLedgerEntryLinesCategoriesData = {
10016
10016
  body: Array<{
10017
10017
  id: number;
10018
10018
  /**
10019
- * A number between `0` and `1`, including `1`. It must have a maximum of 4 decimals. `0.85` means 85%.
10019
+ * A number between `0` and `1`, including `1`. It must have a maximum of 7 decimals. `0.85` means 85%.
10020
10020
  */
10021
10021
  weight: string;
10022
10022
  }> | {
@@ -16822,7 +16822,7 @@ type PutCustomerCategoriesData = {
16822
16822
  body: Array<{
16823
16823
  id: number;
16824
16824
  /**
16825
- * A number between `0` and `1`, including `1`. It must have a maximum of 4 decimals. `0.85` means 85%.
16825
+ * A number between `0` and `1`, including `1`. It must have a maximum of 7 decimals. `0.85` means 85%.
16826
16826
  */
16827
16827
  weight: string;
16828
16828
  }>;
@@ -17730,7 +17730,7 @@ type PutSupplierCategoriesData = {
17730
17730
  body: Array<{
17731
17731
  id: number;
17732
17732
  /**
17733
- * A number between `0` and `1`, including `1`. It must have a maximum of 4 decimals. `0.85` means 85%.
17733
+ * A number between `0` and `1`, including `1`. It must have a maximum of 7 decimals. `0.85` means 85%.
17734
17734
  */
17735
17735
  weight: string;
17736
17736
  }>;
@@ -20044,7 +20044,7 @@ type PutCustomerInvoiceCategoriesData = {
20044
20044
  body: Array<{
20045
20045
  id: number;
20046
20046
  /**
20047
- * A number between `0` and `1`, including `1`. It must have a maximum of 4 decimals. `0.85` means 85%.
20047
+ * A number between `0` and `1`, including `1`. It must have a maximum of 7 decimals. `0.85` means 85%.
20048
20048
  */
20049
20049
  weight: string;
20050
20050
  }>;
@@ -22394,7 +22394,7 @@ type PutSupplierInvoiceCategoriesData = {
22394
22394
  body: Array<{
22395
22395
  id: number;
22396
22396
  /**
22397
- * A number between `0` and `1`, including `1`. It must have a maximum of 4 decimals. `0.85` means 85%.
22397
+ * A number between `0` and `1`, including `1`. It must have a maximum of 7 decimals. `0.85` means 85%.
22398
22398
  */
22399
22399
  weight: string;
22400
22400
  }>;
@@ -27153,7 +27153,7 @@ type PutTransactionCategoriesData = {
27153
27153
  body: Array<{
27154
27154
  id: number;
27155
27155
  /**
27156
- * A number between `0` and `1`, including `1`. It must have a maximum of 4 decimals. `0.85` means 85%.
27156
+ * A number between `0` and `1`, including `1`. It must have a maximum of 7 decimals. `0.85` means 85%.
27157
27157
  */
27158
27158
  weight: string;
27159
27159
  }>;