@kenji71089/evaluation 0.0.1

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 (209) hide show
  1. package/.release-please-manifest.json +3 -0
  2. package/README.md +9 -0
  3. package/eslint.config.mjs +27 -0
  4. package/lib/clauseEvaluator.d.ts +22 -0
  5. package/lib/clauseEvaluator.js +299 -0
  6. package/lib/clauseEvaluator.mjs +214 -0
  7. package/lib/dependencyEvaluator.d.ts +6 -0
  8. package/lib/dependencyEvaluator.js +46 -0
  9. package/lib/dependencyEvaluator.mjs +19 -0
  10. package/lib/errors.d.ts +9 -0
  11. package/lib/errors.js +15 -0
  12. package/lib/errors.mjs +12 -0
  13. package/lib/evaluation.d.ts +25 -0
  14. package/lib/evaluation.js +503 -0
  15. package/lib/evaluation.mjs +328 -0
  16. package/lib/google/api/annotations_pb.d.ts +8 -0
  17. package/lib/google/api/annotations_pb.js +40 -0
  18. package/lib/google/api/annotations_pb.mjs +54 -0
  19. package/lib/google/api/annotations_pb_service.d.ts +3 -0
  20. package/lib/google/api/annotations_pb_service.js +3 -0
  21. package/lib/google/api/annotations_pb_service.mjs +3 -0
  22. package/lib/google/api/http_pb.d.ts +132 -0
  23. package/lib/google/api/http_pb.js +860 -0
  24. package/lib/google/api/http_pb.mjs +982 -0
  25. package/lib/google/api/http_pb_service.d.ts +3 -0
  26. package/lib/google/api/http_pb_service.js +3 -0
  27. package/lib/google/api/http_pb_service.mjs +3 -0
  28. package/lib/google/rpc/code_pb.d.ts +26 -0
  29. package/lib/google/rpc/code_pb.js +44 -0
  30. package/lib/google/rpc/code_pb.mjs +48 -0
  31. package/lib/google/rpc/code_pb_service.d.ts +3 -0
  32. package/lib/google/rpc/code_pb_service.js +3 -0
  33. package/lib/google/rpc/code_pb_service.mjs +3 -0
  34. package/lib/google/rpc/error_details_pb.d.ts +322 -0
  35. package/lib/google/rpc/error_details_pb.js +2220 -0
  36. package/lib/google/rpc/error_details_pb.mjs +2499 -0
  37. package/lib/google/rpc/error_details_pb_service.d.ts +3 -0
  38. package/lib/google/rpc/error_details_pb_service.js +3 -0
  39. package/lib/google/rpc/error_details_pb_service.mjs +3 -0
  40. package/lib/google/rpc/status_pb.d.ts +36 -0
  41. package/lib/google/rpc/status_pb.js +235 -0
  42. package/lib/google/rpc/status_pb.mjs +268 -0
  43. package/lib/google/rpc/status_pb_service.d.ts +3 -0
  44. package/lib/google/rpc/status_pb_service.js +3 -0
  45. package/lib/google/rpc/status_pb_service.mjs +3 -0
  46. package/lib/index.d.ts +20 -0
  47. package/lib/index.js +199 -0
  48. package/lib/index.mjs +46 -0
  49. package/lib/modelFactory.d.ts +64 -0
  50. package/lib/modelFactory.js +206 -0
  51. package/lib/modelFactory.mjs +176 -0
  52. package/lib/proto/event/client/event_pb.d.ts +761 -0
  53. package/lib/proto/event/client/event_pb.js +5195 -0
  54. package/lib/proto/event/client/event_pb.mjs +5865 -0
  55. package/lib/proto/event/client/event_pb_service.d.ts +3 -0
  56. package/lib/proto/event/client/event_pb_service.js +3 -0
  57. package/lib/proto/event/client/event_pb_service.mjs +3 -0
  58. package/lib/proto/event/domain/event_pb.d.ts +4518 -0
  59. package/lib/proto/event/domain/event_pb.js +10834 -0
  60. package/lib/proto/event/domain/event_pb.mjs +33315 -0
  61. package/lib/proto/event/domain/event_pb_service.d.ts +3 -0
  62. package/lib/proto/event/domain/event_pb_service.js +3 -0
  63. package/lib/proto/event/domain/event_pb_service.mjs +3 -0
  64. package/lib/proto/event/domain/localized_message_pb.d.ts +29 -0
  65. package/lib/proto/event/domain/localized_message_pb.js +183 -0
  66. package/lib/proto/event/domain/localized_message_pb.mjs +206 -0
  67. package/lib/proto/event/domain/localized_message_pb_service.d.ts +3 -0
  68. package/lib/proto/event/domain/localized_message_pb_service.js +3 -0
  69. package/lib/proto/event/domain/localized_message_pb_service.mjs +3 -0
  70. package/lib/proto/event/service/feature_pb.d.ts +44 -0
  71. package/lib/proto/event/service/feature_pb.js +277 -0
  72. package/lib/proto/event/service/feature_pb.mjs +319 -0
  73. package/lib/proto/event/service/feature_pb_service.d.ts +3 -0
  74. package/lib/proto/event/service/feature_pb_service.js +3 -0
  75. package/lib/proto/event/service/feature_pb_service.mjs +3 -0
  76. package/lib/proto/event/service/segment_pb.d.ts +51 -0
  77. package/lib/proto/event/service/segment_pb.js +324 -0
  78. package/lib/proto/event/service/segment_pb.mjs +375 -0
  79. package/lib/proto/event/service/segment_pb_service.d.ts +3 -0
  80. package/lib/proto/event/service/segment_pb_service.js +3 -0
  81. package/lib/proto/event/service/segment_pb_service.mjs +3 -0
  82. package/lib/proto/event/service/user_pb.d.ts +49 -0
  83. package/lib/proto/event/service/user_pb.js +315 -0
  84. package/lib/proto/event/service/user_pb.mjs +362 -0
  85. package/lib/proto/event/service/user_pb_service.d.ts +3 -0
  86. package/lib/proto/event/service/user_pb_service.js +3 -0
  87. package/lib/proto/event/service/user_pb_service.mjs +3 -0
  88. package/lib/proto/feature/clause_pb.d.ts +57 -0
  89. package/lib/proto/feature/clause_pb.js +277 -0
  90. package/lib/proto/feature/clause_pb.mjs +312 -0
  91. package/lib/proto/feature/clause_pb_service.d.ts +3 -0
  92. package/lib/proto/feature/clause_pb_service.js +3 -0
  93. package/lib/proto/feature/clause_pb_service.mjs +3 -0
  94. package/lib/proto/feature/command_pb.d.ts +1213 -0
  95. package/lib/proto/feature/command_pb.js +8260 -0
  96. package/lib/proto/feature/command_pb.mjs +9275 -0
  97. package/lib/proto/feature/command_pb_service.d.ts +3 -0
  98. package/lib/proto/feature/command_pb_service.js +3 -0
  99. package/lib/proto/feature/command_pb_service.mjs +3 -0
  100. package/lib/proto/feature/evaluation_pb.d.ts +111 -0
  101. package/lib/proto/feature/evaluation_pb.js +685 -0
  102. package/lib/proto/feature/evaluation_pb.mjs +793 -0
  103. package/lib/proto/feature/evaluation_pb_service.d.ts +3 -0
  104. package/lib/proto/feature/evaluation_pb_service.js +3 -0
  105. package/lib/proto/feature/evaluation_pb_service.mjs +3 -0
  106. package/lib/proto/feature/feature_last_used_info_pb.d.ts +45 -0
  107. package/lib/proto/feature/feature_last_used_info_pb.js +283 -0
  108. package/lib/proto/feature/feature_last_used_info_pb.mjs +326 -0
  109. package/lib/proto/feature/feature_last_used_info_pb_service.d.ts +3 -0
  110. package/lib/proto/feature/feature_last_used_info_pb_service.js +3 -0
  111. package/lib/proto/feature/feature_last_used_info_pb_service.mjs +3 -0
  112. package/lib/proto/feature/feature_pb.d.ts +192 -0
  113. package/lib/proto/feature/feature_pb.js +1210 -0
  114. package/lib/proto/feature/feature_pb.mjs +1413 -0
  115. package/lib/proto/feature/feature_pb_service.d.ts +3 -0
  116. package/lib/proto/feature/feature_pb_service.js +3 -0
  117. package/lib/proto/feature/feature_pb_service.mjs +3 -0
  118. package/lib/proto/feature/flag_trigger_pb.d.ts +84 -0
  119. package/lib/proto/feature/flag_trigger_pb.js +452 -0
  120. package/lib/proto/feature/flag_trigger_pb.mjs +525 -0
  121. package/lib/proto/feature/flag_trigger_pb_service.d.ts +3 -0
  122. package/lib/proto/feature/flag_trigger_pb_service.js +3 -0
  123. package/lib/proto/feature/flag_trigger_pb_service.mjs +3 -0
  124. package/lib/proto/feature/prerequisite_pb.d.ts +29 -0
  125. package/lib/proto/feature/prerequisite_pb.js +183 -0
  126. package/lib/proto/feature/prerequisite_pb.mjs +206 -0
  127. package/lib/proto/feature/prerequisite_pb_service.d.ts +3 -0
  128. package/lib/proto/feature/prerequisite_pb_service.js +3 -0
  129. package/lib/proto/feature/prerequisite_pb_service.mjs +3 -0
  130. package/lib/proto/feature/reason_pb.d.ts +40 -0
  131. package/lib/proto/feature/reason_pb.js +196 -0
  132. package/lib/proto/feature/reason_pb.mjs +219 -0
  133. package/lib/proto/feature/reason_pb_service.d.ts +3 -0
  134. package/lib/proto/feature/reason_pb_service.js +3 -0
  135. package/lib/proto/feature/reason_pb_service.mjs +3 -0
  136. package/lib/proto/feature/rule_pb.d.ts +39 -0
  137. package/lib/proto/feature/rule_pb.js +254 -0
  138. package/lib/proto/feature/rule_pb.mjs +291 -0
  139. package/lib/proto/feature/rule_pb_service.d.ts +3 -0
  140. package/lib/proto/feature/rule_pb_service.js +3 -0
  141. package/lib/proto/feature/rule_pb_service.mjs +3 -0
  142. package/lib/proto/feature/segment_pb.d.ts +161 -0
  143. package/lib/proto/feature/segment_pb.js +974 -0
  144. package/lib/proto/feature/segment_pb.mjs +1127 -0
  145. package/lib/proto/feature/segment_pb_service.d.ts +3 -0
  146. package/lib/proto/feature/segment_pb_service.js +3 -0
  147. package/lib/proto/feature/segment_pb_service.mjs +3 -0
  148. package/lib/proto/feature/service_pb.d.ts +2158 -0
  149. package/lib/proto/feature/service_pb.js +5363 -0
  150. package/lib/proto/feature/service_pb.mjs +16348 -0
  151. package/lib/proto/feature/service_pb_service.d.ts +747 -0
  152. package/lib/proto/feature/service_pb_service.js +1424 -0
  153. package/lib/proto/feature/service_pb_service.mjs +1501 -0
  154. package/lib/proto/feature/strategy_pb.d.ts +110 -0
  155. package/lib/proto/feature/strategy_pb.js +712 -0
  156. package/lib/proto/feature/strategy_pb.mjs +803 -0
  157. package/lib/proto/feature/strategy_pb_service.d.ts +3 -0
  158. package/lib/proto/feature/strategy_pb_service.js +3 -0
  159. package/lib/proto/feature/strategy_pb_service.mjs +3 -0
  160. package/lib/proto/feature/target_pb.d.ts +31 -0
  161. package/lib/proto/feature/target_pb.js +207 -0
  162. package/lib/proto/feature/target_pb.mjs +232 -0
  163. package/lib/proto/feature/target_pb_service.d.ts +3 -0
  164. package/lib/proto/feature/target_pb_service.js +3 -0
  165. package/lib/proto/feature/target_pb_service.mjs +3 -0
  166. package/lib/proto/feature/variation_pb.d.ts +37 -0
  167. package/lib/proto/feature/variation_pb.js +233 -0
  168. package/lib/proto/feature/variation_pb.mjs +266 -0
  169. package/lib/proto/feature/variation_pb_service.d.ts +3 -0
  170. package/lib/proto/feature/variation_pb_service.js +3 -0
  171. package/lib/proto/feature/variation_pb_service.mjs +3 -0
  172. package/lib/proto/gateway/service_pb.d.ts +772 -0
  173. package/lib/proto/gateway/service_pb.js +5249 -0
  174. package/lib/proto/gateway/service_pb.mjs +6001 -0
  175. package/lib/proto/gateway/service_pb_service.d.ts +253 -0
  176. package/lib/proto/gateway/service_pb_service.js +436 -0
  177. package/lib/proto/gateway/service_pb_service.mjs +461 -0
  178. package/lib/proto/user/user_pb.d.ts +58 -0
  179. package/lib/proto/user/user_pb.js +410 -0
  180. package/lib/proto/user/user_pb.mjs +460 -0
  181. package/lib/proto/user/user_pb_service.d.ts +3 -0
  182. package/lib/proto/user/user_pb_service.js +3 -0
  183. package/lib/proto/user/user_pb_service.mjs +3 -0
  184. package/lib/protoc-gen-openapiv2/options/annotations_pb.d.ts +16 -0
  185. package/lib/protoc-gen-openapiv2/options/annotations_pb.js +100 -0
  186. package/lib/protoc-gen-openapiv2/options/annotations_pb.mjs +158 -0
  187. package/lib/protoc-gen-openapiv2/options/annotations_pb_service.d.ts +3 -0
  188. package/lib/protoc-gen-openapiv2/options/annotations_pb_service.js +3 -0
  189. package/lib/protoc-gen-openapiv2/options/annotations_pb_service.mjs +3 -0
  190. package/lib/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +834 -0
  191. package/lib/protoc-gen-openapiv2/options/openapiv2_pb.js +5456 -0
  192. package/lib/protoc-gen-openapiv2/options/openapiv2_pb.mjs +6256 -0
  193. package/lib/protoc-gen-openapiv2/options/openapiv2_pb_service.d.ts +3 -0
  194. package/lib/protoc-gen-openapiv2/options/openapiv2_pb_service.js +3 -0
  195. package/lib/protoc-gen-openapiv2/options/openapiv2_pb_service.mjs +3 -0
  196. package/lib/ruleEvaluator.d.ts +13 -0
  197. package/lib/ruleEvaluator.js +80 -0
  198. package/lib/ruleEvaluator.mjs +41 -0
  199. package/lib/segmentEvaluator.d.ts +7 -0
  200. package/lib/segmentEvaluator.js +74 -0
  201. package/lib/segmentEvaluator.mjs +34 -0
  202. package/lib/strategyEvaluator.d.ts +10 -0
  203. package/lib/strategyEvaluator.js +135 -0
  204. package/lib/strategyEvaluator.mjs +83 -0
  205. package/lib/userEvaluation.d.ts +8 -0
  206. package/lib/userEvaluation.js +70 -0
  207. package/lib/userEvaluation.mjs +60 -0
  208. package/package.json +46 -0
  209. package/release-please-config.json +22 -0
