@medplum/definitions 2.0.5 → 2.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.
@@ -281,46 +281,6 @@
281
281
  "type" : [{
282
282
  "code" : "string"
283
283
  }]
284
- },
285
- {
286
- "id" : "Project.ipAccessRule",
287
- "path" : "Project.ipAccessRule",
288
- "definition" : "Use IP Access Rules to allowlist, block, and challenge traffic based on the visitor IP address.",
289
- "min" : 0,
290
- "max" : "*",
291
- "type" : [{
292
- "code" : "BackboneElement"
293
- }]
294
- },
295
- {
296
- "id" : "Project.ipAccessRule.name",
297
- "path" : "Project.ipAccessRule.name",
298
- "definition" : "Friendly name that will make it easy for you to identify the IP Access Rule in the future.",
299
- "min" : 0,
300
- "max" : "1",
301
- "type" : [{
302
- "code" : "string"
303
- }]
304
- },
305
- {
306
- "id" : "Project.ipAccessRule.value",
307
- "path" : "Project.ipAccessRule.value",
308
- "definition" : "An IP Access rule will apply a certain action to incoming traffic based on the visitor IP address or IP range.",
309
- "min" : 1,
310
- "max" : "1",
311
- "type" : [{
312
- "code" : "string"
313
- }]
314
- },
315
- {
316
- "id" : "Project.ipAccessRule.action",
317
- "path" : "Project.ipAccessRule.action",
318
- "definition" : "Access rule can perform one of the following actions: \"allow\" | \"block\".",
319
- "min" : 1,
320
- "max" : "1",
321
- "type" : [{
322
- "code" : "string"
323
- }]
324
284
  }
325
285
  ]
326
286
  }
@@ -1973,6 +1933,46 @@
1973
1933
  "type" : [{
1974
1934
  "code" : "string"
1975
1935
  }]
1936
+ },
1937
+ {
1938
+ "id" : "AccessPolicy.ipAccessRule",
1939
+ "path" : "AccessPolicy.ipAccessRule",
1940
+ "definition" : "Use IP Access Rules to allowlist, block, and challenge traffic based on the visitor IP address.",
1941
+ "min" : 0,
1942
+ "max" : "*",
1943
+ "type" : [{
1944
+ "code" : "BackboneElement"
1945
+ }]
1946
+ },
1947
+ {
1948
+ "id" : "AccessPolicy.ipAccessRule.name",
1949
+ "path" : "AccessPolicy.ipAccessRule.name",
1950
+ "definition" : "Friendly name that will make it easy for you to identify the IP Access Rule in the future.",
1951
+ "min" : 0,
1952
+ "max" : "1",
1953
+ "type" : [{
1954
+ "code" : "string"
1955
+ }]
1956
+ },
1957
+ {
1958
+ "id" : "AccessPolicy.ipAccessRule.value",
1959
+ "path" : "AccessPolicy.ipAccessRule.value",
1960
+ "definition" : "An IP Access rule will apply a certain action to incoming traffic based on the visitor IP address or IP range.",
1961
+ "min" : 1,
1962
+ "max" : "1",
1963
+ "type" : [{
1964
+ "code" : "string"
1965
+ }]
1966
+ },
1967
+ {
1968
+ "id" : "AccessPolicy.ipAccessRule.action",
1969
+ "path" : "AccessPolicy.ipAccessRule.action",
1970
+ "definition" : "Access rule can perform one of the following actions: \"allow\" | \"block\".",
1971
+ "min" : 1,
1972
+ "max" : "1",
1973
+ "type" : [{
1974
+ "code" : "string"
1975
+ }]
1976
1976
  }
1977
1977
  ]
1978
1978
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Medplum Data Definitions",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",