@stigmer/protos 3.2.3 → 3.4.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/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +41 -0
- package/ai/stigmer/agentic/agent/v1/spec_pb.js +8 -3
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +62 -0
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +37 -1
- package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +21 -0
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/datastore/v1/api_pb.d.ts +64 -0
- package/ai/stigmer/agentic/datastore/v1/api_pb.js +18 -0
- package/ai/stigmer/agentic/datastore/v1/api_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/command_connect.d.ts +111 -0
- package/ai/stigmer/agentic/datastore/v1/command_connect.js +119 -0
- package/ai/stigmer/agentic/datastore/v1/command_connect.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/command_pb.d.ts +110 -0
- package/ai/stigmer/agentic/datastore/v1/command_pb.js +19 -0
- package/ai/stigmer/agentic/datastore/v1/command_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/io_pb.d.ts +64 -0
- package/ai/stigmer/agentic/datastore/v1/io_pb.js +22 -0
- package/ai/stigmer/agentic/datastore/v1/io_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/query_connect.d.ts +59 -0
- package/ai/stigmer/agentic/datastore/v1/query_connect.js +68 -0
- package/ai/stigmer/agentic/datastore/v1/query_connect.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/query_pb.d.ts +61 -0
- package/ai/stigmer/agentic/datastore/v1/query_pb.js +24 -0
- package/ai/stigmer/agentic/datastore/v1/query_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/record_command_connect.d.ts +75 -0
- package/ai/stigmer/agentic/datastore/v1/record_command_connect.js +82 -0
- package/ai/stigmer/agentic/datastore/v1/record_command_connect.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/record_command_pb.d.ts +75 -0
- package/ai/stigmer/agentic/datastore/v1/record_command_pb.js +32 -0
- package/ai/stigmer/agentic/datastore/v1/record_command_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/record_io_pb.d.ts +752 -0
- package/ai/stigmer/agentic/datastore/v1/record_io_pb.js +198 -0
- package/ai/stigmer/agentic/datastore/v1/record_io_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/record_query_connect.d.ts +69 -0
- package/ai/stigmer/agentic/datastore/v1/record_query_connect.js +76 -0
- package/ai/stigmer/agentic/datastore/v1/record_query_connect.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/record_query_pb.d.ts +70 -0
- package/ai/stigmer/agentic/datastore/v1/record_query_pb.js +38 -0
- package/ai/stigmer/agentic/datastore/v1/record_query_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/spec_pb.d.ts +735 -0
- package/ai/stigmer/agentic/datastore/v1/spec_pb.js +195 -0
- package/ai/stigmer/agentic/datastore/v1/spec_pb.js.map +1 -0
- package/ai/stigmer/agentic/datastore/v1/status_pb.d.ts +159 -0
- package/ai/stigmer/agentic/datastore/v1/status_pb.js +93 -0
- package/ai/stigmer/agentic/datastore/v1/status_pb.js.map +1 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +18 -0
- package/ai/stigmer/agentic/session/v1/spec_pb.js +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/command_connect.d.ts +43 -0
- package/ai/stigmer/billing/v1/command_connect.js +46 -1
- package/ai/stigmer/billing/v1/command_connect.js.map +1 -1
- package/ai/stigmer/billing/v1/command_pb.d.ts +43 -1
- package/ai/stigmer/billing/v1/command_pb.js +3 -1
- package/ai/stigmer/billing/v1/command_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/io_pb.d.ts +299 -1
- package/ai/stigmer/billing/v1/io_pb.js +44 -2
- package/ai/stigmer/billing/v1/io_pb.js.map +1 -1
- package/ai/stigmer/billing/v1/model_pricing_baseline_pb.d.ts +369 -0
- package/ai/stigmer/billing/v1/model_pricing_baseline_pb.js +79 -0
- package/ai/stigmer/billing/v1/model_pricing_baseline_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/pricing_override_pb.d.ts +272 -0
- package/ai/stigmer/billing/v1/pricing_override_pb.js +116 -0
- package/ai/stigmer/billing/v1/pricing_override_pb.js.map +1 -0
- package/ai/stigmer/billing/v1/query_connect.d.ts +31 -0
- package/ai/stigmer/billing/v1/query_connect.js +32 -1
- package/ai/stigmer/billing/v1/query_connect.js.map +1 -1
- package/ai/stigmer/billing/v1/query_pb.d.ts +30 -1
- package/ai/stigmer/billing/v1/query_pb.js +1 -1
- package/ai/stigmer/billing/v1/query_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +7 -0
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +8 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/iam/v1/enum_pb.d.ts +44 -1
- package/ai/stigmer/iam/v1/enum_pb.js +44 -1
- package/ai/stigmer/iam/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/platform/cursoraccount/v1/command_connect.d.ts +102 -0
- package/ai/stigmer/platform/cursoraccount/v1/command_connect.js +110 -0
- package/ai/stigmer/platform/cursoraccount/v1/command_connect.js.map +1 -0
- package/ai/stigmer/platform/cursoraccount/v1/command_pb.d.ts +100 -0
- package/ai/stigmer/platform/cursoraccount/v1/command_pb.js +32 -0
- package/ai/stigmer/platform/cursoraccount/v1/command_pb.js.map +1 -0
- package/ai/stigmer/platform/cursoraccount/v1/cursor_account_pb.d.ts +409 -0
- package/ai/stigmer/platform/cursoraccount/v1/cursor_account_pb.js +36 -0
- package/ai/stigmer/platform/cursoraccount/v1/cursor_account_pb.js.map +1 -0
- package/ai/stigmer/platform/cursoraccount/v1/io_pb.d.ts +383 -0
- package/ai/stigmer/platform/cursoraccount/v1/io_pb.js +115 -0
- package/ai/stigmer/platform/cursoraccount/v1/io_pb.js.map +1 -0
- package/ai/stigmer/platform/cursoraccount/v1/query_connect.d.ts +44 -0
- package/ai/stigmer/platform/cursoraccount/v1/query_connect.js +51 -0
- package/ai/stigmer/platform/cursoraccount/v1/query_connect.js.map +1 -0
- package/ai/stigmer/platform/cursoraccount/v1/query_pb.d.ts +45 -0
- package/ai/stigmer/platform/cursoraccount/v1/query_pb.js +25 -0
- package/ai/stigmer/platform/cursoraccount/v1/query_pb.js.map +1 -0
- package/package.json +1 -1
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { BillingAccountSchema } from "./billing_account_pb.js";
|
|
3
3
|
import type { CreditLedgerEntrySchema } from "./credit_pb.js";
|
|
4
|
-
import type { AdjustCreditsInputSchema, AuthorizeExecutionInputSchema, AuthorizeExecutionResponseSchema, CreateBillingPortalSessionInputSchema, CreateBillingPortalSessionResponseSchema, CreateCreditCheckoutSessionInputSchema, CreateCreditCheckoutSessionResponseSchema, FinalizeExecutionInputSchema, FinalizeExecutionResponseSchema, GetOrCreateBillingAccountInputSchema, RecordLlmCallUsageInputSchema, RecordLlmCallUsageResponseSchema, SetAutoRechargeConfigInputSchema } from "./io_pb.js";
|
|
4
|
+
import type { AdjustCreditsInputSchema, AuthorizeExecutionInputSchema, AuthorizeExecutionResponseSchema, CreateBillingPortalSessionInputSchema, CreateBillingPortalSessionResponseSchema, CreateCreditCheckoutSessionInputSchema, CreateCreditCheckoutSessionResponseSchema, DecideModelPricingOverrideInputSchema, FinalizeExecutionInputSchema, FinalizeExecutionResponseSchema, GetOrCreateBillingAccountInputSchema, RecordLlmCallUsageInputSchema, RecordLlmCallUsageResponseSchema, RetireModelPricingBaselineInputSchema, SetAutoRechargeConfigInputSchema, UpsertModelPricingBaselineInputSchema } from "./io_pb.js";
|
|
5
|
+
import type { ModelPricingBaselineSchema } from "./model_pricing_baseline_pb.js";
|
|
6
|
+
import type { ModelPricingOverrideSchema } from "./pricing_override_pb.js";
|
|
5
7
|
/**
|
|
6
8
|
* Describes the file ai/stigmer/billing/v1/command.proto.
|
|
7
9
|
*/
|
|
@@ -129,4 +131,44 @@ export declare const BillingCommandController: GenService<{
|
|
|
129
131
|
input: typeof SetAutoRechargeConfigInputSchema;
|
|
130
132
|
output: typeof BillingAccountSchema;
|
|
131
133
|
};
|
|
134
|
+
/**
|
|
135
|
+
* Record a human decision on a PENDING_SIGNOFF pricing override from the
|
|
136
|
+
* pricing feedback loop. Approving makes the override ACTIVE (superseding
|
|
137
|
+
* any current ACTIVE override on the same pricing key) and recomposes the
|
|
138
|
+
* effective registry; rejecting archives it for audit.
|
|
139
|
+
*
|
|
140
|
+
* @generated from rpc ai.stigmer.billing.v1.BillingCommandController.decideModelPricingOverride
|
|
141
|
+
*/
|
|
142
|
+
decideModelPricingOverride: {
|
|
143
|
+
methodKind: "unary";
|
|
144
|
+
input: typeof DecideModelPricingOverrideInputSchema;
|
|
145
|
+
output: typeof ModelPricingOverrideSchema;
|
|
146
|
+
};
|
|
147
|
+
/**
|
|
148
|
+
* Create or revise one model registry baseline entry (catalog + list
|
|
149
|
+
* prices). Append-only: an existing ACTIVE document for the same
|
|
150
|
+
* (model_id, provider, harness) key is superseded, never mutated. The
|
|
151
|
+
* effective registry is recomposed immediately, so the revision reaches
|
|
152
|
+
* billing and every published price surface atomically.
|
|
153
|
+
*
|
|
154
|
+
* @generated from rpc ai.stigmer.billing.v1.BillingCommandController.upsertModelPricingBaseline
|
|
155
|
+
*/
|
|
156
|
+
upsertModelPricingBaseline: {
|
|
157
|
+
methodKind: "unary";
|
|
158
|
+
input: typeof UpsertModelPricingBaselineInputSchema;
|
|
159
|
+
output: typeof ModelPricingBaselineSchema;
|
|
160
|
+
};
|
|
161
|
+
/**
|
|
162
|
+
* Retire one model from the registry catalog. The next composition pass
|
|
163
|
+
* drops it from the effective registry and archives any ACTIVE pricing
|
|
164
|
+
* overrides that targeted it. Kept for audit; the key can be revived by
|
|
165
|
+
* a subsequent upsert.
|
|
166
|
+
*
|
|
167
|
+
* @generated from rpc ai.stigmer.billing.v1.BillingCommandController.retireModelPricingBaseline
|
|
168
|
+
*/
|
|
169
|
+
retireModelPricingBaseline: {
|
|
170
|
+
methodKind: "unary";
|
|
171
|
+
input: typeof RetireModelPricingBaselineInputSchema;
|
|
172
|
+
output: typeof ModelPricingBaselineSchema;
|
|
173
|
+
};
|
|
132
174
|
}>;
|
|
@@ -5,11 +5,13 @@ import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
|
5
5
|
import { file_ai_stigmer_billing_v1_billing_account } from "./billing_account_pb.js";
|
|
6
6
|
import { file_ai_stigmer_billing_v1_credit } from "./credit_pb.js";
|
|
7
7
|
import { file_ai_stigmer_billing_v1_io } from "./io_pb.js";
|
|
8
|
+
import { file_ai_stigmer_billing_v1_model_pricing_baseline } from "./model_pricing_baseline_pb.js";
|
|
9
|
+
import { file_ai_stigmer_billing_v1_pricing_override } from "./pricing_override_pb.js";
|
|
8
10
|
import { file_ai_stigmer_commons_rpc_method_options } from "../../commons/rpc/method_options_pb.js";
|
|
9
11
|
/**
|
|
10
12
|
* Describes the file ai/stigmer/billing/v1/command.proto.
|
|
11
13
|
*/
|
|
12
|
-
export const file_ai_stigmer_billing_v1_command = /*@__PURE__*/ fileDesc("
|
|
14
|
+
export const file_ai_stigmer_billing_v1_command = /*@__PURE__*/ fileDesc("CiNhaS9zdGlnbWVyL2JpbGxpbmcvdjEvY29tbWFuZC5wcm90bxIVYWkuc3RpZ21lci5iaWxsaW5nLnYxMssRChhCaWxsaW5nQ29tbWFuZENvbnRyb2xsZXISwQEKGWdldE9yQ3JlYXRlQmlsbGluZ0FjY291bnQSNS5haS5zdGlnbWVyLmJpbGxpbmcudjEuR2V0T3JDcmVhdGVCaWxsaW5nQWNjb3VudElucHV0GiUuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkJpbGxpbmdBY2NvdW50IkbCuBhCCBwQHiIGb3JnX2lkKjR1bmF1dGhvcml6ZWQgdG8gbWFuYWdlIGJpbGxpbmcgZm9yIHRoaXMgb3JnYW5pemF0aW9uEqwBCg1hZGp1c3RDcmVkaXRzEikuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkFkanVzdENyZWRpdHNJbnB1dBooLmFpLnN0aWdtZXIuYmlsbGluZy52MS5DcmVkaXRMZWRnZXJFbnRyeSJGwrgYQggcEB4iBm9yZ19pZCo0dW5hdXRob3JpemVkIHRvIGFkanVzdCBjcmVkaXRzIGZvciB0aGlzIG9yZ2FuaXphdGlvbhLCAQoSYXV0aG9yaXplRXhlY3V0aW9uEi4uYWkuc3RpZ21lci5iaWxsaW5nLnYxLkF1dGhvcml6ZUV4ZWN1dGlvbklucHV0GjEuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkF1dGhvcml6ZUV4ZWN1dGlvblJlc3BvbnNlIknCuBhFCB0QHyo2b25seSBwbGF0Zm9ybSBvcGVyYXRvcnMgY2FuIGV4ZWN1dGUgYmlsbGluZyBvcGVyYXRpb25zMgdzdGlnbWVyEsIBChJyZWNvcmRMbG1DYWxsVXNhZ2USLi5haS5zdGlnbWVyLmJpbGxpbmcudjEuUmVjb3JkTGxtQ2FsbFVzYWdlSW5wdXQaMS5haS5zdGlnbWVyLmJpbGxpbmcudjEuUmVjb3JkTGxtQ2FsbFVzYWdlUmVzcG9uc2UiScK4GEUIHRAfKjZvbmx5IHBsYXRmb3JtIG9wZXJhdG9ycyBjYW4gZXhlY3V0ZSBiaWxsaW5nIG9wZXJhdGlvbnMyB3N0aWdtZXISvwEKEWZpbmFsaXplRXhlY3V0aW9uEi0uYWkuc3RpZ21lci5iaWxsaW5nLnYxLkZpbmFsaXplRXhlY3V0aW9uSW5wdXQaMC5haS5zdGlnbWVyLmJpbGxpbmcudjEuRmluYWxpemVFeGVjdXRpb25SZXNwb25zZSJJwrgYRQgdEB8qNm9ubHkgcGxhdGZvcm0gb3BlcmF0b3JzIGNhbiBleGVjdXRlIGJpbGxpbmcgb3BlcmF0aW9uczIHc3RpZ21lchLcAQobY3JlYXRlQ3JlZGl0Q2hlY2tvdXRTZXNzaW9uEjcuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkNyZWF0ZUNyZWRpdENoZWNrb3V0U2Vzc2lvbklucHV0GjouYWkuc3RpZ21lci5iaWxsaW5nLnYxLkNyZWF0ZUNyZWRpdENoZWNrb3V0U2Vzc2lvblJlc3BvbnNlIkjCuBhECBwQHiIGb3JnX2lkKjZ1bmF1dGhvcml6ZWQgdG8gcHVyY2hhc2UgY3JlZGl0cyBmb3IgdGhpcyBvcmdhbml6YXRpb24S1wEKGmNyZWF0ZUJpbGxpbmdQb3J0YWxTZXNzaW9uEjYuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkNyZWF0ZUJpbGxpbmdQb3J0YWxTZXNzaW9uSW5wdXQaOS5haS5zdGlnbWVyLmJpbGxpbmcudjEuQ3JlYXRlQmlsbGluZ1BvcnRhbFNlc3Npb25SZXNwb25zZSJGwrgYQggcEB4iBm9yZ19pZCo0dW5hdXRob3JpemVkIHRvIG1hbmFnZSBiaWxsaW5nIGZvciB0aGlzIG9yZ2FuaXphdGlvbhK/AQoVc2V0QXV0b1JlY2hhcmdlQ29uZmlnEjEuYWkuc3RpZ21lci5iaWxsaW5nLnYxLlNldEF1dG9SZWNoYXJnZUNvbmZpZ0lucHV0GiUuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkJpbGxpbmdBY2NvdW50IkzCuBhICBwQHiIGb3JnX2lkKjp1bmF1dGhvcml6ZWQgdG8gbWFuYWdlIGF1dG8tcmVjaGFyZ2UgZm9yIHRoaXMgb3JnYW5pemF0aW9uEsoBChpkZWNpZGVNb2RlbFByaWNpbmdPdmVycmlkZRI2LmFpLnN0aWdtZXIuYmlsbGluZy52MS5EZWNpZGVNb2RlbFByaWNpbmdPdmVycmlkZUlucHV0GisuYWkuc3RpZ21lci5iaWxsaW5nLnYxLk1vZGVsUHJpY2luZ092ZXJyaWRlIkfCuBhDCCAQHyo0b25seSBwbGF0Zm9ybSBvcGVyYXRvcnMgY2FuIGRlY2lkZSBwcmljaW5nIG92ZXJyaWRlczIHc3RpZ21lchLSAQoadXBzZXJ0TW9kZWxQcmljaW5nQmFzZWxpbmUSNi5haS5zdGlnbWVyLmJpbGxpbmcudjEuVXBzZXJ0TW9kZWxQcmljaW5nQmFzZWxpbmVJbnB1dBorLmFpLnN0aWdtZXIuYmlsbGluZy52MS5Nb2RlbFByaWNpbmdCYXNlbGluZSJPwrgYSwggEB8qPG9ubHkgcGxhdGZvcm0gb3BlcmF0b3JzIGNhbiBlZGl0IHRoZSBtb2RlbCByZWdpc3RyeSBiYXNlbGluZTIHc3RpZ21lchLSAQoacmV0aXJlTW9kZWxQcmljaW5nQmFzZWxpbmUSNi5haS5zdGlnbWVyLmJpbGxpbmcudjEuUmV0aXJlTW9kZWxQcmljaW5nQmFzZWxpbmVJbnB1dBorLmFpLnN0aWdtZXIuYmlsbGluZy52MS5Nb2RlbFByaWNpbmdCYXNlbGluZSJPwrgYSwggEB8qPG9ubHkgcGxhdGZvcm0gb3BlcmF0b3JzIGNhbiBlZGl0IHRoZSBtb2RlbCByZWdpc3RyeSBiYXNlbGluZTIHc3RpZ21lcmIGcHJvdG8z", [file_ai_stigmer_billing_v1_billing_account, file_ai_stigmer_billing_v1_credit, file_ai_stigmer_billing_v1_io, file_ai_stigmer_billing_v1_model_pricing_baseline, file_ai_stigmer_billing_v1_pricing_override, file_ai_stigmer_commons_rpc_method_options]);
|
|
13
15
|
/**
|
|
14
16
|
* BillingCommandController handles write operations for the billing bounded context.
|
|
15
17
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/billing/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0GAA0G;AAC1G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,0CAA0C,EAAE,MAAM,yBAAyB,CAAC;AAErF,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,6BAA6B,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/billing/v1/command_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,0GAA0G;AAC1G,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,0CAA0C,EAAE,MAAM,yBAAyB,CAAC;AAErF,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,6BAA6B,EAAE,MAAM,YAAY,CAAC;AAE3D,OAAO,EAAE,iDAAiD,EAAE,MAAM,gCAAgC,CAAC;AAEnG,OAAO,EAAE,2CAA2C,EAAE,MAAM,0BAA0B,CAAC;AACvF,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG;;GAEG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAAY,aAAa,CACtE,QAAQ,CAAC,0hGAA0hG,EAAE,CAAC,0CAA0C,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,iDAAiD,EAAE,2CAA2C,EAAE,0CAA0C,CAAC,CAAC,CAAC;AAEnyG;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,wBAAwB,GA0JhC,aAAa,CAChB,WAAW,CAAC,kCAAkC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
-
import type { ProxyTiming, TokenUsage, UsageCompletionStatus } from "../../agentic/agentexecution/v1/usage_pb.js";
|
|
2
|
+
import type { CursorKeySource, ProxyTiming, TokenUsage, UsageCompletionStatus } from "../../agentic/agentexecution/v1/usage_pb.js";
|
|
3
3
|
import type { CreditLedgerEntry } from "./credit_pb.js";
|
|
4
4
|
import type { LedgerEntryType, LedgerView } from "./enum_pb.js";
|
|
5
|
+
import type { ModelPricingBaseline } from "./model_pricing_baseline_pb.js";
|
|
6
|
+
import type { ModelPricingOverride } from "./pricing_override_pb.js";
|
|
5
7
|
import type { PageInfo } from "../../commons/rpc/pagination_pb.js";
|
|
6
8
|
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
9
|
import type { Message } from "@bufbuild/protobuf";
|
|
@@ -228,6 +230,30 @@ export type RecordLlmCallUsageInput = Message<"ai.stigmer.billing.v1.RecordLlmCa
|
|
|
228
230
|
* @generated from field: string harness = 14;
|
|
229
231
|
*/
|
|
230
232
|
harness: string;
|
|
233
|
+
/**
|
|
234
|
+
* Cursor serving identity (cursor harness only): which managed
|
|
235
|
+
* CursorAccount / member key the proxy actually injected upstream for
|
|
236
|
+
* this call. Reported by the proxy from its key resolution so the
|
|
237
|
+
* stored record can never disagree with the wire — the billing handler
|
|
238
|
+
* stamps these verbatim and performs no pin lookup. Identifiers only,
|
|
239
|
+
* never key material. Empty for native-harness calls.
|
|
240
|
+
*
|
|
241
|
+
* @generated from field: string cursor_account_id = 15;
|
|
242
|
+
*/
|
|
243
|
+
cursorAccountId: string;
|
|
244
|
+
/**
|
|
245
|
+
* @generated from field: string cursor_key_id = 16;
|
|
246
|
+
*/
|
|
247
|
+
cursorKeyId: string;
|
|
248
|
+
/**
|
|
249
|
+
* Which credential served this call (cursor harness only). The
|
|
250
|
+
* CursorAccount store is the only credential source, so a current
|
|
251
|
+
* proxy always reports MANAGED_KEY; UNSPECIFIED marks a pre-feature
|
|
252
|
+
* caller.
|
|
253
|
+
*
|
|
254
|
+
* @generated from field: ai.stigmer.agentic.agentexecution.v1.CursorKeySource cursor_key_source = 17;
|
|
255
|
+
*/
|
|
256
|
+
cursorKeySource: CursorKeySource;
|
|
231
257
|
};
|
|
232
258
|
/**
|
|
233
259
|
* Describes the message ai.stigmer.billing.v1.RecordLlmCallUsageInput.
|
|
@@ -738,6 +764,278 @@ export type CustomerModelPricingResponse = Message<"ai.stigmer.billing.v1.Custom
|
|
|
738
764
|
* Use `create(CustomerModelPricingResponseSchema)` to create a new message.
|
|
739
765
|
*/
|
|
740
766
|
export declare const CustomerModelPricingResponseSchema: GenMessage<CustomerModelPricingResponse>;
|
|
767
|
+
/**
|
|
768
|
+
* GetModelPricingGovernanceInput requests the platform pricing governance
|
|
769
|
+
* view: every model's baseline vs effective rates, active overrides with
|
|
770
|
+
* provenance, and pending sign-off proposals.
|
|
771
|
+
*
|
|
772
|
+
* @generated from message ai.stigmer.billing.v1.GetModelPricingGovernanceInput
|
|
773
|
+
*/
|
|
774
|
+
export type GetModelPricingGovernanceInput = Message<"ai.stigmer.billing.v1.GetModelPricingGovernanceInput"> & {};
|
|
775
|
+
/**
|
|
776
|
+
* Describes the message ai.stigmer.billing.v1.GetModelPricingGovernanceInput.
|
|
777
|
+
* Use `create(GetModelPricingGovernanceInputSchema)` to create a new message.
|
|
778
|
+
*/
|
|
779
|
+
export declare const GetModelPricingGovernanceInputSchema: GenMessage<GetModelPricingGovernanceInput>;
|
|
780
|
+
/**
|
|
781
|
+
* ModelPricingGovernanceResponse is the operator's view of the pricing
|
|
782
|
+
* feedback loop (DD-003): what the platform charges with today, where each
|
|
783
|
+
* rate came from, and what awaits a decision.
|
|
784
|
+
*
|
|
785
|
+
* @generated from message ai.stigmer.billing.v1.ModelPricingGovernanceResponse
|
|
786
|
+
*/
|
|
787
|
+
export type ModelPricingGovernanceResponse = Message<"ai.stigmer.billing.v1.ModelPricingGovernanceResponse"> & {
|
|
788
|
+
/**
|
|
789
|
+
* One entry per (model, variant) pricing key in the effective registry.
|
|
790
|
+
*
|
|
791
|
+
* @generated from field: repeated ai.stigmer.billing.v1.ModelPricingGovernanceEntry entries = 1;
|
|
792
|
+
*/
|
|
793
|
+
entries: ModelPricingGovernanceEntry[];
|
|
794
|
+
/**
|
|
795
|
+
* Overrides awaiting a human decision, oldest first.
|
|
796
|
+
*
|
|
797
|
+
* @generated from field: repeated ai.stigmer.billing.v1.ModelPricingOverride pending_overrides = 2;
|
|
798
|
+
*/
|
|
799
|
+
pendingOverrides: ModelPricingOverride[];
|
|
800
|
+
};
|
|
801
|
+
/**
|
|
802
|
+
* Describes the message ai.stigmer.billing.v1.ModelPricingGovernanceResponse.
|
|
803
|
+
* Use `create(ModelPricingGovernanceResponseSchema)` to create a new message.
|
|
804
|
+
*/
|
|
805
|
+
export declare const ModelPricingGovernanceResponseSchema: GenMessage<ModelPricingGovernanceResponse>;
|
|
806
|
+
/**
|
|
807
|
+
* ModelPricingGovernanceEntry shows one pricing key's baseline vs effective
|
|
808
|
+
* rates. Raw provider rates (pre-markup) — this is an operator surface, not
|
|
809
|
+
* a customer price list.
|
|
810
|
+
*
|
|
811
|
+
* @generated from message ai.stigmer.billing.v1.ModelPricingGovernanceEntry
|
|
812
|
+
*/
|
|
813
|
+
export type ModelPricingGovernanceEntry = Message<"ai.stigmer.billing.v1.ModelPricingGovernanceEntry"> & {
|
|
814
|
+
/**
|
|
815
|
+
* @generated from field: string model_id = 1;
|
|
816
|
+
*/
|
|
817
|
+
modelId: string;
|
|
818
|
+
/**
|
|
819
|
+
* @generated from field: string display_name = 2;
|
|
820
|
+
*/
|
|
821
|
+
displayName: string;
|
|
822
|
+
/**
|
|
823
|
+
* @generated from field: string provider = 3;
|
|
824
|
+
*/
|
|
825
|
+
provider: string;
|
|
826
|
+
/**
|
|
827
|
+
* @generated from field: string harness = 4;
|
|
828
|
+
*/
|
|
829
|
+
harness: string;
|
|
830
|
+
/**
|
|
831
|
+
* @generated from field: string cost_tier = 5;
|
|
832
|
+
*/
|
|
833
|
+
costTier: string;
|
|
834
|
+
/**
|
|
835
|
+
* Pricing variant ("" for base, "fast" for the speed variant).
|
|
836
|
+
*
|
|
837
|
+
* @generated from field: string variant = 6;
|
|
838
|
+
*/
|
|
839
|
+
variant: string;
|
|
840
|
+
/**
|
|
841
|
+
* Baseline rates from model-registry.json, micro-USD per million tokens.
|
|
842
|
+
*
|
|
843
|
+
* @generated from field: int64 baseline_input_micros_per_million = 7;
|
|
844
|
+
*/
|
|
845
|
+
baselineInputMicrosPerMillion: bigint;
|
|
846
|
+
/**
|
|
847
|
+
* @generated from field: int64 baseline_output_micros_per_million = 8;
|
|
848
|
+
*/
|
|
849
|
+
baselineOutputMicrosPerMillion: bigint;
|
|
850
|
+
/**
|
|
851
|
+
* @generated from field: int64 baseline_cache_write_micros_per_million = 9;
|
|
852
|
+
*/
|
|
853
|
+
baselineCacheWriteMicrosPerMillion: bigint;
|
|
854
|
+
/**
|
|
855
|
+
* @generated from field: int64 baseline_cache_read_micros_per_million = 10;
|
|
856
|
+
*/
|
|
857
|
+
baselineCacheReadMicrosPerMillion: bigint;
|
|
858
|
+
/**
|
|
859
|
+
* @generated from field: int64 baseline_cursor_token_rate_micros_per_million = 11;
|
|
860
|
+
*/
|
|
861
|
+
baselineCursorTokenRateMicrosPerMillion: bigint;
|
|
862
|
+
/**
|
|
863
|
+
* Effective rates (baseline with ACTIVE overrides composed), micro-USD
|
|
864
|
+
* per million tokens. Equal to the baseline when no override is active.
|
|
865
|
+
*
|
|
866
|
+
* @generated from field: int64 effective_input_micros_per_million = 12;
|
|
867
|
+
*/
|
|
868
|
+
effectiveInputMicrosPerMillion: bigint;
|
|
869
|
+
/**
|
|
870
|
+
* @generated from field: int64 effective_output_micros_per_million = 13;
|
|
871
|
+
*/
|
|
872
|
+
effectiveOutputMicrosPerMillion: bigint;
|
|
873
|
+
/**
|
|
874
|
+
* @generated from field: int64 effective_cache_write_micros_per_million = 14;
|
|
875
|
+
*/
|
|
876
|
+
effectiveCacheWriteMicrosPerMillion: bigint;
|
|
877
|
+
/**
|
|
878
|
+
* @generated from field: int64 effective_cache_read_micros_per_million = 15;
|
|
879
|
+
*/
|
|
880
|
+
effectiveCacheReadMicrosPerMillion: bigint;
|
|
881
|
+
/**
|
|
882
|
+
* @generated from field: int64 effective_cursor_token_rate_micros_per_million = 16;
|
|
883
|
+
*/
|
|
884
|
+
effectiveCursorTokenRateMicrosPerMillion: bigint;
|
|
885
|
+
/**
|
|
886
|
+
* ACTIVE overrides composed into this entry, with full provenance.
|
|
887
|
+
*
|
|
888
|
+
* @generated from field: repeated ai.stigmer.billing.v1.ModelPricingOverride active_overrides = 17;
|
|
889
|
+
*/
|
|
890
|
+
activeOverrides: ModelPricingOverride[];
|
|
891
|
+
/**
|
|
892
|
+
* Whether an external provider ledger can verify this entry's rates.
|
|
893
|
+
* False for OSS/self-hosted models and Cursor first-party models — those
|
|
894
|
+
* are manually governed by the registry baseline (DD-003 Decision 7).
|
|
895
|
+
*
|
|
896
|
+
* @generated from field: bool ledger_reconcilable = 18;
|
|
897
|
+
*/
|
|
898
|
+
ledgerReconcilable: boolean;
|
|
899
|
+
};
|
|
900
|
+
/**
|
|
901
|
+
* Describes the message ai.stigmer.billing.v1.ModelPricingGovernanceEntry.
|
|
902
|
+
* Use `create(ModelPricingGovernanceEntrySchema)` to create a new message.
|
|
903
|
+
*/
|
|
904
|
+
export declare const ModelPricingGovernanceEntrySchema: GenMessage<ModelPricingGovernanceEntry>;
|
|
905
|
+
/**
|
|
906
|
+
* DecideModelPricingOverrideInput records a human decision on a
|
|
907
|
+
* PENDING_SIGNOFF pricing override.
|
|
908
|
+
*
|
|
909
|
+
* @generated from message ai.stigmer.billing.v1.DecideModelPricingOverrideInput
|
|
910
|
+
*/
|
|
911
|
+
export type DecideModelPricingOverrideInput = Message<"ai.stigmer.billing.v1.DecideModelPricingOverrideInput"> & {
|
|
912
|
+
/**
|
|
913
|
+
* @generated from field: string override_id = 1;
|
|
914
|
+
*/
|
|
915
|
+
overrideId: string;
|
|
916
|
+
/**
|
|
917
|
+
* true approves (the override becomes ACTIVE and supersedes any current
|
|
918
|
+
* ACTIVE override on the same key); false rejects.
|
|
919
|
+
*
|
|
920
|
+
* @generated from field: bool approve = 2;
|
|
921
|
+
*/
|
|
922
|
+
approve: boolean;
|
|
923
|
+
/**
|
|
924
|
+
* Optional note recorded on the decision for the audit trail.
|
|
925
|
+
*
|
|
926
|
+
* @generated from field: string decision_note = 3;
|
|
927
|
+
*/
|
|
928
|
+
decisionNote: string;
|
|
929
|
+
};
|
|
930
|
+
/**
|
|
931
|
+
* Describes the message ai.stigmer.billing.v1.DecideModelPricingOverrideInput.
|
|
932
|
+
* Use `create(DecideModelPricingOverrideInputSchema)` to create a new message.
|
|
933
|
+
*/
|
|
934
|
+
export declare const DecideModelPricingOverrideInputSchema: GenMessage<DecideModelPricingOverrideInput>;
|
|
935
|
+
/**
|
|
936
|
+
* UpsertModelPricingBaselineInput creates or revises one model registry
|
|
937
|
+
* baseline entry.
|
|
938
|
+
*
|
|
939
|
+
* The (model_id, provider, harness) key identifies the entry: when an
|
|
940
|
+
* ACTIVE document already exists for the key it is superseded by this
|
|
941
|
+
* revision; otherwise a new catalog entry is created (which also revives a
|
|
942
|
+
* RETIRED key). Lifecycle fields on the embedded baseline (baseline_id,
|
|
943
|
+
* status, supersedes_baseline_id, decided_by/at, created_at) are
|
|
944
|
+
* server-owned and ignored; pricing effective_at is stamped server-side so
|
|
945
|
+
* baseline edits always win DD-003 Decision 6 staleness against older
|
|
946
|
+
* ledger-derived overrides.
|
|
947
|
+
*
|
|
948
|
+
* @generated from message ai.stigmer.billing.v1.UpsertModelPricingBaselineInput
|
|
949
|
+
*/
|
|
950
|
+
export type UpsertModelPricingBaselineInput = Message<"ai.stigmer.billing.v1.UpsertModelPricingBaselineInput"> & {
|
|
951
|
+
/**
|
|
952
|
+
* @generated from field: ai.stigmer.billing.v1.ModelPricingBaseline baseline = 1;
|
|
953
|
+
*/
|
|
954
|
+
baseline?: ModelPricingBaseline;
|
|
955
|
+
/**
|
|
956
|
+
* Optional operator note explaining the revision, recorded on the new
|
|
957
|
+
* document for the audit trail.
|
|
958
|
+
*
|
|
959
|
+
* @generated from field: string revision_note = 2;
|
|
960
|
+
*/
|
|
961
|
+
revisionNote: string;
|
|
962
|
+
};
|
|
963
|
+
/**
|
|
964
|
+
* Describes the message ai.stigmer.billing.v1.UpsertModelPricingBaselineInput.
|
|
965
|
+
* Use `create(UpsertModelPricingBaselineInputSchema)` to create a new message.
|
|
966
|
+
*/
|
|
967
|
+
export declare const UpsertModelPricingBaselineInputSchema: GenMessage<UpsertModelPricingBaselineInput>;
|
|
968
|
+
/**
|
|
969
|
+
* RetireModelPricingBaselineInput removes one model from the catalog.
|
|
970
|
+
*
|
|
971
|
+
* The ACTIVE document for the key transitions to RETIRED; the next
|
|
972
|
+
* composition pass drops the model from the effective registry and
|
|
973
|
+
* archives any ACTIVE pricing overrides that targeted it.
|
|
974
|
+
*
|
|
975
|
+
* @generated from message ai.stigmer.billing.v1.RetireModelPricingBaselineInput
|
|
976
|
+
*/
|
|
977
|
+
export type RetireModelPricingBaselineInput = Message<"ai.stigmer.billing.v1.RetireModelPricingBaselineInput"> & {
|
|
978
|
+
/**
|
|
979
|
+
* @generated from field: string model_id = 1;
|
|
980
|
+
*/
|
|
981
|
+
modelId: string;
|
|
982
|
+
/**
|
|
983
|
+
* @generated from field: string provider = 2;
|
|
984
|
+
*/
|
|
985
|
+
provider: string;
|
|
986
|
+
/**
|
|
987
|
+
* @generated from field: string harness = 3;
|
|
988
|
+
*/
|
|
989
|
+
harness: string;
|
|
990
|
+
/**
|
|
991
|
+
* Optional operator note explaining the retirement.
|
|
992
|
+
*
|
|
993
|
+
* @generated from field: string revision_note = 4;
|
|
994
|
+
*/
|
|
995
|
+
revisionNote: string;
|
|
996
|
+
};
|
|
997
|
+
/**
|
|
998
|
+
* Describes the message ai.stigmer.billing.v1.RetireModelPricingBaselineInput.
|
|
999
|
+
* Use `create(RetireModelPricingBaselineInputSchema)` to create a new message.
|
|
1000
|
+
*/
|
|
1001
|
+
export declare const RetireModelPricingBaselineInputSchema: GenMessage<RetireModelPricingBaselineInput>;
|
|
1002
|
+
/**
|
|
1003
|
+
* ListModelPricingBaselinesInput requests the baseline catalog.
|
|
1004
|
+
*
|
|
1005
|
+
* @generated from message ai.stigmer.billing.v1.ListModelPricingBaselinesInput
|
|
1006
|
+
*/
|
|
1007
|
+
export type ListModelPricingBaselinesInput = Message<"ai.stigmer.billing.v1.ListModelPricingBaselinesInput"> & {
|
|
1008
|
+
/**
|
|
1009
|
+
* When true, includes SUPERSEDED and RETIRED revisions (the full audit
|
|
1010
|
+
* history). Default: ACTIVE documents only.
|
|
1011
|
+
*
|
|
1012
|
+
* @generated from field: bool include_history = 1;
|
|
1013
|
+
*/
|
|
1014
|
+
includeHistory: boolean;
|
|
1015
|
+
};
|
|
1016
|
+
/**
|
|
1017
|
+
* Describes the message ai.stigmer.billing.v1.ListModelPricingBaselinesInput.
|
|
1018
|
+
* Use `create(ListModelPricingBaselinesInputSchema)` to create a new message.
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const ListModelPricingBaselinesInputSchema: GenMessage<ListModelPricingBaselinesInput>;
|
|
1021
|
+
/**
|
|
1022
|
+
* ModelPricingBaselinesResponse is the baseline catalog, ordered by
|
|
1023
|
+
* harness, provider, then model id; historical revisions (when requested)
|
|
1024
|
+
* follow their key's ACTIVE document newest-first.
|
|
1025
|
+
*
|
|
1026
|
+
* @generated from message ai.stigmer.billing.v1.ModelPricingBaselinesResponse
|
|
1027
|
+
*/
|
|
1028
|
+
export type ModelPricingBaselinesResponse = Message<"ai.stigmer.billing.v1.ModelPricingBaselinesResponse"> & {
|
|
1029
|
+
/**
|
|
1030
|
+
* @generated from field: repeated ai.stigmer.billing.v1.ModelPricingBaseline baselines = 1;
|
|
1031
|
+
*/
|
|
1032
|
+
baselines: ModelPricingBaseline[];
|
|
1033
|
+
};
|
|
1034
|
+
/**
|
|
1035
|
+
* Describes the message ai.stigmer.billing.v1.ModelPricingBaselinesResponse.
|
|
1036
|
+
* Use `create(ModelPricingBaselinesResponseSchema)` to create a new message.
|
|
1037
|
+
*/
|
|
1038
|
+
export declare const ModelPricingBaselinesResponseSchema: GenMessage<ModelPricingBaselinesResponse>;
|
|
741
1039
|
/**
|
|
742
1040
|
* CustomerModelPricingEntry is the customer-facing price for one model.
|
|
743
1041
|
*
|
|
@@ -5,13 +5,15 @@ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
|
5
5
|
import { file_ai_stigmer_agentic_agentexecution_v1_usage } from "../../agentic/agentexecution/v1/usage_pb.js";
|
|
6
6
|
import { file_ai_stigmer_billing_v1_credit } from "./credit_pb.js";
|
|
7
7
|
import { file_ai_stigmer_billing_v1_enum } from "./enum_pb.js";
|
|
8
|
+
import { file_ai_stigmer_billing_v1_model_pricing_baseline } from "./model_pricing_baseline_pb.js";
|
|
9
|
+
import { file_ai_stigmer_billing_v1_pricing_override } from "./pricing_override_pb.js";
|
|
8
10
|
import { file_ai_stigmer_commons_rpc_pagination } from "../../commons/rpc/pagination_pb.js";
|
|
9
11
|
import { file_buf_validate_validate } from "../../../../buf/validate/validate_pb.js";
|
|
10
12
|
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
11
13
|
/**
|
|
12
14
|
* Describes the file ai/stigmer/billing/v1/io.proto.
|
|
13
15
|
*/
|
|
14
|
-
export const file_ai_stigmer_billing_v1_io = /*@__PURE__*/ fileDesc("
|
|
16
|
+
export const file_ai_stigmer_billing_v1_io = /*@__PURE__*/ fileDesc("Ch5haS9zdGlnbWVyL2JpbGxpbmcvdjEvaW8ucHJvdG8SFWFpLnN0aWdtZXIuYmlsbGluZy52MSI4Ch5HZXRPckNyZWF0ZUJpbGxpbmdBY2NvdW50SW5wdXQSFgoGb3JnX2lkGAEgASgJQga6SAPIAQEifAoSQWRqdXN0Q3JlZGl0c0lucHV0EhYKBm9yZ19pZBgBIAEoCUIGukgDyAEBEhUKDWFtb3VudF9taWNyb3MYAiABKAMSFgoGcmVhc29uGAMgASgJQga6SAPIAQESHwoPaWRlbXBvdGVuY3lfa2V5GAQgASgJQga6SAPIAQEiigEKF0F1dGhvcml6ZUV4ZWN1dGlvbklucHV0EhYKBm9yZ19pZBgBIAEoCUIGukgDyAEBEhwKDGV4ZWN1dGlvbl9pZBgCIAEoCUIGukgDyAEBEhcKB2hhcm5lc3MYAyABKAlCBrpIA8gBARIgChhleHBlY3RlZF9jb3N0X2NhcF9taWNyb3MYBCABKAMimgEKGkF1dGhvcml6ZUV4ZWN1dGlvblJlc3BvbnNlEhIKCmF1dGhvcml6ZWQYASABKAgSFgoOcmVzZXJ2YXRpb25faWQYAiABKAkSFwoPcmVzZXJ2ZWRfbWljcm9zGAMgASgDEiAKGGF2YWlsYWJsZV9iYWxhbmNlX21pY3JvcxgEIAEoAxIVCg1kZW5pYWxfcmVhc29uGAUgASgJIpYFChdSZWNvcmRMbG1DYWxsVXNhZ2VJbnB1dBIcCgxleGVjdXRpb25faWQYASABKAlCBrpIA8gBARIZCghzZXF1ZW5jZRgCIAEoBUIHukgEGgIgABIYCghwcm92aWRlchgDIAEoCUIGukgDyAEBEh4KDnJlc29sdmVkX21vZGVsGAQgASgJQga6SAPIAQESFwoPcmVxdWVzdGVkX21vZGVsGAUgASgJEkAKBnRva2VucxgGIAEoCzIwLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Ub2tlblVzYWdlElEKDHVzYWdlX3N0YXR1cxgHIAEoDjI7LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Vc2FnZUNvbXBsZXRpb25TdGF0dXMSGwoTcHJvdmlkZXJfcmVxdWVzdF9pZBgIIAEoCRIYChBodHRwX3N0YXR1c19jb2RlGAkgASgFEhEKCXN0cmVhbWluZxgKIAEoCBIVCg1maW5pc2hfcmVhc29uGAsgASgJEkcKDHByb3h5X3RpbWluZxgMIAEoCzIxLmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5Qcm94eVRpbWluZxIbChNwcm92aWRlcl91c2FnZV9qc29uGA0gASgJEg8KB2hhcm5lc3MYDiABKAkSGQoRY3Vyc29yX2FjY291bnRfaWQYDyABKAkSFQoNY3Vyc29yX2tleV9pZBgQIAEoCRJQChFjdXJzb3Jfa2V5X3NvdXJjZRgRIAEoDjI1LmFpLnN0aWdtZXIuYWdlbnRpYy5hZ2VudGV4ZWN1dGlvbi52MS5DdXJzb3JLZXlTb3VyY2UipwEKGlJlY29yZExsbUNhbGxVc2FnZVJlc3BvbnNlEhcKD3VzYWdlX3JlY29yZF9pZBgBIAEoCRIcChRwcm92aWRlcl9jb3N0X21pY3JvcxgCIAEoAxInCh9jdXN0b21lcl9iaWxsYWJsZV9hbW91bnRfbWljcm9zGAMgASgDEhMKC2lzX2JpbGxhYmxlGAQgASgIEhQKDGlzX2R1cGxpY2F0ZRgFIAEoCCI2ChZGaW5hbGl6ZUV4ZWN1dGlvbklucHV0EhwKDGV4ZWN1dGlvbl9pZBgBIAEoCUIGukgDyAEBIqUBChlGaW5hbGl6ZUV4ZWN1dGlvblJlc3BvbnNlEiIKGnRvdGFsX3Byb3ZpZGVyX2Nvc3RfbWljcm9zGAEgASgDEiQKHHRvdGFsX2JpbGxhYmxlX2Ftb3VudF9taWNyb3MYAiABKAMSIwobcmVsZWFzZWRfcmVzZXJ2YXRpb25fbWljcm9zGAMgASgDEhkKEWJpbGxlZF9jYWxsX2NvdW50GAQgASgFIowBCiBDcmVhdGVDcmVkaXRDaGVja291dFNlc3Npb25JbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBARIXCgdwYWNrX2lkGAIgASgJQga6SAPIAQESGwoLc3VjY2Vzc191cmwYAyABKAlCBrpIA8gBARIaCgpjYW5jZWxfdXJsGAQgASgJQga6SAPIAQEibQojQ3JlYXRlQ3JlZGl0Q2hlY2tvdXRTZXNzaW9uUmVzcG9uc2USFAoMY2hlY2tvdXRfdXJsGAEgASgJEhMKC3B1cmNoYXNlX2lkGAIgASgJEhsKE2NoZWNrb3V0X3Nlc3Npb25faWQYAyABKAkiVQofQ3JlYXRlQmlsbGluZ1BvcnRhbFNlc3Npb25JbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBARIaCgpyZXR1cm5fdXJsGAIgASgJQga6SAPIAQEiOAoiQ3JlYXRlQmlsbGluZ1BvcnRhbFNlc3Npb25SZXNwb25zZRISCgpwb3J0YWxfdXJsGAEgASgJIpsBChpTZXRBdXRvUmVjaGFyZ2VDb25maWdJbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBARIPCgdlbmFibGVkGAIgASgIEhgKEHRocmVzaG9sZF9taWNyb3MYAyABKAMSHgoWcmVjaGFyZ2VfYW1vdW50X21pY3JvcxgEIAEoAxIaChJtb250aGx5X2NhcF9taWNyb3MYBSABKAMiMAoWR2V0QmlsbGluZ0FjY291bnRJbnB1dBIWCgZvcmdfaWQYASABKAlCBrpIA8gBASIvChVHZXRDcmVkaXRCYWxhbmNlSW5wdXQSFgoGb3JnX2lkGAEgASgJQga6SAPIAQEiqgIKFEdldENyZWRpdExlZGdlcklucHV0EhYKBm9yZ19pZBgBIAEoCUIGukgDyAEBEi4KBHBhZ2UYAiABKAsyIC5haS5zdGlnbWVyLmNvbW1vbnMucnBjLlBhZ2VJbmZvEjsKC3R5cGVfZmlsdGVyGAMgAygOMiYuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkxlZGdlckVudHJ5VHlwZRIuCgpzdGFydF90aW1lGAQgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIsCghlbmRfdGltZRgFIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLwoEdmlldxgGIAEoDjIhLmFpLnN0aWdtZXIuYmlsbGluZy52MS5MZWRnZXJWaWV3ImYKFENyZWRpdExlZGdlclJlc3BvbnNlEjkKB2VudHJpZXMYASADKAsyKC5haS5zdGlnbWVyLmJpbGxpbmcudjEuQ3JlZGl0TGVkZ2VyRW50cnkSEwoLdG90YWxfcGFnZXMYAiABKAUiogEKGkdldEJpbGxpbmdVc2FnZVJlcG9ydElucHV0EhYKBm9yZ19pZBgBIAEoCUIGukgDyAEBEjYKCnN0YXJ0X3RpbWUYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQga6SAPIAQESNAoIZW5kX3RpbWUYAyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wQga6SAPIAQEi3gEKGkJpbGxpbmdVc2FnZVJlcG9ydFJlc3BvbnNlEiIKGnRvdGFsX3Byb3ZpZGVyX2Nvc3RfbWljcm9zGAEgASgDEiQKHHRvdGFsX2JpbGxhYmxlX2Ftb3VudF9taWNyb3MYAiABKAMSFwoPZXhlY3V0aW9uX2NvdW50GAMgASgFEhYKDmxsbV9jYWxsX2NvdW50GAQgASgFEkUKD21vZGVsX2JyZWFrZG93bhgFIAMoCzIsLmFpLnN0aWdtZXIuYmlsbGluZy52MS5Nb2RlbEJpbGxpbmdCcmVha2Rvd24inAEKFU1vZGVsQmlsbGluZ0JyZWFrZG93bhINCgVtb2RlbBgBIAEoCRIPCgdoYXJuZXNzGAIgASgJEhEKCWNvc3RfdGllchgDIAEoCRIcChRwcm92aWRlcl9jb3N0X21pY3JvcxgEIAEoAxIeChZiaWxsYWJsZV9hbW91bnRfbWljcm9zGAUgASgDEhIKCmNhbGxfY291bnQYBiABKAUiLgocR2V0Q3VzdG9tZXJNb2RlbFByaWNpbmdJbnB1dBIOCgZvcmdfaWQYASABKAkiYQocQ3VzdG9tZXJNb2RlbFByaWNpbmdSZXNwb25zZRJBCgdlbnRyaWVzGAEgAygLMjAuYWkuc3RpZ21lci5iaWxsaW5nLnYxLkN1c3RvbWVyTW9kZWxQcmljaW5nRW50cnkiIAoeR2V0TW9kZWxQcmljaW5nR292ZXJuYW5jZUlucHV0Iq0BCh5Nb2RlbFByaWNpbmdHb3Zlcm5hbmNlUmVzcG9uc2USQwoHZW50cmllcxgBIAMoCzIyLmFpLnN0aWdtZXIuYmlsbGluZy52MS5Nb2RlbFByaWNpbmdHb3Zlcm5hbmNlRW50cnkSRgoRcGVuZGluZ19vdmVycmlkZXMYAiADKAsyKy5haS5zdGlnbWVyLmJpbGxpbmcudjEuTW9kZWxQcmljaW5nT3ZlcnJpZGUi0wUKG01vZGVsUHJpY2luZ0dvdmVybmFuY2VFbnRyeRIQCghtb2RlbF9pZBgBIAEoCRIUCgxkaXNwbGF5X25hbWUYAiABKAkSEAoIcHJvdmlkZXIYAyABKAkSDwoHaGFybmVzcxgEIAEoCRIRCgljb3N0X3RpZXIYBSABKAkSDwoHdmFyaWFudBgGIAEoCRIpCiFiYXNlbGluZV9pbnB1dF9taWNyb3NfcGVyX21pbGxpb24YByABKAMSKgoiYmFzZWxpbmVfb3V0cHV0X21pY3Jvc19wZXJfbWlsbGlvbhgIIAEoAxIvCidiYXNlbGluZV9jYWNoZV93cml0ZV9taWNyb3NfcGVyX21pbGxpb24YCSABKAMSLgomYmFzZWxpbmVfY2FjaGVfcmVhZF9taWNyb3NfcGVyX21pbGxpb24YCiABKAMSNQotYmFzZWxpbmVfY3Vyc29yX3Rva2VuX3JhdGVfbWljcm9zX3Blcl9taWxsaW9uGAsgASgDEioKImVmZmVjdGl2ZV9pbnB1dF9taWNyb3NfcGVyX21pbGxpb24YDCABKAMSKwojZWZmZWN0aXZlX291dHB1dF9taWNyb3NfcGVyX21pbGxpb24YDSABKAMSMAooZWZmZWN0aXZlX2NhY2hlX3dyaXRlX21pY3Jvc19wZXJfbWlsbGlvbhgOIAEoAxIvCidlZmZlY3RpdmVfY2FjaGVfcmVhZF9taWNyb3NfcGVyX21pbGxpb24YDyABKAMSNgouZWZmZWN0aXZlX2N1cnNvcl90b2tlbl9yYXRlX21pY3Jvc19wZXJfbWlsbGlvbhgQIAEoAxJFChBhY3RpdmVfb3ZlcnJpZGVzGBEgAygLMisuYWkuc3RpZ21lci5iaWxsaW5nLnYxLk1vZGVsUHJpY2luZ092ZXJyaWRlEhsKE2xlZGdlcl9yZWNvbmNpbGFibGUYEiABKAgiZgofRGVjaWRlTW9kZWxQcmljaW5nT3ZlcnJpZGVJbnB1dBIbCgtvdmVycmlkZV9pZBgBIAEoCUIGukgDyAEBEg8KB2FwcHJvdmUYAiABKAgSFQoNZGVjaXNpb25fbm90ZRgDIAEoCSKJAQofVXBzZXJ0TW9kZWxQcmljaW5nQmFzZWxpbmVJbnB1dBJFCghiYXNlbGluZRgBIAEoCzIrLmFpLnN0aWdtZXIuYmlsbGluZy52MS5Nb2RlbFByaWNpbmdCYXNlbGluZUIGukgDyAEBEh8KDXJldmlzaW9uX25vdGUYAiABKAlCCLpIBXIDGIAIIo8BCh9SZXRpcmVNb2RlbFByaWNpbmdCYXNlbGluZUlucHV0EhgKCG1vZGVsX2lkGAEgASgJQga6SAPIAQESGAoIcHJvdmlkZXIYAiABKAlCBrpIA8gBARIXCgdoYXJuZXNzGAMgASgJQga6SAPIAQESHwoNcmV2aXNpb25fbm90ZRgEIAEoCUIIukgFcgMYgAgiOQoeTGlzdE1vZGVsUHJpY2luZ0Jhc2VsaW5lc0lucHV0EhcKD2luY2x1ZGVfaGlzdG9yeRgBIAEoCCJfCh1Nb2RlbFByaWNpbmdCYXNlbGluZXNSZXNwb25zZRI+CgliYXNlbGluZXMYASADKAsyKy5haS5zdGlnbWVyLmJpbGxpbmcudjEuTW9kZWxQcmljaW5nQmFzZWxpbmUi4AIKGUN1c3RvbWVyTW9kZWxQcmljaW5nRW50cnkSEAoIbW9kZWxfaWQYASABKAkSFAoMZGlzcGxheV9uYW1lGAIgASgJEhAKCHByb3ZpZGVyGAMgASgJEg8KB2hhcm5lc3MYBCABKAkSEQoJY29zdF90aWVyGAUgASgJEiYKHmlucHV0X3ByaWNlX21pY3Jvc19wZXJfbWlsbGlvbhgGIAEoAxInCh9vdXRwdXRfcHJpY2VfbWljcm9zX3Blcl9taWxsaW9uGAcgASgDEi8KJ2NhY2hlX2NyZWF0aW9uX3ByaWNlX21pY3Jvc19wZXJfbWlsbGlvbhgIIAEoAxIrCiNjYWNoZV9yZWFkX3ByaWNlX21pY3Jvc19wZXJfbWlsbGlvbhgJIAEoAxIZChFwcmljaW5nX3BvbGljeV9pZBgKIAEoCRIbChNtYXJrdXBfYmFzaXNfcG9pbnRzGAsgASgFYgZwcm90bzM", [file_ai_stigmer_agentic_agentexecution_v1_usage, file_ai_stigmer_billing_v1_credit, file_ai_stigmer_billing_v1_enum, file_ai_stigmer_billing_v1_model_pricing_baseline, file_ai_stigmer_billing_v1_pricing_override, file_ai_stigmer_commons_rpc_pagination, file_buf_validate_validate, file_google_protobuf_timestamp]);
|
|
15
17
|
/**
|
|
16
18
|
* Describes the message ai.stigmer.billing.v1.GetOrCreateBillingAccountInput.
|
|
17
19
|
* Use `create(GetOrCreateBillingAccountInputSchema)` to create a new message.
|
|
@@ -122,9 +124,49 @@ export const GetCustomerModelPricingInputSchema = /*@__PURE__*/ messageDesc(file
|
|
|
122
124
|
* Use `create(CustomerModelPricingResponseSchema)` to create a new message.
|
|
123
125
|
*/
|
|
124
126
|
export const CustomerModelPricingResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 21);
|
|
127
|
+
/**
|
|
128
|
+
* Describes the message ai.stigmer.billing.v1.GetModelPricingGovernanceInput.
|
|
129
|
+
* Use `create(GetModelPricingGovernanceInputSchema)` to create a new message.
|
|
130
|
+
*/
|
|
131
|
+
export const GetModelPricingGovernanceInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 22);
|
|
132
|
+
/**
|
|
133
|
+
* Describes the message ai.stigmer.billing.v1.ModelPricingGovernanceResponse.
|
|
134
|
+
* Use `create(ModelPricingGovernanceResponseSchema)` to create a new message.
|
|
135
|
+
*/
|
|
136
|
+
export const ModelPricingGovernanceResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 23);
|
|
137
|
+
/**
|
|
138
|
+
* Describes the message ai.stigmer.billing.v1.ModelPricingGovernanceEntry.
|
|
139
|
+
* Use `create(ModelPricingGovernanceEntrySchema)` to create a new message.
|
|
140
|
+
*/
|
|
141
|
+
export const ModelPricingGovernanceEntrySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 24);
|
|
142
|
+
/**
|
|
143
|
+
* Describes the message ai.stigmer.billing.v1.DecideModelPricingOverrideInput.
|
|
144
|
+
* Use `create(DecideModelPricingOverrideInputSchema)` to create a new message.
|
|
145
|
+
*/
|
|
146
|
+
export const DecideModelPricingOverrideInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 25);
|
|
147
|
+
/**
|
|
148
|
+
* Describes the message ai.stigmer.billing.v1.UpsertModelPricingBaselineInput.
|
|
149
|
+
* Use `create(UpsertModelPricingBaselineInputSchema)` to create a new message.
|
|
150
|
+
*/
|
|
151
|
+
export const UpsertModelPricingBaselineInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 26);
|
|
152
|
+
/**
|
|
153
|
+
* Describes the message ai.stigmer.billing.v1.RetireModelPricingBaselineInput.
|
|
154
|
+
* Use `create(RetireModelPricingBaselineInputSchema)` to create a new message.
|
|
155
|
+
*/
|
|
156
|
+
export const RetireModelPricingBaselineInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 27);
|
|
157
|
+
/**
|
|
158
|
+
* Describes the message ai.stigmer.billing.v1.ListModelPricingBaselinesInput.
|
|
159
|
+
* Use `create(ListModelPricingBaselinesInputSchema)` to create a new message.
|
|
160
|
+
*/
|
|
161
|
+
export const ListModelPricingBaselinesInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 28);
|
|
162
|
+
/**
|
|
163
|
+
* Describes the message ai.stigmer.billing.v1.ModelPricingBaselinesResponse.
|
|
164
|
+
* Use `create(ModelPricingBaselinesResponseSchema)` to create a new message.
|
|
165
|
+
*/
|
|
166
|
+
export const ModelPricingBaselinesResponseSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 29);
|
|
125
167
|
/**
|
|
126
168
|
* Describes the message ai.stigmer.billing.v1.CustomerModelPricingEntry.
|
|
127
169
|
* Use `create(CustomerModelPricingEntrySchema)` to create a new message.
|
|
128
170
|
*/
|
|
129
|
-
export const CustomerModelPricingEntrySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io,
|
|
171
|
+
export const CustomerModelPricingEntrySchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_billing_v1_io, 30);
|
|
130
172
|
//# sourceMappingURL=io_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/billing/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qGAAqG;AACrG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,6CAA6C,CAAC;AAE9G,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,cAAc,CAAC;AAE/D,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAErF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAY,aAAa,CACjE,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../ai/stigmer/billing/v1/io_pb.ts"],"names":[],"mappings":"AAAA,oFAAoF;AACpF,qGAAqG;AACrG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,6CAA6C,CAAC;AAE9G,OAAO,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,+BAA+B,EAAE,MAAM,cAAc,CAAC;AAE/D,OAAO,EAAE,iDAAiD,EAAE,MAAM,gCAAgC,CAAC;AAEnG,OAAO,EAAE,2CAA2C,EAAE,MAAM,0BAA0B,CAAC;AAEvF,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAErF,OAAO,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGxE;;GAEG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAY,aAAa,CACjE,QAAQ,CAAC,qxNAAqxN,EAAE,CAAC,+CAA+C,EAAE,iCAAiC,EAAE,+BAA+B,EAAE,iDAAiD,EAAE,2CAA2C,EAAE,sCAAsC,EAAE,0BAA0B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AAe7lO;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAmChD;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAiChD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA4ChD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA0IhD;;;GAGG;AACH,MAAM,CAAC,MAAM,6BAA6B,GAAwC,aAAa,CAC7F,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA6ChD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAehD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAqChD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AAwChD;;;GAGG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAiD,aAAa,CAC/G,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA+BhD;;;GAGG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAoD,aAAa,CACrH,WAAW,CAAC,6BAA6B,EAAE,CAAC,CAAC,CAAC;AA0BhD;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAgBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAmD,aAAa,CACnH,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAkDjD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAcjD;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAcjD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAuDjD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAmBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AA4BjD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AA4CjD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAuCjD;;;GAGG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAsC,aAAa,CACzF,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAiBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAcjD;;;GAGG;AACH,MAAM,CAAC,MAAM,kCAAkC,GAA6C,aAAa,CACvG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAYjD;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAyBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAkHjD;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AA8BjD;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAgCjD;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAmCjD;;;GAGG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAAgD,aAAa,CAC7G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAiBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,oCAAoC,GAA+C,aAAa,CAC3G,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAgBjD;;;GAGG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAA8C,aAAa,CACzG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC;AAyFjD;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,6BAA6B,EAAE,EAAE,CAAC,CAAC"}
|