@aws-amplify/core 6.0.22 → 6.0.23

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.
@@ -3,5 +3,5 @@
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.version = void 0;
5
5
  // generated by genversion
6
- exports.version = '6.0.22';
6
+ exports.version = '6.0.23';
7
7
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sources":["../../../src/Platform/version.ts"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.version = void 0;\n// generated by genversion\nexports.version = '6.0.22';\n"],"names":[],"mappings":";;AACA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;AAC9D,OAAO,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;AACzB;AACA,OAAO,CAAC,OAAO,GAAG,QAAQ;;"}
1
+ {"version":3,"file":"version.js","sources":["../../../src/Platform/version.ts"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.version = void 0;\n// generated by genversion\nexports.version = '6.0.23';\n"],"names":[],"mappings":";;AACA,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;AAC9D,OAAO,CAAC,OAAO,GAAG,KAAK,CAAC,CAAC;AACzB;AACA,OAAO,CAAC,OAAO,GAAG,QAAQ;;"}
@@ -1 +1 @@
1
- export declare const version = "6.0.22";
1
+ export declare const version = "6.0.23";
@@ -1,5 +1,5 @@
1
1
  // generated by genversion
2
- const version = '6.0.22';
2
+ const version = '6.0.23';
3
3
 
4
4
  export { version };
5
5
  //# sourceMappingURL=version.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.0.22';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
1
+ {"version":3,"file":"version.mjs","sources":["../../../src/Platform/version.ts"],"sourcesContent":["// generated by genversion\nexport const version = '6.0.23';\n"],"names":[],"mappings":"AAAA;AACY,MAAC,OAAO,GAAG;;;;"}
@@ -87,6 +87,7 @@ export interface ModelIntrospectionSchema {
87
87
  enums: SchemaEnums;
88
88
  queries?: CustomOperations;
89
89
  mutations?: CustomOperations;
90
+ subscriptions?: CustomOperations;
90
91
  }
91
92
  /**
92
93
  * Top-level Entities on a Schema
@@ -128,7 +129,7 @@ export interface CustomOperation {
128
129
  type: FieldType;
129
130
  isArray: boolean;
130
131
  isRequired: boolean;
131
- arguments: CustomOperationArguments;
132
+ arguments?: CustomOperationArguments;
132
133
  }
133
134
  export type CustomOperationArguments = Record<string, CustomOperationArgument>;
134
135
  export interface CustomOperationArgument {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/core",
3
- "version": "6.0.22",
3
+ "version": "6.0.23",
4
4
  "description": "Core category of aws-amplify",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.mjs",
@@ -60,7 +60,7 @@
60
60
  "uuid": "^9.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@aws-amplify/react-native": "1.0.23",
63
+ "@aws-amplify/react-native": "1.0.24",
64
64
  "@types/js-cookie": "3.0.2",
65
65
  "genversion": "^2.2.0",
66
66
  "typescript": "5.0.2"
@@ -192,5 +192,5 @@
192
192
  ]
193
193
  }
194
194
  },
195
- "gitHead": "080f8c11e9eb89cdcd29d78a2b4fe07c8c5b5404"
195
+ "gitHead": "6c46368559f4c3229024d10c18aabb34c58efe68"
196
196
  }
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '6.0.22';
2
+ export const version = '6.0.23';
@@ -108,6 +108,7 @@ export interface ModelIntrospectionSchema {
108
108
  enums: SchemaEnums;
109
109
  queries?: CustomOperations;
110
110
  mutations?: CustomOperations;
111
+ subscriptions?: CustomOperations;
111
112
  }
112
113
 
113
114
  /**
@@ -154,7 +155,7 @@ export interface CustomOperation {
154
155
  type: FieldType;
155
156
  isArray: boolean;
156
157
  isRequired: boolean;
157
- arguments: CustomOperationArguments;
158
+ arguments?: CustomOperationArguments;
158
159
  }
159
160
 
160
161
  export type CustomOperationArguments = Record<string, CustomOperationArgument>;