weave-typescript 0.10.18 → 0.11.0
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/google/api/annotations.pb.js +1 -1
- package/dist/google/api/http.pb.js +4 -4
- package/dist/google/protobuf/descriptor.pb.js +38 -44
- package/dist/google/protobuf/go_features.pb.d.ts +55 -0
- package/dist/google/protobuf/go_features.pb.js +195 -0
- package/dist/google/protobuf/struct.pb.js +5 -5
- package/dist/google/protobuf/timestamp.pb.js +2 -2
- package/dist/weaveapi/auth/v1/service.pb.d.ts +45 -49
- package/dist/weaveapi/auth/v1/service.pb.js +47 -47
- package/dist/weaveapi/auth/v1/session.pb.js +2 -2
- package/dist/weaveapi/auth/v1/usage.pb.js +6 -6
- package/dist/weaveapi/auth/v1/user.pb.js +8 -8
- package/dist/weaveapi/generate/v1/configuration.pb.d.ts +0 -1
- package/dist/weaveapi/generate/v1/configuration.pb.js +7 -7
- package/dist/weaveapi/generate/v1/generate.pb.js +2 -2
- package/dist/weaveapi/generate/v1/service.pb.d.ts +9 -9
- package/dist/weaveapi/generate/v1/service.pb.js +9 -9
- package/dist/weaveapi/llmx/v1/architecture.pb.js +6 -6
- package/dist/weaveapi/llmx/v1/capabilities.pb.js +15 -15
- package/dist/weaveapi/llmx/v1/model.pb.js +9 -9
- package/dist/weaveapi/llmx/v1/pricing.pb.js +5 -5
- package/dist/weaveapi/llmx/v1/provider.pb.js +2 -2
- package/dist/weaveapi/llmx/v1/service.pb.d.ts +25 -25
- package/dist/weaveapi/llmx/v1/service.pb.js +43 -43
- package/dist/weaveapi/mcpregistry/v1/server.pb.js +3 -3
- package/dist/weaveapi/mcpregistry/v1/service.pb.d.ts +13 -13
- package/dist/weaveapi/mcpregistry/v1/service.pb.js +13 -13
- package/dist/weaveapi/payment/v1/invoice.pb.js +5 -5
- package/dist/weaveapi/payment/v1/service.pb.d.ts +39 -42
- package/dist/weaveapi/payment/v1/service.pb.js +47 -47
- package/dist/weaveapi/payment/v1/subscription.pb.d.ts +0 -2
- package/dist/weaveapi/payment/v1/subscription.pb.js +10 -10
- package/dist/weaveapi/storage/v1/auth.pb.js +2 -2
- package/dist/weaveapi/storage/v1/nosql_database.pb.js +10 -10
- package/dist/weaveapi/storage/v1/object_store.pb.js +5 -5
- package/dist/weaveapi/storage/v1/service.pb.d.ts +13 -13
- package/dist/weaveapi/storage/v1/service.pb.js +16 -16
- package/dist/weaveapi/storage/v1/sql_database.pb.js +10 -10
- package/dist/weaveapi/storage/v1/storage.pb.js +2 -2
- package/dist/weaveapi/synthesize/v1/dataset.pb.js +4 -4
- package/dist/weaveapi/synthesize/v1/inline_data.pb.js +2 -2
- package/dist/weaveapi/synthesize/v1/relationship.pb.js +3 -3
- package/dist/weaveapi/synthesize/v1/service.pb.d.ts +9 -9
- package/dist/weaveapi/synthesize/v1/service.pb.js +10 -10
- package/dist/weaveapi/synthesize/v1/training.pb.js +3 -3
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.
|
|
4
|
+
// protoc-gen-ts_proto v2.8.3
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/auth/v1/service.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -38,7 +38,7 @@ exports.InitiateOAuthRequest = {
|
|
|
38
38
|
},
|
|
39
39
|
decode(input, length) {
|
|
40
40
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
41
|
-
|
|
41
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
42
42
|
const message = createBaseInitiateOAuthRequest();
|
|
43
43
|
while (reader.pos < end) {
|
|
44
44
|
const tag = reader.uint32();
|
|
@@ -162,7 +162,7 @@ exports.InitiateOAuthRequest_ProviderParamsEntry = {
|
|
|
162
162
|
},
|
|
163
163
|
decode(input, length) {
|
|
164
164
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
165
|
-
|
|
165
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
166
166
|
const message = createBaseInitiateOAuthRequest_ProviderParamsEntry();
|
|
167
167
|
while (reader.pos < end) {
|
|
168
168
|
const tag = reader.uint32();
|
|
@@ -237,7 +237,7 @@ exports.InitiateOAuthResponse = {
|
|
|
237
237
|
},
|
|
238
238
|
decode(input, length) {
|
|
239
239
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
240
|
-
|
|
240
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
241
241
|
const message = createBaseInitiateOAuthResponse();
|
|
242
242
|
while (reader.pos < end) {
|
|
243
243
|
const tag = reader.uint32();
|
|
@@ -342,7 +342,7 @@ exports.HandleOAuthCallbackRequest = {
|
|
|
342
342
|
},
|
|
343
343
|
decode(input, length) {
|
|
344
344
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
345
|
-
|
|
345
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
346
346
|
const message = createBaseHandleOAuthCallbackRequest();
|
|
347
347
|
while (reader.pos < end) {
|
|
348
348
|
const tag = reader.uint32();
|
|
@@ -486,7 +486,7 @@ exports.HandleOAuthCallbackResponse = {
|
|
|
486
486
|
},
|
|
487
487
|
decode(input, length) {
|
|
488
488
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
489
|
-
|
|
489
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
490
490
|
const message = createBaseHandleOAuthCallbackResponse();
|
|
491
491
|
while (reader.pos < end) {
|
|
492
492
|
const tag = reader.uint32();
|
|
@@ -624,7 +624,7 @@ exports.GetOAuthProvidersRequest = {
|
|
|
624
624
|
},
|
|
625
625
|
decode(input, length) {
|
|
626
626
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
627
|
-
|
|
627
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
628
628
|
const message = createBaseGetOAuthProvidersRequest();
|
|
629
629
|
while (reader.pos < end) {
|
|
630
630
|
const tag = reader.uint32();
|
|
@@ -679,7 +679,7 @@ exports.GetOAuthProvidersResponse = {
|
|
|
679
679
|
},
|
|
680
680
|
decode(input, length) {
|
|
681
681
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
682
|
-
|
|
682
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
683
683
|
const message = createBaseGetOAuthProvidersResponse();
|
|
684
684
|
while (reader.pos < end) {
|
|
685
685
|
const tag = reader.uint32();
|
|
@@ -751,7 +751,7 @@ exports.LinkOAuthProviderRequest = {
|
|
|
751
751
|
},
|
|
752
752
|
decode(input, length) {
|
|
753
753
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
754
|
-
|
|
754
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
755
755
|
const message = createBaseLinkOAuthProviderRequest();
|
|
756
756
|
while (reader.pos < end) {
|
|
757
757
|
const tag = reader.uint32();
|
|
@@ -820,7 +820,7 @@ exports.LinkOAuthProviderResponse = {
|
|
|
820
820
|
},
|
|
821
821
|
decode(input, length) {
|
|
822
822
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
823
|
-
|
|
823
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
824
824
|
const message = createBaseLinkOAuthProviderResponse();
|
|
825
825
|
while (reader.pos < end) {
|
|
826
826
|
const tag = reader.uint32();
|
|
@@ -886,7 +886,7 @@ exports.UnlinkOAuthProviderRequest = {
|
|
|
886
886
|
},
|
|
887
887
|
decode(input, length) {
|
|
888
888
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
889
|
-
|
|
889
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
890
890
|
const message = createBaseUnlinkOAuthProviderRequest();
|
|
891
891
|
while (reader.pos < end) {
|
|
892
892
|
const tag = reader.uint32();
|
|
@@ -944,7 +944,7 @@ exports.UnlinkOAuthProviderResponse = {
|
|
|
944
944
|
},
|
|
945
945
|
decode(input, length) {
|
|
946
946
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
947
|
-
|
|
947
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
948
948
|
const message = createBaseUnlinkOAuthProviderResponse();
|
|
949
949
|
while (reader.pos < end) {
|
|
950
950
|
const tag = reader.uint32();
|
|
@@ -1022,7 +1022,7 @@ exports.RefreshTokenRequest = {
|
|
|
1022
1022
|
},
|
|
1023
1023
|
decode(input, length) {
|
|
1024
1024
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1025
|
-
|
|
1025
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1026
1026
|
const message = createBaseRefreshTokenRequest();
|
|
1027
1027
|
while (reader.pos < end) {
|
|
1028
1028
|
const tag = reader.uint32();
|
|
@@ -1080,7 +1080,7 @@ exports.RefreshTokenResponse = {
|
|
|
1080
1080
|
},
|
|
1081
1081
|
decode(input, length) {
|
|
1082
1082
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1083
|
-
|
|
1083
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1084
1084
|
const message = createBaseRefreshTokenResponse();
|
|
1085
1085
|
while (reader.pos < end) {
|
|
1086
1086
|
const tag = reader.uint32();
|
|
@@ -1158,7 +1158,7 @@ exports.RevokeTokenRequest = {
|
|
|
1158
1158
|
},
|
|
1159
1159
|
decode(input, length) {
|
|
1160
1160
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1161
|
-
|
|
1161
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1162
1162
|
const message = createBaseRevokeTokenRequest();
|
|
1163
1163
|
while (reader.pos < end) {
|
|
1164
1164
|
const tag = reader.uint32();
|
|
@@ -1213,7 +1213,7 @@ exports.RevokeTokenResponse = {
|
|
|
1213
1213
|
},
|
|
1214
1214
|
decode(input, length) {
|
|
1215
1215
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1216
|
-
|
|
1216
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1217
1217
|
const message = createBaseRevokeTokenResponse();
|
|
1218
1218
|
while (reader.pos < end) {
|
|
1219
1219
|
const tag = reader.uint32();
|
|
@@ -1279,7 +1279,7 @@ exports.ValidateTokenRequest = {
|
|
|
1279
1279
|
},
|
|
1280
1280
|
decode(input, length) {
|
|
1281
1281
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1282
|
-
|
|
1282
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1283
1283
|
const message = createBaseValidateTokenRequest();
|
|
1284
1284
|
while (reader.pos < end) {
|
|
1285
1285
|
const tag = reader.uint32();
|
|
@@ -1343,7 +1343,7 @@ exports.ValidateTokenResponse = {
|
|
|
1343
1343
|
},
|
|
1344
1344
|
decode(input, length) {
|
|
1345
1345
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1346
|
-
|
|
1346
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1347
1347
|
const message = createBaseValidateTokenResponse();
|
|
1348
1348
|
while (reader.pos < end) {
|
|
1349
1349
|
const tag = reader.uint32();
|
|
@@ -1443,7 +1443,7 @@ exports.GetCurrentUserRequest = {
|
|
|
1443
1443
|
},
|
|
1444
1444
|
decode(input, length) {
|
|
1445
1445
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1446
|
-
|
|
1446
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1447
1447
|
const message = createBaseGetCurrentUserRequest();
|
|
1448
1448
|
while (reader.pos < end) {
|
|
1449
1449
|
const tag = reader.uint32();
|
|
@@ -1483,7 +1483,7 @@ exports.GetCurrentUserResponse = {
|
|
|
1483
1483
|
},
|
|
1484
1484
|
decode(input, length) {
|
|
1485
1485
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1486
|
-
|
|
1486
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1487
1487
|
const message = createBaseGetCurrentUserResponse();
|
|
1488
1488
|
while (reader.pos < end) {
|
|
1489
1489
|
const tag = reader.uint32();
|
|
@@ -1540,7 +1540,7 @@ exports.UpdateUserRequest = {
|
|
|
1540
1540
|
},
|
|
1541
1541
|
decode(input, length) {
|
|
1542
1542
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1543
|
-
|
|
1543
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1544
1544
|
const message = createBaseUpdateUserRequest();
|
|
1545
1545
|
while (reader.pos < end) {
|
|
1546
1546
|
const tag = reader.uint32();
|
|
@@ -1620,7 +1620,7 @@ exports.UpdateUserResponse = {
|
|
|
1620
1620
|
},
|
|
1621
1621
|
decode(input, length) {
|
|
1622
1622
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1623
|
-
|
|
1623
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1624
1624
|
const message = createBaseUpdateUserResponse();
|
|
1625
1625
|
while (reader.pos < end) {
|
|
1626
1626
|
const tag = reader.uint32();
|
|
@@ -1674,7 +1674,7 @@ exports.DeleteUserRequest = {
|
|
|
1674
1674
|
},
|
|
1675
1675
|
decode(input, length) {
|
|
1676
1676
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1677
|
-
|
|
1677
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1678
1678
|
const message = createBaseDeleteUserRequest();
|
|
1679
1679
|
while (reader.pos < end) {
|
|
1680
1680
|
const tag = reader.uint32();
|
|
@@ -1746,7 +1746,7 @@ exports.DeleteUserResponse = {
|
|
|
1746
1746
|
},
|
|
1747
1747
|
decode(input, length) {
|
|
1748
1748
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1749
|
-
|
|
1749
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1750
1750
|
const message = createBaseDeleteUserResponse();
|
|
1751
1751
|
while (reader.pos < end) {
|
|
1752
1752
|
const tag = reader.uint32();
|
|
@@ -1832,7 +1832,7 @@ exports.ListAPIKeysRequest = {
|
|
|
1832
1832
|
},
|
|
1833
1833
|
decode(input, length) {
|
|
1834
1834
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1835
|
-
|
|
1835
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1836
1836
|
const message = createBaseListAPIKeysRequest();
|
|
1837
1837
|
while (reader.pos < end) {
|
|
1838
1838
|
const tag = reader.uint32();
|
|
@@ -1916,7 +1916,7 @@ exports.ListAPIKeysResponse = {
|
|
|
1916
1916
|
},
|
|
1917
1917
|
decode(input, length) {
|
|
1918
1918
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1919
|
-
|
|
1919
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1920
1920
|
const message = createBaseListAPIKeysResponse();
|
|
1921
1921
|
while (reader.pos < end) {
|
|
1922
1922
|
const tag = reader.uint32();
|
|
@@ -2010,7 +2010,7 @@ exports.CreateAPIKeyRequest = {
|
|
|
2010
2010
|
},
|
|
2011
2011
|
decode(input, length) {
|
|
2012
2012
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2013
|
-
|
|
2013
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2014
2014
|
const message = createBaseCreateAPIKeyRequest();
|
|
2015
2015
|
while (reader.pos < end) {
|
|
2016
2016
|
const tag = reader.uint32();
|
|
@@ -2135,7 +2135,7 @@ exports.CreateAPIKeyResponse = {
|
|
|
2135
2135
|
},
|
|
2136
2136
|
decode(input, length) {
|
|
2137
2137
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2138
|
-
|
|
2138
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2139
2139
|
const message = createBaseCreateAPIKeyResponse();
|
|
2140
2140
|
while (reader.pos < end) {
|
|
2141
2141
|
const tag = reader.uint32();
|
|
@@ -2215,7 +2215,7 @@ exports.GetAPIKeyRequest = {
|
|
|
2215
2215
|
},
|
|
2216
2216
|
decode(input, length) {
|
|
2217
2217
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2218
|
-
|
|
2218
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2219
2219
|
const message = createBaseGetAPIKeyRequest();
|
|
2220
2220
|
while (reader.pos < end) {
|
|
2221
2221
|
const tag = reader.uint32();
|
|
@@ -2267,7 +2267,7 @@ exports.GetAPIKeyResponse = {
|
|
|
2267
2267
|
},
|
|
2268
2268
|
decode(input, length) {
|
|
2269
2269
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2270
|
-
|
|
2270
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2271
2271
|
const message = createBaseGetAPIKeyResponse();
|
|
2272
2272
|
while (reader.pos < end) {
|
|
2273
2273
|
const tag = reader.uint32();
|
|
@@ -2335,7 +2335,7 @@ exports.UpdateAPIKeyRequest = {
|
|
|
2335
2335
|
},
|
|
2336
2336
|
decode(input, length) {
|
|
2337
2337
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2338
|
-
|
|
2338
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2339
2339
|
const message = createBaseUpdateAPIKeyRequest();
|
|
2340
2340
|
while (reader.pos < end) {
|
|
2341
2341
|
const tag = reader.uint32();
|
|
@@ -2454,7 +2454,7 @@ exports.UpdateAPIKeyResponse = {
|
|
|
2454
2454
|
},
|
|
2455
2455
|
decode(input, length) {
|
|
2456
2456
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2457
|
-
|
|
2457
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2458
2458
|
const message = createBaseUpdateAPIKeyResponse();
|
|
2459
2459
|
while (reader.pos < end) {
|
|
2460
2460
|
const tag = reader.uint32();
|
|
@@ -2507,7 +2507,7 @@ exports.RevokeAPIKeyRequest = {
|
|
|
2507
2507
|
},
|
|
2508
2508
|
decode(input, length) {
|
|
2509
2509
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2510
|
-
|
|
2510
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2511
2511
|
const message = createBaseRevokeAPIKeyRequest();
|
|
2512
2512
|
while (reader.pos < end) {
|
|
2513
2513
|
const tag = reader.uint32();
|
|
@@ -2562,7 +2562,7 @@ exports.RevokeAPIKeyResponse = {
|
|
|
2562
2562
|
},
|
|
2563
2563
|
decode(input, length) {
|
|
2564
2564
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2565
|
-
|
|
2565
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2566
2566
|
const message = createBaseRevokeAPIKeyResponse();
|
|
2567
2567
|
while (reader.pos < end) {
|
|
2568
2568
|
const tag = reader.uint32();
|
|
@@ -2634,7 +2634,7 @@ exports.ValidateAPIKeyRequest = {
|
|
|
2634
2634
|
},
|
|
2635
2635
|
decode(input, length) {
|
|
2636
2636
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2637
|
-
|
|
2637
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2638
2638
|
const message = createBaseValidateAPIKeyRequest();
|
|
2639
2639
|
while (reader.pos < end) {
|
|
2640
2640
|
const tag = reader.uint32();
|
|
@@ -2727,7 +2727,7 @@ exports.ValidateAPIKeyResponse = {
|
|
|
2727
2727
|
},
|
|
2728
2728
|
decode(input, length) {
|
|
2729
2729
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2730
|
-
|
|
2730
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2731
2731
|
const message = createBaseValidateAPIKeyResponse();
|
|
2732
2732
|
while (reader.pos < end) {
|
|
2733
2733
|
const tag = reader.uint32();
|
|
@@ -2847,7 +2847,7 @@ exports.GetUsageStatsRequest = {
|
|
|
2847
2847
|
},
|
|
2848
2848
|
decode(input, length) {
|
|
2849
2849
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2850
|
-
|
|
2850
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2851
2851
|
const message = createBaseGetUsageStatsRequest();
|
|
2852
2852
|
while (reader.pos < end) {
|
|
2853
2853
|
const tag = reader.uint32();
|
|
@@ -2919,7 +2919,7 @@ exports.GetUsageStatsResponse = {
|
|
|
2919
2919
|
},
|
|
2920
2920
|
decode(input, length) {
|
|
2921
2921
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
2922
|
-
|
|
2922
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
2923
2923
|
const message = createBaseGetUsageStatsResponse();
|
|
2924
2924
|
while (reader.pos < end) {
|
|
2925
2925
|
const tag = reader.uint32();
|
|
@@ -3004,7 +3004,7 @@ exports.GetRateLimitStatusRequest = {
|
|
|
3004
3004
|
},
|
|
3005
3005
|
decode(input, length) {
|
|
3006
3006
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3007
|
-
|
|
3007
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3008
3008
|
const message = createBaseGetRateLimitStatusRequest();
|
|
3009
3009
|
while (reader.pos < end) {
|
|
3010
3010
|
const tag = reader.uint32();
|
|
@@ -3059,7 +3059,7 @@ exports.GetRateLimitStatusResponse = {
|
|
|
3059
3059
|
},
|
|
3060
3060
|
decode(input, length) {
|
|
3061
3061
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3062
|
-
|
|
3062
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3063
3063
|
const message = createBaseGetRateLimitStatusResponse();
|
|
3064
3064
|
while (reader.pos < end) {
|
|
3065
3065
|
const tag = reader.uint32();
|
|
@@ -3145,7 +3145,7 @@ exports.RateLimitInfo = {
|
|
|
3145
3145
|
},
|
|
3146
3146
|
decode(input, length) {
|
|
3147
3147
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3148
|
-
|
|
3148
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3149
3149
|
const message = createBaseRateLimitInfo();
|
|
3150
3150
|
while (reader.pos < end) {
|
|
3151
3151
|
const tag = reader.uint32();
|
|
@@ -3262,7 +3262,7 @@ exports.ListSessionsRequest = {
|
|
|
3262
3262
|
},
|
|
3263
3263
|
decode(input, length) {
|
|
3264
3264
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3265
|
-
|
|
3265
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3266
3266
|
const message = createBaseListSessionsRequest();
|
|
3267
3267
|
while (reader.pos < end) {
|
|
3268
3268
|
const tag = reader.uint32();
|
|
@@ -3337,7 +3337,7 @@ exports.ListSessionsResponse = {
|
|
|
3337
3337
|
},
|
|
3338
3338
|
decode(input, length) {
|
|
3339
3339
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3340
|
-
|
|
3340
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3341
3341
|
const message = createBaseListSessionsResponse();
|
|
3342
3342
|
while (reader.pos < end) {
|
|
3343
3343
|
const tag = reader.uint32();
|
|
@@ -3428,7 +3428,7 @@ exports.RevokeSessionRequest = {
|
|
|
3428
3428
|
},
|
|
3429
3429
|
decode(input, length) {
|
|
3430
3430
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3431
|
-
|
|
3431
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3432
3432
|
const message = createBaseRevokeSessionRequest();
|
|
3433
3433
|
while (reader.pos < end) {
|
|
3434
3434
|
const tag = reader.uint32();
|
|
@@ -3483,7 +3483,7 @@ exports.RevokeSessionResponse = {
|
|
|
3483
3483
|
},
|
|
3484
3484
|
decode(input, length) {
|
|
3485
3485
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3486
|
-
|
|
3486
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3487
3487
|
const message = createBaseRevokeSessionResponse();
|
|
3488
3488
|
while (reader.pos < end) {
|
|
3489
3489
|
const tag = reader.uint32();
|
|
@@ -3549,7 +3549,7 @@ exports.RevokeAllSessionsRequest = {
|
|
|
3549
3549
|
},
|
|
3550
3550
|
decode(input, length) {
|
|
3551
3551
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3552
|
-
|
|
3552
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3553
3553
|
const message = createBaseRevokeAllSessionsRequest();
|
|
3554
3554
|
while (reader.pos < end) {
|
|
3555
3555
|
const tag = reader.uint32();
|
|
@@ -3604,7 +3604,7 @@ exports.RevokeAllSessionsResponse = {
|
|
|
3604
3604
|
},
|
|
3605
3605
|
decode(input, length) {
|
|
3606
3606
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
3607
|
-
|
|
3607
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
3608
3608
|
const message = createBaseRevokeAllSessionsResponse();
|
|
3609
3609
|
while (reader.pos < end) {
|
|
3610
3610
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.
|
|
4
|
+
// protoc-gen-ts_proto v2.8.3
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/auth/v1/session.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -68,7 +68,7 @@ exports.Session = {
|
|
|
68
68
|
},
|
|
69
69
|
decode(input, length) {
|
|
70
70
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
71
|
-
|
|
71
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
72
72
|
const message = createBaseSession();
|
|
73
73
|
while (reader.pos < end) {
|
|
74
74
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.
|
|
4
|
+
// protoc-gen-ts_proto v2.8.3
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/auth/v1/usage.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -80,7 +80,7 @@ exports.UsageStats = {
|
|
|
80
80
|
},
|
|
81
81
|
decode(input, length) {
|
|
82
82
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
83
|
-
|
|
83
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
84
84
|
const message = createBaseUsageStats();
|
|
85
85
|
while (reader.pos < end) {
|
|
86
86
|
const tag = reader.uint32();
|
|
@@ -362,7 +362,7 @@ exports.UsageStats_RequestsByEndpointEntry = {
|
|
|
362
362
|
},
|
|
363
363
|
decode(input, length) {
|
|
364
364
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
365
|
-
|
|
365
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
366
366
|
const message = createBaseUsageStats_RequestsByEndpointEntry();
|
|
367
367
|
while (reader.pos < end) {
|
|
368
368
|
const tag = reader.uint32();
|
|
@@ -431,7 +431,7 @@ exports.UsageStats_RequestsByDayEntry = {
|
|
|
431
431
|
},
|
|
432
432
|
decode(input, length) {
|
|
433
433
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
434
|
-
|
|
434
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
435
435
|
const message = createBaseUsageStats_RequestsByDayEntry();
|
|
436
436
|
while (reader.pos < end) {
|
|
437
437
|
const tag = reader.uint32();
|
|
@@ -500,7 +500,7 @@ exports.UsageStats_RequestsByApiKeyEntry = {
|
|
|
500
500
|
},
|
|
501
501
|
decode(input, length) {
|
|
502
502
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
503
|
-
|
|
503
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
504
504
|
const message = createBaseUsageStats_RequestsByApiKeyEntry();
|
|
505
505
|
while (reader.pos < end) {
|
|
506
506
|
const tag = reader.uint32();
|
|
@@ -596,7 +596,7 @@ exports.UsageLimits = {
|
|
|
596
596
|
},
|
|
597
597
|
decode(input, length) {
|
|
598
598
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
599
|
-
|
|
599
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
600
600
|
const message = createBaseUsageLimits();
|
|
601
601
|
while (reader.pos < end) {
|
|
602
602
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.
|
|
4
|
+
// protoc-gen-ts_proto v2.8.3
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/auth/v1/user.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -76,7 +76,7 @@ exports.User = {
|
|
|
76
76
|
},
|
|
77
77
|
decode(input, length) {
|
|
78
78
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
79
|
-
|
|
79
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
80
80
|
const message = createBaseUser();
|
|
81
81
|
while (reader.pos < end) {
|
|
82
82
|
const tag = reader.uint32();
|
|
@@ -331,7 +331,7 @@ exports.OAuthAccount = {
|
|
|
331
331
|
},
|
|
332
332
|
decode(input, length) {
|
|
333
333
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
334
|
-
|
|
334
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
335
335
|
const message = createBaseOAuthAccount();
|
|
336
336
|
while (reader.pos < end) {
|
|
337
337
|
const tag = reader.uint32();
|
|
@@ -515,7 +515,7 @@ exports.OAuthAccount_MetadataEntry = {
|
|
|
515
515
|
},
|
|
516
516
|
decode(input, length) {
|
|
517
517
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
518
|
-
|
|
518
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
519
519
|
const message = createBaseOAuthAccount_MetadataEntry();
|
|
520
520
|
while (reader.pos < end) {
|
|
521
521
|
const tag = reader.uint32();
|
|
@@ -611,7 +611,7 @@ exports.OAuthProvider = {
|
|
|
611
611
|
},
|
|
612
612
|
decode(input, length) {
|
|
613
613
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
614
|
-
|
|
614
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
615
615
|
const message = createBaseOAuthProvider();
|
|
616
616
|
while (reader.pos < end) {
|
|
617
617
|
const tag = reader.uint32();
|
|
@@ -790,7 +790,7 @@ exports.SubscriptionInfo = {
|
|
|
790
790
|
},
|
|
791
791
|
decode(input, length) {
|
|
792
792
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
793
|
-
|
|
793
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
794
794
|
const message = createBaseSubscriptionInfo();
|
|
795
795
|
while (reader.pos < end) {
|
|
796
796
|
const tag = reader.uint32();
|
|
@@ -982,7 +982,7 @@ exports.UserPreferences = {
|
|
|
982
982
|
},
|
|
983
983
|
decode(input, length) {
|
|
984
984
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
985
|
-
|
|
985
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
986
986
|
const message = createBaseUserPreferences();
|
|
987
987
|
while (reader.pos < end) {
|
|
988
988
|
const tag = reader.uint32();
|
|
@@ -1185,7 +1185,7 @@ exports.APIKey = {
|
|
|
1185
1185
|
},
|
|
1186
1186
|
decode(input, length) {
|
|
1187
1187
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
1188
|
-
|
|
1188
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
1189
1189
|
const message = createBaseAPIKey();
|
|
1190
1190
|
while (reader.pos < end) {
|
|
1191
1191
|
const tag = reader.uint32();
|
|
@@ -46,7 +46,6 @@ export interface DataQualityConfig {
|
|
|
46
46
|
preserveOutliers: boolean;
|
|
47
47
|
/** Whether to enforce data constraints */
|
|
48
48
|
enforceConstraints: boolean;
|
|
49
|
-
/** Column-specific constraints */
|
|
50
49
|
constraints: ColumnConstraint[];
|
|
51
50
|
}
|
|
52
51
|
/** ColumnConstraint defines constraints for specific columns */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.
|
|
4
|
+
// protoc-gen-ts_proto v2.8.3
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/generate/v1/configuration.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -121,7 +121,7 @@ exports.Configuration = {
|
|
|
121
121
|
},
|
|
122
122
|
decode(input, length) {
|
|
123
123
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
124
|
-
|
|
124
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
125
125
|
const message = createBaseConfiguration();
|
|
126
126
|
while (reader.pos < end) {
|
|
127
127
|
const tag = reader.uint32();
|
|
@@ -235,7 +235,7 @@ exports.DataQualityConfig = {
|
|
|
235
235
|
},
|
|
236
236
|
decode(input, length) {
|
|
237
237
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
238
|
-
|
|
238
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
239
239
|
const message = createBaseDataQualityConfig();
|
|
240
240
|
while (reader.pos < end) {
|
|
241
241
|
const tag = reader.uint32();
|
|
@@ -355,7 +355,7 @@ exports.ColumnConstraint = {
|
|
|
355
355
|
},
|
|
356
356
|
decode(input, length) {
|
|
357
357
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
358
|
-
|
|
358
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
359
359
|
const message = createBaseColumnConstraint();
|
|
360
360
|
while (reader.pos < end) {
|
|
361
361
|
const tag = reader.uint32();
|
|
@@ -484,7 +484,7 @@ exports.PrivacyConfig = {
|
|
|
484
484
|
},
|
|
485
485
|
decode(input, length) {
|
|
486
486
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
487
|
-
|
|
487
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
488
488
|
const message = createBasePrivacyConfig();
|
|
489
489
|
while (reader.pos < end) {
|
|
490
490
|
const tag = reader.uint32();
|
|
@@ -603,7 +603,7 @@ exports.ModelConfig = {
|
|
|
603
603
|
},
|
|
604
604
|
decode(input, length) {
|
|
605
605
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
606
|
-
|
|
606
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
607
607
|
const message = createBaseModelConfig();
|
|
608
608
|
while (reader.pos < end) {
|
|
609
609
|
const tag = reader.uint32();
|
|
@@ -727,7 +727,7 @@ exports.ModelConfig_CustomParametersEntry = {
|
|
|
727
727
|
},
|
|
728
728
|
decode(input, length) {
|
|
729
729
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
730
|
-
|
|
730
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
731
731
|
const message = createBaseModelConfig_CustomParametersEntry();
|
|
732
732
|
while (reader.pos < end) {
|
|
733
733
|
const tag = reader.uint32();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
3
3
|
// versions:
|
|
4
|
-
// protoc-gen-ts_proto v2.
|
|
4
|
+
// protoc-gen-ts_proto v2.8.3
|
|
5
5
|
// protoc unknown
|
|
6
6
|
// source: weaveapi/generate/v1/generate.proto
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -31,7 +31,7 @@ exports.StartDatasetGenerationEvent = {
|
|
|
31
31
|
},
|
|
32
32
|
decode(input, length) {
|
|
33
33
|
const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
|
|
34
|
-
|
|
34
|
+
const end = length === undefined ? reader.len : reader.pos + length;
|
|
35
35
|
const message = createBaseStartDatasetGenerationEvent();
|
|
36
36
|
while (reader.pos < end) {
|
|
37
37
|
const tag = reader.uint32();
|