@superblocksteam/library 2.0.3-next.141 → 2.0.3-next.142
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/dist/{allPaths-ZORERYA-.js → allPaths-CdDKgzqo.js} +2 -2
- package/dist/{allPaths-ZORERYA-.js.map → allPaths-CdDKgzqo.js.map} +1 -1
- package/dist/{allPaths-BwTkClxz.js → allPaths-CoCcT2RS.js} +2 -2
- package/dist/{allPaths-BwTkClxz.js.map → allPaths-CoCcT2RS.js.map} +1 -1
- package/dist/{allPathsLoader-CJtlJ6ie.js → allPathsLoader-BsylPJdg.js} +3 -3
- package/dist/{allPathsLoader-cGVNdvFv.js.map → allPathsLoader-BsylPJdg.js.map} +1 -1
- package/dist/{allPathsLoader-cGVNdvFv.js → allPathsLoader-CQuneYkr.js} +3 -3
- package/dist/{allPathsLoader-CJtlJ6ie.js.map → allPathsLoader-CQuneYkr.js.map} +1 -1
- package/dist/{index-BSZAGX_L.js → index-Crq-gtAN.js} +234 -21
- package/dist/{index-BSZAGX_L.js.map → index-Crq-gtAN.js.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/{splitPathsBySizeLoader-CixAR-eZ.js → splitPathsBySizeLoader-BWlBkTcI.js} +2 -2
- package/dist/{splitPathsBySizeLoader-CixAR-eZ.js.map → splitPathsBySizeLoader-BWlBkTcI.js.map} +1 -1
- package/dist/{splitPathsBySizeLoader-hWG7CcPp.js → splitPathsBySizeLoader-CxGVNVcp.js} +2 -2
- package/dist/{splitPathsBySizeLoader-hWG7CcPp.js.map → splitPathsBySizeLoader-CxGVNVcp.js.map} +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-BxzKdlqH.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-DIn-fanT.js";
|
|
3
|
-
import { p as pascalCase, b as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, b as IconSize } from "./index-Crq-gtAN.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-CdDKgzqo.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-CdDKgzqo.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { I as IconSvgPaths16 } from "./index-DIJYif9G.js";
|
|
2
2
|
import { I as IconSvgPaths20 } from "./index-LHtbj0-V.js";
|
|
3
|
-
import { p as pascalCase, I as IconSize } from "./index-
|
|
3
|
+
import { p as pascalCase, I as IconSize } from "./index-Crq-gtAN.js";
|
|
4
4
|
function getIconPaths(name, size) {
|
|
5
5
|
var key = pascalCase(name);
|
|
6
6
|
return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];
|
|
@@ -14,4 +14,4 @@ export {
|
|
|
14
14
|
getIconPaths,
|
|
15
15
|
iconNameToPathsRecordKey
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=allPaths-
|
|
17
|
+
//# sourceMappingURL=allPaths-CoCcT2RS.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPaths-
|
|
1
|
+
{"version":3,"file":"allPaths-CoCcT2RS.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/allPaths.js"],"sourcesContent":["/*\n * Copyright 2021 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { pascalCase } from \"change-case\";\nimport * as IconSvgPaths16 from \"./generated/16px/paths\";\nimport * as IconSvgPaths20 from \"./generated/20px/paths\";\nimport { IconSize } from \"./iconTypes\";\nexport { IconSvgPaths16, IconSvgPaths20 };\n/**\n * Get the list of vector paths that define a given icon. These path strings are used to render `<path>`\n * elements inside an `<svg>` icon element. For full implementation details and nuances, see the icon component\n * handlebars template and `generate-icon-components` script in the __@blueprintjs/icons__ package.\n *\n * Note: this function loads all icon definitions __statically__, which means every icon is included in your\n * JS bundle. Only use this API if your app is likely to use all Blueprint icons at runtime. If you are looking for a\n * dynamic icon loader which loads icon definitions on-demand, use `{ Icons } from \"@blueprintjs/icons\"` instead.\n */\nexport function getIconPaths(name, size) {\n var key = pascalCase(name);\n return size === IconSize.STANDARD ? IconSvgPaths16[key] : IconSvgPaths20[key];\n}\n/**\n * Type safe string literal conversion of snake-case icon names to PascalCase icon names.\n * This is useful for indexing into the SVG paths record to extract a single icon's SVG path definition.\n *\n * @deprecated use `getIconPaths` instead\n */\nexport function iconNameToPathsRecordKey(name) {\n return pascalCase(name);\n}\n//# sourceMappingURL=allPaths.js.map"],"names":[],"mappings":";;;AA6BO,SAAS,aAAa,MAAM,MAAM;AACrC,MAAI,MAAM,WAAW,IAAI;AACzB,SAAO,SAAS,SAAS,WAAW,eAAe,GAAG,IAAI,eAAe,GAAG;AAChF;AAOO,SAAS,yBAAyB,MAAM;AAC3C,SAAO,WAAW,IAAI;AAC1B;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-Crq-gtAN.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-CdDKgzqo.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-BsylPJdg.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-BsylPJdg.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.20.0_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __awaiter, a as __generator } from "./index-
|
|
1
|
+
import { _ as __awaiter, a as __generator } from "./index-Crq-gtAN.js";
|
|
2
2
|
var allPathsLoader = function(name, size) {
|
|
3
3
|
return __awaiter(void 0, void 0, void 0, function() {
|
|
4
4
|
var getIconPaths;
|
|
@@ -7,7 +7,7 @@ var allPathsLoader = function(name, size) {
|
|
|
7
7
|
case 0:
|
|
8
8
|
return [4, import(
|
|
9
9
|
/* webpackChunkName: "blueprint-icons-all-paths" */
|
|
10
|
-
"./allPaths-
|
|
10
|
+
"./allPaths-CoCcT2RS.js"
|
|
11
11
|
)];
|
|
12
12
|
case 1:
|
|
13
13
|
getIconPaths = _a.sent().getIconPaths;
|
|
@@ -19,4 +19,4 @@ var allPathsLoader = function(name, size) {
|
|
|
19
19
|
export {
|
|
20
20
|
allPathsLoader
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=allPathsLoader-
|
|
22
|
+
//# sourceMappingURL=allPathsLoader-CQuneYkr.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allPathsLoader-
|
|
1
|
+
{"version":3,"file":"allPathsLoader-CQuneYkr.js","sources":["../../../node_modules/.pnpm/@blueprintjs+icons@5.18.1_@types+react@18.3.18_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@blueprintjs/icons/lib/esm/paths-loaders/allPathsLoader.js"],"sourcesContent":["/*\n * Copyright 2023 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { __awaiter, __generator } from \"tslib\";\n/**\n * A simple module loader which concatenates all icon paths into a single chunk.\n */\nexport var allPathsLoader = function (name, size) { return __awaiter(void 0, void 0, void 0, function () {\n var getIconPaths;\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import(\n /* webpackChunkName: \"blueprint-icons-all-paths\" */\n \"../allPaths\")];\n case 1:\n getIconPaths = (_a.sent()).getIconPaths;\n return [2 /*return*/, getIconPaths(name, size)];\n }\n });\n}); };\n//# sourceMappingURL=allPathsLoader.js.map"],"names":[],"mappings":";AAmBU,IAAC,iBAAiB,SAAU,MAAM,MAAM;AAAE,SAAO,UAAU,QAAQ,QAAQ,QAAQ,WAAY;AACrG,QAAI;AACJ,WAAO,YAAY,MAAM,SAAU,IAAI;AACnC,cAAQ,GAAG,OAAK;AAAA,QACZ,KAAK;AAAG,iBAAO,CAAC,GAAa;AAAA;AAAA,YAEzB;AAAA,UAAa,CAAC;AAAA,QAClB,KAAK;AACD,yBAAgB,GAAG,KAAI,EAAI;AAC3B,iBAAO,CAAC,GAAc,aAAa,MAAM,IAAI,CAAC;AAAA,MAC9D;AAAA,IACA,CAAK;AAAA,EACL,CAAC;AAAE;","x_google_ignoreList":[0]}
|
|
@@ -2692,14 +2692,14 @@ function getLoaderFn$1(options) {
|
|
|
2692
2692
|
if (!(loader === "all")) return [3, 3];
|
|
2693
2693
|
return [4, import(
|
|
2694
2694
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
2695
|
-
"./allPathsLoader-
|
|
2695
|
+
"./allPathsLoader-CQuneYkr.js"
|
|
2696
2696
|
)];
|
|
2697
2697
|
case 2:
|
|
2698
2698
|
return [2, _b2.sent().allPathsLoader];
|
|
2699
2699
|
case 3:
|
|
2700
2700
|
return [4, import(
|
|
2701
2701
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
2702
|
-
"./splitPathsBySizeLoader-
|
|
2702
|
+
"./splitPathsBySizeLoader-CxGVNVcp.js"
|
|
2703
2703
|
)];
|
|
2704
2704
|
case 4:
|
|
2705
2705
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -20199,7 +20199,7 @@ function requirePlugin_pb$v() {
|
|
|
20199
20199
|
if (hasRequiredPlugin_pb$v) return plugin_pb$v;
|
|
20200
20200
|
hasRequiredPlugin_pb$v = 1;
|
|
20201
20201
|
Object.defineProperty(plugin_pb$v, "__esModule", { value: true });
|
|
20202
|
-
plugin_pb$v.Plugin = plugin_pb$v.SuperblocksMetadata = void 0;
|
|
20202
|
+
plugin_pb$v.Plugin_AddSheet = plugin_pb$v.Plugin = plugin_pb$v.SuperblocksMetadata = void 0;
|
|
20203
20203
|
const protobuf_1 = /* @__PURE__ */ requireCjs();
|
|
20204
20204
|
const _SuperblocksMetadata = class _SuperblocksMetadata extends protobuf_1.Message {
|
|
20205
20205
|
constructor(data2) {
|
|
@@ -20244,9 +20244,9 @@ function requirePlugin_pb$v() {
|
|
|
20244
20244
|
*/
|
|
20245
20245
|
__publicField(this, "spreadsheetId", "");
|
|
20246
20246
|
/**
|
|
20247
|
-
* @generated from field: string sheetTitle = 2;
|
|
20247
|
+
* @generated from field: optional string sheetTitle = 2;
|
|
20248
20248
|
*/
|
|
20249
|
-
__publicField(this, "sheetTitle"
|
|
20249
|
+
__publicField(this, "sheetTitle");
|
|
20250
20250
|
/**
|
|
20251
20251
|
* @generated from field: optional string range = 3;
|
|
20252
20252
|
*/
|
|
@@ -20300,6 +20300,10 @@ function requirePlugin_pb$v() {
|
|
|
20300
20300
|
* @generated from field: plugins.gsheets.v1.SuperblocksMetadata superblocksMetadata = 14;
|
|
20301
20301
|
*/
|
|
20302
20302
|
__publicField(this, "superblocksMetadata");
|
|
20303
|
+
/**
|
|
20304
|
+
* @generated from field: optional plugins.gsheets.v1.Plugin.AddSheet addSheet = 15;
|
|
20305
|
+
*/
|
|
20306
|
+
__publicField(this, "addSheet");
|
|
20303
20307
|
protobuf_1.proto3.util.initPartial(data2, this);
|
|
20304
20308
|
}
|
|
20305
20309
|
static fromBinary(bytes, options) {
|
|
@@ -20325,13 +20329,7 @@ function requirePlugin_pb$v() {
|
|
|
20325
20329
|
T: 9
|
|
20326
20330
|
/* ScalarType.STRING */
|
|
20327
20331
|
},
|
|
20328
|
-
{
|
|
20329
|
-
no: 2,
|
|
20330
|
-
name: "sheetTitle",
|
|
20331
|
-
kind: "scalar",
|
|
20332
|
-
T: 9
|
|
20333
|
-
/* ScalarType.STRING */
|
|
20334
|
-
},
|
|
20332
|
+
{ no: 2, name: "sheetTitle", kind: "scalar", T: 9, opt: true },
|
|
20335
20333
|
{ no: 3, name: "range", kind: "scalar", T: 9, opt: true },
|
|
20336
20334
|
{ no: 4, name: "rowNumber", kind: "scalar", T: 9, opt: true },
|
|
20337
20335
|
{
|
|
@@ -20361,10 +20359,56 @@ function requirePlugin_pb$v() {
|
|
|
20361
20359
|
{ no: 11, name: "action", kind: "scalar", T: 9, opt: true },
|
|
20362
20360
|
{ no: 12, name: "writeToDestinationType", kind: "scalar", T: 9, opt: true },
|
|
20363
20361
|
{ no: 13, name: "body", kind: "scalar", T: 9, opt: true },
|
|
20364
|
-
{ no: 14, name: "superblocksMetadata", kind: "message", T: SuperblocksMetadata }
|
|
20362
|
+
{ no: 14, name: "superblocksMetadata", kind: "message", T: SuperblocksMetadata },
|
|
20363
|
+
{ no: 15, name: "addSheet", kind: "message", T: Plugin_AddSheet, opt: true }
|
|
20365
20364
|
]));
|
|
20366
20365
|
let Plugin = _Plugin;
|
|
20367
20366
|
plugin_pb$v.Plugin = Plugin;
|
|
20367
|
+
const _Plugin_AddSheet = class _Plugin_AddSheet extends protobuf_1.Message {
|
|
20368
|
+
constructor(data2) {
|
|
20369
|
+
super();
|
|
20370
|
+
/**
|
|
20371
|
+
* @generated from field: string sheetTitle = 1;
|
|
20372
|
+
*/
|
|
20373
|
+
__publicField(this, "sheetTitle", "");
|
|
20374
|
+
/**
|
|
20375
|
+
* @generated from field: optional string rowCount = 2;
|
|
20376
|
+
*/
|
|
20377
|
+
__publicField(this, "rowCount");
|
|
20378
|
+
/**
|
|
20379
|
+
* @generated from field: optional string columnCount = 3;
|
|
20380
|
+
*/
|
|
20381
|
+
__publicField(this, "columnCount");
|
|
20382
|
+
protobuf_1.proto3.util.initPartial(data2, this);
|
|
20383
|
+
}
|
|
20384
|
+
static fromBinary(bytes, options) {
|
|
20385
|
+
return new _Plugin_AddSheet().fromBinary(bytes, options);
|
|
20386
|
+
}
|
|
20387
|
+
static fromJson(jsonValue, options) {
|
|
20388
|
+
return new _Plugin_AddSheet().fromJson(jsonValue, options);
|
|
20389
|
+
}
|
|
20390
|
+
static fromJsonString(jsonString, options) {
|
|
20391
|
+
return new _Plugin_AddSheet().fromJsonString(jsonString, options);
|
|
20392
|
+
}
|
|
20393
|
+
static equals(a3, b3) {
|
|
20394
|
+
return protobuf_1.proto3.util.equals(_Plugin_AddSheet, a3, b3);
|
|
20395
|
+
}
|
|
20396
|
+
};
|
|
20397
|
+
__publicField(_Plugin_AddSheet, "runtime", protobuf_1.proto3);
|
|
20398
|
+
__publicField(_Plugin_AddSheet, "typeName", "plugins.gsheets.v1.Plugin.AddSheet");
|
|
20399
|
+
__publicField(_Plugin_AddSheet, "fields", protobuf_1.proto3.util.newFieldList(() => [
|
|
20400
|
+
{
|
|
20401
|
+
no: 1,
|
|
20402
|
+
name: "sheetTitle",
|
|
20403
|
+
kind: "scalar",
|
|
20404
|
+
T: 9
|
|
20405
|
+
/* ScalarType.STRING */
|
|
20406
|
+
},
|
|
20407
|
+
{ no: 2, name: "rowCount", kind: "scalar", T: 9, opt: true },
|
|
20408
|
+
{ no: 3, name: "columnCount", kind: "scalar", T: 9, opt: true }
|
|
20409
|
+
]));
|
|
20410
|
+
let Plugin_AddSheet = _Plugin_AddSheet;
|
|
20411
|
+
plugin_pb$v.Plugin_AddSheet = Plugin_AddSheet;
|
|
20368
20412
|
return plugin_pb$v;
|
|
20369
20413
|
}
|
|
20370
20414
|
var plugin_pb$u = {};
|
|
@@ -27603,7 +27647,7 @@ function requireAuth_pb() {
|
|
|
27603
27647
|
if (hasRequiredAuth_pb) return auth_pb;
|
|
27604
27648
|
hasRequiredAuth_pb = 1;
|
|
27605
27649
|
Object.defineProperty(auth_pb, "__esModule", { value: true });
|
|
27606
|
-
auth_pb.Auth = auth_pb.AkeylessAuth_Email = auth_pb.AkeylessAuth_ApiKey = auth_pb.AkeylessAuth = auth_pb.GcpAuth = auth_pb.AwsAuth_AssumeRole = auth_pb.AwsAuth_Static = auth_pb.AwsAuth = auth_pb.Azure_ClientCredentials = auth_pb.Azure_Key = auth_pb.Azure = auth_pb.Basic = auth_pb.OAuth_AuthorizationCodeFlow = auth_pb.OAuth_ClientCredentialsFlow = auth_pb.OAuth_PasswordGrantFlow = auth_pb.OAuth = auth_pb.OAuthCommon = void 0;
|
|
27650
|
+
auth_pb.Auth = auth_pb.AkeylessAuth_Email = auth_pb.AkeylessAuth_ApiKey = auth_pb.AkeylessAuth = auth_pb.GcpAuth = auth_pb.AwsAuth_AssumeRole = auth_pb.AwsAuth_Static = auth_pb.AwsAuth = auth_pb.Azure_ClientCredentials = auth_pb.Azure_Key = auth_pb.Azure = auth_pb.Basic = auth_pb.OAuth_AuthorizationCodeFlow_SubjectTokenSource = auth_pb.OAuth_AuthorizationCodeFlow = auth_pb.OAuth_ClientCredentialsFlow = auth_pb.OAuth_PasswordGrantFlow = auth_pb.OAuth = auth_pb.OAuthCommon = void 0;
|
|
27607
27651
|
const protobuf_1 = /* @__PURE__ */ requireCjs();
|
|
27608
27652
|
const _OAuthCommon = class _OAuthCommon extends protobuf_1.Message {
|
|
27609
27653
|
constructor(data2) {
|
|
@@ -27926,6 +27970,14 @@ function requireAuth_pb() {
|
|
|
27926
27970
|
* @generated from field: string client_auth_method = 9;
|
|
27927
27971
|
*/
|
|
27928
27972
|
__publicField(this, "clientAuthMethod", "");
|
|
27973
|
+
/**
|
|
27974
|
+
* @generated from field: plugins.common.v1.OAuth.AuthorizationCodeFlow.SubjectTokenSource subject_token_source = 10;
|
|
27975
|
+
*/
|
|
27976
|
+
__publicField(this, "subjectTokenSource", OAuth_AuthorizationCodeFlow_SubjectTokenSource.UNSPECIFIED);
|
|
27977
|
+
/**
|
|
27978
|
+
* @generated from field: string subject_token_source_static_token = 11;
|
|
27979
|
+
*/
|
|
27980
|
+
__publicField(this, "subjectTokenSourceStaticToken", "");
|
|
27929
27981
|
protobuf_1.proto3.util.initPartial(data2, this);
|
|
27930
27982
|
}
|
|
27931
27983
|
static fromBinary(bytes, options) {
|
|
@@ -28006,10 +28058,29 @@ function requireAuth_pb() {
|
|
|
28006
28058
|
kind: "scalar",
|
|
28007
28059
|
T: 9
|
|
28008
28060
|
/* ScalarType.STRING */
|
|
28061
|
+
},
|
|
28062
|
+
{ no: 10, name: "subject_token_source", kind: "enum", T: protobuf_1.proto3.getEnumType(OAuth_AuthorizationCodeFlow_SubjectTokenSource) },
|
|
28063
|
+
{
|
|
28064
|
+
no: 11,
|
|
28065
|
+
name: "subject_token_source_static_token",
|
|
28066
|
+
kind: "scalar",
|
|
28067
|
+
T: 9
|
|
28068
|
+
/* ScalarType.STRING */
|
|
28009
28069
|
}
|
|
28010
28070
|
]));
|
|
28011
28071
|
let OAuth_AuthorizationCodeFlow = _OAuth_AuthorizationCodeFlow;
|
|
28012
28072
|
auth_pb.OAuth_AuthorizationCodeFlow = OAuth_AuthorizationCodeFlow;
|
|
28073
|
+
var OAuth_AuthorizationCodeFlow_SubjectTokenSource;
|
|
28074
|
+
(function(OAuth_AuthorizationCodeFlow_SubjectTokenSource2) {
|
|
28075
|
+
OAuth_AuthorizationCodeFlow_SubjectTokenSource2[OAuth_AuthorizationCodeFlow_SubjectTokenSource2["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
28076
|
+
OAuth_AuthorizationCodeFlow_SubjectTokenSource2[OAuth_AuthorizationCodeFlow_SubjectTokenSource2["LOGIN_IDENTITY_PROVIDER"] = 1] = "LOGIN_IDENTITY_PROVIDER";
|
|
28077
|
+
OAuth_AuthorizationCodeFlow_SubjectTokenSource2[OAuth_AuthorizationCodeFlow_SubjectTokenSource2["STATIC_TOKEN"] = 2] = "STATIC_TOKEN";
|
|
28078
|
+
})(OAuth_AuthorizationCodeFlow_SubjectTokenSource || (auth_pb.OAuth_AuthorizationCodeFlow_SubjectTokenSource = OAuth_AuthorizationCodeFlow_SubjectTokenSource = {}));
|
|
28079
|
+
protobuf_1.proto3.util.setEnumType(OAuth_AuthorizationCodeFlow_SubjectTokenSource, "plugins.common.v1.OAuth.AuthorizationCodeFlow.SubjectTokenSource", [
|
|
28080
|
+
{ no: 0, name: "SUBJECT_TOKEN_SOURCE_UNSPECIFIED" },
|
|
28081
|
+
{ no: 1, name: "SUBJECT_TOKEN_SOURCE_LOGIN_IDENTITY_PROVIDER" },
|
|
28082
|
+
{ no: 2, name: "SUBJECT_TOKEN_SOURCE_STATIC_TOKEN" }
|
|
28083
|
+
]);
|
|
28013
28084
|
const _Basic = class _Basic extends protobuf_1.Message {
|
|
28014
28085
|
constructor(data2) {
|
|
28015
28086
|
super();
|
|
@@ -31428,7 +31499,7 @@ function requireApi_pb$1() {
|
|
|
31428
31499
|
if (hasRequiredApi_pb$1) return api_pb$1;
|
|
31429
31500
|
hasRequiredApi_pb$1 = 1;
|
|
31430
31501
|
Object.defineProperty(api_pb$1, "__esModule", { value: true });
|
|
31431
|
-
api_pb$1.Step = api_pb$1.Block_Send = api_pb$1.Block_Stream_Trigger = api_pb$1.Block_Stream_Options = api_pb$1.Block_Stream_Variables = api_pb$1.Block_Stream = api_pb$1.Block_Wait = api_pb$1.Block_Throw = api_pb$1.Block_Return = api_pb$1.Block_Break = api_pb$1.Block_TryCatch_Variables = api_pb$1.Block_TryCatch = api_pb$1.Block_Loop_Variables = api_pb$1.Block_Loop_Type = api_pb$1.Block_Loop = api_pb$1.Block_Conditional_Condition = api_pb$1.Block_Conditional = api_pb$1.Block_Parallel_Dynamic_Variables = api_pb$1.Block_Parallel_Dynamic = api_pb$1.Block_Parallel_Static = api_pb$1.Block_Parallel_Wait = api_pb$1.Block_Parallel = api_pb$1.Block = api_pb$1.Blocks = api_pb$1.Trigger_Job_Days = api_pb$1.Trigger_Job_Options = api_pb$1.Trigger_Job_Interval = api_pb$1.Trigger_Job = api_pb$1.Trigger_Workflow_Parameters_QueryParam = api_pb$1.Trigger_Workflow_Parameters = api_pb$1.Trigger_Workflow_Options = api_pb$1.Trigger_Workflow = api_pb$1.Trigger_Application_Options = api_pb$1.Trigger_Application = api_pb$1.Trigger = api_pb$1.Profiles_Modes_Settings = api_pb$1.Profiles_Modes = api_pb$1.Profiles = api_pb$1.Api = void 0;
|
|
31502
|
+
api_pb$1.Step = api_pb$1.Block_Send = api_pb$1.Block_Stream_Trigger = api_pb$1.Block_Stream_Options = api_pb$1.Block_Stream_Variables = api_pb$1.Block_Stream = api_pb$1.Block_Wait = api_pb$1.Block_Throw = api_pb$1.Block_Return = api_pb$1.Block_Break = api_pb$1.Block_TryCatch_Variables = api_pb$1.Block_TryCatch = api_pb$1.Block_Loop_Variables = api_pb$1.Block_Loop_Type = api_pb$1.Block_Loop = api_pb$1.Block_Conditional_Condition = api_pb$1.Block_Conditional = api_pb$1.Block_Parallel_Dynamic_Variables = api_pb$1.Block_Parallel_Dynamic = api_pb$1.Block_Parallel_Static = api_pb$1.Block_Parallel_Wait = api_pb$1.Block_Parallel = api_pb$1.Block = api_pb$1.Blocks = api_pb$1.Trigger_Job_Days = api_pb$1.Trigger_Job_Options = api_pb$1.Trigger_Job_Interval = api_pb$1.Trigger_Job = api_pb$1.Trigger_Workflow_Parameters_QueryParam = api_pb$1.Trigger_Workflow_Parameters = api_pb$1.Trigger_Workflow_Options = api_pb$1.Trigger_Workflow = api_pb$1.Trigger_Application_Options = api_pb$1.Trigger_Application = api_pb$1.Trigger = api_pb$1.Profiles_Modes_Settings = api_pb$1.Profiles_Modes = api_pb$1.Profiles = api_pb$1.Authorization = api_pb$1.Api = api_pb$1.AuthorizationType = void 0;
|
|
31432
31503
|
const protobuf_1 = /* @__PURE__ */ requireCjs();
|
|
31433
31504
|
const common_pb_1 = requireCommon_pb();
|
|
31434
31505
|
const utils_pb_1 = requireUtils_pb();
|
|
@@ -31469,6 +31540,17 @@ function requireApi_pb$1() {
|
|
|
31469
31540
|
const plugin_pb_34 = requirePlugin_pb$2();
|
|
31470
31541
|
const plugin_pb_35 = requirePlugin_pb$1();
|
|
31471
31542
|
const plugin_pb_36 = requirePlugin_pb();
|
|
31543
|
+
var AuthorizationType;
|
|
31544
|
+
(function(AuthorizationType2) {
|
|
31545
|
+
AuthorizationType2[AuthorizationType2["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
31546
|
+
AuthorizationType2[AuthorizationType2["ALL_USERS"] = 1] = "ALL_USERS";
|
|
31547
|
+
AuthorizationType2[AuthorizationType2["JS_EXPRESSION"] = 2] = "JS_EXPRESSION";
|
|
31548
|
+
})(AuthorizationType || (api_pb$1.AuthorizationType = AuthorizationType = {}));
|
|
31549
|
+
protobuf_1.proto3.util.setEnumType(AuthorizationType, "api.v1.AuthorizationType", [
|
|
31550
|
+
{ no: 0, name: "AUTHORIZATION_TYPE_UNSPECIFIED" },
|
|
31551
|
+
{ no: 1, name: "AUTHORIZATION_TYPE_ALL_USERS" },
|
|
31552
|
+
{ no: 2, name: "AUTHORIZATION_TYPE_JS_EXPRESSION" }
|
|
31553
|
+
]);
|
|
31472
31554
|
const _Api = class _Api extends protobuf_1.Message {
|
|
31473
31555
|
constructor(data2) {
|
|
31474
31556
|
super();
|
|
@@ -31488,6 +31570,10 @@ function requireApi_pb$1() {
|
|
|
31488
31570
|
* @generated from field: optional utils.v1.Signature signature = 4;
|
|
31489
31571
|
*/
|
|
31490
31572
|
__publicField(this, "signature");
|
|
31573
|
+
/**
|
|
31574
|
+
* @generated from field: optional api.v1.Authorization authorization = 5;
|
|
31575
|
+
*/
|
|
31576
|
+
__publicField(this, "authorization");
|
|
31491
31577
|
protobuf_1.proto3.util.initPartial(data2, this);
|
|
31492
31578
|
}
|
|
31493
31579
|
static fromBinary(bytes, options) {
|
|
@@ -31509,10 +31595,45 @@ function requireApi_pb$1() {
|
|
|
31509
31595
|
{ no: 1, name: "metadata", kind: "message", T: common_pb_1.Metadata },
|
|
31510
31596
|
{ no: 2, name: "blocks", kind: "message", T: Block, repeated: true },
|
|
31511
31597
|
{ no: 3, name: "trigger", kind: "message", T: Trigger2 },
|
|
31512
|
-
{ no: 4, name: "signature", kind: "message", T: utils_pb_1.Signature, opt: true }
|
|
31598
|
+
{ no: 4, name: "signature", kind: "message", T: utils_pb_1.Signature, opt: true },
|
|
31599
|
+
{ no: 5, name: "authorization", kind: "message", T: Authorization, opt: true }
|
|
31513
31600
|
]));
|
|
31514
31601
|
let Api = _Api;
|
|
31515
31602
|
api_pb$1.Api = Api;
|
|
31603
|
+
const _Authorization = class _Authorization extends protobuf_1.Message {
|
|
31604
|
+
constructor(data2) {
|
|
31605
|
+
super();
|
|
31606
|
+
/**
|
|
31607
|
+
* @generated from field: api.v1.AuthorizationType type = 1;
|
|
31608
|
+
*/
|
|
31609
|
+
__publicField(this, "type", AuthorizationType.UNSPECIFIED);
|
|
31610
|
+
/**
|
|
31611
|
+
* @generated from field: optional string expression = 2;
|
|
31612
|
+
*/
|
|
31613
|
+
__publicField(this, "expression");
|
|
31614
|
+
protobuf_1.proto3.util.initPartial(data2, this);
|
|
31615
|
+
}
|
|
31616
|
+
static fromBinary(bytes, options) {
|
|
31617
|
+
return new _Authorization().fromBinary(bytes, options);
|
|
31618
|
+
}
|
|
31619
|
+
static fromJson(jsonValue, options) {
|
|
31620
|
+
return new _Authorization().fromJson(jsonValue, options);
|
|
31621
|
+
}
|
|
31622
|
+
static fromJsonString(jsonString, options) {
|
|
31623
|
+
return new _Authorization().fromJsonString(jsonString, options);
|
|
31624
|
+
}
|
|
31625
|
+
static equals(a3, b3) {
|
|
31626
|
+
return protobuf_1.proto3.util.equals(_Authorization, a3, b3);
|
|
31627
|
+
}
|
|
31628
|
+
};
|
|
31629
|
+
__publicField(_Authorization, "runtime", protobuf_1.proto3);
|
|
31630
|
+
__publicField(_Authorization, "typeName", "api.v1.Authorization");
|
|
31631
|
+
__publicField(_Authorization, "fields", protobuf_1.proto3.util.newFieldList(() => [
|
|
31632
|
+
{ no: 1, name: "type", kind: "enum", T: protobuf_1.proto3.getEnumType(AuthorizationType) },
|
|
31633
|
+
{ no: 2, name: "expression", kind: "scalar", T: 9, opt: true }
|
|
31634
|
+
]));
|
|
31635
|
+
let Authorization = _Authorization;
|
|
31636
|
+
api_pb$1.Authorization = Authorization;
|
|
31516
31637
|
const _Profiles = class _Profiles extends protobuf_1.Message {
|
|
31517
31638
|
constructor(data2) {
|
|
31518
31639
|
super();
|
|
@@ -35635,7 +35756,7 @@ function requireService_pb$1() {
|
|
|
35635
35756
|
if (hasRequiredService_pb$1) return service_pb$1;
|
|
35636
35757
|
hasRequiredService_pb$1 = 1;
|
|
35637
35758
|
Object.defineProperty(service_pb$1, "__esModule", { value: true });
|
|
35638
|
-
service_pb$1.WorkflowResponse_ResponseMeta = service_pb$1.WorkflowResponse = service_pb$1.DownloadResponse = service_pb$1.DownloadRequest = service_pb$1.MetadataResponse_BucketsMetadata = service_pb$1.MetadataResponse_BucketMetadata = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Schema = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Table = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Template = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Key = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Column = service_pb$1.MetadataResponse_DatabaseSchemaMetadata = service_pb$1.MetadataResponse = service_pb$1.MetadataRequest = service_pb$1.MetadataRequestDeprecated = service_pb$1.Mock_Return = service_pb$1.Mock_On = service_pb$1.Mock_Params = service_pb$1.Mock = service_pb$1.TwoWayResponse = service_pb$1.TwoWayRequest = service_pb$1.Function_Response = service_pb$1.Function_Request = service_pb$1.Function = service_pb$1.DeleteResponse = service_pb$1.DeleteRequest = service_pb$1.TestResponse = service_pb$1.TestRequest = service_pb$1.CancelResponse = service_pb$1.CancelRequest = service_pb$1.OutputResponse = service_pb$1.OutputRequest = service_pb$1.StreamResponse = service_pb$1.AsyncResponse = service_pb$1.AwaitResponse_Status = service_pb$1.AwaitResponse = service_pb$1.StatusRequest = service_pb$1.Definition_Metadata = service_pb$1.Definition = service_pb$1.ExecuteRequest_File = service_pb$1.ExecuteRequest_Fetch = service_pb$1.ExecuteRequest_Options = service_pb$1.ExecuteRequest = service_pb$1.ValidateRequest = service_pb$1.HealthRequest = service_pb$1.ViewMode = void 0;
|
|
35759
|
+
service_pb$1.WorkflowResponse_ResponseMeta = service_pb$1.WorkflowResponse = service_pb$1.DownloadResponse = service_pb$1.DownloadRequest = service_pb$1.MetadataResponse_BucketsMetadata = service_pb$1.MetadataResponse_BucketMetadata = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Schema = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Table = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Template = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Key = service_pb$1.MetadataResponse_DatabaseSchemaMetadata_Column = service_pb$1.MetadataResponse_DatabaseSchemaMetadata = service_pb$1.MetadataResponse = service_pb$1.MetadataRequest = service_pb$1.MetadataRequestDeprecated = service_pb$1.Mock_Return = service_pb$1.Mock_On = service_pb$1.Mock_Params = service_pb$1.Mock = service_pb$1.TwoWayResponse = service_pb$1.TwoWayRequest = service_pb$1.Function_Response = service_pb$1.Function_Request = service_pb$1.Function = service_pb$1.DeleteResponse = service_pb$1.DeleteRequest = service_pb$1.TestResponse = service_pb$1.TestRequest = service_pb$1.CancelResponse = service_pb$1.CancelRequest = service_pb$1.OutputResponse = service_pb$1.OutputRequest = service_pb$1.StreamResponse = service_pb$1.AsyncResponse = service_pb$1.AwaitResponse_Status = service_pb$1.AwaitResponse = service_pb$1.StatusRequest = service_pb$1.Definition_Metadata = service_pb$1.Definition = service_pb$1.ExecuteRequest_File = service_pb$1.ExecuteRequest_FetchByPath = service_pb$1.ExecuteRequest_Fetch = service_pb$1.ExecuteRequest_Options = service_pb$1.ExecuteRequest = service_pb$1.ValidateRequest = service_pb$1.HealthRequest = service_pb$1.ViewMode = void 0;
|
|
35639
35760
|
const protobuf_1 = /* @__PURE__ */ requireCjs();
|
|
35640
35761
|
const api_pb_1 = requireApi_pb$1();
|
|
35641
35762
|
const common_pb_1 = requireCommon_pb();
|
|
@@ -35779,6 +35900,7 @@ function requireService_pb$1() {
|
|
|
35779
35900
|
{ no: 2, name: "inputs", kind: "map", K: 9, V: { kind: "message", T: protobuf_1.Value } },
|
|
35780
35901
|
{ no: 3, name: "definition", kind: "message", T: Definition, oneof: "request" },
|
|
35781
35902
|
{ no: 4, name: "fetch", kind: "message", T: ExecuteRequest_Fetch, oneof: "request" },
|
|
35903
|
+
{ no: 8, name: "fetch_by_path", kind: "message", T: ExecuteRequest_FetchByPath, oneof: "request" },
|
|
35782
35904
|
{ no: 5, name: "files", kind: "message", T: ExecuteRequest_File, repeated: true },
|
|
35783
35905
|
{ no: 6, name: "profile", kind: "message", T: common_pb_1.Profile },
|
|
35784
35906
|
{ no: 7, name: "mocks", kind: "message", T: Mock, repeated: true }
|
|
@@ -36015,6 +36137,92 @@ function requireService_pb$1() {
|
|
|
36015
36137
|
]));
|
|
36016
36138
|
let ExecuteRequest_Fetch = _ExecuteRequest_Fetch;
|
|
36017
36139
|
service_pb$1.ExecuteRequest_Fetch = ExecuteRequest_Fetch;
|
|
36140
|
+
const _ExecuteRequest_FetchByPath = class _ExecuteRequest_FetchByPath extends protobuf_1.Message {
|
|
36141
|
+
constructor(data2) {
|
|
36142
|
+
super();
|
|
36143
|
+
/**
|
|
36144
|
+
*
|
|
36145
|
+
* The integration profile to use.
|
|
36146
|
+
*
|
|
36147
|
+
* @generated from field: common.v1.Profile profile = 1;
|
|
36148
|
+
*/
|
|
36149
|
+
__publicField(this, "profile");
|
|
36150
|
+
/**
|
|
36151
|
+
*
|
|
36152
|
+
* Use unpublished changes.
|
|
36153
|
+
*
|
|
36154
|
+
* @generated from field: optional bool test = 2;
|
|
36155
|
+
*/
|
|
36156
|
+
__publicField(this, "test");
|
|
36157
|
+
/**
|
|
36158
|
+
*
|
|
36159
|
+
* The view mode that this resource should be executed against.
|
|
36160
|
+
*
|
|
36161
|
+
* @generated from field: api.v1.ViewMode view_mode = 3;
|
|
36162
|
+
*/
|
|
36163
|
+
__publicField(this, "viewMode", ViewMode2.UNSPECIFIED);
|
|
36164
|
+
/**
|
|
36165
|
+
*
|
|
36166
|
+
* The path to the API specification, relative from the root of a bundle.
|
|
36167
|
+
*
|
|
36168
|
+
* @generated from field: string path = 4;
|
|
36169
|
+
*/
|
|
36170
|
+
__publicField(this, "path", "");
|
|
36171
|
+
/**
|
|
36172
|
+
*
|
|
36173
|
+
* The application ID to use when fetching the API.
|
|
36174
|
+
*
|
|
36175
|
+
* @generated from field: optional string application_id = 5;
|
|
36176
|
+
*/
|
|
36177
|
+
__publicField(this, "applicationId");
|
|
36178
|
+
/**
|
|
36179
|
+
*
|
|
36180
|
+
* The commit ID to use when fetching the API.
|
|
36181
|
+
*
|
|
36182
|
+
* @generated from field: optional string commit_id = 6;
|
|
36183
|
+
*/
|
|
36184
|
+
__publicField(this, "commitId");
|
|
36185
|
+
/**
|
|
36186
|
+
*
|
|
36187
|
+
* The branch name to use when fetching the API
|
|
36188
|
+
*
|
|
36189
|
+
* @generated from field: optional string branch_name = 7;
|
|
36190
|
+
*/
|
|
36191
|
+
__publicField(this, "branchName");
|
|
36192
|
+
protobuf_1.proto3.util.initPartial(data2, this);
|
|
36193
|
+
}
|
|
36194
|
+
static fromBinary(bytes, options) {
|
|
36195
|
+
return new _ExecuteRequest_FetchByPath().fromBinary(bytes, options);
|
|
36196
|
+
}
|
|
36197
|
+
static fromJson(jsonValue, options) {
|
|
36198
|
+
return new _ExecuteRequest_FetchByPath().fromJson(jsonValue, options);
|
|
36199
|
+
}
|
|
36200
|
+
static fromJsonString(jsonString, options) {
|
|
36201
|
+
return new _ExecuteRequest_FetchByPath().fromJsonString(jsonString, options);
|
|
36202
|
+
}
|
|
36203
|
+
static equals(a3, b3) {
|
|
36204
|
+
return protobuf_1.proto3.util.equals(_ExecuteRequest_FetchByPath, a3, b3);
|
|
36205
|
+
}
|
|
36206
|
+
};
|
|
36207
|
+
__publicField(_ExecuteRequest_FetchByPath, "runtime", protobuf_1.proto3);
|
|
36208
|
+
__publicField(_ExecuteRequest_FetchByPath, "typeName", "api.v1.ExecuteRequest.FetchByPath");
|
|
36209
|
+
__publicField(_ExecuteRequest_FetchByPath, "fields", protobuf_1.proto3.util.newFieldList(() => [
|
|
36210
|
+
{ no: 1, name: "profile", kind: "message", T: common_pb_1.Profile },
|
|
36211
|
+
{ no: 2, name: "test", kind: "scalar", T: 8, opt: true },
|
|
36212
|
+
{ no: 3, name: "view_mode", kind: "enum", T: protobuf_1.proto3.getEnumType(ViewMode2) },
|
|
36213
|
+
{
|
|
36214
|
+
no: 4,
|
|
36215
|
+
name: "path",
|
|
36216
|
+
kind: "scalar",
|
|
36217
|
+
T: 9
|
|
36218
|
+
/* ScalarType.STRING */
|
|
36219
|
+
},
|
|
36220
|
+
{ no: 5, name: "application_id", kind: "scalar", T: 9, opt: true },
|
|
36221
|
+
{ no: 6, name: "commit_id", kind: "scalar", T: 9, opt: true },
|
|
36222
|
+
{ no: 7, name: "branch_name", kind: "scalar", T: 9, opt: true }
|
|
36223
|
+
]));
|
|
36224
|
+
let ExecuteRequest_FetchByPath = _ExecuteRequest_FetchByPath;
|
|
36225
|
+
service_pb$1.ExecuteRequest_FetchByPath = ExecuteRequest_FetchByPath;
|
|
36018
36226
|
const _ExecuteRequest_File = class _ExecuteRequest_File extends protobuf_1.Message {
|
|
36019
36227
|
constructor(data2) {
|
|
36020
36228
|
super();
|
|
@@ -38246,6 +38454,10 @@ function requireService_pb() {
|
|
|
38246
38454
|
* @generated from oneof security.v1.Resource.git_ref
|
|
38247
38455
|
*/
|
|
38248
38456
|
__publicField(this, "gitRef", { case: void 0 });
|
|
38457
|
+
/**
|
|
38458
|
+
* @generated from field: google.protobuf.Timestamp last_updated = 6;
|
|
38459
|
+
*/
|
|
38460
|
+
__publicField(this, "lastUpdated");
|
|
38249
38461
|
protobuf_1.proto3.util.initPartial(data2, this);
|
|
38250
38462
|
}
|
|
38251
38463
|
static fromBinary(bytes, options) {
|
|
@@ -38268,7 +38480,8 @@ function requireService_pb() {
|
|
|
38268
38480
|
{ no: 2, name: "literal", kind: "message", T: Resource_Literal, oneof: "config" },
|
|
38269
38481
|
{ no: 5, name: "api_literal", kind: "message", T: Resource_ApiLiteral, oneof: "config" },
|
|
38270
38482
|
{ no: 3, name: "commit_id", kind: "scalar", T: 9, oneof: "git_ref" },
|
|
38271
|
-
{ no: 4, name: "branch_name", kind: "scalar", T: 9, oneof: "git_ref" }
|
|
38483
|
+
{ no: 4, name: "branch_name", kind: "scalar", T: 9, oneof: "git_ref" },
|
|
38484
|
+
{ no: 6, name: "last_updated", kind: "message", T: protobuf_1.Timestamp }
|
|
38272
38485
|
]));
|
|
38273
38486
|
let Resource = _Resource;
|
|
38274
38487
|
service_pb.Resource = Resource;
|
|
@@ -143360,14 +143573,14 @@ function getLoaderFn(options) {
|
|
|
143360
143573
|
if (!(loader === "all")) return [3, 3];
|
|
143361
143574
|
return [4, import(
|
|
143362
143575
|
/* webpackChunkName: "blueprint-icons-all-paths-loader" */
|
|
143363
|
-
"./allPathsLoader-
|
|
143576
|
+
"./allPathsLoader-BsylPJdg.js"
|
|
143364
143577
|
)];
|
|
143365
143578
|
case 2:
|
|
143366
143579
|
return [2, _b2.sent().allPathsLoader];
|
|
143367
143580
|
case 3:
|
|
143368
143581
|
return [4, import(
|
|
143369
143582
|
/* webpackChunkName: "blueprint-icons-split-paths-by-size-loader" */
|
|
143370
|
-
"./splitPathsBySizeLoader-
|
|
143583
|
+
"./splitPathsBySizeLoader-BWlBkTcI.js"
|
|
143371
143584
|
)];
|
|
143372
143585
|
case 4:
|
|
143373
143586
|
return [2, _b2.sent().splitPathsBySizeLoader];
|
|
@@ -191492,4 +191705,4 @@ export {
|
|
|
191492
191705
|
SbProvider as y,
|
|
191493
191706
|
SbEventFlow as z
|
|
191494
191707
|
};
|
|
191495
|
-
//# sourceMappingURL=index-
|
|
191708
|
+
//# sourceMappingURL=index-Crq-gtAN.js.map
|