@wix/auto_sdk_packages_packages 1.0.5 → 1.0.6
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/build/cjs/index.d.ts +27 -10
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +6 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.d.mts +27 -10
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +27 -10
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.d.mts +27 -10
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +3 -2
|
@@ -1062,6 +1062,12 @@ interface ContractSwitched {
|
|
|
1062
1062
|
* + `DOWNGRADE`: The product has been downgraded.
|
|
1063
1063
|
*/
|
|
1064
1064
|
productAdjustment?: ProductAdjustmentWithLiterals;
|
|
1065
|
+
/**
|
|
1066
|
+
* Number of seats before the contract switch.
|
|
1067
|
+
* @min 1
|
|
1068
|
+
* @max 500
|
|
1069
|
+
*/
|
|
1070
|
+
previousSeats?: number | null;
|
|
1065
1071
|
}
|
|
1066
1072
|
/** Copied from SBS */
|
|
1067
1073
|
declare enum ContractSwitchType {
|