@noodleseed/one 0.52.1 → 0.54.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/node_modules/@noodle-borg/service/dist/billing/active-commercial-entitlement.d.ts +25 -0
  2. package/node_modules/@noodle-borg/service/dist/billing/active-commercial-entitlement.d.ts.map +1 -0
  3. package/node_modules/@noodle-borg/service/dist/billing/active-commercial-entitlement.js +94 -0
  4. package/node_modules/@noodle-borg/service/dist/billing/active-commercial-entitlement.js.map +1 -0
  5. package/node_modules/@noodle-borg/service/dist/billing/commercial-entitlements.d.ts +8 -0
  6. package/node_modules/@noodle-borg/service/dist/billing/commercial-entitlements.d.ts.map +1 -1
  7. package/node_modules/@noodle-borg/service/dist/billing/commercial-entitlements.js +49 -0
  8. package/node_modules/@noodle-borg/service/dist/billing/commercial-entitlements.js.map +1 -1
  9. package/node_modules/@noodle-borg/service/dist/billing/in-memory.d.ts.map +1 -1
  10. package/node_modules/@noodle-borg/service/dist/billing/in-memory.js +3 -2
  11. package/node_modules/@noodle-borg/service/dist/billing/in-memory.js.map +1 -1
  12. package/node_modules/@noodle-borg/service/dist/billing/integration.d.ts.map +1 -1
  13. package/node_modules/@noodle-borg/service/dist/billing/integration.js +0 -3
  14. package/node_modules/@noodle-borg/service/dist/billing/integration.js.map +1 -1
  15. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts +16 -3
  16. package/node_modules/@noodle-borg/service/dist/billing/model.d.ts.map +1 -1
  17. package/node_modules/@noodle-borg/service/dist/billing/model.js +1 -0
  18. package/node_modules/@noodle-borg/service/dist/billing/model.js.map +1 -1
  19. package/node_modules/@noodle-borg/service/dist/billing/paid-plan-catalog.d.ts +26 -0
  20. package/node_modules/@noodle-borg/service/dist/billing/paid-plan-catalog.d.ts.map +1 -0
  21. package/node_modules/@noodle-borg/service/dist/billing/paid-plan-catalog.js +94 -0
  22. package/node_modules/@noodle-borg/service/dist/billing/paid-plan-catalog.js.map +1 -0
  23. package/node_modules/@noodle-borg/service/dist/billing/postgres-authoritative-authority.d.ts +4 -1
  24. package/node_modules/@noodle-borg/service/dist/billing/postgres-authoritative-authority.d.ts.map +1 -1
  25. package/node_modules/@noodle-borg/service/dist/billing/postgres-authoritative-authority.js +21 -7
  26. package/node_modules/@noodle-borg/service/dist/billing/postgres-authoritative-authority.js.map +1 -1
  27. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-enforcement-counters.js +4 -5
  28. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-enforcement-counters.js.map +1 -1
  29. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-enforcement-projection.d.ts +0 -1
  30. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-enforcement-projection.d.ts.map +1 -1
  31. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-enforcement-projection.js +92 -27
  32. package/node_modules/@noodle-borg/service/dist/billing/postgres-commercial-enforcement-projection.js.map +1 -1
  33. package/node_modules/@noodle-borg/service/dist/billing/postgres-meter-admission.d.ts +0 -1
  34. package/node_modules/@noodle-borg/service/dist/billing/postgres-meter-admission.d.ts.map +1 -1
  35. package/node_modules/@noodle-borg/service/dist/billing/postgres-meter-admission.js +72 -27
  36. package/node_modules/@noodle-borg/service/dist/billing/postgres-meter-admission.js.map +1 -1
  37. package/node_modules/@noodle-borg/service/dist/billing/postgres-production-app-admission.d.ts.map +1 -1
  38. package/node_modules/@noodle-borg/service/dist/billing/postgres-production-app-admission.js +56 -26
  39. package/node_modules/@noodle-borg/service/dist/billing/postgres-production-app-admission.js.map +1 -1
  40. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.d.ts +4 -0
  41. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.d.ts.map +1 -1
  42. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js +38 -9
  43. package/node_modules/@noodle-borg/service/dist/billing/postgres-records.js.map +1 -1
  44. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.d.ts.map +1 -1
  45. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js +28 -21
  46. package/node_modules/@noodle-borg/service/dist/billing/postgres-schema.js.map +1 -1
  47. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-authority.d.ts +5 -0
  48. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-authority.d.ts.map +1 -0
  49. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-authority.js +97 -0
  50. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-authority.js.map +1 -0
  51. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts +50 -0
  52. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.d.ts.map +1 -0
  53. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js +221 -0
  54. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-persistence.js.map +1 -0
  55. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-support.d.ts +8 -0
  56. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-support.d.ts.map +1 -0
  57. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-support.js +42 -0
  58. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation-support.js.map +1 -0
  59. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.d.ts +15 -0
  60. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.d.ts.map +1 -0
  61. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js +123 -0
  62. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-reconciliation.js.map +1 -0
  63. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.d.ts +4 -0
  64. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.d.ts.map +1 -0
  65. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js +419 -0
  66. package/node_modules/@noodle-borg/service/dist/billing/postgres-subscription-schema.js.map +1 -0
  67. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts +40 -0
  68. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.d.ts.map +1 -0
  69. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js +388 -0
  70. package/node_modules/@noodle-borg/service/dist/billing/subscription-model.js.map +1 -0
  71. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts +45 -0
  72. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.d.ts.map +1 -0
  73. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js +165 -0
  74. package/node_modules/@noodle-borg/service/dist/billing/subscription-reconciliation.js.map +1 -0
  75. package/node_modules/@noodle-borg/service/dist/billing-public.d.ts +6 -1
  76. package/node_modules/@noodle-borg/service/dist/billing-public.d.ts.map +1 -1
  77. package/node_modules/@noodle-borg/service/dist/billing-public.js +5 -0
  78. package/node_modules/@noodle-borg/service/dist/billing-public.js.map +1 -1
  79. package/package.json +1 -1
