system-initiative-api-client 1.1.5 → 1.1.6
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 +54 -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}
|
|
@@ -1640,7 +1640,7 @@ export interface GetSchemaVariantV1Response {
|
|
|
1640
1640
|
* @type {string}
|
|
1641
1641
|
* @memberof GetSchemaVariantV1Response
|
|
1642
1642
|
*/
|
|
1643
|
-
'description'
|
|
1643
|
+
'description'?: string | null;
|
|
1644
1644
|
/**
|
|
1645
1645
|
*
|
|
1646
1646
|
* @type {string}
|
|
@@ -1670,7 +1670,7 @@ export interface GetSchemaVariantV1Response {
|
|
|
1670
1670
|
* @type {string}
|
|
1671
1671
|
* @memberof GetSchemaVariantV1Response
|
|
1672
1672
|
*/
|
|
1673
|
-
'link'
|
|
1673
|
+
'link'?: string | null;
|
|
1674
1674
|
/**
|
|
1675
1675
|
*
|
|
1676
1676
|
* @type {Array<string>}
|
|
@@ -1992,31 +1992,31 @@ export interface PropSchemaV1 {
|
|
|
1992
1992
|
* @type {Array<PropSchemaV1>}
|
|
1993
1993
|
* @memberof PropSchemaV1
|
|
1994
1994
|
*/
|
|
1995
|
-
'children'
|
|
1995
|
+
'children'?: Array<PropSchemaV1> | null;
|
|
1996
1996
|
/**
|
|
1997
1997
|
*
|
|
1998
1998
|
* @type {any}
|
|
1999
1999
|
* @memberof PropSchemaV1
|
|
2000
2000
|
*/
|
|
2001
|
-
'defaultValue'
|
|
2001
|
+
'defaultValue'?: any;
|
|
2002
2002
|
/**
|
|
2003
2003
|
*
|
|
2004
2004
|
* @type {string}
|
|
2005
2005
|
* @memberof PropSchemaV1
|
|
2006
2006
|
*/
|
|
2007
|
-
'description'
|
|
2007
|
+
'description'?: string | null;
|
|
2008
2008
|
/**
|
|
2009
2009
|
*
|
|
2010
2010
|
* @type {string}
|
|
2011
2011
|
* @memberof PropSchemaV1
|
|
2012
2012
|
*/
|
|
2013
|
-
'docLink'
|
|
2013
|
+
'docLink'?: string | null;
|
|
2014
2014
|
/**
|
|
2015
2015
|
*
|
|
2016
2016
|
* @type {boolean}
|
|
2017
2017
|
* @memberof PropSchemaV1
|
|
2018
2018
|
*/
|
|
2019
|
-
'hidden'
|
|
2019
|
+
'hidden'?: boolean | null;
|
|
2020
2020
|
/**
|
|
2021
2021
|
*
|
|
2022
2022
|
* @type {string}
|
|
@@ -2040,7 +2040,7 @@ export interface PropSchemaV1 {
|
|
|
2040
2040
|
* @type {string}
|
|
2041
2041
|
* @memberof PropSchemaV1
|
|
2042
2042
|
*/
|
|
2043
|
-
'validationFormat'
|
|
2043
|
+
'validationFormat'?: string | null;
|
|
2044
2044
|
}
|
|
2045
2045
|
/**
|
|
2046
2046
|
*
|
|
@@ -2294,7 +2294,7 @@ export interface SecretV1 {
|
|
|
2294
2294
|
* @type {string}
|
|
2295
2295
|
* @memberof SecretV1
|
|
2296
2296
|
*/
|
|
2297
|
-
'description'
|
|
2297
|
+
'description'?: string | null;
|
|
2298
2298
|
/**
|
|
2299
2299
|
*
|
|
2300
2300
|
* @type {string}
|
|
@@ -2424,13 +2424,13 @@ export interface UpdateFuncV1Request {
|
|
|
2424
2424
|
* @type {string}
|
|
2425
2425
|
* @memberof UpdateFuncV1Request
|
|
2426
2426
|
*/
|
|
2427
|
-
'description'
|
|
2427
|
+
'description'?: string | null;
|
|
2428
2428
|
/**
|
|
2429
2429
|
*
|
|
2430
2430
|
* @type {string}
|
|
2431
2431
|
* @memberof UpdateFuncV1Request
|
|
2432
2432
|
*/
|
|
2433
|
-
'displayName'
|
|
2433
|
+
'displayName'?: string | null;
|
|
2434
2434
|
}
|
|
2435
2435
|
/**
|
|
2436
2436
|
*
|
|
@@ -2468,19 +2468,19 @@ export interface UpdateSchemaVariantV1Request {
|
|
|
2468
2468
|
* @type {string}
|
|
2469
2469
|
* @memberof UpdateSchemaVariantV1Request
|
|
2470
2470
|
*/
|
|
2471
|
-
'color'
|
|
2471
|
+
'color'?: string | null;
|
|
2472
2472
|
/**
|
|
2473
2473
|
*
|
|
2474
2474
|
* @type {string}
|
|
2475
2475
|
* @memberof UpdateSchemaVariantV1Request
|
|
2476
2476
|
*/
|
|
2477
|
-
'description'
|
|
2477
|
+
'description'?: string | null;
|
|
2478
2478
|
/**
|
|
2479
2479
|
*
|
|
2480
2480
|
* @type {string}
|
|
2481
2481
|
* @memberof UpdateSchemaVariantV1Request
|
|
2482
2482
|
*/
|
|
2483
|
-
'link'
|
|
2483
|
+
'link'?: string | null;
|
|
2484
2484
|
/**
|
|
2485
2485
|
*
|
|
2486
2486
|
* @type {string}
|
|
@@ -2499,7 +2499,7 @@ export interface UpdateSecretV1Request {
|
|
|
2499
2499
|
* @type {string}
|
|
2500
2500
|
* @memberof UpdateSecretV1Request
|
|
2501
2501
|
*/
|
|
2502
|
-
'description'
|
|
2502
|
+
'description'?: string | null;
|
|
2503
2503
|
/**
|
|
2504
2504
|
*
|
|
2505
2505
|
* @type {string}
|
package/package.json
CHANGED