@wix/auto_sdk_online-programs_sections 1.0.17 → 1.0.18

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 (40) hide show
  1. package/build/cjs/index.js.map +1 -1
  2. package/build/cjs/index.typings.d.ts +2 -2
  3. package/build/cjs/index.typings.js.map +1 -1
  4. package/build/cjs/meta.d.ts +1 -1
  5. package/build/cjs/meta.js.map +1 -1
  6. package/build/es/index.mjs.map +1 -1
  7. package/build/es/index.typings.d.mts +2 -2
  8. package/build/es/index.typings.mjs.map +1 -1
  9. package/build/es/meta.d.mts +1 -1
  10. package/build/es/meta.mjs.map +1 -1
  11. package/build/internal/cjs/index.typings.d.ts +2 -2
  12. package/build/internal/cjs/meta.d.ts +1 -1
  13. package/build/internal/es/index.typings.d.mts +2 -2
  14. package/build/internal/es/meta.d.mts +1 -1
  15. package/package.json +4 -11
  16. package/build/cjs/schemas.d.ts +0 -509
  17. package/build/cjs/schemas.js +0 -810
  18. package/build/cjs/schemas.js.map +0 -1
  19. package/build/es/schemas.d.mts +0 -509
  20. package/build/es/schemas.mjs +0 -754
  21. package/build/es/schemas.mjs.map +0 -1
  22. package/build/internal/cjs/index.js +0 -1444
  23. package/build/internal/cjs/index.js.map +0 -1
  24. package/build/internal/cjs/index.typings.js +0 -1335
  25. package/build/internal/cjs/index.typings.js.map +0 -1
  26. package/build/internal/cjs/meta.js +0 -1026
  27. package/build/internal/cjs/meta.js.map +0 -1
  28. package/build/internal/cjs/schemas.d.ts +0 -509
  29. package/build/internal/cjs/schemas.js +0 -810
  30. package/build/internal/cjs/schemas.js.map +0 -1
  31. package/build/internal/es/index.mjs +0 -1402
  32. package/build/internal/es/index.mjs.map +0 -1
  33. package/build/internal/es/index.typings.mjs +0 -1292
  34. package/build/internal/es/index.typings.mjs.map +0 -1
  35. package/build/internal/es/meta.mjs +0 -982
  36. package/build/internal/es/meta.mjs.map +0 -1
  37. package/build/internal/es/schemas.d.mts +0 -509
  38. package/build/internal/es/schemas.mjs +0 -754
  39. package/build/internal/es/schemas.mjs.map +0 -1
  40. package/schemas/package.json +0 -3
@@ -49,7 +49,7 @@ interface Section {
49
49
  * @readonly
50
50
  */
51
51
  totalSteps?: number | null;
52
- /** Whether participants can access the section as trial content before purchasing the parent program. */
52
+ /** Whether participants can access the section as trial content before purchasing the parent program. Default: `false`. */
53
53
  trialSection?: boolean;
54
54
  /** Position rank used to order sections within a program. To reorder sections, call Move Section. */
55
55
  ordering?: number;
@@ -1000,7 +1000,7 @@ interface UpdateSectionOptions {
1000
1000
  * @readonly
1001
1001
  */
1002
1002
  totalSteps?: number | null;
1003
- /** Whether participants can access the section as trial content before purchasing the parent program. */
1003
+ /** Whether participants can access the section as trial content before purchasing the parent program. Default: `false`. */
1004
1004
  trialSection?: boolean;
1005
1005
  /** Position rank used to order sections within a program. To reorder sections, call Move Section. */
1006
1006
  ordering?: number;