File tree Expand file tree Collapse file tree 7 files changed +0
-141
lines changed
Expand file tree Collapse file tree 7 files changed +0
-141
lines changed Original file line number Diff line number Diff line change @@ -13705,48 +13705,6 @@ await client.vendors.update({
1370513705</dl>
1370613706
1370713707
13708- </dd >
13709- </dl >
13710- </details >
13711-
13712- ## Mobile
13713- <details ><summary ><code >client.mobile.<a href =" /src/api/resources/mobile/client/Client.ts " >authorizationCode</a >() -> void</code ></summary >
13714- <dl >
13715- <dd >
13716-
13717- #### 🔌 Usage
13718-
13719- <dl >
13720- <dd >
13721-
13722- <dl >
13723- <dd >
13724-
13725- ``` typescript
13726- await client .mobile .authorizationCode ();
13727-
13728- ```
13729- </dd >
13730- </dl >
13731- </dd >
13732- </dl >
13733-
13734- #### ⚙️ Parameters
13735-
13736- <dl >
13737- <dd >
13738-
13739- <dl >
13740- <dd >
13741-
13742- ** requestOptions:** ` MobileClient.RequestOptions `
13743-
13744- </dd >
13745- </dl >
13746- </dd >
13747- </dl >
13748-
13749-
1375013708</dd>
1375113709</dl>
1375213710</details>
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import { LaborClient } from "./api/resources/labor/client/Client";
2020import { LocationsClient } from "./api/resources/locations/client/Client" ;
2121import { LoyaltyClient } from "./api/resources/loyalty/client/Client" ;
2222import { MerchantsClient } from "./api/resources/merchants/client/Client" ;
23- import { MobileClient } from "./api/resources/mobile/client/Client" ;
2423import { OAuthClient } from "./api/resources/oAuth/client/Client" ;
2524import { OrdersClient } from "./api/resources/orders/client/Client" ;
2625import { PaymentsClient } from "./api/resources/payments/client/Client" ;
@@ -80,7 +79,6 @@ export class SquareClient {
8079 protected _terminal : TerminalClient | undefined ;
8180 protected _transferOrders : TransferOrdersClient | undefined ;
8281 protected _vendors : VendorsClient | undefined ;
83- protected _mobile : MobileClient | undefined ;
8482 protected _cashDrawers : CashDrawersClient | undefined ;
8583 protected _webhooks : WebhooksClient | undefined ;
8684
@@ -220,10 +218,6 @@ export class SquareClient {
220218 return ( this . _vendors ??= new VendorsClient ( this . _options ) ) ;
221219 }
222220
223- public get mobile ( ) : MobileClient {
224- return ( this . _mobile ??= new MobileClient ( this . _options ) ) ;
225- }
226-
227221 public get cashDrawers ( ) : CashDrawersClient {
228222 return ( this . _cashDrawers ??= new CashDrawersClient ( this . _options ) ) ;
229223 }
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ export * as loyalty from "./loyalty";
3737export * from "./loyalty/client/requests" ;
3838export * as merchants from "./merchants" ;
3939export * from "./merchants/client/requests" ;
40- export * as mobile from "./mobile" ;
4140export * as oAuth from "./oAuth" ;
4241export * from "./oAuth/client/requests" ;
4342export * as orders from "./orders" ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments