@wix/auto_sdk_get-paid_billable-items 1.0.5 → 1.0.7

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.
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -1171,7 +1171,7 @@ export interface UpdateBillableItem {
1171
1171
  /**
1172
1172
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
1173
1173
  * @minLength 1
1174
- * @maxLength 100
1174
+ * @maxLength 200
1175
1175
  */
1176
1176
  name?: string;
1177
1177
  /**
@@ -1184,7 +1184,7 @@ export interface UpdateBillableItem {
1184
1184
  * Price of the billable item in decimal format with up to 4 decimal places.
1185
1185
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
1186
1186
  * @format DECIMAL_VALUE
1187
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
1187
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
1188
1188
  */
1189
1189
  price?: string;
1190
1190
  /**
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -1171,7 +1171,7 @@ export interface UpdateBillableItem {
1171
1171
  /**
1172
1172
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
1173
1173
  * @minLength 1
1174
- * @maxLength 100
1174
+ * @maxLength 200
1175
1175
  */
1176
1176
  name?: string;
1177
1177
  /**
@@ -1184,7 +1184,7 @@ export interface UpdateBillableItem {
1184
1184
  * Price of the billable item in decimal format with up to 4 decimal places.
1185
1185
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
1186
1186
  * @format DECIMAL_VALUE
1187
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
1187
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
1188
1188
  */
1189
1189
  price?: string;
1190
1190
  /**
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -1217,7 +1217,7 @@ export interface UpdateBillableItem {
1217
1217
  /**
1218
1218
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
1219
1219
  * @minLength 1
1220
- * @maxLength 100
1220
+ * @maxLength 200
1221
1221
  */
1222
1222
  name?: string;
1223
1223
  /**
@@ -1230,7 +1230,7 @@ export interface UpdateBillableItem {
1230
1230
  * Price of the billable item in decimal format with up to 4 decimal places.
1231
1231
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
1232
1232
  * @format DECIMAL_VALUE
1233
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
1233
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
1234
1234
  */
1235
1235
  price?: string;
1236
1236
  /**
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -32,7 +32,7 @@ export interface BillableItem {
32
32
  /**
33
33
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
34
34
  * @minLength 1
35
- * @maxLength 100
35
+ * @maxLength 200
36
36
  */
37
37
  name?: string;
38
38
  /**
@@ -45,7 +45,7 @@ export interface BillableItem {
45
45
  * Price of the billable item in decimal format with up to 4 decimal places.
46
46
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
47
47
  * @format DECIMAL_VALUE
48
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
48
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
49
49
  */
50
50
  price?: string;
51
51
  /**
@@ -1217,7 +1217,7 @@ export interface UpdateBillableItem {
1217
1217
  /**
1218
1218
  * The name or title of the billable item. Used to identify the item on an invoice and display to customers.
1219
1219
  * @minLength 1
1220
- * @maxLength 100
1220
+ * @maxLength 200
1221
1221
  */
1222
1222
  name?: string;
1223
1223
  /**
@@ -1230,7 +1230,7 @@ export interface UpdateBillableItem {
1230
1230
  * Price of the billable item in decimal format with up to 4 decimal places.
1231
1231
  * Represents the base cost before taxes are applied. This is a required field when creating a new billable item.
1232
1232
  * @format DECIMAL_VALUE
1233
- * @decimalValue options { lte:1000000000000000, maxScale:4 }
1233
+ * @decimalValue options { gte:-1000000000000000, lte:1000000000000000, maxScale:4 }
1234
1234
  */
1235
1235
  price?: string;
1236
1236
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_get-paid_billable-items",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -28,8 +28,8 @@
28
28
  "service-plugins"
29
29
  ],
30
30
  "dependencies": {
31
- "@wix/sdk-runtime": "^0.3.35",
32
- "@wix/sdk-types": "^1.12.4"
31
+ "@wix/sdk-runtime": "^0.3.42",
32
+ "@wix/sdk-types": "^1.13.9"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.3.2"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.billable_items.v1.billable_item"
49
49
  }
50
50
  },
51
- "falconPackageHash": "52749646869b05e76307aa36b584b78ffad5eb03ea4511d76a11ee9e"
51
+ "falconPackageHash": "5f9840cae09c59bfae7b6352e52d34878c3921511a9a6b2c9258988e"
52
52
  }