waldur-js-client 7.8.8-dev.3 → 7.8.8-dev.4

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.
Files changed (2) hide show
  1. package/dist/types.gen.d.ts +174 -12
  2. package/package.json +1 -1
@@ -2241,37 +2241,37 @@ export type Customer = {
2241
2241
  */
2242
2242
  backend_id?: string;
2243
2243
  image?: string | null;
2244
- readonly blocked?: boolean;
2245
- readonly archived?: boolean;
2246
- readonly display_billing_info_in_projects?: boolean;
2247
- readonly default_tax_percent?: string;
2244
+ blocked?: boolean;
2245
+ archived?: boolean;
2246
+ display_billing_info_in_projects?: boolean;
2247
+ default_tax_percent?: string;
2248
2248
  /**
2249
2249
  * Start date of accounting
2250
2250
  */
2251
- readonly accounting_start_date?: string;
2251
+ accounting_start_date?: string;
2252
2252
  readonly projects_count?: number;
2253
2253
  readonly users_count?: number;
2254
2254
  /**
2255
2255
  * External ID of the sponsor covering the costs
2256
2256
  */
2257
- readonly sponsor_number?: number | null;
2257
+ sponsor_number?: number | null;
2258
2258
  readonly country_name?: string;
2259
2259
  /**
2260
2260
  * Maximum number of service accounts allowed
2261
2261
  */
2262
- readonly max_service_accounts?: number | null;
2263
- readonly project_metadata_checklist?: string | null;
2262
+ max_service_accounts?: number | null;
2263
+ project_metadata_checklist?: string | null;
2264
2264
  /**
2265
2265
  * Number of extra days after project end date before resources are terminated
2266
2266
  */
2267
- readonly grace_period_days?: number | null;
2267
+ grace_period_days?: number | null;
2268
2268
  name?: string;
2269
2269
  slug?: string;
2270
2270
  native_name?: string;
2271
2271
  abbreviation?: string;
2272
2272
  description?: string;
2273
2273
  contact_details?: string;
2274
- readonly agreement_number?: string;
2274
+ agreement_number?: string;
2275
2275
  /**
2276
2276
  * Email address
2277
2277
  */
@@ -2280,10 +2280,10 @@ export type Customer = {
2280
2280
  /**
2281
2281
  * Enter a comma separated list of IPv4 or IPv6 CIDR addresses from where connection to self-service is allowed.
2282
2282
  */
2283
- readonly access_subnets?: string;
2283
+ access_subnets?: string;
2284
2284
  registration_code?: string;
2285
2285
  homepage?: string;
2286
- readonly domain?: string;
2286
+ domain?: string;
2287
2287
  /**
2288
2288
  * VAT number
2289
2289
  */
@@ -2459,19 +2459,46 @@ export type CustomerRequest = {
2459
2459
  */
2460
2460
  backend_id?: string;
2461
2461
  image?: (Blob | File) | null;
2462
+ blocked?: boolean;
2463
+ archived?: boolean;
2464
+ display_billing_info_in_projects?: boolean;
2465
+ default_tax_percent?: string;
2466
+ /**
2467
+ * Start date of accounting
2468
+ */
2469
+ accounting_start_date?: string;
2470
+ /**
2471
+ * External ID of the sponsor covering the costs
2472
+ */
2473
+ sponsor_number?: number | null;
2474
+ /**
2475
+ * Maximum number of service accounts allowed
2476
+ */
2477
+ max_service_accounts?: number | null;
2478
+ project_metadata_checklist?: string | null;
2479
+ /**
2480
+ * Number of extra days after project end date before resources are terminated
2481
+ */
2482
+ grace_period_days?: number | null;
2462
2483
  name: string;
2463
2484
  slug?: string;
2464
2485
  native_name?: string;
2465
2486
  abbreviation?: string;
2466
2487
  description?: string;
2467
2488
  contact_details?: string;
2489
+ agreement_number?: string;
2468
2490
  /**
2469
2491
  * Email address
2470
2492
  */
2471
2493
  email?: string;
2472
2494
  phone_number?: string;
2495
+ /**
2496
+ * Enter a comma separated list of IPv4 or IPv6 CIDR addresses from where connection to self-service is allowed.
2497
+ */
2498
+ access_subnets?: string;
2473
2499
  registration_code?: string;
2474
2500
  homepage?: string;
2501
+ domain?: string;
2475
2502
  /**
2476
2503
  * VAT number
2477
2504
  */
@@ -8593,19 +8620,46 @@ export type PatchedCustomerRequest = {
8593
8620
  */
8594
8621
  backend_id?: string;
8595
8622
  image?: (Blob | File) | null;
8623
+ blocked?: boolean;
8624
+ archived?: boolean;
8625
+ display_billing_info_in_projects?: boolean;
8626
+ default_tax_percent?: string;
8627
+ /**
8628
+ * Start date of accounting
8629
+ */
8630
+ accounting_start_date?: string;
8631
+ /**
8632
+ * External ID of the sponsor covering the costs
8633
+ */
8634
+ sponsor_number?: number | null;
8635
+ /**
8636
+ * Maximum number of service accounts allowed
8637
+ */
8638
+ max_service_accounts?: number | null;
8639
+ project_metadata_checklist?: string | null;
8640
+ /**
8641
+ * Number of extra days after project end date before resources are terminated
8642
+ */
8643
+ grace_period_days?: number | null;
8596
8644
  name?: string;
8597
8645
  slug?: string;
8598
8646
  native_name?: string;
8599
8647
  abbreviation?: string;
8600
8648
  description?: string;
8601
8649
  contact_details?: string;
8650
+ agreement_number?: string;
8602
8651
  /**
8603
8652
  * Email address
8604
8653
  */
8605
8654
  email?: string;
8606
8655
  phone_number?: string;
8656
+ /**
8657
+ * Enter a comma separated list of IPv4 or IPv6 CIDR addresses from where connection to self-service is allowed.
8658
+ */
8659
+ access_subnets?: string;
8607
8660
  registration_code?: string;
8608
8661
  homepage?: string;
8662
+ domain?: string;
8609
8663
  /**
8610
8664
  * VAT number
8611
8665
  */
@@ -14388,19 +14442,46 @@ export type CustomerRequestForm = {
14388
14442
  */
14389
14443
  backend_id?: string;
14390
14444
  image?: (Blob | File) | null;
14445
+ blocked?: boolean;
14446
+ archived?: boolean;
14447
+ display_billing_info_in_projects?: boolean;
14448
+ default_tax_percent?: string;
14449
+ /**
14450
+ * Start date of accounting
14451
+ */
14452
+ accounting_start_date?: string;
14453
+ /**
14454
+ * External ID of the sponsor covering the costs
14455
+ */
14456
+ sponsor_number?: number | null;
14457
+ /**
14458
+ * Maximum number of service accounts allowed
14459
+ */
14460
+ max_service_accounts?: number | null;
14461
+ project_metadata_checklist?: string | null;
14462
+ /**
14463
+ * Number of extra days after project end date before resources are terminated
14464
+ */
14465
+ grace_period_days?: number | null;
14391
14466
  name: string;
14392
14467
  slug?: string;
14393
14468
  native_name?: string;
14394
14469
  abbreviation?: string;
14395
14470
  description?: string;
14396
14471
  contact_details?: string;
14472
+ agreement_number?: string;
14397
14473
  /**
14398
14474
  * Email address
14399
14475
  */
14400
14476
  email?: string;
14401
14477
  phone_number?: string;
14478
+ /**
14479
+ * Enter a comma separated list of IPv4 or IPv6 CIDR addresses from where connection to self-service is allowed.
14480
+ */
14481
+ access_subnets?: string;
14402
14482
  registration_code?: string;
14403
14483
  homepage?: string;
14484
+ domain?: string;
14404
14485
  /**
14405
14486
  * VAT number
14406
14487
  */
@@ -14423,19 +14504,46 @@ export type CustomerRequestMultipart = {
14423
14504
  */
14424
14505
  backend_id?: string;
14425
14506
  image?: (Blob | File) | null;
14507
+ blocked?: boolean;
14508
+ archived?: boolean;
14509
+ display_billing_info_in_projects?: boolean;
14510
+ default_tax_percent?: string;
14511
+ /**
14512
+ * Start date of accounting
14513
+ */
14514
+ accounting_start_date?: string;
14515
+ /**
14516
+ * External ID of the sponsor covering the costs
14517
+ */
14518
+ sponsor_number?: number | null;
14519
+ /**
14520
+ * Maximum number of service accounts allowed
14521
+ */
14522
+ max_service_accounts?: number | null;
14523
+ project_metadata_checklist?: string | null;
14524
+ /**
14525
+ * Number of extra days after project end date before resources are terminated
14526
+ */
14527
+ grace_period_days?: number | null;
14426
14528
  name: string;
14427
14529
  slug?: string;
14428
14530
  native_name?: string;
14429
14531
  abbreviation?: string;
14430
14532
  description?: string;
14431
14533
  contact_details?: string;
14534
+ agreement_number?: string;
14432
14535
  /**
14433
14536
  * Email address
14434
14537
  */
14435
14538
  email?: string;
14436
14539
  phone_number?: string;
14540
+ /**
14541
+ * Enter a comma separated list of IPv4 or IPv6 CIDR addresses from where connection to self-service is allowed.
14542
+ */
14543
+ access_subnets?: string;
14437
14544
  registration_code?: string;
14438
14545
  homepage?: string;
14546
+ domain?: string;
14439
14547
  /**
14440
14548
  * VAT number
14441
14549
  */
@@ -14458,19 +14566,46 @@ export type PatchedCustomerRequestForm = {
14458
14566
  */
14459
14567
  backend_id?: string;
14460
14568
  image?: (Blob | File) | null;
14569
+ blocked?: boolean;
14570
+ archived?: boolean;
14571
+ display_billing_info_in_projects?: boolean;
14572
+ default_tax_percent?: string;
14573
+ /**
14574
+ * Start date of accounting
14575
+ */
14576
+ accounting_start_date?: string;
14577
+ /**
14578
+ * External ID of the sponsor covering the costs
14579
+ */
14580
+ sponsor_number?: number | null;
14581
+ /**
14582
+ * Maximum number of service accounts allowed
14583
+ */
14584
+ max_service_accounts?: number | null;
14585
+ project_metadata_checklist?: string | null;
14586
+ /**
14587
+ * Number of extra days after project end date before resources are terminated
14588
+ */
14589
+ grace_period_days?: number | null;
14461
14590
  name?: string;
14462
14591
  slug?: string;
14463
14592
  native_name?: string;
14464
14593
  abbreviation?: string;
14465
14594
  description?: string;
14466
14595
  contact_details?: string;
14596
+ agreement_number?: string;
14467
14597
  /**
14468
14598
  * Email address
14469
14599
  */
14470
14600
  email?: string;
14471
14601
  phone_number?: string;
14602
+ /**
14603
+ * Enter a comma separated list of IPv4 or IPv6 CIDR addresses from where connection to self-service is allowed.
14604
+ */
14605
+ access_subnets?: string;
14472
14606
  registration_code?: string;
14473
14607
  homepage?: string;
14608
+ domain?: string;
14474
14609
  /**
14475
14610
  * VAT number
14476
14611
  */
@@ -14493,19 +14628,46 @@ export type PatchedCustomerRequestMultipart = {
14493
14628
  */
14494
14629
  backend_id?: string;
14495
14630
  image?: (Blob | File) | null;
14631
+ blocked?: boolean;
14632
+ archived?: boolean;
14633
+ display_billing_info_in_projects?: boolean;
14634
+ default_tax_percent?: string;
14635
+ /**
14636
+ * Start date of accounting
14637
+ */
14638
+ accounting_start_date?: string;
14639
+ /**
14640
+ * External ID of the sponsor covering the costs
14641
+ */
14642
+ sponsor_number?: number | null;
14643
+ /**
14644
+ * Maximum number of service accounts allowed
14645
+ */
14646
+ max_service_accounts?: number | null;
14647
+ project_metadata_checklist?: string | null;
14648
+ /**
14649
+ * Number of extra days after project end date before resources are terminated
14650
+ */
14651
+ grace_period_days?: number | null;
14496
14652
  name?: string;
14497
14653
  slug?: string;
14498
14654
  native_name?: string;
14499
14655
  abbreviation?: string;
14500
14656
  description?: string;
14501
14657
  contact_details?: string;
14658
+ agreement_number?: string;
14502
14659
  /**
14503
14660
  * Email address
14504
14661
  */
14505
14662
  email?: string;
14506
14663
  phone_number?: string;
14664
+ /**
14665
+ * Enter a comma separated list of IPv4 or IPv6 CIDR addresses from where connection to self-service is allowed.
14666
+ */
14667
+ access_subnets?: string;
14507
14668
  registration_code?: string;
14508
14669
  homepage?: string;
14670
+ domain?: string;
14509
14671
  /**
14510
14672
  * VAT number
14511
14673
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.8-dev.3",
3
+ "version": "7.8.8-dev.4",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",