weave-typescript 0.12.0 → 0.14.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.
Files changed (136) hide show
  1. package/dist/google/api/annotations.pb.js +1 -1
  2. package/dist/google/api/http.pb.js +1 -1
  3. package/dist/google/protobuf/descriptor.pb.d.ts +8 -1
  4. package/dist/google/protobuf/descriptor.pb.js +8 -1
  5. package/dist/google/protobuf/struct.pb.js +1 -1
  6. package/dist/google/protobuf/timestamp.pb.d.ts +7 -6
  7. package/dist/google/protobuf/timestamp.pb.js +1 -1
  8. package/dist/index.d.ts +9 -16
  9. package/dist/index.js +13 -21
  10. package/dist/weaveapi/{storage/v1/auth.pb.d.ts → atc/v1/event.pb.d.ts} +12 -6
  11. package/dist/weaveapi/atc/v1/event.pb.js +263 -0
  12. package/dist/weaveapi/{auth/v1/session.pb.d.ts → atc/v1/message.pb.d.ts} +22 -21
  13. package/dist/weaveapi/atc/v1/message.pb.js +287 -0
  14. package/dist/weaveapi/atc/v1/process.pb.d.ts +91 -0
  15. package/dist/weaveapi/atc/v1/process.pb.js +658 -0
  16. package/dist/weaveapi/atc/v1/run.pb.d.ts +71 -0
  17. package/dist/weaveapi/atc/v1/run.pb.js +525 -0
  18. package/dist/weaveapi/atc/v1/service.pb.d.ts +339 -0
  19. package/dist/weaveapi/atc/v1/service.pb.js +1922 -0
  20. package/dist/weaveapi/project/v1/project.pb.d.ts +67 -5
  21. package/dist/weaveapi/project/v1/project.pb.js +765 -66
  22. package/dist/weaveapi/project/v1/service.pb.d.ts +117 -76
  23. package/dist/weaveapi/project/v1/service.pb.js +1088 -401
  24. package/dist/weaveapi/task/v1/service.pb.d.ts +171 -0
  25. package/dist/weaveapi/task/v1/service.pb.js +1416 -0
  26. package/dist/weaveapi/task/v1/task.pb.d.ts +84 -0
  27. package/dist/weaveapi/task/v1/task.pb.js +782 -0
  28. package/dist/weavesql/atcdb/event_sql.d.ts +101 -0
  29. package/dist/weavesql/atcdb/event_sql.js +191 -0
  30. package/dist/weavesql/atcdb/mailbox_sql.d.ts +43 -0
  31. package/dist/weavesql/atcdb/mailbox_sql.js +85 -0
  32. package/dist/weavesql/weavedb/project_sql.d.ts +121 -46
  33. package/dist/weavesql/weavedb/project_sql.js +304 -112
  34. package/dist/weavesql/weavedb/task_sql.d.ts +163 -0
  35. package/dist/weavesql/weavedb/task_sql.js +328 -0
  36. package/package.json +1 -1
  37. package/dist/weaveapi/auth/v1/service.pb.d.ts +0 -709
  38. package/dist/weaveapi/auth/v1/service.pb.js +0 -4977
  39. package/dist/weaveapi/auth/v1/session.pb.js +0 -308
  40. package/dist/weaveapi/auth/v1/usage.pb.d.ts +0 -76
  41. package/dist/weaveapi/auth/v1/usage.pb.js +0 -849
  42. package/dist/weaveapi/auth/v1/user.pb.d.ts +0 -141
  43. package/dist/weaveapi/auth/v1/user.pb.js +0 -1625
  44. package/dist/weaveapi/data/v1/data.pb.d.ts +0 -54
  45. package/dist/weaveapi/data/v1/data.pb.js +0 -411
  46. package/dist/weaveapi/data/v1/service.pb.d.ts +0 -296
  47. package/dist/weaveapi/data/v1/service.pb.js +0 -2777
  48. package/dist/weaveapi/generate/v1/configuration.pb.d.ts +0 -122
  49. package/dist/weaveapi/generate/v1/configuration.pb.js +0 -877
  50. package/dist/weaveapi/generate/v1/generate.pb.d.ts +0 -48
  51. package/dist/weaveapi/generate/v1/generate.pb.js +0 -367
  52. package/dist/weaveapi/generate/v1/service.pb.d.ts +0 -173
  53. package/dist/weaveapi/generate/v1/service.pb.js +0 -1207
  54. package/dist/weaveapi/input/v1/input.pb.d.ts +0 -77
  55. package/dist/weaveapi/input/v1/input.pb.js +0 -632
  56. package/dist/weaveapi/input/v1/service.pb.d.ts +0 -390
  57. package/dist/weaveapi/input/v1/service.pb.js +0 -3610
  58. package/dist/weaveapi/integration/v1/integration.pb.d.ts +0 -67
  59. package/dist/weaveapi/integration/v1/integration.pb.js +0 -486
  60. package/dist/weaveapi/integration/v1/service.pb.d.ts +0 -318
  61. package/dist/weaveapi/integration/v1/service.pb.js +0 -2992
  62. package/dist/weaveapi/llmx/v1/architecture.pb.d.ts +0 -665
  63. package/dist/weaveapi/llmx/v1/architecture.pb.js +0 -3028
  64. package/dist/weaveapi/llmx/v1/capabilities.pb.d.ts +0 -709
  65. package/dist/weaveapi/llmx/v1/capabilities.pb.js +0 -3458
  66. package/dist/weaveapi/llmx/v1/model.pb.d.ts +0 -375
  67. package/dist/weaveapi/llmx/v1/model.pb.js +0 -1472
  68. package/dist/weaveapi/llmx/v1/pricing.pb.d.ts +0 -340
  69. package/dist/weaveapi/llmx/v1/pricing.pb.js +0 -974
  70. package/dist/weaveapi/llmx/v1/provider.pb.d.ts +0 -72
  71. package/dist/weaveapi/llmx/v1/provider.pb.js +0 -218
  72. package/dist/weaveapi/llmx/v1/service.pb.d.ts +0 -683
  73. package/dist/weaveapi/llmx/v1/service.pb.js +0 -5266
  74. package/dist/weaveapi/mcpregistry/v1/server.pb.d.ts +0 -54
  75. package/dist/weaveapi/mcpregistry/v1/server.pb.js +0 -436
  76. package/dist/weaveapi/mcpregistry/v1/service.pb.d.ts +0 -171
  77. package/dist/weaveapi/mcpregistry/v1/service.pb.js +0 -963
  78. package/dist/weaveapi/payment/v1/invoice.pb.d.ts +0 -92
  79. package/dist/weaveapi/payment/v1/invoice.pb.js +0 -998
  80. package/dist/weaveapi/payment/v1/service.pb.d.ts +0 -662
  81. package/dist/weaveapi/payment/v1/service.pb.js +0 -5395
  82. package/dist/weaveapi/payment/v1/subscription.pb.d.ts +0 -165
  83. package/dist/weaveapi/payment/v1/subscription.pb.js +0 -1930
  84. package/dist/weaveapi/report/v1/report.pb.d.ts +0 -81
  85. package/dist/weaveapi/report/v1/report.pb.js +0 -678
  86. package/dist/weaveapi/report/v1/service.pb.d.ts +0 -194
  87. package/dist/weaveapi/report/v1/service.pb.js +0 -1923
  88. package/dist/weaveapi/requirement/v1/requirement.pb.d.ts +0 -70
  89. package/dist/weaveapi/requirement/v1/requirement.pb.js +0 -570
  90. package/dist/weaveapi/requirement/v1/service.pb.d.ts +0 -390
  91. package/dist/weaveapi/requirement/v1/service.pb.js +0 -3636
  92. package/dist/weaveapi/run/v1/run.pb.d.ts +0 -117
  93. package/dist/weaveapi/run/v1/run.pb.js +0 -1155
  94. package/dist/weaveapi/run/v1/service.pb.d.ts +0 -229
  95. package/dist/weaveapi/run/v1/service.pb.js +0 -2426
  96. package/dist/weaveapi/script/v1/script.pb.d.ts +0 -102
  97. package/dist/weaveapi/script/v1/script.pb.js +0 -1025
  98. package/dist/weaveapi/script/v1/service.pb.d.ts +0 -502
  99. package/dist/weaveapi/script/v1/service.pb.js +0 -4871
  100. package/dist/weaveapi/storage/v1/auth.pb.js +0 -110
  101. package/dist/weaveapi/storage/v1/nosql_database.pb.d.ts +0 -91
  102. package/dist/weaveapi/storage/v1/nosql_database.pb.js +0 -1056
  103. package/dist/weaveapi/storage/v1/object_store.pb.d.ts +0 -49
  104. package/dist/weaveapi/storage/v1/object_store.pb.js +0 -441
  105. package/dist/weaveapi/storage/v1/service.pb.d.ts +0 -245
  106. package/dist/weaveapi/storage/v1/service.pb.js +0 -1339
  107. package/dist/weaveapi/storage/v1/sql_database.pb.d.ts +0 -98
  108. package/dist/weaveapi/storage/v1/sql_database.pb.js +0 -1184
  109. package/dist/weaveapi/storage/v1/storage.pb.d.ts +0 -35
  110. package/dist/weaveapi/storage/v1/storage.pb.js +0 -198
  111. package/dist/weaveapi/storage/v1/vcs.pb.d.ts +0 -75
  112. package/dist/weaveapi/storage/v1/vcs.pb.js +0 -864
  113. package/dist/weaveapi/suite/v1/service.pb.d.ts +0 -539
  114. package/dist/weaveapi/suite/v1/service.pb.js +0 -5279
  115. package/dist/weaveapi/suite/v1/suite.pb.d.ts +0 -92
  116. package/dist/weaveapi/suite/v1/suite.pb.js +0 -876
  117. package/dist/weaveapi/synthesize/v1/dataset.pb.d.ts +0 -68
  118. package/dist/weaveapi/synthesize/v1/dataset.pb.js +0 -460
  119. package/dist/weaveapi/synthesize/v1/inline_data.pb.d.ts +0 -45
  120. package/dist/weaveapi/synthesize/v1/inline_data.pb.js +0 -166
  121. package/dist/weaveapi/synthesize/v1/relationship.pb.d.ts +0 -58
  122. package/dist/weaveapi/synthesize/v1/relationship.pb.js +0 -253
  123. package/dist/weaveapi/synthesize/v1/service.pb.d.ts +0 -144
  124. package/dist/weaveapi/synthesize/v1/service.pb.js +0 -917
  125. package/dist/weaveapi/synthesize/v1/training.pb.d.ts +0 -58
  126. package/dist/weaveapi/synthesize/v1/training.pb.js +0 -386
  127. package/dist/weaveapi/testcase/v1/service.pb.d.ts +0 -498
  128. package/dist/weaveapi/testcase/v1/service.pb.js +0 -4728
  129. package/dist/weaveapi/testcase/v1/testcase.pb.d.ts +0 -91
  130. package/dist/weaveapi/testcase/v1/testcase.pb.js +0 -794
  131. package/dist/weaveapi/workflow/v1/service.pb.d.ts +0 -261
  132. package/dist/weaveapi/workflow/v1/service.pb.js +0 -2120
  133. package/dist/weaveapi/workflow/v1/workflow.pb.d.ts +0 -77
  134. package/dist/weaveapi/workflow/v1/workflow.pb.js +0 -555
  135. package/dist/weaveapi/workflowdata/v1/service.pb.d.ts +0 -295
  136. package/dist/weaveapi/workflowdata/v1/service.pb.js +0 -2612
