Skip to content

Commit abafeac

Browse files
SDK regeneration (#230)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent bfc2e2f commit abafeac

File tree

7 files changed

+0
-141
lines changed

7 files changed

+0
-141
lines changed

reference.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff 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>

src/Client.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import { LaborClient } from "./api/resources/labor/client/Client";
2020
import { LocationsClient } from "./api/resources/locations/client/Client";
2121
import { LoyaltyClient } from "./api/resources/loyalty/client/Client";
2222
import { MerchantsClient } from "./api/resources/merchants/client/Client";
23-
import { MobileClient } from "./api/resources/mobile/client/Client";
2423
import { OAuthClient } from "./api/resources/oAuth/client/Client";
2524
import { OrdersClient } from "./api/resources/orders/client/Client";
2625
import { 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
}

src/api/resources/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ export * as loyalty from "./loyalty";
3737
export * from "./loyalty/client/requests";
3838
export * as merchants from "./merchants";
3939
export * from "./merchants/client/requests";
40-
export * as mobile from "./mobile";
4140
export * as oAuth from "./oAuth";
4241
export * from "./oAuth/client/requests";
4342
export * as orders from "./orders";

src/api/resources/mobile/client/Client.ts

Lines changed: 0 additions & 74 deletions
This file was deleted.

src/api/resources/mobile/client/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/api/resources/mobile/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/wire/mobile.test.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)