waldur-js-client 8.0.9-dev.24 → 8.0.9-dev.26
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/types.gen.d.ts +84 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -11708,6 +11708,10 @@ export type NestedSoftwareTargetRequest = {
|
|
|
11708
11708
|
export type NestedSoftwareVersion = {
|
|
11709
11709
|
readonly uuid: string;
|
|
11710
11710
|
version: string;
|
|
11711
|
+
/**
|
|
11712
|
+
* EESSI EasyBuild module version
|
|
11713
|
+
*/
|
|
11714
|
+
module_version?: string;
|
|
11711
11715
|
release_date?: string | null;
|
|
11712
11716
|
readonly targets: Array<NestedSoftwareTarget>;
|
|
11713
11717
|
readonly module: {
|
|
@@ -11722,6 +11726,10 @@ export type NestedSoftwareVersion = {
|
|
|
11722
11726
|
};
|
|
11723
11727
|
export type NestedSoftwareVersionRequest = {
|
|
11724
11728
|
version: string;
|
|
11729
|
+
/**
|
|
11730
|
+
* EESSI EasyBuild module version
|
|
11731
|
+
*/
|
|
11732
|
+
module_version?: string;
|
|
11725
11733
|
release_date?: string | null;
|
|
11726
11734
|
};
|
|
11727
11735
|
export type NestedTag = {
|
|
@@ -25044,6 +25052,10 @@ export type SoftwareVersion = {
|
|
|
25044
25052
|
readonly created: string;
|
|
25045
25053
|
readonly modified: string;
|
|
25046
25054
|
readonly version: string;
|
|
25055
|
+
/**
|
|
25056
|
+
* EESSI EasyBuild module version
|
|
25057
|
+
*/
|
|
25058
|
+
readonly module_version: string;
|
|
25047
25059
|
readonly release_date: string | null;
|
|
25048
25060
|
/**
|
|
25049
25061
|
* Package dependencies (format varies by catalog type)
|
|
@@ -34621,10 +34633,18 @@ export type BookingResourcesListData = {
|
|
|
34621
34633
|
*/
|
|
34622
34634
|
downscaled?: boolean;
|
|
34623
34635
|
field?: Array<BookingResourceFieldEnum>;
|
|
34636
|
+
/**
|
|
34637
|
+
* Flavor name
|
|
34638
|
+
*/
|
|
34639
|
+
flavor_name?: string;
|
|
34624
34640
|
/**
|
|
34625
34641
|
* Has termination date
|
|
34626
34642
|
*/
|
|
34627
34643
|
has_terminate_date?: boolean;
|
|
34644
|
+
/**
|
|
34645
|
+
* Image name
|
|
34646
|
+
*/
|
|
34647
|
+
image_name?: string;
|
|
34628
34648
|
/**
|
|
34629
34649
|
* Filter by attached state
|
|
34630
34650
|
*/
|
|
@@ -34813,10 +34833,18 @@ export type BookingResourcesCountData = {
|
|
|
34813
34833
|
* Downscaled
|
|
34814
34834
|
*/
|
|
34815
34835
|
downscaled?: boolean;
|
|
34836
|
+
/**
|
|
34837
|
+
* Flavor name
|
|
34838
|
+
*/
|
|
34839
|
+
flavor_name?: string;
|
|
34816
34840
|
/**
|
|
34817
34841
|
* Has termination date
|
|
34818
34842
|
*/
|
|
34819
34843
|
has_terminate_date?: boolean;
|
|
34844
|
+
/**
|
|
34845
|
+
* Image name
|
|
34846
|
+
*/
|
|
34847
|
+
image_name?: string;
|
|
34820
34848
|
/**
|
|
34821
34849
|
* Filter by attached state
|
|
34822
34850
|
*/
|
|
@@ -52326,10 +52354,18 @@ export type MarketplaceProviderResourcesListData = {
|
|
|
52326
52354
|
*/
|
|
52327
52355
|
downscaled?: boolean;
|
|
52328
52356
|
field?: Array<ResourceFieldEnum>;
|
|
52357
|
+
/**
|
|
52358
|
+
* Flavor name
|
|
52359
|
+
*/
|
|
52360
|
+
flavor_name?: string;
|
|
52329
52361
|
/**
|
|
52330
52362
|
* Has termination date
|
|
52331
52363
|
*/
|
|
52332
52364
|
has_terminate_date?: boolean;
|
|
52365
|
+
/**
|
|
52366
|
+
* Image name
|
|
52367
|
+
*/
|
|
52368
|
+
image_name?: string;
|
|
52333
52369
|
/**
|
|
52334
52370
|
* Filter by attached state
|
|
52335
52371
|
*/
|
|
@@ -52521,10 +52557,18 @@ export type MarketplaceProviderResourcesCountData = {
|
|
|
52521
52557
|
* Downscaled
|
|
52522
52558
|
*/
|
|
52523
52559
|
downscaled?: boolean;
|
|
52560
|
+
/**
|
|
52561
|
+
* Flavor name
|
|
52562
|
+
*/
|
|
52563
|
+
flavor_name?: string;
|
|
52524
52564
|
/**
|
|
52525
52565
|
* Has termination date
|
|
52526
52566
|
*/
|
|
52527
52567
|
has_terminate_date?: boolean;
|
|
52568
|
+
/**
|
|
52569
|
+
* Image name
|
|
52570
|
+
*/
|
|
52571
|
+
image_name?: string;
|
|
52528
52572
|
/**
|
|
52529
52573
|
* Filter by attached state
|
|
52530
52574
|
*/
|
|
@@ -52836,10 +52880,18 @@ export type MarketplaceProviderResourcesHistoryListData = {
|
|
|
52836
52880
|
* Downscaled
|
|
52837
52881
|
*/
|
|
52838
52882
|
downscaled?: boolean;
|
|
52883
|
+
/**
|
|
52884
|
+
* Flavor name
|
|
52885
|
+
*/
|
|
52886
|
+
flavor_name?: string;
|
|
52839
52887
|
/**
|
|
52840
52888
|
* Has termination date
|
|
52841
52889
|
*/
|
|
52842
52890
|
has_terminate_date?: boolean;
|
|
52891
|
+
/**
|
|
52892
|
+
* Image name
|
|
52893
|
+
*/
|
|
52894
|
+
image_name?: string;
|
|
52843
52895
|
/**
|
|
52844
52896
|
* Filter by attached state
|
|
52845
52897
|
*/
|
|
@@ -54470,10 +54522,18 @@ export type MarketplaceResourcesListData = {
|
|
|
54470
54522
|
*/
|
|
54471
54523
|
downscaled?: boolean;
|
|
54472
54524
|
field?: Array<ResourceFieldEnum>;
|
|
54525
|
+
/**
|
|
54526
|
+
* Flavor name
|
|
54527
|
+
*/
|
|
54528
|
+
flavor_name?: string;
|
|
54473
54529
|
/**
|
|
54474
54530
|
* Has termination date
|
|
54475
54531
|
*/
|
|
54476
54532
|
has_terminate_date?: boolean;
|
|
54533
|
+
/**
|
|
54534
|
+
* Image name
|
|
54535
|
+
*/
|
|
54536
|
+
image_name?: string;
|
|
54477
54537
|
/**
|
|
54478
54538
|
* Filter by attached state
|
|
54479
54539
|
*/
|
|
@@ -54665,10 +54725,18 @@ export type MarketplaceResourcesCountData = {
|
|
|
54665
54725
|
* Downscaled
|
|
54666
54726
|
*/
|
|
54667
54727
|
downscaled?: boolean;
|
|
54728
|
+
/**
|
|
54729
|
+
* Flavor name
|
|
54730
|
+
*/
|
|
54731
|
+
flavor_name?: string;
|
|
54668
54732
|
/**
|
|
54669
54733
|
* Has termination date
|
|
54670
54734
|
*/
|
|
54671
54735
|
has_terminate_date?: boolean;
|
|
54736
|
+
/**
|
|
54737
|
+
* Image name
|
|
54738
|
+
*/
|
|
54739
|
+
image_name?: string;
|
|
54672
54740
|
/**
|
|
54673
54741
|
* Filter by attached state
|
|
54674
54742
|
*/
|
|
@@ -54992,10 +55060,18 @@ export type MarketplaceResourcesHistoryListData = {
|
|
|
54992
55060
|
* Downscaled
|
|
54993
55061
|
*/
|
|
54994
55062
|
downscaled?: boolean;
|
|
55063
|
+
/**
|
|
55064
|
+
* Flavor name
|
|
55065
|
+
*/
|
|
55066
|
+
flavor_name?: string;
|
|
54995
55067
|
/**
|
|
54996
55068
|
* Has termination date
|
|
54997
55069
|
*/
|
|
54998
55070
|
has_terminate_date?: boolean;
|
|
55071
|
+
/**
|
|
55072
|
+
* Image name
|
|
55073
|
+
*/
|
|
55074
|
+
image_name?: string;
|
|
54999
55075
|
/**
|
|
55000
55076
|
* Filter by attached state
|
|
55001
55077
|
*/
|
|
@@ -55487,10 +55563,18 @@ export type MarketplaceResourcesTeamMembersListData = {
|
|
|
55487
55563
|
* Downscaled
|
|
55488
55564
|
*/
|
|
55489
55565
|
downscaled?: boolean;
|
|
55566
|
+
/**
|
|
55567
|
+
* Flavor name
|
|
55568
|
+
*/
|
|
55569
|
+
flavor_name?: string;
|
|
55490
55570
|
/**
|
|
55491
55571
|
* Has termination date
|
|
55492
55572
|
*/
|
|
55493
55573
|
has_terminate_date?: boolean;
|
|
55574
|
+
/**
|
|
55575
|
+
* Image name
|
|
55576
|
+
*/
|
|
55577
|
+
image_name?: string;
|
|
55494
55578
|
/**
|
|
55495
55579
|
* Filter by attached state
|
|
55496
55580
|
*/
|