@bprotsyk/aso-core 1.2.114 → 1.2.115

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.
@@ -87,7 +87,6 @@ export declare const FlashAppSchema: mongoose.Schema<any, mongoose.Model<any, an
87
87
  webViewName: string;
88
88
  linkName: string;
89
89
  savedName: string;
90
- paranoidSeed: number;
91
90
  } | undefined;
92
91
  keitaroData?: {
93
92
  redirectCampaignId: number;
@@ -95,11 +95,6 @@ exports.FlashAppSchema = new mongoose_1.Schema({
95
95
  type: String,
96
96
  required: true
97
97
  },
98
- paranoidSeed: {
99
- type: Number,
100
- required: true,
101
- unique: true
102
- },
103
98
  },
104
99
  keitaroData: {
105
100
  redirectCampaignId: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.114",
3
+ "version": "1.2.115",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -157,11 +157,6 @@ export const FlashAppSchema = new Schema({
157
157
  type: String,
158
158
  required: true
159
159
  },
160
- paranoidSeed: {
161
- type: Number,
162
- required: true,
163
- unique: true
164
- },
165
160
  },
166
161
 
167
162
  keitaroData: {