@simpleapps-com/augur-api 2026.4.6 → 2026.4.7

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,
@@ -4952,7 +4952,7 @@ var endpoints6 = [
4952
4952
  chain: "invMast.attributes.values",
4953
4953
  action: "list",
4954
4954
  aliases: [],
4955
- pathParams: ["attributeUid", "invMastUid"],
4955
+ pathParams: ["invMastUid", "attributeUid"],
4956
4956
  queryParams: ["attributeValueUid", "limit", "offset", "orderBy", "q"],
4957
4957
  edgeCache: true,
4958
4958
  responseSchema: PassthroughDataSchema6,
@@ -4964,7 +4964,7 @@ var endpoints6 = [
4964
4964
  chain: "invMast.attributes.values",
4965
4965
  action: "create",
4966
4966
  aliases: [],
4967
- pathParams: ["attributeUid", "invMastUid"],
4967
+ pathParams: ["invMastUid", "attributeUid"],
4968
4968
  queryParams: [],
4969
4969
  edgeCache: false,
4970
4970
  responseSchema: InvMastAttributesDataSchema,
@@ -4976,7 +4976,7 @@ var endpoints6 = [
4976
4976
  chain: "invMast.attributes.values",
4977
4977
  action: "update",
4978
4978
  aliases: [],
4979
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
4979
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4980
4980
  queryParams: [],
4981
4981
  edgeCache: false,
4982
4982
  responseSchema: InvMastAttributesDataSchema,
@@ -4988,7 +4988,7 @@ var endpoints6 = [
4988
4988
  chain: "invMast.attributes.values",
4989
4989
  action: "delete",
4990
4990
  aliases: [],
4991
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
4991
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4992
4992
  queryParams: [],
4993
4993
  edgeCache: false,
4994
4994
  responseSchema: PassthroughDataSchema6,
@@ -5036,7 +5036,7 @@ var endpoints6 = [
5036
5036
  chain: "invMast.faq",
5037
5037
  action: "get",
5038
5038
  aliases: [],
5039
- pathParams: ["invMastFaqUid", "invMastUid"],
5039
+ pathParams: ["invMastUid", "invMastFaqUid"],
5040
5040
  queryParams: [],
5041
5041
  edgeCache: true,
5042
5042
  responseSchema: InvMastFaqDataSchema,
@@ -5048,7 +5048,7 @@ var endpoints6 = [
5048
5048
  chain: "invMast.faq",
5049
5049
  action: "update",
5050
5050
  aliases: [],
5051
- pathParams: ["invMastFaqUid", "invMastUid"],
5051
+ pathParams: ["invMastUid", "invMastFaqUid"],
5052
5052
  queryParams: [],
5053
5053
  edgeCache: false,
5054
5054
  responseSchema: InvMastFaqDataSchema,
@@ -5060,7 +5060,7 @@ var endpoints6 = [
5060
5060
  chain: "invMast.faq",
5061
5061
  action: "delete",
5062
5062
  aliases: [],
5063
- pathParams: ["invMastFaqUid", "invMastUid"],
5063
+ pathParams: ["invMastUid", "invMastFaqUid"],
5064
5064
  queryParams: [],
5065
5065
  edgeCache: false,
5066
5066
  responseSchema: InvMastFaqDataSchema,
@@ -5108,7 +5108,7 @@ var endpoints6 = [
5108
5108
  chain: "invMast.locations.bins",
5109
5109
  action: "get",
5110
5110
  aliases: [],
5111
- pathParams: ["bin", "invMastUid", "locationId"],
5111
+ pathParams: ["invMastUid", "locationId", "bin"],
5112
5112
  queryParams: [],
5113
5113
  edgeCache: true,
5114
5114
  responseSchema: PassthroughDataSchema6,
@@ -5216,7 +5216,7 @@ var endpoints6 = [
5216
5216
  chain: "itemFavorites.items",
5217
5217
  action: "get",
5218
5218
  aliases: [],
5219
- pathParams: ["invMastUid", "usersId"],
5219
+ pathParams: ["usersId", "invMastUid"],
5220
5220
  queryParams: [],
5221
5221
  edgeCache: true,
5222
5222
  responseSchema: PassthroughDataSchema6,
@@ -5228,7 +5228,7 @@ var endpoints6 = [
5228
5228
  chain: "itemFavorites.items",
5229
5229
  action: "update",
5230
5230
  aliases: [],
5231
- pathParams: ["invMastUid", "usersId"],
5231
+ pathParams: ["usersId", "invMastUid"],
5232
5232
  queryParams: [],
5233
5233
  edgeCache: false,
5234
5234
  responseSchema: PassthroughDataSchema6,
@@ -5240,7 +5240,7 @@ var endpoints6 = [
5240
5240
  chain: "itemFavorites.items",
5241
5241
  action: "delete",
5242
5242
  aliases: [],
5243
- pathParams: ["invMastUid", "usersId"],
5243
+ pathParams: ["usersId", "invMastUid"],
5244
5244
  queryParams: [],
5245
5245
  edgeCache: false,
5246
5246
  responseSchema: PassthroughDataSchema6,
@@ -5309,7 +5309,7 @@ var endpoints6 = [
5309
5309
  chain: "itemWishlist.hdr",
5310
5310
  action: "update",
5311
5311
  aliases: [],
5312
- pathParams: ["itemWishlistHdrUid", "usersId"],
5312
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5313
5313
  queryParams: [],
5314
5314
  edgeCache: false,
5315
5315
  responseSchema: PassthroughDataSchema6,
@@ -5321,7 +5321,7 @@ var endpoints6 = [
5321
5321
  chain: "itemWishlist.hdr",
5322
5322
  action: "delete",
5323
5323
  aliases: [],
5324
- pathParams: ["itemWishlistHdrUid", "usersId"],
5324
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5325
5325
  queryParams: [],
5326
5326
  edgeCache: false,
5327
5327
  responseSchema: PassthroughDataSchema6,
@@ -5333,7 +5333,7 @@ var endpoints6 = [
5333
5333
  chain: "itemWishlist.hdr",
5334
5334
  action: "get",
5335
5335
  aliases: [],
5336
- pathParams: ["itemWishlistHdrUid", "usersId"],
5336
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5337
5337
  queryParams: [],
5338
5338
  edgeCache: true,
5339
5339
  responseSchema: PassthroughDataSchema6,
@@ -5345,7 +5345,7 @@ var endpoints6 = [
5345
5345
  chain: "itemWishlist.hdr",
5346
5346
  action: "create",
5347
5347
  aliases: [],
5348
- pathParams: ["itemWishlistHdrUid", "usersId"],
5348
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5349
5349
  queryParams: [],
5350
5350
  edgeCache: false,
5351
5351
  responseSchema: PassthroughDataSchema6,
@@ -5357,7 +5357,7 @@ var endpoints6 = [
5357
5357
  chain: "itemWishlist.hdr.line",
5358
5358
  action: "delete",
5359
5359
  aliases: [],
5360
- pathParams: ["itemWishlistHdrUid", "itemWishlistLineUid", "usersId"],
5360
+ pathParams: ["usersId", "itemWishlistHdrUid", "itemWishlistLineUid"],
5361
5361
  queryParams: [],
5362
5362
  edgeCache: false,
5363
5363
  responseSchema: PassthroughDataSchema6,
@@ -5381,7 +5381,7 @@ var endpoints6 = [
5381
5381
  chain: "locations.bins",
5382
5382
  action: "get",
5383
5383
  aliases: [],
5384
- pathParams: ["bin", "locationId"],
5384
+ pathParams: ["locationId", "bin"],
5385
5385
  queryParams: ["excludeZero", "limit", "offset", "orderBy"],
5386
5386
  edgeCache: true,
5387
5387
  responseSchema: PassthroughDataSchema6,
@@ -5497,7 +5497,7 @@ var endpoints6 = [
5497
5497
  chain: "variants.attributes",
5498
5498
  action: "get",
5499
5499
  aliases: [],
5500
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5500
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5501
5501
  queryParams: [],
5502
5502
  edgeCache: true,
5503
5503
  responseSchema: PassthroughDataSchema6,
@@ -5509,7 +5509,7 @@ var endpoints6 = [
5509
5509
  chain: "variants.attributes",
5510
5510
  action: "update",
5511
5511
  aliases: [],
5512
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5512
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5513
5513
  queryParams: [],
5514
5514
  edgeCache: false,
5515
5515
  responseSchema: PassthroughDataSchema6,
@@ -5521,7 +5521,7 @@ var endpoints6 = [
5521
5521
  chain: "variants.attributes",
5522
5522
  action: "delete",
5523
5523
  aliases: [],
5524
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5524
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5525
5525
  queryParams: [],
5526
5526
  edgeCache: false,
5527
5527
  responseSchema: PassthroughDataSchema6,
@@ -5886,7 +5886,7 @@ var endpoints7 = [
5886
5886
  chain: "invMast.tags",
5887
5887
  action: "create",
5888
5888
  aliases: [],
5889
- pathParams: [],
5889
+ pathParams: ["invMastUid"],
5890
5890
  queryParams: [],
5891
5891
  edgeCache: false,
5892
5892
  responseSchema: InvMastTagsDataSchema,
@@ -5898,7 +5898,7 @@ var endpoints7 = [
5898
5898
  chain: "invMast.tags",
5899
5899
  action: "get",
5900
5900
  aliases: [],
5901
- pathParams: ["invMastTagsUid", "invMastUid"],
5901
+ pathParams: ["invMastUid", "invMastTagsUid"],
5902
5902
  queryParams: [],
5903
5903
  edgeCache: true,
5904
5904
  responseSchema: InvMastTagsDataSchema,
@@ -5910,7 +5910,7 @@ var endpoints7 = [
5910
5910
  chain: "invMast.tags",
5911
5911
  action: "update",
5912
5912
  aliases: [],
5913
- pathParams: ["invMastTagsUid", "invMastUid"],
5913
+ pathParams: ["invMastUid", "invMastTagsUid"],
5914
5914
  queryParams: [],
5915
5915
  edgeCache: false,
5916
5916
  responseSchema: InvMastTagsDataSchema,
@@ -5922,7 +5922,7 @@ var endpoints7 = [
5922
5922
  chain: "invMast.tags",
5923
5923
  action: "delete",
5924
5924
  aliases: [],
5925
- pathParams: ["invMastTagsUid", "invMastUid"],
5925
+ pathParams: ["invMastUid", "invMastTagsUid"],
5926
5926
  queryParams: [],
5927
5927
  edgeCache: false,
5928
5928
  responseSchema: PassthroughDataSchema7,
@@ -7301,7 +7301,7 @@ var endpoints9 = [
7301
7301
  chain: "training.conversations",
7302
7302
  action: "get",
7303
7303
  aliases: [],
7304
- pathParams: ["trainingConvUid", "trainingSetUid"],
7304
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7305
7305
  queryParams: [],
7306
7306
  edgeCache: true,
7307
7307
  responseSchema: TrainingConversationsDataSchema,
@@ -7313,7 +7313,7 @@ var endpoints9 = [
7313
7313
  chain: "training.conversations",
7314
7314
  action: "update",
7315
7315
  aliases: [],
7316
- pathParams: ["trainingConvUid", "trainingSetUid"],
7316
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7317
7317
  queryParams: [],
7318
7318
  edgeCache: false,
7319
7319
  responseSchema: TrainingConversationsDataSchema,
@@ -7325,7 +7325,7 @@ var endpoints9 = [
7325
7325
  chain: "training.conversations",
7326
7326
  action: "delete",
7327
7327
  aliases: [],
7328
- pathParams: ["trainingConvUid", "trainingSetUid"],
7328
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7329
7329
  queryParams: [],
7330
7330
  edgeCache: false,
7331
7331
  responseSchema: TrainingConversationsDataSchema,
@@ -7337,7 +7337,7 @@ var endpoints9 = [
7337
7337
  chain: "training.conversations.messages",
7338
7338
  action: "list",
7339
7339
  aliases: [],
7340
- pathParams: ["trainingConvUid", "trainingSetUid"],
7340
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7341
7341
  queryParams: ["limit", "offset", "orderBy"],
7342
7342
  edgeCache: true,
7343
7343
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7349,7 +7349,7 @@ var endpoints9 = [
7349
7349
  chain: "training.conversations.messages",
7350
7350
  action: "create",
7351
7351
  aliases: [],
7352
- pathParams: ["trainingConvUid", "trainingSetUid"],
7352
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7353
7353
  queryParams: [],
7354
7354
  edgeCache: false,
7355
7355
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7361,7 +7361,7 @@ var endpoints9 = [
7361
7361
  chain: "training.conversations.messages",
7362
7362
  action: "get",
7363
7363
  aliases: [],
7364
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7364
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7365
7365
  queryParams: [],
7366
7366
  edgeCache: true,
7367
7367
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7373,7 +7373,7 @@ var endpoints9 = [
7373
7373
  chain: "training.conversations.messages",
7374
7374
  action: "update",
7375
7375
  aliases: [],
7376
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7376
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7377
7377
  queryParams: [],
7378
7378
  edgeCache: false,
7379
7379
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7385,7 +7385,7 @@ var endpoints9 = [
7385
7385
  chain: "training.conversations.messages",
7386
7386
  action: "delete",
7387
7387
  aliases: [],
7388
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7388
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7389
7389
  queryParams: [],
7390
7390
  edgeCache: false,
7391
7391
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7831,7 +7831,7 @@ var endpoints10 = [
7831
7831
  chain: "customer.orders",
7832
7832
  action: "list",
7833
7833
  aliases: [],
7834
- pathParams: ["addressId", "customerId"],
7834
+ pathParams: ["customerId"],
7835
7835
  queryParams: [
7836
7836
  "cancelFlag",
7837
7837
  "contactId",
@@ -8115,11 +8115,11 @@ var endpoints11 = [
8115
8115
  },
8116
8116
  {
8117
8117
  method: "GET",
8118
- path: "/oe-hdr-salesrep/{salesrep-id}/oe-hdr",
8118
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr",
8119
8119
  chain: "oeHdrSalesrep.oeHdr",
8120
8120
  action: "list",
8121
8121
  aliases: [],
8122
- pathParams: ["salesRepId"],
8122
+ pathParams: ["salesrepId"],
8123
8123
  queryParams: [],
8124
8124
  edgeCache: true,
8125
8125
  responseSchema: PassthroughDataSchema11,
@@ -8127,11 +8127,11 @@ var endpoints11 = [
8127
8127
  },
8128
8128
  {
8129
8129
  method: "GET",
8130
- path: "/oe-hdr-salesrep/{salesrep_id}/oe-hdr/{orderNo}/doc",
8130
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr/{orderNo}/doc",
8131
8131
  chain: "oeHdrSalesrep.oeHdr.doc",
8132
8132
  action: "list",
8133
8133
  aliases: ["get"],
8134
- pathParams: ["orderNo", "salesRepId"],
8134
+ pathParams: ["salesrepId", "orderNo"],
8135
8135
  queryParams: [],
8136
8136
  edgeCache: true,
8137
8137
  responseSchema: PassthroughDataSchema11,
@@ -8223,7 +8223,7 @@ var endpoints11 = [
8223
8223
  chain: "pickTickets.lines",
8224
8224
  action: "get",
8225
8225
  aliases: [],
8226
- pathParams: ["lineNumber", "pickTicketNo"],
8226
+ pathParams: ["pickTicketNo", "lineNumber"],
8227
8227
  queryParams: [],
8228
8228
  edgeCache: true,
8229
8229
  responseSchema: PickTicketsLinesDataSchema,
@@ -8423,7 +8423,7 @@ var endpoints12 = [
8423
8423
  chain: "invMastExt",
8424
8424
  action: "get",
8425
8425
  aliases: [],
8426
- pathParams: ["inv_mast_ext_uid"],
8426
+ pathParams: ["invMastExtUid"],
8427
8427
  queryParams: [],
8428
8428
  edgeCache: true,
8429
8429
  responseSchema: PassthroughDataSchema12,
@@ -8435,7 +8435,7 @@ var endpoints12 = [
8435
8435
  chain: "invMastExt",
8436
8436
  action: "update",
8437
8437
  aliases: [],
8438
- pathParams: ["inv_mast_ext_uid"],
8438
+ pathParams: ["invMastExtUid"],
8439
8439
  queryParams: [],
8440
8440
  edgeCache: false,
8441
8441
  responseSchema: PassthroughDataSchema12,
@@ -8447,7 +8447,7 @@ var endpoints12 = [
8447
8447
  chain: "invMastExt",
8448
8448
  action: "delete",
8449
8449
  aliases: [],
8450
- pathParams: ["inv_mast_ext_uid"],
8450
+ pathParams: ["invMastExtUid"],
8451
8451
  queryParams: [],
8452
8452
  edgeCache: false,
8453
8453
  responseSchema: PassthroughDataSchema12,
@@ -8459,7 +8459,7 @@ var endpoints12 = [
8459
8459
  chain: "items.suggestDisplayDesc",
8460
8460
  action: "list",
8461
8461
  aliases: [],
8462
- pathParams: ["inv_mast_uid"],
8462
+ pathParams: ["invMastUid"],
8463
8463
  queryParams: ["limit", "model"],
8464
8464
  edgeCache: true,
8465
8465
  responseSchema: PassthroughDataSchema12,
@@ -8471,7 +8471,7 @@ var endpoints12 = [
8471
8471
  chain: "items.suggestWebDesc",
8472
8472
  action: "list",
8473
8473
  aliases: [],
8474
- pathParams: ["inv_mast_uid"],
8474
+ pathParams: ["invMastUid"],
8475
8475
  queryParams: ["limit", "model"],
8476
8476
  edgeCache: true,
8477
8477
  responseSchema: PassthroughDataSchema12,
@@ -8507,7 +8507,7 @@ var endpoints12 = [
8507
8507
  chain: "podcasts",
8508
8508
  action: "get",
8509
8509
  aliases: [],
8510
- pathParams: ["podcasts_uid"],
8510
+ pathParams: ["podcastsUid"],
8511
8511
  queryParams: [],
8512
8512
  edgeCache: true,
8513
8513
  responseSchema: PodcastsDataSchema,
@@ -8519,7 +8519,7 @@ var endpoints12 = [
8519
8519
  chain: "podcasts",
8520
8520
  action: "update",
8521
8521
  aliases: [],
8522
- pathParams: ["podcasts_uid"],
8522
+ pathParams: ["podcastsUid"],
8523
8523
  queryParams: [],
8524
8524
  edgeCache: false,
8525
8525
  responseSchema: PassthroughDataSchema12,
@@ -8531,7 +8531,7 @@ var endpoints12 = [
8531
8531
  chain: "podcasts",
8532
8532
  action: "delete",
8533
8533
  aliases: [],
8534
- pathParams: ["podcasts_uid"],
8534
+ pathParams: ["podcastsUid"],
8535
8535
  queryParams: [],
8536
8536
  edgeCache: false,
8537
8537
  responseSchema: PassthroughDataSchema12,
@@ -10349,7 +10349,7 @@ var endpoints19 = [
10349
10349
  chain: "transCategory",
10350
10350
  action: "get",
10351
10351
  aliases: [],
10352
- pathParams: ["category_uid"],
10352
+ pathParams: ["categoryUid"],
10353
10353
  queryParams: ["category_id"],
10354
10354
  edgeCache: true,
10355
10355
  responseSchema: PassthroughDataSchema19,
@@ -10361,7 +10361,7 @@ var endpoints19 = [
10361
10361
  chain: "transCategory",
10362
10362
  action: "update",
10363
10363
  aliases: [],
10364
- pathParams: ["category_uid"],
10364
+ pathParams: ["categoryUid"],
10365
10365
  queryParams: ["category_id"],
10366
10366
  edgeCache: false,
10367
10367
  responseSchema: PassthroughDataSchema19,
@@ -10373,7 +10373,7 @@ var endpoints19 = [
10373
10373
  chain: "transCategory",
10374
10374
  action: "delete",
10375
10375
  aliases: [],
10376
- pathParams: ["category_uid"],
10376
+ pathParams: ["categoryUid"],
10377
10377
  queryParams: ["category_id"],
10378
10378
  edgeCache: false,
10379
10379
  responseSchema: PassthroughDataSchema19,
@@ -10397,7 +10397,7 @@ var endpoints19 = [
10397
10397
  chain: "transCompany",
10398
10398
  action: "get",
10399
10399
  aliases: [],
10400
- pathParams: ["company_uid"],
10400
+ pathParams: ["companyUid"],
10401
10401
  queryParams: ["company_id"],
10402
10402
  edgeCache: true,
10403
10403
  responseSchema: PassthroughDataSchema19,
@@ -10409,7 +10409,7 @@ var endpoints19 = [
10409
10409
  chain: "transCompany",
10410
10410
  action: "update",
10411
10411
  aliases: [],
10412
- pathParams: ["company_uid"],
10412
+ pathParams: ["companyUid"],
10413
10413
  queryParams: ["company_id"],
10414
10414
  edgeCache: false,
10415
10415
  responseSchema: PassthroughDataSchema19,
@@ -10421,7 +10421,7 @@ var endpoints19 = [
10421
10421
  chain: "transCompany",
10422
10422
  action: "delete",
10423
10423
  aliases: [],
10424
- pathParams: ["company_uid"],
10424
+ pathParams: ["companyUid"],
10425
10425
  queryParams: ["company_id"],
10426
10426
  edgeCache: false,
10427
10427
  responseSchema: PassthroughDataSchema19,
@@ -10433,7 +10433,7 @@ var endpoints19 = [
10433
10433
  chain: "transPurchaseOrderReceipt",
10434
10434
  action: "get",
10435
10435
  aliases: [],
10436
- pathParams: ["po_no"],
10436
+ pathParams: ["poNo"],
10437
10437
  queryParams: [],
10438
10438
  edgeCache: true,
10439
10439
  responseSchema: PassthroughDataSchema19,
@@ -10445,7 +10445,7 @@ var endpoints19 = [
10445
10445
  chain: "transPurchaseOrderReceipt",
10446
10446
  action: "update",
10447
10447
  aliases: [],
10448
- pathParams: ["po_no"],
10448
+ pathParams: ["poNo"],
10449
10449
  queryParams: [],
10450
10450
  edgeCache: false,
10451
10451
  responseSchema: PassthroughDataSchema19,
@@ -10469,7 +10469,7 @@ var endpoints19 = [
10469
10469
  chain: "transUser",
10470
10470
  action: "get",
10471
10471
  aliases: [],
10472
- pathParams: ["users_uid"],
10472
+ pathParams: ["usersUid"],
10473
10473
  queryParams: ["user_id"],
10474
10474
  edgeCache: true,
10475
10475
  responseSchema: PassthroughDataSchema19,
@@ -10481,7 +10481,7 @@ var endpoints19 = [
10481
10481
  chain: "transUser",
10482
10482
  action: "update",
10483
10483
  aliases: [],
10484
- pathParams: ["users_uid"],
10484
+ pathParams: ["usersUid"],
10485
10485
  queryParams: ["user_id"],
10486
10486
  edgeCache: false,
10487
10487
  responseSchema: PassthroughDataSchema19,
@@ -10493,7 +10493,7 @@ var endpoints19 = [
10493
10493
  chain: "transUser",
10494
10494
  action: "delete",
10495
10495
  aliases: [],
10496
- pathParams: ["users_uid"],
10496
+ pathParams: ["usersUid"],
10497
10497
  queryParams: ["user_id"],
10498
10498
  edgeCache: false,
10499
10499
  responseSchema: PassthroughDataSchema19,
@@ -10541,7 +10541,7 @@ var endpoints19 = [
10541
10541
  chain: "transWebDisplayType",
10542
10542
  action: "get",
10543
10543
  aliases: [],
10544
- pathParams: ["web_display_type_uid"],
10544
+ pathParams: ["webDisplayTypeUid"],
10545
10545
  queryParams: ["web_display_type_id"],
10546
10546
  edgeCache: true,
10547
10547
  responseSchema: PassthroughDataSchema19,
@@ -10553,7 +10553,7 @@ var endpoints19 = [
10553
10553
  chain: "transWebDisplayType",
10554
10554
  action: "update",
10555
10555
  aliases: [],
10556
- pathParams: ["web_display_type_uid"],
10556
+ pathParams: ["webDisplayTypeUid"],
10557
10557
  queryParams: ["web_display_type_id"],
10558
10558
  edgeCache: false,
10559
10559
  responseSchema: PassthroughDataSchema19,
@@ -10565,7 +10565,7 @@ var endpoints19 = [
10565
10565
  chain: "transWebDisplayType",
10566
10566
  action: "delete",
10567
10567
  aliases: [],
10568
- pathParams: ["web_display_type_uid"],
10568
+ pathParams: ["webDisplayTypeUid"],
10569
10569
  queryParams: ["web_display_type_id"],
10570
10570
  edgeCache: false,
10571
10571
  responseSchema: PassthroughDataSchema19,
@@ -12679,7 +12679,7 @@ var endpoints26 = [
12679
12679
  chain: "todos.events",
12680
12680
  action: "get",
12681
12681
  aliases: [],
12682
- pathParams: ["event_num", "id"],
12682
+ pathParams: ["id", "eventNum"],
12683
12683
  queryParams: [],
12684
12684
  edgeCache: true,
12685
12685
  responseSchema: EventsDataSchema,
@@ -13729,7 +13729,7 @@ function createCrossSiteAuthenticator(augurInfoToken) {
13729
13729
  }
13730
13730
 
13731
13731
  // src/index.ts
13732
- var VERSION = "2026.4.6";
13732
+ var VERSION = "2026.4.7";
13733
13733
  // Annotate the CommonJS export names for ESM import in node:
13734
13734
  0 && (module.exports = {
13735
13735
  AgrInfoClient,