@victoria-company/agora-client 1.0.202511121252 → 1.0.202511121348
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -12685,6 +12685,7 @@ interface DelegateLookUpRequestBuilderGetQueryParameters {
|
|
|
12685
12685
|
languageCode?: string;
|
|
12686
12686
|
limit?: number;
|
|
12687
12687
|
locality?: string;
|
|
12688
|
+
onlyWorkshop?: boolean;
|
|
12688
12689
|
query?: string;
|
|
12689
12690
|
skip?: number;
|
|
12690
12691
|
street?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -12685,6 +12685,7 @@ interface DelegateLookUpRequestBuilderGetQueryParameters {
|
|
|
12685
12685
|
languageCode?: string;
|
|
12686
12686
|
limit?: number;
|
|
12687
12687
|
locality?: string;
|
|
12688
|
+
onlyWorkshop?: boolean;
|
|
12688
12689
|
query?: string;
|
|
12689
12690
|
skip?: number;
|
|
12690
12691
|
street?: string;
|
package/dist/index.js
CHANGED
|
@@ -10281,7 +10281,7 @@ var ContactRequestRequestBuilderRequestsMetadata = {
|
|
|
10281
10281
|
};
|
|
10282
10282
|
|
|
10283
10283
|
// src/api/gateway/delegateLookUp/index.ts
|
|
10284
|
-
var DelegateLookUpRequestBuilderUriTemplate = "{+baseurl}/api/gateway/delegate-look-up?contextId={contextId}&languageCode={languageCode}{&clientId*,countryCode*,limit*,locality*,query*,skip*,street*,zipCode*}";
|
|
10284
|
+
var DelegateLookUpRequestBuilderUriTemplate = "{+baseurl}/api/gateway/delegate-look-up?contextId={contextId}&languageCode={languageCode}{&clientId*,countryCode*,limit*,locality*,onlyWorkshop*,query*,skip*,street*,zipCode*}";
|
|
10285
10285
|
var DelegateLookUpRequestBuilderRequestsMetadata = {
|
|
10286
10286
|
get: {
|
|
10287
10287
|
uriTemplate: DelegateLookUpRequestBuilderUriTemplate,
|