system-initiative-api-client 1.1.2 → 1.1.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.
- package/dist/cjs/api.d.ts +6 -34
- package/dist/cjs/api.js +1 -25
- package/package.json +1 -1
package/dist/cjs/api.d.ts
CHANGED
|
@@ -766,12 +766,6 @@ export interface CreateVariantCodegenFuncV1Request {
|
|
|
766
766
|
* @memberof CreateVariantCodegenFuncV1Request
|
|
767
767
|
*/
|
|
768
768
|
'displayName': string;
|
|
769
|
-
/**
|
|
770
|
-
*
|
|
771
|
-
* @type {Array<string>}
|
|
772
|
-
* @memberof CreateVariantCodegenFuncV1Request
|
|
773
|
-
*/
|
|
774
|
-
'locations': Array<CreateVariantCodegenFuncV1RequestLocationsEnum>;
|
|
775
769
|
/**
|
|
776
770
|
*
|
|
777
771
|
* @type {string}
|
|
@@ -779,17 +773,6 @@ export interface CreateVariantCodegenFuncV1Request {
|
|
|
779
773
|
*/
|
|
780
774
|
'name': string;
|
|
781
775
|
}
|
|
782
|
-
/**
|
|
783
|
-
* @export
|
|
784
|
-
* @enum {string}
|
|
785
|
-
*/
|
|
786
|
-
export declare enum CreateVariantCodegenFuncV1RequestLocationsEnum {
|
|
787
|
-
CODE = "code",
|
|
788
|
-
DELETED_AT = "deletedAt",
|
|
789
|
-
DOMAIN = "domain",
|
|
790
|
-
RESOURCE = "resource",
|
|
791
|
-
SECRETS = "secrets"
|
|
792
|
-
}
|
|
793
776
|
/**
|
|
794
777
|
*
|
|
795
778
|
* @export
|
|
@@ -871,12 +854,6 @@ export interface CreateVariantQualificationFuncV1Request {
|
|
|
871
854
|
* @memberof CreateVariantQualificationFuncV1Request
|
|
872
855
|
*/
|
|
873
856
|
'displayName': string;
|
|
874
|
-
/**
|
|
875
|
-
*
|
|
876
|
-
* @type {Array<string>}
|
|
877
|
-
* @memberof CreateVariantQualificationFuncV1Request
|
|
878
|
-
*/
|
|
879
|
-
'locations': Array<CreateVariantQualificationFuncV1RequestLocationsEnum>;
|
|
880
857
|
/**
|
|
881
858
|
*
|
|
882
859
|
* @type {string}
|
|
@@ -884,17 +861,6 @@ export interface CreateVariantQualificationFuncV1Request {
|
|
|
884
861
|
*/
|
|
885
862
|
'name': string;
|
|
886
863
|
}
|
|
887
|
-
/**
|
|
888
|
-
* @export
|
|
889
|
-
* @enum {string}
|
|
890
|
-
*/
|
|
891
|
-
export declare enum CreateVariantQualificationFuncV1RequestLocationsEnum {
|
|
892
|
-
CODE = "code",
|
|
893
|
-
DELETED_AT = "deletedAt",
|
|
894
|
-
DOMAIN = "domain",
|
|
895
|
-
RESOURCE = "resource",
|
|
896
|
-
SECRETS = "secrets"
|
|
897
|
-
}
|
|
898
864
|
/**
|
|
899
865
|
*
|
|
900
866
|
* @export
|
|
@@ -2204,6 +2170,12 @@ export interface SchemaVariantV1RequestPath {
|
|
|
2204
2170
|
* @interface SearchComponentsV1Request
|
|
2205
2171
|
*/
|
|
2206
2172
|
export interface SearchComponentsV1Request {
|
|
2173
|
+
/**
|
|
2174
|
+
*
|
|
2175
|
+
* @type {string}
|
|
2176
|
+
* @memberof SearchComponentsV1Request
|
|
2177
|
+
*/
|
|
2178
|
+
'schemaCategory'?: string | null;
|
|
2207
2179
|
/**
|
|
2208
2180
|
*
|
|
2209
2181
|
* @type {string}
|
package/dist/cjs/api.js
CHANGED
|
@@ -16,37 +16,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.WhoamiApi = exports.WhoamiApiFactory = exports.WhoamiApiFp = exports.WhoamiApiAxiosParamCreator = exports.SecretsApi = exports.SecretsApiFactory = exports.SecretsApiFp = exports.SecretsApiAxiosParamCreator = exports.SchemasApi = exports.SchemasApiFactory = exports.SchemasApiFp = exports.SchemasApiAxiosParamCreator = exports.RootApi = exports.RootApiFactory = exports.RootApiFp = exports.RootApiAxiosParamCreator = exports.ManagementFuncsApi = exports.ManagementFuncsApiFactory = exports.ManagementFuncsApiFp = exports.ManagementFuncsApiAxiosParamCreator = exports.FuncsApi = exports.FuncsApiFactory = exports.FuncsApiFp = exports.FuncsApiAxiosParamCreator = exports.ComponentsApi = exports.ComponentsApiFactory = exports.ComponentsApiFp = exports.ComponentsApiAxiosParamCreator = exports.ChangeSetsApi = exports.ChangeSetsApiFactory = exports.ChangeSetsApiFp = exports.ChangeSetsApiAxiosParamCreator = exports.ActionsApi = exports.ActionsApiFactory = exports.ActionsApiFp = exports.ActionsApiAxiosParamCreator =
|
|
19
|
+
exports.WhoamiApi = exports.WhoamiApiFactory = exports.WhoamiApiFp = exports.WhoamiApiAxiosParamCreator = exports.SecretsApi = exports.SecretsApiFactory = exports.SecretsApiFp = exports.SecretsApiAxiosParamCreator = exports.SchemasApi = exports.SchemasApiFactory = exports.SchemasApiFp = exports.SchemasApiAxiosParamCreator = exports.RootApi = exports.RootApiFactory = exports.RootApiFp = exports.RootApiAxiosParamCreator = exports.ManagementFuncsApi = exports.ManagementFuncsApiFactory = exports.ManagementFuncsApiFp = exports.ManagementFuncsApiAxiosParamCreator = exports.FuncsApi = exports.FuncsApiFactory = exports.FuncsApiFp = exports.FuncsApiAxiosParamCreator = exports.ComponentsApi = exports.ComponentsApiFactory = exports.ComponentsApiFp = exports.ComponentsApiAxiosParamCreator = exports.ChangeSetsApi = exports.ChangeSetsApiFactory = exports.ChangeSetsApiFp = exports.ChangeSetsApiAxiosParamCreator = exports.ActionsApi = exports.ActionsApiFactory = exports.ActionsApiFp = exports.ActionsApiAxiosParamCreator = void 0;
|
|
20
20
|
const axios_1 = __importDefault(require("axios"));
|
|
21
21
|
// Some imports not used depending on template conditions
|
|
22
22
|
// @ts-ignore
|
|
23
23
|
const common_1 = require("./common");
|
|
24
24
|
// @ts-ignore
|
|
25
25
|
const base_1 = require("./base");
|
|
26
|
-
/**
|
|
27
|
-
* @export
|
|
28
|
-
* @enum {string}
|
|
29
|
-
*/
|
|
30
|
-
var CreateVariantCodegenFuncV1RequestLocationsEnum;
|
|
31
|
-
(function (CreateVariantCodegenFuncV1RequestLocationsEnum) {
|
|
32
|
-
CreateVariantCodegenFuncV1RequestLocationsEnum["CODE"] = "code";
|
|
33
|
-
CreateVariantCodegenFuncV1RequestLocationsEnum["DELETED_AT"] = "deletedAt";
|
|
34
|
-
CreateVariantCodegenFuncV1RequestLocationsEnum["DOMAIN"] = "domain";
|
|
35
|
-
CreateVariantCodegenFuncV1RequestLocationsEnum["RESOURCE"] = "resource";
|
|
36
|
-
CreateVariantCodegenFuncV1RequestLocationsEnum["SECRETS"] = "secrets";
|
|
37
|
-
})(CreateVariantCodegenFuncV1RequestLocationsEnum || (exports.CreateVariantCodegenFuncV1RequestLocationsEnum = CreateVariantCodegenFuncV1RequestLocationsEnum = {}));
|
|
38
|
-
/**
|
|
39
|
-
* @export
|
|
40
|
-
* @enum {string}
|
|
41
|
-
*/
|
|
42
|
-
var CreateVariantQualificationFuncV1RequestLocationsEnum;
|
|
43
|
-
(function (CreateVariantQualificationFuncV1RequestLocationsEnum) {
|
|
44
|
-
CreateVariantQualificationFuncV1RequestLocationsEnum["CODE"] = "code";
|
|
45
|
-
CreateVariantQualificationFuncV1RequestLocationsEnum["DELETED_AT"] = "deletedAt";
|
|
46
|
-
CreateVariantQualificationFuncV1RequestLocationsEnum["DOMAIN"] = "domain";
|
|
47
|
-
CreateVariantQualificationFuncV1RequestLocationsEnum["RESOURCE"] = "resource";
|
|
48
|
-
CreateVariantQualificationFuncV1RequestLocationsEnum["SECRETS"] = "secrets";
|
|
49
|
-
})(CreateVariantQualificationFuncV1RequestLocationsEnum || (exports.CreateVariantQualificationFuncV1RequestLocationsEnum = CreateVariantQualificationFuncV1RequestLocationsEnum = {}));
|
|
50
26
|
/**
|
|
51
27
|
* ActionsApi - axios parameter creator
|
|
52
28
|
* @export
|
package/package.json
CHANGED