@wix/auto_sdk_online-programs_sections 1.0.17 → 1.0.19
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.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -28
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -27
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -28
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -27
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -2
- package/build/internal/cjs/meta.d.ts +6 -1
- package/build/internal/es/index.typings.d.mts +7 -2
- package/build/internal/es/meta.d.mts +6 -1
- package/package.json +4 -11
- package/build/cjs/schemas.d.ts +0 -509
- package/build/cjs/schemas.js +0 -810
- package/build/cjs/schemas.js.map +0 -1
- package/build/es/schemas.d.mts +0 -509
- package/build/es/schemas.mjs +0 -754
- package/build/es/schemas.mjs.map +0 -1
- package/build/internal/cjs/index.js +0 -1444
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/index.typings.js +0 -1335
- package/build/internal/cjs/index.typings.js.map +0 -1
- package/build/internal/cjs/meta.js +0 -1026
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/schemas.d.ts +0 -509
- package/build/internal/cjs/schemas.js +0 -810
- package/build/internal/cjs/schemas.js.map +0 -1
- package/build/internal/es/index.mjs +0 -1402
- package/build/internal/es/index.mjs.map +0 -1
- package/build/internal/es/index.typings.mjs +0 -1292
- package/build/internal/es/index.typings.mjs.map +0 -1
- package/build/internal/es/meta.mjs +0 -982
- package/build/internal/es/meta.mjs.map +0 -1
- package/build/internal/es/schemas.d.mts +0 -509
- package/build/internal/es/schemas.mjs +0 -754
- package/build/internal/es/schemas.mjs.map +0 -1
- 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;
|
|
@@ -63,11 +63,13 @@ interface Section {
|
|
|
63
63
|
}
|
|
64
64
|
interface Description extends DescriptionMediaOneOf {
|
|
65
65
|
/**
|
|
66
|
+
* @internal
|
|
66
67
|
* @deprecated
|
|
67
68
|
* @targetRemovalDate 2025-05-10
|
|
68
69
|
*/
|
|
69
70
|
image?: Image;
|
|
70
71
|
/**
|
|
72
|
+
* @internal
|
|
71
73
|
* @deprecated
|
|
72
74
|
* @targetRemovalDate 2025-05-10
|
|
73
75
|
*/
|
|
@@ -75,6 +77,7 @@ interface Description extends DescriptionMediaOneOf {
|
|
|
75
77
|
/** @maxLength 500 */
|
|
76
78
|
title?: string;
|
|
77
79
|
/**
|
|
80
|
+
* @internal
|
|
78
81
|
* @maxLength 10000000
|
|
79
82
|
* @deprecated
|
|
80
83
|
* @targetRemovalDate 2026-06-25
|
|
@@ -84,11 +87,13 @@ interface Description extends DescriptionMediaOneOf {
|
|
|
84
87
|
/** @oneof */
|
|
85
88
|
interface DescriptionMediaOneOf {
|
|
86
89
|
/**
|
|
90
|
+
* @internal
|
|
87
91
|
* @deprecated
|
|
88
92
|
* @targetRemovalDate 2025-05-10
|
|
89
93
|
*/
|
|
90
94
|
image?: Image;
|
|
91
95
|
/**
|
|
96
|
+
* @internal
|
|
92
97
|
* @deprecated
|
|
93
98
|
* @targetRemovalDate 2025-05-10
|
|
94
99
|
*/
|
|
@@ -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;
|
|
@@ -63,11 +63,13 @@ interface Section {
|
|
|
63
63
|
}
|
|
64
64
|
interface Description extends DescriptionMediaOneOf {
|
|
65
65
|
/**
|
|
66
|
+
* @internal
|
|
66
67
|
* @deprecated
|
|
67
68
|
* @targetRemovalDate 2025-05-10
|
|
68
69
|
*/
|
|
69
70
|
image?: string;
|
|
70
71
|
/**
|
|
72
|
+
* @internal
|
|
71
73
|
* @deprecated
|
|
72
74
|
* @targetRemovalDate 2025-05-10
|
|
73
75
|
*/
|
|
@@ -75,6 +77,7 @@ interface Description extends DescriptionMediaOneOf {
|
|
|
75
77
|
/** @maxLength 500 */
|
|
76
78
|
title?: string;
|
|
77
79
|
/**
|
|
80
|
+
* @internal
|
|
78
81
|
* @maxLength 10000000
|
|
79
82
|
* @deprecated
|
|
80
83
|
* @targetRemovalDate 2026-06-25
|
|
@@ -84,11 +87,13 @@ interface Description extends DescriptionMediaOneOf {
|
|
|
84
87
|
/** @oneof */
|
|
85
88
|
interface DescriptionMediaOneOf {
|
|
86
89
|
/**
|
|
90
|
+
* @internal
|
|
87
91
|
* @deprecated
|
|
88
92
|
* @targetRemovalDate 2025-05-10
|
|
89
93
|
*/
|
|
90
94
|
image?: string;
|
|
91
95
|
/**
|
|
96
|
+
* @internal
|
|
92
97
|
* @deprecated
|
|
93
98
|
* @targetRemovalDate 2025-05-10
|
|
94
99
|
*/
|
|
@@ -1093,7 +1098,7 @@ interface UpdateSectionOptions {
|
|
|
1093
1098
|
* @readonly
|
|
1094
1099
|
*/
|
|
1095
1100
|
totalSteps?: number | null;
|
|
1096
|
-
/** Whether participants can access the section as trial content before purchasing the parent program. */
|
|
1101
|
+
/** Whether participants can access the section as trial content before purchasing the parent program. Default: `false`. */
|
|
1097
1102
|
trialSection?: boolean;
|
|
1098
1103
|
/** Position rank used to order sections within a program. To reorder sections, call Move Section. */
|
|
1099
1104
|
ordering?: number;
|
|
@@ -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;
|
|
@@ -63,11 +63,13 @@ interface Section {
|
|
|
63
63
|
}
|
|
64
64
|
interface Description extends DescriptionMediaOneOf {
|
|
65
65
|
/**
|
|
66
|
+
* @internal
|
|
66
67
|
* @deprecated
|
|
67
68
|
* @targetRemovalDate 2025-05-10
|
|
68
69
|
*/
|
|
69
70
|
image?: Image;
|
|
70
71
|
/**
|
|
72
|
+
* @internal
|
|
71
73
|
* @deprecated
|
|
72
74
|
* @targetRemovalDate 2025-05-10
|
|
73
75
|
*/
|
|
@@ -75,6 +77,7 @@ interface Description extends DescriptionMediaOneOf {
|
|
|
75
77
|
/** @maxLength 500 */
|
|
76
78
|
title?: string;
|
|
77
79
|
/**
|
|
80
|
+
* @internal
|
|
78
81
|
* @maxLength 10000000
|
|
79
82
|
* @deprecated
|
|
80
83
|
* @targetRemovalDate 2026-06-25
|
|
@@ -84,11 +87,13 @@ interface Description extends DescriptionMediaOneOf {
|
|
|
84
87
|
/** @oneof */
|
|
85
88
|
interface DescriptionMediaOneOf {
|
|
86
89
|
/**
|
|
90
|
+
* @internal
|
|
87
91
|
* @deprecated
|
|
88
92
|
* @targetRemovalDate 2025-05-10
|
|
89
93
|
*/
|
|
90
94
|
image?: Image;
|
|
91
95
|
/**
|
|
96
|
+
* @internal
|
|
92
97
|
* @deprecated
|
|
93
98
|
* @targetRemovalDate 2025-05-10
|
|
94
99
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_online-programs_sections",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -21,23 +21,16 @@
|
|
|
21
21
|
"import": "./build/es/meta.mjs",
|
|
22
22
|
"require": "./build/cjs/meta.js",
|
|
23
23
|
"types": "./build/es/meta.d.mts"
|
|
24
|
-
},
|
|
25
|
-
"./schemas": {
|
|
26
|
-
"import": "./build/es/schemas.mjs",
|
|
27
|
-
"require": "./build/cjs/schemas.js",
|
|
28
|
-
"types": "./build/es/schemas.d.mts"
|
|
29
24
|
}
|
|
30
25
|
},
|
|
31
26
|
"files": [
|
|
32
27
|
"build",
|
|
33
28
|
"meta",
|
|
34
|
-
"service-plugins"
|
|
35
|
-
"schemas"
|
|
29
|
+
"service-plugins"
|
|
36
30
|
],
|
|
37
31
|
"dependencies": {
|
|
38
32
|
"@wix/sdk-runtime": "^1.0.24",
|
|
39
|
-
"@wix/sdk-types": "^1.17.11"
|
|
40
|
-
"zod": "^4.3.6"
|
|
33
|
+
"@wix/sdk-types": "^1.17.11"
|
|
41
34
|
},
|
|
42
35
|
"devDependencies": {
|
|
43
36
|
"tsup": "^8.4.0",
|
|
@@ -57,5 +50,5 @@
|
|
|
57
50
|
"fqdn": "wix.online_programs.v3.section"
|
|
58
51
|
}
|
|
59
52
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "b6b2752a000ff7acd2de89cb27ebb40df26582c122d92a03e0162c7c"
|
|
61
54
|
}
|