@@ -1,3 +1,4 @@
1
+ export { type BillingCommercialV2Entitlements, parseBillingCommercialV2Entitlements, } from './billing/commercial-entitlements.js';
1
2
  export { BILLING_AUTHORITATIVE_ADMISSION_CONTRACT_VERSION, BILLING_ENFORCEMENT_ACTIVATION_BLOCKER_CODES, BILLING_ENFORCEMENT_ACTIVATION_EVIDENCE_MAX_AGE_MS, BILLING_ENFORCEMENT_ACTIVATION_SCHEMA_VERSION, BILLING_ENFORCEMENT_COMMERCIAL_SCOPE, BILLING_ENFORCEMENT_PAID_PLANS, type BillingEnforcementActivateRequest, type BillingEnforcementActivationApproval, BillingEnforcementActivationApprovalSchema, type BillingEnforcementActivationConflictCode, BillingEnforcementActivationConflictError, type BillingEnforcementActivationMutationResult, BillingEnforcementActivationMutationResultSchema, type BillingEnforcementActivationPreflight, type BillingEnforcementActivationPreview, BillingEnforcementActivationPreviewSchema, type BillingEnforcementActivationSignals, type BillingEnforcementActivationStatus, BillingEnforcementActivationStatusSchema, type BillingEnforcementActivationStore, type BillingEnforcementRollbackRequest, billingEnforcementActivationApprovalChecksum, normalizeActivationServiceUrl, parseBillingEnforcementActivateRequest, parseBillingEnforcementRollbackRequest, } from './billing/enforcement-activation.js';
2
3
  export { BILLING_ENFORCEMENT_COHORT_KIND, BILLING_ENFORCEMENT_PROFILE_SCHEMA_VERSION, type BillingAccountEnforcementProfileRecord, type BillingEnforcementCohortConflictCode, BillingEnforcementCohortConflictError, type BillingEnforcementCohortKind, type BillingEnforcementCohortSealRequest, BillingEnforcementCohortSealRequestSchema, type BillingEnforcementCohortSealResponse, BillingEnforcementCohortSealResponseSchema, type BillingEnforcementCohortStatusResponse, BillingEnforcementCohortStatusResponseSchema, type BillingEnforcementProfileMode, type BillingEnforcementProfileSource, type BillingEnforcementProfileStore, billingEnforcementCohortRequestFingerprint, billingEnforcementCohortSuccessAudit, LEGACY_INTERNAL_ENFORCEMENT_PROFILE, normalizeBillingEnforcementServiceUrl, POST_SEAL_ENFORCEMENT_PROFILE, parseBillingEnforcementCohortSealRequest, } from './billing/enforcement-profile.js';
