@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.mjs CHANGED
@@ -1648,7 +1648,7 @@ var endpoints = [
1648
1648
  chain: "users.groups",
1649
1649
  action: "get",
1650
1650
  aliases: [],
1651
- pathParams: ["groupId", "id"],
1651
+ pathParams: ["id", "groupId"],
1652
1652
  queryParams: [],
1653
1653
  edgeCache: true,
1654
1654
  responseSchema: PassthroughDataSchema,
@@ -1841,7 +1841,7 @@ var endpoints2 = [
1841
1841
  chain: "cartHdr.alsoBought",
1842
1842
  action: "list",
1843
1843
  aliases: [],
1844
- pathParams: ["cart_hdr_uid"],
1844
+ pathParams: ["cartHdrUid"],
1845
1845
  queryParams: ["limit", "offset"],
1846
1846
  edgeCache: true,
1847
1847
  responseSchema: PassthroughDataSchema2,
@@ -1853,7 +1853,7 @@ var endpoints2 = [
1853
1853
  chain: "cartLine",
1854
1854
  action: "get",
1855
1855
  aliases: [],
1856
- pathParams: ["cart_hdr_uid"],
1856
+ pathParams: ["cartHdrUid"],
1857
1857
  queryParams: [],
1858
1858
  edgeCache: true,
1859
1859
  responseSchema: PassthroughDataSchema2,
@@ -1865,7 +1865,7 @@ var endpoints2 = [
1865
1865
  chain: "cartLine",
1866
1866
  action: "delete",
1867
1867
  aliases: [],
1868
- pathParams: ["cart_hdr_uid"],
1868
+ pathParams: ["cartHdrUid"],
1869
1869
  queryParams: [],
1870
1870
  edgeCache: false,
1871
1871
  responseSchema: PassthroughDataSchema2,
@@ -1877,7 +1877,7 @@ var endpoints2 = [
1877
1877
  chain: "cartLine.add",
1878
1878
  action: "create",
1879
1879
  aliases: [],
1880
- pathParams: ["cart_hdr_uid"],
1880
+ pathParams: ["cartHdrUid"],
1881
1881
  queryParams: [],
1882
1882
  edgeCache: false,
1883
1883
  responseSchema: PassthroughDataSchema2,
@@ -1889,7 +1889,7 @@ var endpoints2 = [
1889
1889
  chain: "cartLine.lines",
1890
1890
  action: "delete",
1891
1891
  aliases: [],
1892
- pathParams: ["cart_hdr_uid", "line_no"],
1892
+ pathParams: ["cartHdrUid", "lineNo"],
1893
1893
  queryParams: [],
1894
1894
  edgeCache: false,
1895
1895
  responseSchema: PassthroughDataSchema2,
@@ -1901,7 +1901,7 @@ var endpoints2 = [
1901
1901
  chain: "cartLine.update",
1902
1902
  action: "create",
1903
1903
  aliases: [],
1904
- pathParams: ["cart_hdr_uid"],
1904
+ pathParams: ["cartHdrUid"],
1905
1905
  queryParams: [],
1906
1906
  edgeCache: false,
1907
1907
  responseSchema: PassthroughDataSchema2,
@@ -1925,7 +1925,7 @@ var endpoints2 = [
1925
1925
  chain: "checkout",
1926
1926
  action: "get",
1927
1927
  aliases: [],
1928
- pathParams: ["checkout_uid"],
1928
+ pathParams: ["checkoutUid"],
1929
1929
  queryParams: [],
1930
1930
  edgeCache: true,
1931
1931
  responseSchema: PassthroughDataSchema2,
@@ -1937,7 +1937,7 @@ var endpoints2 = [
1937
1937
  chain: "checkout.activate",
1938
1938
  action: "update",
1939
1939
  aliases: [],
1940
- pathParams: ["checkout_uid"],
1940
+ pathParams: ["checkoutUid"],
1941
1941
  queryParams: [],
1942
1942
  edgeCache: false,
1943
1943
  responseSchema: PassthroughDataSchema2,
@@ -1949,7 +1949,7 @@ var endpoints2 = [
1949
1949
  chain: "checkout.doc",
1950
1950
  action: "list",
1951
1951
  aliases: ["get"],
1952
- pathParams: ["checkout_uid"],
1952
+ pathParams: ["checkoutUid"],
1953
1953
  queryParams: ["cart_hdr_uid"],
1954
1954
  edgeCache: true,
1955
1955
  responseSchema: PassthroughDataSchema2,
@@ -1961,7 +1961,7 @@ var endpoints2 = [
1961
1961
  chain: "checkout.prophet21Hdr",
1962
1962
  action: "create",
1963
1963
  aliases: [],
1964
- pathParams: ["checkout_uid"],
1964
+ pathParams: ["checkoutUid"],
1965
1965
  queryParams: [],
1966
1966
  edgeCache: false,
1967
1967
  responseSchema: PassthroughDataSchema2,
@@ -1973,7 +1973,7 @@ var endpoints2 = [
1973
1973
  chain: "checkout.prophet21Hdr.prophet21Line",
1974
1974
  action: "create",
1975
1975
  aliases: [],
1976
- pathParams: ["checkout_uid", "prophet21_hdr_uid"],
1976
+ pathParams: ["checkoutUid", "prophet21HdrUid"],
1977
1977
  queryParams: [],
1978
1978
  edgeCache: false,
1979
1979
  responseSchema: PassthroughDataSchema2,
@@ -1985,7 +1985,7 @@ var endpoints2 = [
1985
1985
  chain: "checkout.validate",
1986
1986
  action: "update",
1987
1987
  aliases: [],
1988
- pathParams: ["checkout_uid"],
1988
+ pathParams: ["checkoutUid"],
1989
1989
  queryParams: [],
1990
1990
  edgeCache: false,
1991
1991
  responseSchema: PassthroughDataSchema2,
@@ -2381,7 +2381,7 @@ var endpoints3 = [
2381
2381
  chain: "webPricing.customers",
2382
2382
  action: "get",
2383
2383
  aliases: [],
2384
- pathParams: ["customerId", "webPricingUid"],
2384
+ pathParams: ["webPricingUid", "customerId"],
2385
2385
  queryParams: [],
2386
2386
  edgeCache: true,
2387
2387
  responseSchema: WebPricingCustomersDataSchema,
@@ -3296,7 +3296,7 @@ var endpoints4 = [
3296
3296
  chain: "warehouse.users",
3297
3297
  action: "get",
3298
3298
  aliases: [],
3299
- pathParams: ["usersId", "warehouseUid"],
3299
+ pathParams: ["warehouseUid", "usersId"],
3300
3300
  queryParams: [],
3301
3301
  edgeCache: true,
3302
3302
  responseSchema: PassthroughDataSchema4,
@@ -3308,7 +3308,7 @@ var endpoints4 = [
3308
3308
  chain: "warehouse.users",
3309
3309
  action: "update",
3310
3310
  aliases: [],
3311
- pathParams: ["usersId", "warehouseUid"],
3311
+ pathParams: ["warehouseUid", "usersId"],
3312
3312
  queryParams: [],
3313
3313
  edgeCache: false,
3314
3314
  responseSchema: PassthroughDataSchema4,
@@ -3320,7 +3320,7 @@ var endpoints4 = [
3320
3320
  chain: "warehouse.users",
3321
3321
  action: "delete",
3322
3322
  aliases: [],
3323
- pathParams: ["usersId", "warehouseUid"],
3323
+ pathParams: ["warehouseUid", "usersId"],
3324
3324
  queryParams: [],
3325
3325
  edgeCache: false,
3326
3326
  responseSchema: PassthroughDataSchema4,
@@ -3471,6 +3471,12 @@ var ItemsListParamsSchema = v10.looseObject({
3471
3471
  online: v10.optional(v10.string()),
3472
3472
  statusCd: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number)))
3473
3473
  });
3474
+ var QueryStringRedirectListParamsSchema = v10.looseObject({
3475
+ ...EdgeCacheParamsSchema.entries,
3476
+ limit: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
3477
+ offset: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
3478
+ orderBy: v10.optional(v10.string())
3479
+ });
3474
3480
  var SuggestionsListParamsSchema = v10.looseObject({
3475
3481
  ...EdgeCacheParamsSchema.entries,
3476
3482
  limit: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
@@ -3487,6 +3493,16 @@ var SuggestionsSuggestListParamsSchema = v10.looseObject({
3487
3493
  offset: v10.optional(v10.pipe(v10.unknown(), v10.transform(Number))),
3488
3494
  q: v10.optional(v10.string())
3489
3495
  });
3496
+ var QueryStringRedirectDataSchema = v10.looseObject({
3497
+ queryStringRedirectUid: v10.optional(v10.number()),
3498
+ queryStringUid: v10.optional(v10.number()),
3499
+ queryStringRedirectLink: v10.optional(v10.string()),
3500
+ dateCreated: v10.optional(v10.string()),
3501
+ dateLastModified: v10.optional(v10.string()),
3502
+ updateCd: v10.optional(v10.number()),
3503
+ statusCd: v10.optional(v10.number()),
3504
+ processCd: v10.optional(v10.number())
3505
+ });
3490
3506
  var SuggestionsDataSchema = v10.looseObject({
3491
3507
  suggestionsUid: v10.optional(v10.number()),
3492
3508
  queryStringUid: v10.optional(v10.number()),
@@ -3606,6 +3622,66 @@ var endpoints5 = [
3606
3622
  responseSchema: PassthroughDataSchema5,
3607
3623
  responseType: "passthrough"
3608
3624
  },
3625
+ {
3626
+ method: "GET",
3627
+ path: "/query-string-redirect",
3628
+ chain: "queryStringRedirect",
3629
+ action: "list",
3630
+ aliases: [],
3631
+ pathParams: [],
3632
+ queryParams: ["limit", "offset", "orderBy"],
3633
+ edgeCache: true,
3634
+ responseSchema: QueryStringRedirectDataSchema,
3635
+ responseType: "array"
3636
+ },
3637
+ {
3638
+ method: "POST",
3639
+ path: "/query-string-redirect",
3640
+ chain: "queryStringRedirect",
3641
+ action: "create",
3642
+ aliases: [],
3643
+ pathParams: [],
3644
+ queryParams: [],
3645
+ edgeCache: false,
3646
+ responseSchema: QueryStringRedirectDataSchema,
3647
+ responseType: "object"
3648
+ },
3649
+ {
3650
+ method: "GET",
3651
+ path: "/query-string-redirect/{queryStringRedirectUid}",
3652
+ chain: "queryStringRedirect",
3653
+ action: "get",
3654
+ aliases: [],
3655
+ pathParams: ["queryStringRedirectUid"],
3656
+ queryParams: [],
3657
+ edgeCache: true,
3658
+ responseSchema: QueryStringRedirectDataSchema,
3659
+ responseType: "object"
3660
+ },
3661
+ {
3662
+ method: "PUT",
3663
+ path: "/query-string-redirect/{queryStringRedirectUid}",
3664
+ chain: "queryStringRedirect",
3665
+ action: "update",
3666
+ aliases: [],
3667
+ pathParams: ["queryStringRedirectUid"],
3668
+ queryParams: [],
3669
+ edgeCache: false,
3670
+ responseSchema: QueryStringRedirectDataSchema,
3671
+ responseType: "object"
3672
+ },
3673
+ {
3674
+ method: "DELETE",
3675
+ path: "/query-string-redirect/{queryStringRedirectUid}",
3676
+ chain: "queryStringRedirect",
3677
+ action: "delete",
3678
+ aliases: [],
3679
+ pathParams: ["queryStringRedirectUid"],
3680
+ queryParams: [],
3681
+ edgeCache: false,
3682
+ responseSchema: QueryStringRedirectDataSchema,
3683
+ responseType: "object"
3684
+ },
3609
3685
  {
3610
3686
  method: "GET",
3611
3687
  path: "/suggestions",
@@ -3759,15 +3835,20 @@ var OpenSearchClient = class extends BaseServiceClient {
3759
3835
  const dataProxy = createDataProxy(proxy);
3760
3836
  this.itemSearch = proxy.itemSearch;
3761
3837
  this.items = proxy.items;
3838
+ this.queryStringRedirect = proxy.queryStringRedirect;
3762
3839
  this.suggestions = proxy.suggestions;
3763
3840
  this.itemSearchData = dataProxy.itemSearch;
3764
3841
  this.itemsData = dataProxy.items;
3842
+ this.queryStringRedirectData = dataProxy.queryStringRedirect;
3765
3843
  this.suggestionsData = dataProxy.suggestions;
3766
3844
  this.ping = createPingResource4(boundExecuteRequest);
3767
3845
  this.healthCheck = createHealthCheckResource5(boundExecuteRequest);
3768
3846
  this.pingData = createPingDataResource3(this.ping);
3769
3847
  this.healthCheckData = createHealthCheckDataResource5(this.healthCheck);
3770
3848
  }
3849
+ getServiceDescription() {
3850
+ return "Product search engine powered by OpenSearch with autocomplete, faceted filtering, and query analytics";
3851
+ }
3771
3852
  };
3772
3853
 
3773
3854
  // src/services/items/generated/schemas.ts
@@ -4047,6 +4128,7 @@ var VariantsListParamsSchema = v11.looseObject({
4047
4128
  limit: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
4048
4129
  offset: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
4049
4130
  orderBy: v11.optional(v11.string()),
4131
+ q: v11.optional(v11.string()),
4050
4132
  statusCd: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number)))
4051
4133
  });
4052
4134
  var VariantsAttributesListParamsSchema = v11.looseObject({
@@ -4877,7 +4959,7 @@ var endpoints6 = [
4877
4959
  chain: "invMast.attributes.values",
4878
4960
  action: "list",
4879
4961
  aliases: [],
4880
- pathParams: ["attributeUid", "invMastUid"],
4962
+ pathParams: ["invMastUid", "attributeUid"],
4881
4963
  queryParams: ["attributeValueUid", "limit", "offset", "orderBy", "q"],
4882
4964
  edgeCache: true,
4883
4965
  responseSchema: PassthroughDataSchema6,
@@ -4889,7 +4971,7 @@ var endpoints6 = [
4889
4971
  chain: "invMast.attributes.values",
4890
4972
  action: "create",
4891
4973
  aliases: [],
4892
- pathParams: ["attributeUid", "invMastUid"],
4974
+ pathParams: ["invMastUid", "attributeUid"],
4893
4975
  queryParams: [],
4894
4976
  edgeCache: false,
4895
4977
  responseSchema: InvMastAttributesDataSchema,
@@ -4901,7 +4983,7 @@ var endpoints6 = [
4901
4983
  chain: "invMast.attributes.values",
4902
4984
  action: "update",
4903
4985
  aliases: [],
4904
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
4986
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4905
4987
  queryParams: [],
4906
4988
  edgeCache: false,
4907
4989
  responseSchema: InvMastAttributesDataSchema,
@@ -4913,7 +4995,7 @@ var endpoints6 = [
4913
4995
  chain: "invMast.attributes.values",
4914
4996
  action: "delete",
4915
4997
  aliases: [],
4916
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
4998
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4917
4999
  queryParams: [],
4918
5000
  edgeCache: false,
4919
5001
  responseSchema: PassthroughDataSchema6,
@@ -4961,7 +5043,7 @@ var endpoints6 = [
4961
5043
  chain: "invMast.faq",
4962
5044
  action: "get",
4963
5045
  aliases: [],
4964
- pathParams: ["invMastFaqUid", "invMastUid"],
5046
+ pathParams: ["invMastUid", "invMastFaqUid"],
4965
5047
  queryParams: [],
4966
5048
  edgeCache: true,
4967
5049
  responseSchema: InvMastFaqDataSchema,
@@ -4973,7 +5055,7 @@ var endpoints6 = [
4973
5055
  chain: "invMast.faq",
4974
5056
  action: "update",
4975
5057
  aliases: [],
4976
- pathParams: ["invMastFaqUid", "invMastUid"],
5058
+ pathParams: ["invMastUid", "invMastFaqUid"],
4977
5059
  queryParams: [],
4978
5060
  edgeCache: false,
4979
5061
  responseSchema: InvMastFaqDataSchema,
@@ -4985,7 +5067,7 @@ var endpoints6 = [
4985
5067
  chain: "invMast.faq",
4986
5068
  action: "delete",
4987
5069
  aliases: [],
4988
- pathParams: ["invMastFaqUid", "invMastUid"],
5070
+ pathParams: ["invMastUid", "invMastFaqUid"],
4989
5071
  queryParams: [],
4990
5072
  edgeCache: false,
4991
5073
  responseSchema: InvMastFaqDataSchema,
@@ -5033,7 +5115,7 @@ var endpoints6 = [
5033
5115
  chain: "invMast.locations.bins",
5034
5116
  action: "get",
5035
5117
  aliases: [],
5036
- pathParams: ["bin", "invMastUid", "locationId"],
5118
+ pathParams: ["invMastUid", "locationId", "bin"],
5037
5119
  queryParams: [],
5038
5120
  edgeCache: true,
5039
5121
  responseSchema: PassthroughDataSchema6,
@@ -5141,7 +5223,7 @@ var endpoints6 = [
5141
5223
  chain: "itemFavorites.items",
5142
5224
  action: "get",
5143
5225
  aliases: [],
5144
- pathParams: ["invMastUid", "usersId"],
5226
+ pathParams: ["usersId", "invMastUid"],
5145
5227
  queryParams: [],
5146
5228
  edgeCache: true,
5147
5229
  responseSchema: PassthroughDataSchema6,
@@ -5153,7 +5235,7 @@ var endpoints6 = [
5153
5235
  chain: "itemFavorites.items",
5154
5236
  action: "update",
5155
5237
  aliases: [],
5156
- pathParams: ["invMastUid", "usersId"],
5238
+ pathParams: ["usersId", "invMastUid"],
5157
5239
  queryParams: [],
5158
5240
  edgeCache: false,
5159
5241
  responseSchema: PassthroughDataSchema6,
@@ -5165,7 +5247,7 @@ var endpoints6 = [
5165
5247
  chain: "itemFavorites.items",
5166
5248
  action: "delete",
5167
5249
  aliases: [],
5168
- pathParams: ["invMastUid", "usersId"],
5250
+ pathParams: ["usersId", "invMastUid"],
5169
5251
  queryParams: [],
5170
5252
  edgeCache: false,
5171
5253
  responseSchema: PassthroughDataSchema6,
@@ -5234,7 +5316,7 @@ var endpoints6 = [
5234
5316
  chain: "itemWishlist.hdr",
5235
5317
  action: "update",
5236
5318
  aliases: [],
5237
- pathParams: ["itemWishlistHdrUid", "usersId"],
5319
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5238
5320
  queryParams: [],
5239
5321
  edgeCache: false,
5240
5322
  responseSchema: PassthroughDataSchema6,
@@ -5246,7 +5328,7 @@ var endpoints6 = [
5246
5328
  chain: "itemWishlist.hdr",
5247
5329
  action: "delete",
5248
5330
  aliases: [],
5249
- pathParams: ["itemWishlistHdrUid", "usersId"],
5331
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5250
5332
  queryParams: [],
5251
5333
  edgeCache: false,
5252
5334
  responseSchema: PassthroughDataSchema6,
@@ -5258,7 +5340,7 @@ var endpoints6 = [
5258
5340
  chain: "itemWishlist.hdr",
5259
5341
  action: "get",
5260
5342
  aliases: [],
5261
- pathParams: ["itemWishlistHdrUid", "usersId"],
5343
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5262
5344
  queryParams: [],
5263
5345
  edgeCache: true,
5264
5346
  responseSchema: PassthroughDataSchema6,
@@ -5270,7 +5352,7 @@ var endpoints6 = [
5270
5352
  chain: "itemWishlist.hdr",
5271
5353
  action: "create",
5272
5354
  aliases: [],
5273
- pathParams: ["itemWishlistHdrUid", "usersId"],
5355
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5274
5356
  queryParams: [],
5275
5357
  edgeCache: false,
5276
5358
  responseSchema: PassthroughDataSchema6,
@@ -5282,7 +5364,7 @@ var endpoints6 = [
5282
5364
  chain: "itemWishlist.hdr.line",
5283
5365
  action: "delete",
5284
5366
  aliases: [],
5285
- pathParams: ["itemWishlistHdrUid", "itemWishlistLineUid", "usersId"],
5367
+ pathParams: ["usersId", "itemWishlistHdrUid", "itemWishlistLineUid"],
5286
5368
  queryParams: [],
5287
5369
  edgeCache: false,
5288
5370
  responseSchema: PassthroughDataSchema6,
@@ -5306,7 +5388,7 @@ var endpoints6 = [
5306
5388
  chain: "locations.bins",
5307
5389
  action: "get",
5308
5390
  aliases: [],
5309
- pathParams: ["bin", "locationId"],
5391
+ pathParams: ["locationId", "bin"],
5310
5392
  queryParams: ["excludeZero", "limit", "offset", "orderBy"],
5311
5393
  edgeCache: true,
5312
5394
  responseSchema: PassthroughDataSchema6,
@@ -5339,7 +5421,7 @@ var endpoints6 = [
5339
5421
  action: "list",
5340
5422
  aliases: [],
5341
5423
  pathParams: [],
5342
- queryParams: ["limit", "offset", "orderBy", "statusCd"],
5424
+ queryParams: ["limit", "offset", "orderBy", "q", "statusCd"],
5343
5425
  edgeCache: true,
5344
5426
  responseSchema: PassthroughDataSchema6,
5345
5427
  responseType: "passthrough"
@@ -5422,7 +5504,7 @@ var endpoints6 = [
5422
5504
  chain: "variants.attributes",
5423
5505
  action: "get",
5424
5506
  aliases: [],
5425
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5507
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5426
5508
  queryParams: [],
5427
5509
  edgeCache: true,
5428
5510
  responseSchema: PassthroughDataSchema6,
@@ -5434,7 +5516,7 @@ var endpoints6 = [
5434
5516
  chain: "variants.attributes",
5435
5517
  action: "update",
5436
5518
  aliases: [],
5437
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5519
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5438
5520
  queryParams: [],
5439
5521
  edgeCache: false,
5440
5522
  responseSchema: PassthroughDataSchema6,
@@ -5446,7 +5528,7 @@ var endpoints6 = [
5446
5528
  chain: "variants.attributes",
5447
5529
  action: "delete",
5448
5530
  aliases: [],
5449
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5531
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5450
5532
  queryParams: [],
5451
5533
  edgeCache: false,
5452
5534
  responseSchema: PassthroughDataSchema6,
@@ -5699,12 +5781,23 @@ var LegacyStateListParamsSchema = v13.looseObject({
5699
5781
  ...EdgeCacheParamsSchema.entries,
5700
5782
  limit: v13.optional(v13.pipe(v13.unknown(), v13.transform(Number))),
5701
5783
  offset: v13.optional(v13.pipe(v13.unknown(), v13.transform(Number))),
5784
+ orderBy: v13.optional(v13.string()),
5702
5785
  twoLetterCode: v13.optional(v13.string())
5703
5786
  });
5704
5787
  var LegacyStateGetParamsSchema = v13.looseObject({
5705
5788
  ...EdgeCacheParamsSchema.entries,
5706
5789
  twoLetterCode: v13.optional(v13.string())
5707
5790
  });
5791
+ var CustomersTagsDataSchema = v13.looseObject({
5792
+ customerTagsUid: v13.optional(v13.number()),
5793
+ customerId: v13.optional(v13.number()),
5794
+ tag: v13.optional(v13.nullable(v13.string())),
5795
+ updateCd: v13.optional(v13.number()),
5796
+ statusCd: v13.optional(v13.number()),
5797
+ processCd: v13.optional(v13.number()),
5798
+ dateCreated: v13.optional(v13.string()),
5799
+ dateLastModified: v13.optional(v13.string())
5800
+ });
5708
5801
  var InvMastTagsDataSchema = v13.looseObject({
5709
5802
  invMastTagsUid: v13.optional(v13.number()),
5710
5803
  invMastUid: v13.optional(v13.number()),
@@ -5781,6 +5874,66 @@ var PassthroughDataSchema7 = v13.record(v13.string(), v13.unknown());
5781
5874
 
5782
5875
  // src/services/legacy/generated/endpoints.ts
5783
5876
  var endpoints7 = [
5877
+ {
5878
+ method: "GET",
5879
+ path: "/customers/{customerId}/tags",
5880
+ chain: "customers.tags",
5881
+ action: "list",
5882
+ aliases: [],
5883
+ pathParams: ["customerId"],
5884
+ queryParams: [],
5885
+ edgeCache: true,
5886
+ responseSchema: CustomersTagsDataSchema,
5887
+ responseType: "array"
5888
+ },
5889
+ {
5890
+ method: "POST",
5891
+ path: "/customers/{customerId}/tags",
5892
+ chain: "customers.tags",
5893
+ action: "create",
5894
+ aliases: [],
5895
+ pathParams: ["customerId"],
5896
+ queryParams: [],
5897
+ edgeCache: false,
5898
+ responseSchema: CustomersTagsDataSchema,
5899
+ responseType: "object"
5900
+ },
5901
+ {
5902
+ method: "GET",
5903
+ path: "/customers/{customerId}/tags/{customerTagsUid}",
5904
+ chain: "customers.tags",
5905
+ action: "get",
5906
+ aliases: [],
5907
+ pathParams: ["customerId", "customerTagsUid"],
5908
+ queryParams: [],
5909
+ edgeCache: true,
5910
+ responseSchema: CustomersTagsDataSchema,
5911
+ responseType: "object"
5912
+ },
5913
+ {
5914
+ method: "PUT",
5915
+ path: "/customers/{customerId}/tags/{customerTagsUid}",
5916
+ chain: "customers.tags",
5917
+ action: "update",
5918
+ aliases: [],
5919
+ pathParams: ["customerId", "customerTagsUid"],
5920
+ queryParams: [],
5921
+ edgeCache: false,
5922
+ responseSchema: CustomersTagsDataSchema,
5923
+ responseType: "object"
5924
+ },
5925
+ {
5926
+ method: "DELETE",
5927
+ path: "/customers/{customerId}/tags/{customerTagsUid}",
5928
+ chain: "customers.tags",
5929
+ action: "delete",
5930
+ aliases: [],
5931
+ pathParams: ["customerId", "customerTagsUid"],
5932
+ queryParams: [],
5933
+ edgeCache: false,
5934
+ responseSchema: PassthroughDataSchema7,
5935
+ responseType: "passthrough"
5936
+ },
5784
5937
  {
5785
5938
  method: "GET",
5786
5939
  path: "/inv-mast/{invMastUid}/also-bought",
@@ -5811,7 +5964,7 @@ var endpoints7 = [
5811
5964
  chain: "invMast.tags",
5812
5965
  action: "create",
5813
5966
  aliases: [],
5814
- pathParams: [],
5967
+ pathParams: ["invMastUid"],
5815
5968
  queryParams: [],
5816
5969
  edgeCache: false,
5817
5970
  responseSchema: InvMastTagsDataSchema,
@@ -5823,7 +5976,7 @@ var endpoints7 = [
5823
5976
  chain: "invMast.tags",
5824
5977
  action: "get",
5825
5978
  aliases: [],
5826
- pathParams: ["invMastTagsUid", "invMastUid"],
5979
+ pathParams: ["invMastUid", "invMastTagsUid"],
5827
5980
  queryParams: [],
5828
5981
  edgeCache: true,
5829
5982
  responseSchema: InvMastTagsDataSchema,
@@ -5835,7 +5988,7 @@ var endpoints7 = [
5835
5988
  chain: "invMast.tags",
5836
5989
  action: "update",
5837
5990
  aliases: [],
5838
- pathParams: ["invMastTagsUid", "invMastUid"],
5991
+ pathParams: ["invMastUid", "invMastTagsUid"],
5839
5992
  queryParams: [],
5840
5993
  edgeCache: false,
5841
5994
  responseSchema: InvMastTagsDataSchema,
@@ -5847,7 +6000,7 @@ var endpoints7 = [
5847
6000
  chain: "invMast.tags",
5848
6001
  action: "delete",
5849
6002
  aliases: [],
5850
- pathParams: ["invMastTagsUid", "invMastUid"],
6003
+ pathParams: ["invMastUid", "invMastTagsUid"],
5851
6004
  queryParams: [],
5852
6005
  edgeCache: false,
5853
6006
  responseSchema: PassthroughDataSchema7,
@@ -5932,7 +6085,7 @@ var endpoints7 = [
5932
6085
  action: "list",
5933
6086
  aliases: [],
5934
6087
  pathParams: [],
5935
- queryParams: ["limit", "offset", "twoLetterCode"],
6088
+ queryParams: ["limit", "offset", "orderBy", "twoLetterCode"],
5936
6089
  edgeCache: true,
5937
6090
  responseSchema: LegacyStateDataSchema,
5938
6091
  responseType: "array"
@@ -6046,10 +6199,12 @@ var LegacyClient = class extends BaseServiceClient {
6046
6199
  };
6047
6200
  const proxy = createServiceProxy("legacy", boundExecuteRequest, endpoints7);
6048
6201
  const dataProxy = createDataProxy(proxy);
6202
+ this.customers = proxy.customers;
6049
6203
  this.invMast = proxy.invMast;
6050
6204
  this.itemCategory = proxy.itemCategory;
6051
6205
  this.legacy = proxy.legacy;
6052
6206
  this.orders = proxy.orders;
6207
+ this.customersData = dataProxy.customers;
6053
6208
  this.invMastData = dataProxy.invMast;
6054
6209
  this.itemCategoryData = dataProxy.itemCategory;
6055
6210
  this.legacyData = dataProxy.legacy;
@@ -7226,7 +7381,7 @@ var endpoints9 = [
7226
7381
  chain: "training.conversations",
7227
7382
  action: "get",
7228
7383
  aliases: [],
7229
- pathParams: ["trainingConvUid", "trainingSetUid"],
7384
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7230
7385
  queryParams: [],
7231
7386
  edgeCache: true,
7232
7387
  responseSchema: TrainingConversationsDataSchema,
@@ -7238,7 +7393,7 @@ var endpoints9 = [
7238
7393
  chain: "training.conversations",
7239
7394
  action: "update",
7240
7395
  aliases: [],
7241
- pathParams: ["trainingConvUid", "trainingSetUid"],
7396
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7242
7397
  queryParams: [],
7243
7398
  edgeCache: false,
7244
7399
  responseSchema: TrainingConversationsDataSchema,
@@ -7250,7 +7405,7 @@ var endpoints9 = [
7250
7405
  chain: "training.conversations",
7251
7406
  action: "delete",
7252
7407
  aliases: [],
7253
- pathParams: ["trainingConvUid", "trainingSetUid"],
7408
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7254
7409
  queryParams: [],
7255
7410
  edgeCache: false,
7256
7411
  responseSchema: TrainingConversationsDataSchema,
@@ -7262,7 +7417,7 @@ var endpoints9 = [
7262
7417
  chain: "training.conversations.messages",
7263
7418
  action: "list",
7264
7419
  aliases: [],
7265
- pathParams: ["trainingConvUid", "trainingSetUid"],
7420
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7266
7421
  queryParams: ["limit", "offset", "orderBy"],
7267
7422
  edgeCache: true,
7268
7423
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7274,7 +7429,7 @@ var endpoints9 = [
7274
7429
  chain: "training.conversations.messages",
7275
7430
  action: "create",
7276
7431
  aliases: [],
7277
- pathParams: ["trainingConvUid", "trainingSetUid"],
7432
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7278
7433
  queryParams: [],
7279
7434
  edgeCache: false,
7280
7435
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7286,7 +7441,7 @@ var endpoints9 = [
7286
7441
  chain: "training.conversations.messages",
7287
7442
  action: "get",
7288
7443
  aliases: [],
7289
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7444
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7290
7445
  queryParams: [],
7291
7446
  edgeCache: true,
7292
7447
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7298,7 +7453,7 @@ var endpoints9 = [
7298
7453
  chain: "training.conversations.messages",
7299
7454
  action: "update",
7300
7455
  aliases: [],
7301
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7456
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7302
7457
  queryParams: [],
7303
7458
  edgeCache: false,
7304
7459
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7310,7 +7465,7 @@ var endpoints9 = [
7310
7465
  chain: "training.conversations.messages",
7311
7466
  action: "delete",
7312
7467
  aliases: [],
7313
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7468
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7314
7469
  queryParams: [],
7315
7470
  edgeCache: false,
7316
7471
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7756,7 +7911,7 @@ var endpoints10 = [
7756
7911
  chain: "customer.orders",
7757
7912
  action: "list",
7758
7913
  aliases: [],
7759
- pathParams: ["addressId", "customerId"],
7914
+ pathParams: ["customerId"],
7760
7915
  queryParams: [
7761
7916
  "cancelFlag",
7762
7917
  "contactId",
@@ -7843,6 +7998,18 @@ var endpoints10 = [
7843
7998
  responseSchema: PassthroughDataSchema10,
7844
7999
  responseType: "passthrough"
7845
8000
  },
8001
+ {
8002
+ method: "GET",
8003
+ path: "/customer/{customerId}/tags",
8004
+ chain: "customer.tags",
8005
+ action: "list",
8006
+ aliases: [],
8007
+ pathParams: ["customerId"],
8008
+ queryParams: [],
8009
+ edgeCache: true,
8010
+ responseSchema: PassthroughDataSchema10,
8011
+ responseType: "passthrough"
8012
+ },
7846
8013
  {
7847
8014
  method: "GET",
7848
8015
  path: "/oe-contacts-customer/refresh",
@@ -7933,6 +8100,9 @@ var CustomersClient = class extends BaseServiceClient {
7933
8100
  this.healthCheck = createHealthCheckResource10(boundExecuteRequest);
7934
8101
  this.healthCheckData = createHealthCheckDataResource10(this.healthCheck);
7935
8102
  }
8103
+ getServiceDescription() {
8104
+ return "Customer master data including contacts, shipping addresses, invoices, rewards, and P21 customer sync";
8105
+ }
7936
8106
  };
7937
8107
 
7938
8108
  // src/services/orders/generated/schemas.ts
@@ -8040,11 +8210,11 @@ var endpoints11 = [
8040
8210
  },
8041
8211
  {
8042
8212
  method: "GET",
8043
- path: "/oe-hdr-salesrep/{salesrep-id}/oe-hdr",
8213
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr",
8044
8214
  chain: "oeHdrSalesrep.oeHdr",
8045
8215
  action: "list",
8046
8216
  aliases: [],
8047
- pathParams: ["salesRepId"],
8217
+ pathParams: ["salesrepId"],
8048
8218
  queryParams: [],
8049
8219
  edgeCache: true,
8050
8220
  responseSchema: PassthroughDataSchema11,
@@ -8052,11 +8222,11 @@ var endpoints11 = [
8052
8222
  },
8053
8223
  {
8054
8224
  method: "GET",
8055
- path: "/oe-hdr-salesrep/{salesrep_id}/oe-hdr/{orderNo}/doc",
8225
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr/{orderNo}/doc",
8056
8226
  chain: "oeHdrSalesrep.oeHdr.doc",
8057
8227
  action: "list",
8058
8228
  aliases: ["get"],
8059
- pathParams: ["orderNo", "salesRepId"],
8229
+ pathParams: ["salesrepId", "orderNo"],
8060
8230
  queryParams: [],
8061
8231
  edgeCache: true,
8062
8232
  responseSchema: PassthroughDataSchema11,
@@ -8148,7 +8318,7 @@ var endpoints11 = [
8148
8318
  chain: "pickTickets.lines",
8149
8319
  action: "get",
8150
8320
  aliases: [],
8151
- pathParams: ["lineNumber", "pickTicketNo"],
8321
+ pathParams: ["pickTicketNo", "lineNumber"],
8152
8322
  queryParams: [],
8153
8323
  edgeCache: true,
8154
8324
  responseSchema: PickTicketsLinesDataSchema,
@@ -8348,7 +8518,7 @@ var endpoints12 = [
8348
8518
  chain: "invMastExt",
8349
8519
  action: "get",
8350
8520
  aliases: [],
8351
- pathParams: ["inv_mast_ext_uid"],
8521
+ pathParams: ["invMastExtUid"],
8352
8522
  queryParams: [],
8353
8523
  edgeCache: true,
8354
8524
  responseSchema: PassthroughDataSchema12,
@@ -8360,7 +8530,7 @@ var endpoints12 = [
8360
8530
  chain: "invMastExt",
8361
8531
  action: "update",
8362
8532
  aliases: [],
8363
- pathParams: ["inv_mast_ext_uid"],
8533
+ pathParams: ["invMastExtUid"],
8364
8534
  queryParams: [],
8365
8535
  edgeCache: false,
8366
8536
  responseSchema: PassthroughDataSchema12,
@@ -8372,7 +8542,7 @@ var endpoints12 = [
8372
8542
  chain: "invMastExt",
8373
8543
  action: "delete",
8374
8544
  aliases: [],
8375
- pathParams: ["inv_mast_ext_uid"],
8545
+ pathParams: ["invMastExtUid"],
8376
8546
  queryParams: [],
8377
8547
  edgeCache: false,
8378
8548
  responseSchema: PassthroughDataSchema12,
@@ -8384,7 +8554,7 @@ var endpoints12 = [
8384
8554
  chain: "items.suggestDisplayDesc",
8385
8555
  action: "list",
8386
8556
  aliases: [],
8387
- pathParams: ["inv_mast_uid"],
8557
+ pathParams: ["invMastUid"],
8388
8558
  queryParams: ["limit", "model"],
8389
8559
  edgeCache: true,
8390
8560
  responseSchema: PassthroughDataSchema12,
@@ -8396,7 +8566,7 @@ var endpoints12 = [
8396
8566
  chain: "items.suggestWebDesc",
8397
8567
  action: "list",
8398
8568
  aliases: [],
8399
- pathParams: ["inv_mast_uid"],
8569
+ pathParams: ["invMastUid"],
8400
8570
  queryParams: ["limit", "model"],
8401
8571
  edgeCache: true,
8402
8572
  responseSchema: PassthroughDataSchema12,
@@ -8432,7 +8602,7 @@ var endpoints12 = [
8432
8602
  chain: "podcasts",
8433
8603
  action: "get",
8434
8604
  aliases: [],
8435
- pathParams: ["podcasts_uid"],
8605
+ pathParams: ["podcastsUid"],
8436
8606
  queryParams: [],
8437
8607
  edgeCache: true,
8438
8608
  responseSchema: PodcastsDataSchema,
@@ -8444,7 +8614,7 @@ var endpoints12 = [
8444
8614
  chain: "podcasts",
8445
8615
  action: "update",
8446
8616
  aliases: [],
8447
- pathParams: ["podcasts_uid"],
8617
+ pathParams: ["podcastsUid"],
8448
8618
  queryParams: [],
8449
8619
  edgeCache: false,
8450
8620
  responseSchema: PassthroughDataSchema12,
@@ -8456,7 +8626,7 @@ var endpoints12 = [
8456
8626
  chain: "podcasts",
8457
8627
  action: "delete",
8458
8628
  aliases: [],
8459
- pathParams: ["podcasts_uid"],
8629
+ pathParams: ["podcastsUid"],
8460
8630
  queryParams: [],
8461
8631
  edgeCache: false,
8462
8632
  responseSchema: PassthroughDataSchema12,
@@ -8905,8 +9075,17 @@ var MicroservicesListParamsSchema = v21.looseObject({
8905
9075
  ...EdgeCacheParamsSchema.entries,
8906
9076
  limit: v21.optional(v21.pipe(v21.unknown(), v21.transform(Number))),
8907
9077
  offset: v21.optional(v21.pipe(v21.unknown(), v21.transform(Number))),
9078
+ orderBy: v21.optional(v21.string()),
8908
9079
  statusCd: v21.optional(v21.pipe(v21.unknown(), v21.transform(Number)))
8909
9080
  });
9081
+ var RubricsListParamsSchema = v21.looseObject({
9082
+ ...EdgeCacheParamsSchema.entries,
9083
+ orderBy: v21.optional(v21.string())
9084
+ });
9085
+ var WorkflowsListParamsSchema = v21.looseObject({
9086
+ ...EdgeCacheParamsSchema.entries,
9087
+ orderBy: v21.optional(v21.string())
9088
+ });
8910
9089
  var MicroservicesDataSchema = v21.looseObject({
8911
9090
  microservicesUid: v21.optional(v21.number()),
8912
9091
  name: v21.optional(v21.nullable(v21.string())),
@@ -8988,7 +9167,7 @@ var endpoints14 = [
8988
9167
  action: "list",
8989
9168
  aliases: [],
8990
9169
  pathParams: [],
8991
- queryParams: ["limit", "offset", "statusCd"],
9170
+ queryParams: ["limit", "offset", "orderBy", "statusCd"],
8992
9171
  edgeCache: true,
8993
9172
  responseSchema: MicroservicesDataSchema,
8994
9173
  responseType: "array"
@@ -9060,7 +9239,7 @@ var endpoints14 = [
9060
9239
  action: "list",
9061
9240
  aliases: [],
9062
9241
  pathParams: [],
9063
- queryParams: [],
9242
+ queryParams: ["orderBy"],
9064
9243
  edgeCache: true,
9065
9244
  responseSchema: RubricsDataSchema,
9066
9245
  responseType: "array"
@@ -9113,6 +9292,18 @@ var endpoints14 = [
9113
9292
  responseSchema: PassthroughDataSchema14,
9114
9293
  responseType: "passthrough"
9115
9294
  },
9295
+ {
9296
+ method: "POST",
9297
+ path: "/sites/validate",
9298
+ chain: "sites.validate",
9299
+ action: "create",
9300
+ aliases: [],
9301
+ pathParams: [],
9302
+ queryParams: [],
9303
+ edgeCache: false,
9304
+ responseSchema: PassthroughDataSchema14,
9305
+ responseType: "passthrough"
9306
+ },
9116
9307
  {
9117
9308
  method: "GET",
9118
9309
  path: "/workflows",
@@ -9120,7 +9311,7 @@ var endpoints14 = [
9120
9311
  action: "list",
9121
9312
  aliases: [],
9122
9313
  pathParams: [],
9123
- queryParams: [],
9314
+ queryParams: ["orderBy"],
9124
9315
  edgeCache: true,
9125
9316
  responseSchema: WorkflowsDataSchema,
9126
9317
  responseType: "array"
@@ -9244,6 +9435,7 @@ var AgrInfoClient = class extends BaseServiceClient {
9244
9435
  this.microservices = proxy.microservices;
9245
9436
  this.ollama = proxy.ollama;
9246
9437
  this.rubrics = proxy.rubrics;
9438
+ this.sites = proxy.sites;
9247
9439
  this.workflows = proxy.workflows;
9248
9440
  this.akashaData = dataProxy.akasha;
9249
9441
  this.contextData = dataProxy.context;
@@ -9251,6 +9443,7 @@ var AgrInfoClient = class extends BaseServiceClient {
9251
9443
  this.microservicesData = dataProxy.microservices;
9252
9444
  this.ollamaData = dataProxy.ollama;
9253
9445
  this.rubricsData = dataProxy.rubrics;
9446
+ this.sitesData = dataProxy.sites;
9254
9447
  this.workflowsData = dataProxy.workflows;
9255
9448
  this.healthCheck = createHealthCheckResource14(boundExecuteRequest);
9256
9449
  this.healthCheckData = createHealthCheckDataResource14(this.healthCheck);
@@ -10274,7 +10467,7 @@ var endpoints19 = [
10274
10467
  chain: "transCategory",
10275
10468
  action: "get",
10276
10469
  aliases: [],
10277
- pathParams: ["category_uid"],
10470
+ pathParams: ["categoryUid"],
10278
10471
  queryParams: ["category_id"],
10279
10472
  edgeCache: true,
10280
10473
  responseSchema: PassthroughDataSchema19,
@@ -10286,7 +10479,7 @@ var endpoints19 = [
10286
10479
  chain: "transCategory",
10287
10480
  action: "update",
10288
10481
  aliases: [],
10289
- pathParams: ["category_uid"],
10482
+ pathParams: ["categoryUid"],
10290
10483
  queryParams: ["category_id"],
10291
10484
  edgeCache: false,
10292
10485
  responseSchema: PassthroughDataSchema19,
@@ -10298,7 +10491,7 @@ var endpoints19 = [
10298
10491
  chain: "transCategory",
10299
10492
  action: "delete",
10300
10493
  aliases: [],
10301
- pathParams: ["category_uid"],
10494
+ pathParams: ["categoryUid"],
10302
10495
  queryParams: ["category_id"],
10303
10496
  edgeCache: false,
10304
10497
  responseSchema: PassthroughDataSchema19,
@@ -10322,7 +10515,7 @@ var endpoints19 = [
10322
10515
  chain: "transCompany",
10323
10516
  action: "get",
10324
10517
  aliases: [],
10325
- pathParams: ["company_uid"],
10518
+ pathParams: ["companyUid"],
10326
10519
  queryParams: ["company_id"],
10327
10520
  edgeCache: true,
10328
10521
  responseSchema: PassthroughDataSchema19,
@@ -10334,7 +10527,7 @@ var endpoints19 = [
10334
10527
  chain: "transCompany",
10335
10528
  action: "update",
10336
10529
  aliases: [],
10337
- pathParams: ["company_uid"],
10530
+ pathParams: ["companyUid"],
10338
10531
  queryParams: ["company_id"],
10339
10532
  edgeCache: false,
10340
10533
  responseSchema: PassthroughDataSchema19,
@@ -10346,7 +10539,7 @@ var endpoints19 = [
10346
10539
  chain: "transCompany",
10347
10540
  action: "delete",
10348
10541
  aliases: [],
10349
- pathParams: ["company_uid"],
10542
+ pathParams: ["companyUid"],
10350
10543
  queryParams: ["company_id"],
10351
10544
  edgeCache: false,
10352
10545
  responseSchema: PassthroughDataSchema19,
@@ -10358,7 +10551,7 @@ var endpoints19 = [
10358
10551
  chain: "transPurchaseOrderReceipt",
10359
10552
  action: "get",
10360
10553
  aliases: [],
10361
- pathParams: ["po_no"],
10554
+ pathParams: ["poNo"],
10362
10555
  queryParams: [],
10363
10556
  edgeCache: true,
10364
10557
  responseSchema: PassthroughDataSchema19,
@@ -10370,7 +10563,7 @@ var endpoints19 = [
10370
10563
  chain: "transPurchaseOrderReceipt",
10371
10564
  action: "update",
10372
10565
  aliases: [],
10373
- pathParams: ["po_no"],
10566
+ pathParams: ["poNo"],
10374
10567
  queryParams: [],
10375
10568
  edgeCache: false,
10376
10569
  responseSchema: PassthroughDataSchema19,
@@ -10394,7 +10587,7 @@ var endpoints19 = [
10394
10587
  chain: "transUser",
10395
10588
  action: "get",
10396
10589
  aliases: [],
10397
- pathParams: ["users_uid"],
10590
+ pathParams: ["usersUid"],
10398
10591
  queryParams: ["user_id"],
10399
10592
  edgeCache: true,
10400
10593
  responseSchema: PassthroughDataSchema19,
@@ -10406,7 +10599,7 @@ var endpoints19 = [
10406
10599
  chain: "transUser",
10407
10600
  action: "update",
10408
10601
  aliases: [],
10409
- pathParams: ["users_uid"],
10602
+ pathParams: ["usersUid"],
10410
10603
  queryParams: ["user_id"],
10411
10604
  edgeCache: false,
10412
10605
  responseSchema: PassthroughDataSchema19,
@@ -10418,7 +10611,7 @@ var endpoints19 = [
10418
10611
  chain: "transUser",
10419
10612
  action: "delete",
10420
10613
  aliases: [],
10421
- pathParams: ["users_uid"],
10614
+ pathParams: ["usersUid"],
10422
10615
  queryParams: ["user_id"],
10423
10616
  edgeCache: false,
10424
10617
  responseSchema: PassthroughDataSchema19,
@@ -10466,7 +10659,7 @@ var endpoints19 = [
10466
10659
  chain: "transWebDisplayType",
10467
10660
  action: "get",
10468
10661
  aliases: [],
10469
- pathParams: ["web_display_type_uid"],
10662
+ pathParams: ["webDisplayTypeUid"],
10470
10663
  queryParams: ["web_display_type_id"],
10471
10664
  edgeCache: true,
10472
10665
  responseSchema: PassthroughDataSchema19,
@@ -10478,7 +10671,7 @@ var endpoints19 = [
10478
10671
  chain: "transWebDisplayType",
10479
10672
  action: "update",
10480
10673
  aliases: [],
10481
- pathParams: ["web_display_type_uid"],
10674
+ pathParams: ["webDisplayTypeUid"],
10482
10675
  queryParams: ["web_display_type_id"],
10483
10676
  edgeCache: false,
10484
10677
  responseSchema: PassthroughDataSchema19,
@@ -10490,7 +10683,7 @@ var endpoints19 = [
10490
10683
  chain: "transWebDisplayType",
10491
10684
  action: "delete",
10492
10685
  aliases: [],
10493
- pathParams: ["web_display_type_uid"],
10686
+ pathParams: ["webDisplayTypeUid"],
10494
10687
  queryParams: ["web_display_type_id"],
10495
10688
  edgeCache: false,
10496
10689
  responseSchema: PassthroughDataSchema19,
@@ -12604,7 +12797,7 @@ var endpoints26 = [
12604
12797
  chain: "todos.events",
12605
12798
  action: "get",
12606
12799
  aliases: [],
12607
- pathParams: ["event_num", "id"],
12800
+ pathParams: ["id", "eventNum"],
12608
12801
  queryParams: [],
12609
12802
  edgeCache: true,
12610
12803
  responseSchema: EventsDataSchema,
@@ -13654,7 +13847,7 @@ function createCrossSiteAuthenticator(augurInfoToken) {
13654
13847
  }
13655
13848
 
13656
13849
  // src/index.ts
13657
- var VERSION = "2026.4.6";
13850
+ var VERSION = "2026.5.1";
13658
13851
  export {
13659
13852
  AgrInfoClient,
13660
13853
  AgrSiteClient,