@proxyrequest/sdk 4.0.0 → 4.1.0

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.
@@ -4,17 +4,17 @@
4
4
  "id": "javascript",
5
5
  "label": "JavaScript / TypeScript",
6
6
  "language": "TypeScript",
7
- "version": "4.0.0",
7
+ "version": "4.1.0",
8
8
  "package": "@proxyrequest/sdk",
9
9
  "runtime": "Node.js 22 or later",
10
10
  "install": "npm install @proxyrequest/sdk",
11
11
  "openapi": {
12
- "commit": "a2d72455d3b91a7d6be962f0e056f7d04fbd7f05",
12
+ "commit": "09dab1ad6f5ab4e879120074e55f817e58856a6f",
13
13
  "excludedOperations": ["sessions_destroy", "sessions_list"],
14
- "operations": 82,
14
+ "operations": 83,
15
15
  "repository": "papaproxy/api",
16
- "schemas": 133,
17
- "sha256": "9a20a33711a9291dcba57046b1d2b4cf14b3eec506383a3986b0ac7a15f14c6e",
16
+ "schemas": 139,
17
+ "sha256": "b9106a09b1fadc44722b22afec3b37fe1f9839298e3878ac366268627ce78741",
18
18
  "source": "openapi.yml"
19
19
  }
20
20
  },
@@ -95,6 +95,11 @@
95
95
  "signature": "readonly profile: ProfileResource",
96
96
  "description": ""
97
97
  },
