@erp-galoper/main-package 1.0.176 → 1.0.177
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/openapi.ts +3 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -11298,7 +11298,7 @@ export interface components {
|
|
|
11298
11298
|
* CountryNames
|
|
11299
11299
|
* @enum {string}
|
|
11300
11300
|
*/
|
|
11301
|
-
CountryNames: "
|
|
11301
|
+
CountryNames: "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "XK" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW";
|
|
11302
11302
|
/**
|
|
11303
11303
|
* CurrencyCodes
|
|
11304
11304
|
* @enum {string}
|
|
@@ -15836,7 +15836,7 @@ export interface components {
|
|
|
15836
15836
|
/**
|
|
15837
15837
|
* Id
|
|
15838
15838
|
* Format: uuid
|
|
15839
|
-
* @example
|
|
15839
|
+
* @example f5a18d11-329e-42b1-862b-36ef29a33fc0
|
|
15840
15840
|
*/
|
|
15841
15841
|
id: string;
|
|
15842
15842
|
/**
|
|
@@ -27095,9 +27095,7 @@ export interface operations {
|
|
|
27095
27095
|
headers: {
|
|
27096
27096
|
[name: string]: unknown;
|
|
27097
27097
|
};
|
|
27098
|
-
content
|
|
27099
|
-
"application/json": components["schemas"]["MessageResponse"];
|
|
27100
|
-
};
|
|
27098
|
+
content?: never;
|
|
27101
27099
|
};
|
|
27102
27100
|
/** @description Bad Request */
|
|
27103
27101
|
400: {
|
package/package.json
CHANGED