@simpleapps-com/augur-api 0.3.1 → 0.3.2
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/cjs/core/base-client.js +2 -2
- package/dist/cjs/core/base-client.js.map +1 -1
- package/dist/cjs/core/schema-factories.d.ts +18 -18
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/services/agr-site/client.d.ts +1 -1
- package/dist/cjs/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/cjs/services/commerce/client.d.ts +8 -8
- package/dist/cjs/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/cjs/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/cjs/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/cjs/services/customers/client.d.ts +19 -19
- package/dist/cjs/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/cjs/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/cjs/services/items/client.d.ts +44 -44
- package/dist/cjs/services/items/schemas/attributes.d.ts +16 -16
- package/dist/cjs/services/items/schemas/categories.d.ts +18 -18
- package/dist/cjs/services/items/schemas/favorites.d.ts +2 -2
- package/dist/cjs/services/items/schemas/products.d.ts +88 -88
- package/dist/cjs/services/joomla/client.d.ts +39 -364
- package/dist/cjs/services/joomla/client.d.ts.map +1 -1
- package/dist/cjs/services/joomla/client.js +29 -23
- package/dist/cjs/services/joomla/client.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/content.d.ts +13 -964
- package/dist/cjs/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/content.js +12 -88
- package/dist/cjs/services/joomla/schemas/content.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/cjs/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/groups.js +10 -52
- package/dist/cjs/services/joomla/schemas/groups.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/index.d.ts +113 -0
- package/dist/cjs/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/index.js +7 -1
- package/dist/cjs/services/joomla/schemas/index.js.map +1 -1
- package/dist/cjs/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/cjs/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/cjs/services/joomla/schemas/users.js +27 -126
- package/dist/cjs/services/joomla/schemas/users.js.map +1 -1
- package/dist/cjs/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/cjs/services/open-search/client.d.ts +1 -1
- package/dist/cjs/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/cjs/services/open-search/schemas/search.d.ts +2 -2
- package/dist/cjs/services/orders/client.d.ts +2 -2
- package/dist/cjs/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/cjs/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/cjs/services/p21-pim/client.d.ts +1 -1
- package/dist/cjs/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/cjs/services/payments/schemas/unified.d.ts +2 -2
- package/dist/cjs/services/pricing/client.d.ts +2 -2
- package/dist/cjs/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/cjs/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/cjs/services/slack/schemas.d.ts +4 -4
- package/dist/cjs/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/cjs/services/ups/schemas.d.ts +24 -24
- package/dist/cjs/services/vmi/client.d.ts +4 -4
- package/dist/cjs/services/vmi/schemas/products.d.ts +2 -2
- package/dist/cjs/services/vmi/schemas/warehouse.d.ts +2 -2
- package/dist/esm/core/base-client.js +2 -2
- package/dist/esm/core/base-client.js.map +1 -1
- package/dist/esm/core/schema-factories.d.ts +18 -18
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/services/agr-site/client.d.ts +1 -1
- package/dist/esm/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/esm/services/commerce/client.d.ts +8 -8
- package/dist/esm/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/esm/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/esm/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/esm/services/customers/client.d.ts +19 -19
- package/dist/esm/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/esm/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/esm/services/items/client.d.ts +44 -44
- package/dist/esm/services/items/schemas/attributes.d.ts +16 -16
- package/dist/esm/services/items/schemas/categories.d.ts +18 -18
- package/dist/esm/services/items/schemas/favorites.d.ts +2 -2
- package/dist/esm/services/items/schemas/products.d.ts +88 -88
- package/dist/esm/services/joomla/client.d.ts +39 -364
- package/dist/esm/services/joomla/client.d.ts.map +1 -1
- package/dist/esm/services/joomla/client.js +36 -24
- package/dist/esm/services/joomla/client.js.map +1 -1
- package/dist/esm/services/joomla/schemas/content.d.ts +13 -964
- package/dist/esm/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/content.js +13 -87
- package/dist/esm/services/joomla/schemas/content.js.map +1 -1
- package/dist/esm/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/esm/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/groups.js +11 -51
- package/dist/esm/services/joomla/schemas/groups.js.map +1 -1
- package/dist/esm/services/joomla/schemas/index.d.ts +113 -0
- package/dist/esm/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/index.js +6 -1
- package/dist/esm/services/joomla/schemas/index.js.map +1 -1
- package/dist/esm/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/esm/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/esm/services/joomla/schemas/users.js +27 -126
- package/dist/esm/services/joomla/schemas/users.js.map +1 -1
- package/dist/esm/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/esm/services/open-search/client.d.ts +1 -1
- package/dist/esm/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/esm/services/open-search/schemas/search.d.ts +2 -2
- package/dist/esm/services/orders/client.d.ts +2 -2
- package/dist/esm/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/esm/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/esm/services/p21-pim/client.d.ts +1 -1
- package/dist/esm/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/esm/services/payments/schemas/unified.d.ts +2 -2
- package/dist/esm/services/pricing/client.d.ts +2 -2
- package/dist/esm/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/esm/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/esm/services/slack/schemas.d.ts +4 -4
- package/dist/esm/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/esm/services/ups/schemas.d.ts +24 -24
- package/dist/esm/services/vmi/client.d.ts +4 -4
- package/dist/esm/services/vmi/schemas/products.d.ts +2 -2
- package/dist/esm/services/vmi/schemas/warehouse.d.ts +2 -2
- package/dist/types/core/schema-factories.d.ts +18 -18
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/services/agr-site/client.d.ts +1 -1
- package/dist/types/services/agr-site/schemas/content.d.ts +2 -2
- package/dist/types/services/commerce/client.d.ts +8 -8
- package/dist/types/services/commerce/schemas/cart.d.ts +14 -14
- package/dist/types/services/commerce/schemas/checkout.d.ts +28 -28
- package/dist/types/services/commerce/schemas/recommendations.d.ts +8 -8
- package/dist/types/services/customers/client.d.ts +19 -19
- package/dist/types/services/customers/schemas/addresses.d.ts +104 -104
- package/dist/types/services/customers/schemas/contacts.d.ts +32 -32
- package/dist/types/services/items/client.d.ts +44 -44
- package/dist/types/services/items/schemas/attributes.d.ts +16 -16
- package/dist/types/services/items/schemas/categories.d.ts +18 -18
- package/dist/types/services/items/schemas/favorites.d.ts +2 -2
- package/dist/types/services/items/schemas/products.d.ts +88 -88
- package/dist/types/services/joomla/client.d.ts +39 -364
- package/dist/types/services/joomla/client.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/content.d.ts +13 -964
- package/dist/types/services/joomla/schemas/content.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/groups.d.ts +11 -455
- package/dist/types/services/joomla/schemas/groups.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/index.d.ts +113 -0
- package/dist/types/services/joomla/schemas/index.d.ts.map +1 -1
- package/dist/types/services/joomla/schemas/users.d.ts +40 -1505
- package/dist/types/services/joomla/schemas/users.d.ts.map +1 -1
- package/dist/types/services/legacy/schemas/inventory.d.ts +8 -8
- package/dist/types/services/open-search/client.d.ts +1 -1
- package/dist/types/services/open-search/schemas/attributes.d.ts +16 -16
- package/dist/types/services/open-search/schemas/search.d.ts +2 -2
- package/dist/types/services/orders/client.d.ts +2 -2
- package/dist/types/services/orders/schemas/purchase-orders.d.ts +12 -12
- package/dist/types/services/p21-core/schemas/company.d.ts +2 -2
- package/dist/types/services/p21-pim/client.d.ts +1 -1
- package/dist/types/services/p21-pim/schemas/podcasts.d.ts +2 -2
- package/dist/types/services/payments/schemas/unified.d.ts +2 -2
- package/dist/types/services/pricing/client.d.ts +2 -2
- package/dist/types/services/pricing/schemas/job-pricing.d.ts +14 -14
- package/dist/types/services/pricing/schemas/tax.d.ts +6 -6
- package/dist/types/services/slack/schemas.d.ts +4 -4
- package/dist/types/services/smarty-streets/schemas.d.ts +2 -2
- package/dist/types/services/ups/schemas.d.ts +24 -24
- package/dist/types/services/vmi/client.d.ts +4 -4
- package/dist/types/services/vmi/schemas/products.d.ts +2 -2
- package/dist/types/services/vmi/schemas/warehouse.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../../../src/services/joomla/schemas/users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../../../../src/services/joomla/schemas/users.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;EAItC,CAAC;AAEH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;EAMnC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA+C,CAAC;AAUzF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAC;AAKH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;EAMlC,CAAC;AAOH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAChF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAC1E,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,4BAA4B,CAAC,CAAC;AAElF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AACxE,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -1,39 +1,23 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UpdateUserRequestSchema = exports.CreateUserRequestSchema = exports.VerifyPasswordResponseSchema = exports.VerifyPasswordDataSchema = exports.VerifyPasswordRequestSchema = void 0;
|
|
4
4
|
const zod_1 = require("zod");
|
|
5
5
|
const schemas_1 = require("../../../core/schemas");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
contactId: zod_1.z.string().optional(),
|
|
22
|
-
profileValues: flexible_schemas_1.flexibleUserFields.profileValues, // Handles both object and array formats
|
|
23
|
-
groups: flexible_schemas_1.flexibleUserFields.groups, // Handles various group data formats
|
|
24
|
-
});
|
|
25
|
-
exports.UserListParamsSchema = schemas_1.BaseGetParamsSchema.extend({
|
|
26
|
-
limit: zod_1.z.number().optional().default(10),
|
|
27
|
-
offset: zod_1.z.number().optional().default(0),
|
|
28
|
-
orderBy: zod_1.z.string().optional(),
|
|
29
|
-
q: zod_1.z.string().optional(),
|
|
30
|
-
});
|
|
31
|
-
// Response schemas using BaseResponseSchema (8-field format)
|
|
32
|
-
exports.UserListResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.array(exports.UserSchema));
|
|
33
|
-
exports.UserResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.union([
|
|
34
|
-
exports.UserSchema,
|
|
35
|
-
zod_1.z.boolean(), // False when user is not found
|
|
36
|
-
]));
|
|
6
|
+
/**
|
|
7
|
+
* Joomla Users Schemas - ONLY for endpoints with OpenAPI response schema definitions
|
|
8
|
+
*
|
|
9
|
+
* OpenAPI spec defines response schema for:
|
|
10
|
+
* ✅ /users/verify-password (POST) - Complete schema defined
|
|
11
|
+
*
|
|
12
|
+
* OpenAPI spec does NOT define response schemas for:
|
|
13
|
+
* ❌ /users (GET) - Use GenericListResponse
|
|
14
|
+
* ❌ /users/{id} (GET) - Use GenericResponse
|
|
15
|
+
* ❌ /users/{id}/doc (GET) - Use GenericResponse
|
|
16
|
+
* ❌ /users/{id}/trinity (GET) - Use GenericResponse
|
|
17
|
+
* ❌ /users/{id}/groups (GET) - Use GenericResponse
|
|
18
|
+
*
|
|
19
|
+
* Use GenericResponse and GenericListResponse from index.ts for non-spec endpoints.
|
|
20
|
+
*/
|
|
37
21
|
// Password verification schemas
|
|
38
22
|
exports.VerifyPasswordRequestSchema = zod_1.z.object({
|
|
39
23
|
username: zod_1.z.string().min(1, 'Username is required'),
|
|
@@ -44,93 +28,16 @@ exports.VerifyPasswordDataSchema = zod_1.z.object({
|
|
|
44
28
|
id: zod_1.z.number(),
|
|
45
29
|
isVerified: zod_1.z.boolean(),
|
|
46
30
|
username: zod_1.z.string(),
|
|
47
|
-
token: zod_1.z.
|
|
31
|
+
token: zod_1.z.string(), // JWT authentication token for successful verification (per OpenAPI spec)
|
|
48
32
|
email: zod_1.z.string(),
|
|
49
33
|
});
|
|
50
34
|
exports.VerifyPasswordResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.VerifyPasswordDataSchema);
|
|
51
|
-
// User document schemas
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
email: zod_1.z.string(),
|
|
58
|
-
block: zod_1.z.number(),
|
|
59
|
-
registerDate: zod_1.z.string(),
|
|
60
|
-
lastvisitDate: zod_1.z.string(),
|
|
61
|
-
lastResetTime: zod_1.z.string(),
|
|
62
|
-
timezone: zod_1.z.string(),
|
|
63
|
-
language: zod_1.z.string(),
|
|
64
|
-
customerId: zod_1.z.string(),
|
|
65
|
-
contactId: zod_1.z.string(),
|
|
66
|
-
profileValues: zod_1.z.record(zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())])),
|
|
67
|
-
groups: zod_1.z.array(zod_1.z
|
|
68
|
-
.object({
|
|
69
|
-
id: zod_1.z.number(),
|
|
70
|
-
title: zod_1.z.string(),
|
|
71
|
-
})
|
|
72
|
-
.passthrough()),
|
|
73
|
-
}),
|
|
74
|
-
zod_1.z.boolean(), // False when user not found or access denied
|
|
75
|
-
]);
|
|
76
|
-
exports.UserDocumentResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.UserDocumentDataSchema);
|
|
77
|
-
// Trinity user doc schemas
|
|
78
|
-
exports.TrinityDocParamsSchema = schemas_1.BaseGetParamsSchema.extend({
|
|
79
|
-
limit: zod_1.z.number().optional().default(10),
|
|
80
|
-
offset: zod_1.z.number().optional().default(0),
|
|
81
|
-
orderBy: zod_1.z.string().optional(),
|
|
82
|
-
q: zod_1.z.string().optional(),
|
|
83
|
-
});
|
|
84
|
-
exports.TrinityDocDataSchema = zod_1.z.object({
|
|
85
|
-
profile: zod_1.z.object({
|
|
86
|
-
id: zod_1.z.number(),
|
|
87
|
-
name: zod_1.z.string(),
|
|
88
|
-
username: zod_1.z.string(),
|
|
89
|
-
email: zod_1.z.string(),
|
|
90
|
-
lastvisitDate: zod_1.z.string(),
|
|
91
|
-
registerDate: zod_1.z.string(),
|
|
92
|
-
block: zod_1.z.number(),
|
|
93
|
-
contactId: zod_1.z.union([zod_1.z.number(), zod_1.z.null()]),
|
|
94
|
-
customerId: zod_1.z.union([zod_1.z.number(), zod_1.z.null()]),
|
|
95
|
-
contractNo: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]),
|
|
96
|
-
shipTo: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]),
|
|
97
|
-
phone: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]),
|
|
98
|
-
title: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]),
|
|
99
|
-
companyName: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]),
|
|
100
|
-
approved: zod_1.z.union([zod_1.z.number(), zod_1.z.null()]),
|
|
101
|
-
}),
|
|
102
|
-
p21Role: zod_1.z.union([
|
|
103
|
-
zod_1.z.object({
|
|
104
|
-
contactRoleUid: zod_1.z.number(),
|
|
105
|
-
contactRoleId: zod_1.z.number(),
|
|
106
|
-
contactRoleName: zod_1.z.string(),
|
|
107
|
-
parentName: zod_1.z.string(),
|
|
108
|
-
parentGroupId: zod_1.z.number(),
|
|
109
|
-
groupId: zod_1.z.number(),
|
|
110
|
-
id: zod_1.z.number(),
|
|
111
|
-
address: zod_1.z
|
|
112
|
-
.object({
|
|
113
|
-
physState: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]),
|
|
114
|
-
mailState: zod_1.z.union([zod_1.z.string(), zod_1.z.null()]),
|
|
115
|
-
})
|
|
116
|
-
.passthrough(), // Allow additional properties
|
|
117
|
-
}),
|
|
118
|
-
zod_1.z.null(),
|
|
119
|
-
]),
|
|
120
|
-
groups: zod_1.z.array(zod_1.z
|
|
121
|
-
.object({
|
|
122
|
-
id: zod_1.z.number(),
|
|
123
|
-
title: zod_1.z.string(),
|
|
124
|
-
})
|
|
125
|
-
.passthrough() // Allow additional properties like level
|
|
126
|
-
),
|
|
127
|
-
territory: zod_1.z.string(),
|
|
128
|
-
role: zod_1.z.string(),
|
|
129
|
-
});
|
|
130
|
-
exports.TrinityDocResponseSchema = (0, schemas_1.BaseResponseSchema)(exports.TrinityDocDataSchema).and(zod_1.z.object({
|
|
131
|
-
runTime: zod_1.z.number().optional(),
|
|
132
|
-
}));
|
|
133
|
-
// User creation schemas - using request body (OpenAPI spec incomplete for this endpoint)
|
|
35
|
+
// User document schemas - REMOVED: No OpenAPI response schema defined
|
|
36
|
+
// Use GenericResponse from index.ts instead
|
|
37
|
+
// Trinity user doc schemas - REMOVED: No OpenAPI response schema defined
|
|
38
|
+
// Use GenericResponse from index.ts instead
|
|
39
|
+
// User creation schemas - REMOVED: No OpenAPI response schema defined
|
|
40
|
+
// Request schema kept for input validation (based on request body spec)
|
|
134
41
|
exports.CreateUserRequestSchema = zod_1.z.object({
|
|
135
42
|
username: zod_1.z.string().min(1, 'Username is required').max(150),
|
|
136
43
|
email: zod_1.z.string().email('Valid email is required').max(100),
|
|
@@ -139,13 +46,9 @@ exports.CreateUserRequestSchema = zod_1.z.object({
|
|
|
139
46
|
groups: zod_1.z.array(zod_1.z.number()).optional(),
|
|
140
47
|
profileValues: zod_1.z.record(zod_1.z.string()).optional(),
|
|
141
48
|
});
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
email: zod_1.z.string(),
|
|
146
|
-
name: zod_1.z.string(),
|
|
147
|
-
}));
|
|
148
|
-
// User update schemas
|
|
49
|
+
// Response schema removed - use GenericResponse from index.ts
|
|
50
|
+
// User update schemas - REMOVED: No OpenAPI response schema defined
|
|
51
|
+
// Request schema kept for input validation (based on request body spec)
|
|
149
52
|
exports.UpdateUserRequestSchema = zod_1.z.object({
|
|
150
53
|
name: zod_1.z.string().max(400).optional(),
|
|
151
54
|
username: zod_1.z.string().max(150).optional(),
|
|
@@ -153,7 +56,5 @@ exports.UpdateUserRequestSchema = zod_1.z.object({
|
|
|
153
56
|
password: zod_1.z.string().max(100).optional(),
|
|
154
57
|
profileValues: zod_1.z.record(zod_1.z.union([zod_1.z.string(), zod_1.z.array(zod_1.z.string())])).optional(),
|
|
155
58
|
});
|
|
156
|
-
|
|
157
|
-
// Block user response schema
|
|
158
|
-
exports.BlockUserResponseSchema = (0, schemas_1.BaseResponseSchema)(zod_1.z.boolean());
|
|
59
|
+
// All other response types use GenericResponse and GenericListResponse from index.ts
|
|
159
60
|
//# sourceMappingURL=users.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../../../../src/services/joomla/schemas/users.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../../../../src/services/joomla/schemas/users.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mDAA2D;AAE3D;;;;;;;;;;;;;;GAcG;AAEH,gCAAgC;AACnB,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,sBAAsB,CAAC;IACnD,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,sBAAsB,CAAC;IACnD,MAAM,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,EAAE,0DAA0D;CAC1F,CAAC,CAAC;AAEU,QAAA,wBAAwB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE;IACd,UAAU,EAAE,OAAC,CAAC,OAAO,EAAE;IACvB,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE;IACpB,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,EAAE,0EAA0E;IAC7F,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE;CAClB,CAAC,CAAC;AAEU,QAAA,4BAA4B,GAAG,IAAA,4BAAkB,EAAC,gCAAwB,CAAC,CAAC;AAEzF,sEAAsE;AACtE,4CAA4C;AAE5C,yEAAyE;AACzE,4CAA4C;AAE5C,sEAAsE;AACtE,wEAAwE;AAC3D,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,sBAAsB,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IAC5D,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;IAC3D,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC/B,MAAM,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IACtC,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC;AACH,8DAA8D;AAE9D,oEAAoE;AACpE,wEAAwE;AAC3D,QAAA,uBAAuB,GAAG,OAAC,CAAC,MAAM,CAAC;IAC9C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;IACpC,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;IACxC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;IAC7C,QAAQ,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE;IACxC,aAAa,EAAE,OAAC,CAAC,MAAM,CAAC,OAAC,CAAC,KAAK,CAAC,CAAC,OAAC,CAAC,MAAM,EAAE,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;CAC/E,CAAC,CAAC;AAcH,qFAAqF"}
|
|
@@ -118,7 +118,6 @@ export declare const AlsoBoughtProductSchema: z.ZodObject<{
|
|
|
118
118
|
classId5?: string | null | undefined;
|
|
119
119
|
}>, z.ZodBoolean]>>;
|
|
120
120
|
}, "strip", z.ZodTypeAny, {
|
|
121
|
-
images: string[];
|
|
122
121
|
invMastUid: number;
|
|
123
122
|
itemId: string;
|
|
124
123
|
deleteFlag: "Y" | "N";
|
|
@@ -133,6 +132,7 @@ export declare const AlsoBoughtProductSchema: z.ZodObject<{
|
|
|
133
132
|
alternateCodes: string[];
|
|
134
133
|
legacyTags: string[];
|
|
135
134
|
attributes: {}[];
|
|
135
|
+
images: string[];
|
|
136
136
|
categoryList: number[];
|
|
137
137
|
userDefined: Record<string, unknown>;
|
|
138
138
|
invMastText: {
|
|
@@ -192,7 +192,6 @@ export declare const AlsoBoughtProductSchema: z.ZodObject<{
|
|
|
192
192
|
classId5?: string | null | undefined;
|
|
193
193
|
} | undefined;
|
|
194
194
|
}, {
|
|
195
|
-
images: string[];
|
|
196
195
|
invMastUid: number;
|
|
197
196
|
itemId: string;
|
|
198
197
|
deleteFlag: "Y" | "N";
|
|
@@ -207,6 +206,7 @@ export declare const AlsoBoughtProductSchema: z.ZodObject<{
|
|
|
207
206
|
alternateCodes: string[];
|
|
208
207
|
legacyTags: string[];
|
|
209
208
|
attributes: {}[];
|
|
209
|
+
images: string[];
|
|
210
210
|
categoryList: number[];
|
|
211
211
|
userDefined: Record<string, unknown>;
|
|
212
212
|
invMastText: {
|
|
@@ -562,7 +562,6 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
562
562
|
classId5?: string | null | undefined;
|
|
563
563
|
}>, z.ZodBoolean]>>;
|
|
564
564
|
}, "strip", z.ZodTypeAny, {
|
|
565
|
-
images: string[];
|
|
566
565
|
invMastUid: number;
|
|
567
566
|
itemId: string;
|
|
568
567
|
deleteFlag: "Y" | "N";
|
|
@@ -577,6 +576,7 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
577
576
|
alternateCodes: string[];
|
|
578
577
|
legacyTags: string[];
|
|
579
578
|
attributes: {}[];
|
|
579
|
+
images: string[];
|
|
580
580
|
categoryList: number[];
|
|
581
581
|
userDefined: Record<string, unknown>;
|
|
582
582
|
invMastText: {
|
|
@@ -636,7 +636,6 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
636
636
|
classId5?: string | null | undefined;
|
|
637
637
|
} | undefined;
|
|
638
638
|
}, {
|
|
639
|
-
images: string[];
|
|
640
639
|
invMastUid: number;
|
|
641
640
|
itemId: string;
|
|
642
641
|
deleteFlag: "Y" | "N";
|
|
@@ -651,6 +650,7 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
651
650
|
alternateCodes: string[];
|
|
652
651
|
legacyTags: string[];
|
|
653
652
|
attributes: {}[];
|
|
653
|
+
images: string[];
|
|
654
654
|
categoryList: number[];
|
|
655
655
|
userDefined: Record<string, unknown>;
|
|
656
656
|
invMastText: {
|
|
@@ -719,7 +719,6 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
719
719
|
}, "strip", z.ZodTypeAny, {
|
|
720
720
|
params: Record<string, unknown> | unknown[];
|
|
721
721
|
data: {
|
|
722
|
-
images: string[];
|
|
723
722
|
invMastUid: number;
|
|
724
723
|
itemId: string;
|
|
725
724
|
deleteFlag: "Y" | "N";
|
|
@@ -734,6 +733,7 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
734
733
|
alternateCodes: string[];
|
|
735
734
|
legacyTags: string[];
|
|
736
735
|
attributes: {}[];
|
|
736
|
+
images: string[];
|
|
737
737
|
categoryList: number[];
|
|
738
738
|
userDefined: Record<string, unknown>;
|
|
739
739
|
invMastText: {
|
|
@@ -802,7 +802,6 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
802
802
|
}, {
|
|
803
803
|
params: Record<string, unknown> | unknown[];
|
|
804
804
|
data: {
|
|
805
|
-
images: string[];
|
|
806
805
|
invMastUid: number;
|
|
807
806
|
itemId: string;
|
|
808
807
|
deleteFlag: "Y" | "N";
|
|
@@ -817,6 +816,7 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
817
816
|
alternateCodes: string[];
|
|
818
817
|
legacyTags: string[];
|
|
819
818
|
attributes: {}[];
|
|
819
|
+
images: string[];
|
|
820
820
|
categoryList: number[];
|
|
821
821
|
userDefined: Record<string, unknown>;
|
|
822
822
|
invMastText: {
|
|
@@ -885,7 +885,6 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
885
885
|
}>, {
|
|
886
886
|
params: Record<string, unknown> | unknown[];
|
|
887
887
|
data: {
|
|
888
|
-
images: string[];
|
|
889
888
|
invMastUid: number;
|
|
890
889
|
itemId: string;
|
|
891
890
|
deleteFlag: "Y" | "N";
|
|
@@ -900,6 +899,7 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
900
899
|
alternateCodes: string[];
|
|
901
900
|
legacyTags: string[];
|
|
902
901
|
attributes: {}[];
|
|
902
|
+
images: string[];
|
|
903
903
|
categoryList: number[];
|
|
904
904
|
userDefined: Record<string, unknown>;
|
|
905
905
|
invMastText: {
|
|
@@ -968,7 +968,6 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
968
968
|
}, {
|
|
969
969
|
params: Record<string, unknown> | unknown[];
|
|
970
970
|
data: {
|
|
971
|
-
images: string[];
|
|
972
971
|
invMastUid: number;
|
|
973
972
|
itemId: string;
|
|
974
973
|
deleteFlag: "Y" | "N";
|
|
@@ -983,6 +982,7 @@ export declare const AlsoBoughtListResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
983
982
|
alternateCodes: string[];
|
|
984
983
|
legacyTags: string[];
|
|
985
984
|
attributes: {}[];
|
|
985
|
+
images: string[];
|
|
986
986
|
categoryList: number[];
|
|
987
987
|
userDefined: Record<string, unknown>;
|
|
988
988
|
invMastText: {
|
|
@@ -126,12 +126,12 @@ export declare class OpenSearchClient extends BaseServiceClient {
|
|
|
126
126
|
sort?: string | undefined;
|
|
127
127
|
limit?: number | undefined;
|
|
128
128
|
offset?: number | undefined;
|
|
129
|
-
fields?: string | undefined;
|
|
130
129
|
searchType?: "query" | "similarity" | undefined;
|
|
131
130
|
cacheTtl?: number | undefined;
|
|
132
131
|
cacheSiteId?: string | undefined;
|
|
133
132
|
classId5ExcludeList?: string | undefined;
|
|
134
133
|
classId5List?: string | undefined;
|
|
134
|
+
fields?: string | undefined;
|
|
135
135
|
filters?: string | undefined;
|
|
136
136
|
from?: number | undefined;
|
|
137
137
|
itemCategoryUidList?: string | undefined;
|
|
@@ -26,9 +26,9 @@ export declare const SearchAttributesParamsSchema: z.ZodObject<{
|
|
|
26
26
|
sort?: string | undefined;
|
|
27
27
|
limit?: number | undefined;
|
|
28
28
|
offset?: number | undefined;
|
|
29
|
-
fields?: string | undefined;
|
|
30
29
|
cacheSiteId?: string | undefined;
|
|
31
30
|
classId5List?: string | undefined;
|
|
31
|
+
fields?: string | undefined;
|
|
32
32
|
filters?: string | undefined;
|
|
33
33
|
from?: number | undefined;
|
|
34
34
|
operator?: string | undefined;
|
|
@@ -41,11 +41,11 @@ export declare const SearchAttributesParamsSchema: z.ZodObject<{
|
|
|
41
41
|
sort?: string | undefined;
|
|
42
42
|
limit?: number | undefined;
|
|
43
43
|
offset?: number | undefined;
|
|
44
|
-
fields?: string | undefined;
|
|
45
44
|
searchType?: "query" | "similarity" | undefined;
|
|
46
45
|
cacheTtl?: number | undefined;
|
|
47
46
|
cacheSiteId?: string | undefined;
|
|
48
47
|
classId5List?: string | undefined;
|
|
48
|
+
fields?: string | undefined;
|
|
49
49
|
filters?: string | undefined;
|
|
50
50
|
from?: number | undefined;
|
|
51
51
|
operator?: string | undefined;
|
|
@@ -91,9 +91,9 @@ export declare const AttributeSchema: z.ZodObject<{
|
|
|
91
91
|
attributeValueUid: number;
|
|
92
92
|
attributeValue: string;
|
|
93
93
|
}[];
|
|
94
|
-
attributeId: string;
|
|
95
94
|
sequenceNo: number;
|
|
96
95
|
attributeUid: number;
|
|
96
|
+
attributeId: string;
|
|
97
97
|
attributeDesc: string;
|
|
98
98
|
valueCount: number;
|
|
99
99
|
}, {
|
|
@@ -102,9 +102,9 @@ export declare const AttributeSchema: z.ZodObject<{
|
|
|
102
102
|
attributeValueUid: number;
|
|
103
103
|
attributeValue: string;
|
|
104
104
|
}[];
|
|
105
|
-
attributeId: string;
|
|
106
105
|
sequenceNo: number;
|
|
107
106
|
attributeUid: number;
|
|
107
|
+
attributeId: string;
|
|
108
108
|
attributeDesc: string;
|
|
109
109
|
valueCount: number;
|
|
110
110
|
}>;
|
|
@@ -134,9 +134,9 @@ export declare const SearchAttributesDataSchema: z.ZodObject<{
|
|
|
134
134
|
attributeValueUid: number;
|
|
135
135
|
attributeValue: string;
|
|
136
136
|
}[];
|
|
137
|
-
attributeId: string;
|
|
138
137
|
sequenceNo: number;
|
|
139
138
|
attributeUid: number;
|
|
139
|
+
attributeId: string;
|
|
140
140
|
attributeDesc: string;
|
|
141
141
|
valueCount: number;
|
|
142
142
|
}, {
|
|
@@ -145,9 +145,9 @@ export declare const SearchAttributesDataSchema: z.ZodObject<{
|
|
|
145
145
|
attributeValueUid: number;
|
|
146
146
|
attributeValue: string;
|
|
147
147
|
}[];
|
|
148
|
-
attributeId: string;
|
|
149
148
|
sequenceNo: number;
|
|
150
149
|
attributeUid: number;
|
|
150
|
+
attributeId: string;
|
|
151
151
|
attributeDesc: string;
|
|
152
152
|
valueCount: number;
|
|
153
153
|
}>, "many">;
|
|
@@ -158,9 +158,9 @@ export declare const SearchAttributesDataSchema: z.ZodObject<{
|
|
|
158
158
|
attributeValueUid: number;
|
|
159
159
|
attributeValue: string;
|
|
160
160
|
}[];
|
|
161
|
-
attributeId: string;
|
|
162
161
|
sequenceNo: number;
|
|
163
162
|
attributeUid: number;
|
|
163
|
+
attributeId: string;
|
|
164
164
|
attributeDesc: string;
|
|
165
165
|
valueCount: number;
|
|
166
166
|
}[];
|
|
@@ -171,9 +171,9 @@ export declare const SearchAttributesDataSchema: z.ZodObject<{
|
|
|
171
171
|
attributeValueUid: number;
|
|
172
172
|
attributeValue: string;
|
|
173
173
|
}[];
|
|
174
|
-
attributeId: string;
|
|
175
174
|
sequenceNo: number;
|
|
176
175
|
attributeUid: number;
|
|
176
|
+
attributeId: string;
|
|
177
177
|
attributeDesc: string;
|
|
178
178
|
valueCount: number;
|
|
179
179
|
}[];
|
|
@@ -206,9 +206,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
206
206
|
attributeValueUid: number;
|
|
207
207
|
attributeValue: string;
|
|
208
208
|
}[];
|
|
209
|
-
attributeId: string;
|
|
210
209
|
sequenceNo: number;
|
|
211
210
|
attributeUid: number;
|
|
211
|
+
attributeId: string;
|
|
212
212
|
attributeDesc: string;
|
|
213
213
|
valueCount: number;
|
|
214
214
|
}, {
|
|
@@ -217,9 +217,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
217
217
|
attributeValueUid: number;
|
|
218
218
|
attributeValue: string;
|
|
219
219
|
}[];
|
|
220
|
-
attributeId: string;
|
|
221
220
|
sequenceNo: number;
|
|
222
221
|
attributeUid: number;
|
|
222
|
+
attributeId: string;
|
|
223
223
|
attributeDesc: string;
|
|
224
224
|
valueCount: number;
|
|
225
225
|
}>, "many">;
|
|
@@ -230,9 +230,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
230
230
|
attributeValueUid: number;
|
|
231
231
|
attributeValue: string;
|
|
232
232
|
}[];
|
|
233
|
-
attributeId: string;
|
|
234
233
|
sequenceNo: number;
|
|
235
234
|
attributeUid: number;
|
|
235
|
+
attributeId: string;
|
|
236
236
|
attributeDesc: string;
|
|
237
237
|
valueCount: number;
|
|
238
238
|
}[];
|
|
@@ -243,9 +243,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
243
243
|
attributeValueUid: number;
|
|
244
244
|
attributeValue: string;
|
|
245
245
|
}[];
|
|
246
|
-
attributeId: string;
|
|
247
246
|
sequenceNo: number;
|
|
248
247
|
attributeUid: number;
|
|
248
|
+
attributeId: string;
|
|
249
249
|
attributeDesc: string;
|
|
250
250
|
valueCount: number;
|
|
251
251
|
}[];
|
|
@@ -265,9 +265,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
265
265
|
attributeValueUid: number;
|
|
266
266
|
attributeValue: string;
|
|
267
267
|
}[];
|
|
268
|
-
attributeId: string;
|
|
269
268
|
sequenceNo: number;
|
|
270
269
|
attributeUid: number;
|
|
270
|
+
attributeId: string;
|
|
271
271
|
attributeDesc: string;
|
|
272
272
|
valueCount: number;
|
|
273
273
|
}[];
|
|
@@ -287,9 +287,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
287
287
|
attributeValueUid: number;
|
|
288
288
|
attributeValue: string;
|
|
289
289
|
}[];
|
|
290
|
-
attributeId: string;
|
|
291
290
|
sequenceNo: number;
|
|
292
291
|
attributeUid: number;
|
|
292
|
+
attributeId: string;
|
|
293
293
|
attributeDesc: string;
|
|
294
294
|
valueCount: number;
|
|
295
295
|
}[];
|
|
@@ -309,9 +309,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
309
309
|
attributeValueUid: number;
|
|
310
310
|
attributeValue: string;
|
|
311
311
|
}[];
|
|
312
|
-
attributeId: string;
|
|
313
312
|
sequenceNo: number;
|
|
314
313
|
attributeUid: number;
|
|
314
|
+
attributeId: string;
|
|
315
315
|
attributeDesc: string;
|
|
316
316
|
valueCount: number;
|
|
317
317
|
}[];
|
|
@@ -331,9 +331,9 @@ export declare const SearchAttributesResponseSchema: z.ZodEffects<z.ZodObject<{
|
|
|
331
331
|
attributeValueUid: number;
|
|
332
332
|
attributeValue: string;
|
|
333
333
|
}[];
|
|
334
|
-
attributeId: string;
|
|
335
334
|
sequenceNo: number;
|
|
336
335
|
attributeUid: number;
|
|
336
|
+
attributeId: string;
|
|
337
337
|
attributeDesc: string;
|
|
338
338
|
valueCount: number;
|
|
339
339
|
}[];
|
|
@@ -32,10 +32,10 @@ export declare const ItemSearchParamsSchema: z.ZodObject<{
|
|
|
32
32
|
sort?: string | undefined;
|
|
33
33
|
limit?: number | undefined;
|
|
34
34
|
offset?: number | undefined;
|
|
35
|
-
fields?: string | undefined;
|
|
36
35
|
cacheSiteId?: string | undefined;
|
|
37
36
|
classId5ExcludeList?: string | undefined;
|
|
38
37
|
classId5List?: string | undefined;
|
|
38
|
+
fields?: string | undefined;
|
|
39
39
|
filters?: string | undefined;
|
|
40
40
|
from?: number | undefined;
|
|
41
41
|
itemCategoryUidList?: string | undefined;
|
|
@@ -49,12 +49,12 @@ export declare const ItemSearchParamsSchema: z.ZodObject<{
|
|
|
49
49
|
sort?: string | undefined;
|
|
50
50
|
limit?: number | undefined;
|
|
51
51
|
offset?: number | undefined;
|
|
52
|
-
fields?: string | undefined;
|
|
53
52
|
searchType?: "query" | "similarity" | undefined;
|
|
54
53
|
cacheTtl?: number | undefined;
|
|
55
54
|
cacheSiteId?: string | undefined;
|
|
56
55
|
classId5ExcludeList?: string | undefined;
|
|
57
56
|
classId5List?: string | undefined;
|
|
57
|
+
fields?: string | undefined;
|
|
58
58
|
filters?: string | undefined;
|
|
59
59
|
from?: number | undefined;
|
|
60
60
|
itemCategoryUidList?: string | undefined;
|
|
@@ -711,8 +711,8 @@ export declare class OrdersClient extends BaseServiceClient {
|
|
|
711
711
|
invoices?: unknown[] | undefined;
|
|
712
712
|
poDate?: string | undefined;
|
|
713
713
|
vendorAddress?: {
|
|
714
|
-
state?: string | undefined;
|
|
715
714
|
city?: string | undefined;
|
|
715
|
+
state?: string | undefined;
|
|
716
716
|
address1?: string | undefined;
|
|
717
717
|
zip?: string | undefined;
|
|
718
718
|
} | undefined;
|
|
@@ -760,8 +760,8 @@ export declare class OrdersClient extends BaseServiceClient {
|
|
|
760
760
|
invoices?: unknown[] | undefined;
|
|
761
761
|
poDate?: string | undefined;
|
|
762
762
|
vendorAddress?: {
|
|
763
|
-
state?: string | undefined;
|
|
764
763
|
city?: string | undefined;
|
|
764
|
+
state?: string | undefined;
|
|
765
765
|
address1?: string | undefined;
|
|
766
766
|
zip?: string | undefined;
|
|
767
767
|
} | undefined;
|