98
+ {
99
+ "name": "providers",
100
+ "signature": "readonly providers: ProvidersResource",
101
+ "description": ""
102
+ },
98
103
  {
99
104
  "name": "proxies",
100
105
  "signature": "readonly proxies: ProxiesResource",
@@ -4414,7 +4419,7 @@
4414
4419
  "operationId": "locations_cities_list",
4415
4420
  "name": "listCities",
4416
4421
  "summary": "List available cities",
4417
- "description": "Returns cities supported by the selected package, country, and region, including targetable ISPs and autonomous system numbers.",
4422
+ "description": "Returns cities supported by the selected package, country, and region, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
4418
4423
  "httpMethod": "GET",
4419
4424
  "path": "/locations/cities",
4420
4425
  "signatures": [
@@ -4451,6 +4456,17 @@
4451
4456
  "example": "{country__code}",
4452
4457
  "modelRefs": []
4453
4458
  },
4459
+ {
4460
+ "name": "includeAsns",
4461
+ "wireName": "include_asns",
4462
+ "in": "query",
4463
+ "required": false,
4464
+ "type": "boolean",
4465
+ "default": false,
4466
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
4467
+ "example": false,
4468
+ "modelRefs": []
4469
+ },
4454
4470
  {
4455
4471
  "name": "limit",
4456
4472
  "wireName": "limit",
@@ -4590,7 +4606,7 @@
4590
4606
  "operationId": "locations_cities_retrieve",
4591
4607
  "name": "getCity",
4592
4608
  "summary": "Get a city",
4593
- "description": "Returns one city and its available network targeting options.",
4609
+ "description": "Returns one city and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
4594
4610
  "httpMethod": "GET",
4595
4611
  "path": "/locations/cities/{id}",
4596
4612
  "signatures": [
@@ -4617,6 +4633,17 @@
4617
4633
  "example": "550e8400-e29b-41d4-a716-446655440000",
4618
4634
  "modelRefs": []
4619
4635
  },
4636
+ {
4637
+ "name": "includeAsns",
4638
+ "wireName": "include_asns",
4639
+ "in": "query",
4640
+ "required": false,
4641
+ "type": "boolean",
4642
+ "default": false,
4643
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
4644
+ "example": false,
4645
+ "modelRefs": []
4646
+ },
4620
4647
  {
4621
4648
  "name": "packageId",
4622
4649
  "wireName": "package_id",
@@ -4974,7 +5001,7 @@
4974
5001
  "operationId": "locations_countries_list",
4975
5002
  "name": "listCountries",
4976
5003
  "summary": "List available countries",
4977
- "description": "Returns countries supported by the selected package, including targetable ISPs and autonomous system numbers when available.",
5004
+ "description": "Returns countries supported by the selected package, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
4978
5005
  "httpMethod": "GET",
4979
5006
  "path": "/locations/countries",
4980
5007
  "signatures": [
@@ -5001,6 +5028,17 @@
5001
5028
  "example": "{code}",
5002
5029
  "modelRefs": []
5003
5030
  },
5031
+ {
5032
+ "name": "includeAsns",
5033
+ "wireName": "include_asns",
5034
+ "in": "query",
5035
+ "required": false,
5036
+ "type": "boolean",
5037
+ "default": false,
5038
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
5039
+ "example": false,
5040
+ "modelRefs": []
5041
+ },
5004
5042
  {
5005
5043
  "name": "limit",
5006
5044
  "wireName": "limit",
@@ -5130,7 +5168,7 @@
5130
5168
  "operationId": "locations_countries_retrieve",
5131
5169
  "name": "getCountry",
5132
5170
  "summary": "Get a country",
5133
- "description": "Returns one country and its available network targeting options.",
5171
+ "description": "Returns one country and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
5134
5172
  "httpMethod": "GET",
5135
5173
  "path": "/locations/countries/{id}",
5136
5174
  "signatures": [
@@ -5157,6 +5195,17 @@
5157
5195
  "example": "550e8400-e29b-41d4-a716-446655440000",
5158
5196
  "modelRefs": []
5159
5197
  },
5198
+ {
5199
+ "name": "includeAsns",
5200
+ "wireName": "include_asns",
5201
+ "in": "query",
5202
+ "required": false,
5203
+ "type": "boolean",
5204
+ "default": false,
5205
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
5206
+ "example": false,
5207
+ "modelRefs": []
5208
+ },
5160
5209
  {
5161
5210
  "name": "packageId",
5162
5211
  "wireName": "package_id",
@@ -5410,7 +5459,7 @@
5410
5459
  "operationId": "locations_regions_list",
5411
5460
  "name": "listRegions",
5412
5461
  "summary": "List available regions",
5413
- "description": "Returns regions supported by the selected package and country, including targetable ISPs and autonomous system numbers.",
5462
+ "description": "Returns regions supported by the selected package and country, including targetable ISPs. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
5414
5463
  "httpMethod": "GET",
5415
5464
  "path": "/locations/regions",
5416
5465
  "signatures": [
@@ -5447,6 +5496,17 @@
5447
5496
  "example": "{country__code}",
5448
5497
  "modelRefs": []
5449
5498
  },
5499
+ {
5500
+ "name": "includeAsns",
5501
+ "wireName": "include_asns",
5502
+ "in": "query",
5503
+ "required": false,
5504
+ "type": "boolean",
5505
+ "default": false,
5506
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
5507
+ "example": false,
5508
+ "modelRefs": []
5509
+ },
5450
5510
  {
5451
5511
  "name": "limit",
5452
5512
  "wireName": "limit",
@@ -5576,7 +5636,7 @@
5576
5636
  "operationId": "locations_regions_retrieve",
5577
5637
  "name": "getRegion",
5578
5638
  "summary": "Get a region",
5579
- "description": "Returns one region and its available network targeting options.",
5639
+ "description": "Returns one region and its available network targeting options. The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
5580
5640
  "httpMethod": "GET",
5581
5641
  "path": "/locations/regions/{id}",
5582
5642
  "signatures": [
@@ -5603,6 +5663,17 @@
5603
5663
  "example": "550e8400-e29b-41d4-a716-446655440000",
5604
5664
  "modelRefs": []
5605
5665
  },
5666
+ {
5667
+ "name": "includeAsns",
5668
+ "wireName": "include_asns",
5669
+ "in": "query",
5670
+ "required": false,
5671
+ "type": "boolean",
5672
+ "default": false,
5673
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
5674
+ "example": false,
5675
+ "modelRefs": []
5676
+ },
5606
5677
  {
5607
5678
  "name": "packageId",
5608
5679
  "wireName": "package_id",
@@ -7534,6 +7605,120 @@
7534
7605
  }
7535
7606
  ]
7536
7607
  },
7608
+ {
7609
+ "tag": "Providers",
7610
+ "accessor": "providers",
7611
+ "className": "ProvidersResource",
7612
+ "description": "Read provider data balances and observation history. Superuser credentials required.",
7613
+ "methods": [
7614
+ {
7615
+ "operationId": "providers_data_balances_list",
7616
+ "name": "listDataBalances",
7617
+ "summary": "List provider data balances",
7618
+ "description": "Requires a JWT belonging to an active superuser or an API key owned by an active superuser, including requests using X-Impersonate-User. Returns one result per provider with recorded balances. The latest observation by observed_at is the baseline; available_bytes is that observation's balance, not a sum of purchased data. All byte amounts are decimal strings. Calculations are saved asynchronously; inspect freshness, error and calculated_at before using them. History is ordered by creation time descending and limited by PROVIDER_DATA_BALANCE_HISTORY_LIMIT (default 10). Pagination counts providers, not history entries.",
7619
+ "httpMethod": "GET",
7620
+ "path": "/providers/data-balances",
7621
+ "signatures": [
7622
+ {
7623
+ "label": "Promise",
7624
+ "signature": "client.providers.listDataBalances(options: ProvidersListDataBalancesOptions = {}): Promise<ProvidersListDataBalancesResponse>"
7625
+ }
7626
+ ],
7627
+ "variants": [
7628
+ {
7629
+ "name": "listDataBalancesWithResponse",
7630
+ "signature": "client.providers.listDataBalancesWithResponse(options): Promise<ApiResponse<ProvidersListDataBalancesResponse>>",
7631
+ "description": "Returns response status, headers, ETag and idempotency metadata with the decoded data."
7632
+ }
7633
+ ],
7634
+ "parameters": [
7635
+ {
7636
+ "name": "limit",
7637
+ "wireName": "limit",
7638
+ "in": "query",
7639
+ "required": false,
7640
+ "type": "number",
7641
+ "description": "Number of results to return per page.",
7642
+ "example": 1,
7643
+ "modelRefs": []
7644
+ },
7645
+ {
7646
+ "name": "offset",
7647
+ "wireName": "offset",
7648
+ "in": "query",
7649
+ "required": false,
7650
+ "type": "number",
7651
+ "description": "The initial index from which to return the results.",
7652
+ "example": 1,
7653
+ "modelRefs": []
7654
+ },
7655
+ {
7656
+ "name": "acceptLanguage",
7657
+ "wireName": "Accept-Language",
7658
+ "in": "header",
7659
+ "required": false,
7660
+ "type": "string",
7661
+ "default": "en",
7662
+ "description": "Preferred language for human-readable API errors. Supported languages: en, ru, uk, de, it, fr, es, zh-hans, ja. Regional language tags and quality weights are accepted; unsupported or omitted values use English.",
7663
+ "example": "en",
7664
+ "modelRefs": []
7665
+ }
7666
+ ],
7667
+ "body": null,
7668
+ "returns": {
7669
+ "type": "PaginatedProviderDataBalanceList",
7670
+ "description": "The operation completed successfully.",
7671
+ "modelRefs": ["PaginatedProviderDataBalanceList"]
7672
+ },
7673
+ "errors": [
7674
+ {
7675
+ "status": "400",
7676
+ "description": "The request is malformed or violates a business rule."
7677
+ },
7678
+ {
7679
+ "status": "401",
7680
+ "description": "Authentication credentials are missing, expired, or invalid."
7681
+ },
7682
+ {
7683
+ "status": "403",
7684
+ "description": "The authenticated account cannot perform this operation."
7685
+ }
7686
+ ],
7687
+ "throws": [
7688
+ {
7689
+ "type": "ApiError",
7690
+ "description": "Normalized API, transport, and response processing failure.",
7691
+ "conditions": [
7692
+ {
7693
+ "kind": "kind: \"validation\"",
7694
+ "description": "The request arguments or business rules are invalid."
7695
+ },
7696
+ {
7697
+ "kind": "kind: \"authentication\"",
7698
+ "description": "Authentication credentials are missing, expired, or invalid."
7699
+ },
7700
+ {
7701
+ "kind": "kind: \"permission\"",
7702
+ "description": "The authenticated account cannot perform this operation."
7703
+ },
7704
+ {
7705
+ "kind": "kind: \"network\"",
7706
+ "description": "The request could not reach ProxyRequest."
7707
+ },
7708
+ {
7709
+ "kind": "kind: \"unexpected\"",
7710
+ "description": "The response could not be decoded or did not match the SDK contract."
7711
+ }
7712
+ ]
7713
+ }
7714
+ ],
7715
+ "example": {
7716
+ "language": "typescript",
7717
+ "code": "const result = await client.providers.listDataBalances();"
7718
+ }
7719
+ }
7720
+ ]
7721
+ },
7537
7722
  {
7538
7723
  "tag": "Proxies",
7539
7724
  "accessor": "proxies",
@@ -10511,7 +10696,7 @@
10511
10696
  "name": "asns",
10512
10697
  "type": "LocationCodeName[]",
10513
10698
  "required": true,
10514
- "description": "",
10699
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
10515
10700
  "modelRefs": ["LocationCodeName"]
10516
10701
  }
10517
10702
  ]
@@ -10664,7 +10849,7 @@
10664
10849
  "name": "asns",
10665
10850
  "type": "LocationCodeName[]",
10666
10851
  "required": true,
10667
- "description": "",
10852
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
10668
10853
  "modelRefs": ["LocationCodeName"]
10669
10854
  }
10670
10855
  ]
@@ -11536,6 +11721,12 @@
11536
11721
  }
