cloud-ide-model-schema 1.1.136 → 1.1.138
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,9 +32,9 @@ var fdsk_lead_config_master = new mongoose_1.Schema({
|
|
|
32
32
|
fdlcm_form_endpoint: {
|
|
33
33
|
type: String,
|
|
34
34
|
minlength: 0,
|
|
35
|
-
maxlength:
|
|
35
|
+
maxlength: 500,
|
|
36
36
|
trim: true,
|
|
37
|
-
comment: "this is like https://cloudidesys.com/leads/admissions where admissions is the endpoint, user can define its own endpoint, on the basics of that we will identify which lead config was applicable to that"
|
|
37
|
+
comment: "this is like https://cloudidesys.com/leads/admissions where admissions is the endpoint, user can define its own endpoint, on the basics of that we will identify which lead config was applicable to that. Stores the path after 'lead/' in the public URL (e.g., fdlcm_id=xxx&syen_id=yyy)"
|
|
38
38
|
},
|
|
39
39
|
fdlcm_default_counselor_id_user: {
|
|
40
40
|
type: mongoose_1.default.Schema.Types.ObjectId,
|
package/package.json
CHANGED