3
4
  export { BILLING_METER_CAPACITY_TARGET, BILLING_METER_PLAN_MONTHLY_CALLS, type BillingMeterCapacityEvaluation, type BillingMeterCapacityScenarioName, type BillingMeterCapacityScenarioResult, type BillingMeterRelationStorage, type BillingMeterRetainedStorageProjection, type BillingMeterStorageEvidence, type BillingMeterStorageSample, billingMeterPercentile, buildBillingMeterStorageEvidence, evaluateBillingMeterCapacity, presentBillingMeterCapacityScenario, } from './billing/meter-capacity.js';
@@ -5,15 +6,19 @@ export { BILLING_METER_LATER_CUTOVER_GATES, BILLING_METER_READINESS_CHECK_CODES,
5
6
  export { BILLING_METER_VALIDATION_WRITER_CONTRACT_VERSION, type BillingMeterValidationEpochConflictCode, BillingMeterValidationEpochConflictError, type BillingMeterValidationEpochPrepareRequest, type BillingMeterValidationEpochResult, BillingMeterValidationEpochResultSchema, type BillingMeterValidationEpochRetireRequest, type BillingMeterValidationEpochStore, billingMeterValidationEpochRequestFingerprint, billingMeterValidationEpochSuccessAudit, normalizeBillingMeterServiceUrl, parseBillingMeterValidationEpochPrepareRequest, parseBillingMeterValidationEpochRetireRequest, } from './billing/meter-validation-epoch.js';
6
7
  export { type LegacyBillingMigrationBlocker, type LegacyBillingMigrationBlockerCode, type LegacyBillingMigrationMapping, type LegacyBillingMigrationPreview, type LegacyBillingMigrationRequest, type LegacyProductionAppIdentity, legacyBillingMigrationMappingChecksum, legacyBillingMigrationPreviewChecksum, parseLegacyBillingMigrationRequest, previewLegacyBillingMigration, } from './billing/migration.js';
7
8
  export { type LegacyBillingMigrationApplyRequest, type LegacyBillingMigrationApplyResult, type LegacyBillingMigrationConflictCode, LegacyBillingMigrationConflictError, type LegacyBillingMigrationStore, type LegacyBillingPlanEvidence, legacyBillingMigrationPlanEvidenceChecksum, normalizeBillingMigrationServiceUrl, parseLegacyBillingMigrationApplyRequest, parseLegacyBillingMigrationPlanEvidence, } from './billing/migration-apply.js';
8
- export { type BillingAccountMemberRecord, type BillingAccountMemberRole, type BillingAccountRecord, type BillingAccountState, type BillingEntitlements, type BillingIdentityRef, type EntitlementSnapshotRecord, FREE_ENTITLEMENTS, FREE_PLAN_VERSION, GOOGLE_CONTROL_PLANE_ISSUER, type OrgBillingLinkRecord, type PlanVersionRecord, } from './billing/model.js';
9
+ export { type BillingAccountMemberRecord, type BillingAccountMemberRole, type BillingAccountRecord, type BillingAccountState, type BillingEntitlements, type BillingIdentityRef, type EntitlementSnapshotRecord, FREE_ENTITLEMENTS, FREE_PLAN_VERSION, type FreeEntitlementSnapshotRecord, GOOGLE_CONTROL_PLANE_ISSUER, type OrgBillingLinkRecord, type PaidEntitlementSnapshotRecord, type PlanVersionRecord, } from './billing/model.js';
10
+ export { BILLING_PUBLIC_PLAN_VERSIONS, BILLING_STARTED_OVERAGE_POLICY, type BillableOverage, type BillingStartedOveragePolicy, calculateBillableOverage, PAID_PLAN_VERSIONS, PRO_ENTITLEMENTS, PRO_PLAN_VERSION, SCALE_ENTITLEMENTS, SCALE_PLAN_VERSION, } from './billing/paid-plan-catalog.js';
9
11
  export { PostgresBillingEnforcementActivationStore, type PostgresBillingEnforcementActivationStoreOptions, } from './billing/postgres-enforcement-activation.js';
10
12
  export { createPostgresBillingEnforcementActivationPreflight, type PostgresBillingEnforcementActivationPreflightOptions, } from './billing/postgres-enforcement-activation-preflight.js';
11
13
  export { BILLING_ENFORCEMENT_COHORT_LIFECYCLE_LOCK_KEY } from './billing/postgres-enforcement-profile.js';
12
14
  export { BILLING_METER_VALIDATION_EPOCH_LIFECYCLE_LOCK_KEY, type BillingMeterValidationEpochPrepareBindings, type BillingMeterValidationEpochPreparePreflight, PostgresBillingMeterValidationEpochStore, type PostgresBillingMeterValidationEpochStoreOptions, } from './billing/postgres-meter-epochs.js';
13
15
  export { type BillingMeterMaintenanceResult, type BillingMeterReconciliationResult, PostgresBillingMeterReadinessStore, type PostgresBillingMeterReadinessStoreOptions, reconcileBillingMeterWindow, runBillingMeterMaintenance, } from './billing/postgres-meter-readiness.js';
14
16
  export { type BillingMeterValidationClassification, BillingMeterValidationIdempotencyConflictError, type BillingMeterValidationRecordInput, type BillingMeterValidationRecordOptions, type BillingMeterValidationRecordResult, recordBillingMeterValidationUsage, } from './billing/postgres-meter-validation.js';
17
+ export { PostgresBillingSubscriptionReconciliationStore, type PostgresBillingSubscriptionReconciliationStoreOptions, } from './billing/postgres-subscription-reconciliation.js';
15
18
  export { type BillingAccountResponse, BillingAccountResponseSchema, type BillingAccountSummary, type BillingAccountsListResponse, BillingAccountsListResponseSchema, BillingEntitlementsSchema, type OrgBillingResponse, OrgBillingResponseSchema, } from './billing/read-contract.js';
16
19
  export type { BillingAccountStore, EnsureDefaultBillingAccountInput, EnsureOrgBillingLinkInput, LegacyBillingAccountPreparationRecord, } from './billing/store.js';
20
+ export { type BillingBaseSubscriptionRecord, type BillingBaseSubscriptionRevisionInput, type BillingBaseSubscriptionRevisionRecord, type BillingBaseSubscriptionState, type BillingInterval, type CreatePaidEntitlementSnapshotInput, createBillingBaseSubscriptionRevision, createPaidEntitlementSnapshot, parseBillingBaseSubscriptionRevision, parsePaidEntitlementSnapshot, validateBillingSubscriptionId, } from './billing/subscription-model.js';
21
+ export { BILLING_PAID_ADMISSION_CONTRACT_VERSION, type BillingCurrentBaseSubscriptionExpectation, type BillingSubscriptionReconciliationConflictCode, BillingSubscriptionReconciliationConflictError, type BillingSubscriptionReconciliationRequest, type BillingSubscriptionReconciliationResult, type BillingSubscriptionReconciliationStore, billingSubscriptionReconciliationRequestFingerprint, billingSubscriptionReconciliationSuccessAudit, normalizeBillingSubscriptionReconciliationRequest, parseBillingSubscriptionReconciliationResult, } from './billing/subscription-reconciliation.js';
17
22
  export { type BillingUsageAttribution, BillingUsageIdempotencyConflictError, type BillingUsageRead, type BillingUsageReadScope, type BillingUsageReceipt, type BillingUsageReportingRead, type BillingUsageStore, type BillingUsageUnavailableRead, DEFAULT_BILLING_USAGE_RETRY_WINDOW_MS, type GetBillingAccountUsageInput, type GetOrganizationBillingUsageInput, type RecordBillingUsageInput, unavailableBillingUsageRead, } from './billing/usage-store.js';
18
23
  export { type BillingUsageWindow, resolveUtcMonthlyUsageWindow, } from './billing/usage-window.js';
19
24
  //# sourceMappingURL=billing-public.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"billing-public.d.ts","sourceRoot":"","sources":["../src/billing-public.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"billing-public.d.ts","sourceRoot":"","sources":["../src/billing-public.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ export { parseBillingCommercialV2Entitlements, } from './billing/commercial-entitlements.js';
1
2
  export { BILLING_AUTHORITATIVE_ADMISSION_CONTRACT_VERSION, BILLING_ENFORCEMENT_ACTIVATION_BLOCKER_CODES, BILLING_ENFORCEMENT_ACTIVATION_EVIDENCE_MAX_AGE_MS, BILLING_ENFORCEMENT_ACTIVATION_SCHEMA_VERSION, BILLING_ENFORCEMENT_COMMERCIAL_SCOPE, BILLING_ENFORCEMENT_PAID_PLANS, BillingEnforcementActivationApprovalSchema, BillingEnforcementActivationConflictError, BillingEnforcementActivationMutationResultSchema, BillingEnforcementActivationPreviewSchema, BillingEnforcementActivationStatusSchema, billingEnforcementActivationApprovalChecksum, normalizeActivationServiceUrl, parseBillingEnforcementActivateRequest, parseBillingEnforcementRollbackRequest, } from './billing/enforcement-activation.js';
2
3
  export { BILLING_ENFORCEMENT_COHORT_KIND, BILLING_ENFORCEMENT_PROFILE_SCHEMA_VERSION, BillingEnforcementCohortConflictError, BillingEnforcementCohortSealRequestSchema, BillingEnforcementCohortSealResponseSchema, BillingEnforcementCohortStatusResponseSchema, billingEnforcementCohortRequestFingerprint, billingEnforcementCohortSuccessAudit, LEGACY_INTERNAL_ENFORCEMENT_PROFILE, normalizeBillingEnforcementServiceUrl, POST_SEAL_ENFORCEMENT_PROFILE, parseBillingEnforcementCohortSealRequest, } from './billing/enforcement-profile.js';
3
4
  export { BILLING_METER_CAPACITY_TARGET, BILLING_METER_PLAN_MONTHLY_CALLS, billingMeterPercentile, buildBillingMeterStorageEvidence, evaluateBillingMeterCapacity, presentBillingMeterCapacityScenario, } from './billing/meter-capacity.js';
@@ -6,13 +7,17 @@ export { BILLING_METER_VALIDATION_WRITER_CONTRACT_VERSION, BillingMeterValidatio
6
7
  export { legacyBillingMigrationMappingChecksum, legacyBillingMigrationPreviewChecksum, parseLegacyBillingMigrationRequest, previewLegacyBillingMigration, } from './billing/migration.js';
7
8
  export { LegacyBillingMigrationConflictError, legacyBillingMigrationPlanEvidenceChecksum, normalizeBillingMigrationServiceUrl, parseLegacyBillingMigrationApplyRequest, parseLegacyBillingMigrationPlanEvidence, } from './billing/migration-apply.js';
8
9
  export { FREE_ENTITLEMENTS, FREE_PLAN_VERSION, GOOGLE_CONTROL_PLANE_ISSUER, } from './billing/model.js';
10
+ export { BILLING_PUBLIC_PLAN_VERSIONS, BILLING_STARTED_OVERAGE_POLICY, calculateBillableOverage, PAID_PLAN_VERSIONS, PRO_ENTITLEMENTS, PRO_PLAN_VERSION, SCALE_ENTITLEMENTS, SCALE_PLAN_VERSION, } from './billing/paid-plan-catalog.js';
9
11
  export { PostgresBillingEnforcementActivationStore, } from './billing/postgres-enforcement-activation.js';
10
12
  export { createPostgresBillingEnforcementActivationPreflight, } from './billing/postgres-enforcement-activation-preflight.js';
11
13
  export { BILLING_ENFORCEMENT_COHORT_LIFECYCLE_LOCK_KEY } from './billing/postgres-enforcement-profile.js';
12
14
  export { BILLING_METER_VALIDATION_EPOCH_LIFECYCLE_LOCK_KEY, PostgresBillingMeterValidationEpochStore, } from './billing/postgres-meter-epochs.js';
13
15
  export { PostgresBillingMeterReadinessStore, reconcileBillingMeterWindow, runBillingMeterMaintenance, } from './billing/postgres-meter-readiness.js';
14
16
  export { BillingMeterValidationIdempotencyConflictError, recordBillingMeterValidationUsage, } from './billing/postgres-meter-validation.js';
17
+ export { PostgresBillingSubscriptionReconciliationStore, } from './billing/postgres-subscription-reconciliation.js';
15
18
  export { BillingAccountResponseSchema, BillingAccountsListResponseSchema, BillingEntitlementsSchema, OrgBillingResponseSchema, } from './billing/read-contract.js';
19
+ export { createBillingBaseSubscriptionRevision, createPaidEntitlementSnapshot, parseBillingBaseSubscriptionRevision, parsePaidEntitlementSnapshot, validateBillingSubscriptionId, } from './billing/subscription-model.js';
20
+ export { BILLING_PAID_ADMISSION_CONTRACT_VERSION, BillingSubscriptionReconciliationConflictError, billingSubscriptionReconciliationRequestFingerprint, billingSubscriptionReconciliationSuccessAudit, normalizeBillingSubscriptionReconciliationRequest, parseBillingSubscriptionReconciliationResult, } from './billing/subscription-reconciliation.js';
16
21
  export { BillingUsageIdempotencyConflictError, DEFAULT_BILLING_USAGE_RETRY_WINDOW_MS, unavailableBillingUsageRead, } from './billing/usage-store.js';
17
22
  export { resolveUtcMonthlyUsageWindow, } from './billing/usage-window.js';
18
23
  //# sourceMappingURL=billing-public.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"billing-public.js","sourceRoot":"","sources":["../src/billing-public.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gDAAgD,EAChD,4CAA4C,EAC5C,kDAAkD,EAClD,6CAA6C,EAC7C,oCAAoC,EACpC,8BAA8B,EAG9B,0CAA0C,EAE1C,yCAAyC,EAEzC,gDAAgD,EAGhD,yCAAyC,EAGzC,wCAAwC,EAGxC,4CAA4C,EAC5C,6BAA6B,EAC7B,sCAAsC,EACtC,sCAAsC,GACvC,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACL,+BAA+B,EAC/B,0CAA0C,EAG1C,qCAAqC,EAGrC,yCAAyC,EAEzC,0CAA0C,EAE1C,4CAA4C,EAI5C,0CAA0C,EAC1C,oCAAoC,EACpC,mCAAmC,EACnC,qCAAqC,EACrC,6BAA6B,EAC7B,wCAAwC,GACzC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,6BAA6B,EAC7B,gCAAgC,EAQhC,sBAAsB,EACtB,gCAAgC,EAChC,4BAA4B,EAC5B,mCAAmC,GACpC,MAAM,6BAA6B,CAAC;AACrC,OAAO,EACL,iCAAiC,EACjC,mCAAmC,EACnC,sCAAsC,EACtC,oCAAoC,EAMpC,iCAAiC,EAEjC,gCAAgC,EAChC,+BAA+B,EAC/B,sCAAsC,GACvC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,gDAAgD,EAEhD,wCAAwC,EAGxC,uCAAuC,EAGvC,6CAA6C,EAC7C,uCAAuC,EACvC,+BAA+B,EAC/B,8CAA8C,EAC9C,6CAA6C,GAC9C,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAOL,qCAAqC,EACrC,qCAAqC,EACrC,kCAAkC,EAClC,6BAA6B,GAC9B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAIL,mCAAmC,EAGnC,0CAA0C,EAC1C,mCAAmC,EACnC,uCAAuC,EACvC,uCAAuC,GACxC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAQL,iBAAiB,EACjB,iBAAiB,EACjB,2BAA2B,GAG5B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,yCAAyC,GAE1C,MAAM,8CAA8C,CAAC;AACtD,OAAO,EACL,mDAAmD,GAEpD,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,6CAA6C,EAAE,MAAM,2CAA2C,CAAC;AAC1G,OAAO,EACL,iDAAiD,EAGjD,wCAAwC,GAEzC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EAGL,kCAAkC,EAElC,2BAA2B,EAC3B,0BAA0B,GAC3B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAEL,8CAA8C,EAI9C,iCAAiC,GAClC,MAAM,wCAAwC,CAAC;AAChD,OAAO,EAEL,4BAA4B,EAG5B,iCAAiC,EACjC,yBAAyB,EAEzB,wBAAwB,GACzB,MAAM,4BAA4B,CAAC;AAOpC,OAAO,EAEL,oCAAoC,EAOpC,qCAAqC,EAIrC,2BAA2B,GAC5B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAEL,4BAA4B,GAC7B,MAAM,2BAA2B,CAAC"}
1
+ {"version":3,"file":"billing-public.js","sourceRoot":"","sources":["../src/billing-public.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/one",
3
- "version": "0.52.1",
3
+ "version": "0.54.0",
4
4
  "private": false,
5
5
  "description": "Noodle CLI by Noodle Seed — author, run, and deploy declarative MCP servers. Embedding the assistant in your own web app is @noodleseed/assistant.",
6
6
  "license": "Apache-2.0",