@superblocksteam/sabs-types-js 0.0.1-demo-databricks-deploy
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/build/v1/service_grpc_pb.d.ts +128 -0
- package/build/v1/service_grpc_pb.js +212 -0
- package/build/v1/service_pb.d.ts +394 -0
- package/build/v1/service_pb.js +3062 -0
- package/google/api/annotations_grpc_pb.js +1 -0
- package/google/api/annotations_pb.d.ts +11 -0
- package/google/api/annotations_pb.js +48 -0
- package/google/api/http_grpc_pb.js +1 -0
- package/google/api/http_pb.d.ts +135 -0
- package/google/api/http_pb.js +1006 -0
- package/health/v1/service_grpc_pb.d.ts +42 -0
- package/health/v1/service_grpc_pb.js +46 -0
- package/health/v1/service_pb.d.ts +51 -0
- package/health/v1/service_pb.js +357 -0
- package/liveedit/v1/service_grpc_pb.d.ts +60 -0
- package/liveedit/v1/service_grpc_pb.js +80 -0
- package/liveedit/v1/service_pb.d.ts +166 -0
- package/liveedit/v1/service_pb.js +1232 -0
- package/package.json +18 -0
- package/protoc-gen-openapiv2/options/annotations_grpc_pb.js +1 -0
- package/protoc-gen-openapiv2/options/annotations_pb.d.ts +19 -0
- package/protoc-gen-openapiv2/options/annotations_pb.js +152 -0
- package/protoc-gen-openapiv2/options/openapiv2_grpc_pb.js +1 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +800 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.js +6323 -0
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@superblocksteam/sabs-types-js",
|
|
3
|
+
"version": "0.0.1-demo-databricks-deploy",
|
|
4
|
+
"description": "Superblocks Application Build System Types for JavaScript",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/superblocksteam/sabs.git"
|
|
8
|
+
},
|
|
9
|
+
"publishConfig": {
|
|
10
|
+
"registry": "https://registry.npmjs.org/"
|
|
11
|
+
},
|
|
12
|
+
"license": "Superblocks Community Software License",
|
|
13
|
+
"main": "dist/index.js",
|
|
14
|
+
"types": "dist/index.d.ts",
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@bufbuild/protobuf": "1.10.1"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// package: grpc.gateway.protoc_gen_openapiv2.options
|
|
2
|
+
// file: protoc-gen-openapiv2/options/annotations.proto
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
|
|
7
|
+
import * as jspb from "google-protobuf";
|
|
8
|
+
import * as google_protobuf_descriptor_pb from "google-protobuf/google/protobuf/descriptor_pb";
|
|
9
|
+
import * as protoc_gen_openapiv2_options_openapiv2_pb from "../../protoc-gen-openapiv2/options/openapiv2_pb";
|
|
10
|
+
|
|
11
|
+
export const openapiv2Swagger: jspb.ExtensionFieldInfo<protoc_gen_openapiv2_options_openapiv2_pb.Swagger>;
|
|
12
|
+
|
|
13
|
+
export const openapiv2Operation: jspb.ExtensionFieldInfo<protoc_gen_openapiv2_options_openapiv2_pb.Operation>;
|
|
14
|
+
|
|
15
|
+
export const openapiv2Schema: jspb.ExtensionFieldInfo<protoc_gen_openapiv2_options_openapiv2_pb.Schema>;
|
|
16
|
+
|
|
17
|
+
export const openapiv2Tag: jspb.ExtensionFieldInfo<protoc_gen_openapiv2_options_openapiv2_pb.Tag>;
|
|
18
|
+
|
|
19
|
+
export const openapiv2Field: jspb.ExtensionFieldInfo<protoc_gen_openapiv2_options_openapiv2_pb.JSONSchema>;
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
// source: protoc-gen-openapiv2/options/annotations.proto
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview
|
|
4
|
+
* @enhanceable
|
|
5
|
+
* @suppress {missingRequire} reports error on implicit type usages.
|
|
6
|
+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
7
|
+
* field starts with 'MSG_' and isn't a translatable message.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
11
|
+
/* eslint-disable */
|
|
12
|
+
// @ts-nocheck
|
|
13
|
+
|
|
14
|
+
var jspb = require('google-protobuf');
|
|
15
|
+
var goog = jspb;
|
|
16
|
+
var global = globalThis;
|
|
17
|
+
|
|
18
|
+
var google_protobuf_descriptor_pb = require('google-protobuf/google/protobuf/descriptor_pb');
|
|
19
|
+
goog.object.extend(proto, google_protobuf_descriptor_pb);
|
|
20
|
+
var protoc$gen$openapiv2_options_openapiv2_pb = require('../../protoc-gen-openapiv2/options/openapiv2_pb');
|
|
21
|
+
goog.object.extend(proto, protoc$gen$openapiv2_options_openapiv2_pb);
|
|
22
|
+
goog.exportSymbol('proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Field', null, global);
|
|
23
|
+
goog.exportSymbol('proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation', null, global);
|
|
24
|
+
goog.exportSymbol('proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Schema', null, global);
|
|
25
|
+
goog.exportSymbol('proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Swagger', null, global);
|
|
26
|
+
goog.exportSymbol('proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Tag', null, global);
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* A tuple of {field number, class constructor} for the extension
|
|
30
|
+
* field named `openapiv2Swagger`.
|
|
31
|
+
* @type {!jspb.ExtensionFieldInfo<!proto.grpc.gateway.protoc_gen_openapiv2.options.Swagger>}
|
|
32
|
+
*/
|
|
33
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Swagger = new jspb.ExtensionFieldInfo(
|
|
34
|
+
1042,
|
|
35
|
+
{openapiv2Swagger: 0},
|
|
36
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Swagger,
|
|
37
|
+
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
|
|
38
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Swagger.toObject),
|
|
39
|
+
0);
|
|
40
|
+
|
|
41
|
+
google_protobuf_descriptor_pb.FileOptions.extensionsBinary[1042] = new jspb.ExtensionFieldBinaryInfo(
|
|
42
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Swagger,
|
|
43
|
+
jspb.BinaryReader.prototype.readMessage,
|
|
44
|
+
jspb.BinaryWriter.prototype.writeMessage,
|
|
45
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Swagger.serializeBinaryToWriter,
|
|
46
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Swagger.deserializeBinaryFromReader,
|
|
47
|
+
false);
|
|
48
|
+
// This registers the extension field with the extended class, so that
|
|
49
|
+
// toObject() will function correctly.
|
|
50
|
+
google_protobuf_descriptor_pb.FileOptions.extensions[1042] = proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Swagger;
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* A tuple of {field number, class constructor} for the extension
|
|
55
|
+
* field named `openapiv2Operation`.
|
|
56
|
+
* @type {!jspb.ExtensionFieldInfo<!proto.grpc.gateway.protoc_gen_openapiv2.options.Operation>}
|
|
57
|
+
*/
|
|
58
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation = new jspb.ExtensionFieldInfo(
|
|
59
|
+
1042,
|
|
60
|
+
{openapiv2Operation: 0},
|
|
61
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Operation,
|
|
62
|
+
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
|
|
63
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Operation.toObject),
|
|
64
|
+
0);
|
|
65
|
+
|
|
66
|
+
google_protobuf_descriptor_pb.MethodOptions.extensionsBinary[1042] = new jspb.ExtensionFieldBinaryInfo(
|
|
67
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation,
|
|
68
|
+
jspb.BinaryReader.prototype.readMessage,
|
|
69
|
+
jspb.BinaryWriter.prototype.writeMessage,
|
|
70
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Operation.serializeBinaryToWriter,
|
|
71
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Operation.deserializeBinaryFromReader,
|
|
72
|
+
false);
|
|
73
|
+
// This registers the extension field with the extended class, so that
|
|
74
|
+
// toObject() will function correctly.
|
|
75
|
+
google_protobuf_descriptor_pb.MethodOptions.extensions[1042] = proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Operation;
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* A tuple of {field number, class constructor} for the extension
|
|
80
|
+
* field named `openapiv2Schema`.
|
|
81
|
+
* @type {!jspb.ExtensionFieldInfo<!proto.grpc.gateway.protoc_gen_openapiv2.options.Schema>}
|
|
82
|
+
*/
|
|
83
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Schema = new jspb.ExtensionFieldInfo(
|
|
84
|
+
1042,
|
|
85
|
+
{openapiv2Schema: 0},
|
|
86
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Schema,
|
|
87
|
+
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
|
|
88
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Schema.toObject),
|
|
89
|
+
0);
|
|
90
|
+
|
|
91
|
+
google_protobuf_descriptor_pb.MessageOptions.extensionsBinary[1042] = new jspb.ExtensionFieldBinaryInfo(
|
|
92
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Schema,
|
|
93
|
+
jspb.BinaryReader.prototype.readMessage,
|
|
94
|
+
jspb.BinaryWriter.prototype.writeMessage,
|
|
95
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Schema.serializeBinaryToWriter,
|
|
96
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Schema.deserializeBinaryFromReader,
|
|
97
|
+
false);
|
|
98
|
+
// This registers the extension field with the extended class, so that
|
|
99
|
+
// toObject() will function correctly.
|
|
100
|
+
google_protobuf_descriptor_pb.MessageOptions.extensions[1042] = proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Schema;
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* A tuple of {field number, class constructor} for the extension
|
|
105
|
+
* field named `openapiv2Tag`.
|
|
106
|
+
* @type {!jspb.ExtensionFieldInfo<!proto.grpc.gateway.protoc_gen_openapiv2.options.Tag>}
|
|
107
|
+
*/
|
|
108
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Tag = new jspb.ExtensionFieldInfo(
|
|
109
|
+
1042,
|
|
110
|
+
{openapiv2Tag: 0},
|
|
111
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Tag,
|
|
112
|
+
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
|
|
113
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Tag.toObject),
|
|
114
|
+
0);
|
|
115
|
+
|
|
116
|
+
google_protobuf_descriptor_pb.ServiceOptions.extensionsBinary[1042] = new jspb.ExtensionFieldBinaryInfo(
|
|
117
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Tag,
|
|
118
|
+
jspb.BinaryReader.prototype.readMessage,
|
|
119
|
+
jspb.BinaryWriter.prototype.writeMessage,
|
|
120
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Tag.serializeBinaryToWriter,
|
|
121
|
+
protoc$gen$openapiv2_options_openapiv2_pb.Tag.deserializeBinaryFromReader,
|
|
122
|
+
false);
|
|
123
|
+
// This registers the extension field with the extended class, so that
|
|
124
|
+
// toObject() will function correctly.
|
|
125
|
+
google_protobuf_descriptor_pb.ServiceOptions.extensions[1042] = proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Tag;
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* A tuple of {field number, class constructor} for the extension
|
|
130
|
+
* field named `openapiv2Field`.
|
|
131
|
+
* @type {!jspb.ExtensionFieldInfo<!proto.grpc.gateway.protoc_gen_openapiv2.options.JSONSchema>}
|
|
132
|
+
*/
|
|
133
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Field = new jspb.ExtensionFieldInfo(
|
|
134
|
+
1042,
|
|
135
|
+
{openapiv2Field: 0},
|
|
136
|
+
protoc$gen$openapiv2_options_openapiv2_pb.JSONSchema,
|
|
137
|
+
/** @type {?function((boolean|undefined),!jspb.Message=): !Object} */ (
|
|
138
|
+
protoc$gen$openapiv2_options_openapiv2_pb.JSONSchema.toObject),
|
|
139
|
+
0);
|
|
140
|
+
|
|
141
|
+
google_protobuf_descriptor_pb.FieldOptions.extensionsBinary[1042] = new jspb.ExtensionFieldBinaryInfo(
|
|
142
|
+
proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Field,
|
|
143
|
+
jspb.BinaryReader.prototype.readMessage,
|
|
144
|
+
jspb.BinaryWriter.prototype.writeMessage,
|
|
145
|
+
protoc$gen$openapiv2_options_openapiv2_pb.JSONSchema.serializeBinaryToWriter,
|
|
146
|
+
protoc$gen$openapiv2_options_openapiv2_pb.JSONSchema.deserializeBinaryFromReader,
|
|
147
|
+
false);
|
|
148
|
+
// This registers the extension field with the extended class, so that
|
|
149
|
+
// toObject() will function correctly.
|
|
150
|
+
google_protobuf_descriptor_pb.FieldOptions.extensions[1042] = proto.grpc.gateway.protoc_gen_openapiv2.options.openapiv2Field;
|
|
151
|
+
|
|
152
|
+
goog.object.extend(exports, proto.grpc.gateway.protoc_gen_openapiv2.options);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// GENERATED CODE -- NO SERVICES IN PROTO
|