11537
11722
  ]
11538
11723
  },
11724
+ {
11725
+ "name": "FreshnessEnum",
11726
+ "kind": "enum",
11727
+ "description": "* `fresh` - fresh * `stale` - stale * `unavailable` - unavailable",
11728
+ "fields": []
11729
+ },
11539
11730
  {
11540
11731
  "name": "GeneratedProxy",
11541
11732
  "kind": "type",
@@ -13063,6 +13254,12 @@
13063
13254
  }
13064
13255
  ]
13065
13256
  },
13257
+ {
13258
+ "name": "NullEnum",
13259
+ "kind": "enum",
13260
+ "description": "",
13261
+ "fields": []
13262
+ },
13066
13263
  {
13067
13264
  "name": "Order",
13068
13265
  "kind": "type",
@@ -14204,6 +14401,41 @@
14204
14401
  }
14205
14402
  ]
14206
14403
  },
14404
+ {
14405
+ "name": "PaginatedProviderDataBalanceList",
14406
+ "kind": "type",
14407
+ "description": "",
14408
+ "fields": [
14409
+ {
14410
+ "name": "count",
14411
+ "type": "number",
14412
+ "required": true,
14413
+ "description": "",
14414
+ "modelRefs": []
14415
+ },
14416
+ {
14417
+ "name": "next",
14418
+ "type": "string",
14419
+ "required": false,
14420
+ "description": "",
14421
+ "modelRefs": []
14422
+ },
14423
+ {
14424
+ "name": "previous",
14425
+ "type": "string",
14426
+ "required": false,
14427
+ "description": "",
14428
+ "modelRefs": []
14429
+ },
14430
+ {
14431
+ "name": "results",
14432
+ "type": "ProviderDataBalance[]",
14433
+ "required": true,
14434
+ "description": "",
14435
+ "modelRefs": ["ProviderDataBalance"]
14436
+ }
14437
+ ]
14438
+ },
14207
14439
  {
14208
14440
  "name": "PaginatedRegionList",
14209
14441
  "kind": "type",
@@ -14838,6 +15070,146 @@
14838
15070
  "description": "* `http` - http * `socks5` - socks5 * `auto` - auto",
14839
15071
  "fields": []
14840
15072
  },
