@medplum/definitions 0.9.23 → 0.9.26
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.
|
@@ -61093,18 +61093,25 @@
|
|
|
61093
61093
|
"$ref": "#/definitions/Reference"
|
|
61094
61094
|
},
|
|
61095
61095
|
"googleClientId": {
|
|
61096
|
-
"description": "
|
|
61096
|
+
"description": "DEPRECATED",
|
|
61097
61097
|
"items": {
|
|
61098
61098
|
"$ref": "#/definitions/string"
|
|
61099
61099
|
},
|
|
61100
61100
|
"type": "array"
|
|
61101
61101
|
},
|
|
61102
61102
|
"recaptchaSiteKey": {
|
|
61103
|
-
"description": "
|
|
61103
|
+
"description": "DEPRECATED",
|
|
61104
61104
|
"items": {
|
|
61105
61105
|
"$ref": "#/definitions/string"
|
|
61106
61106
|
},
|
|
61107
61107
|
"type": "array"
|
|
61108
|
+
},
|
|
61109
|
+
"site": {
|
|
61110
|
+
"description": "Web application or web site that is associated with the project.",
|
|
61111
|
+
"items": {
|
|
61112
|
+
"$ref": "#/definitions/Project_Site"
|
|
61113
|
+
},
|
|
61114
|
+
"type": "array"
|
|
61108
61115
|
}
|
|
61109
61116
|
},
|
|
61110
61117
|
"required": [
|
|
@@ -61112,6 +61119,49 @@
|
|
|
61112
61119
|
"owner"
|
|
61113
61120
|
]
|
|
61114
61121
|
},
|
|
61122
|
+
"Project_Site": {
|
|
61123
|
+
"description": "Web application or web site that is associated with the project.",
|
|
61124
|
+
"properties": {
|
|
61125
|
+
"resourceType": {
|
|
61126
|
+
"description": "This is a Project resource",
|
|
61127
|
+
"const": "Project"
|
|
61128
|
+
},
|
|
61129
|
+
"id": {
|
|
61130
|
+
"description": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
|
|
61131
|
+
"$ref": "#/definitions/string"
|
|
61132
|
+
},
|
|
61133
|
+
"name": {
|
|
61134
|
+
"description": "A name associated with the Project.",
|
|
61135
|
+
"$ref": "#/definitions/string"
|
|
61136
|
+
},
|
|
61137
|
+
"domain": {
|
|
61138
|
+
"description": "A name associated with the Project.",
|
|
61139
|
+
"items": {
|
|
61140
|
+
"$ref": "#/definitions/string"
|
|
61141
|
+
},
|
|
61142
|
+
"type": "array"
|
|
61143
|
+
},
|
|
61144
|
+
"googleClientId": {
|
|
61145
|
+
"description": "A name associated with the Project.",
|
|
61146
|
+
"$ref": "#/definitions/string"
|
|
61147
|
+
},
|
|
61148
|
+
"googleClientSecret": {
|
|
61149
|
+
"description": "A name associated with the Project.",
|
|
61150
|
+
"$ref": "#/definitions/string"
|
|
61151
|
+
},
|
|
61152
|
+
"recaptchaSiteKey": {
|
|
61153
|
+
"description": "A name associated with the Project.",
|
|
61154
|
+
"$ref": "#/definitions/string"
|
|
61155
|
+
},
|
|
61156
|
+
"recaptchaSecretKey": {
|
|
61157
|
+
"description": "A name associated with the Project.",
|
|
61158
|
+
"$ref": "#/definitions/string"
|
|
61159
|
+
}
|
|
61160
|
+
},
|
|
61161
|
+
"required": [
|
|
61162
|
+
"name"
|
|
61163
|
+
]
|
|
61164
|
+
},
|
|
61115
61165
|
"ProjectMembership": {
|
|
61116
61166
|
"description": "Medplum project membership. A project membership grants a user access to a project.",
|
|
61117
61167
|
"properties": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
{
|
|
110
110
|
"id" : "Project.googleClientId",
|
|
111
111
|
"path" : "Project.googleClientId",
|
|
112
|
-
"definition" : "
|
|
112
|
+
"definition" : "DEPRECATED",
|
|
113
113
|
"min" : 0,
|
|
114
114
|
"max" : "*",
|
|
115
115
|
"type" : [{
|
|
@@ -119,12 +119,82 @@
|
|
|
119
119
|
{
|
|
120
120
|
"id" : "Project.recaptchaSiteKey",
|
|
121
121
|
"path" : "Project.recaptchaSiteKey",
|
|
122
|
-
"definition" : "
|
|
122
|
+
"definition" : "DEPRECATED",
|
|
123
123
|
"min" : 0,
|
|
124
124
|
"max" : "*",
|
|
125
125
|
"type" : [{
|
|
126
126
|
"code" : "string"
|
|
127
127
|
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id" : "Project.site",
|
|
131
|
+
"path" : "Project.site",
|
|
132
|
+
"definition" : "Web application or web site that is associated with the project.",
|
|
133
|
+
"min" : 0,
|
|
134
|
+
"max" : "*",
|
|
135
|
+
"type" : [{
|
|
136
|
+
"code" : "BackboneElement"
|
|
137
|
+
}]
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"id" : "Project.site.name",
|
|
141
|
+
"path" : "Project.site.name",
|
|
142
|
+
"definition" : "Friendly name that will make it easy for you to identify the site in the future.",
|
|
143
|
+
"min" : 1,
|
|
144
|
+
"max" : "1",
|
|
145
|
+
"type" : [{
|
|
146
|
+
"code" : "string"
|
|
147
|
+
}]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"id" : "Project.site.domain",
|
|
151
|
+
"path" : "Project.site.domain",
|
|
152
|
+
"definition" : "The list of domain names associated with the site. User authentication will be restricted to the domains you enter here, plus any subdomains. In other words, a registration for example.com also registers subdomain.example.com. A valid domain requires a host and must not include any path, port, query or fragment.",
|
|
153
|
+
"min" : 1,
|
|
154
|
+
"max" : "*",
|
|
155
|
+
"type" : [{
|
|
156
|
+
"code" : "string"
|
|
157
|
+
}]
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"id" : "Project.site.googleClientId",
|
|
161
|
+
"path" : "Project.site.googleClientId",
|
|
162
|
+
"definition" : "The publicly visible Google Client ID for the site. This is used to authenticate users with Google. This value is available in the Google Developer Console.",
|
|
163
|
+
"min" : 0,
|
|
164
|
+
"max" : "1",
|
|
165
|
+
"type" : [{
|
|
166
|
+
"code" : "string"
|
|
167
|
+
}]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"id" : "Project.site.googleClientSecret",
|
|
171
|
+
"path" : "Project.site.googleClientSecret",
|
|
172
|
+
"definition" : "The private Google Client Secret for the site. This value is available in the Google Developer Console.",
|
|
173
|
+
"min" : 0,
|
|
174
|
+
"max" : "1",
|
|
175
|
+
"type" : [{
|
|
176
|
+
"code" : "string"
|
|
177
|
+
}]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"id" : "Project.site.recaptchaSiteKey",
|
|
181
|
+
"path" : "Project.site.recaptchaSiteKey",
|
|
182
|
+
"definition" : "The publicly visible reCAPTCHA site key. This value is generated when you create a new reCAPTCHA site in the reCAPTCHA admin console. Use this site key in the HTML code your site serves to users.",
|
|
183
|
+
"min" : 0,
|
|
184
|
+
"max" : "1",
|
|
185
|
+
"type" : [{
|
|
186
|
+
"code" : "string"
|
|
187
|
+
}]
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id" : "Project.site.recaptchaSecretKey",
|
|
191
|
+
"path" : "Project.site.recaptchaSecretKey",
|
|
192
|
+
"definition" : "The private reCAPTCHA secret key. This value is generated when you create a new reCAPTCHA site in the reCAPTCHA admin console. Use this secret key for communication between your site and reCAPTCHA.",
|
|
193
|
+
"min" : 0,
|
|
194
|
+
"max" : "1",
|
|
195
|
+
"type" : [{
|
|
196
|
+
"code" : "string"
|
|
197
|
+
}]
|
|
128
198
|
}
|
|
129
199
|
]
|
|
130
200
|
}
|
|
@@ -65526,8 +65526,8 @@
|
|
|
65526
65526
|
"code" : "google-client-id",
|
|
65527
65527
|
"base" : ["Project"],
|
|
65528
65528
|
"type" : "token",
|
|
65529
|
-
"expression" : "Project.googleClientId",
|
|
65530
|
-
"xpath" : "f:Project/f:googleClientId",
|
|
65529
|
+
"expression" : "Project.site.googleClientId",
|
|
65530
|
+
"xpath" : "f:Project/f:site/f:googleClientId",
|
|
65531
65531
|
"xpathUsage" : "normal"
|
|
65532
65532
|
}
|
|
65533
65533
|
},
|
|
@@ -65543,8 +65543,8 @@
|
|
|
65543
65543
|
"code" : "recaptcha-site-key",
|
|
65544
65544
|
"base" : ["Project"],
|
|
65545
65545
|
"type" : "token",
|
|
65546
|
-
"expression" : "Project.recaptchaSiteKey",
|
|
65547
|
-
"xpath" : "f:Project/f:recaptchaSiteKey",
|
|
65546
|
+
"expression" : "Project.site.recaptchaSiteKey",
|
|
65547
|
+
"xpath" : "f:Project/f:site/f:recaptchaSiteKey",
|
|
65548
65548
|
"xpathUsage" : "normal"
|
|
65549
65549
|
}
|
|
65550
65550
|
},
|