system-initiative-api-client 1.1.5 → 1.1.7
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/api.d.ts +60 -54
- package/package.json +1 -1
package/dist/cjs/api.d.ts
CHANGED
|
@@ -69,19 +69,19 @@ export interface ActionViewV1 {
|
|
|
69
69
|
* @type {string}
|
|
70
70
|
* @memberof ActionViewV1
|
|
71
71
|
*/
|
|
72
|
-
'componentId'
|
|
72
|
+
'componentId'?: string | null;
|
|
73
73
|
/**
|
|
74
74
|
*
|
|
75
75
|
* @type {string}
|
|
76
76
|
* @memberof ActionViewV1
|
|
77
77
|
*/
|
|
78
|
-
'description'
|
|
78
|
+
'description'?: string | null;
|
|
79
79
|
/**
|
|
80
80
|
*
|
|
81
81
|
* @type {string}
|
|
82
82
|
* @memberof ActionViewV1
|
|
83
83
|
*/
|
|
84
|
-
'funcRunId'
|
|
84
|
+
'funcRunId'?: string | null;
|
|
85
85
|
/**
|
|
86
86
|
*
|
|
87
87
|
* @type {string}
|
|
@@ -320,10 +320,10 @@ export interface ComponentPropViewV1 {
|
|
|
320
320
|
'propId': string;
|
|
321
321
|
/**
|
|
322
322
|
*
|
|
323
|
-
* @type {
|
|
323
|
+
* @type {any}
|
|
324
324
|
* @memberof ComponentPropViewV1
|
|
325
325
|
*/
|
|
326
|
-
'value'
|
|
326
|
+
'value'?: any;
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
329
|
* @type ComponentReference
|
|
@@ -625,7 +625,7 @@ export interface CreateSecretV1Request {
|
|
|
625
625
|
* @type {string}
|
|
626
626
|
* @memberof CreateSecretV1Request
|
|
627
627
|
*/
|
|
628
|
-
'description'
|
|
628
|
+
'description'?: string | null;
|
|
629
629
|
/**
|
|
630
630
|
*
|
|
631
631
|
* @type {string}
|
|
@@ -671,13 +671,13 @@ export interface CreateVariantActionFuncV1Request {
|
|
|
671
671
|
* @type {string}
|
|
672
672
|
* @memberof CreateVariantActionFuncV1Request
|
|
673
673
|
*/
|
|
674
|
-
'description'
|
|
674
|
+
'description'?: string | null;
|
|
675
675
|
/**
|
|
676
676
|
*
|
|
677
677
|
* @type {string}
|
|
678
678
|
* @memberof CreateVariantActionFuncV1Request
|
|
679
679
|
*/
|
|
680
|
-
'displayName'
|
|
680
|
+
'displayName'?: string | null;
|
|
681
681
|
/**
|
|
682
682
|
*
|
|
683
683
|
* @type {string}
|
|
@@ -721,13 +721,13 @@ export interface CreateVariantAuthenticationFuncV1Request {
|
|
|
721
721
|
* @type {string}
|
|
722
722
|
* @memberof CreateVariantAuthenticationFuncV1Request
|
|
723
723
|
*/
|
|
724
|
-
'description'
|
|
724
|
+
'description'?: string | null;
|
|
725
725
|
/**
|
|
726
726
|
*
|
|
727
727
|
* @type {string}
|
|
728
728
|
* @memberof CreateVariantAuthenticationFuncV1Request
|
|
729
729
|
*/
|
|
730
|
-
'displayName'
|
|
730
|
+
'displayName'?: string | null;
|
|
731
731
|
/**
|
|
732
732
|
*
|
|
733
733
|
* @type {string}
|
|
@@ -765,13 +765,13 @@ export interface CreateVariantCodegenFuncV1Request {
|
|
|
765
765
|
* @type {string}
|
|
766
766
|
* @memberof CreateVariantCodegenFuncV1Request
|
|
767
767
|
*/
|
|
768
|
-
'description'
|
|
768
|
+
'description'?: string | null;
|
|
769
769
|
/**
|
|
770
770
|
*
|
|
771
771
|
* @type {string}
|
|
772
772
|
* @memberof CreateVariantCodegenFuncV1Request
|
|
773
773
|
*/
|
|
774
|
-
'displayName'
|
|
774
|
+
'displayName'?: string | null;
|
|
775
775
|
/**
|
|
776
776
|
*
|
|
777
777
|
* @type {string}
|
|
@@ -809,13 +809,13 @@ export interface CreateVariantManagementFuncV1Request {
|
|
|
809
809
|
* @type {string}
|
|
810
810
|
* @memberof CreateVariantManagementFuncV1Request
|
|
811
811
|
*/
|
|
812
|
-
'description'
|
|
812
|
+
'description'?: string | null;
|
|
813
813
|
/**
|
|
814
814
|
*
|
|
815
815
|
* @type {string}
|
|
816
816
|
* @memberof CreateVariantManagementFuncV1Request
|
|
817
817
|
*/
|
|
818
|
-
'displayName'
|
|
818
|
+
'displayName'?: string | null;
|
|
819
819
|
/**
|
|
820
820
|
*
|
|
821
821
|
* @type {string}
|
|
@@ -853,13 +853,13 @@ export interface CreateVariantQualificationFuncV1Request {
|
|
|
853
853
|
* @type {string}
|
|
854
854
|
* @memberof CreateVariantQualificationFuncV1Request
|
|
855
855
|
*/
|
|
856
|
-
'description'
|
|
856
|
+
'description'?: string | null;
|
|
857
857
|
/**
|
|
858
858
|
*
|
|
859
859
|
* @type {string}
|
|
860
860
|
* @memberof CreateVariantQualificationFuncV1Request
|
|
861
861
|
*/
|
|
862
|
-
'displayName'
|
|
862
|
+
'displayName'?: string | null;
|
|
863
863
|
/**
|
|
864
864
|
*
|
|
865
865
|
* @type {string}
|
|
@@ -1039,7 +1039,7 @@ export interface ExecuteManagementFunctionV1Response {
|
|
|
1039
1039
|
* @memberof ExecuteManagementFunctionV1Response
|
|
1040
1040
|
* @deprecated
|
|
1041
1041
|
*/
|
|
1042
|
-
'funcRunId'
|
|
1042
|
+
'funcRunId'?: string | null;
|
|
1043
1043
|
/**
|
|
1044
1044
|
*
|
|
1045
1045
|
* @type {string}
|
|
@@ -1051,7 +1051,7 @@ export interface ExecuteManagementFunctionV1Response {
|
|
|
1051
1051
|
* @type {string}
|
|
1052
1052
|
* @memberof ExecuteManagementFunctionV1Response
|
|
1053
1053
|
*/
|
|
1054
|
-
'message'?: string;
|
|
1054
|
+
'message'?: string | null;
|
|
1055
1055
|
/**
|
|
1056
1056
|
*
|
|
1057
1057
|
* @type {string}
|
|
@@ -1076,7 +1076,7 @@ export interface FindComponentV1Params {
|
|
|
1076
1076
|
* @type {string}
|
|
1077
1077
|
* @memberof FindComponentV1Params
|
|
1078
1078
|
*/
|
|
1079
|
-
'componentId'
|
|
1079
|
+
'componentId'?: string | null;
|
|
1080
1080
|
}
|
|
1081
1081
|
/**
|
|
1082
1082
|
*
|
|
@@ -1095,7 +1095,7 @@ export interface FindSchemaV1Params {
|
|
|
1095
1095
|
* @type {string}
|
|
1096
1096
|
* @memberof FindSchemaV1Params
|
|
1097
1097
|
*/
|
|
1098
|
-
'schemaId'
|
|
1098
|
+
'schemaId'?: string | null;
|
|
1099
1099
|
}
|
|
1100
1100
|
/**
|
|
1101
1101
|
*
|
|
@@ -1108,7 +1108,7 @@ export interface FindSchemaV1Response {
|
|
|
1108
1108
|
* @type {string}
|
|
1109
1109
|
* @memberof FindSchemaV1Response
|
|
1110
1110
|
*/
|
|
1111
|
-
'category'
|
|
1111
|
+
'category'?: string | null;
|
|
1112
1112
|
/**
|
|
1113
1113
|
*
|
|
1114
1114
|
* @type {boolean}
|
|
@@ -1208,49 +1208,49 @@ export interface FuncRunViewV1 {
|
|
|
1208
1208
|
* @type {string}
|
|
1209
1209
|
* @memberof FuncRunViewV1
|
|
1210
1210
|
*/
|
|
1211
|
-
'actionDisplayName'
|
|
1211
|
+
'actionDisplayName'?: string | null;
|
|
1212
1212
|
/**
|
|
1213
1213
|
*
|
|
1214
1214
|
* @type {string}
|
|
1215
1215
|
* @memberof FuncRunViewV1
|
|
1216
1216
|
*/
|
|
1217
|
-
'actionId'
|
|
1217
|
+
'actionId'?: string | null;
|
|
1218
1218
|
/**
|
|
1219
1219
|
*
|
|
1220
1220
|
* @type {string}
|
|
1221
1221
|
* @memberof FuncRunViewV1
|
|
1222
1222
|
*/
|
|
1223
|
-
'actionKind'
|
|
1223
|
+
'actionKind'?: string | null;
|
|
1224
1224
|
/**
|
|
1225
1225
|
*
|
|
1226
1226
|
* @type {string}
|
|
1227
1227
|
* @memberof FuncRunViewV1
|
|
1228
1228
|
*/
|
|
1229
|
-
'actionOriginatingChangeSetId'
|
|
1229
|
+
'actionOriginatingChangeSetId'?: string | null;
|
|
1230
1230
|
/**
|
|
1231
1231
|
*
|
|
1232
1232
|
* @type {string}
|
|
1233
1233
|
* @memberof FuncRunViewV1
|
|
1234
1234
|
*/
|
|
1235
|
-
'actionOriginatingChangeSetName'
|
|
1235
|
+
'actionOriginatingChangeSetName'?: string | null;
|
|
1236
1236
|
/**
|
|
1237
1237
|
*
|
|
1238
1238
|
* @type {string}
|
|
1239
1239
|
* @memberof FuncRunViewV1
|
|
1240
1240
|
*/
|
|
1241
|
-
'actionPrototypeId'
|
|
1241
|
+
'actionPrototypeId'?: string | null;
|
|
1242
1242
|
/**
|
|
1243
1243
|
*
|
|
1244
1244
|
* @type {string}
|
|
1245
1245
|
* @memberof FuncRunViewV1
|
|
1246
1246
|
*/
|
|
1247
|
-
'actionResultState'
|
|
1247
|
+
'actionResultState'?: string | null;
|
|
1248
1248
|
/**
|
|
1249
1249
|
*
|
|
1250
1250
|
* @type {string}
|
|
1251
1251
|
* @memberof FuncRunViewV1
|
|
1252
1252
|
*/
|
|
1253
|
-
'attributeValueId'
|
|
1253
|
+
'attributeValueId'?: string | null;
|
|
1254
1254
|
/**
|
|
1255
1255
|
*
|
|
1256
1256
|
* @type {string}
|
|
@@ -1268,13 +1268,13 @@ export interface FuncRunViewV1 {
|
|
|
1268
1268
|
* @type {string}
|
|
1269
1269
|
* @memberof FuncRunViewV1
|
|
1270
1270
|
*/
|
|
1271
|
-
'componentId'
|
|
1271
|
+
'componentId'?: string | null;
|
|
1272
1272
|
/**
|
|
1273
1273
|
*
|
|
1274
1274
|
* @type {string}
|
|
1275
1275
|
* @memberof FuncRunViewV1
|
|
1276
1276
|
*/
|
|
1277
|
-
'componentName'
|
|
1277
|
+
'componentName'?: string | null;
|
|
1278
1278
|
/**
|
|
1279
1279
|
*
|
|
1280
1280
|
* @type {string}
|
|
@@ -1298,13 +1298,13 @@ export interface FuncRunViewV1 {
|
|
|
1298
1298
|
* @type {string}
|
|
1299
1299
|
* @memberof FuncRunViewV1
|
|
1300
1300
|
*/
|
|
1301
|
-
'functionDescription'
|
|
1301
|
+
'functionDescription'?: string | null;
|
|
1302
1302
|
/**
|
|
1303
1303
|
*
|
|
1304
1304
|
* @type {string}
|
|
1305
1305
|
* @memberof FuncRunViewV1
|
|
1306
1306
|
*/
|
|
1307
|
-
'functionDisplayName'
|
|
1307
|
+
'functionDisplayName'?: string | null;
|
|
1308
1308
|
/**
|
|
1309
1309
|
*
|
|
1310
1310
|
* @type {string}
|
|
@@ -1316,7 +1316,7 @@ export interface FuncRunViewV1 {
|
|
|
1316
1316
|
* @type {string}
|
|
1317
1317
|
* @memberof FuncRunViewV1
|
|
1318
1318
|
*/
|
|
1319
|
-
'functionLink'
|
|
1319
|
+
'functionLink'?: string | null;
|
|
1320
1320
|
/**
|
|
1321
1321
|
*
|
|
1322
1322
|
* @type {string}
|
|
@@ -1346,7 +1346,7 @@ export interface FuncRunViewV1 {
|
|
|
1346
1346
|
* @type {string}
|
|
1347
1347
|
* @memberof FuncRunViewV1
|
|
1348
1348
|
*/
|
|
1349
|
-
'schemaName'
|
|
1349
|
+
'schemaName'?: string | null;
|
|
1350
1350
|
/**
|
|
1351
1351
|
*
|
|
1352
1352
|
* @type {string}
|
|
@@ -1535,13 +1535,13 @@ export interface GetFuncV1Response {
|
|
|
1535
1535
|
* @type {string}
|
|
1536
1536
|
* @memberof GetFuncV1Response
|
|
1537
1537
|
*/
|
|
1538
|
-
'description'
|
|
1538
|
+
'description'?: string | null;
|
|
1539
1539
|
/**
|
|
1540
1540
|
*
|
|
1541
1541
|
* @type {string}
|
|
1542
1542
|
* @memberof GetFuncV1Response
|
|
1543
1543
|
*/
|
|
1544
|
-
'displayName'
|
|
1544
|
+
'displayName'?: string | null;
|
|
1545
1545
|
/**
|
|
1546
1546
|
*
|
|
1547
1547
|
* @type {boolean}
|
|
@@ -1559,7 +1559,7 @@ export interface GetFuncV1Response {
|
|
|
1559
1559
|
* @type {string}
|
|
1560
1560
|
* @memberof GetFuncV1Response
|
|
1561
1561
|
*/
|
|
1562
|
-
'link'
|
|
1562
|
+
'link'?: string | null;
|
|
1563
1563
|
/**
|
|
1564
1564
|
*
|
|
1565
1565
|
* @type {string}
|
|
@@ -1578,7 +1578,7 @@ export interface GetManagementFuncJobStateV1Response {
|
|
|
1578
1578
|
* @type {string}
|
|
1579
1579
|
* @memberof GetManagementFuncJobStateV1Response
|
|
1580
1580
|
*/
|
|
1581
|
-
'funcRunId'
|
|
1581
|
+
'funcRunId'?: string | null;
|
|
1582
1582
|
/**
|
|
1583
1583
|
*
|
|
1584
1584
|
* @type {string}
|
|
@@ -1604,6 +1604,12 @@ export interface GetSchemaV1Response {
|
|
|
1604
1604
|
* @memberof GetSchemaV1Response
|
|
1605
1605
|
*/
|
|
1606
1606
|
'name': string;
|
|
1607
|
+
/**
|
|
1608
|
+
*
|
|
1609
|
+
* @type {string}
|
|
1610
|
+
* @memberof GetSchemaV1Response
|
|
1611
|
+
*/
|
|
1612
|
+
'schemaId': string;
|
|
1607
1613
|
/**
|
|
1608
1614
|
*
|
|
1609
1615
|
* @type {Array<string>}
|
|
@@ -1640,7 +1646,7 @@ export interface GetSchemaVariantV1Response {
|
|
|
1640
1646
|
* @type {string}
|
|
1641
1647
|
* @memberof GetSchemaVariantV1Response
|
|
1642
1648
|
*/
|
|
1643
|
-
'description'
|
|
1649
|
+
'description'?: string | null;
|
|
1644
1650
|
/**
|
|
1645
1651
|
*
|
|
1646
1652
|
* @type {string}
|
|
@@ -1670,7 +1676,7 @@ export interface GetSchemaVariantV1Response {
|
|
|
1670
1676
|
* @type {string}
|
|
1671
1677
|
* @memberof GetSchemaVariantV1Response
|
|
1672
1678
|
*/
|
|
1673
|
-
'link'
|
|
1679
|
+
'link'?: string | null;
|
|
1674
1680
|
/**
|
|
1675
1681
|
*
|
|
1676
1682
|
* @type {Array<string>}
|
|
@@ -1992,31 +1998,31 @@ export interface PropSchemaV1 {
|
|
|
1992
1998
|
* @type {Array<PropSchemaV1>}
|
|
1993
1999
|
* @memberof PropSchemaV1
|
|
1994
2000
|
*/
|
|
1995
|
-
'children'
|
|
2001
|
+
'children'?: Array<PropSchemaV1> | null;
|
|
1996
2002
|
/**
|
|
1997
2003
|
*
|
|
1998
2004
|
* @type {any}
|
|
1999
2005
|
* @memberof PropSchemaV1
|
|
2000
2006
|
*/
|
|
2001
|
-
'defaultValue'
|
|
2007
|
+
'defaultValue'?: any;
|
|
2002
2008
|
/**
|
|
2003
2009
|
*
|
|
2004
2010
|
* @type {string}
|
|
2005
2011
|
* @memberof PropSchemaV1
|
|
2006
2012
|
*/
|
|
2007
|
-
'description'
|
|
2013
|
+
'description'?: string | null;
|
|
2008
2014
|
/**
|
|
2009
2015
|
*
|
|
2010
2016
|
* @type {string}
|
|
2011
2017
|
* @memberof PropSchemaV1
|
|
2012
2018
|
*/
|
|
2013
|
-
'docLink'
|
|
2019
|
+
'docLink'?: string | null;
|
|
2014
2020
|
/**
|
|
2015
2021
|
*
|
|
2016
2022
|
* @type {boolean}
|
|
2017
2023
|
* @memberof PropSchemaV1
|
|
2018
2024
|
*/
|
|
2019
|
-
'hidden'
|
|
2025
|
+
'hidden'?: boolean | null;
|
|
2020
2026
|
/**
|
|
2021
2027
|
*
|
|
2022
2028
|
* @type {string}
|
|
@@ -2040,7 +2046,7 @@ export interface PropSchemaV1 {
|
|
|
2040
2046
|
* @type {string}
|
|
2041
2047
|
* @memberof PropSchemaV1
|
|
2042
2048
|
*/
|
|
2043
|
-
'validationFormat'
|
|
2049
|
+
'validationFormat'?: string | null;
|
|
2044
2050
|
}
|
|
2045
2051
|
/**
|
|
2046
2052
|
*
|
|
@@ -2294,7 +2300,7 @@ export interface SecretV1 {
|
|
|
2294
2300
|
* @type {string}
|
|
2295
2301
|
* @memberof SecretV1
|
|
2296
2302
|
*/
|
|
2297
|
-
'description'
|
|
2303
|
+
'description'?: string | null;
|
|
2298
2304
|
/**
|
|
2299
2305
|
*
|
|
2300
2306
|
* @type {string}
|
|
@@ -2424,13 +2430,13 @@ export interface UpdateFuncV1Request {
|
|
|
2424
2430
|
* @type {string}
|
|
2425
2431
|
* @memberof UpdateFuncV1Request
|
|
2426
2432
|
*/
|
|
2427
|
-
'description'
|
|
2433
|
+
'description'?: string | null;
|
|
2428
2434
|
/**
|
|
2429
2435
|
*
|
|
2430
2436
|
* @type {string}
|
|
2431
2437
|
* @memberof UpdateFuncV1Request
|
|
2432
2438
|
*/
|
|
2433
|
-
'displayName'
|
|
2439
|
+
'displayName'?: string | null;
|
|
2434
2440
|
}
|
|
2435
2441
|
/**
|
|
2436
2442
|
*
|
|
@@ -2468,19 +2474,19 @@ export interface UpdateSchemaVariantV1Request {
|
|
|
2468
2474
|
* @type {string}
|
|
2469
2475
|
* @memberof UpdateSchemaVariantV1Request
|
|
2470
2476
|
*/
|
|
2471
|
-
'color'
|
|
2477
|
+
'color'?: string | null;
|
|
2472
2478
|
/**
|
|
2473
2479
|
*
|
|
2474
2480
|
* @type {string}
|
|
2475
2481
|
* @memberof UpdateSchemaVariantV1Request
|
|
2476
2482
|
*/
|
|
2477
|
-
'description'
|
|
2483
|
+
'description'?: string | null;
|
|
2478
2484
|
/**
|
|
2479
2485
|
*
|
|
2480
2486
|
* @type {string}
|
|
2481
2487
|
* @memberof UpdateSchemaVariantV1Request
|
|
2482
2488
|
*/
|
|
2483
|
-
'link'
|
|
2489
|
+
'link'?: string | null;
|
|
2484
2490
|
/**
|
|
2485
2491
|
*
|
|
2486
2492
|
* @type {string}
|
|
@@ -2499,7 +2505,7 @@ export interface UpdateSecretV1Request {
|
|
|
2499
2505
|
* @type {string}
|
|
2500
2506
|
* @memberof UpdateSecretV1Request
|
|
2501
2507
|
*/
|
|
2502
|
-
'description'
|
|
2508
|
+
'description'?: string | null;
|
|
2503
2509
|
/**
|
|
2504
2510
|
*
|
|
2505
2511
|
* @type {string}
|
package/package.json
CHANGED