15073
+ {
15074
+ "name": "ProviderBalanceCheckpoint",
15075
+ "kind": "type",
15076
+ "description": "",
15077
+ "fields": [
15078
+ {
15079
+ "name": "id",
15080
+ "type": "string",
15081
+ "required": true,
15082
+ "description": "",
15083
+ "modelRefs": []
15084
+ },
15085
+ {
15086
+ "name": "available_bytes",
15087
+ "type": "string",
15088
+ "required": true,
15089
+ "description": "Observed balance in bytes, as a decimal string.",
15090
+ "modelRefs": []
15091
+ },
15092
+ {
15093
+ "name": "observed_at",
15094
+ "type": "string",
15095
+ "required": true,
15096
+ "description": "",
15097
+ "modelRefs": []
15098
+ },
15099
+ {
15100
+ "name": "created",
15101
+ "type": "string",
15102
+ "required": true,
15103
+ "description": "",
15104
+ "modelRefs": []
15105
+ },
15106
+ {
15107
+ "name": "created_by",
15108
+ "type": "string",
15109
+ "required": true,
15110
+ "description": "",
15111
+ "modelRefs": []
15112
+ }
15113
+ ]
15114
+ },
15115
+ {
15116
+ "name": "ProviderDataBalance",
15117
+ "kind": "type",
15118
+ "description": "",
15119
+ "fields": [
15120
+ {
15121
+ "name": "checkpoint_id",
15122
+ "type": "string",
15123
+ "required": true,
15124
+ "description": "",
15125
+ "modelRefs": []
15126
+ },
15127
+ {
15128
+ "name": "provider_id",
15129
+ "type": "string",
15130
+ "required": true,
15131
+ "description": "",
15132
+ "modelRefs": []
15133
+ },
15134
+ {
15135
+ "name": "provider_name",
15136
+ "type": "string",
15137
+ "required": true,
15138
+ "description": "",
15139
+ "modelRefs": []
15140
+ },
15141
+ {
15142
+ "name": "observed_at",
15143
+ "type": "string",
15144
+ "required": true,
15145
+ "description": "Time the available balance was observed.",
15146
+ "modelRefs": []
15147
+ },
15148
+ {
15149
+ "name": "available_bytes",
15150
+ "type": "string",
15151
+ "required": true,
15152
+ "description": "Observed balance in bytes, as a decimal string.",
15153
+ "modelRefs": []
15154
+ },
15155
+ {
15156
+ "name": "used_bytes",
15157
+ "type": "string",
15158
+ "required": true,
15159
+ "description": "Calculated usage since the observation, in bytes.",
15160
+ "modelRefs": []
15161
+ },
15162
+ {
15163
+ "name": "remaining_bytes",
15164
+ "type": "string",
15165
+ "required": true,
15166
+ "description": "Remaining bytes at calculated_at, as a decimal string.",
15167
+ "modelRefs": []
15168
+ },
15169
+ {
15170
+ "name": "remaining_percent",
15171
+ "type": "number",
15172
+ "required": true,
15173
+ "description": "",
15174
+ "modelRefs": []
15175
+ },
15176
+ {
15177
+ "name": "severity",
15178
+ "type": "SeverityEnum | NullEnum",
15179
+ "required": true,
15180
+ "description": "",
15181
+ "modelRefs": ["SeverityEnum", "NullEnum"]
15182
+ },
15183
+ {
15184
+ "name": "freshness",
15185
+ "type": "FreshnessEnum",
15186
+ "required": true,
15187
+ "description": "",
15188
+ "modelRefs": ["FreshnessEnum"]
15189
+ },
15190
+ {
15191
+ "name": "error",
15192
+ "type": "string",
15193
+ "required": true,
15194
+ "description": "",
15195
+ "modelRefs": []
15196
+ },
15197
+ {
15198
+ "name": "calculated_at",
15199
+ "type": "string",
15200
+ "required": true,
15201
+ "description": "Time of the last successful calculation.",
15202
+ "modelRefs": []
15203
+ },
15204
+ {
15205
+ "name": "history",
15206
+ "type": "ProviderBalanceCheckpoint[]",
15207
+ "required": true,
15208
+ "description": "Latest entries by creation time, limited by PROVIDER_DATA_BALANCE_HISTORY_LIMIT (default 10).",
15209
+ "modelRefs": ["ProviderBalanceCheckpoint"]
15210
+ }
15211
+ ]
15212
+ },
14841
15213
  {
14842
15214
  "name": "ProxyGenerationConnectionRequest",
14843
15215
  "kind": "type",
@@ -15059,7 +15431,7 @@
15059
15431
  "name": "asns",
15060
15432
  "type": "LocationCodeName[]",
15061
15433
  "required": true,
15062
- "description": "",
15434
+ "description": "The asns field is always present and defaults to an empty array. Pass include_asns=true to include available autonomous system numbers. This option does not affect the standalone /locations/asn endpoint or the compact proxy-node response format.",
15063
15435
  "modelRefs": ["LocationCodeName"]
15064
15436
  }
