@simpleapps-com/augur-api 2026.6.4 → 2026.6.5
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/{client-LO8qxF0b.d.mts → client-DeDnTdXi.d.mts} +13 -4
- package/dist/{client-LO8qxF0b.d.ts → client-DeDnTdXi.d.ts} +13 -4
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +16 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -3
- package/dist/index.mjs.map +1 -1
- package/dist/testing.d.mts +1 -1
- package/dist/testing.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1961,7 +1961,7 @@ declare class OpenSearchClient extends BaseServiceClient {
|
|
|
1961
1961
|
/**
|
|
1962
1962
|
* Generated types for items service
|
|
1963
1963
|
* Source: shared/specs/items.json
|
|
1964
|
-
* Generated: 2026-06-
|
|
1964
|
+
* Generated: 2026-06-15T18:49:50Z
|
|
1965
1965
|
*
|
|
1966
1966
|
* DO NOT EDIT — regenerate with: python shared/scripts/generate-ts.py
|
|
1967
1967
|
*/
|
|
@@ -2257,9 +2257,18 @@ interface ItemUomListParams extends EdgeCacheParams {
|
|
|
2257
2257
|
/** Params for GET /item-uom/{itemUomUid} */
|
|
2258
2258
|
type ItemUomGetParams = EdgeCacheParams;
|
|
2259
2259
|
/** Params for GET /item-wishlist/{usersId} */
|
|
2260
|
-
|
|
2260
|
+
interface ItemWishlistGetParams extends EdgeCacheParams {
|
|
2261
|
+
limit?: number;
|
|
2262
|
+
offset?: number;
|
|
2263
|
+
orderBy?: string;
|
|
2264
|
+
statusCd?: number;
|
|
2265
|
+
}
|
|
2261
2266
|
/** Params for GET /item-wishlist/{usersId}/hdr/{itemWishlistHdrUid} */
|
|
2262
|
-
|
|
2267
|
+
interface ItemWishlistHdrGetParams extends EdgeCacheParams {
|
|
2268
|
+
limit?: number;
|
|
2269
|
+
offset?: number;
|
|
2270
|
+
statusCd?: number;
|
|
2271
|
+
}
|
|
2263
2272
|
/** Params for GET /locations/{locationId}/bins */
|
|
2264
2273
|
interface LocationsBinsListParams extends EdgeCacheParams {
|
|
2265
2274
|
bin?: string;
|
|
@@ -2847,7 +2856,7 @@ type WhoamiDataResource$1 = ReturnType<typeof createWhoamiDataResource$1>;
|
|
|
2847
2856
|
/**
|
|
2848
2857
|
* Generated client for items service
|
|
2849
2858
|
* Source: shared/specs/items.json
|
|
2850
|
-
* Generated: 2026-06-
|
|
2859
|
+
* Generated: 2026-06-15T18:49:50Z
|
|
2851
2860
|
*
|
|
2852
2861
|
* DO NOT EDIT — regenerate with: python shared/scripts/generate-ts.py
|
|
2853
2862
|
*/
|
|
@@ -1961,7 +1961,7 @@ declare class OpenSearchClient extends BaseServiceClient {
|
|
|
1961
1961
|
/**
|
|
1962
1962
|
* Generated types for items service
|
|
1963
1963
|
* Source: shared/specs/items.json
|
|
1964
|
-
* Generated: 2026-06-
|
|
1964
|
+
* Generated: 2026-06-15T18:49:50Z
|
|
1965
1965
|
*
|
|
1966
1966
|
* DO NOT EDIT — regenerate with: python shared/scripts/generate-ts.py
|
|
1967
1967
|
*/
|
|
@@ -2257,9 +2257,18 @@ interface ItemUomListParams extends EdgeCacheParams {
|
|
|
2257
2257
|
/** Params for GET /item-uom/{itemUomUid} */
|
|
2258
2258
|
type ItemUomGetParams = EdgeCacheParams;
|
|
2259
2259
|
/** Params for GET /item-wishlist/{usersId} */
|
|
2260
|
-
|
|
2260
|
+
interface ItemWishlistGetParams extends EdgeCacheParams {
|
|
2261
|
+
limit?: number;
|
|
2262
|
+
offset?: number;
|
|
2263
|
+
orderBy?: string;
|
|
2264
|
+
statusCd?: number;
|
|
2265
|
+
}
|
|
2261
2266
|
/** Params for GET /item-wishlist/{usersId}/hdr/{itemWishlistHdrUid} */
|
|
2262
|
-
|
|
2267
|
+
interface ItemWishlistHdrGetParams extends EdgeCacheParams {
|
|
2268
|
+
limit?: number;
|
|
2269
|
+
offset?: number;
|
|
2270
|
+
statusCd?: number;
|
|
2271
|
+
}
|
|
2263
2272
|
/** Params for GET /locations/{locationId}/bins */
|
|
2264
2273
|
interface LocationsBinsListParams extends EdgeCacheParams {
|
|
2265
2274
|
bin?: string;
|
|
@@ -2847,7 +2856,7 @@ type WhoamiDataResource$1 = ReturnType<typeof createWhoamiDataResource$1>;
|
|
|
2847
2856
|
/**
|
|
2848
2857
|
* Generated client for items service
|
|
2849
2858
|
* Source: shared/specs/items.json
|
|
2850
|
-
* Generated: 2026-06-
|
|
2859
|
+
* Generated: 2026-06-15T18:49:50Z
|
|
2851
2860
|
*
|
|
2852
2861
|
* DO NOT EDIT — regenerate with: python shared/scripts/generate-ts.py
|
|
2853
2862
|
*/
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AugurAPI } from './client-
|
|
2
|
-
export { a as AgrInfoClient, b as AgrIntClient, c as AgrSiteClient, d as AgrWorkClient, e as AugurAPIConfig, f as AugurContext, g as AugurRequestConfig, h as AugurRequestError, i as AugurResponse, j as AvalaraClient, B as BaseResponse, k as BaseResponseSchema, l as Basecamp2Client, m as BrandFolderClient, C as CommerceClient, n as ContextCreationError, o as CustomersClient, D as DiscoveryEndpoint, E as EndpointSearchResult, G as GregorovichClient, H as HealthCheckData, p as HealthCheckDataSchema, I as ItemsClient, J as JoomlaClient, L as LegacyClient, q as LogisticsClient, N as NexusClient, O as OpenSearchClient, r as OrdersClient, P as P21ApisClient, s as P21CoreClient, t as P21PimClient, u as P21SismClient, v as PaginationParamsSchema, w as PaymentsClient, x as PricingClient, R as RequestConfig, S as ServiceMap, y as ShippingClient, z as SlackClient, F as SmartyStreetsClient, U as UPSClient, V as VMIClient } from './client-
|
|
1
|
+
import { A as AugurAPI } from './client-DeDnTdXi.mjs';
|
|
2
|
+
export { a as AgrInfoClient, b as AgrIntClient, c as AgrSiteClient, d as AgrWorkClient, e as AugurAPIConfig, f as AugurContext, g as AugurRequestConfig, h as AugurRequestError, i as AugurResponse, j as AvalaraClient, B as BaseResponse, k as BaseResponseSchema, l as Basecamp2Client, m as BrandFolderClient, C as CommerceClient, n as ContextCreationError, o as CustomersClient, D as DiscoveryEndpoint, E as EndpointSearchResult, G as GregorovichClient, H as HealthCheckData, p as HealthCheckDataSchema, I as ItemsClient, J as JoomlaClient, L as LegacyClient, q as LogisticsClient, N as NexusClient, O as OpenSearchClient, r as OrdersClient, P as P21ApisClient, s as P21CoreClient, t as P21PimClient, u as P21SismClient, v as PaginationParamsSchema, w as PaymentsClient, x as PricingClient, R as RequestConfig, S as ServiceMap, y as ShippingClient, z as SlackClient, F as SmartyStreetsClient, U as UPSClient, V as VMIClient } from './client-DeDnTdXi.mjs';
|
|
3
3
|
import 'valibot';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -180,6 +180,6 @@ declare class InvalidArgumentError extends AugurError {
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
declare const VERSION = "2026.6.
|
|
183
|
+
declare const VERSION = "2026.6.5";
|
|
184
184
|
|
|
185
185
|
export { AugurAPI, type AugurAPIError, AugurError, AuthenticationError, type CrossSiteAuthParams, type CrossSiteAuthResult, InvalidArgumentError, NotFoundError, RateLimitError, VERSION, ValidationError, authenticateUserForSite, createCrossSiteAuthenticator };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AugurAPI } from './client-
|
|
2
|
-
export { a as AgrInfoClient, b as AgrIntClient, c as AgrSiteClient, d as AgrWorkClient, e as AugurAPIConfig, f as AugurContext, g as AugurRequestConfig, h as AugurRequestError, i as AugurResponse, j as AvalaraClient, B as BaseResponse, k as BaseResponseSchema, l as Basecamp2Client, m as BrandFolderClient, C as CommerceClient, n as ContextCreationError, o as CustomersClient, D as DiscoveryEndpoint, E as EndpointSearchResult, G as GregorovichClient, H as HealthCheckData, p as HealthCheckDataSchema, I as ItemsClient, J as JoomlaClient, L as LegacyClient, q as LogisticsClient, N as NexusClient, O as OpenSearchClient, r as OrdersClient, P as P21ApisClient, s as P21CoreClient, t as P21PimClient, u as P21SismClient, v as PaginationParamsSchema, w as PaymentsClient, x as PricingClient, R as RequestConfig, S as ServiceMap, y as ShippingClient, z as SlackClient, F as SmartyStreetsClient, U as UPSClient, V as VMIClient } from './client-
|
|
1
|
+
import { A as AugurAPI } from './client-DeDnTdXi.js';
|
|
2
|
+
export { a as AgrInfoClient, b as AgrIntClient, c as AgrSiteClient, d as AgrWorkClient, e as AugurAPIConfig, f as AugurContext, g as AugurRequestConfig, h as AugurRequestError, i as AugurResponse, j as AvalaraClient, B as BaseResponse, k as BaseResponseSchema, l as Basecamp2Client, m as BrandFolderClient, C as CommerceClient, n as ContextCreationError, o as CustomersClient, D as DiscoveryEndpoint, E as EndpointSearchResult, G as GregorovichClient, H as HealthCheckData, p as HealthCheckDataSchema, I as ItemsClient, J as JoomlaClient, L as LegacyClient, q as LogisticsClient, N as NexusClient, O as OpenSearchClient, r as OrdersClient, P as P21ApisClient, s as P21CoreClient, t as P21PimClient, u as P21SismClient, v as PaginationParamsSchema, w as PaymentsClient, x as PricingClient, R as RequestConfig, S as ServiceMap, y as ShippingClient, z as SlackClient, F as SmartyStreetsClient, U as UPSClient, V as VMIClient } from './client-DeDnTdXi.js';
|
|
3
3
|
import 'valibot';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -180,6 +180,6 @@ declare class InvalidArgumentError extends AugurError {
|
|
|
180
180
|
});
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
declare const VERSION = "2026.6.
|
|
183
|
+
declare const VERSION = "2026.6.5";
|
|
184
184
|
|
|
185
185
|
export { AugurAPI, type AugurAPIError, AugurError, AuthenticationError, type CrossSiteAuthParams, type CrossSiteAuthResult, InvalidArgumentError, NotFoundError, RateLimitError, VERSION, ValidationError, authenticateUserForSite, createCrossSiteAuthenticator };
|
package/dist/index.js
CHANGED
|
@@ -4207,6 +4207,19 @@ var ItemUomListParamsSchema = v11.looseObject({
|
|
|
4207
4207
|
orderBy: v11.optional(v11.string()),
|
|
4208
4208
|
unitOfMeasure: v11.optional(v11.string())
|
|
4209
4209
|
});
|
|
4210
|
+
var ItemWishlistGetParamsSchema = v11.looseObject({
|
|
4211
|
+
...EdgeCacheParamsSchema.entries,
|
|
4212
|
+
limit: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
|
|
4213
|
+
offset: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
|
|
4214
|
+
orderBy: v11.optional(v11.string()),
|
|
4215
|
+
statusCd: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number)))
|
|
4216
|
+
});
|
|
4217
|
+
var ItemWishlistHdrGetParamsSchema = v11.looseObject({
|
|
4218
|
+
...EdgeCacheParamsSchema.entries,
|
|
4219
|
+
limit: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
|
|
4220
|
+
offset: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number))),
|
|
4221
|
+
statusCd: v11.optional(v11.pipe(v11.unknown(), v11.transform(Number)))
|
|
4222
|
+
});
|
|
4210
4223
|
var LocationsBinsListParamsSchema = v11.looseObject({
|
|
4211
4224
|
...EdgeCacheParamsSchema.entries,
|
|
4212
4225
|
bin: v11.optional(v11.string()),
|
|
@@ -5481,7 +5494,7 @@ var endpoints6 = [
|
|
|
5481
5494
|
action: "get",
|
|
5482
5495
|
aliases: [],
|
|
5483
5496
|
pathParams: ["usersId"],
|
|
5484
|
-
queryParams: [],
|
|
5497
|
+
queryParams: ["limit", "offset", "orderBy", "statusCd"],
|
|
5485
5498
|
edgeCache: true,
|
|
5486
5499
|
responseSchema: PassthroughDataSchema6,
|
|
5487
5500
|
responseType: "passthrough"
|
|
@@ -5529,7 +5542,7 @@ var endpoints6 = [
|
|
|
5529
5542
|
action: "get",
|
|
5530
5543
|
aliases: [],
|
|
5531
5544
|
pathParams: ["usersId", "itemWishlistHdrUid"],
|
|
5532
|
-
queryParams: [],
|
|
5545
|
+
queryParams: ["limit", "offset", "statusCd"],
|
|
5533
5546
|
edgeCache: true,
|
|
5534
5547
|
responseSchema: PassthroughDataSchema6,
|
|
5535
5548
|
responseType: "passthrough"
|
|
@@ -14925,7 +14938,7 @@ function createCrossSiteAuthenticator(augurInfoToken) {
|
|
|
14925
14938
|
}
|
|
14926
14939
|
|
|
14927
14940
|
// src/index.ts
|
|
14928
|
-
var VERSION = "2026.6.
|
|
14941
|
+
var VERSION = "2026.6.5";
|
|
14929
14942
|
// Annotate the CommonJS export names for ESM import in node:
|
|
14930
14943
|
0 && (module.exports = {
|
|
14931
14944
|
AgrInfoClient,
|