@greensecurity/javascript-sdk 0.43.1-beta.125 → 0.43.1-beta.127
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/commonjs/__tests__/users.test.js +1 -0
- package/dist/commonjs/__tests__/users.test.js.map +1 -1
- package/dist/commonjs/__tests__/vendors.test.js +29 -2
- package/dist/commonjs/__tests__/vendors.test.js.map +1 -1
- package/dist/commonjs/__tests__/webhooks.test.js +1 -1
- package/dist/commonjs/__tests__/webhooks.test.js.map +1 -1
- package/dist/commonjs/__tests__/zones.test.js +14 -11
- package/dist/commonjs/__tests__/zones.test.js.map +1 -1
- package/dist/commonjs/funcs/usersUpdateUserProfilePicture.d.ts +1 -1
- package/dist/commonjs/funcs/usersUpdateUserProfilePicture.js +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +10 -6
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js +50 -12
- package/dist/commonjs/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/models/components/expand.d.ts +1 -0
- package/dist/commonjs/models/components/expand.d.ts.map +1 -1
- package/dist/commonjs/models/components/expand.js +1 -0
- package/dist/commonjs/models/components/expand.js.map +1 -1
- package/dist/commonjs/models/components/facility.d.ts +4 -4
- package/dist/commonjs/models/components/facility.d.ts.map +1 -1
- package/dist/commonjs/models/components/facility.js +6 -6
- package/dist/commonjs/models/components/facility.js.map +1 -1
- package/dist/commonjs/models/components/facilitycalendarsummary.d.ts +1 -0
- package/dist/commonjs/models/components/facilitycalendarsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/facilitycalendarsummary.js +1 -0
- package/dist/commonjs/models/components/facilitycalendarsummary.js.map +1 -1
- package/dist/commonjs/models/components/facilitysummary.d.ts +1 -0
- package/dist/commonjs/models/components/facilitysummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/facilitysummary.js +1 -0
- package/dist/commonjs/models/components/facilitysummary.js.map +1 -1
- package/dist/commonjs/models/components/systemsummary.d.ts +9 -0
- package/dist/commonjs/models/components/systemsummary.d.ts.map +1 -1
- package/dist/commonjs/models/components/systemsummary.js +17 -1
- package/dist/commonjs/models/components/systemsummary.js.map +1 -1
- package/dist/commonjs/models/operations/listlocations.d.ts +4 -4
- package/dist/commonjs/models/operations/listlocations.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listlocations.js +6 -7
- package/dist/commonjs/models/operations/listlocations.js.map +1 -1
- package/dist/commonjs/models/operations/listlookupsystems.d.ts +2 -1
- package/dist/commonjs/models/operations/listlookupsystems.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listlookupsystems.js +1 -0
- package/dist/commonjs/models/operations/listlookupsystems.js.map +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts +50 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js +34 -2
- package/dist/commonjs/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/commonjs/models/operations/updateuserprofilepicture.d.ts +6 -2
- package/dist/commonjs/models/operations/updateuserprofilepicture.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updateuserprofilepicture.js +5 -0
- package/dist/commonjs/models/operations/updateuserprofilepicture.js.map +1 -1
- package/dist/commonjs/react-query/usersUpdateUserProfilePicture.d.ts +1 -1
- package/dist/commonjs/react-query/usersUpdateUserProfilePicture.js +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts +26 -2
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.js +56 -2
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.core.js.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +67 -16
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js +66 -11
- package/dist/commonjs/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/commonjs/sdk/users.d.ts +1 -1
- package/dist/commonjs/sdk/users.js +1 -1
- package/dist/commonjs/sdk/vendors.d.ts +9 -6
- package/dist/commonjs/sdk/vendors.d.ts.map +1 -1
- package/dist/commonjs/sdk/vendors.js +7 -6
- package/dist/commonjs/sdk/vendors.js.map +1 -1
- package/dist/esm/__tests__/users.test.js +1 -0
- package/dist/esm/__tests__/users.test.js.map +1 -1
- package/dist/esm/__tests__/vendors.test.js +29 -2
- package/dist/esm/__tests__/vendors.test.js.map +1 -1
- package/dist/esm/__tests__/webhooks.test.js +1 -1
- package/dist/esm/__tests__/webhooks.test.js.map +1 -1
- package/dist/esm/__tests__/zones.test.js +14 -11
- package/dist/esm/__tests__/zones.test.js.map +1 -1
- package/dist/esm/funcs/usersUpdateUserProfilePicture.d.ts +1 -1
- package/dist/esm/funcs/usersUpdateUserProfilePicture.js +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts +10 -6
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js +51 -13
- package/dist/esm/funcs/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/models/components/expand.d.ts +1 -0
- package/dist/esm/models/components/expand.d.ts.map +1 -1
- package/dist/esm/models/components/expand.js +1 -0
- package/dist/esm/models/components/expand.js.map +1 -1
- package/dist/esm/models/components/facility.d.ts +4 -4
- package/dist/esm/models/components/facility.d.ts.map +1 -1
- package/dist/esm/models/components/facility.js +4 -4
- package/dist/esm/models/components/facility.js.map +1 -1
- package/dist/esm/models/components/facilitycalendarsummary.d.ts +1 -0
- package/dist/esm/models/components/facilitycalendarsummary.d.ts.map +1 -1
- package/dist/esm/models/components/facilitycalendarsummary.js +1 -0
- package/dist/esm/models/components/facilitycalendarsummary.js.map +1 -1
- package/dist/esm/models/components/facilitysummary.d.ts +1 -0
- package/dist/esm/models/components/facilitysummary.d.ts.map +1 -1
- package/dist/esm/models/components/facilitysummary.js +1 -0
- package/dist/esm/models/components/facilitysummary.js.map +1 -1
- package/dist/esm/models/components/systemsummary.d.ts +9 -0
- package/dist/esm/models/components/systemsummary.d.ts.map +1 -1
- package/dist/esm/models/components/systemsummary.js +15 -0
- package/dist/esm/models/components/systemsummary.js.map +1 -1
- package/dist/esm/models/operations/listlocations.d.ts +4 -4
- package/dist/esm/models/operations/listlocations.d.ts.map +1 -1
- package/dist/esm/models/operations/listlocations.js +4 -5
- package/dist/esm/models/operations/listlocations.js.map +1 -1
- package/dist/esm/models/operations/listlookupsystems.d.ts +2 -1
- package/dist/esm/models/operations/listlookupsystems.d.ts.map +1 -1
- package/dist/esm/models/operations/listlookupsystems.js +1 -0
- package/dist/esm/models/operations/listlookupsystems.js.map +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts +50 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.d.ts.map +1 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js +31 -1
- package/dist/esm/models/operations/listvendoradditionalfacilityfields.js.map +1 -1
- package/dist/esm/models/operations/updateuserprofilepicture.d.ts +6 -2
- package/dist/esm/models/operations/updateuserprofilepicture.d.ts.map +1 -1
- package/dist/esm/models/operations/updateuserprofilepicture.js +5 -0
- package/dist/esm/models/operations/updateuserprofilepicture.js.map +1 -1
- package/dist/esm/react-query/usersUpdateUserProfilePicture.d.ts +1 -1
- package/dist/esm/react-query/usersUpdateUserProfilePicture.js +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts +26 -2
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.js +53 -2
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.core.js.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts +67 -16
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.d.ts.map +1 -1
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js +63 -13
- package/dist/esm/react-query/vendorsListVendorAdditionalFacilityFields.js.map +1 -1
- package/dist/esm/sdk/users.d.ts +1 -1
- package/dist/esm/sdk/users.js +1 -1
- package/dist/esm/sdk/vendors.d.ts +9 -6
- package/dist/esm/sdk/vendors.d.ts.map +1 -1
- package/dist/esm/sdk/vendors.js +7 -6
- package/dist/esm/sdk/vendors.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/users.test.ts +1 -0
- package/src/__tests__/vendors.test.ts +34 -3
- package/src/__tests__/webhooks.test.ts +1 -1
- package/src/__tests__/zones.test.ts +14 -11
- package/src/funcs/usersUpdateUserProfilePicture.ts +1 -1
- package/src/funcs/vendorsListVendorAdditionalFacilityFields.ts +115 -37
- package/src/lib/config.ts +2 -2
- package/src/models/components/expand.ts +1 -0
- package/src/models/components/facility.ts +9 -9
- package/src/models/components/facilitycalendarsummary.ts +2 -0
- package/src/models/components/facilitysummary.ts +2 -0
- package/src/models/components/systemsummary.ts +34 -0
- package/src/models/operations/listlocations.ts +15 -12
- package/src/models/operations/listlookupsystems.ts +2 -1
- package/src/models/operations/listvendoradditionalfacilityfields.ts +104 -2
- package/src/models/operations/updateuserprofilepicture.ts +11 -2
- package/src/react-query/usersUpdateUserProfilePicture.ts +1 -1
- package/src/react-query/vendorsListVendorAdditionalFacilityFields.core.ts +124 -1
- package/src/react-query/vendorsListVendorAdditionalFacilityFields.ts +151 -12
- package/src/sdk/users.ts +1 -1
- package/src/sdk/vendors.ts +11 -7
|
@@ -37,13 +37,17 @@ export type UpdateUserProfilePictureRequest = {
|
|
|
37
37
|
requestBody: UpdateUserProfilePictureRequestBody;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
|
-
* Metadata registered. Upload the file
|
|
40
|
+
* Metadata registered. Upload the file to the returned presigned S3 URL using HTTP PUT with the same Content-Type as image_content_type.
|
|
41
41
|
*/
|
|
42
42
|
export type UpdateUserProfilePictureUpdateUserProfilePictureOk = {
|
|
43
43
|
/**
|
|
44
|
-
* User ID
|
|
44
|
+
* User ID associated with the profile picture
|
|
45
45
|
*/
|
|
46
46
|
id: number;
|
|
47
|
+
/**
|
|
48
|
+
* Presigned S3 URL for uploading the image file via HTTP PUT. The URL is short-lived and tied to the image_content_type submitted in the request.
|
|
49
|
+
*/
|
|
50
|
+
uploadUrl: string;
|
|
47
51
|
};
|
|
48
52
|
/** @internal */
|
|
49
53
|
export declare const ImageContentType$outboundSchema: z.ZodNativeEnum<typeof ImageContentType>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateuserprofilepicture.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/updateuserprofilepicture.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,MAAM,MAAM,mCAAmC,GAAG;IAChD;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,gBAAgB,EAAE,gBAAgB,CAAC;IACnC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,mCAAmC,CAAC;CAClD,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kDAAkD,GAAG;IAC/D;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"updateuserprofilepicture.d.ts","sourceRoot":"","sources":["../../../../src/models/operations/updateuserprofilepicture.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,gBAAgB;;;;;CAKnB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEnE,MAAM,MAAM,mCAAmC,GAAG;IAChD;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,gBAAgB,EAAE,gBAAgB,CAAC;IACnC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,+BAA+B,GAAG;IAC5C;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,mCAAmC,CAAC;CAClD,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kDAAkD,GAAG;IAC/D;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,aAAa,CAC3D,OAAO,gBAAgB,CACS,CAAC;AAEnC,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GAAG;IACzD,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,eAAe,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAWnC,CAAC;AAEH,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR;AAED,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,4CAA4C,CAAC;CAC3D,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAS/B,CAAC;AAEH,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,gBAAgB;AAChB,eAAO,MAAM,gEAAgE,EAC3E,CAAC,CAAC,OAAO,CACP,kDAAkD,EAClD,CAAC,CAAC,UAAU,EACZ,OAAO,CAQP,CAAC;AAEL,wBAAgB,0DAA0D,CACxE,UAAU,EAAE,MAAM,GACjB,eAAe,CAChB,kDAAkD,EAClD,kBAAkB,CACnB,CASA"}
|
|
@@ -87,6 +87,11 @@ function updateUserProfilePictureRequestToJSON(updateUserProfilePictureRequest)
|
|
|
87
87
|
/** @internal */
|
|
88
88
|
exports.UpdateUserProfilePictureUpdateUserProfilePictureOk$inboundSchema = z.object({
|
|
89
89
|
id: types.number(),
|
|
90
|
+
upload_url: types.string(),
|
|
91
|
+
}).transform((v) => {
|
|
92
|
+
return (0, primitives_js_1.remap)(v, {
|
|
93
|
+
"upload_url": "uploadUrl",
|
|
94
|
+
});
|
|
90
95
|
});
|
|
91
96
|
function updateUserProfilePictureUpdateUserProfilePictureOkFromJSON(jsonString) {
|
|
92
97
|
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.UpdateUserProfilePictureUpdateUserProfilePictureOk$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdateUserProfilePictureUpdateUserProfilePictureOk' from JSON`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updateuserprofilepicture.js","sourceRoot":"","sources":["../../../../src/models/operations/updateuserprofilepicture.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"updateuserprofilepicture.js","sourceRoot":"","sources":["../../../../src/models/operations/updateuserprofilepicture.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0FH,8FAQC;AAuBD,sFAQC;AAiBD,gIAcC;AA9JD,0CAA4B;AAC5B,2DAA0D;AAC1D,qDAAiD;AAGjD,iEAAmD;AAGnD;;GAEG;AACU,QAAA,gBAAgB,GAAG;IAC9B,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,WAAW;IACrB,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,YAAY;CACf,CAAC;AA2CX,gBAAgB;AACH,QAAA,+BAA+B,GAExC,CAAC,CAAC,UAAU,CAAC,wBAAgB,CAAC,CAAC;AASnC,gBAAgB;AACH,QAAA,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE;IACzB,gBAAgB,EAAE,uCAA+B;IACjD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;CAChC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,iBAAiB;QAChC,gBAAgB,EAAE,oBAAoB;QACtC,aAAa,EAAE,iBAAiB;KACjC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,yCAAyC,CACvD,mCAAwE;IAExE,OAAO,IAAI,CAAC,SAAS,CACnB,0DAAkD,CAAC,KAAK,CACtD,mCAAmC,CACpC,CACF,CAAC;AACJ,CAAC;AAQD,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,WAAW,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,0DAAkD,CAAC;CAC9E,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,MAAM,EAAE,UAAU;QAClB,WAAW,EAAE,aAAa;KAC3B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,sDAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,gEAAgE,GAKvE,CAAC,CAAC,MAAM,CAAC;IACX,EAAE,EAAE,KAAK,CAAC,MAAM,EAAE;IAClB,UAAU,EAAE,KAAK,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,YAAY,EAAE,WAAW;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL,SAAgB,0DAA0D,CACxE,UAAkB;IAKlB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CACJ,wEAAgE,CAAC,KAAK,CACpE,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CACd,EACH,gFAAgF,CACjF,CAAC;AACJ,CAAC"}
|
|
@@ -18,7 +18,7 @@ export type UsersUpdateUserProfilePictureMutationError = errors.ApiErrorResponse
|
|
|
18
18
|
* Register profile picture metadata for S3 direct upload
|
|
19
19
|
*
|
|
20
20
|
* @remarks
|
|
21
|
-
* Register profile picture metadata for a user. The
|
|
21
|
+
* Register profile picture metadata for a user and obtain a presigned S3 upload URL. The flow is two-step: (1) call this endpoint with the image's file name, content type, and size; (2) PUT the file bytes to the returned upload_url with the matching Content-Type header. The file is stored at user_profile_image/{id}{ext} in the uploads bucket, where {ext} is derived from image_file_name and may be empty, and is processed asynchronously (resize to tiny/thumb/large variants). Use 'me' as the id for the authenticated user. Requires authentication and either self-ownership or 'users:edit' permission. API users must be authorized via MarketplaceAppActivation for the target user.
|
|
22
22
|
*/
|
|
23
23
|
export declare function useUsersUpdateUserProfilePictureMutation(options?: MutationHookOptions<UsersUpdateUserProfilePictureMutationData, UsersUpdateUserProfilePictureMutationError, UsersUpdateUserProfilePictureMutationVariables>): UseMutationResult<UsersUpdateUserProfilePictureMutationData, UsersUpdateUserProfilePictureMutationError, UsersUpdateUserProfilePictureMutationVariables>;
|
|
24
24
|
export declare function mutationKeyUsersUpdateUserProfilePicture(): MutationKey;
|
|
@@ -16,7 +16,7 @@ const _context_js_1 = require("./_context.js");
|
|
|
16
16
|
* Register profile picture metadata for S3 direct upload
|
|
17
17
|
*
|
|
18
18
|
* @remarks
|
|
19
|
-
* Register profile picture metadata for a user. The
|
|
19
|
+
* Register profile picture metadata for a user and obtain a presigned S3 upload URL. The flow is two-step: (1) call this endpoint with the image's file name, content type, and size; (2) PUT the file bytes to the returned upload_url with the matching Content-Type header. The file is stored at user_profile_image/{id}{ext} in the uploads bucket, where {ext} is derived from image_file_name and may be empty, and is processed asynchronously (resize to tiny/thumb/large variants). Use 'me' as the id for the authenticated user. Requires authentication and either self-ownership or 'users:edit' permission. API users must be authorized via MarketplaceAppActivation for the target user.
|
|
20
20
|
*/
|
|
21
21
|
function useUsersUpdateUserProfilePictureMutation(options) {
|
|
22
22
|
const client = (0, _context_js_1.useGreenSecurityContext)();
|
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
import { QueryClient, QueryFunctionContext, QueryKey } from "@tanstack/react-query";
|
|
2
2
|
import { GreenSecurityCore } from "../core.js";
|
|
3
3
|
import { RequestOptions } from "../lib/sdks.js";
|
|
4
|
+
import * as components from "../models/components/index.js";
|
|
4
5
|
import * as operations from "../models/operations/index.js";
|
|
5
|
-
|
|
6
|
+
import { PageIterator } from "../types/operations.js";
|
|
7
|
+
export type VendorsListVendorAdditionalFacilityFieldsQueryData = operations.ListVendorAdditionalFacilityFieldsResponse;
|
|
8
|
+
export type VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData = PageIterator<operations.ListVendorAdditionalFacilityFieldsResponse, {
|
|
9
|
+
page: number;
|
|
10
|
+
}>;
|
|
11
|
+
export type VendorsListVendorAdditionalFacilityFieldsPageParams = PageIterator<operations.ListVendorAdditionalFacilityFieldsResponse, {
|
|
12
|
+
page: number;
|
|
13
|
+
}>["~next"];
|
|
6
14
|
export declare function prefetchVendorsListVendorAdditionalFacilityFields(queryClient: QueryClient, client$: GreenSecurityCore, request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: RequestOptions): Promise<void>;
|
|
15
|
+
export declare function prefetchVendorsListVendorAdditionalFacilityFieldsInfinite(queryClient: QueryClient, client$: GreenSecurityCore, request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: RequestOptions): Promise<void>;
|
|
7
16
|
export declare function buildVendorsListVendorAdditionalFacilityFieldsQuery(client$: GreenSecurityCore, request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: RequestOptions): {
|
|
8
17
|
queryKey: QueryKey;
|
|
9
18
|
queryFn: (context: QueryFunctionContext) => Promise<VendorsListVendorAdditionalFacilityFieldsQueryData>;
|
|
10
19
|
};
|
|
11
|
-
export declare function
|
|
20
|
+
export declare function buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery(client$: GreenSecurityCore, request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: RequestOptions): {
|
|
21
|
+
queryKey: QueryKey;
|
|
22
|
+
queryFn: (context: QueryFunctionContext<QueryKey, VendorsListVendorAdditionalFacilityFieldsPageParams>) => Promise<VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData>;
|
|
23
|
+
};
|
|
24
|
+
export declare function queryKeyVendorsListVendorAdditionalFacilityFields(vendorIdOrMe: string, parameters: {
|
|
25
|
+
sort?: string | null | undefined;
|
|
26
|
+
desc?: components.Desc | undefined;
|
|
27
|
+
page?: number | undefined;
|
|
28
|
+
itemsPerPage?: number | undefined;
|
|
29
|
+
}): QueryKey;
|
|
30
|
+
export declare function queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite(vendorIdOrMe: string, parameters: {
|
|
31
|
+
sort?: string | null | undefined;
|
|
32
|
+
desc?: components.Desc | undefined;
|
|
33
|
+
page?: number | undefined;
|
|
34
|
+
itemsPerPage?: number | undefined;
|
|
35
|
+
}): QueryKey;
|
|
12
36
|
//# sourceMappingURL=vendorsListVendorAdditionalFacilityFields.core.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.core.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACT,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAG/C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,MAAM,MAAM,kDAAkD,GAC5D,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.core.d.ts","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.core.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,QAAQ,EACT,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAG/C,OAAO,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAwB,MAAM,wBAAwB,CAAC;AAE5E,MAAM,MAAM,kDAAkD,GAC5D,UAAU,CAAC,0CAA0C,CAAC;AAExD,MAAM,MAAM,0DAA0D,GACpE,YAAY,CACV,UAAU,CAAC,0CAA0C,EACrD;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CACjB,CAAC;AAEJ,MAAM,MAAM,mDAAmD,GAAG,YAAY,CAC5E,UAAU,CAAC,0CAA0C,EACrD;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CACjB,CAAC,OAAO,CAAC,CAAC;AAEX,wBAAgB,iDAAiD,CAC/D,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,iBAAiB,EAC1B,OAAO,EAAE,UAAU,CAAC,yCAAyC,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAQf;AAED,wBAAgB,yDAAyD,CACvE,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,iBAAiB,EAC1B,OAAO,EAAE,UAAU,CAAC,yCAAyC,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,IAAI,CAAC,CAaf;AAED,wBAAgB,mDAAmD,CACjE,OAAO,EAAE,iBAAiB,EAC1B,OAAO,EAAE,UAAU,CAAC,yCAAyC,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,kDAAkD,CAAC,CAAC;CAClE,CAgCA;AAED,wBAAgB,2DAA2D,CACzE,OAAO,EAAE,iBAAiB,EAC1B,OAAO,EAAE,UAAU,CAAC,yCAAyC,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB;IACD,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,EAAE,CACP,OAAO,EAAE,oBAAoB,CAC3B,QAAQ,EACR,mDAAmD,CACpD,KACE,OAAO,CAAC,0DAA0D,CAAC,CAAC;CAC1E,CA2CA;AAED,wBAAgB,iDAAiD,CAC/D,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE;IACV,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,IAAI,CAAC,EAAE,UAAU,CAAC,IAAI,GAAG,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,GACA,QAAQ,CAQV;AAED,wBAAgB,yDAAyD,CACvE,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE;IACV,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACjC,IAAI,CAAC,EAAE,UAAU,CAAC,IAAI,GAAG,SAAS,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,GACA,QAAQ,CASV"}
|
|
@@ -5,19 +5,36 @@
|
|
|
5
5
|
*/
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.prefetchVendorsListVendorAdditionalFacilityFields = prefetchVendorsListVendorAdditionalFacilityFields;
|
|
8
|
+
exports.prefetchVendorsListVendorAdditionalFacilityFieldsInfinite = prefetchVendorsListVendorAdditionalFacilityFieldsInfinite;
|
|
8
9
|
exports.buildVendorsListVendorAdditionalFacilityFieldsQuery = buildVendorsListVendorAdditionalFacilityFieldsQuery;
|
|
10
|
+
exports.buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery = buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery;
|
|
9
11
|
exports.queryKeyVendorsListVendorAdditionalFacilityFields = queryKeyVendorsListVendorAdditionalFacilityFields;
|
|
12
|
+
exports.queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite = queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite;
|
|
10
13
|
const vendorsListVendorAdditionalFacilityFields_js_1 = require("../funcs/vendorsListVendorAdditionalFacilityFields.js");
|
|
11
14
|
const primitives_js_1 = require("../lib/primitives.js");
|
|
12
15
|
const fp_js_1 = require("../types/fp.js");
|
|
16
|
+
const operations_js_1 = require("../types/operations.js");
|
|
17
|
+
const _types_js_1 = require("./_types.js");
|
|
13
18
|
function prefetchVendorsListVendorAdditionalFacilityFields(queryClient, client$, request, options) {
|
|
14
19
|
return queryClient.prefetchQuery({
|
|
15
20
|
...buildVendorsListVendorAdditionalFacilityFieldsQuery(client$, request, options),
|
|
16
21
|
});
|
|
17
22
|
}
|
|
23
|
+
function prefetchVendorsListVendorAdditionalFacilityFieldsInfinite(queryClient, client$, request, options) {
|
|
24
|
+
return queryClient.prefetchInfiniteQuery({
|
|
25
|
+
...buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery(client$, request, options),
|
|
26
|
+
initialPageParam: undefined,
|
|
27
|
+
getNextPageParam: (previousPage) => previousPage["~next"],
|
|
28
|
+
});
|
|
29
|
+
}
|
|
18
30
|
function buildVendorsListVendorAdditionalFacilityFieldsQuery(client$, request, options) {
|
|
19
31
|
return {
|
|
20
|
-
queryKey: queryKeyVendorsListVendorAdditionalFacilityFields(request.vendorIdOrMe
|
|
32
|
+
queryKey: queryKeyVendorsListVendorAdditionalFacilityFields(request.vendorIdOrMe, {
|
|
33
|
+
sort: request.sort,
|
|
34
|
+
desc: request.desc,
|
|
35
|
+
page: request.page,
|
|
36
|
+
itemsPerPage: request.itemsPerPage,
|
|
37
|
+
}),
|
|
21
38
|
queryFn: async function vendorsListVendorAdditionalFacilityFieldsQueryFn(ctx) {
|
|
22
39
|
const sig = (0, primitives_js_1.combineSignals)(ctx.signal, options?.signal, options?.fetchOptions?.signal);
|
|
23
40
|
const mergedOptions = {
|
|
@@ -29,12 +46,49 @@ function buildVendorsListVendorAdditionalFacilityFieldsQuery(client$, request, o
|
|
|
29
46
|
},
|
|
30
47
|
};
|
|
31
48
|
}
|
|
32
|
-
function
|
|
49
|
+
function buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery(client$, request, options) {
|
|
50
|
+
return {
|
|
51
|
+
queryKey: queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite(request.vendorIdOrMe, {
|
|
52
|
+
sort: request.sort,
|
|
53
|
+
desc: request.desc,
|
|
54
|
+
page: request.page,
|
|
55
|
+
itemsPerPage: request.itemsPerPage,
|
|
56
|
+
}),
|
|
57
|
+
queryFn: async function vendorsListVendorAdditionalFacilityFieldsQuery(ctx) {
|
|
58
|
+
const sig = (0, primitives_js_1.combineSignals)(ctx.signal, options?.fetchOptions?.signal);
|
|
59
|
+
const mergedOptions = {
|
|
60
|
+
...options,
|
|
61
|
+
fetchOptions: { ...options?.fetchOptions, signal: sig },
|
|
62
|
+
};
|
|
63
|
+
if (!ctx.pageParam) {
|
|
64
|
+
const pageResult = await (0, operations_js_1.unwrapResultIterator)((0, vendorsListVendorAdditionalFacilityFields_js_1.vendorsListVendorAdditionalFacilityFields)(client$, request, mergedOptions));
|
|
65
|
+
return (0, _types_js_1.pageIteratorToJSON)(pageResult);
|
|
66
|
+
}
|
|
67
|
+
const pageResult = await (0, operations_js_1.unwrapResultIterator)((0, vendorsListVendorAdditionalFacilityFields_js_1.vendorsListVendorAdditionalFacilityFields)(client$, {
|
|
68
|
+
...request,
|
|
69
|
+
page: ctx.pageParam.page,
|
|
70
|
+
}, mergedOptions));
|
|
71
|
+
return (0, _types_js_1.pageIteratorToJSON)(pageResult);
|
|
72
|
+
},
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
function queryKeyVendorsListVendorAdditionalFacilityFields(vendorIdOrMe, parameters) {
|
|
76
|
+
return [
|
|
77
|
+
"@greensecurity/javascript-sdk",
|
|
78
|
+
"vendors",
|
|
79
|
+
"listVendorAdditionalFacilityFields",
|
|
80
|
+
vendorIdOrMe,
|
|
81
|
+
parameters,
|
|
82
|
+
];
|
|
83
|
+
}
|
|
84
|
+
function queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite(vendorIdOrMe, parameters) {
|
|
33
85
|
return [
|
|
34
86
|
"@greensecurity/javascript-sdk",
|
|
35
87
|
"vendors",
|
|
36
88
|
"listVendorAdditionalFacilityFields",
|
|
89
|
+
"infinite",
|
|
37
90
|
vendorIdOrMe,
|
|
91
|
+
parameters,
|
|
38
92
|
];
|
|
39
93
|
}
|
|
40
94
|
//# sourceMappingURL=vendorsListVendorAdditionalFacilityFields.core.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.core.js","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.core.ts"],"names":[],"mappings":";AAAA;;;GAGG;;
|
|
1
|
+
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.core.js","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.core.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { InvalidateQueryFilters, QueryClient, UseQueryResult, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
1
|
+
import { InfiniteData, InvalidateQueryFilters, QueryClient, UseInfiniteQueryResult, UseQueryResult, UseSuspenseInfiniteQueryResult, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
2
|
+
import * as components from "../models/components/index.js";
|
|
2
3
|
import { GreenSecurityError } from "../models/errors/greensecurityerror.js";
|
|
3
4
|
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
|
|
4
5
|
import * as errors from "../models/errors/index.js";
|
|
5
6
|
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
|
|
6
7
|
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
|
|
7
8
|
import * as operations from "../models/operations/index.js";
|
|
8
|
-
import { QueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
|
|
9
|
-
import { buildVendorsListVendorAdditionalFacilityFieldsQuery, prefetchVendorsListVendorAdditionalFacilityFields, queryKeyVendorsListVendorAdditionalFacilityFields, VendorsListVendorAdditionalFacilityFieldsQueryData } from "./vendorsListVendorAdditionalFacilityFields.core.js";
|
|
10
|
-
export { buildVendorsListVendorAdditionalFacilityFieldsQuery, prefetchVendorsListVendorAdditionalFacilityFields, queryKeyVendorsListVendorAdditionalFacilityFields, type VendorsListVendorAdditionalFacilityFieldsQueryData, };
|
|
9
|
+
import { InfiniteQueryHookOptions, QueryHookOptions, SuspenseInfiniteQueryHookOptions, SuspenseQueryHookOptions, TupleToPrefixes } from "./_types.js";
|
|
10
|
+
import { buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery, buildVendorsListVendorAdditionalFacilityFieldsQuery, prefetchVendorsListVendorAdditionalFacilityFields, prefetchVendorsListVendorAdditionalFacilityFieldsInfinite, queryKeyVendorsListVendorAdditionalFacilityFields, queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite, VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData, VendorsListVendorAdditionalFacilityFieldsPageParams, VendorsListVendorAdditionalFacilityFieldsQueryData } from "./vendorsListVendorAdditionalFacilityFields.core.js";
|
|
11
|
+
export { buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery, buildVendorsListVendorAdditionalFacilityFieldsQuery, prefetchVendorsListVendorAdditionalFacilityFields, prefetchVendorsListVendorAdditionalFacilityFieldsInfinite, queryKeyVendorsListVendorAdditionalFacilityFields, queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite, type VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData, type VendorsListVendorAdditionalFacilityFieldsPageParams, type VendorsListVendorAdditionalFacilityFieldsQueryData, };
|
|
11
12
|
export type VendorsListVendorAdditionalFacilityFieldsQueryError = errors.ApiErrorResponse | GreenSecurityError | ResponseValidationError | ConnectionError | RequestAbortedError | RequestTimeoutError | InvalidRequestError | UnexpectedClientError | SDKValidationError;
|
|
12
13
|
/**
|
|
13
14
|
* List of vendor's additional facility fields
|
|
@@ -15,11 +16,12 @@ export type VendorsListVendorAdditionalFacilityFieldsQueryError = errors.ApiErro
|
|
|
15
16
|
* @remarks
|
|
16
17
|
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
17
18
|
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* `
|
|
21
|
-
*
|
|
22
|
-
*
|
|
19
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
20
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
21
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
22
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
23
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
24
|
+
* consumers migrate.
|
|
23
25
|
*
|
|
24
26
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
25
27
|
*/
|
|
@@ -30,16 +32,65 @@ export declare function useVendorsListVendorAdditionalFacilityFields(request: op
|
|
|
30
32
|
* @remarks
|
|
31
33
|
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
32
34
|
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* `
|
|
36
|
-
*
|
|
37
|
-
*
|
|
35
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
36
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
37
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
38
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
39
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
40
|
+
* consumers migrate.
|
|
38
41
|
*
|
|
39
42
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
40
43
|
*/
|
|
41
44
|
export declare function useVendorsListVendorAdditionalFacilityFieldsSuspense(request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: SuspenseQueryHookOptions<VendorsListVendorAdditionalFacilityFieldsQueryData, VendorsListVendorAdditionalFacilityFieldsQueryError>): UseSuspenseQueryResult<VendorsListVendorAdditionalFacilityFieldsQueryData, VendorsListVendorAdditionalFacilityFieldsQueryError>;
|
|
42
|
-
|
|
43
|
-
|
|
45
|
+
/**
|
|
46
|
+
* List of vendor's additional facility fields
|
|
47
|
+
*
|
|
48
|
+
* @remarks
|
|
49
|
+
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
50
|
+
*
|
|
51
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
52
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
53
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
54
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
55
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
56
|
+
* consumers migrate.
|
|
57
|
+
*
|
|
58
|
+
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
59
|
+
*/
|
|
60
|
+
export declare function useVendorsListVendorAdditionalFacilityFieldsInfinite(request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: InfiniteQueryHookOptions<VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData, VendorsListVendorAdditionalFacilityFieldsQueryError>): UseInfiniteQueryResult<InfiniteData<VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData, VendorsListVendorAdditionalFacilityFieldsPageParams>, VendorsListVendorAdditionalFacilityFieldsQueryError>;
|
|
61
|
+
/**
|
|
62
|
+
* List of vendor's additional facility fields
|
|
63
|
+
*
|
|
64
|
+
* @remarks
|
|
65
|
+
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
66
|
+
*
|
|
67
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
68
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
69
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
70
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
71
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
72
|
+
* consumers migrate.
|
|
73
|
+
*
|
|
74
|
+
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
75
|
+
*/
|
|
76
|
+
export declare function useVendorsListVendorAdditionalFacilityFieldsInfiniteSuspense(request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: SuspenseInfiniteQueryHookOptions<VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData, VendorsListVendorAdditionalFacilityFieldsQueryError>): UseSuspenseInfiniteQueryResult<InfiniteData<VendorsListVendorAdditionalFacilityFieldsInfiniteQueryData, VendorsListVendorAdditionalFacilityFieldsPageParams>, VendorsListVendorAdditionalFacilityFieldsQueryError>;
|
|
77
|
+
export declare function setVendorsListVendorAdditionalFacilityFieldsData(client: QueryClient, queryKeyBase: [
|
|
78
|
+
vendorIdOrMe: string,
|
|
79
|
+
parameters: {
|
|
80
|
+
sort?: string | null | undefined;
|
|
81
|
+
desc?: components.Desc | undefined;
|
|
82
|
+
page?: number | undefined;
|
|
83
|
+
itemsPerPage?: number | undefined;
|
|
84
|
+
}
|
|
85
|
+
], data: VendorsListVendorAdditionalFacilityFieldsQueryData): VendorsListVendorAdditionalFacilityFieldsQueryData | undefined;
|
|
86
|
+
export declare function invalidateVendorsListVendorAdditionalFacilityFields(client: QueryClient, queryKeyBase: TupleToPrefixes<[
|
|
87
|
+
vendorIdOrMe: string,
|
|
88
|
+
parameters: {
|
|
89
|
+
sort?: string | null | undefined;
|
|
90
|
+
desc?: components.Desc | undefined;
|
|
91
|
+
page?: number | undefined;
|
|
92
|
+
itemsPerPage?: number | undefined;
|
|
93
|
+
}
|
|
94
|
+
]>, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
44
95
|
export declare function invalidateAllVendorsListVendorAdditionalFacilityFields(client: QueryClient, filters?: Omit<InvalidateQueryFilters, "queryKey" | "predicate" | "exact">): Promise<void>;
|
|
45
96
|
//# sourceMappingURL=vendorsListVendorAdditionalFacilityFields.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.d.ts","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.ts"],"names":[],"mappings":"AAKA,OAAO,EACL,sBAAsB,EACtB,WAAW,
|
|
1
|
+
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.d.ts","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,29 +4,35 @@
|
|
|
4
4
|
* @generated-id: e58c349a68c8
|
|
5
5
|
*/
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.queryKeyVendorsListVendorAdditionalFacilityFields = exports.prefetchVendorsListVendorAdditionalFacilityFields = exports.buildVendorsListVendorAdditionalFacilityFieldsQuery = void 0;
|
|
7
|
+
exports.queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite = exports.queryKeyVendorsListVendorAdditionalFacilityFields = exports.prefetchVendorsListVendorAdditionalFacilityFieldsInfinite = exports.prefetchVendorsListVendorAdditionalFacilityFields = exports.buildVendorsListVendorAdditionalFacilityFieldsQuery = exports.buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery = void 0;
|
|
8
8
|
exports.useVendorsListVendorAdditionalFacilityFields = useVendorsListVendorAdditionalFacilityFields;
|
|
9
9
|
exports.useVendorsListVendorAdditionalFacilityFieldsSuspense = useVendorsListVendorAdditionalFacilityFieldsSuspense;
|
|
10
|
+
exports.useVendorsListVendorAdditionalFacilityFieldsInfinite = useVendorsListVendorAdditionalFacilityFieldsInfinite;
|
|
11
|
+
exports.useVendorsListVendorAdditionalFacilityFieldsInfiniteSuspense = useVendorsListVendorAdditionalFacilityFieldsInfiniteSuspense;
|
|
10
12
|
exports.setVendorsListVendorAdditionalFacilityFieldsData = setVendorsListVendorAdditionalFacilityFieldsData;
|
|
11
13
|
exports.invalidateVendorsListVendorAdditionalFacilityFields = invalidateVendorsListVendorAdditionalFacilityFields;
|
|
12
14
|
exports.invalidateAllVendorsListVendorAdditionalFacilityFields = invalidateAllVendorsListVendorAdditionalFacilityFields;
|
|
13
15
|
const react_query_1 = require("@tanstack/react-query");
|
|
14
16
|
const _context_js_1 = require("./_context.js");
|
|
15
17
|
const vendorsListVendorAdditionalFacilityFields_core_js_1 = require("./vendorsListVendorAdditionalFacilityFields.core.js");
|
|
18
|
+
Object.defineProperty(exports, "buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery", { enumerable: true, get: function () { return vendorsListVendorAdditionalFacilityFields_core_js_1.buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery; } });
|
|
16
19
|
Object.defineProperty(exports, "buildVendorsListVendorAdditionalFacilityFieldsQuery", { enumerable: true, get: function () { return vendorsListVendorAdditionalFacilityFields_core_js_1.buildVendorsListVendorAdditionalFacilityFieldsQuery; } });
|
|
17
20
|
Object.defineProperty(exports, "prefetchVendorsListVendorAdditionalFacilityFields", { enumerable: true, get: function () { return vendorsListVendorAdditionalFacilityFields_core_js_1.prefetchVendorsListVendorAdditionalFacilityFields; } });
|
|
21
|
+
Object.defineProperty(exports, "prefetchVendorsListVendorAdditionalFacilityFieldsInfinite", { enumerable: true, get: function () { return vendorsListVendorAdditionalFacilityFields_core_js_1.prefetchVendorsListVendorAdditionalFacilityFieldsInfinite; } });
|
|
18
22
|
Object.defineProperty(exports, "queryKeyVendorsListVendorAdditionalFacilityFields", { enumerable: true, get: function () { return vendorsListVendorAdditionalFacilityFields_core_js_1.queryKeyVendorsListVendorAdditionalFacilityFields; } });
|
|
23
|
+
Object.defineProperty(exports, "queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite", { enumerable: true, get: function () { return vendorsListVendorAdditionalFacilityFields_core_js_1.queryKeyVendorsListVendorAdditionalFacilityFieldsInfinite; } });
|
|
19
24
|
/**
|
|
20
25
|
* List of vendor's additional facility fields
|
|
21
26
|
*
|
|
22
27
|
* @remarks
|
|
23
28
|
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
24
29
|
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* `
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
31
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
32
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
33
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
34
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
35
|
+
* consumers migrate.
|
|
30
36
|
*
|
|
31
37
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
32
38
|
*/
|
|
@@ -43,11 +49,12 @@ function useVendorsListVendorAdditionalFacilityFields(request, options) {
|
|
|
43
49
|
* @remarks
|
|
44
50
|
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
45
51
|
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* `
|
|
49
|
-
*
|
|
50
|
-
*
|
|
52
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
53
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
54
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
55
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
56
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
57
|
+
* consumers migrate.
|
|
51
58
|
*
|
|
52
59
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
53
60
|
*/
|
|
@@ -58,6 +65,54 @@ function useVendorsListVendorAdditionalFacilityFieldsSuspense(request, options)
|
|
|
58
65
|
...options,
|
|
59
66
|
});
|
|
60
67
|
}
|
|
68
|
+
/**
|
|
69
|
+
* List of vendor's additional facility fields
|
|
70
|
+
*
|
|
71
|
+
* @remarks
|
|
72
|
+
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
73
|
+
*
|
|
74
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
75
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
76
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
77
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
78
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
79
|
+
* consumers migrate.
|
|
80
|
+
*
|
|
81
|
+
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
82
|
+
*/
|
|
83
|
+
function useVendorsListVendorAdditionalFacilityFieldsInfinite(request, options) {
|
|
84
|
+
const client = (0, _context_js_1.useGreenSecurityContext)();
|
|
85
|
+
return (0, react_query_1.useInfiniteQuery)({
|
|
86
|
+
...(0, vendorsListVendorAdditionalFacilityFields_core_js_1.buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery)(client, request, options),
|
|
87
|
+
initialPageParam: options?.initialPageParam,
|
|
88
|
+
getNextPageParam: (previousPage) => previousPage["~next"],
|
|
89
|
+
...options,
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* List of vendor's additional facility fields
|
|
94
|
+
*
|
|
95
|
+
* @remarks
|
|
96
|
+
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
97
|
+
*
|
|
98
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
99
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
100
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
101
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
102
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
103
|
+
* consumers migrate.
|
|
104
|
+
*
|
|
105
|
+
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
106
|
+
*/
|
|
107
|
+
function useVendorsListVendorAdditionalFacilityFieldsInfiniteSuspense(request, options) {
|
|
108
|
+
const client = (0, _context_js_1.useGreenSecurityContext)();
|
|
109
|
+
return (0, react_query_1.useSuspenseInfiniteQuery)({
|
|
110
|
+
...(0, vendorsListVendorAdditionalFacilityFields_core_js_1.buildVendorsListVendorAdditionalFacilityFieldsInfiniteQuery)(client, request, options),
|
|
111
|
+
initialPageParam: options?.initialPageParam,
|
|
112
|
+
getNextPageParam: (previousPage) => previousPage["~next"],
|
|
113
|
+
...options,
|
|
114
|
+
});
|
|
115
|
+
}
|
|
61
116
|
function setVendorsListVendorAdditionalFacilityFieldsData(client, queryKeyBase, data) {
|
|
62
117
|
const key = (0, vendorsListVendorAdditionalFacilityFields_core_js_1.queryKeyVendorsListVendorAdditionalFacilityFields)(...queryKeyBase);
|
|
63
118
|
return client.setQueryData(key, data);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.js","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;
|
|
1
|
+
{"version":3,"file":"vendorsListVendorAdditionalFacilityFields.js","sourceRoot":"","sources":["../../../src/react-query/vendorsListVendorAdditionalFacilityFields.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAsFH,oGAmBC;AAiBD,oHAmBC;AAiBD,oHAiCC;AAiBD,oIAiCC;AAED,4GAoBC;AAED,kHAwBC;AAED,wHAYC;AA7SD,uDAa+B;AAc/B,+CAAwD;AAQxD,2HAU6D;AAE3D,4IAXA,+GAA2D,OAWA;AAC3D,oIAXA,uGAAmD,OAWA;AACnD,kIAXA,qGAAiD,OAWA;AACjD,0IAXA,6GAAyD,OAWA;AACzD,kIAXA,qGAAiD,OAWA;AACjD,0IAXA,6GAAyD,OAWA;AAiB3D;;;;;;;;;;;;;;GAcG;AACH,SAAgB,4CAA4C,CAC1D,OAA6D,EAC7D,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,qCAAuB,GAAE,CAAC;IACzC,OAAO,IAAA,sBAAQ,EAAC;QACd,GAAG,IAAA,uGAAmD,EACpD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;;;;;;;;;;;;;GAcG;AACH,SAAgB,oDAAoD,CAClE,OAA6D,EAC7D,OAGC;IAKD,MAAM,MAAM,GAAG,IAAA,qCAAuB,GAAE,CAAC;IACzC,OAAO,IAAA,8BAAgB,EAAC;QACtB,GAAG,IAAA,uGAAmD,EACpD,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;;;;;;;;;;;;;GAcG;AACH,SAAgB,oDAAoD,CAClE,OAA6D,EAC7D,OAGC;IAQD,MAAM,MAAM,GAAG,IAAA,qCAAuB,GAAE,CAAC;IACzC,OAAO,IAAA,8BAAgB,EASrB;QACA,GAAG,IAAA,+GAA2D,EAC5D,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,gBAAgB,EAAE,OAAO,EAAE,gBAAgB;QAC3C,gBAAgB,EAAE,CAAC,YAAY,EAAE,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC;QACzD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED;;;;;;;;;;;;;;GAcG;AACH,SAAgB,4DAA4D,CAC1E,OAA6D,EAC7D,OAGC;IAQD,MAAM,MAAM,GAAG,IAAA,qCAAuB,GAAE,CAAC;IACzC,OAAO,IAAA,sCAAwB,EAS7B;QACA,GAAG,IAAA,+GAA2D,EAC5D,MAAM,EACN,OAAO,EACP,OAAO,CACR;QACD,gBAAgB,EAAE,OAAO,EAAE,gBAAgB;QAC3C,gBAAgB,EAAE,CAAC,YAAY,EAAE,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC;QACzD,GAAG,OAAO;KACX,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,gDAAgD,CAC9D,MAAmB,EACnB,YAQC,EACD,IAAwD;IAExD,MAAM,GAAG,GAAG,IAAA,qGAAiD,EAC3D,GAAG,YAAY,CAChB,CAAC;IAEF,OAAO,MAAM,CAAC,YAAY,CAExB,GAAG,EAAE,IAAI,CAAC,CAAC;AACf,CAAC;AAED,SAAgB,mDAAmD,CACjE,MAAmB,EACnB,YAUC,EACD,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,+BAA+B;YAC/B,SAAS;YACT,oCAAoC;YACpC,GAAG,YAAY;SAChB;KACF,CAAC,CAAC;AACL,CAAC;AAED,SAAgB,sDAAsD,CACpE,MAAmB,EACnB,OAA0E;IAE1E,OAAO,MAAM,CAAC,iBAAiB,CAAC;QAC9B,GAAG,OAAO;QACV,QAAQ,EAAE;YACR,+BAA+B;YAC/B,SAAS;YACT,oCAAoC;SACrC;KACF,CAAC,CAAC;AACL,CAAC"}
|
|
@@ -126,7 +126,7 @@ export declare class Users extends ClientSDK {
|
|
|
126
126
|
* Register profile picture metadata for S3 direct upload
|
|
127
127
|
*
|
|
128
128
|
* @remarks
|
|
129
|
-
* Register profile picture metadata for a user. The
|
|
129
|
+
* Register profile picture metadata for a user and obtain a presigned S3 upload URL. The flow is two-step: (1) call this endpoint with the image's file name, content type, and size; (2) PUT the file bytes to the returned upload_url with the matching Content-Type header. The file is stored at user_profile_image/{id}{ext} in the uploads bucket, where {ext} is derived from image_file_name and may be empty, and is processed asynchronously (resize to tiny/thumb/large variants). Use 'me' as the id for the authenticated user. Requires authentication and either self-ownership or 'users:edit' permission. API users must be authorized via MarketplaceAppActivation for the target user.
|
|
130
130
|
*/
|
|
131
131
|
updateUserProfilePicture(request: operations.UpdateUserProfilePictureRequest, options?: RequestOptions): Promise<operations.UpdateUserProfilePictureUpdateUserProfilePictureOk>;
|
|
132
132
|
}
|
|
@@ -166,7 +166,7 @@ class Users extends sdks_js_1.ClientSDK {
|
|
|
166
166
|
* Register profile picture metadata for S3 direct upload
|
|
167
167
|
*
|
|
168
168
|
* @remarks
|
|
169
|
-
* Register profile picture metadata for a user. The
|
|
169
|
+
* Register profile picture metadata for a user and obtain a presigned S3 upload URL. The flow is two-step: (1) call this endpoint with the image's file name, content type, and size; (2) PUT the file bytes to the returned upload_url with the matching Content-Type header. The file is stored at user_profile_image/{id}{ext} in the uploads bucket, where {ext} is derived from image_file_name and may be empty, and is processed asynchronously (resize to tiny/thumb/large variants). Use 'me' as the id for the authenticated user. Requires authentication and either self-ownership or 'users:edit' permission. API users must be authorized via MarketplaceAppActivation for the target user.
|
|
170
170
|
*/
|
|
171
171
|
async updateUserProfilePicture(request, options) {
|
|
172
172
|
return (0, fp_js_1.unwrapAsync)((0, usersUpdateUserProfilePicture_js_1.usersUpdateUserProfilePicture)(this, request, options));
|
|
@@ -355,15 +355,18 @@ export declare class Vendors extends ClientSDK {
|
|
|
355
355
|
* @remarks
|
|
356
356
|
* Deprecated. Use `GET /vendors/{vendor_id_or_me}/custom-fields` instead.
|
|
357
357
|
*
|
|
358
|
-
*
|
|
359
|
-
*
|
|
360
|
-
* `
|
|
361
|
-
*
|
|
362
|
-
*
|
|
358
|
+
* Backward-compatible shape preserved: this endpoint continues to return
|
|
359
|
+
* the legacy paginated envelope (`items` + `pager`) with the original
|
|
360
|
+
* `system` / `facility` / `field` / `value` keys per item. New consumers
|
|
361
|
+
* should migrate to `/custom-fields`, which returns an unpaginated array
|
|
362
|
+
* with the `field_for` discriminator. Scheduled for removal after SDK
|
|
363
|
+
* consumers migrate.
|
|
363
364
|
*
|
|
364
365
|
* @deprecated method: This will be removed in a future release, please migrate away from it as soon as possible.
|
|
365
366
|
*/
|
|
366
|
-
listVendorAdditionalFacilityFields(request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: RequestOptions): Promise<operations.
|
|
367
|
+
listVendorAdditionalFacilityFields(request: operations.ListVendorAdditionalFacilityFieldsRequest, options?: RequestOptions): Promise<PageIterator<operations.ListVendorAdditionalFacilityFieldsResponse, {
|
|
368
|
+
page: number;
|
|
369
|
+
}>>;
|
|
367
370
|
/**
|
|
368
371
|
* List vendor custom fields
|
|
369
372
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendors.d.ts","sourceRoot":"","sources":["../../../src/sdk/vendors.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"vendors.d.ts","sourceRoot":"","sources":["../../../src/sdk/vendors.ts"],"names":[],"mappings":"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"}
|