@simpleapps-com/augur-api 2026.4.6 → 2026.5.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.
package/dist/index.js CHANGED
@@ -1723,7 +1723,7 @@ var endpoints = [
1723
1723
  chain: "users.groups",
1724
1724
  action: "get",
1725
1725
  aliases: [],
1726
- pathParams: ["groupId", "id"],
1726
+ pathParams: ["id", "groupId"],
1727
1727
  queryParams: [],
1728
1728
  edgeCache: true,
1729
1729
  responseSchema: PassthroughDataSchema,
@@ -1916,7 +1916,7 @@ var endpoints2 = [
1916
1916
  chain: "cartHdr.alsoBought",
1917
1917
  action: "list",
1918
1918
  aliases: [],
1919
- pathParams: ["cart_hdr_uid"],
1919
+ pathParams: ["cartHdrUid"],
1920
1920
  queryParams: ["limit", "offset"],
1921
1921
  edgeCache: true,
1922
1922
  responseSchema: PassthroughDataSchema2,
@@ -1928,7 +1928,7 @@ var endpoints2 = [
1928
1928
  chain: "cartLine",
1929
1929
  action: "get",
1930
1930
  aliases: [],
1931
- pathParams: ["cart_hdr_uid"],
1931
+ pathParams: ["cartHdrUid"],
1932
1932
  queryParams: [],
1933
1933
  edgeCache: true,
1934
1934
  responseSchema: PassthroughDataSchema2,
@@ -1940,7 +1940,7 @@ var endpoints2 = [
1940
1940
  chain: "cartLine",
1941
1941
  action: "delete",
1942
1942
  aliases: [],
1943
- pathParams: ["cart_hdr_uid"],
1943
+ pathParams: ["cartHdrUid"],
1944
1944
  queryParams: [],
1945
1945
  edgeCache: false,
1946
1946
  responseSchema: PassthroughDataSchema2,
@@ -1952,7 +1952,7 @@ var endpoints2 = [
1952
1952
  chain: "cartLine.add",
1953
1953
  action: "create",
1954
1954
  aliases: [],
1955
- pathParams: ["cart_hdr_uid"],
1955
+ pathParams: ["cartHdrUid"],
1956
1956
  queryParams: [],
1957
1957
  edgeCache: false,
1958
1958
  responseSchema: PassthroughDataSchema2,
@@ -1964,7 +1964,7 @@ var endpoints2 = [
1964
1964
  chain: "cartLine.lines",
1965
1965
  action: "delete",
1966
1966
  aliases: [],
1967
- pathParams: ["cart_hdr_uid", "line_no"],
1967
+ pathParams: ["cartHdrUid", "lineNo"],
1968
1968
  queryParams: [],
1969
1969
  edgeCache: false,
1970
1970
  responseSchema: PassthroughDataSchema2,
@@ -1976,7 +1976,7 @@ var endpoints2 = [
1976
1976
  chain: "cartLine.update",
1977
1977
  action: "create",
1978
1978
  aliases: [],
1979
- pathParams: ["cart_hdr_uid"],
1979
+ pathParams: ["cartHdrUid"],
1980
1980
  queryParams: [],
1981
1981
  edgeCache: false,
1982
1982
  responseSchema: PassthroughDataSchema2,
@@ -2000,7 +2000,7 @@ var endpoints2 = [
2000
2000
  chain: "checkout",
2001
2001
  action: "get",
2002
2002
  aliases: [],
2003
- pathParams: ["checkout_uid"],
2003
+ pathParams: ["checkoutUid"],
2004
2004
  queryParams: [],
2005
2005
  edgeCache: true,
2006
2006
  responseSchema: PassthroughDataSchema2,
@@ -2012,7 +2012,7 @@ var endpoints2 = [
2012
2012
  chain: "checkout.activate",
2013
2013
  action: "update",
2014
2014
  aliases: [],
2015
- pathParams: ["checkout_uid"],
2015
+ pathParams: ["checkoutUid"],
2016
2016
  queryParams: [],
2017
2017
  edgeCache: false,
2018
2018
  responseSchema: PassthroughDataSchema2,
@@ -2024,7 +2024,7 @@ var endpoints2 = [
2024
2024
  chain: "checkout.doc",
2025
2025
  action: "list",
2026
2026
  aliases: ["get"],
2027
- pathParams: ["checkout_uid"],
2027
+ pathParams: ["checkoutUid"],
2028
2028
  queryParams: ["cart_hdr_uid"],
2029
2029
  edgeCache: true,
2030
2030
  responseSchema: PassthroughDataSchema2,
@@ -2036,7 +2036,7 @@ var endpoints2 = [
2036
2036
  chain: "checkout.prophet21Hdr",
2037
2037
  action: "create",
2038
2038
  aliases: [],
2039
- pathParams: ["checkout_uid"],
2039
+ pathParams: ["checkoutUid"],
2040
2040
  queryParams: [],
2041
2041
  edgeCache: false,
2042
2042
  responseSchema: PassthroughDataSchema2,
@@ -2048,7 +2048,7 @@ var endpoints2 = [
2048
2048
  chain: "checkout.prophet21Hdr.prophet21Line",
2049
2049
  action: "create",
2050
2050
  aliases: [],
2051
- pathParams: ["checkout_uid", "prophet21_hdr_uid"],
2051
+ pathParams: ["checkoutUid", "prophet21HdrUid"],
2052
2052
  queryParams: [],
2053
2053
  edgeCache: false,
2054
2054
  responseSchema: PassthroughDataSchema2,
@@ -2060,7 +2060,7 @@ var endpoints2 = [
2060
2060
  chain: "checkout.validate",
2061
2061
  action: "update",
2062
2062
  aliases: [],
2063
- pathParams: ["checkout_uid"],
2063
+ pathParams: ["checkoutUid"],
2064
2064
  queryParams: [],
2065
2065
  edgeCache: false,
2066
2066
  responseSchema: PassthroughDataSchema2,
@@ -2456,7 +2456,7 @@ var endpoints3 = [
2456
2456
  chain: "webPricing.customers",
2457
2457
  action: "get",
2458
2458
  aliases: [],
2459
- pathParams: ["customerId", "webPricingUid"],
2459
+ pathParams: ["webPricingUid", "customerId"],
2460
2460
  queryParams: [],
2461
2461
  edgeCache: true,
2462
2462
  responseSchema: WebPricingCustomersDataSchema,
@@ -3371,7 +3371,7 @@ var endpoints4 = [
3371
3371
  chain: "warehouse.users",
3372
3372
  action: "get",
3373
3373
  aliases: [],
3374
- pathParams: ["usersId", "warehouseUid"],
3374
+ pathParams: ["warehouseUid", "usersId"],
3375
3375
  queryParams: [],
3376
3376
  edgeCache: true,
3377
3377
  responseSchema: PassthroughDataSchema4,
@@ -3383,7 +3383,7 @@ var endpoints4 = [
3383
3383
  chain: "warehouse.users",
3384
3384
  action: "update",
3385
3385
  aliases: [],
3386
- pathParams: ["usersId", "warehouseUid"],
3386
+ pathParams: ["warehouseUid", "usersId"],
3387
3387
  queryParams: [],
3388
3388
  edgeCache: false,
3389
3389
  responseSchema: PassthroughDataSchema4,
@@ -3395,7 +3395,7 @@ var endpoints4 = [
3395
3395
  chain: "warehouse.users",
3396
3396
  action: "delete",
3397
3397
  aliases: [],
3398
- pathParams: ["usersId", "warehouseUid"],
3398
+ pathParams: ["warehouseUid", "usersId"],
3399
3399
  queryParams: [],
3400
3400
  edgeCache: false,
3401
3401
  responseSchema: PassthroughDataSchema4,
@@ -3546,6 +3546,12 @@ var ItemsListParamsSchema = v10.looseObject({
3546
3546
  online: v10.optional(v10.string()),
3547
3547
  statusCd: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number)))
3548
3548
  });
3549
+ var QueryStringRedirectListParamsSchema = v10.looseObject({
3550
+ ...EdgeCacheParamsSchema.entries,
3551
+ limit: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
3552
+ offset: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
3553
+ orderBy: v10.optional(v10.string())
3554
+ });
3549
3555
  var SuggestionsListParamsSchema = v10.looseObject({
3550
3556
  ...EdgeCacheParamsSchema.entries,
3551
3557
  limit: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
@@ -3562,6 +3568,16 @@ var SuggestionsSuggestListParamsSchema = v10.looseObject({
3562
3568
  offset: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
3563
3569
  q: v10.optional(v10.string())
3564
3570
  });
3571
+ var QueryStringRedirectDataSchema = v10.looseObject({
3572
+ queryStringRedirectUid: v10.optional(v10.number()),
3573
+ queryStringUid: v10.optional(v10.number()),
3574
+ queryStringRedirectLink: v10.optional(v10.string()),
3575
+ dateCreated: v10.optional(v10.string()),
3576
+ dateLastModified: v10.optional(v10.string()),
3577
+ updateCd: v10.optional(v10.number()),
3578
+ statusCd: v10.optional(v10.number()),
3579
+ processCd: v10.optional(v10.number())
3580
+ });
3565
3581
  var SuggestionsDataSchema = v10.looseObject({
3566
3582
  suggestionsUid: v10.optional(v10.number()),
3567
3583
  queryStringUid: v10.optional(v10.number()),
@@ -3681,6 +3697,66 @@ var endpoints5 = [
3681
3697
  responseSchema: PassthroughDataSchema5,
3682
3698
  responseType: "passthrough"
3683
3699
  },
3700
+ {
3701
+ method: "GET",
3702
+ path: "/query-string-redirect",
3703
+ chain: "queryStringRedirect",
3704
+ action: "list",
3705
+ aliases: [],
3706
+ pathParams: [],
3707
+ queryParams: ["limit", "offset", "orderBy"],
3708
+ edgeCache: true,
3709
+ responseSchema: QueryStringRedirectDataSchema,
3710
+ responseType: "array"
3711
+ },
3712
+ {
3713
+ method: "POST",
3714
+ path: "/query-string-redirect",
3715
+ chain: "queryStringRedirect",
3716
+ action: "create",
3717
+ aliases: [],
3718
+ pathParams: [],
3719
+ queryParams: [],
3720
+ edgeCache: false,
3721
+ responseSchema: QueryStringRedirectDataSchema,
3722
+ responseType: "object"
3723
+ },
3724
+ {
3725
+ method: "GET",
3726
+ path: "/query-string-redirect/{queryStringRedirectUid}",
3727
+ chain: "queryStringRedirect",
3728
+ action: "get",
3729
+ aliases: [],
3730
+ pathParams: ["queryStringRedirectUid"],
3731
+ queryParams: [],
3732
+ edgeCache: true,
3733
+ responseSchema: QueryStringRedirectDataSchema,
3734
+ responseType: "object"
3735
+ },
3736
+ {
3737
+ method: "PUT",
3738
+ path: "/query-string-redirect/{queryStringRedirectUid}",
3739
+ chain: "queryStringRedirect",
3740
+ action: "update",
3741
+ aliases: [],
3742
+ pathParams: ["queryStringRedirectUid"],
3743
+ queryParams: [],
3744
+ edgeCache: false,
3745
+ responseSchema: QueryStringRedirectDataSchema,
3746
+ responseType: "object"
3747
+ },
3748
+ {
3749
+ method: "DELETE",
3750
+ path: "/query-string-redirect/{queryStringRedirectUid}",
3751
+ chain: "queryStringRedirect",
3752
+ action: "delete",
3753
+ aliases: [],
3754
+ pathParams: ["queryStringRedirectUid"],
3755
+ queryParams: [],
3756
+ edgeCache: false,
3757
+ responseSchema: QueryStringRedirectDataSchema,
3758
+ responseType: "object"
3759
+ },
3684
3760
  {
3685
3761
  method: "GET",
3686
3762
  path: "/suggestions",
@@ -3834,15 +3910,20 @@ var OpenSearchClient = class extends BaseServiceClient {
3834
3910
  const dataProxy = createDataProxy(proxy);
3835
3911
  this.itemSearch = proxy.itemSearch;
3836
3912
  this.items = proxy.items;
3913
+ this.queryStringRedirect = proxy.queryStringRedirect;
3837
3914
  this.suggestions = proxy.suggestions;
3838
3915
  this.itemSearchData = dataProxy.itemSearch;
3839
3916
  this.itemsData = dataProxy.items;
3917
+ this.queryStringRedirectData = dataProxy.queryStringRedirect;
3840
3918
  this.suggestionsData = dataProxy.suggestions;
3841
3919
  this.ping = createPingResource4(boundExecuteRequest);
3842
3920
  this.healthCheck = createHealthCheckResource5(boundExecuteRequest);
3843
3921
  this.pingData = createPingDataResource3(this.ping);
3844
3922
  this.healthCheckData = createHealthCheckDataResource5(this.healthCheck);
3845
3923
  }
3924
+ getServiceDescription() {
3925
+ return "Product search engine powered by OpenSearch with autocomplete, faceted filtering, and query analytics";
3926
+ }
3846
3927
  };
3847
3928
 
3848
3929
  // src/services/items/generated/schemas.ts
@@ -4122,6 +4203,7 @@ var VariantsListParamsSchema = v11.looseObject({
4122
4203
  limit: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
4123
4204
  offset: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
4124
4205
  orderBy: v11.optional(v11.string()),
4206
+ q: v11.optional(v11.string()),
4125
4207
  statusCd: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number)))
4126
4208
  });
4127
4209
  var VariantsAttributesListParamsSchema = v11.looseObject({
@@ -4952,7 +5034,7 @@ var endpoints6 = [
4952
5034
  chain: "invMast.attributes.values",
4953
5035
  action: "list",
4954
5036
  aliases: [],
4955
- pathParams: ["attributeUid", "invMastUid"],
5037
+ pathParams: ["invMastUid", "attributeUid"],
4956
5038
  queryParams: ["attributeValueUid", "limit", "offset", "orderBy", "q"],
4957
5039
  edgeCache: true,
4958
5040
  responseSchema: PassthroughDataSchema6,
@@ -4964,7 +5046,7 @@ var endpoints6 = [
4964
5046
  chain: "invMast.attributes.values",
4965
5047
  action: "create",
4966
5048
  aliases: [],
4967
- pathParams: ["attributeUid", "invMastUid"],
5049
+ pathParams: ["invMastUid", "attributeUid"],
4968
5050
  queryParams: [],
4969
5051
  edgeCache: false,
4970
5052
  responseSchema: InvMastAttributesDataSchema,
@@ -4976,7 +5058,7 @@ var endpoints6 = [
4976
5058
  chain: "invMast.attributes.values",
4977
5059
  action: "update",
4978
5060
  aliases: [],
4979
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
5061
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4980
5062
  queryParams: [],
4981
5063
  edgeCache: false,
4982
5064
  responseSchema: InvMastAttributesDataSchema,
@@ -4988,7 +5070,7 @@ var endpoints6 = [
4988
5070
  chain: "invMast.attributes.values",
4989
5071
  action: "delete",
4990
5072
  aliases: [],
4991
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
5073
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4992
5074
  queryParams: [],
4993
5075
  edgeCache: false,
4994
5076
  responseSchema: PassthroughDataSchema6,
@@ -5036,7 +5118,7 @@ var endpoints6 = [
5036
5118
  chain: "invMast.faq",
5037
5119
  action: "get",
5038
5120
  aliases: [],
5039
- pathParams: ["invMastFaqUid", "invMastUid"],
5121
+ pathParams: ["invMastUid", "invMastFaqUid"],
5040
5122
  queryParams: [],
5041
5123
  edgeCache: true,
5042
5124
  responseSchema: InvMastFaqDataSchema,
@@ -5048,7 +5130,7 @@ var endpoints6 = [
5048
5130
  chain: "invMast.faq",
5049
5131
  action: "update",
5050
5132
  aliases: [],
5051
- pathParams: ["invMastFaqUid", "invMastUid"],
5133
+ pathParams: ["invMastUid", "invMastFaqUid"],
5052
5134
  queryParams: [],
5053
5135
  edgeCache: false,
5054
5136
  responseSchema: InvMastFaqDataSchema,
@@ -5060,7 +5142,7 @@ var endpoints6 = [
5060
5142
  chain: "invMast.faq",
5061
5143
  action: "delete",
5062
5144
  aliases: [],
5063
- pathParams: ["invMastFaqUid", "invMastUid"],
5145
+ pathParams: ["invMastUid", "invMastFaqUid"],
5064
5146
  queryParams: [],
5065
5147
  edgeCache: false,
5066
5148
  responseSchema: InvMastFaqDataSchema,
@@ -5108,7 +5190,7 @@ var endpoints6 = [
5108
5190
  chain: "invMast.locations.bins",
5109
5191
  action: "get",
5110
5192
  aliases: [],
5111
- pathParams: ["bin", "invMastUid", "locationId"],
5193
+ pathParams: ["invMastUid", "locationId", "bin"],
5112
5194
  queryParams: [],
5113
5195
  edgeCache: true,
5114
5196
  responseSchema: PassthroughDataSchema6,
@@ -5216,7 +5298,7 @@ var endpoints6 = [
5216
5298
  chain: "itemFavorites.items",
5217
5299
  action: "get",
5218
5300
  aliases: [],
5219
- pathParams: ["invMastUid", "usersId"],
5301
+ pathParams: ["usersId", "invMastUid"],
5220
5302
  queryParams: [],
5221
5303
  edgeCache: true,
5222
5304
  responseSchema: PassthroughDataSchema6,
@@ -5228,7 +5310,7 @@ var endpoints6 = [
5228
5310
  chain: "itemFavorites.items",
5229
5311
  action: "update",
5230
5312
  aliases: [],
5231
- pathParams: ["invMastUid", "usersId"],
5313
+ pathParams: ["usersId", "invMastUid"],
5232
5314
  queryParams: [],
5233
5315
  edgeCache: false,
5234
5316
  responseSchema: PassthroughDataSchema6,
@@ -5240,7 +5322,7 @@ var endpoints6 = [
5240
5322
  chain: "itemFavorites.items",
5241
5323
  action: "delete",
5242
5324
  aliases: [],
5243
- pathParams: ["invMastUid", "usersId"],
5325
+ pathParams: ["usersId", "invMastUid"],
5244
5326
  queryParams: [],
5245
5327
  edgeCache: false,
5246
5328
  responseSchema: PassthroughDataSchema6,
@@ -5309,7 +5391,7 @@ var endpoints6 = [
5309
5391
  chain: "itemWishlist.hdr",
5310
5392
  action: "update",
5311
5393
  aliases: [],
5312
- pathParams: ["itemWishlistHdrUid", "usersId"],
5394
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5313
5395
  queryParams: [],
5314
5396
  edgeCache: false,
5315
5397
  responseSchema: PassthroughDataSchema6,
@@ -5321,7 +5403,7 @@ var endpoints6 = [
5321
5403
  chain: "itemWishlist.hdr",
5322
5404
  action: "delete",
5323
5405
  aliases: [],
5324
- pathParams: ["itemWishlistHdrUid", "usersId"],
5406
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5325
5407
  queryParams: [],
5326
5408
  edgeCache: false,
5327
5409
  responseSchema: PassthroughDataSchema6,
@@ -5333,7 +5415,7 @@ var endpoints6 = [
5333
5415
  chain: "itemWishlist.hdr",
5334
5416
  action: "get",
5335
5417
  aliases: [],
5336
- pathParams: ["itemWishlistHdrUid", "usersId"],
5418
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5337
5419
  queryParams: [],
5338
5420
  edgeCache: true,
5339
5421
  responseSchema: PassthroughDataSchema6,
@@ -5345,7 +5427,7 @@ var endpoints6 = [
5345
5427
  chain: "itemWishlist.hdr",
5346
5428
  action: "create",
5347
5429
  aliases: [],
5348
- pathParams: ["itemWishlistHdrUid", "usersId"],
5430
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5349
5431
  queryParams: [],
5350
5432
  edgeCache: false,
5351
5433
  responseSchema: PassthroughDataSchema6,
@@ -5357,7 +5439,7 @@ var endpoints6 = [
5357
5439
  chain: "itemWishlist.hdr.line",
5358
5440
  action: "delete",
5359
5441
  aliases: [],
5360
- pathParams: ["itemWishlistHdrUid", "itemWishlistLineUid", "usersId"],
5442
+ pathParams: ["usersId", "itemWishlistHdrUid", "itemWishlistLineUid"],
5361
5443
  queryParams: [],
5362
5444
  edgeCache: false,
5363
5445
  responseSchema: PassthroughDataSchema6,
@@ -5381,7 +5463,7 @@ var endpoints6 = [
5381
5463
  chain: "locations.bins",
5382
5464
  action: "get",
5383
5465
  aliases: [],
5384
- pathParams: ["bin", "locationId"],
5466
+ pathParams: ["locationId", "bin"],
5385
5467
  queryParams: ["excludeZero", "limit", "offset", "orderBy"],
5386
5468
  edgeCache: true,
5387
5469
  responseSchema: PassthroughDataSchema6,
@@ -5414,7 +5496,7 @@ var endpoints6 = [
5414
5496
  action: "list",
5415
5497
  aliases: [],
5416
5498
  pathParams: [],
5417
- queryParams: ["limit", "offset", "orderBy", "statusCd"],
5499
+ queryParams: ["limit", "offset", "orderBy", "q", "statusCd"],
5418
5500
  edgeCache: true,
5419
5501
  responseSchema: PassthroughDataSchema6,
5420
5502
  responseType: "passthrough"
@@ -5497,7 +5579,7 @@ var endpoints6 = [
5497
5579
  chain: "variants.attributes",
5498
5580
  action: "get",
5499
5581
  aliases: [],
5500
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5582
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5501
5583
  queryParams: [],
5502
5584
  edgeCache: true,
5503
5585
  responseSchema: PassthroughDataSchema6,
@@ -5509,7 +5591,7 @@ var endpoints6 = [
5509
5591
  chain: "variants.attributes",
5510
5592
  action: "update",
5511
5593
  aliases: [],
5512
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5594
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5513
5595
  queryParams: [],
5514
5596
  edgeCache: false,
5515
5597
  responseSchema: PassthroughDataSchema6,
@@ -5521,7 +5603,7 @@ var endpoints6 = [
5521
5603
  chain: "variants.attributes",
5522
5604
  action: "delete",
5523
5605
  aliases: [],
5524
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5606
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5525
5607
  queryParams: [],
5526
5608
  edgeCache: false,
5527
5609
  responseSchema: PassthroughDataSchema6,
@@ -5774,12 +5856,23 @@ var LegacyStateListParamsSchema = v13.looseObject({
5774
5856
  ...EdgeCacheParamsSchema.entries,
5775
5857
  limit: v13.optional(v13.pipe(v13.unknown(), v13.transform(Number))),
5776
5858
  offset: v13.optional(v13.pipe(v13.unknown(), v13.transform(Number))),
5859
+ orderBy: v13.optional(v13.string()),
5777
5860
  twoLetterCode: v13.optional(v13.string())
5778
5861
  });
5779
5862
  var LegacyStateGetParamsSchema = v13.looseObject({
5780
5863
  ...EdgeCacheParamsSchema.entries,
5781
5864
  twoLetterCode: v13.optional(v13.string())
5782
5865
  });
5866
+ var CustomersTagsDataSchema = v13.looseObject({
5867
+ customerTagsUid: v13.optional(v13.number()),
5868
+ customerId: v13.optional(v13.number()),
5869
+ tag: v13.optional(v13.nullable(v13.string())),
5870
+ updateCd: v13.optional(v13.number()),
5871
+ statusCd: v13.optional(v13.number()),
5872
+ processCd: v13.optional(v13.number()),
5873
+ dateCreated: v13.optional(v13.string()),
5874
+ dateLastModified: v13.optional(v13.string())
5875
+ });
5783
5876
  var InvMastTagsDataSchema = v13.looseObject({
5784
5877
  invMastTagsUid: v13.optional(v13.number()),
5785
5878
  invMastUid: v13.optional(v13.number()),
@@ -5856,6 +5949,66 @@ var PassthroughDataSchema7 = v13.record(v13.string(), v13.unknown());
5856
5949
 
5857
5950
  // src/services/legacy/generated/endpoints.ts
5858
5951
  var endpoints7 = [
5952
+ {
5953
+ method: "GET",
5954
+ path: "/customers/{customerId}/tags",
5955
+ chain: "customers.tags",
5956
+ action: "list",
5957
+ aliases: [],
5958
+ pathParams: ["customerId"],
5959
+ queryParams: [],
5960
+ edgeCache: true,
5961
+ responseSchema: CustomersTagsDataSchema,
5962
+ responseType: "array"
5963
+ },
5964
+ {
5965
+ method: "POST",
5966
+ path: "/customers/{customerId}/tags",
5967
+ chain: "customers.tags",
5968
+ action: "create",
5969
+ aliases: [],
5970
+ pathParams: ["customerId"],
5971
+ queryParams: [],
5972
+ edgeCache: false,
5973
+ responseSchema: CustomersTagsDataSchema,
5974
+ responseType: "object"
5975
+ },
5976
+ {
5977
+ method: "GET",
5978
+ path: "/customers/{customerId}/tags/{customerTagsUid}",
5979
+ chain: "customers.tags",
5980
+ action: "get",
5981
+ aliases: [],
5982
+ pathParams: ["customerId", "customerTagsUid"],
5983
+ queryParams: [],
5984
+ edgeCache: true,
5985
+ responseSchema: CustomersTagsDataSchema,
5986
+ responseType: "object"
5987
+ },
5988
+ {
5989
+ method: "PUT",
5990
+ path: "/customers/{customerId}/tags/{customerTagsUid}",
5991
+ chain: "customers.tags",
5992
+ action: "update",
5993
+ aliases: [],
5994
+ pathParams: ["customerId", "customerTagsUid"],
5995
+ queryParams: [],
5996
+ edgeCache: false,
5997
+ responseSchema: CustomersTagsDataSchema,
5998
+ responseType: "object"
5999
+ },
6000
+ {
6001
+ method: "DELETE",
6002
+ path: "/customers/{customerId}/tags/{customerTagsUid}",
6003
+ chain: "customers.tags",
6004
+ action: "delete",
6005
+ aliases: [],
6006
+ pathParams: ["customerId", "customerTagsUid"],
6007
+ queryParams: [],
6008
+ edgeCache: false,
6009
+ responseSchema: PassthroughDataSchema7,
6010
+ responseType: "passthrough"
6011
+ },
5859
6012
  {
5860
6013
  method: "GET",
5861
6014
  path: "/inv-mast/{invMastUid}/also-bought",
@@ -5886,7 +6039,7 @@ var endpoints7 = [
5886
6039
  chain: "invMast.tags",
5887
6040
  action: "create",
5888
6041
  aliases: [],
5889
- pathParams: [],
6042
+ pathParams: ["invMastUid"],
5890
6043
  queryParams: [],
5891
6044
  edgeCache: false,
5892
6045
  responseSchema: InvMastTagsDataSchema,
@@ -5898,7 +6051,7 @@ var endpoints7 = [
5898
6051
  chain: "invMast.tags",
5899
6052
  action: "get",
5900
6053
  aliases: [],
5901
- pathParams: ["invMastTagsUid", "invMastUid"],
6054
+ pathParams: ["invMastUid", "invMastTagsUid"],
5902
6055
  queryParams: [],
5903
6056
  edgeCache: true,
5904
6057
  responseSchema: InvMastTagsDataSchema,
@@ -5910,7 +6063,7 @@ var endpoints7 = [
5910
6063
  chain: "invMast.tags",
5911
6064
  action: "update",
5912
6065
  aliases: [],
5913
- pathParams: ["invMastTagsUid", "invMastUid"],
6066
+ pathParams: ["invMastUid", "invMastTagsUid"],
5914
6067
  queryParams: [],
5915
6068
  edgeCache: false,
5916
6069
  responseSchema: InvMastTagsDataSchema,
@@ -5922,7 +6075,7 @@ var endpoints7 = [
5922
6075
  chain: "invMast.tags",
5923
6076
  action: "delete",
5924
6077
  aliases: [],
5925
- pathParams: ["invMastTagsUid", "invMastUid"],
6078
+ pathParams: ["invMastUid", "invMastTagsUid"],
5926
6079
  queryParams: [],
5927
6080
  edgeCache: false,
5928
6081
  responseSchema: PassthroughDataSchema7,
@@ -6007,7 +6160,7 @@ var endpoints7 = [
6007
6160
  action: "list",
6008
6161
  aliases: [],
6009
6162
  pathParams: [],
6010
- queryParams: ["limit", "offset", "twoLetterCode"],
6163
+ queryParams: ["limit", "offset", "orderBy", "twoLetterCode"],
6011
6164
  edgeCache: true,
6012
6165
  responseSchema: LegacyStateDataSchema,
6013
6166
  responseType: "array"
@@ -6121,10 +6274,12 @@ var LegacyClient = class extends BaseServiceClient {
6121
6274
  };
6122
6275
  const proxy = createServiceProxy("legacy", boundExecuteRequest, endpoints7);
6123
6276
  const dataProxy = createDataProxy(proxy);
6277
+ this.customers = proxy.customers;
6124
6278
  this.invMast = proxy.invMast;
6125
6279
  this.itemCategory = proxy.itemCategory;
6126
6280
  this.legacy = proxy.legacy;
6127
6281
  this.orders = proxy.orders;
6282
+ this.customersData = dataProxy.customers;
6128
6283
  this.invMastData = dataProxy.invMast;
6129
6284
  this.itemCategoryData = dataProxy.itemCategory;
6130
6285
  this.legacyData = dataProxy.legacy;
@@ -7301,7 +7456,7 @@ var endpoints9 = [
7301
7456
  chain: "training.conversations",
7302
7457
  action: "get",
7303
7458
  aliases: [],
7304
- pathParams: ["trainingConvUid", "trainingSetUid"],
7459
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7305
7460
  queryParams: [],
7306
7461
  edgeCache: true,
7307
7462
  responseSchema: TrainingConversationsDataSchema,
@@ -7313,7 +7468,7 @@ var endpoints9 = [
7313
7468
  chain: "training.conversations",
7314
7469
  action: "update",
7315
7470
  aliases: [],
7316
- pathParams: ["trainingConvUid", "trainingSetUid"],
7471
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7317
7472
  queryParams: [],
7318
7473
  edgeCache: false,
7319
7474
  responseSchema: TrainingConversationsDataSchema,
@@ -7325,7 +7480,7 @@ var endpoints9 = [
7325
7480
  chain: "training.conversations",
7326
7481
  action: "delete",
7327
7482
  aliases: [],
7328
- pathParams: ["trainingConvUid", "trainingSetUid"],
7483
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7329
7484
  queryParams: [],
7330
7485
  edgeCache: false,
7331
7486
  responseSchema: TrainingConversationsDataSchema,
@@ -7337,7 +7492,7 @@ var endpoints9 = [
7337
7492
  chain: "training.conversations.messages",
7338
7493
  action: "list",
7339
7494
  aliases: [],
7340
- pathParams: ["trainingConvUid", "trainingSetUid"],
7495
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7341
7496
  queryParams: ["limit", "offset", "orderBy"],
7342
7497
  edgeCache: true,
7343
7498
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7349,7 +7504,7 @@ var endpoints9 = [
7349
7504
  chain: "training.conversations.messages",
7350
7505
  action: "create",
7351
7506
  aliases: [],
7352
- pathParams: ["trainingConvUid", "trainingSetUid"],
7507
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7353
7508
  queryParams: [],
7354
7509
  edgeCache: false,
7355
7510
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7361,7 +7516,7 @@ var endpoints9 = [
7361
7516
  chain: "training.conversations.messages",
7362
7517
  action: "get",
7363
7518
  aliases: [],
7364
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7519
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7365
7520
  queryParams: [],
7366
7521
  edgeCache: true,
7367
7522
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7373,7 +7528,7 @@ var endpoints9 = [
7373
7528
  chain: "training.conversations.messages",
7374
7529
  action: "update",
7375
7530
  aliases: [],
7376
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7531
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7377
7532
  queryParams: [],
7378
7533
  edgeCache: false,
7379
7534
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7385,7 +7540,7 @@ var endpoints9 = [
7385
7540
  chain: "training.conversations.messages",
7386
7541
  action: "delete",
7387
7542
  aliases: [],
7388
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7543
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7389
7544
  queryParams: [],
7390
7545
  edgeCache: false,
7391
7546
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7831,7 +7986,7 @@ var endpoints10 = [
7831
7986
  chain: "customer.orders",
7832
7987
  action: "list",
7833
7988
  aliases: [],
7834
- pathParams: ["addressId", "customerId"],
7989
+ pathParams: ["customerId"],
7835
7990
  queryParams: [
7836
7991
  "cancelFlag",
7837
7992
  "contactId",
@@ -7918,6 +8073,18 @@ var endpoints10 = [
7918
8073
  responseSchema: PassthroughDataSchema10,
7919
8074
  responseType: "passthrough"
7920
8075
  },
8076
+ {
8077
+ method: "GET",
8078
+ path: "/customer/{customerId}/tags",
8079
+ chain: "customer.tags",
8080
+ action: "list",
8081
+ aliases: [],
8082
+ pathParams: ["customerId"],
8083
+ queryParams: [],
8084
+ edgeCache: true,
8085
+ responseSchema: PassthroughDataSchema10,
8086
+ responseType: "passthrough"
8087
+ },
7921
8088
  {
7922
8089
  method: "GET",
7923
8090
  path: "/oe-contacts-customer/refresh",
@@ -8008,6 +8175,9 @@ var CustomersClient = class extends BaseServiceClient {
8008
8175
  this.healthCheck = createHealthCheckResource10(boundExecuteRequest);
8009
8176
  this.healthCheckData = createHealthCheckDataResource10(this.healthCheck);
8010
8177
  }
8178
+ getServiceDescription() {
8179
+ return "Customer master data including contacts, shipping addresses, invoices, rewards, and P21 customer sync";
8180
+ }
8011
8181
  };
8012
8182
 
8013
8183
  // src/services/orders/generated/schemas.ts
@@ -8115,11 +8285,11 @@ var endpoints11 = [
8115
8285
  },
8116
8286
  {
8117
8287
  method: "GET",
8118
- path: "/oe-hdr-salesrep/{salesrep-id}/oe-hdr",
8288
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr",
8119
8289
  chain: "oeHdrSalesrep.oeHdr",
8120
8290
  action: "list",
8121
8291
  aliases: [],
8122
- pathParams: ["salesRepId"],
8292
+ pathParams: ["salesrepId"],
8123
8293
  queryParams: [],
8124
8294
  edgeCache: true,
8125
8295
  responseSchema: PassthroughDataSchema11,
@@ -8127,11 +8297,11 @@ var endpoints11 = [
8127
8297
  },
8128
8298
  {
8129
8299
  method: "GET",
8130
- path: "/oe-hdr-salesrep/{salesrep_id}/oe-hdr/{orderNo}/doc",
8300
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr/{orderNo}/doc",
8131
8301
  chain: "oeHdrSalesrep.oeHdr.doc",
8132
8302
  action: "list",
8133
8303
  aliases: ["get"],
8134
- pathParams: ["orderNo", "salesRepId"],
8304
+ pathParams: ["salesrepId", "orderNo"],
8135
8305
  queryParams: [],
8136
8306
  edgeCache: true,
8137
8307
  responseSchema: PassthroughDataSchema11,
@@ -8223,7 +8393,7 @@ var endpoints11 = [
8223
8393
  chain: "pickTickets.lines",
8224
8394
  action: "get",
8225
8395
  aliases: [],
8226
- pathParams: ["lineNumber", "pickTicketNo"],
8396
+ pathParams: ["pickTicketNo", "lineNumber"],
8227
8397
  queryParams: [],
8228
8398
  edgeCache: true,
8229
8399
  responseSchema: PickTicketsLinesDataSchema,
@@ -8423,7 +8593,7 @@ var endpoints12 = [
8423
8593
  chain: "invMastExt",
8424
8594
  action: "get",
8425
8595
  aliases: [],
8426
- pathParams: ["inv_mast_ext_uid"],
8596
+ pathParams: ["invMastExtUid"],
8427
8597
  queryParams: [],
8428
8598
  edgeCache: true,
8429
8599
  responseSchema: PassthroughDataSchema12,
@@ -8435,7 +8605,7 @@ var endpoints12 = [
8435
8605
  chain: "invMastExt",
8436
8606
  action: "update",
8437
8607
  aliases: [],
8438
- pathParams: ["inv_mast_ext_uid"],
8608
+ pathParams: ["invMastExtUid"],
8439
8609
  queryParams: [],
8440
8610
  edgeCache: false,
8441
8611
  responseSchema: PassthroughDataSchema12,
@@ -8447,7 +8617,7 @@ var endpoints12 = [
8447
8617
  chain: "invMastExt",
8448
8618
  action: "delete",
8449
8619
  aliases: [],
8450
- pathParams: ["inv_mast_ext_uid"],
8620
+ pathParams: ["invMastExtUid"],
8451
8621
  queryParams: [],
8452
8622
  edgeCache: false,
8453
8623
  responseSchema: PassthroughDataSchema12,
@@ -8459,7 +8629,7 @@ var endpoints12 = [
8459
8629
  chain: "items.suggestDisplayDesc",
8460
8630
  action: "list",
8461
8631
  aliases: [],
8462
- pathParams: ["inv_mast_uid"],
8632
+ pathParams: ["invMastUid"],
8463
8633
  queryParams: ["limit", "model"],
8464
8634
  edgeCache: true,
8465
8635
  responseSchema: PassthroughDataSchema12,
@@ -8471,7 +8641,7 @@ var endpoints12 = [
8471
8641
  chain: "items.suggestWebDesc",
8472
8642
  action: "list",
8473
8643
  aliases: [],
8474
- pathParams: ["inv_mast_uid"],
8644
+ pathParams: ["invMastUid"],
8475
8645
  queryParams: ["limit", "model"],
8476
8646
  edgeCache: true,
8477
8647
  responseSchema: PassthroughDataSchema12,
@@ -8507,7 +8677,7 @@ var endpoints12 = [
8507
8677
  chain: "podcasts",
8508
8678
  action: "get",
8509
8679
  aliases: [],
8510
- pathParams: ["podcasts_uid"],
8680
+ pathParams: ["podcastsUid"],
8511
8681
  queryParams: [],
8512
8682
  edgeCache: true,
8513
8683
  responseSchema: PodcastsDataSchema,
@@ -8519,7 +8689,7 @@ var endpoints12 = [
8519
8689
  chain: "podcasts",
8520
8690
  action: "update",
8521
8691
  aliases: [],
8522
- pathParams: ["podcasts_uid"],
8692
+ pathParams: ["podcastsUid"],
8523
8693
  queryParams: [],
8524
8694
  edgeCache: false,
8525
8695
  responseSchema: PassthroughDataSchema12,
@@ -8531,7 +8701,7 @@ var endpoints12 = [
8531
8701
  chain: "podcasts",
8532
8702
  action: "delete",
8533
8703
  aliases: [],
8534
- pathParams: ["podcasts_uid"],
8704
+ pathParams: ["podcastsUid"],
8535
8705
  queryParams: [],
8536
8706
  edgeCache: false,
8537
8707
  responseSchema: PassthroughDataSchema12,
@@ -8980,8 +9150,17 @@ var MicroservicesListParamsSchema = v21.looseObject({
8980
9150
  ...EdgeCacheParamsSchema.entries,
8981
9151
  limit: v21.optional(v21.pipe(v21.unknown(), v21.transform(Number))),
8982
9152
  offset: v21.optional(v21.pipe(v21.unknown(), v21.transform(Number))),
9153
+ orderBy: v21.optional(v21.string()),
8983
9154
  statusCd: v21.optional(v21.pipe(v21.unknown(), v21.transform(Number)))
8984
9155
  });
9156
+ var RubricsListParamsSchema = v21.looseObject({
9157
+ ...EdgeCacheParamsSchema.entries,
9158
+ orderBy: v21.optional(v21.string())
9159
+ });
9160
+ var WorkflowsListParamsSchema = v21.looseObject({
9161
+ ...EdgeCacheParamsSchema.entries,
9162
+ orderBy: v21.optional(v21.string())
9163
+ });
8985
9164
  var MicroservicesDataSchema = v21.looseObject({
8986
9165
  microservicesUid: v21.optional(v21.number()),
8987
9166
  name: v21.optional(v21.nullable(v21.string())),
@@ -9063,7 +9242,7 @@ var endpoints14 = [
9063
9242
  action: "list",
9064
9243
  aliases: [],
9065
9244
  pathParams: [],
9066
- queryParams: ["limit", "offset", "statusCd"],
9245
+ queryParams: ["limit", "offset", "orderBy", "statusCd"],
9067
9246
  edgeCache: true,
9068
9247
  responseSchema: MicroservicesDataSchema,
9069
9248
  responseType: "array"
@@ -9135,7 +9314,7 @@ var endpoints14 = [
9135
9314
  action: "list",
9136
9315
  aliases: [],
9137
9316
  pathParams: [],
9138
- queryParams: [],
9317
+ queryParams: ["orderBy"],
9139
9318
  edgeCache: true,
9140
9319
  responseSchema: RubricsDataSchema,
9141
9320
  responseType: "array"
@@ -9188,6 +9367,18 @@ var endpoints14 = [
9188
9367
  responseSchema: PassthroughDataSchema14,
9189
9368
  responseType: "passthrough"
9190
9369
  },
9370
+ {
9371
+ method: "POST",
9372
+ path: "/sites/validate",
9373
+ chain: "sites.validate",
9374
+ action: "create",
9375
+ aliases: [],
9376
+ pathParams: [],
9377
+ queryParams: [],
9378
+ edgeCache: false,
9379
+ responseSchema: PassthroughDataSchema14,
9380
+ responseType: "passthrough"
9381
+ },
9191
9382
  {
9192
9383
  method: "GET",
9193
9384
  path: "/workflows",
@@ -9195,7 +9386,7 @@ var endpoints14 = [
9195
9386
  action: "list",
9196
9387
  aliases: [],
9197
9388
  pathParams: [],
9198
- queryParams: [],
9389
+ queryParams: ["orderBy"],
9199
9390
  edgeCache: true,
9200
9391
  responseSchema: WorkflowsDataSchema,
9201
9392
  responseType: "array"
@@ -9319,6 +9510,7 @@ var AgrInfoClient = class extends BaseServiceClient {
9319
9510
  this.microservices = proxy.microservices;
9320
9511
  this.ollama = proxy.ollama;
9321
9512
  this.rubrics = proxy.rubrics;
9513
+ this.sites = proxy.sites;
9322
9514
  this.workflows = proxy.workflows;
9323
9515
  this.akashaData = dataProxy.akasha;
9324
9516
  this.contextData = dataProxy.context;
@@ -9326,6 +9518,7 @@ var AgrInfoClient = class extends BaseServiceClient {
9326
9518
  this.microservicesData = dataProxy.microservices;
9327
9519
  this.ollamaData = dataProxy.ollama;
9328
9520
  this.rubricsData = dataProxy.rubrics;
9521
+ this.sitesData = dataProxy.sites;
9329
9522
  this.workflowsData = dataProxy.workflows;
9330
9523
  this.healthCheck = createHealthCheckResource14(boundExecuteRequest);
9331
9524
  this.healthCheckData = createHealthCheckDataResource14(this.healthCheck);
@@ -10349,7 +10542,7 @@ var endpoints19 = [
10349
10542
  chain: "transCategory",
10350
10543
  action: "get",
10351
10544
  aliases: [],
10352
- pathParams: ["category_uid"],
10545
+ pathParams: ["categoryUid"],
10353
10546
  queryParams: ["category_id"],
10354
10547
  edgeCache: true,
10355
10548
  responseSchema: PassthroughDataSchema19,
@@ -10361,7 +10554,7 @@ var endpoints19 = [
10361
10554
  chain: "transCategory",
10362
10555
  action: "update",
10363
10556
  aliases: [],
10364
- pathParams: ["category_uid"],
10557
+ pathParams: ["categoryUid"],
10365
10558
  queryParams: ["category_id"],
10366
10559
  edgeCache: false,
10367
10560
  responseSchema: PassthroughDataSchema19,
@@ -10373,7 +10566,7 @@ var endpoints19 = [
10373
10566
  chain: "transCategory",
10374
10567
  action: "delete",
10375
10568
  aliases: [],
10376
- pathParams: ["category_uid"],
10569
+ pathParams: ["categoryUid"],
10377
10570
  queryParams: ["category_id"],
10378
10571
  edgeCache: false,
10379
10572
  responseSchema: PassthroughDataSchema19,
@@ -10397,7 +10590,7 @@ var endpoints19 = [
10397
10590
  chain: "transCompany",
10398
10591
  action: "get",
10399
10592
  aliases: [],
10400
- pathParams: ["company_uid"],
10593
+ pathParams: ["companyUid"],
10401
10594
  queryParams: ["company_id"],
10402
10595
  edgeCache: true,
10403
10596
  responseSchema: PassthroughDataSchema19,
@@ -10409,7 +10602,7 @@ var endpoints19 = [
10409
10602
  chain: "transCompany",
10410
10603
  action: "update",
10411
10604
  aliases: [],
10412
- pathParams: ["company_uid"],
10605
+ pathParams: ["companyUid"],
10413
10606
  queryParams: ["company_id"],
10414
10607
  edgeCache: false,
10415
10608
  responseSchema: PassthroughDataSchema19,
@@ -10421,7 +10614,7 @@ var endpoints19 = [
10421
10614
  chain: "transCompany",
10422
10615
  action: "delete",
10423
10616
  aliases: [],
10424
- pathParams: ["company_uid"],
10617
+ pathParams: ["companyUid"],
10425
10618
  queryParams: ["company_id"],
10426
10619
  edgeCache: false,
10427
10620
  responseSchema: PassthroughDataSchema19,
@@ -10433,7 +10626,7 @@ var endpoints19 = [
10433
10626
  chain: "transPurchaseOrderReceipt",
10434
10627
  action: "get",
10435
10628
  aliases: [],
10436
- pathParams: ["po_no"],
10629
+ pathParams: ["poNo"],
10437
10630
  queryParams: [],
10438
10631
  edgeCache: true,
10439
10632
  responseSchema: PassthroughDataSchema19,
@@ -10445,7 +10638,7 @@ var endpoints19 = [
10445
10638
  chain: "transPurchaseOrderReceipt",
10446
10639
  action: "update",
10447
10640
  aliases: [],
10448
- pathParams: ["po_no"],
10641
+ pathParams: ["poNo"],
10449
10642
  queryParams: [],
10450
10643
  edgeCache: false,
10451
10644
  responseSchema: PassthroughDataSchema19,
@@ -10469,7 +10662,7 @@ var endpoints19 = [
10469
10662
  chain: "transUser",
10470
10663
  action: "get",
10471
10664
  aliases: [],
10472
- pathParams: ["users_uid"],
10665
+ pathParams: ["usersUid"],
10473
10666
  queryParams: ["user_id"],
10474
10667
  edgeCache: true,
10475
10668
  responseSchema: PassthroughDataSchema19,
@@ -10481,7 +10674,7 @@ var endpoints19 = [
10481
10674
  chain: "transUser",
10482
10675
  action: "update",
10483
10676
  aliases: [],
10484
- pathParams: ["users_uid"],
10677
+ pathParams: ["usersUid"],
10485
10678
  queryParams: ["user_id"],
10486
10679
  edgeCache: false,
10487
10680
  responseSchema: PassthroughDataSchema19,
@@ -10493,7 +10686,7 @@ var endpoints19 = [
10493
10686
  chain: "transUser",
10494
10687
  action: "delete",
10495
10688
  aliases: [],
10496
- pathParams: ["users_uid"],
10689
+ pathParams: ["usersUid"],
10497
10690
  queryParams: ["user_id"],
10498
10691
  edgeCache: false,
10499
10692
  responseSchema: PassthroughDataSchema19,
@@ -10541,7 +10734,7 @@ var endpoints19 = [
10541
10734
  chain: "transWebDisplayType",
10542
10735
  action: "get",
10543
10736
  aliases: [],
10544
- pathParams: ["web_display_type_uid"],
10737
+ pathParams: ["webDisplayTypeUid"],
10545
10738
  queryParams: ["web_display_type_id"],
10546
10739
  edgeCache: true,
10547
10740
  responseSchema: PassthroughDataSchema19,
@@ -10553,7 +10746,7 @@ var endpoints19 = [
10553
10746
  chain: "transWebDisplayType",
10554
10747
  action: "update",
10555
10748
  aliases: [],
10556
- pathParams: ["web_display_type_uid"],
10749
+ pathParams: ["webDisplayTypeUid"],
10557
10750
  queryParams: ["web_display_type_id"],
10558
10751
  edgeCache: false,
10559
10752
  responseSchema: PassthroughDataSchema19,
@@ -10565,7 +10758,7 @@ var endpoints19 = [
10565
10758
  chain: "transWebDisplayType",
10566
10759
  action: "delete",
10567
10760
  aliases: [],
10568
- pathParams: ["web_display_type_uid"],
10761
+ pathParams: ["webDisplayTypeUid"],
10569
10762
  queryParams: ["web_display_type_id"],
10570
10763
  edgeCache: false,
10571
10764
  responseSchema: PassthroughDataSchema19,
@@ -12679,7 +12872,7 @@ var endpoints26 = [
12679
12872
  chain: "todos.events",
12680
12873
  action: "get",
12681
12874
  aliases: [],
12682
- pathParams: ["event_num", "id"],
12875
+ pathParams: ["id", "eventNum"],
12683
12876
  queryParams: [],
12684
12877
  edgeCache: true,
12685
12878
  responseSchema: EventsDataSchema,
@@ -13729,7 +13922,7 @@ function createCrossSiteAuthenticator(augurInfoToken) {
13729
13922
  }
13730
13923
 
13731
13924
  // src/index.ts
13732
- var VERSION = "2026.4.6";
13925
+ var VERSION = "2026.5.1";
13733
13926
  // Annotate the CommonJS export names for ESM import in node:
13734
13927
  0 && (module.exports = {
13735
13928
  AgrInfoClient,