@corva/ui 3.66.2 → 3.66.3
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/cjs-bundle/effects/usePadSelectorSelectedWells.js +1 -1
- package/effects/__tests__/usePadSelectorSelectedWells.test.d.ts +2 -0
- package/effects/__tests__/usePadSelectorSelectedWells.test.d.ts.map +1 -0
- package/effects/usePadSelectorSelectedWells.d.ts +1 -1
- package/effects/usePadSelectorSelectedWells.d.ts.map +1 -1
- package/effects/usePadSelectorSelectedWells.js +1 -1
- package/mcp-server/server.mjs +58 -190
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var e=require("@babel/runtime/helpers/slicedToArray"),t=require("react"),l=require("lodash/get"),r=require("lodash/isEmpty"),n=require("lodash/sortBy"),i=require("../utils/completion.js"),u=require("../constants/completion.js");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=d(e),
|
|
1
|
+
"use strict";var e=require("@babel/runtime/helpers/slicedToArray"),t=require("react"),l=require("lodash/get"),r=require("lodash/isEmpty"),n=require("lodash/sortBy"),i=require("../utils/completion.js"),u=require("../constants/completion.js");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=d(e),o=d(l),s=d(r),f=d(n);module.exports=function(e){var l=e.padId,r=e.well,n=e.wells,d=e.fracFleet,c=e.settingsByAsset,v=function(e,t,l,r){var n=i.getAssetKey(l,t,e);return s.default(o.default(r,[n]))?i.getDefaultPadModeSetting(l,t,u.COMPLETION_APP_TYPES.fracMultiWellApp):o.default(r,[n])}(l,r,d,c);return t.useMemo((function(){var e,t;if(r)return[r];var i=(null==d||null===(e=d.pad_frac_fleets)||void 0===e?void 0:e.find((function(e){return e.pad.id.toString()===(null==l?void 0:l.toString())||e.current})))||(null===(t=f.default(null==d?void 0:d.pad_frac_fleets,"last_current_at"))||void 0===t?void 0:t[0]),u=(null==i?void 0:i.frac_fleet_lines)||[];if(!u.length)return null!=n&&n.length?n:[];var o=v.selectedLine;if("custom"===v.mode){var s,c=null!==(s=v.selectedAssets)&&void 0!==s?s:[],_=a.default(c,1)[0],p=u.find((function(e){var t=e.frac_fleet_line_wells;return(void 0===t?[]:t).find((function(e){return+e.id===_}))}));o=null==p?void 0:p.id}var g=u.find((function(e){return e.id===o}))||u[0];return(null==g?void 0:g.frac_fleet_line_wells)||[]}),[v.mode,v.selectedLine,v.selectedAssets,null==d?void 0:d.pad_frac_fleets,l,r,n])};
|
|
2
2
|
//# sourceMappingURL=usePadSelectorSelectedWells.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePadSelectorSelectedWells.test.d.ts","sourceRoot":"","sources":["../../../src/effects/__tests__/usePadSelectorSelectedWells.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"usePadSelectorSelectedWells.d.ts","sourceRoot":"","sources":["../../src/effects/usePadSelectorSelectedWells.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAkB,IAAI,EAAE,MAAM,SAAS,CAAC;AAI1D,KAAK,cAAc,GAAG;IACpB,KAAK,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"usePadSelectorSelectedWells.d.ts","sourceRoot":"","sources":["../../src/effects/usePadSelectorSelectedWells.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAkB,IAAI,EAAE,MAAM,SAAS,CAAC;AAI1D,KAAK,cAAc,GAAG;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,IAAI,EAAE,CAAC;IACf,SAAS,EAAE,SAAS,GAAG,IAAI,CAAC;IAC5B,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACtC,CAAC;AAmBF,iBAAS,2BAA2B,CAAC,EACnC,KAAK,EACL,IAAI,EACJ,KAAK,EACL,SAAS,EACT,eAAe,GAChB,EAAE,cAAc,GAAG,IAAI,EAAE,CA4CzB;AAED,eAAe,2BAA2B,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e from"@babel/runtime/helpers/slicedToArray";import{useMemo as t}from"react";import r from"lodash/get";import l from"lodash/isEmpty";import n from"lodash/sortBy";import{getAssetKey as i,getDefaultPadModeSetting as o}from"../utils/completion.js";import{COMPLETION_APP_TYPES as d}from"../constants/completion.js";function f(f){var s=f.padId,u=f.well,a=f.wells,c=f.fracFleet,m=f.settingsByAsset,
|
|
1
|
+
import e from"@babel/runtime/helpers/slicedToArray";import{useMemo as t}from"react";import r from"lodash/get";import l from"lodash/isEmpty";import n from"lodash/sortBy";import{getAssetKey as i,getDefaultPadModeSetting as o}from"../utils/completion.js";import{COMPLETION_APP_TYPES as d}from"../constants/completion.js";function f(f){var s=f.padId,u=f.well,a=f.wells,c=f.fracFleet,m=f.settingsByAsset,v=function(e,t,n,f){var s=i(n,t,e);return l(r(f,[s]))?o(n,t,d.fracMultiWellApp):r(f,[s])}(s,u,c,m);return t((function(){var t,r;if(u)return[u];var l=(null==c||null===(t=c.pad_frac_fleets)||void 0===t?void 0:t.find((function(e){return e.pad.id.toString()===(null==s?void 0:s.toString())||e.current})))||(null===(r=n(null==c?void 0:c.pad_frac_fleets,"last_current_at"))||void 0===r?void 0:r[0]),i=(null==l?void 0:l.frac_fleet_lines)||[];if(!i.length)return null!=a&&a.length?a:[];var o=v.selectedLine;if("custom"===v.mode){var d,f=null!==(d=v.selectedAssets)&&void 0!==d?d:[],m=e(f,1)[0],p=i.find((function(e){var t=e.frac_fleet_line_wells;return(void 0===t?[]:t).find((function(e){return+e.id===m}))}));o=null==p?void 0:p.id}var _=i.find((function(e){return e.id===o}))||i[0];return(null==_?void 0:_.frac_fleet_line_wells)||[]}),[v.mode,v.selectedLine,v.selectedAssets,null==c?void 0:c.pad_frac_fleets,s,u,a])}export{f as default};
|
|
2
2
|
//# sourceMappingURL=usePadSelectorSelectedWells.js.map
|
package/mcp-server/server.mjs
CHANGED
|
@@ -231,7 +231,7 @@ const validateDsn = (dsn) => {
|
|
|
231
231
|
|
|
232
232
|
const MCP_SERVER_VERSION = '1.3.0';
|
|
233
233
|
|
|
234
|
-
var version = "3.66.
|
|
234
|
+
var version = "3.66.3";
|
|
235
235
|
|
|
236
236
|
const CORVA_UI_VERSION = version;
|
|
237
237
|
|
|
@@ -19746,8 +19746,6 @@ var clientsData = [
|
|
|
19746
19746
|
"well_plan_checklists",
|
|
19747
19747
|
"well plans",
|
|
19748
19748
|
"well_plans",
|
|
19749
|
-
"well plan tabs",
|
|
19750
|
-
"well_plan_tabs",
|
|
19751
19749
|
"well planning dashboards",
|
|
19752
19750
|
"well_planning_dashboards",
|
|
19753
19751
|
"data",
|
|
@@ -23675,7 +23673,7 @@ var clientsData = [
|
|
|
23675
23673
|
"in": "query",
|
|
23676
23674
|
type: "string",
|
|
23677
23675
|
required: false,
|
|
23678
|
-
description: "Search by API number or
|
|
23676
|
+
description: "Search by one API number or multiple API numbers using api_number[] or comma-separated values; dashes are ignored"
|
|
23679
23677
|
},
|
|
23680
23678
|
{
|
|
23681
23679
|
name: "search",
|
|
@@ -23738,7 +23736,7 @@ var clientsData = [
|
|
|
23738
23736
|
"in": "query",
|
|
23739
23737
|
type: "string",
|
|
23740
23738
|
required: false,
|
|
23741
|
-
description: "Search by
|
|
23739
|
+
description: "Search by one API number or multiple API numbers using api_number[] or comma-separated values; dashes are ignored"
|
|
23742
23740
|
},
|
|
23743
23741
|
{
|
|
23744
23742
|
name: "fields",
|
|
@@ -29990,90 +29988,6 @@ var clientsData = [
|
|
|
29990
29988
|
}
|
|
29991
29989
|
}
|
|
29992
29990
|
},
|
|
29993
|
-
{
|
|
29994
|
-
path: "/v2/well_plan_tabs",
|
|
29995
|
-
method: "GET",
|
|
29996
|
-
summary: "List well plan tabs",
|
|
29997
|
-
tags: [
|
|
29998
|
-
"Well Plan Tabs"
|
|
29999
|
-
],
|
|
30000
|
-
parameters: [
|
|
30001
|
-
{
|
|
30002
|
-
name: "company_id",
|
|
30003
|
-
"in": "query",
|
|
30004
|
-
type: "integer",
|
|
30005
|
-
required: false,
|
|
30006
|
-
description: "Filter by company ID"
|
|
30007
|
-
},
|
|
30008
|
-
{
|
|
30009
|
-
name: "per_page",
|
|
30010
|
-
"in": "query",
|
|
30011
|
-
type: "integer",
|
|
30012
|
-
required: false,
|
|
30013
|
-
description: "Number of items to list per page"
|
|
30014
|
-
},
|
|
30015
|
-
{
|
|
30016
|
-
name: "page",
|
|
30017
|
-
"in": "query",
|
|
30018
|
-
type: "integer",
|
|
30019
|
-
required: false,
|
|
30020
|
-
description: "Page number"
|
|
30021
|
-
}
|
|
30022
|
-
],
|
|
30023
|
-
responses: {
|
|
30024
|
-
"200": {
|
|
30025
|
-
description: "Successful response",
|
|
30026
|
-
schema: "any"
|
|
30027
|
-
},
|
|
30028
|
-
"401": {
|
|
30029
|
-
description: "Authentication error",
|
|
30030
|
-
schema: "any"
|
|
30031
|
-
},
|
|
30032
|
-
"403": {
|
|
30033
|
-
description: "Authorization error",
|
|
30034
|
-
schema: "any"
|
|
30035
|
-
},
|
|
30036
|
-
"404": {
|
|
30037
|
-
description: "Not found error",
|
|
30038
|
-
schema: "any"
|
|
30039
|
-
}
|
|
30040
|
-
}
|
|
30041
|
-
},
|
|
30042
|
-
{
|
|
30043
|
-
path: "/v2/well_plan_tabs/{id}",
|
|
30044
|
-
method: "GET",
|
|
30045
|
-
summary: "Show well plan tab",
|
|
30046
|
-
tags: [
|
|
30047
|
-
"Well Plan Tabs"
|
|
30048
|
-
],
|
|
30049
|
-
parameters: [
|
|
30050
|
-
{
|
|
30051
|
-
name: "id",
|
|
30052
|
-
"in": "path",
|
|
30053
|
-
type: "integer",
|
|
30054
|
-
required: true,
|
|
30055
|
-
description: "Well Plan Tab ID"
|
|
30056
|
-
}
|
|
30057
|
-
],
|
|
30058
|
-
responses: {
|
|
30059
|
-
"200": {
|
|
30060
|
-
description: "Successful response",
|
|
30061
|
-
schema: "any"
|
|
30062
|
-
},
|
|
30063
|
-
"401": {
|
|
30064
|
-
description: "Authentication error",
|
|
30065
|
-
schema: "any"
|
|
30066
|
-
},
|
|
30067
|
-
"403": {
|
|
30068
|
-
description: "Authorization error",
|
|
30069
|
-
schema: "any"
|
|
30070
|
-
},
|
|
30071
|
-
"404": {
|
|
30072
|
-
description: "Not found error",
|
|
30073
|
-
schema: "any"
|
|
30074
|
-
}
|
|
30075
|
-
}
|
|
30076
|
-
},
|
|
30077
29991
|
{
|
|
30078
29992
|
path: "/v2/well_planning_dashboards",
|
|
30079
29993
|
method: "GET",
|
|
@@ -30094,7 +30008,14 @@ var clientsData = [
|
|
|
30094
30008
|
"in": "query",
|
|
30095
30009
|
type: "integer",
|
|
30096
30010
|
required: false,
|
|
30097
|
-
description: "Filter by asset ID"
|
|
30011
|
+
description: "Filter by asset ID (well)"
|
|
30012
|
+
},
|
|
30013
|
+
{
|
|
30014
|
+
name: "type",
|
|
30015
|
+
"in": "query",
|
|
30016
|
+
type: "string",
|
|
30017
|
+
required: false,
|
|
30018
|
+
description: "Filter by type: custom_well_planning_dashboard (default) or default_well_planning_dashboard"
|
|
30098
30019
|
}
|
|
30099
30020
|
],
|
|
30100
30021
|
responses: {
|
|
@@ -30119,7 +30040,7 @@ var clientsData = [
|
|
|
30119
30040
|
{
|
|
30120
30041
|
path: "/v2/well_planning_dashboards",
|
|
30121
30042
|
method: "POST",
|
|
30122
|
-
summary: "Create a
|
|
30043
|
+
summary: "Create a custom planning dashboard for a well",
|
|
30123
30044
|
tags: [
|
|
30124
30045
|
"Well Planning Dashboards"
|
|
30125
30046
|
],
|
|
@@ -30162,7 +30083,7 @@ var clientsData = [
|
|
|
30162
30083
|
"in": "path",
|
|
30163
30084
|
type: "string",
|
|
30164
30085
|
required: true,
|
|
30165
|
-
description: "
|
|
30086
|
+
description: "Dashboard ID or slug"
|
|
30166
30087
|
},
|
|
30167
30088
|
{
|
|
30168
30089
|
name: "asset_id",
|
|
@@ -30204,7 +30125,7 @@ var clientsData = [
|
|
|
30204
30125
|
"in": "path",
|
|
30205
30126
|
type: "string",
|
|
30206
30127
|
required: true,
|
|
30207
|
-
description: "
|
|
30128
|
+
description: "Dashboard ID or slug"
|
|
30208
30129
|
}
|
|
30209
30130
|
],
|
|
30210
30131
|
requestBody: {
|
|
@@ -30244,7 +30165,7 @@ var clientsData = [
|
|
|
30244
30165
|
"in": "path",
|
|
30245
30166
|
type: "string",
|
|
30246
30167
|
required: true,
|
|
30247
|
-
description: "
|
|
30168
|
+
description: "Dashboard ID or slug"
|
|
30248
30169
|
}
|
|
30249
30170
|
],
|
|
30250
30171
|
responses: {
|
|
@@ -38469,6 +38390,13 @@ var clientsData = [
|
|
|
38469
38390
|
type: "integer",
|
|
38470
38391
|
required: false,
|
|
38471
38392
|
description: "Filter rig templates by company_id"
|
|
38393
|
+
},
|
|
38394
|
+
{
|
|
38395
|
+
name: "search",
|
|
38396
|
+
"in": "query",
|
|
38397
|
+
type: "string",
|
|
38398
|
+
required: false,
|
|
38399
|
+
description: "Search rig templates by rig name"
|
|
38472
38400
|
}
|
|
38473
38401
|
],
|
|
38474
38402
|
responses: {
|
|
@@ -49170,6 +49098,13 @@ var clientsData = [
|
|
|
49170
49098
|
required: false,
|
|
49171
49099
|
description: "Search by edr provider's name, username or link"
|
|
49172
49100
|
},
|
|
49101
|
+
{
|
|
49102
|
+
name: "provider_type",
|
|
49103
|
+
"in": "query",
|
|
49104
|
+
type: "string",
|
|
49105
|
+
required: false,
|
|
49106
|
+
description: "Filter by provider type"
|
|
49107
|
+
},
|
|
49173
49108
|
{
|
|
49174
49109
|
name: "last_connection_failed",
|
|
49175
49110
|
"in": "query",
|
|
@@ -61370,7 +61305,7 @@ var clientsData = [
|
|
|
61370
61305
|
"in": "query",
|
|
61371
61306
|
type: "string",
|
|
61372
61307
|
required: false,
|
|
61373
|
-
description: "Search by API number or
|
|
61308
|
+
description: "Search by one API number or multiple API numbers using api_number[] or comma-separated values; dashes are ignored"
|
|
61374
61309
|
},
|
|
61375
61310
|
{
|
|
61376
61311
|
name: "search",
|
|
@@ -61433,7 +61368,7 @@ var clientsData = [
|
|
|
61433
61368
|
"in": "query",
|
|
61434
61369
|
type: "string",
|
|
61435
61370
|
required: false,
|
|
61436
|
-
description: "Search by
|
|
61371
|
+
description: "Search by one API number or multiple API numbers using api_number[] or comma-separated values; dashes are ignored"
|
|
61437
61372
|
},
|
|
61438
61373
|
{
|
|
61439
61374
|
name: "fields",
|
|
@@ -64247,6 +64182,13 @@ var clientsData = [
|
|
|
64247
64182
|
type: "integer",
|
|
64248
64183
|
required: false,
|
|
64249
64184
|
description: "Filter rig templates by company_id"
|
|
64185
|
+
},
|
|
64186
|
+
{
|
|
64187
|
+
name: "search",
|
|
64188
|
+
"in": "query",
|
|
64189
|
+
type: "string",
|
|
64190
|
+
required: false,
|
|
64191
|
+
description: "Search rig templates by rig name"
|
|
64250
64192
|
}
|
|
64251
64193
|
],
|
|
64252
64194
|
responses: {
|
|
@@ -71751,6 +71693,13 @@ var clientsData = [
|
|
|
71751
71693
|
required: false,
|
|
71752
71694
|
description: "Search by edr provider's name, username or link"
|
|
71753
71695
|
},
|
|
71696
|
+
{
|
|
71697
|
+
name: "provider_type",
|
|
71698
|
+
"in": "query",
|
|
71699
|
+
type: "string",
|
|
71700
|
+
required: false,
|
|
71701
|
+
description: "Filter by provider type"
|
|
71702
|
+
},
|
|
71754
71703
|
{
|
|
71755
71704
|
name: "last_connection_failed",
|
|
71756
71705
|
"in": "query",
|
|
@@ -80769,92 +80718,6 @@ var clientsData = [
|
|
|
80769
80718
|
}
|
|
80770
80719
|
}
|
|
80771
80720
|
],
|
|
80772
|
-
"Well Plan Tabs": [
|
|
80773
|
-
{
|
|
80774
|
-
path: "/v2/well_plan_tabs",
|
|
80775
|
-
method: "GET",
|
|
80776
|
-
summary: "List well plan tabs",
|
|
80777
|
-
tags: [
|
|
80778
|
-
"Well Plan Tabs"
|
|
80779
|
-
],
|
|
80780
|
-
parameters: [
|
|
80781
|
-
{
|
|
80782
|
-
name: "company_id",
|
|
80783
|
-
"in": "query",
|
|
80784
|
-
type: "integer",
|
|
80785
|
-
required: false,
|
|
80786
|
-
description: "Filter by company ID"
|
|
80787
|
-
},
|
|
80788
|
-
{
|
|
80789
|
-
name: "per_page",
|
|
80790
|
-
"in": "query",
|
|
80791
|
-
type: "integer",
|
|
80792
|
-
required: false,
|
|
80793
|
-
description: "Number of items to list per page"
|
|
80794
|
-
},
|
|
80795
|
-
{
|
|
80796
|
-
name: "page",
|
|
80797
|
-
"in": "query",
|
|
80798
|
-
type: "integer",
|
|
80799
|
-
required: false,
|
|
80800
|
-
description: "Page number"
|
|
80801
|
-
}
|
|
80802
|
-
],
|
|
80803
|
-
responses: {
|
|
80804
|
-
"200": {
|
|
80805
|
-
description: "Successful response",
|
|
80806
|
-
schema: "any"
|
|
80807
|
-
},
|
|
80808
|
-
"401": {
|
|
80809
|
-
description: "Authentication error",
|
|
80810
|
-
schema: "any"
|
|
80811
|
-
},
|
|
80812
|
-
"403": {
|
|
80813
|
-
description: "Authorization error",
|
|
80814
|
-
schema: "any"
|
|
80815
|
-
},
|
|
80816
|
-
"404": {
|
|
80817
|
-
description: "Not found error",
|
|
80818
|
-
schema: "any"
|
|
80819
|
-
}
|
|
80820
|
-
}
|
|
80821
|
-
},
|
|
80822
|
-
{
|
|
80823
|
-
path: "/v2/well_plan_tabs/{id}",
|
|
80824
|
-
method: "GET",
|
|
80825
|
-
summary: "Show well plan tab",
|
|
80826
|
-
tags: [
|
|
80827
|
-
"Well Plan Tabs"
|
|
80828
|
-
],
|
|
80829
|
-
parameters: [
|
|
80830
|
-
{
|
|
80831
|
-
name: "id",
|
|
80832
|
-
"in": "path",
|
|
80833
|
-
type: "integer",
|
|
80834
|
-
required: true,
|
|
80835
|
-
description: "Well Plan Tab ID"
|
|
80836
|
-
}
|
|
80837
|
-
],
|
|
80838
|
-
responses: {
|
|
80839
|
-
"200": {
|
|
80840
|
-
description: "Successful response",
|
|
80841
|
-
schema: "any"
|
|
80842
|
-
},
|
|
80843
|
-
"401": {
|
|
80844
|
-
description: "Authentication error",
|
|
80845
|
-
schema: "any"
|
|
80846
|
-
},
|
|
80847
|
-
"403": {
|
|
80848
|
-
description: "Authorization error",
|
|
80849
|
-
schema: "any"
|
|
80850
|
-
},
|
|
80851
|
-
"404": {
|
|
80852
|
-
description: "Not found error",
|
|
80853
|
-
schema: "any"
|
|
80854
|
-
}
|
|
80855
|
-
}
|
|
80856
|
-
}
|
|
80857
|
-
],
|
|
80858
80721
|
"Well Planning Dashboards": [
|
|
80859
80722
|
{
|
|
80860
80723
|
path: "/v2/well_planning_dashboards",
|
|
@@ -80876,7 +80739,14 @@ var clientsData = [
|
|
|
80876
80739
|
"in": "query",
|
|
80877
80740
|
type: "integer",
|
|
80878
80741
|
required: false,
|
|
80879
|
-
description: "Filter by asset ID"
|
|
80742
|
+
description: "Filter by asset ID (well)"
|
|
80743
|
+
},
|
|
80744
|
+
{
|
|
80745
|
+
name: "type",
|
|
80746
|
+
"in": "query",
|
|
80747
|
+
type: "string",
|
|
80748
|
+
required: false,
|
|
80749
|
+
description: "Filter by type: custom_well_planning_dashboard (default) or default_well_planning_dashboard"
|
|
80880
80750
|
}
|
|
80881
80751
|
],
|
|
80882
80752
|
responses: {
|
|
@@ -80901,7 +80771,7 @@ var clientsData = [
|
|
|
80901
80771
|
{
|
|
80902
80772
|
path: "/v2/well_planning_dashboards",
|
|
80903
80773
|
method: "POST",
|
|
80904
|
-
summary: "Create a
|
|
80774
|
+
summary: "Create a custom planning dashboard for a well",
|
|
80905
80775
|
tags: [
|
|
80906
80776
|
"Well Planning Dashboards"
|
|
80907
80777
|
],
|
|
@@ -80944,7 +80814,7 @@ var clientsData = [
|
|
|
80944
80814
|
"in": "path",
|
|
80945
80815
|
type: "string",
|
|
80946
80816
|
required: true,
|
|
80947
|
-
description: "
|
|
80817
|
+
description: "Dashboard ID or slug"
|
|
80948
80818
|
},
|
|
80949
80819
|
{
|
|
80950
80820
|
name: "asset_id",
|
|
@@ -80986,7 +80856,7 @@ var clientsData = [
|
|
|
80986
80856
|
"in": "path",
|
|
80987
80857
|
type: "string",
|
|
80988
80858
|
required: true,
|
|
80989
|
-
description: "
|
|
80859
|
+
description: "Dashboard ID or slug"
|
|
80990
80860
|
}
|
|
80991
80861
|
],
|
|
80992
80862
|
requestBody: {
|
|
@@ -81026,7 +80896,7 @@ var clientsData = [
|
|
|
81026
80896
|
"in": "path",
|
|
81027
80897
|
type: "string",
|
|
81028
80898
|
required: true,
|
|
81029
|
-
description: "
|
|
80899
|
+
description: "Dashboard ID or slug"
|
|
81030
80900
|
}
|
|
81031
80901
|
],
|
|
81032
80902
|
responses: {
|
|
@@ -97571,8 +97441,6 @@ var entries = [
|
|
|
97571
97441
|
"well_plan_checklists",
|
|
97572
97442
|
"well plans",
|
|
97573
97443
|
"well_plans",
|
|
97574
|
-
"well plan tabs",
|
|
97575
|
-
"well_plan_tabs",
|
|
97576
97444
|
"well planning dashboards",
|
|
97577
97445
|
"well_planning_dashboards",
|
|
97578
97446
|
"data",
|
|
@@ -97824,7 +97692,7 @@ var entries = [
|
|
|
97824
97692
|
],
|
|
97825
97693
|
category: "clients",
|
|
97826
97694
|
importPath: "@corva/ui/clients",
|
|
97827
|
-
searchText: "corvaapi main api client for corva platform. provides methods for get, put, patch, post, delete requests. api http request fetch rest get post put delete patch abilitycheck v2 ability_check check_feature check_permission feed activities alerts v1 comments likes toggle definitions context trigger close check templates enable disable alertdefinitions subscribe unsubscribe alert_groups alert_definitions alertgroups alert_group_users alert_group_assets alert_group_configurations bulk_create bulk_destroy alertrbac alert_abilities companies alert_roles abilities alert_rbac occurrences acknowledge classify transition escalate deescalate totals details alertworkflows alert_workflows appreviews app_reviews approve decline assets favorites settings type_wells type_well reruns ancestor_ids resolve autocomplete programs clusters pads frac_fleets app_wells wells active_wells rigs active_well well_cache drillout_units frac fleets wirelines dashboardappannotations dashboard_app_annotations last_annotations dashboards users dashboard_apps batch_update dashboard_folders dashboard_shares dashboard_folder_shares use clone use_template available_timezones well plan checklists well_plan_checklists well plans well_plans well
|
|
97695
|
+
searchText: "corvaapi main api client for corva platform. provides methods for get, put, patch, post, delete requests. api http request fetch rest get post put delete patch abilitycheck v2 ability_check check_feature check_permission feed activities alerts v1 comments likes toggle definitions context trigger close check templates enable disable alertdefinitions subscribe unsubscribe alert_groups alert_definitions alertgroups alert_group_users alert_group_assets alert_group_configurations bulk_create bulk_destroy alertrbac alert_abilities companies alert_roles abilities alert_rbac occurrences acknowledge classify transition escalate deescalate totals details alertworkflows alert_workflows appreviews app_reviews approve decline assets favorites settings type_wells type_well reruns ancestor_ids resolve autocomplete programs clusters pads frac_fleets app_wells wells active_wells rigs active_well well_cache drillout_units frac fleets wirelines dashboardappannotations dashboard_app_annotations last_annotations dashboards users dashboard_apps batch_update dashboard_folders dashboard_shares dashboard_folder_shares use clone use_template available_timezones well plan checklists well_plan_checklists well plans well_plans well planning dashboards well_planning_dashboards data data_filters data_filters#2 files file sign preview download download_link url security groups assign_users copy_users wellview integration ingest bha frac_stage_design frac_stage_summary frac_stage_summary_calculated job_settings plugs .well-known jwks.json jwks messageproducer message_producer notifications acknowledge_all count unread security_policies permissions grouped picklists items tasks user_token#1 user_token#2 user_token#3 user_token#4 sessions verification schemas export streaks identity_verifiers api_keys current deactivate apps install packages upload app_categories categories featured types secrets appdatasets app_datasets mark_followable app_help_contents signed_url applogs app_logs events search apptypes app_types appsettingstemplates app_settings_templates share unshare copy publish appstreamtemplate app_stream_templates appstreamtemplateapp add_app update_app remove_app datasettypes dataset_types datset_types documents document_sections rig_templates aggregated_values rig aggregated values rig_template_categories rig_template_items tiers productsubscriptions product_subscriptions cancel deny platformsubscriptions platform_subscriptions resume provisioningsubscriptions provisioning_subscriptions app_streams purchasesubscriptions purchase_subscriptions subscriptionfeatures subscription_features wellcache corva blacklisteddatasets blacklisted_datasets app metrics app_metrics for_selected_apps appassets packagereviews package_reviews apppurchases app_purchases datasets filtered_by_apps appruns app_runs stop duplicate_check appstream idle_worker_stats create_backfill_stream force_resume batch_destroy update_edr_provider_connection_status appconnection app_connections update_package apperroralert app_error_alerts usage summaries workflows workflow_content_blocks workflow_apps workflowroles workflow_roles columnmappertemplates column_mapper_templates add_asset remove_asset columnmappertemplatechannels column_mapper_template_channels columnmappertemplaterules column_mapper_template_rules dashboard_workflows ungroup ungroup_all change_asset competitoranalysis competitor_analysis statistics company app_companies appstoretemplates app_store_templates appstoretemplatesections app_store_template_sections app_store_template_section appstorearticles app_store_articles remove_section signedurl audits dataset_audits permission_audits group_membership_audits provisioning_subscription_audits platform_subscription_audits purchase_subscription_audits event audit appusage usage_analytics app_usage usage_list view_date_list top_apps top_users total_usage_trend partialwellreruns partial_reruns list start_merging fail restart app_progress partialwellrerunappprogresses app_progresses searchsuggestions search_suggestions goals projects projectfolders project_folders projectfiles project_files registeredmodels registered_models appschedule app_schedules bulk_update_status package_audits apikey api_keys_management activate edrproviders edr_providers test_connection api_key_audits typewells welldrilloutunitruns well_drillout_unit_runs padfracfleets pad_frac_fleets fracfleetcontracts frac_fleet_contracts interventionunits intervention_units interventionunitevents intervention_unit_events data export app data_export_app column_fields column_fields_list flat activity_code_mappings metrics_definitions countries country_list revoltchat revolt_chat_sessions interventionunitreruns intervention_unit_reruns"
|
|
97828
97696
|
},
|
|
97829
97697
|
{
|
|
97830
97698
|
id: "client-corvaDataAPI",
|