@chrt-inc/typescript-sdk 0.0.183-b → 0.0.184
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/Client.js +2 -2
- package/dist/cjs/api/resources/dev/client/Client.d.ts +10 -10
- package/dist/cjs/api/resources/dev/client/Client.js +47 -47
- package/dist/cjs/api/resources/drivers/client/requests/DriverLastSeenReq.d.ts +1 -1
- package/dist/cjs/api/resources/offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.ts +1 -1
- package/dist/cjs/api/resources/offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.d.ts +1 -1
- package/dist/cjs/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.d.ts +1 -1
- package/dist/cjs/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/resources/payments/client/Client.d.ts +41 -0
- package/dist/cjs/api/resources/payments/client/Client.js +174 -0
- package/dist/cjs/api/resources/payments/client/requests/CreateConnectAccountLinkReq.d.ts +12 -0
- package/dist/cjs/api/resources/payments/client/requests/CreateDirectChargeReq.d.ts +17 -0
- package/dist/cjs/api/resources/payments/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.ts +1 -1
- package/dist/cjs/api/types/CourierOrgConnectionInfo1.d.ts +1 -1
- package/dist/cjs/api/types/{BaseModel.d.ts → CreateConnectAccountLinkRes.d.ts} +2 -1
- package/dist/cjs/api/types/CreateConnectAccountRes.d.ts +6 -0
- package/dist/cjs/api/types/CreateDirectChargeRes.d.ts +8 -0
- package/dist/cjs/api/types/CreateDirectChargeRes.js +5 -0
- package/dist/cjs/api/types/Driver1.d.ts +1 -1
- package/dist/cjs/api/types/LocationFeature.d.ts +17 -0
- package/dist/cjs/api/types/LocationFeature.js +5 -0
- package/dist/cjs/api/types/{FeatureInputGeometry.d.ts → LocationFeatureInputGeometry.d.ts} +2 -2
- package/dist/cjs/api/types/LocationFeatureInputGeometry.js +5 -0
- package/dist/cjs/api/types/{FeatureOutputGeometry.d.ts → LocationFeatureOutputGeometry.d.ts} +2 -2
- package/dist/cjs/api/types/LocationFeatureOutputGeometry.js +5 -0
- package/dist/cjs/api/types/LocationProperties.d.ts +11 -0
- package/dist/cjs/api/types/LocationProperties.js +5 -0
- package/dist/cjs/api/types/Milestone1.d.ts +1 -1
- package/dist/cjs/api/types/OffChrtShipperOrgConnectionInfo1.d.ts +1 -1
- package/dist/cjs/api/types/ShipperContactInfo1.d.ts +1 -1
- package/dist/cjs/api/types/ShipperContactInfoClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/ShipperOrgConnectionInfo1.d.ts +1 -1
- package/dist/cjs/api/types/Task1.d.ts +1 -1
- package/dist/cjs/api/types/TaskClientCreate1.d.ts +1 -1
- package/dist/cjs/api/types/UserPublicData6.d.ts +1 -0
- package/dist/cjs/api/types/index.d.ts +7 -4
- package/dist/cjs/api/types/index.js +7 -4
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/resources/dev/client/Client.d.mts +10 -10
- package/dist/esm/api/resources/dev/client/Client.mjs +47 -47
- package/dist/esm/api/resources/drivers/client/requests/DriverLastSeenReq.d.mts +1 -1
- package/dist/esm/api/resources/offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientCreate1.d.mts +1 -1
- package/dist/esm/api/resources/offChrtShipperOrgConnectionInfo/client/requests/OffChrtShipperOrgConnectionInfoClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientCreate1.d.mts +1 -1
- package/dist/esm/api/resources/orgConnectionInfos/resources/courier/client/requests/CourierOrgConnectionInfoClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientCreate1.d.mts +1 -1
- package/dist/esm/api/resources/orgConnectionInfos/resources/shipper/client/requests/ShipperOrgConnectionInfoClientUpdate1.d.mts +1 -1
- package/dist/esm/api/resources/payments/client/Client.d.mts +41 -0
- package/dist/esm/api/resources/payments/client/Client.mjs +174 -0
- package/dist/esm/api/resources/payments/client/requests/CreateConnectAccountLinkReq.d.mts +12 -0
- package/dist/esm/api/resources/payments/client/requests/CreateDirectChargeReq.d.mts +17 -0
- package/dist/esm/api/resources/payments/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/shipperContactInfo/client/requests/ShipperContactInfoClientUpdate1.d.mts +1 -1
- package/dist/esm/api/types/CourierOrgConnectionInfo1.d.mts +1 -1
- package/dist/esm/api/types/{BaseModel.d.mts → CreateConnectAccountLinkRes.d.mts} +2 -1
- package/dist/esm/api/types/CreateConnectAccountRes.d.mts +6 -0
- package/dist/esm/api/types/CreateDirectChargeRes.d.mts +8 -0
- package/dist/esm/api/types/CreateDirectChargeRes.mjs +4 -0
- package/dist/esm/api/types/Driver1.d.mts +1 -1
- package/dist/esm/api/types/LocationFeature.d.mts +17 -0
- package/dist/esm/api/types/LocationFeature.mjs +4 -0
- package/dist/esm/api/types/{FeatureInputGeometry.d.mts → LocationFeatureInputGeometry.d.mts} +2 -2
- package/dist/esm/api/types/LocationFeatureInputGeometry.mjs +4 -0
- package/dist/esm/api/types/{FeatureOutputGeometry.d.mts → LocationFeatureOutputGeometry.d.mts} +2 -2
- package/dist/esm/api/types/LocationFeatureOutputGeometry.mjs +4 -0
- package/dist/esm/api/types/LocationProperties.d.mts +11 -0
- package/dist/esm/api/types/LocationProperties.mjs +4 -0
- package/dist/esm/api/types/Milestone1.d.mts +1 -1
- package/dist/esm/api/types/OffChrtShipperOrgConnectionInfo1.d.mts +1 -1
- package/dist/esm/api/types/ShipperContactInfo1.d.mts +1 -1
- package/dist/esm/api/types/ShipperContactInfoClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/ShipperOrgConnectionInfo1.d.mts +1 -1
- package/dist/esm/api/types/Task1.d.mts +1 -1
- package/dist/esm/api/types/TaskClientCreate1.d.mts +1 -1
- package/dist/esm/api/types/UserPublicData6.d.mts +1 -0
- package/dist/esm/api/types/index.d.mts +7 -4
- package/dist/esm/api/types/index.mjs +7 -4
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
- package/reference.md +207 -21
- package/dist/cjs/api/types/Feature.d.ts +0 -18
- package/dist/esm/api/types/Feature.d.mts +0 -18
- /package/dist/cjs/api/{types/BaseModel.js → resources/payments/client/requests/CreateConnectAccountLinkReq.js} +0 -0
- /package/dist/cjs/api/{types/Feature.js → resources/payments/client/requests/CreateDirectChargeReq.js} +0 -0
- /package/dist/cjs/api/types/{FeatureInputGeometry.js → CreateConnectAccountLinkRes.js} +0 -0
- /package/dist/cjs/api/types/{FeatureOutputGeometry.js → CreateConnectAccountRes.js} +0 -0
- /package/dist/esm/api/{types/BaseModel.mjs → resources/payments/client/requests/CreateConnectAccountLinkReq.mjs} +0 -0
- /package/dist/esm/api/{types/Feature.mjs → resources/payments/client/requests/CreateDirectChargeReq.mjs} +0 -0
- /package/dist/esm/api/types/{FeatureInputGeometry.mjs → CreateConnectAccountLinkRes.mjs} +0 -0
- /package/dist/esm/api/types/{FeatureOutputGeometry.mjs → CreateConnectAccountRes.mjs} +0 -0
package/reference.md
CHANGED
|
@@ -167,7 +167,7 @@ await client.dev.getEmail();
|
|
|
167
167
|
</dl>
|
|
168
168
|
</details>
|
|
169
169
|
|
|
170
|
-
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">
|
|
170
|
+
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getTemplate</a>() -> string</code></summary>
|
|
171
171
|
<dl>
|
|
172
172
|
<dd>
|
|
173
173
|
|
|
@@ -179,7 +179,7 @@ await client.dev.getEmail();
|
|
|
179
179
|
<dl>
|
|
180
180
|
<dd>
|
|
181
181
|
|
|
182
|
-
|
|
182
|
+
Development template endpoint that returns the authenticated user's ID for testing.
|
|
183
183
|
|
|
184
184
|
</dd>
|
|
185
185
|
</dl>
|
|
@@ -195,7 +195,7 @@ Returns the current GitHub PR number and commit hash for the deployment.
|
|
|
195
195
|
<dd>
|
|
196
196
|
|
|
197
197
|
```typescript
|
|
198
|
-
await client.dev.
|
|
198
|
+
await client.dev.getTemplate();
|
|
199
199
|
```
|
|
200
200
|
|
|
201
201
|
</dd>
|
|
@@ -222,7 +222,7 @@ await client.dev.getGitInfo();
|
|
|
222
222
|
</dl>
|
|
223
223
|
</details>
|
|
224
224
|
|
|
225
|
-
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">
|
|
225
|
+
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">createTemplate</a>({ ...params }) -> Chrt.TemplateRes</code></summary>
|
|
226
226
|
<dl>
|
|
227
227
|
<dd>
|
|
228
228
|
|
|
@@ -234,7 +234,7 @@ await client.dev.getGitInfo();
|
|
|
234
234
|
<dl>
|
|
235
235
|
<dd>
|
|
236
236
|
|
|
237
|
-
Development template endpoint that
|
|
237
|
+
Development template endpoint that demonstrates transaction handling and request mirroring.
|
|
238
238
|
|
|
239
239
|
</dd>
|
|
240
240
|
</dl>
|
|
@@ -250,7 +250,11 @@ Development template endpoint that returns the authenticated user's ID for testi
|
|
|
250
250
|
<dd>
|
|
251
251
|
|
|
252
252
|
```typescript
|
|
253
|
-
await client.dev.
|
|
253
|
+
await client.dev.createTemplate({
|
|
254
|
+
message: "message",
|
|
255
|
+
number: 1,
|
|
256
|
+
timestamp: "2024-01-15T09:30:00Z",
|
|
257
|
+
});
|
|
254
258
|
```
|
|
255
259
|
|
|
256
260
|
</dd>
|
|
@@ -266,6 +270,14 @@ await client.dev.getTemplate();
|
|
|
266
270
|
<dl>
|
|
267
271
|
<dd>
|
|
268
272
|
|
|
273
|
+
**request:** `Chrt.TemplateReq`
|
|
274
|
+
|
|
275
|
+
</dd>
|
|
276
|
+
</dl>
|
|
277
|
+
|
|
278
|
+
<dl>
|
|
279
|
+
<dd>
|
|
280
|
+
|
|
269
281
|
**requestOptions:** `Dev.RequestOptions`
|
|
270
282
|
|
|
271
283
|
</dd>
|
|
@@ -277,7 +289,7 @@ await client.dev.getTemplate();
|
|
|
277
289
|
</dl>
|
|
278
290
|
</details>
|
|
279
291
|
|
|
280
|
-
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">
|
|
292
|
+
<details><summary><code>client.dev.<a href="/src/api/resources/dev/client/Client.ts">getGitInfo</a>() -> Record<string, string></code></summary>
|
|
281
293
|
<dl>
|
|
282
294
|
<dd>
|
|
283
295
|
|
|
@@ -289,7 +301,7 @@ await client.dev.getTemplate();
|
|
|
289
301
|
<dl>
|
|
290
302
|
<dd>
|
|
291
303
|
|
|
292
|
-
|
|
304
|
+
Returns the current GitHub PR number and commit hash for the deployment.
|
|
293
305
|
|
|
294
306
|
</dd>
|
|
295
307
|
</dl>
|
|
@@ -305,11 +317,7 @@ Development template endpoint that demonstrates transaction handling and request
|
|
|
305
317
|
<dd>
|
|
306
318
|
|
|
307
319
|
```typescript
|
|
308
|
-
await client.dev.
|
|
309
|
-
message: "message",
|
|
310
|
-
number: 1,
|
|
311
|
-
timestamp: "2024-01-15T09:30:00Z",
|
|
312
|
-
});
|
|
320
|
+
await client.dev.getGitInfo();
|
|
313
321
|
```
|
|
314
322
|
|
|
315
323
|
</dd>
|
|
@@ -325,14 +333,6 @@ await client.dev.createTemplate({
|
|
|
325
333
|
<dl>
|
|
326
334
|
<dd>
|
|
327
335
|
|
|
328
|
-
**request:** `Chrt.TemplateReq`
|
|
329
|
-
|
|
330
|
-
</dd>
|
|
331
|
-
</dl>
|
|
332
|
-
|
|
333
|
-
<dl>
|
|
334
|
-
<dd>
|
|
335
|
-
|
|
336
336
|
**requestOptions:** `Dev.RequestOptions`
|
|
337
337
|
|
|
338
338
|
</dd>
|
|
@@ -4434,6 +4434,192 @@ await client.payments.createCheckoutSession({
|
|
|
4434
4434
|
</dl>
|
|
4435
4435
|
</details>
|
|
4436
4436
|
|
|
4437
|
+
<details><summary><code>client.payments.<a href="/src/api/resources/payments/client/Client.ts">createConnectAccount</a>() -> Chrt.CreateConnectAccountRes</code></summary>
|
|
4438
|
+
<dl>
|
|
4439
|
+
<dd>
|
|
4440
|
+
|
|
4441
|
+
#### 📝 Description
|
|
4442
|
+
|
|
4443
|
+
<dl>
|
|
4444
|
+
<dd>
|
|
4445
|
+
|
|
4446
|
+
<dl>
|
|
4447
|
+
<dd>
|
|
4448
|
+
|
|
4449
|
+
Create a Stripe Connect account for receiving payments
|
|
4450
|
+
|
|
4451
|
+
</dd>
|
|
4452
|
+
</dl>
|
|
4453
|
+
</dd>
|
|
4454
|
+
</dl>
|
|
4455
|
+
|
|
4456
|
+
#### 🔌 Usage
|
|
4457
|
+
|
|
4458
|
+
<dl>
|
|
4459
|
+
<dd>
|
|
4460
|
+
|
|
4461
|
+
<dl>
|
|
4462
|
+
<dd>
|
|
4463
|
+
|
|
4464
|
+
```typescript
|
|
4465
|
+
await client.payments.createConnectAccount();
|
|
4466
|
+
```
|
|
4467
|
+
|
|
4468
|
+
</dd>
|
|
4469
|
+
</dl>
|
|
4470
|
+
</dd>
|
|
4471
|
+
</dl>
|
|
4472
|
+
|
|
4473
|
+
#### ⚙️ Parameters
|
|
4474
|
+
|
|
4475
|
+
<dl>
|
|
4476
|
+
<dd>
|
|
4477
|
+
|
|
4478
|
+
<dl>
|
|
4479
|
+
<dd>
|
|
4480
|
+
|
|
4481
|
+
**requestOptions:** `Payments.RequestOptions`
|
|
4482
|
+
|
|
4483
|
+
</dd>
|
|
4484
|
+
</dl>
|
|
4485
|
+
</dd>
|
|
4486
|
+
</dl>
|
|
4487
|
+
|
|
4488
|
+
</dd>
|
|
4489
|
+
</dl>
|
|
4490
|
+
</details>
|
|
4491
|
+
|
|
4492
|
+
<details><summary><code>client.payments.<a href="/src/api/resources/payments/client/Client.ts">createConnectAccountLink</a>({ ...params }) -> Chrt.CreateConnectAccountLinkRes</code></summary>
|
|
4493
|
+
<dl>
|
|
4494
|
+
<dd>
|
|
4495
|
+
|
|
4496
|
+
#### 📝 Description
|
|
4497
|
+
|
|
4498
|
+
<dl>
|
|
4499
|
+
<dd>
|
|
4500
|
+
|
|
4501
|
+
<dl>
|
|
4502
|
+
<dd>
|
|
4503
|
+
|
|
4504
|
+
Create an onboarding link for a Stripe Connect account
|
|
4505
|
+
|
|
4506
|
+
</dd>
|
|
4507
|
+
</dl>
|
|
4508
|
+
</dd>
|
|
4509
|
+
</dl>
|
|
4510
|
+
|
|
4511
|
+
#### 🔌 Usage
|
|
4512
|
+
|
|
4513
|
+
<dl>
|
|
4514
|
+
<dd>
|
|
4515
|
+
|
|
4516
|
+
<dl>
|
|
4517
|
+
<dd>
|
|
4518
|
+
|
|
4519
|
+
```typescript
|
|
4520
|
+
await client.payments.createConnectAccountLink({
|
|
4521
|
+
account_id: "account_id",
|
|
4522
|
+
});
|
|
4523
|
+
```
|
|
4524
|
+
|
|
4525
|
+
</dd>
|
|
4526
|
+
</dl>
|
|
4527
|
+
</dd>
|
|
4528
|
+
</dl>
|
|
4529
|
+
|
|
4530
|
+
#### ⚙️ Parameters
|
|
4531
|
+
|
|
4532
|
+
<dl>
|
|
4533
|
+
<dd>
|
|
4534
|
+
|
|
4535
|
+
<dl>
|
|
4536
|
+
<dd>
|
|
4537
|
+
|
|
4538
|
+
**request:** `Chrt.CreateConnectAccountLinkReq`
|
|
4539
|
+
|
|
4540
|
+
</dd>
|
|
4541
|
+
</dl>
|
|
4542
|
+
|
|
4543
|
+
<dl>
|
|
4544
|
+
<dd>
|
|
4545
|
+
|
|
4546
|
+
**requestOptions:** `Payments.RequestOptions`
|
|
4547
|
+
|
|
4548
|
+
</dd>
|
|
4549
|
+
</dl>
|
|
4550
|
+
</dd>
|
|
4551
|
+
</dl>
|
|
4552
|
+
|
|
4553
|
+
</dd>
|
|
4554
|
+
</dl>
|
|
4555
|
+
</details>
|
|
4556
|
+
|
|
4557
|
+
<details><summary><code>client.payments.<a href="/src/api/resources/payments/client/Client.ts">createDirectCharge</a>({ ...params }) -> Chrt.CreateDirectChargeRes</code></summary>
|
|
4558
|
+
<dl>
|
|
4559
|
+
<dd>
|
|
4560
|
+
|
|
4561
|
+
#### 📝 Description
|
|
4562
|
+
|
|
4563
|
+
<dl>
|
|
4564
|
+
<dd>
|
|
4565
|
+
|
|
4566
|
+
<dl>
|
|
4567
|
+
<dd>
|
|
4568
|
+
|
|
4569
|
+
Create a direct charge checkout session to a Connect account
|
|
4570
|
+
|
|
4571
|
+
</dd>
|
|
4572
|
+
</dl>
|
|
4573
|
+
</dd>
|
|
4574
|
+
</dl>
|
|
4575
|
+
|
|
4576
|
+
#### 🔌 Usage
|
|
4577
|
+
|
|
4578
|
+
<dl>
|
|
4579
|
+
<dd>
|
|
4580
|
+
|
|
4581
|
+
<dl>
|
|
4582
|
+
<dd>
|
|
4583
|
+
|
|
4584
|
+
```typescript
|
|
4585
|
+
await client.payments.createDirectCharge({
|
|
4586
|
+
amount: 1,
|
|
4587
|
+
connect_account_id: "connect_account_id",
|
|
4588
|
+
});
|
|
4589
|
+
```
|
|
4590
|
+
|
|
4591
|
+
</dd>
|
|
4592
|
+
</dl>
|
|
4593
|
+
</dd>
|
|
4594
|
+
</dl>
|
|
4595
|
+
|
|
4596
|
+
#### ⚙️ Parameters
|
|
4597
|
+
|
|
4598
|
+
<dl>
|
|
4599
|
+
<dd>
|
|
4600
|
+
|
|
4601
|
+
<dl>
|
|
4602
|
+
<dd>
|
|
4603
|
+
|
|
4604
|
+
**request:** `Chrt.CreateDirectChargeReq`
|
|
4605
|
+
|
|
4606
|
+
</dd>
|
|
4607
|
+
</dl>
|
|
4608
|
+
|
|
4609
|
+
<dl>
|
|
4610
|
+
<dd>
|
|
4611
|
+
|
|
4612
|
+
**requestOptions:** `Payments.RequestOptions`
|
|
4613
|
+
|
|
4614
|
+
</dd>
|
|
4615
|
+
</dl>
|
|
4616
|
+
</dd>
|
|
4617
|
+
</dl>
|
|
4618
|
+
|
|
4619
|
+
</dd>
|
|
4620
|
+
</dl>
|
|
4621
|
+
</details>
|
|
4622
|
+
|
|
4437
4623
|
<details><summary><code>client.payments.<a href="/src/api/resources/payments/client/Client.ts">syncStripeToClerk</a>() -> boolean</code></summary>
|
|
4438
4624
|
<dl>
|
|
4439
4625
|
<dd>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.js";
|
|
5
|
-
/**
|
|
6
|
-
* Feature Model
|
|
7
|
-
*/
|
|
8
|
-
export interface Feature {
|
|
9
|
-
bbox?: unknown[];
|
|
10
|
-
type: "Feature";
|
|
11
|
-
geometry?: Chrt.FeatureOutputGeometry | null;
|
|
12
|
-
properties?: Feature.Properties | null;
|
|
13
|
-
id?: Feature.Id | null;
|
|
14
|
-
}
|
|
15
|
-
export declare namespace Feature {
|
|
16
|
-
type Properties = Record<string, unknown> | Chrt.BaseModel;
|
|
17
|
-
type Id = number | string;
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as Chrt from "../index.mjs";
|
|
5
|
-
/**
|
|
6
|
-
* Feature Model
|
|
7
|
-
*/
|
|
8
|
-
export interface Feature {
|
|
9
|
-
bbox?: unknown[];
|
|
10
|
-
type: "Feature";
|
|
11
|
-
geometry?: Chrt.FeatureOutputGeometry | null;
|
|
12
|
-
properties?: Feature.Properties | null;
|
|
13
|
-
id?: Feature.Id | null;
|
|
14
|
-
}
|
|
15
|
-
export declare namespace Feature {
|
|
16
|
-
type Properties = Record<string, unknown> | Chrt.BaseModel;
|
|
17
|
-
type Id = number | string;
|
|
18
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|