15065
15437
  ]
@@ -15378,6 +15750,12 @@
15378
15750
  }
15379
15751
  ]
15380
15752
  },
15753
+ {
15754
+ "name": "SeverityEnum",
15755
+ "kind": "enum",
15756
+ "description": "* `warning` - warning * `danger` - danger",
15757
+ "fields": []
15758
+ },
15381
15759
  {
15382
15760
  "name": "SignUpRequest",
15383
15761
  "kind": "type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxyrequest/sdk",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Official TypeScript SDK for the ProxyRequest public API.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -1 +0,0 @@
1
- {"version":3,"file":"models-CqqQyGmO.d.ts","names":[],"sources":["../src/generated/models.ts"],"mappings":";;KAGY,iBAAiB;KACjB,YAAY;KACZ,kBAAkB;KAClB,sBAAsB;KACtB,yBAAyB;KACzB,eAAe;KACf,sBAAsB;KACtB,aAAa;KACb,wBAAwB;KACxB,qBAAqB;KACrB,OAAO;KACP,qBAAqB;KACrB,mBAAmB;KACnB,sBAAsB;KACtB,YAAY;KACZ,UAAU;KACV,SAAS;KACT,8BAA8B;KAC9B,sBAAsB;KACtB,sBAAsB;KACtB,eAAe;KACf,cAAc;KACd,cAAc;KACd,iBAAiB;KACjB,sBAAsB;KACtB,aAAa;KACb,eAAe;KACf,kBAAkB;KAClB,kBAAkB;KAClB,aAAa;KACb,eAAe;KACf,iBAAiB;KACjB,uBAAuB;KACvB,wBAAwB;KACxB,oBAAoB;KACpB,UAAU;KACV,kCACV;KACU,8BAA8B;KAC9B,iCACV;KACU,qBAAqB;KACrB,cAAc;KACd,eAAe;KACf,oBAAoB;KACpB,kBAAkB;KAClB,MAAM;KACN,eAAe;KACf,YAAY;KACZ,qBAAqB;KACrB,oBAAoB;KACpB,mBAAmB;KACnB,yBAAyB;KACzB,wBAAwB;KACxB,sBAAsB;KACtB,YAAY;KACZ,eAAe;KACf,kBAAkB;KAClB,OAAO;KACP,QAAQ;KACR,gBAAgB;KAChB,eAAe;KACf,eAAe;KACf,kBAAkB;KAClB,UAAU;KACV,oBAAoB;KACpB,eAAe;KACf,yBAAyB;KACzB,+BAA+B;KAC/B,0BAA0B;KAC1B,oBAAoB;KACpB,yBAAyB;KACzB,uBAAuB;KACvB,4BAA4B;KAC5B,2BAA2B;KAC3B,2BAA2B;KAC3B,mBAAmB;KACnB,iCACV;KACU,oBAAoB;KACpB,qBAAqB;KACrB,iCACV;KACU,uBAAuB;KACvB,sBAAsB;KACtB,sBAAsB;KACtB,oBAAoB;KACpB,2BAA2B;KAC3B,2BAA2B;KAC3B,6BAA6B;KAC7B,iCACV;KACU,8BAA8B;KAC9B,yCACV;KACU,2BAA2B;KAC3B,iBAAiB;KACjB,sBAAsB;KACtB,cAAc;KACd,kBAAkB;KAClB,eAAe;KACf,mCACV;KACU,gCAAgC;KAChC,kCACV;KACU,6BAA6B;KAC7B,gBAAgB;KAChB,yBAAyB;KACzB,SAAS;KACT,mBAAmB;KACnB,uBAAuB;KACvB,SAAS;KACT,4BAA4B;KAC5B,mBAAmB;KACnB,iBAAiB;KACjB,kBAAkB;KAClB,mBAAmB;KACnB,mBAAmB;KACnB,gBAAgB;KAChB,sBAAsB;KACtB,mBAAmB;KACnB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,uBAAuB;KACvB,0BAA0B;KAC1B,0BAA0B;KAC1B,+BAA+B;KAC/B,yBAAyB;KACzB,OAAO;KACP,oBAAoB;KACpB,eAAe;KACf,kCACV;KACU,mBAAmB;KACnB,iBAAiB;KACjB,uBAAuB;KACvB,cAAc;KACd,mBAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"models-D20OBuAe.d.cts","names":[],"sources":["../src/generated/models.ts"],"mappings":";;KAGY,iBAAiB;KACjB,YAAY;KACZ,kBAAkB;KAClB,sBAAsB;KACtB,yBAAyB;KACzB,eAAe;KACf,sBAAsB;KACtB,aAAa;KACb,wBAAwB;KACxB,qBAAqB;KACrB,OAAO;KACP,qBAAqB;KACrB,mBAAmB;KACnB,sBAAsB;KACtB,YAAY;KACZ,UAAU;KACV,SAAS;KACT,8BAA8B;KAC9B,sBAAsB;KACtB,sBAAsB;KACtB,eAAe;KACf,cAAc;KACd,cAAc;KACd,iBAAiB;KACjB,sBAAsB;KACtB,aAAa;KACb,eAAe;KACf,kBAAkB;KAClB,kBAAkB;KAClB,aAAa;KACb,eAAe;KACf,iBAAiB;KACjB,uBAAuB;KACvB,wBAAwB;KACxB,oBAAoB;KACpB,UAAU;KACV,kCACV;KACU,8BAA8B;KAC9B,iCACV;KACU,qBAAqB;KACrB,cAAc;KACd,eAAe;KACf,oBAAoB;KACpB,kBAAkB;KAClB,MAAM;KACN,eAAe;KACf,YAAY;KACZ,qBAAqB;KACrB,oBAAoB;KACpB,mBAAmB;KACnB,yBAAyB;KACzB,wBAAwB;KACxB,sBAAsB;KACtB,YAAY;KACZ,eAAe;KACf,kBAAkB;KAClB,OAAO;KACP,QAAQ;KACR,gBAAgB;KAChB,eAAe;KACf,eAAe;KACf,kBAAkB;KAClB,UAAU;KACV,oBAAoB;KACpB,eAAe;KACf,yBAAyB;KACzB,+BAA+B;KAC/B,0BAA0B;KAC1B,oBAAoB;KACpB,yBAAyB;KACzB,uBAAuB;KACvB,4BAA4B;KAC5B,2BAA2B;KAC3B,2BAA2B;KAC3B,mBAAmB;KACnB,iCACV;KACU,oBAAoB;KACpB,qBAAqB;KACrB,iCACV;KACU,uBAAuB;KACvB,sBAAsB;KACtB,sBAAsB;KACtB,oBAAoB;KACpB,2BAA2B;KAC3B,2BAA2B;KAC3B,6BAA6B;KAC7B,iCACV;KACU,8BAA8B;KAC9B,yCACV;KACU,2BAA2B;KAC3B,iBAAiB;KACjB,sBAAsB;KACtB,cAAc;KACd,kBAAkB;KAClB,eAAe;KACf,mCACV;KACU,gCAAgC;KAChC,kCACV;KACU,6BAA6B;KAC7B,gBAAgB;KAChB,yBAAyB;KACzB,SAAS;KACT,mBAAmB;KACnB,uBAAuB;KACvB,SAAS;KACT,4BAA4B;KAC5B,mBAAmB;KACnB,iBAAiB;KACjB,kBAAkB;KAClB,mBAAmB;KACnB,mBAAmB;KACnB,gBAAgB;KAChB,sBAAsB;KACtB,mBAAmB;KACnB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,6BAA6B;KAC7B,uBAAuB;KACvB,oBAAoB;KACpB,uBAAuB;KACvB,0BAA0B;KAC1B,0BAA0B;KAC1B,+BAA+B;KAC/B,yBAAyB;KACzB,OAAO;KACP,oBAAoB;KACpB,eAAe;KACf,kCACV;KACU,mBAAmB;KACnB,iBAAiB;KACjB,uBAAuB;KACvB,cAAc;KACd,mBAAmB"}