@@ -0,0 +1,1213 @@
1
+ // package: bucketeer.feature
2
+ // file: proto/feature/command.proto
3
+
4
+ import * as jspb from 'google-protobuf';
5
+ import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb';
6
+ import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb';
7
+ import * as proto_feature_clause_pb from '../../proto/feature/clause_pb';
8
+ import * as proto_feature_feature_pb from '../../proto/feature/feature_pb';
9
+ import * as proto_feature_rule_pb from '../../proto/feature/rule_pb';
10
+ import * as proto_feature_variation_pb from '../../proto/feature/variation_pb';
11
+ import * as proto_feature_strategy_pb from '../../proto/feature/strategy_pb';
12
+ import * as proto_feature_segment_pb from '../../proto/feature/segment_pb';
13
+ import * as proto_feature_prerequisite_pb from '../../proto/feature/prerequisite_pb';
14
+ import * as proto_feature_flag_trigger_pb from '../../proto/feature/flag_trigger_pb';
15
+
16
+ export class Command extends jspb.Message {
17
+ hasCommand(): boolean;
18
+ clearCommand(): void;
19
+ getCommand(): google_protobuf_any_pb.Any | undefined;
20
+ setCommand(value?: google_protobuf_any_pb.Any): void;
21
+
22
+ serializeBinary(): Uint8Array;
23
+ toObject(includeInstance?: boolean): Command.AsObject;
24
+ static toObject(includeInstance: boolean, msg: Command): Command.AsObject;
25
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
26
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
27
+ static serializeBinaryToWriter(message: Command, writer: jspb.BinaryWriter): void;
28
+ static deserializeBinary(bytes: Uint8Array): Command;
29
+ static deserializeBinaryFromReader(message: Command, reader: jspb.BinaryReader): Command;
30
+ }
31
+
32
+ export namespace Command {
33
+ export type AsObject = {
34
+ command?: google_protobuf_any_pb.Any.AsObject,
35
+ }
36
+ }
37
+
38
+ export class CreateFeatureCommand extends jspb.Message {
39
+ getId(): string;
40
+ setId(value: string): void;
41
+
42
+ getName(): string;
43
+ setName(value: string): void;
44
+
45
+ getDescription(): string;
46
+ setDescription(value: string): void;
47
+
48
+ clearVariationsList(): void;
49
+ getVariationsList(): Array<proto_feature_variation_pb.Variation>;
50
+ setVariationsList(value: Array<proto_feature_variation_pb.Variation>): void;
51
+ addVariations(value?: proto_feature_variation_pb.Variation, index?: number): proto_feature_variation_pb.Variation;
52
+
53
+ clearTagsList(): void;
54
+ getTagsList(): Array<string>;
55
+ setTagsList(value: Array<string>): void;
56
+ addTags(value: string, index?: number): string;
57
+
58
+ hasDefaultOnVariationIndex(): boolean;
59
+ clearDefaultOnVariationIndex(): void;
60
+ getDefaultOnVariationIndex(): google_protobuf_wrappers_pb.Int32Value | undefined;
61
+ setDefaultOnVariationIndex(value?: google_protobuf_wrappers_pb.Int32Value): void;
62
+
63
+ hasDefaultOffVariationIndex(): boolean;
64
+ clearDefaultOffVariationIndex(): void;
65
+ getDefaultOffVariationIndex(): google_protobuf_wrappers_pb.Int32Value | undefined;
66
+ setDefaultOffVariationIndex(value?: google_protobuf_wrappers_pb.Int32Value): void;
67
+
68
+ getVariationType(): proto_feature_feature_pb.Feature.VariationTypeMap[keyof proto_feature_feature_pb.Feature.VariationTypeMap];
69
+ setVariationType(value: proto_feature_feature_pb.Feature.VariationTypeMap[keyof proto_feature_feature_pb.Feature.VariationTypeMap]): void;
70
+
71
+ serializeBinary(): Uint8Array;
72
+ toObject(includeInstance?: boolean): CreateFeatureCommand.AsObject;
73
+ static toObject(includeInstance: boolean, msg: CreateFeatureCommand): CreateFeatureCommand.AsObject;
74
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
75
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
76
+ static serializeBinaryToWriter(message: CreateFeatureCommand, writer: jspb.BinaryWriter): void;
77
+ static deserializeBinary(bytes: Uint8Array): CreateFeatureCommand;
78
+ static deserializeBinaryFromReader(message: CreateFeatureCommand, reader: jspb.BinaryReader): CreateFeatureCommand;
79
+ }
80
+
81
+ export namespace CreateFeatureCommand {
82
+ export type AsObject = {
83
+ id: string,
84
+ name: string,
85
+ description: string,
86
+ variationsList: Array<proto_feature_variation_pb.Variation.AsObject>,
87
+ tagsList: Array<string>,
88
+ defaultOnVariationIndex?: google_protobuf_wrappers_pb.Int32Value.AsObject,
89
+ defaultOffVariationIndex?: google_protobuf_wrappers_pb.Int32Value.AsObject,
90
+ variationType: proto_feature_feature_pb.Feature.VariationTypeMap[keyof proto_feature_feature_pb.Feature.VariationTypeMap],
91
+ }
92
+ }
93
+
94
+ export class ArchiveFeatureCommand extends jspb.Message {
95
+ serializeBinary(): Uint8Array;
96
+ toObject(includeInstance?: boolean): ArchiveFeatureCommand.AsObject;
97
+ static toObject(includeInstance: boolean, msg: ArchiveFeatureCommand): ArchiveFeatureCommand.AsObject;
98
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
99
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
100
+ static serializeBinaryToWriter(message: ArchiveFeatureCommand, writer: jspb.BinaryWriter): void;
101
+ static deserializeBinary(bytes: Uint8Array): ArchiveFeatureCommand;
102
+ static deserializeBinaryFromReader(message: ArchiveFeatureCommand, reader: jspb.BinaryReader): ArchiveFeatureCommand;
103
+ }
104
+
105
+ export namespace ArchiveFeatureCommand {
106
+ export type AsObject = {
107
+ }
108
+ }
109
+
110
+ export class UnarchiveFeatureCommand extends jspb.Message {
111
+ serializeBinary(): Uint8Array;
112
+ toObject(includeInstance?: boolean): UnarchiveFeatureCommand.AsObject;
113
+ static toObject(includeInstance: boolean, msg: UnarchiveFeatureCommand): UnarchiveFeatureCommand.AsObject;
114
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
115
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
116
+ static serializeBinaryToWriter(message: UnarchiveFeatureCommand, writer: jspb.BinaryWriter): void;
117
+ static deserializeBinary(bytes: Uint8Array): UnarchiveFeatureCommand;
118
+ static deserializeBinaryFromReader(message: UnarchiveFeatureCommand, reader: jspb.BinaryReader): UnarchiveFeatureCommand;
119
+ }
120
+
121
+ export namespace UnarchiveFeatureCommand {
122
+ export type AsObject = {
123
+ }
124
+ }
125
+
126
+ export class DeleteFeatureCommand extends jspb.Message {
127
+ serializeBinary(): Uint8Array;
128
+ toObject(includeInstance?: boolean): DeleteFeatureCommand.AsObject;
129
+ static toObject(includeInstance: boolean, msg: DeleteFeatureCommand): DeleteFeatureCommand.AsObject;
130
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
131
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
132
+ static serializeBinaryToWriter(message: DeleteFeatureCommand, writer: jspb.BinaryWriter): void;
133
+ static deserializeBinary(bytes: Uint8Array): DeleteFeatureCommand;
134
+ static deserializeBinaryFromReader(message: DeleteFeatureCommand, reader: jspb.BinaryReader): DeleteFeatureCommand;
135
+ }
136
+
137
+ export namespace DeleteFeatureCommand {
138
+ export type AsObject = {
139
+ }
140
+ }
141
+
142
+ export class RenameFeatureCommand extends jspb.Message {
143
+ getName(): string;
144
+ setName(value: string): void;
145
+
146
+ serializeBinary(): Uint8Array;
147
+ toObject(includeInstance?: boolean): RenameFeatureCommand.AsObject;
148
+ static toObject(includeInstance: boolean, msg: RenameFeatureCommand): RenameFeatureCommand.AsObject;
149
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
150
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
151
+ static serializeBinaryToWriter(message: RenameFeatureCommand, writer: jspb.BinaryWriter): void;
152
+ static deserializeBinary(bytes: Uint8Array): RenameFeatureCommand;
153
+ static deserializeBinaryFromReader(message: RenameFeatureCommand, reader: jspb.BinaryReader): RenameFeatureCommand;
154
+ }
155
+
156
+ export namespace RenameFeatureCommand {
157
+ export type AsObject = {
158
+ name: string,
159
+ }
160
+ }
161
+
162
+ export class ChangeDescriptionCommand extends jspb.Message {
163
+ getDescription(): string;
164
+ setDescription(value: string): void;
165
+
166
+ serializeBinary(): Uint8Array;
167
+ toObject(includeInstance?: boolean): ChangeDescriptionCommand.AsObject;
168
+ static toObject(includeInstance: boolean, msg: ChangeDescriptionCommand): ChangeDescriptionCommand.AsObject;
169
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
170
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
171
+ static serializeBinaryToWriter(message: ChangeDescriptionCommand, writer: jspb.BinaryWriter): void;
172
+ static deserializeBinary(bytes: Uint8Array): ChangeDescriptionCommand;
173
+ static deserializeBinaryFromReader(message: ChangeDescriptionCommand, reader: jspb.BinaryReader): ChangeDescriptionCommand;
174
+ }
175
+
176
+ export namespace ChangeDescriptionCommand {
177
+ export type AsObject = {
178
+ description: string,
179
+ }
180
+ }
181
+
182
+ export class ChangeBulkUploadSegmentUsersStatusCommand extends jspb.Message {
183
+ getStatus(): proto_feature_segment_pb.Segment.StatusMap[keyof proto_feature_segment_pb.Segment.StatusMap];
184
+ setStatus(value: proto_feature_segment_pb.Segment.StatusMap[keyof proto_feature_segment_pb.Segment.StatusMap]): void;
185
+
186
+ getState(): proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap];
187
+ setState(value: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap]): void;
188
+
189
+ getCount(): number;
190
+ setCount(value: number): void;
191
+
192
+ serializeBinary(): Uint8Array;
193
+ toObject(includeInstance?: boolean): ChangeBulkUploadSegmentUsersStatusCommand.AsObject;
194
+ static toObject(includeInstance: boolean, msg: ChangeBulkUploadSegmentUsersStatusCommand): ChangeBulkUploadSegmentUsersStatusCommand.AsObject;
195
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
196
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
197
+ static serializeBinaryToWriter(message: ChangeBulkUploadSegmentUsersStatusCommand, writer: jspb.BinaryWriter): void;
198
+ static deserializeBinary(bytes: Uint8Array): ChangeBulkUploadSegmentUsersStatusCommand;
199
+ static deserializeBinaryFromReader(message: ChangeBulkUploadSegmentUsersStatusCommand, reader: jspb.BinaryReader): ChangeBulkUploadSegmentUsersStatusCommand;
200
+ }
201
+
202
+ export namespace ChangeBulkUploadSegmentUsersStatusCommand {
203
+ export type AsObject = {
204
+ status: proto_feature_segment_pb.Segment.StatusMap[keyof proto_feature_segment_pb.Segment.StatusMap],
205
+ state: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap],
206
+ count: number,
207
+ }
208
+ }
209
+
210
+ export class AddTagCommand extends jspb.Message {
211
+ getTag(): string;
212
+ setTag(value: string): void;
213
+
214
+ serializeBinary(): Uint8Array;
215
+ toObject(includeInstance?: boolean): AddTagCommand.AsObject;
216
+ static toObject(includeInstance: boolean, msg: AddTagCommand): AddTagCommand.AsObject;
217
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
218
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
219
+ static serializeBinaryToWriter(message: AddTagCommand, writer: jspb.BinaryWriter): void;
220
+ static deserializeBinary(bytes: Uint8Array): AddTagCommand;
221
+ static deserializeBinaryFromReader(message: AddTagCommand, reader: jspb.BinaryReader): AddTagCommand;
222
+ }
223
+
224
+ export namespace AddTagCommand {
225
+ export type AsObject = {
226
+ tag: string,
227
+ }
228
+ }
229
+
230
+ export class RemoveTagCommand extends jspb.Message {
231
+ getTag(): string;
232
+ setTag(value: string): void;
233
+
234
+ serializeBinary(): Uint8Array;
235
+ toObject(includeInstance?: boolean): RemoveTagCommand.AsObject;
236
+ static toObject(includeInstance: boolean, msg: RemoveTagCommand): RemoveTagCommand.AsObject;
237
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
238
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
239
+ static serializeBinaryToWriter(message: RemoveTagCommand, writer: jspb.BinaryWriter): void;
240
+ static deserializeBinary(bytes: Uint8Array): RemoveTagCommand;
241
+ static deserializeBinaryFromReader(message: RemoveTagCommand, reader: jspb.BinaryReader): RemoveTagCommand;
242
+ }
243
+
244
+ export namespace RemoveTagCommand {
245
+ export type AsObject = {
246
+ tag: string,
247
+ }
248
+ }
249
+
250
+ export class EnableFeatureCommand extends jspb.Message {
251
+ serializeBinary(): Uint8Array;
252
+ toObject(includeInstance?: boolean): EnableFeatureCommand.AsObject;
253
+ static toObject(includeInstance: boolean, msg: EnableFeatureCommand): EnableFeatureCommand.AsObject;
254
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
255
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
256
+ static serializeBinaryToWriter(message: EnableFeatureCommand, writer: jspb.BinaryWriter): void;
257
+ static deserializeBinary(bytes: Uint8Array): EnableFeatureCommand;
258
+ static deserializeBinaryFromReader(message: EnableFeatureCommand, reader: jspb.BinaryReader): EnableFeatureCommand;
259
+ }
260
+
261
+ export namespace EnableFeatureCommand {
262
+ export type AsObject = {
263
+ }
264
+ }
265
+
266
+ export class DisableFeatureCommand extends jspb.Message {
267
+ serializeBinary(): Uint8Array;
268
+ toObject(includeInstance?: boolean): DisableFeatureCommand.AsObject;
269
+ static toObject(includeInstance: boolean, msg: DisableFeatureCommand): DisableFeatureCommand.AsObject;
270
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
271
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
272
+ static serializeBinaryToWriter(message: DisableFeatureCommand, writer: jspb.BinaryWriter): void;
273
+ static deserializeBinary(bytes: Uint8Array): DisableFeatureCommand;
274
+ static deserializeBinaryFromReader(message: DisableFeatureCommand, reader: jspb.BinaryReader): DisableFeatureCommand;
275
+ }
276
+
277
+ export namespace DisableFeatureCommand {
278
+ export type AsObject = {
279
+ }
280
+ }
281
+
282
+ export class AddVariationCommand extends jspb.Message {
283
+ getValue(): string;
284
+ setValue(value: string): void;
285
+
286
+ getName(): string;
287
+ setName(value: string): void;
288
+
289
+ getDescription(): string;
290
+ setDescription(value: string): void;
291
+
292
+ serializeBinary(): Uint8Array;
293
+ toObject(includeInstance?: boolean): AddVariationCommand.AsObject;
294
+ static toObject(includeInstance: boolean, msg: AddVariationCommand): AddVariationCommand.AsObject;
295
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
296
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
297
+ static serializeBinaryToWriter(message: AddVariationCommand, writer: jspb.BinaryWriter): void;
298
+ static deserializeBinary(bytes: Uint8Array): AddVariationCommand;
299
+ static deserializeBinaryFromReader(message: AddVariationCommand, reader: jspb.BinaryReader): AddVariationCommand;
300
+ }
301
+
302
+ export namespace AddVariationCommand {
303
+ export type AsObject = {
304
+ value: string,
305
+ name: string,
306
+ description: string,
307
+ }
308
+ }
309
+
310
+ export class RemoveVariationCommand extends jspb.Message {
311
+ getId(): string;
312
+ setId(value: string): void;
313
+
314
+ serializeBinary(): Uint8Array;
315
+ toObject(includeInstance?: boolean): RemoveVariationCommand.AsObject;
316
+ static toObject(includeInstance: boolean, msg: RemoveVariationCommand): RemoveVariationCommand.AsObject;
317
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
318
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
319
+ static serializeBinaryToWriter(message: RemoveVariationCommand, writer: jspb.BinaryWriter): void;
320
+ static deserializeBinary(bytes: Uint8Array): RemoveVariationCommand;
321
+ static deserializeBinaryFromReader(message: RemoveVariationCommand, reader: jspb.BinaryReader): RemoveVariationCommand;
322
+ }
323
+
324
+ export namespace RemoveVariationCommand {
325
+ export type AsObject = {
326
+ id: string,
327
+ }
328
+ }
329
+
330
+ export class ChangeVariationValueCommand extends jspb.Message {
331
+ getId(): string;
332
+ setId(value: string): void;
333
+
334
+ getValue(): string;
335
+ setValue(value: string): void;
336
+
337
+ serializeBinary(): Uint8Array;
338
+ toObject(includeInstance?: boolean): ChangeVariationValueCommand.AsObject;
339
+ static toObject(includeInstance: boolean, msg: ChangeVariationValueCommand): ChangeVariationValueCommand.AsObject;
340
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
341
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
342
+ static serializeBinaryToWriter(message: ChangeVariationValueCommand, writer: jspb.BinaryWriter): void;
343
+ static deserializeBinary(bytes: Uint8Array): ChangeVariationValueCommand;
344
+ static deserializeBinaryFromReader(message: ChangeVariationValueCommand, reader: jspb.BinaryReader): ChangeVariationValueCommand;
345
+ }
346
+
347
+ export namespace ChangeVariationValueCommand {
348
+ export type AsObject = {
349
+ id: string,
350
+ value: string,
351
+ }
352
+ }
353
+
354
+ export class ChangeVariationNameCommand extends jspb.Message {
355
+ getId(): string;
356
+ setId(value: string): void;
357
+
358
+ getName(): string;
359
+ setName(value: string): void;
360
+
361
+ serializeBinary(): Uint8Array;
362
+ toObject(includeInstance?: boolean): ChangeVariationNameCommand.AsObject;
363
+ static toObject(includeInstance: boolean, msg: ChangeVariationNameCommand): ChangeVariationNameCommand.AsObject;
364
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
365
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
366
+ static serializeBinaryToWriter(message: ChangeVariationNameCommand, writer: jspb.BinaryWriter): void;
367
+ static deserializeBinary(bytes: Uint8Array): ChangeVariationNameCommand;
368
+ static deserializeBinaryFromReader(message: ChangeVariationNameCommand, reader: jspb.BinaryReader): ChangeVariationNameCommand;
369
+ }
370
+
371
+ export namespace ChangeVariationNameCommand {
372
+ export type AsObject = {
373
+ id: string,
374
+ name: string,
375
+ }
376
+ }
377
+
378
+ export class ChangeVariationDescriptionCommand extends jspb.Message {
379
+ getId(): string;
380
+ setId(value: string): void;
381
+
382
+ getDescription(): string;
383
+ setDescription(value: string): void;
384
+
385
+ serializeBinary(): Uint8Array;
386
+ toObject(includeInstance?: boolean): ChangeVariationDescriptionCommand.AsObject;
387
+ static toObject(includeInstance: boolean, msg: ChangeVariationDescriptionCommand): ChangeVariationDescriptionCommand.AsObject;
388
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
389
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
390
+ static serializeBinaryToWriter(message: ChangeVariationDescriptionCommand, writer: jspb.BinaryWriter): void;
391
+ static deserializeBinary(bytes: Uint8Array): ChangeVariationDescriptionCommand;
392
+ static deserializeBinaryFromReader(message: ChangeVariationDescriptionCommand, reader: jspb.BinaryReader): ChangeVariationDescriptionCommand;
393
+ }
394
+
395
+ export namespace ChangeVariationDescriptionCommand {
396
+ export type AsObject = {
397
+ id: string,
398
+ description: string,
399
+ }
400
+ }
401
+
402
+ export class ChangeOffVariationCommand extends jspb.Message {
403
+ getId(): string;
404
+ setId(value: string): void;
405
+
406
+ serializeBinary(): Uint8Array;
407
+ toObject(includeInstance?: boolean): ChangeOffVariationCommand.AsObject;
408
+ static toObject(includeInstance: boolean, msg: ChangeOffVariationCommand): ChangeOffVariationCommand.AsObject;
409
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
410
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
411
+ static serializeBinaryToWriter(message: ChangeOffVariationCommand, writer: jspb.BinaryWriter): void;
412
+ static deserializeBinary(bytes: Uint8Array): ChangeOffVariationCommand;
413
+ static deserializeBinaryFromReader(message: ChangeOffVariationCommand, reader: jspb.BinaryReader): ChangeOffVariationCommand;
414
+ }
415
+
416
+ export namespace ChangeOffVariationCommand {
417
+ export type AsObject = {
418
+ id: string,
419
+ }
420
+ }
421
+
422
+ export class AddUserToVariationCommand extends jspb.Message {
423
+ getId(): string;
424
+ setId(value: string): void;
425
+
426
+ getUser(): string;
427
+ setUser(value: string): void;
428
+
429
+ serializeBinary(): Uint8Array;
430
+ toObject(includeInstance?: boolean): AddUserToVariationCommand.AsObject;
431
+ static toObject(includeInstance: boolean, msg: AddUserToVariationCommand): AddUserToVariationCommand.AsObject;
432
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
433
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
434
+ static serializeBinaryToWriter(message: AddUserToVariationCommand, writer: jspb.BinaryWriter): void;
435
+ static deserializeBinary(bytes: Uint8Array): AddUserToVariationCommand;
436
+ static deserializeBinaryFromReader(message: AddUserToVariationCommand, reader: jspb.BinaryReader): AddUserToVariationCommand;
437
+ }
438
+
439
+ export namespace AddUserToVariationCommand {
440
+ export type AsObject = {
441
+ id: string,
442
+ user: string,
443
+ }
444
+ }
445
+
446
+ export class RemoveUserFromVariationCommand extends jspb.Message {
447
+ getId(): string;
448
+ setId(value: string): void;
449
+
450
+ getUser(): string;
451
+ setUser(value: string): void;
452
+
453
+ serializeBinary(): Uint8Array;
454
+ toObject(includeInstance?: boolean): RemoveUserFromVariationCommand.AsObject;
455
+ static toObject(includeInstance: boolean, msg: RemoveUserFromVariationCommand): RemoveUserFromVariationCommand.AsObject;
456
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
457
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
458
+ static serializeBinaryToWriter(message: RemoveUserFromVariationCommand, writer: jspb.BinaryWriter): void;
459
+ static deserializeBinary(bytes: Uint8Array): RemoveUserFromVariationCommand;
460
+ static deserializeBinaryFromReader(message: RemoveUserFromVariationCommand, reader: jspb.BinaryReader): RemoveUserFromVariationCommand;
461
+ }
462
+
463
+ export namespace RemoveUserFromVariationCommand {
464
+ export type AsObject = {
465
+ id: string,
466
+ user: string,
467
+ }
468
+ }
469
+
470
+ export class ChangeDefaultStrategyCommand extends jspb.Message {
471
+ hasStrategy(): boolean;
472
+ clearStrategy(): void;
473
+ getStrategy(): proto_feature_strategy_pb.Strategy | undefined;
474
+ setStrategy(value?: proto_feature_strategy_pb.Strategy): void;
475
+
476
+ serializeBinary(): Uint8Array;
477
+ toObject(includeInstance?: boolean): ChangeDefaultStrategyCommand.AsObject;
478
+ static toObject(includeInstance: boolean, msg: ChangeDefaultStrategyCommand): ChangeDefaultStrategyCommand.AsObject;
479
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
480
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
481
+ static serializeBinaryToWriter(message: ChangeDefaultStrategyCommand, writer: jspb.BinaryWriter): void;
482
+ static deserializeBinary(bytes: Uint8Array): ChangeDefaultStrategyCommand;
483
+ static deserializeBinaryFromReader(message: ChangeDefaultStrategyCommand, reader: jspb.BinaryReader): ChangeDefaultStrategyCommand;
484
+ }
485
+
486
+ export namespace ChangeDefaultStrategyCommand {
487
+ export type AsObject = {
488
+ strategy?: proto_feature_strategy_pb.Strategy.AsObject,
489
+ }
490
+ }
491
+
492
+ export class AddRuleCommand extends jspb.Message {
493
+ hasRule(): boolean;
494
+ clearRule(): void;
495
+ getRule(): proto_feature_rule_pb.Rule | undefined;
496
+ setRule(value?: proto_feature_rule_pb.Rule): void;
497
+
498
+ serializeBinary(): Uint8Array;
499
+ toObject(includeInstance?: boolean): AddRuleCommand.AsObject;
500
+ static toObject(includeInstance: boolean, msg: AddRuleCommand): AddRuleCommand.AsObject;
501
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
502
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
503
+ static serializeBinaryToWriter(message: AddRuleCommand, writer: jspb.BinaryWriter): void;
504
+ static deserializeBinary(bytes: Uint8Array): AddRuleCommand;
505
+ static deserializeBinaryFromReader(message: AddRuleCommand, reader: jspb.BinaryReader): AddRuleCommand;
506
+ }
507
+
508
+ export namespace AddRuleCommand {
509
+ export type AsObject = {
510
+ rule?: proto_feature_rule_pb.Rule.AsObject,
511
+ }
512
+ }
513
+
514
+ export class ChangeRuleStrategyCommand extends jspb.Message {
515
+ getId(): string;
516
+ setId(value: string): void;
517
+
518
+ getRuleId(): string;
519
+ setRuleId(value: string): void;
520
+
521
+ hasStrategy(): boolean;
522
+ clearStrategy(): void;
523
+ getStrategy(): proto_feature_strategy_pb.Strategy | undefined;
524
+ setStrategy(value?: proto_feature_strategy_pb.Strategy): void;
525
+
526
+ serializeBinary(): Uint8Array;
527
+ toObject(includeInstance?: boolean): ChangeRuleStrategyCommand.AsObject;
528
+ static toObject(includeInstance: boolean, msg: ChangeRuleStrategyCommand): ChangeRuleStrategyCommand.AsObject;
529
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
530
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
531
+ static serializeBinaryToWriter(message: ChangeRuleStrategyCommand, writer: jspb.BinaryWriter): void;
532
+ static deserializeBinary(bytes: Uint8Array): ChangeRuleStrategyCommand;
533
+ static deserializeBinaryFromReader(message: ChangeRuleStrategyCommand, reader: jspb.BinaryReader): ChangeRuleStrategyCommand;
534
+ }
535
+
536
+ export namespace ChangeRuleStrategyCommand {
537
+ export type AsObject = {
538
+ id: string,
539
+ ruleId: string,
540
+ strategy?: proto_feature_strategy_pb.Strategy.AsObject,
541
+ }
542
+ }
543
+
544
+ export class ChangeRulesOrderCommand extends jspb.Message {
545
+ clearRuleIdsList(): void;
546
+ getRuleIdsList(): Array<string>;
547
+ setRuleIdsList(value: Array<string>): void;
548
+ addRuleIds(value: string, index?: number): string;
549
+
550
+ serializeBinary(): Uint8Array;
551
+ toObject(includeInstance?: boolean): ChangeRulesOrderCommand.AsObject;
552
+ static toObject(includeInstance: boolean, msg: ChangeRulesOrderCommand): ChangeRulesOrderCommand.AsObject;
553
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
554
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
555
+ static serializeBinaryToWriter(message: ChangeRulesOrderCommand, writer: jspb.BinaryWriter): void;
556
+ static deserializeBinary(bytes: Uint8Array): ChangeRulesOrderCommand;
557
+ static deserializeBinaryFromReader(message: ChangeRulesOrderCommand, reader: jspb.BinaryReader): ChangeRulesOrderCommand;
558
+ }
559
+
560
+ export namespace ChangeRulesOrderCommand {
561
+ export type AsObject = {
562
+ ruleIdsList: Array<string>,
563
+ }
564
+ }
565
+
566
+ export class DeleteRuleCommand extends jspb.Message {
567
+ getId(): string;
568
+ setId(value: string): void;
569
+
570
+ serializeBinary(): Uint8Array;
571
+ toObject(includeInstance?: boolean): DeleteRuleCommand.AsObject;
572
+ static toObject(includeInstance: boolean, msg: DeleteRuleCommand): DeleteRuleCommand.AsObject;
573
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
574
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
575
+ static serializeBinaryToWriter(message: DeleteRuleCommand, writer: jspb.BinaryWriter): void;
576
+ static deserializeBinary(bytes: Uint8Array): DeleteRuleCommand;
577
+ static deserializeBinaryFromReader(message: DeleteRuleCommand, reader: jspb.BinaryReader): DeleteRuleCommand;
578
+ }
579
+
580
+ export namespace DeleteRuleCommand {
581
+ export type AsObject = {
582
+ id: string,
583
+ }
584
+ }
585
+
586
+ export class AddClauseCommand extends jspb.Message {
587
+ getRuleId(): string;
588
+ setRuleId(value: string): void;
589
+
590
+ hasClause(): boolean;
591
+ clearClause(): void;
592
+ getClause(): proto_feature_clause_pb.Clause | undefined;
593
+ setClause(value?: proto_feature_clause_pb.Clause): void;
594
+
595
+ serializeBinary(): Uint8Array;
596
+ toObject(includeInstance?: boolean): AddClauseCommand.AsObject;
597
+ static toObject(includeInstance: boolean, msg: AddClauseCommand): AddClauseCommand.AsObject;
598
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
599
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
600
+ static serializeBinaryToWriter(message: AddClauseCommand, writer: jspb.BinaryWriter): void;
601
+ static deserializeBinary(bytes: Uint8Array): AddClauseCommand;
602
+ static deserializeBinaryFromReader(message: AddClauseCommand, reader: jspb.BinaryReader): AddClauseCommand;
603
+ }
604
+
605
+ export namespace AddClauseCommand {
606
+ export type AsObject = {
607
+ ruleId: string,
608
+ clause?: proto_feature_clause_pb.Clause.AsObject,
609
+ }
610
+ }
611
+
612
+ export class DeleteClauseCommand extends jspb.Message {
613
+ getId(): string;
614
+ setId(value: string): void;
615
+
616
+ getRuleId(): string;
617
+ setRuleId(value: string): void;
618
+
619
+ serializeBinary(): Uint8Array;
620
+ toObject(includeInstance?: boolean): DeleteClauseCommand.AsObject;
621
+ static toObject(includeInstance: boolean, msg: DeleteClauseCommand): DeleteClauseCommand.AsObject;
622
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
623
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
624
+ static serializeBinaryToWriter(message: DeleteClauseCommand, writer: jspb.BinaryWriter): void;
625
+ static deserializeBinary(bytes: Uint8Array): DeleteClauseCommand;
626
+ static deserializeBinaryFromReader(message: DeleteClauseCommand, reader: jspb.BinaryReader): DeleteClauseCommand;
627
+ }
628
+
629
+ export namespace DeleteClauseCommand {
630
+ export type AsObject = {
631
+ id: string,
632
+ ruleId: string,
633
+ }
634
+ }
635
+
636
+ export class ChangeClauseAttributeCommand extends jspb.Message {
637
+ getId(): string;
638
+ setId(value: string): void;
639
+
640
+ getRuleId(): string;
641
+ setRuleId(value: string): void;
642
+
643
+ getAttribute(): string;
644
+ setAttribute(value: string): void;
645
+
646
+ serializeBinary(): Uint8Array;
647
+ toObject(includeInstance?: boolean): ChangeClauseAttributeCommand.AsObject;
648
+ static toObject(includeInstance: boolean, msg: ChangeClauseAttributeCommand): ChangeClauseAttributeCommand.AsObject;
649
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
650
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
651
+ static serializeBinaryToWriter(message: ChangeClauseAttributeCommand, writer: jspb.BinaryWriter): void;
652
+ static deserializeBinary(bytes: Uint8Array): ChangeClauseAttributeCommand;
653
+ static deserializeBinaryFromReader(message: ChangeClauseAttributeCommand, reader: jspb.BinaryReader): ChangeClauseAttributeCommand;
654
+ }
655
+
656
+ export namespace ChangeClauseAttributeCommand {
657
+ export type AsObject = {
658
+ id: string,
659
+ ruleId: string,
660
+ attribute: string,
661
+ }
662
+ }
663
+
664
+ export class ChangeClauseOperatorCommand extends jspb.Message {
665
+ getId(): string;
666
+ setId(value: string): void;
667
+
668
+ getRuleId(): string;
669
+ setRuleId(value: string): void;
670
+
671
+ getOperator(): proto_feature_clause_pb.Clause.OperatorMap[keyof proto_feature_clause_pb.Clause.OperatorMap];
672
+ setOperator(value: proto_feature_clause_pb.Clause.OperatorMap[keyof proto_feature_clause_pb.Clause.OperatorMap]): void;
673
+
674
+ serializeBinary(): Uint8Array;
675
+ toObject(includeInstance?: boolean): ChangeClauseOperatorCommand.AsObject;
676
+ static toObject(includeInstance: boolean, msg: ChangeClauseOperatorCommand): ChangeClauseOperatorCommand.AsObject;
677
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
678
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
679
+ static serializeBinaryToWriter(message: ChangeClauseOperatorCommand, writer: jspb.BinaryWriter): void;
680
+ static deserializeBinary(bytes: Uint8Array): ChangeClauseOperatorCommand;
681
+ static deserializeBinaryFromReader(message: ChangeClauseOperatorCommand, reader: jspb.BinaryReader): ChangeClauseOperatorCommand;
682
+ }
683
+
684
+ export namespace ChangeClauseOperatorCommand {
685
+ export type AsObject = {
686
+ id: string,
687
+ ruleId: string,
688
+ operator: proto_feature_clause_pb.Clause.OperatorMap[keyof proto_feature_clause_pb.Clause.OperatorMap],
689
+ }
690
+ }
691
+
692
+ export class AddClauseValueCommand extends jspb.Message {
693
+ getId(): string;
694
+ setId(value: string): void;
695
+
696
+ getRuleId(): string;
697
+ setRuleId(value: string): void;
698
+
699
+ getValue(): string;
700
+ setValue(value: string): void;
701
+
702
+ serializeBinary(): Uint8Array;
703
+ toObject(includeInstance?: boolean): AddClauseValueCommand.AsObject;
704
+ static toObject(includeInstance: boolean, msg: AddClauseValueCommand): AddClauseValueCommand.AsObject;
705
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
706
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
707
+ static serializeBinaryToWriter(message: AddClauseValueCommand, writer: jspb.BinaryWriter): void;
708
+ static deserializeBinary(bytes: Uint8Array): AddClauseValueCommand;
709
+ static deserializeBinaryFromReader(message: AddClauseValueCommand, reader: jspb.BinaryReader): AddClauseValueCommand;
710
+ }
711
+
712
+ export namespace AddClauseValueCommand {
713
+ export type AsObject = {
714
+ id: string,
715
+ ruleId: string,
716
+ value: string,
717
+ }
718
+ }
719
+
720
+ export class RemoveClauseValueCommand extends jspb.Message {
721
+ getId(): string;
722
+ setId(value: string): void;
723
+
724
+ getRuleId(): string;
725
+ setRuleId(value: string): void;
726
+
727
+ getValue(): string;
728
+ setValue(value: string): void;
729
+
730
+ serializeBinary(): Uint8Array;
731
+ toObject(includeInstance?: boolean): RemoveClauseValueCommand.AsObject;
732
+ static toObject(includeInstance: boolean, msg: RemoveClauseValueCommand): RemoveClauseValueCommand.AsObject;
733
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
734
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
735
+ static serializeBinaryToWriter(message: RemoveClauseValueCommand, writer: jspb.BinaryWriter): void;
736
+ static deserializeBinary(bytes: Uint8Array): RemoveClauseValueCommand;
737
+ static deserializeBinaryFromReader(message: RemoveClauseValueCommand, reader: jspb.BinaryReader): RemoveClauseValueCommand;
738
+ }
739
+
740
+ export namespace RemoveClauseValueCommand {
741
+ export type AsObject = {
742
+ id: string,
743
+ ruleId: string,
744
+ value: string,
745
+ }
746
+ }
747
+
748
+ export class ChangeFixedStrategyCommand extends jspb.Message {
749
+ getId(): string;
750
+ setId(value: string): void;
751
+
752
+ getRuleId(): string;
753
+ setRuleId(value: string): void;
754
+
755
+ hasStrategy(): boolean;
756
+ clearStrategy(): void;
757
+ getStrategy(): proto_feature_strategy_pb.FixedStrategy | undefined;
758
+ setStrategy(value?: proto_feature_strategy_pb.FixedStrategy): void;
759
+
760
+ serializeBinary(): Uint8Array;
761
+ toObject(includeInstance?: boolean): ChangeFixedStrategyCommand.AsObject;
762
+ static toObject(includeInstance: boolean, msg: ChangeFixedStrategyCommand): ChangeFixedStrategyCommand.AsObject;
763
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
764
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
765
+ static serializeBinaryToWriter(message: ChangeFixedStrategyCommand, writer: jspb.BinaryWriter): void;
766
+ static deserializeBinary(bytes: Uint8Array): ChangeFixedStrategyCommand;
767
+ static deserializeBinaryFromReader(message: ChangeFixedStrategyCommand, reader: jspb.BinaryReader): ChangeFixedStrategyCommand;
768
+ }
769
+
770
+ export namespace ChangeFixedStrategyCommand {
771
+ export type AsObject = {
772
+ id: string,
773
+ ruleId: string,
774
+ strategy?: proto_feature_strategy_pb.FixedStrategy.AsObject,
775
+ }
776
+ }
777
+
778
+ export class ChangeRolloutStrategyCommand extends jspb.Message {
779
+ getId(): string;
780
+ setId(value: string): void;
781
+
782
+ getRuleId(): string;
783
+ setRuleId(value: string): void;
784
+
785
+ hasStrategy(): boolean;
786
+ clearStrategy(): void;
787
+ getStrategy(): proto_feature_strategy_pb.RolloutStrategy | undefined;
788
+ setStrategy(value?: proto_feature_strategy_pb.RolloutStrategy): void;
789
+
790
+ serializeBinary(): Uint8Array;
791
+ toObject(includeInstance?: boolean): ChangeRolloutStrategyCommand.AsObject;
792
+ static toObject(includeInstance: boolean, msg: ChangeRolloutStrategyCommand): ChangeRolloutStrategyCommand.AsObject;
793
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
794
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
795
+ static serializeBinaryToWriter(message: ChangeRolloutStrategyCommand, writer: jspb.BinaryWriter): void;
796
+ static deserializeBinary(bytes: Uint8Array): ChangeRolloutStrategyCommand;
797
+ static deserializeBinaryFromReader(message: ChangeRolloutStrategyCommand, reader: jspb.BinaryReader): ChangeRolloutStrategyCommand;
798
+ }
799
+
800
+ export namespace ChangeRolloutStrategyCommand {
801
+ export type AsObject = {
802
+ id: string,
803
+ ruleId: string,
804
+ strategy?: proto_feature_strategy_pb.RolloutStrategy.AsObject,
805
+ }
806
+ }
807
+
808
+ export class CreateSegmentCommand extends jspb.Message {
809
+ getName(): string;
810
+ setName(value: string): void;
811
+
812
+ getDescription(): string;
813
+ setDescription(value: string): void;
814
+
815
+ serializeBinary(): Uint8Array;
816
+ toObject(includeInstance?: boolean): CreateSegmentCommand.AsObject;
817
+ static toObject(includeInstance: boolean, msg: CreateSegmentCommand): CreateSegmentCommand.AsObject;
818
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
819
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
820
+ static serializeBinaryToWriter(message: CreateSegmentCommand, writer: jspb.BinaryWriter): void;
821
+ static deserializeBinary(bytes: Uint8Array): CreateSegmentCommand;
822
+ static deserializeBinaryFromReader(message: CreateSegmentCommand, reader: jspb.BinaryReader): CreateSegmentCommand;
823
+ }
824
+
825
+ export namespace CreateSegmentCommand {
826
+ export type AsObject = {
827
+ name: string,
828
+ description: string,
829
+ }
830
+ }
831
+
832
+ export class DeleteSegmentCommand extends jspb.Message {
833
+ serializeBinary(): Uint8Array;
834
+ toObject(includeInstance?: boolean): DeleteSegmentCommand.AsObject;
835
+ static toObject(includeInstance: boolean, msg: DeleteSegmentCommand): DeleteSegmentCommand.AsObject;
836
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
837
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
838
+ static serializeBinaryToWriter(message: DeleteSegmentCommand, writer: jspb.BinaryWriter): void;
839
+ static deserializeBinary(bytes: Uint8Array): DeleteSegmentCommand;
840
+ static deserializeBinaryFromReader(message: DeleteSegmentCommand, reader: jspb.BinaryReader): DeleteSegmentCommand;
841
+ }
842
+
843
+ export namespace DeleteSegmentCommand {
844
+ export type AsObject = {
845
+ }
846
+ }
847
+
848
+ export class ChangeSegmentNameCommand extends jspb.Message {
849
+ getName(): string;
850
+ setName(value: string): void;
851
+
852
+ serializeBinary(): Uint8Array;
853
+ toObject(includeInstance?: boolean): ChangeSegmentNameCommand.AsObject;
854
+ static toObject(includeInstance: boolean, msg: ChangeSegmentNameCommand): ChangeSegmentNameCommand.AsObject;
855
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
856
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
857
+ static serializeBinaryToWriter(message: ChangeSegmentNameCommand, writer: jspb.BinaryWriter): void;
858
+ static deserializeBinary(bytes: Uint8Array): ChangeSegmentNameCommand;
859
+ static deserializeBinaryFromReader(message: ChangeSegmentNameCommand, reader: jspb.BinaryReader): ChangeSegmentNameCommand;
860
+ }
861
+
862
+ export namespace ChangeSegmentNameCommand {
863
+ export type AsObject = {
864
+ name: string,
865
+ }
866
+ }
867
+
868
+ export class ChangeSegmentDescriptionCommand extends jspb.Message {
869
+ getDescription(): string;
870
+ setDescription(value: string): void;
871
+
872
+ serializeBinary(): Uint8Array;
873
+ toObject(includeInstance?: boolean): ChangeSegmentDescriptionCommand.AsObject;
874
+ static toObject(includeInstance: boolean, msg: ChangeSegmentDescriptionCommand): ChangeSegmentDescriptionCommand.AsObject;
875
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
876
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
877
+ static serializeBinaryToWriter(message: ChangeSegmentDescriptionCommand, writer: jspb.BinaryWriter): void;
878
+ static deserializeBinary(bytes: Uint8Array): ChangeSegmentDescriptionCommand;
879
+ static deserializeBinaryFromReader(message: ChangeSegmentDescriptionCommand, reader: jspb.BinaryReader): ChangeSegmentDescriptionCommand;
880
+ }
881
+
882
+ export namespace ChangeSegmentDescriptionCommand {
883
+ export type AsObject = {
884
+ description: string,
885
+ }
886
+ }
887
+
888
+ export class AddSegmentUserCommand extends jspb.Message {
889
+ clearUserIdsList(): void;
890
+ getUserIdsList(): Array<string>;
891
+ setUserIdsList(value: Array<string>): void;
892
+ addUserIds(value: string, index?: number): string;
893
+
894
+ getState(): proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap];
895
+ setState(value: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap]): void;
896
+
897
+ serializeBinary(): Uint8Array;
898
+ toObject(includeInstance?: boolean): AddSegmentUserCommand.AsObject;
899
+ static toObject(includeInstance: boolean, msg: AddSegmentUserCommand): AddSegmentUserCommand.AsObject;
900
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
901
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
902
+ static serializeBinaryToWriter(message: AddSegmentUserCommand, writer: jspb.BinaryWriter): void;
903
+ static deserializeBinary(bytes: Uint8Array): AddSegmentUserCommand;
904
+ static deserializeBinaryFromReader(message: AddSegmentUserCommand, reader: jspb.BinaryReader): AddSegmentUserCommand;
905
+ }
906
+
907
+ export namespace AddSegmentUserCommand {
908
+ export type AsObject = {
909
+ userIdsList: Array<string>,
910
+ state: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap],
911
+ }
912
+ }
913
+
914
+ export class DeleteSegmentUserCommand extends jspb.Message {
915
+ clearUserIdsList(): void;
916
+ getUserIdsList(): Array<string>;
917
+ setUserIdsList(value: Array<string>): void;
918
+ addUserIds(value: string, index?: number): string;
919
+
920
+ getState(): proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap];
921
+ setState(value: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap]): void;
922
+
923
+ serializeBinary(): Uint8Array;
924
+ toObject(includeInstance?: boolean): DeleteSegmentUserCommand.AsObject;
925
+ static toObject(includeInstance: boolean, msg: DeleteSegmentUserCommand): DeleteSegmentUserCommand.AsObject;
926
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
927
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
928
+ static serializeBinaryToWriter(message: DeleteSegmentUserCommand, writer: jspb.BinaryWriter): void;
929
+ static deserializeBinary(bytes: Uint8Array): DeleteSegmentUserCommand;
930
+ static deserializeBinaryFromReader(message: DeleteSegmentUserCommand, reader: jspb.BinaryReader): DeleteSegmentUserCommand;
931
+ }
932
+
933
+ export namespace DeleteSegmentUserCommand {
934
+ export type AsObject = {
935
+ userIdsList: Array<string>,
936
+ state: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap],
937
+ }
938
+ }
939
+
940
+ export class BulkUploadSegmentUsersCommand extends jspb.Message {
941
+ getData(): Uint8Array | string;
942
+ getData_asU8(): Uint8Array;
943
+ getData_asB64(): string;
944
+ setData(value: Uint8Array | string): void;
945
+
946
+ getState(): proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap];
947
+ setState(value: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap]): void;
948
+
949
+ serializeBinary(): Uint8Array;
950
+ toObject(includeInstance?: boolean): BulkUploadSegmentUsersCommand.AsObject;
951
+ static toObject(includeInstance: boolean, msg: BulkUploadSegmentUsersCommand): BulkUploadSegmentUsersCommand.AsObject;
952
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
953
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
954
+ static serializeBinaryToWriter(message: BulkUploadSegmentUsersCommand, writer: jspb.BinaryWriter): void;
955
+ static deserializeBinary(bytes: Uint8Array): BulkUploadSegmentUsersCommand;
956
+ static deserializeBinaryFromReader(message: BulkUploadSegmentUsersCommand, reader: jspb.BinaryReader): BulkUploadSegmentUsersCommand;
957
+ }
958
+
959
+ export namespace BulkUploadSegmentUsersCommand {
960
+ export type AsObject = {
961
+ data: Uint8Array | string,
962
+ state: proto_feature_segment_pb.SegmentUser.StateMap[keyof proto_feature_segment_pb.SegmentUser.StateMap],
963
+ }
964
+ }
965
+
966
+ export class IncrementFeatureVersionCommand extends jspb.Message {
967
+ serializeBinary(): Uint8Array;
968
+ toObject(includeInstance?: boolean): IncrementFeatureVersionCommand.AsObject;
969
+ static toObject(includeInstance: boolean, msg: IncrementFeatureVersionCommand): IncrementFeatureVersionCommand.AsObject;
970
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
971
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
972
+ static serializeBinaryToWriter(message: IncrementFeatureVersionCommand, writer: jspb.BinaryWriter): void;
973
+ static deserializeBinary(bytes: Uint8Array): IncrementFeatureVersionCommand;
974
+ static deserializeBinaryFromReader(message: IncrementFeatureVersionCommand, reader: jspb.BinaryReader): IncrementFeatureVersionCommand;
975
+ }
976
+
977
+ export namespace IncrementFeatureVersionCommand {
978
+ export type AsObject = {
979
+ }
980
+ }
981
+
982
+ export class CloneFeatureCommand extends jspb.Message {
983
+ getEnvironmentNamespace(): string;
984
+ setEnvironmentNamespace(value: string): void;
985
+
986
+ serializeBinary(): Uint8Array;
987
+ toObject(includeInstance?: boolean): CloneFeatureCommand.AsObject;
988
+ static toObject(includeInstance: boolean, msg: CloneFeatureCommand): CloneFeatureCommand.AsObject;
989
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
990
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
991
+ static serializeBinaryToWriter(message: CloneFeatureCommand, writer: jspb.BinaryWriter): void;
992
+ static deserializeBinary(bytes: Uint8Array): CloneFeatureCommand;
993
+ static deserializeBinaryFromReader(message: CloneFeatureCommand, reader: jspb.BinaryReader): CloneFeatureCommand;
994
+ }
995
+
996
+ export namespace CloneFeatureCommand {
997
+ export type AsObject = {
998
+ environmentNamespace: string,
999
+ }
1000
+ }
1001
+
1002
+ export class ResetSamplingSeedCommand extends jspb.Message {
1003
+ serializeBinary(): Uint8Array;
1004
+ toObject(includeInstance?: boolean): ResetSamplingSeedCommand.AsObject;
1005
+ static toObject(includeInstance: boolean, msg: ResetSamplingSeedCommand): ResetSamplingSeedCommand.AsObject;
1006
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1007
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1008
+ static serializeBinaryToWriter(message: ResetSamplingSeedCommand, writer: jspb.BinaryWriter): void;
1009
+ static deserializeBinary(bytes: Uint8Array): ResetSamplingSeedCommand;
1010
+ static deserializeBinaryFromReader(message: ResetSamplingSeedCommand, reader: jspb.BinaryReader): ResetSamplingSeedCommand;
1011
+ }
1012
+
1013
+ export namespace ResetSamplingSeedCommand {
1014
+ export type AsObject = {
1015
+ }
1016
+ }
1017
+
1018
+ export class AddPrerequisiteCommand extends jspb.Message {
1019
+ hasPrerequisite(): boolean;
1020
+ clearPrerequisite(): void;
1021
+ getPrerequisite(): proto_feature_prerequisite_pb.Prerequisite | undefined;
1022
+ setPrerequisite(value?: proto_feature_prerequisite_pb.Prerequisite): void;
1023
+
1024
+ serializeBinary(): Uint8Array;
1025
+ toObject(includeInstance?: boolean): AddPrerequisiteCommand.AsObject;
1026
+ static toObject(includeInstance: boolean, msg: AddPrerequisiteCommand): AddPrerequisiteCommand.AsObject;
1027
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1028
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1029
+ static serializeBinaryToWriter(message: AddPrerequisiteCommand, writer: jspb.BinaryWriter): void;
1030
+ static deserializeBinary(bytes: Uint8Array): AddPrerequisiteCommand;
1031
+ static deserializeBinaryFromReader(message: AddPrerequisiteCommand, reader: jspb.BinaryReader): AddPrerequisiteCommand;
1032
+ }
1033
+
1034
+ export namespace AddPrerequisiteCommand {
1035
+ export type AsObject = {
1036
+ prerequisite?: proto_feature_prerequisite_pb.Prerequisite.AsObject,
1037
+ }
1038
+ }
1039
+
1040
+ export class RemovePrerequisiteCommand extends jspb.Message {
1041
+ getFeatureId(): string;
1042
+ setFeatureId(value: string): void;
1043
+
1044
+ serializeBinary(): Uint8Array;
1045
+ toObject(includeInstance?: boolean): RemovePrerequisiteCommand.AsObject;
1046
+ static toObject(includeInstance: boolean, msg: RemovePrerequisiteCommand): RemovePrerequisiteCommand.AsObject;
1047
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1048
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1049
+ static serializeBinaryToWriter(message: RemovePrerequisiteCommand, writer: jspb.BinaryWriter): void;
1050
+ static deserializeBinary(bytes: Uint8Array): RemovePrerequisiteCommand;
1051
+ static deserializeBinaryFromReader(message: RemovePrerequisiteCommand, reader: jspb.BinaryReader): RemovePrerequisiteCommand;
1052
+ }
1053
+
1054
+ export namespace RemovePrerequisiteCommand {
1055
+ export type AsObject = {
1056
+ featureId: string,
1057
+ }
1058
+ }
1059
+
1060
+ export class ChangePrerequisiteVariationCommand extends jspb.Message {
1061
+ hasPrerequisite(): boolean;
1062
+ clearPrerequisite(): void;
1063
+ getPrerequisite(): proto_feature_prerequisite_pb.Prerequisite | undefined;
1064
+ setPrerequisite(value?: proto_feature_prerequisite_pb.Prerequisite): void;
1065
+
1066
+ serializeBinary(): Uint8Array;
1067
+ toObject(includeInstance?: boolean): ChangePrerequisiteVariationCommand.AsObject;
1068
+ static toObject(includeInstance: boolean, msg: ChangePrerequisiteVariationCommand): ChangePrerequisiteVariationCommand.AsObject;
1069
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1070
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1071
+ static serializeBinaryToWriter(message: ChangePrerequisiteVariationCommand, writer: jspb.BinaryWriter): void;
1072
+ static deserializeBinary(bytes: Uint8Array): ChangePrerequisiteVariationCommand;
1073
+ static deserializeBinaryFromReader(message: ChangePrerequisiteVariationCommand, reader: jspb.BinaryReader): ChangePrerequisiteVariationCommand;
1074
+ }
1075
+
1076
+ export namespace ChangePrerequisiteVariationCommand {
1077
+ export type AsObject = {
1078
+ prerequisite?: proto_feature_prerequisite_pb.Prerequisite.AsObject,
1079
+ }
1080
+ }
1081
+
1082
+ export class CreateFlagTriggerCommand extends jspb.Message {
1083
+ getFeatureId(): string;
1084
+ setFeatureId(value: string): void;
1085
+
1086
+ getType(): proto_feature_flag_trigger_pb.FlagTrigger.TypeMap[keyof proto_feature_flag_trigger_pb.FlagTrigger.TypeMap];
1087
+ setType(value: proto_feature_flag_trigger_pb.FlagTrigger.TypeMap[keyof proto_feature_flag_trigger_pb.FlagTrigger.TypeMap]): void;
1088
+
1089
+ getAction(): proto_feature_flag_trigger_pb.FlagTrigger.ActionMap[keyof proto_feature_flag_trigger_pb.FlagTrigger.ActionMap];
1090
+ setAction(value: proto_feature_flag_trigger_pb.FlagTrigger.ActionMap[keyof proto_feature_flag_trigger_pb.FlagTrigger.ActionMap]): void;
1091
+
1092
+ getDescription(): string;
1093
+ setDescription(value: string): void;
1094
+
1095
+ serializeBinary(): Uint8Array;
1096
+ toObject(includeInstance?: boolean): CreateFlagTriggerCommand.AsObject;
1097
+ static toObject(includeInstance: boolean, msg: CreateFlagTriggerCommand): CreateFlagTriggerCommand.AsObject;
1098
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1099
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1100
+ static serializeBinaryToWriter(message: CreateFlagTriggerCommand, writer: jspb.BinaryWriter): void;
1101
+ static deserializeBinary(bytes: Uint8Array): CreateFlagTriggerCommand;
1102
+ static deserializeBinaryFromReader(message: CreateFlagTriggerCommand, reader: jspb.BinaryReader): CreateFlagTriggerCommand;
1103
+ }
1104
+
1105
+ export namespace CreateFlagTriggerCommand {
1106
+ export type AsObject = {
1107
+ featureId: string,
1108
+ type: proto_feature_flag_trigger_pb.FlagTrigger.TypeMap[keyof proto_feature_flag_trigger_pb.FlagTrigger.TypeMap],
1109
+ action: proto_feature_flag_trigger_pb.FlagTrigger.ActionMap[keyof proto_feature_flag_trigger_pb.FlagTrigger.ActionMap],
1110
+ description: string,
1111
+ }
1112
+ }
1113
+
1114
+ export class ResetFlagTriggerCommand extends jspb.Message {
1115
+ serializeBinary(): Uint8Array;
1116
+ toObject(includeInstance?: boolean): ResetFlagTriggerCommand.AsObject;
1117
+ static toObject(includeInstance: boolean, msg: ResetFlagTriggerCommand): ResetFlagTriggerCommand.AsObject;
1118
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1119
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1120
+ static serializeBinaryToWriter(message: ResetFlagTriggerCommand, writer: jspb.BinaryWriter): void;
1121
+ static deserializeBinary(bytes: Uint8Array): ResetFlagTriggerCommand;
1122
+ static deserializeBinaryFromReader(message: ResetFlagTriggerCommand, reader: jspb.BinaryReader): ResetFlagTriggerCommand;
1123
+ }
1124
+
1125
+ export namespace ResetFlagTriggerCommand {
1126
+ export type AsObject = {
1127
+ }
1128
+ }
1129
+
1130
+ export class ChangeFlagTriggerDescriptionCommand extends jspb.Message {
1131
+ getDescription(): string;
1132
+ setDescription(value: string): void;
1133
+
1134
+ serializeBinary(): Uint8Array;
1135
+ toObject(includeInstance?: boolean): ChangeFlagTriggerDescriptionCommand.AsObject;
1136
+ static toObject(includeInstance: boolean, msg: ChangeFlagTriggerDescriptionCommand): ChangeFlagTriggerDescriptionCommand.AsObject;
1137
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1138
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1139
+ static serializeBinaryToWriter(message: ChangeFlagTriggerDescriptionCommand, writer: jspb.BinaryWriter): void;
1140
+ static deserializeBinary(bytes: Uint8Array): ChangeFlagTriggerDescriptionCommand;
1141
+ static deserializeBinaryFromReader(message: ChangeFlagTriggerDescriptionCommand, reader: jspb.BinaryReader): ChangeFlagTriggerDescriptionCommand;
1142
+ }
1143
+
1144
+ export namespace ChangeFlagTriggerDescriptionCommand {
1145
+ export type AsObject = {
1146
+ description: string,
1147
+ }
1148
+ }
1149
+
1150
+ export class EnableFlagTriggerCommand extends jspb.Message {
1151
+ serializeBinary(): Uint8Array;
1152
+ toObject(includeInstance?: boolean): EnableFlagTriggerCommand.AsObject;
1153
+ static toObject(includeInstance: boolean, msg: EnableFlagTriggerCommand): EnableFlagTriggerCommand.AsObject;
1154
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1155
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1156
+ static serializeBinaryToWriter(message: EnableFlagTriggerCommand, writer: jspb.BinaryWriter): void;
1157
+ static deserializeBinary(bytes: Uint8Array): EnableFlagTriggerCommand;
1158
+ static deserializeBinaryFromReader(message: EnableFlagTriggerCommand, reader: jspb.BinaryReader): EnableFlagTriggerCommand;
1159
+ }
1160
+
1161
+ export namespace EnableFlagTriggerCommand {
1162
+ export type AsObject = {
1163
+ }
1164
+ }
1165
+
1166
+ export class DisableFlagTriggerCommand extends jspb.Message {
1167
+ serializeBinary(): Uint8Array;
1168
+ toObject(includeInstance?: boolean): DisableFlagTriggerCommand.AsObject;
1169
+ static toObject(includeInstance: boolean, msg: DisableFlagTriggerCommand): DisableFlagTriggerCommand.AsObject;
1170
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1171
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1172
+ static serializeBinaryToWriter(message: DisableFlagTriggerCommand, writer: jspb.BinaryWriter): void;
1173
+ static deserializeBinary(bytes: Uint8Array): DisableFlagTriggerCommand;
1174
+ static deserializeBinaryFromReader(message: DisableFlagTriggerCommand, reader: jspb.BinaryReader): DisableFlagTriggerCommand;
1175
+ }
1176
+
1177
+ export namespace DisableFlagTriggerCommand {
1178
+ export type AsObject = {
1179
+ }
1180
+ }
1181
+
1182
+ export class DeleteFlagTriggerCommand extends jspb.Message {
1183
+ serializeBinary(): Uint8Array;
1184
+ toObject(includeInstance?: boolean): DeleteFlagTriggerCommand.AsObject;
1185
+ static toObject(includeInstance: boolean, msg: DeleteFlagTriggerCommand): DeleteFlagTriggerCommand.AsObject;
1186
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1187
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1188
+ static serializeBinaryToWriter(message: DeleteFlagTriggerCommand, writer: jspb.BinaryWriter): void;
1189
+ static deserializeBinary(bytes: Uint8Array): DeleteFlagTriggerCommand;
1190
+ static deserializeBinaryFromReader(message: DeleteFlagTriggerCommand, reader: jspb.BinaryReader): DeleteFlagTriggerCommand;
1191
+ }
1192
+
1193
+ export namespace DeleteFlagTriggerCommand {
1194
+ export type AsObject = {
1195
+ }
1196
+ }
1197
+
1198
+ export class UpdateFlagTriggerUsageCommand extends jspb.Message {
1199
+ serializeBinary(): Uint8Array;
1200
+ toObject(includeInstance?: boolean): UpdateFlagTriggerUsageCommand.AsObject;
1201
+ static toObject(includeInstance: boolean, msg: UpdateFlagTriggerUsageCommand): UpdateFlagTriggerUsageCommand.AsObject;
1202
+ static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
1203
+ static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
1204
+ static serializeBinaryToWriter(message: UpdateFlagTriggerUsageCommand, writer: jspb.BinaryWriter): void;
1205
+ static deserializeBinary(bytes: Uint8Array): UpdateFlagTriggerUsageCommand;
1206
+ static deserializeBinaryFromReader(message: UpdateFlagTriggerUsageCommand, reader: jspb.BinaryReader): UpdateFlagTriggerUsageCommand;
1207
+ }
1208
+
1209
+ export namespace UpdateFlagTriggerUsageCommand {
1210
+ export type AsObject = {
1211
+ }
1212
+ }
1213
+