@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.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,
@@ -4877,7 +4877,7 @@ var endpoints6 = [
4877
4877
  chain: "invMast.attributes.values",
4878
4878
  action: "list",
4879
4879
  aliases: [],
4880
- pathParams: ["attributeUid", "invMastUid"],
4880
+ pathParams: ["invMastUid", "attributeUid"],
4881
4881
  queryParams: ["attributeValueUid", "limit", "offset", "orderBy", "q"],
4882
4882
  edgeCache: true,
4883
4883
  responseSchema: PassthroughDataSchema6,
@@ -4889,7 +4889,7 @@ var endpoints6 = [
4889
4889
  chain: "invMast.attributes.values",
4890
4890
  action: "create",
4891
4891
  aliases: [],
4892
- pathParams: ["attributeUid", "invMastUid"],
4892
+ pathParams: ["invMastUid", "attributeUid"],
4893
4893
  queryParams: [],
4894
4894
  edgeCache: false,
4895
4895
  responseSchema: InvMastAttributesDataSchema,
@@ -4901,7 +4901,7 @@ var endpoints6 = [
4901
4901
  chain: "invMast.attributes.values",
4902
4902
  action: "update",
4903
4903
  aliases: [],
4904
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
4904
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4905
4905
  queryParams: [],
4906
4906
  edgeCache: false,
4907
4907
  responseSchema: InvMastAttributesDataSchema,
@@ -4913,7 +4913,7 @@ var endpoints6 = [
4913
4913
  chain: "invMast.attributes.values",
4914
4914
  action: "delete",
4915
4915
  aliases: [],
4916
- pathParams: ["attributeUid", "attributeValueUid", "invMastUid"],
4916
+ pathParams: ["invMastUid", "attributeUid", "attributeValueUid"],
4917
4917
  queryParams: [],
4918
4918
  edgeCache: false,
4919
4919
  responseSchema: PassthroughDataSchema6,
@@ -4961,7 +4961,7 @@ var endpoints6 = [
4961
4961
  chain: "invMast.faq",
4962
4962
  action: "get",
4963
4963
  aliases: [],
4964
- pathParams: ["invMastFaqUid", "invMastUid"],
4964
+ pathParams: ["invMastUid", "invMastFaqUid"],
4965
4965
  queryParams: [],
4966
4966
  edgeCache: true,
4967
4967
  responseSchema: InvMastFaqDataSchema,
@@ -4973,7 +4973,7 @@ var endpoints6 = [
4973
4973
  chain: "invMast.faq",
4974
4974
  action: "update",
4975
4975
  aliases: [],
4976
- pathParams: ["invMastFaqUid", "invMastUid"],
4976
+ pathParams: ["invMastUid", "invMastFaqUid"],
4977
4977
  queryParams: [],
4978
4978
  edgeCache: false,
4979
4979
  responseSchema: InvMastFaqDataSchema,
@@ -4985,7 +4985,7 @@ var endpoints6 = [
4985
4985
  chain: "invMast.faq",
4986
4986
  action: "delete",
4987
4987
  aliases: [],
4988
- pathParams: ["invMastFaqUid", "invMastUid"],
4988
+ pathParams: ["invMastUid", "invMastFaqUid"],
4989
4989
  queryParams: [],
4990
4990
  edgeCache: false,
4991
4991
  responseSchema: InvMastFaqDataSchema,
@@ -5033,7 +5033,7 @@ var endpoints6 = [
5033
5033
  chain: "invMast.locations.bins",
5034
5034
  action: "get",
5035
5035
  aliases: [],
5036
- pathParams: ["bin", "invMastUid", "locationId"],
5036
+ pathParams: ["invMastUid", "locationId", "bin"],
5037
5037
  queryParams: [],
5038
5038
  edgeCache: true,
5039
5039
  responseSchema: PassthroughDataSchema6,
@@ -5141,7 +5141,7 @@ var endpoints6 = [
5141
5141
  chain: "itemFavorites.items",
5142
5142
  action: "get",
5143
5143
  aliases: [],
5144
- pathParams: ["invMastUid", "usersId"],
5144
+ pathParams: ["usersId", "invMastUid"],
5145
5145
  queryParams: [],
5146
5146
  edgeCache: true,
5147
5147
  responseSchema: PassthroughDataSchema6,
@@ -5153,7 +5153,7 @@ var endpoints6 = [
5153
5153
  chain: "itemFavorites.items",
5154
5154
  action: "update",
5155
5155
  aliases: [],
5156
- pathParams: ["invMastUid", "usersId"],
5156
+ pathParams: ["usersId", "invMastUid"],
5157
5157
  queryParams: [],
5158
5158
  edgeCache: false,
5159
5159
  responseSchema: PassthroughDataSchema6,
@@ -5165,7 +5165,7 @@ var endpoints6 = [
5165
5165
  chain: "itemFavorites.items",
5166
5166
  action: "delete",
5167
5167
  aliases: [],
5168
- pathParams: ["invMastUid", "usersId"],
5168
+ pathParams: ["usersId", "invMastUid"],
5169
5169
  queryParams: [],
5170
5170
  edgeCache: false,
5171
5171
  responseSchema: PassthroughDataSchema6,
@@ -5234,7 +5234,7 @@ var endpoints6 = [
5234
5234
  chain: "itemWishlist.hdr",
5235
5235
  action: "update",
5236
5236
  aliases: [],
5237
- pathParams: ["itemWishlistHdrUid", "usersId"],
5237
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5238
5238
  queryParams: [],
5239
5239
  edgeCache: false,
5240
5240
  responseSchema: PassthroughDataSchema6,
@@ -5246,7 +5246,7 @@ var endpoints6 = [
5246
5246
  chain: "itemWishlist.hdr",
5247
5247
  action: "delete",
5248
5248
  aliases: [],
5249
- pathParams: ["itemWishlistHdrUid", "usersId"],
5249
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5250
5250
  queryParams: [],
5251
5251
  edgeCache: false,
5252
5252
  responseSchema: PassthroughDataSchema6,
@@ -5258,7 +5258,7 @@ var endpoints6 = [
5258
5258
  chain: "itemWishlist.hdr",
5259
5259
  action: "get",
5260
5260
  aliases: [],
5261
- pathParams: ["itemWishlistHdrUid", "usersId"],
5261
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5262
5262
  queryParams: [],
5263
5263
  edgeCache: true,
5264
5264
  responseSchema: PassthroughDataSchema6,
@@ -5270,7 +5270,7 @@ var endpoints6 = [
5270
5270
  chain: "itemWishlist.hdr",
5271
5271
  action: "create",
5272
5272
  aliases: [],
5273
- pathParams: ["itemWishlistHdrUid", "usersId"],
5273
+ pathParams: ["usersId", "itemWishlistHdrUid"],
5274
5274
  queryParams: [],
5275
5275
  edgeCache: false,
5276
5276
  responseSchema: PassthroughDataSchema6,
@@ -5282,7 +5282,7 @@ var endpoints6 = [
5282
5282
  chain: "itemWishlist.hdr.line",
5283
5283
  action: "delete",
5284
5284
  aliases: [],
5285
- pathParams: ["itemWishlistHdrUid", "itemWishlistLineUid", "usersId"],
5285
+ pathParams: ["usersId", "itemWishlistHdrUid", "itemWishlistLineUid"],
5286
5286
  queryParams: [],
5287
5287
  edgeCache: false,
5288
5288
  responseSchema: PassthroughDataSchema6,
@@ -5306,7 +5306,7 @@ var endpoints6 = [
5306
5306
  chain: "locations.bins",
5307
5307
  action: "get",
5308
5308
  aliases: [],
5309
- pathParams: ["bin", "locationId"],
5309
+ pathParams: ["locationId", "bin"],
5310
5310
  queryParams: ["excludeZero", "limit", "offset", "orderBy"],
5311
5311
  edgeCache: true,
5312
5312
  responseSchema: PassthroughDataSchema6,
@@ -5422,7 +5422,7 @@ var endpoints6 = [
5422
5422
  chain: "variants.attributes",
5423
5423
  action: "get",
5424
5424
  aliases: [],
5425
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5425
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5426
5426
  queryParams: [],
5427
5427
  edgeCache: true,
5428
5428
  responseSchema: PassthroughDataSchema6,
@@ -5434,7 +5434,7 @@ var endpoints6 = [
5434
5434
  chain: "variants.attributes",
5435
5435
  action: "update",
5436
5436
  aliases: [],
5437
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5437
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5438
5438
  queryParams: [],
5439
5439
  edgeCache: false,
5440
5440
  responseSchema: PassthroughDataSchema6,
@@ -5446,7 +5446,7 @@ var endpoints6 = [
5446
5446
  chain: "variants.attributes",
5447
5447
  action: "delete",
5448
5448
  aliases: [],
5449
- pathParams: ["attributeUid", "itemVariantHdrUid"],
5449
+ pathParams: ["itemVariantHdrUid", "attributeUid"],
5450
5450
  queryParams: [],
5451
5451
  edgeCache: false,
5452
5452
  responseSchema: PassthroughDataSchema6,
@@ -5811,7 +5811,7 @@ var endpoints7 = [
5811
5811
  chain: "invMast.tags",
5812
5812
  action: "create",
5813
5813
  aliases: [],
5814
- pathParams: [],
5814
+ pathParams: ["invMastUid"],
5815
5815
  queryParams: [],
5816
5816
  edgeCache: false,
5817
5817
  responseSchema: InvMastTagsDataSchema,
@@ -5823,7 +5823,7 @@ var endpoints7 = [
5823
5823
  chain: "invMast.tags",
5824
5824
  action: "get",
5825
5825
  aliases: [],
5826
- pathParams: ["invMastTagsUid", "invMastUid"],
5826
+ pathParams: ["invMastUid", "invMastTagsUid"],
5827
5827
  queryParams: [],
5828
5828
  edgeCache: true,
5829
5829
  responseSchema: InvMastTagsDataSchema,
@@ -5835,7 +5835,7 @@ var endpoints7 = [
5835
5835
  chain: "invMast.tags",
5836
5836
  action: "update",
5837
5837
  aliases: [],
5838
- pathParams: ["invMastTagsUid", "invMastUid"],
5838
+ pathParams: ["invMastUid", "invMastTagsUid"],
5839
5839
  queryParams: [],
5840
5840
  edgeCache: false,
5841
5841
  responseSchema: InvMastTagsDataSchema,
@@ -5847,7 +5847,7 @@ var endpoints7 = [
5847
5847
  chain: "invMast.tags",
5848
5848
  action: "delete",
5849
5849
  aliases: [],
5850
- pathParams: ["invMastTagsUid", "invMastUid"],
5850
+ pathParams: ["invMastUid", "invMastTagsUid"],
5851
5851
  queryParams: [],
5852
5852
  edgeCache: false,
5853
5853
  responseSchema: PassthroughDataSchema7,
@@ -7226,7 +7226,7 @@ var endpoints9 = [
7226
7226
  chain: "training.conversations",
7227
7227
  action: "get",
7228
7228
  aliases: [],
7229
- pathParams: ["trainingConvUid", "trainingSetUid"],
7229
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7230
7230
  queryParams: [],
7231
7231
  edgeCache: true,
7232
7232
  responseSchema: TrainingConversationsDataSchema,
@@ -7238,7 +7238,7 @@ var endpoints9 = [
7238
7238
  chain: "training.conversations",
7239
7239
  action: "update",
7240
7240
  aliases: [],
7241
- pathParams: ["trainingConvUid", "trainingSetUid"],
7241
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7242
7242
  queryParams: [],
7243
7243
  edgeCache: false,
7244
7244
  responseSchema: TrainingConversationsDataSchema,
@@ -7250,7 +7250,7 @@ var endpoints9 = [
7250
7250
  chain: "training.conversations",
7251
7251
  action: "delete",
7252
7252
  aliases: [],
7253
- pathParams: ["trainingConvUid", "trainingSetUid"],
7253
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7254
7254
  queryParams: [],
7255
7255
  edgeCache: false,
7256
7256
  responseSchema: TrainingConversationsDataSchema,
@@ -7262,7 +7262,7 @@ var endpoints9 = [
7262
7262
  chain: "training.conversations.messages",
7263
7263
  action: "list",
7264
7264
  aliases: [],
7265
- pathParams: ["trainingConvUid", "trainingSetUid"],
7265
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7266
7266
  queryParams: ["limit", "offset", "orderBy"],
7267
7267
  edgeCache: true,
7268
7268
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7274,7 +7274,7 @@ var endpoints9 = [
7274
7274
  chain: "training.conversations.messages",
7275
7275
  action: "create",
7276
7276
  aliases: [],
7277
- pathParams: ["trainingConvUid", "trainingSetUid"],
7277
+ pathParams: ["trainingSetUid", "trainingConvUid"],
7278
7278
  queryParams: [],
7279
7279
  edgeCache: false,
7280
7280
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7286,7 +7286,7 @@ var endpoints9 = [
7286
7286
  chain: "training.conversations.messages",
7287
7287
  action: "get",
7288
7288
  aliases: [],
7289
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7289
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7290
7290
  queryParams: [],
7291
7291
  edgeCache: true,
7292
7292
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7298,7 +7298,7 @@ var endpoints9 = [
7298
7298
  chain: "training.conversations.messages",
7299
7299
  action: "update",
7300
7300
  aliases: [],
7301
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7301
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7302
7302
  queryParams: [],
7303
7303
  edgeCache: false,
7304
7304
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7310,7 +7310,7 @@ var endpoints9 = [
7310
7310
  chain: "training.conversations.messages",
7311
7311
  action: "delete",
7312
7312
  aliases: [],
7313
- pathParams: ["trainingConvUid", "trainingMsgUid", "trainingSetUid"],
7313
+ pathParams: ["trainingSetUid", "trainingConvUid", "trainingMsgUid"],
7314
7314
  queryParams: [],
7315
7315
  edgeCache: false,
7316
7316
  responseSchema: TrainingConversationsMessagesDataSchema,
@@ -7756,7 +7756,7 @@ var endpoints10 = [
7756
7756
  chain: "customer.orders",
7757
7757
  action: "list",
7758
7758
  aliases: [],
7759
- pathParams: ["addressId", "customerId"],
7759
+ pathParams: ["customerId"],
7760
7760
  queryParams: [
7761
7761
  "cancelFlag",
7762
7762
  "contactId",
@@ -8040,11 +8040,11 @@ var endpoints11 = [
8040
8040
  },
8041
8041
  {
8042
8042
  method: "GET",
8043
- path: "/oe-hdr-salesrep/{salesrep-id}/oe-hdr",
8043
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr",
8044
8044
  chain: "oeHdrSalesrep.oeHdr",
8045
8045
  action: "list",
8046
8046
  aliases: [],
8047
- pathParams: ["salesRepId"],
8047
+ pathParams: ["salesrepId"],
8048
8048
  queryParams: [],
8049
8049
  edgeCache: true,
8050
8050
  responseSchema: PassthroughDataSchema11,
@@ -8052,11 +8052,11 @@ var endpoints11 = [
8052
8052
  },
8053
8053
  {
8054
8054
  method: "GET",
8055
- path: "/oe-hdr-salesrep/{salesrep_id}/oe-hdr/{orderNo}/doc",
8055
+ path: "/oe-hdr-salesrep/{salesrepId}/oe-hdr/{orderNo}/doc",
8056
8056
  chain: "oeHdrSalesrep.oeHdr.doc",
8057
8057
  action: "list",
8058
8058
  aliases: ["get"],
8059
- pathParams: ["orderNo", "salesRepId"],
8059
+ pathParams: ["salesrepId", "orderNo"],
8060
8060
  queryParams: [],
8061
8061
  edgeCache: true,
8062
8062
  responseSchema: PassthroughDataSchema11,
@@ -8148,7 +8148,7 @@ var endpoints11 = [
8148
8148
  chain: "pickTickets.lines",
8149
8149
  action: "get",
8150
8150
  aliases: [],
8151
- pathParams: ["lineNumber", "pickTicketNo"],
8151
+ pathParams: ["pickTicketNo", "lineNumber"],
8152
8152
  queryParams: [],
8153
8153
  edgeCache: true,
8154
8154
  responseSchema: PickTicketsLinesDataSchema,
@@ -8348,7 +8348,7 @@ var endpoints12 = [
8348
8348
  chain: "invMastExt",
8349
8349
  action: "get",
8350
8350
  aliases: [],
8351
- pathParams: ["inv_mast_ext_uid"],
8351
+ pathParams: ["invMastExtUid"],
8352
8352
  queryParams: [],
8353
8353
  edgeCache: true,
8354
8354
  responseSchema: PassthroughDataSchema12,
@@ -8360,7 +8360,7 @@ var endpoints12 = [
8360
8360
  chain: "invMastExt",
8361
8361
  action: "update",
8362
8362
  aliases: [],
8363
- pathParams: ["inv_mast_ext_uid"],
8363
+ pathParams: ["invMastExtUid"],
8364
8364
  queryParams: [],
8365
8365
  edgeCache: false,
8366
8366
  responseSchema: PassthroughDataSchema12,
@@ -8372,7 +8372,7 @@ var endpoints12 = [
8372
8372
  chain: "invMastExt",
8373
8373
  action: "delete",
8374
8374
  aliases: [],
8375
- pathParams: ["inv_mast_ext_uid"],
8375
+ pathParams: ["invMastExtUid"],
8376
8376
  queryParams: [],
8377
8377
  edgeCache: false,
8378
8378
  responseSchema: PassthroughDataSchema12,
@@ -8384,7 +8384,7 @@ var endpoints12 = [
8384
8384
  chain: "items.suggestDisplayDesc",
8385
8385
  action: "list",
8386
8386
  aliases: [],
8387
- pathParams: ["inv_mast_uid"],
8387
+ pathParams: ["invMastUid"],
8388
8388
  queryParams: ["limit", "model"],
8389
8389
  edgeCache: true,
8390
8390
  responseSchema: PassthroughDataSchema12,
@@ -8396,7 +8396,7 @@ var endpoints12 = [
8396
8396
  chain: "items.suggestWebDesc",
8397
8397
  action: "list",
8398
8398
  aliases: [],
8399
- pathParams: ["inv_mast_uid"],
8399
+ pathParams: ["invMastUid"],
8400
8400
  queryParams: ["limit", "model"],
8401
8401
  edgeCache: true,
8402
8402
  responseSchema: PassthroughDataSchema12,
@@ -8432,7 +8432,7 @@ var endpoints12 = [
8432
8432
  chain: "podcasts",
8433
8433
  action: "get",
8434
8434
  aliases: [],
8435
- pathParams: ["podcasts_uid"],
8435
+ pathParams: ["podcastsUid"],
8436
8436
  queryParams: [],
8437
8437
  edgeCache: true,
8438
8438
  responseSchema: PodcastsDataSchema,
@@ -8444,7 +8444,7 @@ var endpoints12 = [
8444
8444
  chain: "podcasts",
8445
8445
  action: "update",
8446
8446
  aliases: [],
8447
- pathParams: ["podcasts_uid"],
8447
+ pathParams: ["podcastsUid"],
8448
8448
  queryParams: [],
8449
8449
  edgeCache: false,
8450
8450
  responseSchema: PassthroughDataSchema12,
@@ -8456,7 +8456,7 @@ var endpoints12 = [
8456
8456
  chain: "podcasts",
8457
8457
  action: "delete",
8458
8458
  aliases: [],
8459
- pathParams: ["podcasts_uid"],
8459
+ pathParams: ["podcastsUid"],
8460
8460
  queryParams: [],
8461
8461
  edgeCache: false,
8462
8462
  responseSchema: PassthroughDataSchema12,
@@ -10274,7 +10274,7 @@ var endpoints19 = [
10274
10274
  chain: "transCategory",
10275
10275
  action: "get",
10276
10276
  aliases: [],
10277
- pathParams: ["category_uid"],
10277
+ pathParams: ["categoryUid"],
10278
10278
  queryParams: ["category_id"],
10279
10279
  edgeCache: true,
10280
10280
  responseSchema: PassthroughDataSchema19,
@@ -10286,7 +10286,7 @@ var endpoints19 = [
10286
10286
  chain: "transCategory",
10287
10287
  action: "update",
10288
10288
  aliases: [],
10289
- pathParams: ["category_uid"],
10289
+ pathParams: ["categoryUid"],
10290
10290
  queryParams: ["category_id"],
10291
10291
  edgeCache: false,
10292
10292
  responseSchema: PassthroughDataSchema19,
@@ -10298,7 +10298,7 @@ var endpoints19 = [
10298
10298
  chain: "transCategory",
10299
10299
  action: "delete",
10300
10300
  aliases: [],
10301
- pathParams: ["category_uid"],
10301
+ pathParams: ["categoryUid"],
10302
10302
  queryParams: ["category_id"],
10303
10303
  edgeCache: false,
10304
10304
  responseSchema: PassthroughDataSchema19,
@@ -10322,7 +10322,7 @@ var endpoints19 = [
10322
10322
  chain: "transCompany",
10323
10323
  action: "get",
10324
10324
  aliases: [],
10325
- pathParams: ["company_uid"],
10325
+ pathParams: ["companyUid"],
10326
10326
  queryParams: ["company_id"],
10327
10327
  edgeCache: true,
10328
10328
  responseSchema: PassthroughDataSchema19,
@@ -10334,7 +10334,7 @@ var endpoints19 = [
10334
10334
  chain: "transCompany",
10335
10335
  action: "update",
10336
10336
  aliases: [],
10337
- pathParams: ["company_uid"],
10337
+ pathParams: ["companyUid"],
10338
10338
  queryParams: ["company_id"],
10339
10339
  edgeCache: false,
10340
10340
  responseSchema: PassthroughDataSchema19,
@@ -10346,7 +10346,7 @@ var endpoints19 = [
10346
10346
  chain: "transCompany",
10347
10347
  action: "delete",
10348
10348
  aliases: [],
10349
- pathParams: ["company_uid"],
10349
+ pathParams: ["companyUid"],
10350
10350
  queryParams: ["company_id"],
10351
10351
  edgeCache: false,
10352
10352
  responseSchema: PassthroughDataSchema19,
@@ -10358,7 +10358,7 @@ var endpoints19 = [
10358
10358
  chain: "transPurchaseOrderReceipt",
10359
10359
  action: "get",
10360
10360
  aliases: [],
10361
- pathParams: ["po_no"],
10361
+ pathParams: ["poNo"],
10362
10362
  queryParams: [],
10363
10363
  edgeCache: true,
10364
10364
  responseSchema: PassthroughDataSchema19,
@@ -10370,7 +10370,7 @@ var endpoints19 = [
10370
10370
  chain: "transPurchaseOrderReceipt",
10371
10371
  action: "update",
10372
10372
  aliases: [],
10373
- pathParams: ["po_no"],
10373
+ pathParams: ["poNo"],
10374
10374
  queryParams: [],
10375
10375
  edgeCache: false,
10376
10376
  responseSchema: PassthroughDataSchema19,
@@ -10394,7 +10394,7 @@ var endpoints19 = [
10394
10394
  chain: "transUser",
10395
10395
  action: "get",
10396
10396
  aliases: [],
10397
- pathParams: ["users_uid"],
10397
+ pathParams: ["usersUid"],
10398
10398
  queryParams: ["user_id"],
10399
10399
  edgeCache: true,
10400
10400
  responseSchema: PassthroughDataSchema19,
@@ -10406,7 +10406,7 @@ var endpoints19 = [
10406
10406
  chain: "transUser",
10407
10407
  action: "update",
10408
10408
  aliases: [],
10409
- pathParams: ["users_uid"],
10409
+ pathParams: ["usersUid"],
10410
10410
  queryParams: ["user_id"],
10411
10411
  edgeCache: false,
10412
10412
  responseSchema: PassthroughDataSchema19,
@@ -10418,7 +10418,7 @@ var endpoints19 = [
10418
10418
  chain: "transUser",
10419
10419
  action: "delete",
10420
10420
  aliases: [],
10421
- pathParams: ["users_uid"],
10421
+ pathParams: ["usersUid"],
10422
10422
  queryParams: ["user_id"],
10423
10423
  edgeCache: false,
10424
10424
  responseSchema: PassthroughDataSchema19,
@@ -10466,7 +10466,7 @@ var endpoints19 = [
10466
10466
  chain: "transWebDisplayType",
10467
10467
  action: "get",
10468
10468
  aliases: [],
10469
- pathParams: ["web_display_type_uid"],
10469
+ pathParams: ["webDisplayTypeUid"],
10470
10470
  queryParams: ["web_display_type_id"],
10471
10471
  edgeCache: true,
10472
10472
  responseSchema: PassthroughDataSchema19,
@@ -10478,7 +10478,7 @@ var endpoints19 = [
10478
10478
  chain: "transWebDisplayType",
10479
10479
  action: "update",
10480
10480
  aliases: [],
10481
- pathParams: ["web_display_type_uid"],
10481
+ pathParams: ["webDisplayTypeUid"],
10482
10482
  queryParams: ["web_display_type_id"],
10483
10483
  edgeCache: false,
10484
10484
  responseSchema: PassthroughDataSchema19,
@@ -10490,7 +10490,7 @@ var endpoints19 = [
10490
10490
  chain: "transWebDisplayType",
10491
10491
  action: "delete",
10492
10492
  aliases: [],
10493
- pathParams: ["web_display_type_uid"],
10493
+ pathParams: ["webDisplayTypeUid"],
10494
10494
  queryParams: ["web_display_type_id"],
10495
10495
  edgeCache: false,
10496
10496
  responseSchema: PassthroughDataSchema19,
@@ -12604,7 +12604,7 @@ var endpoints26 = [
12604
12604
  chain: "todos.events",
12605
12605
  action: "get",
12606
12606
  aliases: [],
12607
- pathParams: ["event_num", "id"],
12607
+ pathParams: ["id", "eventNum"],
12608
12608
  queryParams: [],
12609
12609
  edgeCache: true,
12610
12610
  responseSchema: EventsDataSchema,
@@ -13654,7 +13654,7 @@ function createCrossSiteAuthenticator(augurInfoToken) {
13654
13654
  }
13655
13655
 
13656
13656
  // src/index.ts
13657
- var VERSION = "2026.4.6";
13657
+ var VERSION = "2026.4.7";
13658
13658
  export {
13659
13659
  AgrInfoClient,
13660
13660
  AgrSiteClient,