codify-schemas 1.0.83 → 1.0.84

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.
@@ -22,6 +22,12 @@
22
22
  "type": "string"
23
23
  }
24
24
  },
25
+ "operatingSystems": {
26
+ "type": "array",
27
+ "items": {
28
+ "enum": ["Darwin", "Linux", "Windows_NT"]
29
+ }
30
+ },
25
31
  "import": {
26
32
  "type": "object",
27
33
  "properties": {
@@ -24,6 +24,12 @@
24
24
  "items": {
25
25
  "type": "string"
26
26
  }
27
+ },
28
+ "operatingSystems": {
29
+ "type": "array",
30
+ "items": {
31
+ "enum": ["Darwin", "Linux", "Windows_NT"]
32
+ }
27
33
  }
28
34
  },
29
35
  "required": [
@@ -97,6 +97,7 @@ export interface GetResourceInfoResponseData {
97
97
  import?: {
98
98
  requiredParameters: string[] | null;
99
99
  };
100
+ operatingSystems?: 'Darwin' | 'Linux' | 'Windows_NT';
100
101
  importAndDestroy?: {
101
102
  requiredParameters: string[] | null;
102
103
  preventImport?: boolean;
@@ -148,6 +149,7 @@ export interface ApplyRequestData {
148
149
  export interface ResourceDefinition {
149
150
  type: string;
150
151
  dependencies: string[];
152
+ operatingSystems?: 'Darwin' | 'Linux' | 'Windows_NT';
151
153
  sensitiveParameters?: string[];
152
154
  }
153
155
  export interface InitializeRequestData {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAsBA,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,gCAAe,CAAA;AACjB,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;AA6CD,MAAM,CAAN,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;IACrB,kCAAa,CAAA;AACf,CAAC,EANW,iBAAiB,KAAjB,iBAAiB,QAM5B;AAED,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,iCAAW,CAAA;IACX,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAsHD,MAAM,CAAN,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACjB,CAAC,EAHW,WAAW,KAAX,WAAW,QAGtB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAsBA,MAAM,CAAN,IAAY,aAGX;AAHD,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,gCAAe,CAAA;AACjB,CAAC,EAHW,aAAa,KAAb,aAAa,QAGxB;AA6CD,MAAM,CAAN,IAAY,iBAMX;AAND,WAAY,iBAAiB;IAC3B,sCAAiB,CAAA;IACjB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IACjB,0CAAqB,CAAA;IACrB,kCAAa,CAAA;AACf,CAAC,EANW,iBAAiB,KAAjB,iBAAiB,QAM5B;AAED,MAAM,CAAN,IAAY,kBAKX;AALD,WAAY,kBAAkB;IAC5B,iCAAW,CAAA;IACX,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EALW,kBAAkB,KAAlB,kBAAkB,QAK7B;AAwHD,MAAM,CAAN,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,kCAAmB,CAAA;IACnB,8BAAe,CAAA;AACjB,CAAC,EAHW,WAAW,KAAX,WAAW,QAGtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-schemas",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -22,6 +22,12 @@
22
22
  "type": "string"
23
23
  }
24
24
  },
25
+ "operatingSystems": {
26
+ "type": "array",
27
+ "items": {
28
+ "enum": ["Darwin", "Linux", "Windows_NT"]
29
+ }
30
+ },
25
31
  "import": {
26
32
  "type": "object",
27
33
  "properties": {
@@ -24,6 +24,12 @@
24
24
  "items": {
25
25
  "type": "string"
26
26
  }
27
+ },
28
+ "operatingSystems": {
29
+ "type": "array",
30
+ "items": {
31
+ "enum": ["Darwin", "Linux", "Windows_NT"]
32
+ }
27
33
  }
28
34
  },
29
35
  "required": [
@@ -113,6 +113,7 @@ export interface GetResourceInfoResponseData {
113
113
  import?: {
114
114
  requiredParameters: string[] | null;
115
115
  },
116
+ operatingSystems?: 'Darwin' | 'Linux' | 'Windows_NT';
116
117
  importAndDestroy?: {
117
118
  requiredParameters: string[] | null;
118
119
  preventImport?: boolean;
@@ -170,6 +171,7 @@ export interface ApplyRequestData {
170
171
  export interface ResourceDefinition {
171
172
  type: string;
172
173
  dependencies: string[];
174
+ operatingSystems?: 'Darwin' | 'Linux' | 'Windows_NT';
173
175
  sensitiveParameters?: string[];
174
176
  }
175
177