@@ -1,122 +0,0 @@
1
- import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
2
- export declare const protobufPackage = "weaveapi.generate.v1";
3
- /** ModelType defines the available synthetic data generation models */
4
- export declare enum ModelType {
5
- MODEL_TYPE_UNSPECIFIED = 0,
6
- /** MODEL_TYPE_CTGAN - Conditional Tabular GAN */
7
- MODEL_TYPE_CTGAN = 1,
8
- /** MODEL_TYPE_TVAE - Tabular Variational Autoencoder */
9
- MODEL_TYPE_TVAE = 2,
10
- /** MODEL_TYPE_COPULA - Gaussian Copula */
11
- MODEL_TYPE_COPULA = 3,
12
- /** MODEL_TYPE_FAST - Fast mode (less accurate but quicker) */
13
- MODEL_TYPE_FAST = 4,
14
- /** MODEL_TYPE_GAN - Generic GAN implementation */
15
- MODEL_TYPE_GAN = 5,
16
- /** MODEL_TYPE_WGAN - Wasserstein GAN */
17
- MODEL_TYPE_WGAN = 6,
18
- /** MODEL_TYPE_SMOTE - Synthetic Minority Over-sampling Technique */
19
- MODEL_TYPE_SMOTE = 7,
20
- /** MODEL_TYPE_BAYESIAN - Bayesian Network */
21
- MODEL_TYPE_BAYESIAN = 8,
22
- /** MODEL_TYPE_HMA - Hierarchical Modeling Algorithm */
23
- MODEL_TYPE_HMA = 9,
24
- UNRECOGNIZED = -1
25
- }
26
- export declare function modelTypeFromJSON(object: any): ModelType;
27
- export declare function modelTypeToJSON(object: ModelType): string;
28
- /** SynthesizerConfig defines customization options for synthetic data generation */
29
- export interface Configuration {
30
- /** Basic configuration */
31
- numRecords: number;
32
- /** Data quality settings */
33
- dataQuality: DataQualityConfig | undefined;
34
- /** Privacy settings */
35
- privacy: PrivacyConfig | undefined;
36
- /** Advanced model configuration */
37
- model: ModelConfig | undefined;
38
- }
39
- /** DataQualityConfig controls the quality of generated data */
40
- export interface DataQualityConfig {
41
- /** How closely to maintain correlations (0.0-1.0) */
42
- correlationAccuracy: number;
43
- /** Statistical similarity to original data (0.0-1.0) */
44
- statisticalSimilarity: number;
45
- /** Whether to preserve outlier patterns */
46
- preserveOutliers: boolean;
47
- /** Whether to enforce data constraints */
48
- enforceConstraints: boolean;
49
- constraints: ColumnConstraint[];
50
- }
51
- /** ColumnConstraint defines constraints for specific columns */
52
- export interface ColumnConstraint {
53
- /** Name of the column */
54
- columnName: string;
55
- /** Type of constraint (e.g., "range", "regex", "categorical") */
56
- constraintType: string;
57
- /** Minimum value (for numeric constraints) */
58
- minValue: string;
59
- /** Maximum value (for numeric constraints) */
60
- maxValue: string;
61
- /** Regex pattern (for string constraints) */
62
- regexPattern: string;
63
- /** List of allowed values (for categorical constraints) */
64
- allowedValues: string[];
65
- }
66
- /** PrivacyConfig controls privacy aspects of synthetic data */
67
- export interface PrivacyConfig {
68
- /** Differential privacy epsilon parameter */
69
- epsilon: number;
70
- /** Whether to enforce k-anonymity */
71
- kAnonymityCheck: boolean;
72
- /** k value for k-anonymity (if enabled) */
73
- kValue: number;
74
- /** Columns that contain sensitive information */
75
- sensitiveColumns: string[];
76
- /** Whether to compute privacy metrics */
77
- enablePrivacyMetrics: boolean;
78
- }
79
- /** ModelConfig controls the ML model used for synthesis */
80
- export interface ModelConfig {
81
- /** Type of model to use for synthesis */
82
- modelType: ModelType;
83
- /** Training epochs */
84
- epochs: number;
85
- /** Learning rate for training */
86
- learningRate: number;
87
- /** Batch size for training */
88
- batchSize: number;
89
- /** Additional model-specific parameters */
90
- customParameters: {
91
- [key: string]: string;
92
- };
93
- }
94
- export interface ModelConfig_CustomParametersEntry {
95
- key: string;
96
- value: string;
97
- }
98
- export declare const Configuration: MessageFns<Configuration>;
99
- export declare const DataQualityConfig: MessageFns<DataQualityConfig>;
100
- export declare const ColumnConstraint: MessageFns<ColumnConstraint>;
101
- export declare const PrivacyConfig: MessageFns<PrivacyConfig>;
102
- export declare const ModelConfig: MessageFns<ModelConfig>;
103
- export declare const ModelConfig_CustomParametersEntry: MessageFns<ModelConfig_CustomParametersEntry>;
104
- type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
105
- export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
106
- [K in keyof T]?: DeepPartial<T[K]>;
107
- } : Partial<T>;
108
- type KeysOfUnion<T> = T extends T ? keyof T : never;
109
- export type Exact<P, I extends P> = P extends Builtin ? P : P & {
110
- [K in keyof P]: Exact<P[K], I[K]>;
111
- } & {
112
- [K in Exclude<keyof I, KeysOfUnion<P>>]: never;
113
- };
114
- export interface MessageFns<T> {
115
- encode(message: T, writer?: BinaryWriter): BinaryWriter;
116
- decode(input: BinaryReader | Uint8Array, length?: number): T;
117
- fromJSON(object: any): T;
118
- toJSON(message: T): unknown;
119
- create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
120
- fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
121
- }
122
- export {};