@warp-drive/legacy 5.9.0-alpha.21 → 5.9.0-alpha.22
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/-private-DQ6Iap2t.js +193 -0
- package/dist/-private-DQ6Iap2t.js.map +1 -0
- package/dist/-private-DccRZQsm.js +904 -0
- package/dist/-private-DccRZQsm.js.map +1 -0
- package/dist/adapter/-private.d.ts +33 -0
- package/dist/adapter/-private.d.ts.map +1 -0
- package/dist/adapter/-private.js +3 -1
- package/dist/adapter/error.d.ts +2 -0
- package/dist/adapter/error.js +422 -453
- package/dist/adapter/error.js.map +1 -0
- package/{declarations → dist}/adapter/json-api.d.ts +30 -29
- package/dist/adapter/json-api.d.ts.map +1 -0
- package/dist/adapter/json-api.js +265 -143
- package/dist/adapter/json-api.js.map +1 -0
- package/dist/adapter/rest.d.ts +2 -0
- package/dist/adapter/rest.js +937 -1136
- package/dist/adapter/rest.js.map +1 -0
- package/dist/adapter-CARrK3-8.d.ts +784 -0
- package/dist/adapter-CARrK3-8.d.ts.map +1 -0
- package/dist/adapter-XgLAkYVs.js +1130 -0
- package/dist/adapter-XgLAkYVs.js.map +1 -0
- package/dist/adapter.d.ts +2 -0
- package/dist/adapter.js +1 -1248
- package/dist/compat/-private.d.ts +2 -0
- package/dist/compat/-private.js +3 -1
- package/dist/compat/builders.d.ts +169 -0
- package/dist/compat/builders.d.ts.map +1 -0
- package/dist/compat/builders.js +205 -245
- package/dist/compat/builders.js.map +1 -0
- package/dist/compat/extensions.d.ts +2 -0
- package/dist/compat/extensions.js +265 -304
- package/dist/compat/extensions.js.map +1 -0
- package/dist/compat/utils.d.ts +151 -0
- package/dist/compat/utils.d.ts.map +1 -0
- package/dist/compat/utils.js +187 -206
- package/dist/compat/utils.js.map +1 -0
- package/dist/compat-BbNNmTM-.d.ts +1386 -0
- package/dist/compat-BbNNmTM-.d.ts.map +1 -0
- package/dist/compat-g__Pfy2S.js +734 -0
- package/dist/compat-g__Pfy2S.js.map +1 -0
- package/dist/compat.d.ts +2 -0
- package/dist/compat.js +1 -1036
- package/dist/error-CzkyXr1Q.d.ts +435 -0
- package/dist/error-CzkyXr1Q.d.ts.map +1 -0
- package/dist/errors-LQhmDVdd.js +2134 -0
- package/dist/errors-LQhmDVdd.js.map +1 -0
- package/dist/extensions-DumNm4dA.d.ts +102 -0
- package/dist/extensions-DumNm4dA.d.ts.map +1 -0
- package/dist/index.d.ts +243 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +267 -339
- package/dist/index.js.map +1 -0
- package/dist/json-BXNPTlcH.js +1106 -0
- package/dist/json-BXNPTlcH.js.map +1 -0
- package/dist/model/-private.d.ts +3 -0
- package/dist/model/-private.js +3 -1
- package/dist/model/migration-support.d.ts +335 -0
- package/dist/model/migration-support.d.ts.map +1 -0
- package/dist/model/migration-support.js +504 -575
- package/dist/model/migration-support.js.map +1 -0
- package/dist/model-62hn5_PD.d.ts +3107 -0
- package/dist/model-62hn5_PD.d.ts.map +1 -0
- package/dist/model-BtIEHqYZ.js +683 -0
- package/dist/model-BtIEHqYZ.js.map +1 -0
- package/dist/model-fragments-Dpn9285r.js +334 -0
- package/dist/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/model-fragments.d.ts +294 -0
- package/dist/model-fragments.d.ts.map +1 -0
- package/dist/model-fragments.js +2 -94
- package/dist/model.d.ts +404 -0
- package/dist/model.d.ts.map +1 -0
- package/dist/model.js +3 -670
- package/{declarations/adapter/rest.d.ts → dist/rest-0NhtexIq.d.ts} +183 -173
- package/dist/rest-0NhtexIq.d.ts.map +1 -0
- package/dist/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/schema-provider-DsKuB5Wb.js +1929 -0
- package/dist/schema-provider-DsKuB5Wb.js.map +1 -0
- package/{declarations → dist}/serializer/json-api.d.ts +3 -0
- package/dist/serializer/json-api.d.ts.map +1 -0
- package/dist/serializer/json-api.js +527 -519
- package/dist/serializer/json-api.js.map +1 -0
- package/{declarations → dist}/serializer/json.d.ts +3 -0
- package/dist/serializer/json.d.ts.map +1 -0
- package/dist/serializer/json.js +3 -6
- package/{declarations/serializer/-private/embedded-records-mixin.d.ts → dist/serializer/rest.d.ts} +56 -1
- package/dist/serializer/rest.d.ts.map +1 -0
- package/dist/serializer/rest.js +958 -1199
- package/dist/serializer/rest.js.map +1 -0
- package/dist/serializer/transform.d.ts +313 -0
- package/dist/serializer/transform.d.ts.map +1 -0
- package/dist/serializer/transform.js +283 -308
- package/dist/serializer/transform.js.map +1 -0
- package/dist/serializer.d.ts +151 -0
- package/dist/serializer.d.ts.map +1 -0
- package/dist/serializer.js +205 -205
- package/dist/serializer.js.map +1 -0
- package/dist/store-C4qYzXei.js +473 -0
- package/dist/store-C4qYzXei.js.map +1 -0
- package/dist/store.d.ts +13 -0
- package/dist/store.d.ts.map +1 -0
- package/dist/store.js +1 -641
- package/dist/unpkg/dev/-private-CrEyBE-B.js +189 -0
- package/dist/unpkg/dev/-private-CrEyBE-B.js.map +1 -0
- package/dist/unpkg/dev/-private-vOhxVExH.js +896 -0
- package/dist/unpkg/dev/-private-vOhxVExH.js.map +1 -0
- package/dist/unpkg/dev/adapter/-private.js +3 -1
- package/dist/unpkg/dev/adapter/error.js +421 -452
- package/dist/unpkg/dev/adapter/error.js.map +1 -0
- package/dist/unpkg/dev/adapter/json-api.js +239 -257
- package/dist/unpkg/dev/adapter/json-api.js.map +1 -0
- package/dist/unpkg/dev/adapter/rest.js +935 -1134
- package/dist/unpkg/dev/adapter/rest.js.map +1 -0
- package/dist/unpkg/dev/adapter-Cw0uSl8d.js +1129 -0
- package/dist/unpkg/dev/adapter-Cw0uSl8d.js.map +1 -0
- package/dist/unpkg/dev/adapter.js +1 -1247
- package/dist/unpkg/dev/compat/-private.js +3 -1
- package/dist/unpkg/dev/compat/builders.js +204 -247
- package/dist/unpkg/dev/compat/builders.js.map +1 -0
- package/dist/unpkg/dev/compat/extensions.js +264 -303
- package/dist/unpkg/dev/compat/extensions.js.map +1 -0
- package/dist/unpkg/dev/compat/utils.js +186 -205
- package/dist/unpkg/dev/compat/utils.js.map +1 -0
- package/dist/unpkg/dev/compat-CeyxXB7K.js +825 -0
- package/dist/unpkg/dev/compat-CeyxXB7K.js.map +1 -0
- package/dist/unpkg/dev/compat.js +1 -1178
- package/dist/unpkg/dev/errors-1javxsPo.js +2127 -0
- package/dist/unpkg/dev/errors-1javxsPo.js.map +1 -0
- package/dist/unpkg/dev/index.js +266 -344
- package/dist/unpkg/dev/index.js.map +1 -0
- package/dist/unpkg/dev/json-DDJji3V3.js +1104 -0
- package/dist/unpkg/dev/json-DDJji3V3.js.map +1 -0
- package/dist/unpkg/dev/model/-private.js +3 -1
- package/dist/unpkg/dev/model/migration-support.js +481 -549
- package/dist/unpkg/dev/model/migration-support.js.map +1 -0
- package/dist/unpkg/dev/model-C9Xb1R1x.js +655 -0
- package/dist/unpkg/dev/model-C9Xb1R1x.js.map +1 -0
- package/dist/unpkg/dev/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/dev/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/dev/model-fragments.js +2 -94
- package/dist/unpkg/dev/model.js +3 -681
- package/dist/unpkg/dev/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/dev/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/dev/schema-provider-Dy6c1J5f.js +1834 -0
- package/dist/unpkg/dev/schema-provider-Dy6c1J5f.js.map +1 -0
- package/dist/unpkg/dev/serializer/json-api.js +514 -634
- package/dist/unpkg/dev/serializer/json-api.js.map +1 -0
- package/dist/unpkg/dev/serializer/json.js +3 -4
- package/dist/unpkg/dev/serializer/rest.js +954 -1196
- package/dist/unpkg/dev/serializer/rest.js.map +1 -0
- package/dist/unpkg/dev/serializer/transform.js +283 -308
- package/dist/unpkg/dev/serializer/transform.js.map +1 -0
- package/dist/unpkg/dev/serializer.js +205 -205
- package/dist/unpkg/dev/serializer.js.map +1 -0
- package/dist/unpkg/dev/store-D_V8-HQl.js +472 -0
- package/dist/unpkg/dev/store-D_V8-HQl.js.map +1 -0
- package/dist/unpkg/dev/store.js +1 -649
- package/dist/unpkg/dev/util-dSKEgQDp.js +12 -0
- package/dist/unpkg/dev/util-dSKEgQDp.js.map +1 -0
- package/dist/unpkg/dev/utils-DYC9utVJ.js +11 -0
- package/dist/unpkg/dev/utils-DYC9utVJ.js.map +1 -0
- package/dist/unpkg/dev-deprecated/-private-CrEyBE-B.js +189 -0
- package/dist/unpkg/dev-deprecated/-private-CrEyBE-B.js.map +1 -0
- package/dist/unpkg/dev-deprecated/-private-vOhxVExH.js +896 -0
- package/dist/unpkg/dev-deprecated/-private-vOhxVExH.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/adapter/error.js +421 -452
- package/dist/unpkg/dev-deprecated/adapter/error.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/json-api.js +239 -257
- package/dist/unpkg/dev-deprecated/adapter/json-api.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/rest.js +935 -1134
- package/dist/unpkg/dev-deprecated/adapter/rest.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter-Cw0uSl8d.js +1129 -0
- package/dist/unpkg/dev-deprecated/adapter-Cw0uSl8d.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter.js +1 -1247
- package/dist/unpkg/dev-deprecated/compat/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/compat/builders.js +204 -247
- package/dist/unpkg/dev-deprecated/compat/builders.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat/extensions.js +264 -303
- package/dist/unpkg/dev-deprecated/compat/extensions.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat/utils.js +186 -205
- package/dist/unpkg/dev-deprecated/compat/utils.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat-DmAgB2NS.js +825 -0
- package/dist/unpkg/dev-deprecated/compat-DmAgB2NS.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat.js +1 -1178
- package/dist/unpkg/dev-deprecated/errors-C4_aOhY5.js +2128 -0
- package/dist/unpkg/dev-deprecated/errors-C4_aOhY5.js.map +1 -0
- package/dist/unpkg/dev-deprecated/index.js +266 -343
- package/dist/unpkg/dev-deprecated/index.js.map +1 -0
- package/dist/unpkg/dev-deprecated/json-DDJji3V3.js +1104 -0
- package/dist/unpkg/dev-deprecated/json-DDJji3V3.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/model/migration-support.js +492 -566
- package/dist/unpkg/dev-deprecated/model/migration-support.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-CvSMYkgs.js +660 -0
- package/dist/unpkg/dev-deprecated/model-CvSMYkgs.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/dev-deprecated/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-fragments.js +2 -94
- package/dist/unpkg/dev-deprecated/model.js +3 -685
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/dev-deprecated/schema-provider-Cqttza94.js +1835 -0
- package/dist/unpkg/dev-deprecated/schema-provider-Cqttza94.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/json-api.js +514 -634
- package/dist/unpkg/dev-deprecated/serializer/json-api.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/json.js +3 -4
- package/dist/unpkg/dev-deprecated/serializer/rest.js +954 -1196
- package/dist/unpkg/dev-deprecated/serializer/rest.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/transform.js +283 -308
- package/dist/unpkg/dev-deprecated/serializer/transform.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer.js +205 -205
- package/dist/unpkg/dev-deprecated/serializer.js.map +1 -0
- package/dist/unpkg/dev-deprecated/store-BX7GvXC_.js +472 -0
- package/dist/unpkg/dev-deprecated/store-BX7GvXC_.js.map +1 -0
- package/dist/unpkg/dev-deprecated/store.js +1 -649
- package/dist/unpkg/dev-deprecated/util-9mgEBJ3W.js +18 -0
- package/dist/unpkg/dev-deprecated/util-9mgEBJ3W.js.map +1 -0
- package/dist/unpkg/dev-deprecated/utils-Cl86-e7F.js +17 -0
- package/dist/unpkg/dev-deprecated/utils-Cl86-e7F.js.map +1 -0
- package/dist/unpkg/prod/-private-B4bxoTuK.js +160 -0
- package/dist/unpkg/prod/-private-B4bxoTuK.js.map +1 -0
- package/dist/unpkg/prod/-private-SfXkkHKd.js +745 -0
- package/dist/unpkg/prod/-private-SfXkkHKd.js.map +1 -0
- package/dist/unpkg/prod/adapter/-private.js +3 -1
- package/dist/unpkg/prod/adapter/error.js +418 -447
- package/dist/unpkg/prod/adapter/error.js.map +1 -0
- package/dist/unpkg/prod/adapter/json-api.js +236 -252
- package/dist/unpkg/prod/adapter/json-api.js.map +1 -0
- package/dist/unpkg/prod/adapter/rest.js +911 -1097
- package/dist/unpkg/prod/adapter/rest.js.map +1 -0
- package/dist/unpkg/prod/adapter-Wnk7jizX.js +1111 -0
- package/dist/unpkg/prod/adapter-Wnk7jizX.js.map +1 -0
- package/dist/unpkg/prod/adapter.js +1 -1214
- package/dist/unpkg/prod/compat/-private.js +3 -1
- package/dist/unpkg/prod/compat/builders.js +165 -182
- package/dist/unpkg/prod/compat/builders.js.map +1 -0
- package/dist/unpkg/prod/compat/extensions.js +252 -283
- package/dist/unpkg/prod/compat/extensions.js.map +1 -0
- package/dist/unpkg/prod/compat/utils.js +183 -200
- package/dist/unpkg/prod/compat/utils.js.map +1 -0
- package/dist/unpkg/prod/compat-CJ87MzDn.js +547 -0
- package/dist/unpkg/prod/compat-CJ87MzDn.js.map +1 -0
- package/dist/unpkg/prod/compat.js +1 -742
- package/dist/unpkg/prod/errors-Co7YWHoA.js +1977 -0
- package/dist/unpkg/prod/errors-Co7YWHoA.js.map +1 -0
- package/dist/unpkg/prod/index.js +245 -308
- package/dist/unpkg/prod/index.js.map +1 -0
- package/dist/unpkg/prod/json-BD1kRTfB.js +1080 -0
- package/dist/unpkg/prod/json-BD1kRTfB.js.map +1 -0
- package/dist/unpkg/prod/model/-private.js +3 -1
- package/dist/unpkg/prod/model/migration-support.js +477 -542
- package/dist/unpkg/prod/model/migration-support.js.map +1 -0
- package/dist/unpkg/prod/model-BzoOmtka.js +603 -0
- package/dist/unpkg/prod/model-BzoOmtka.js.map +1 -0
- package/dist/unpkg/prod/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/prod/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/prod/model-fragments.js +2 -94
- package/dist/unpkg/prod/model.js +3 -596
- package/dist/unpkg/prod/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/prod/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/prod/schema-provider-CKZcqWyP.js +1622 -0
- package/dist/unpkg/prod/schema-provider-CKZcqWyP.js.map +1 -0
- package/dist/unpkg/prod/serializer/json-api.js +497 -592
- package/dist/unpkg/prod/serializer/json-api.js.map +1 -0
- package/dist/unpkg/prod/serializer/json.js +3 -4
- package/dist/unpkg/prod/serializer/rest.js +938 -1166
- package/dist/unpkg/prod/serializer/rest.js.map +1 -0
- package/dist/unpkg/prod/serializer/transform.js +283 -308
- package/dist/unpkg/prod/serializer/transform.js.map +1 -0
- package/dist/unpkg/prod/serializer.js +205 -205
- package/dist/unpkg/prod/serializer.js.map +1 -0
- package/dist/unpkg/prod/store-RGGc1ilN.js +392 -0
- package/dist/unpkg/prod/store-RGGc1ilN.js.map +1 -0
- package/dist/unpkg/prod/store.js +1 -517
- package/dist/unpkg/prod/util-dSKEgQDp.js +12 -0
- package/dist/unpkg/prod/util-dSKEgQDp.js.map +1 -0
- package/dist/unpkg/prod/utils-DYC9utVJ.js +11 -0
- package/dist/unpkg/prod/utils-DYC9utVJ.js.map +1 -0
- package/dist/unpkg/prod-deprecated/-private-B4bxoTuK.js +160 -0
- package/dist/unpkg/prod-deprecated/-private-B4bxoTuK.js.map +1 -0
- package/dist/unpkg/prod-deprecated/-private-SfXkkHKd.js +745 -0
- package/dist/unpkg/prod-deprecated/-private-SfXkkHKd.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/adapter/error.js +418 -447
- package/dist/unpkg/prod-deprecated/adapter/error.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/json-api.js +236 -252
- package/dist/unpkg/prod-deprecated/adapter/json-api.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/rest.js +911 -1097
- package/dist/unpkg/prod-deprecated/adapter/rest.js.map +1 -0
- package/{declarations/adapter.d.ts → dist/unpkg/prod-deprecated/adapter-Wnk7jizX.js} +445 -110
- package/dist/unpkg/prod-deprecated/adapter-Wnk7jizX.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter.js +1 -1214
- package/dist/unpkg/prod-deprecated/compat/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/compat/builders.js +165 -182
- package/dist/unpkg/prod-deprecated/compat/builders.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat/extensions.js +252 -283
- package/dist/unpkg/prod-deprecated/compat/extensions.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat/utils.js +183 -200
- package/dist/unpkg/prod-deprecated/compat/utils.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat-CJ87MzDn.js +547 -0
- package/dist/unpkg/prod-deprecated/compat-CJ87MzDn.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat.js +1 -742
- package/dist/unpkg/prod-deprecated/errors-C-opde61.js +1978 -0
- package/dist/unpkg/prod-deprecated/errors-C-opde61.js.map +1 -0
- package/dist/unpkg/prod-deprecated/index.js +245 -307
- package/dist/unpkg/prod-deprecated/index.js.map +1 -0
- package/dist/unpkg/prod-deprecated/json-BD1kRTfB.js +1080 -0
- package/dist/unpkg/prod-deprecated/json-BD1kRTfB.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/model/migration-support.js +488 -559
- package/dist/unpkg/prod-deprecated/model/migration-support.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-C0bTXzGn.js +604 -0
- package/dist/unpkg/prod-deprecated/model-C0bTXzGn.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/prod-deprecated/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-fragments.js +2 -94
- package/dist/unpkg/prod-deprecated/model.js +3 -599
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/prod-deprecated/schema-provider-lH3qP5tw.js +1635 -0
- package/dist/unpkg/prod-deprecated/schema-provider-lH3qP5tw.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/json-api.js +497 -592
- package/dist/unpkg/prod-deprecated/serializer/json-api.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/json.js +3 -4
- package/dist/unpkg/prod-deprecated/serializer/rest.js +938 -1166
- package/dist/unpkg/prod-deprecated/serializer/rest.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/transform.js +283 -308
- package/dist/unpkg/prod-deprecated/serializer/transform.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer.js +205 -205
- package/dist/unpkg/prod-deprecated/serializer.js.map +1 -0
- package/dist/unpkg/prod-deprecated/store-0L2CkYzh.js +392 -0
- package/dist/unpkg/prod-deprecated/store-0L2CkYzh.js.map +1 -0
- package/dist/unpkg/prod-deprecated/store.js +1 -517
- package/dist/unpkg/prod-deprecated/util-CQQdHX3n.js +14 -0
- package/dist/unpkg/prod-deprecated/util-CQQdHX3n.js.map +1 -0
- package/dist/unpkg/prod-deprecated/utils-BMI_JwFP.js +13 -0
- package/dist/unpkg/prod-deprecated/utils-BMI_JwFP.js.map +1 -0
- package/dist/util-Bnx8nm-D.js +29 -0
- package/dist/util-Bnx8nm-D.js.map +1 -0
- package/dist/utils-ZAytYep8.js +28 -0
- package/dist/utils-ZAytYep8.js.map +1 -0
- package/package.json +13 -13
- package/declarations/adapter/-private/build-url-mixin.d.ts +0 -189
- package/declarations/adapter/-private/fastboot-interface.d.ts +0 -8
- package/declarations/adapter/-private/utils/continue-on-reject.d.ts +0 -1
- package/declarations/adapter/-private/utils/determine-body-promise.d.ts +0 -4
- package/declarations/adapter/-private/utils/fetch.d.ts +0 -8
- package/declarations/adapter/-private/utils/parse-response-headers.d.ts +0 -1
- package/declarations/adapter/-private/utils/serialize-into-hash.d.ts +0 -6
- package/declarations/adapter/-private/utils/serialize-query-params.d.ts +0 -5
- package/declarations/adapter/-private.d.ts +0 -5
- package/declarations/adapter/error.d.ts +0 -431
- package/declarations/compat/-private.d.ts +0 -13
- package/declarations/compat/builders/find-all.d.ts +0 -34
- package/declarations/compat/builders/find-record.d.ts +0 -56
- package/declarations/compat/builders/query.d.ts +0 -66
- package/declarations/compat/builders/save-record.d.ts +0 -34
- package/declarations/compat/builders/utils.d.ts +0 -3
- package/declarations/compat/builders.d.ts +0 -14
- package/declarations/compat/extensions.d.ts +0 -99
- package/declarations/compat/legacy-network-handler/fetch-manager.d.ts +0 -55
- package/declarations/compat/legacy-network-handler/identifier-has-id.d.ts +0 -2
- package/declarations/compat/legacy-network-handler/legacy-data-fetch.d.ts +0 -11
- package/declarations/compat/legacy-network-handler/legacy-data-utils.d.ts +0 -5
- package/declarations/compat/legacy-network-handler/legacy-network-handler.d.ts +0 -9
- package/declarations/compat/legacy-network-handler/minimum-adapter-interface.d.ts +0 -528
- package/declarations/compat/legacy-network-handler/minimum-serializer-interface.d.ts +0 -220
- package/declarations/compat/legacy-network-handler/serializer-response.d.ts +0 -6
- package/declarations/compat/legacy-network-handler/snapshot-record-array.d.ts +0 -110
- package/declarations/compat/legacy-network-handler/snapshot.d.ts +0 -255
- package/declarations/compat/utils.d.ts +0 -148
- package/declarations/compat.d.ts +0 -189
- package/declarations/index.d.ts +0 -244
- package/declarations/model/-private/attr.d.ts +0 -191
- package/declarations/model/-private/belongs-to.d.ts +0 -195
- package/declarations/model/-private/debug/assert-polymorphic-type.d.ts +0 -5
- package/declarations/model/-private/errors.d.ts +0 -289
- package/declarations/model/-private/has-many.d.ts +0 -162
- package/declarations/model/-private/hooks.d.ts +0 -36
- package/declarations/model/-private/legacy-relationships-support.d.ts +0 -47
- package/declarations/model/-private/model-for-mixin.d.ts +0 -3
- package/declarations/model/-private/model-methods.d.ts +0 -39
- package/declarations/model/-private/model.d.ts +0 -1279
- package/declarations/model/-private/notify-changes.d.ts +0 -4
- package/declarations/model/-private/promise-belongs-to.d.ts +0 -40
- package/declarations/model/-private/promise-many-array.d.ts +0 -130
- package/declarations/model/-private/record-state.d.ts +0 -58
- package/declarations/model/-private/references/belongs-to.d.ts +0 -488
- package/declarations/model/-private/references/has-many.d.ts +0 -498
- package/declarations/model/-private/schema-provider.d.ts +0 -66
- package/declarations/model/-private/type-utils.d.ts +0 -57
- package/declarations/model/-private/util.d.ts +0 -5
- package/declarations/model/-private.d.ts +0 -8
- package/declarations/model/migration-support.d.ts +0 -306
- package/declarations/model-fragments/extensions/fragment-array.d.ts +0 -54
- package/declarations/model-fragments/extensions/fragment.d.ts +0 -50
- package/declarations/model-fragments/hooks/model-for.d.ts +0 -27
- package/declarations/model-fragments/index.d.ts +0 -13
- package/declarations/model-fragments/instance-initializers/fragment-extensions.d.ts +0 -15
- package/declarations/model-fragments/utilities/with-array-defaults.d.ts +0 -56
- package/declarations/model-fragments/utilities/with-fragment-array-defaults.d.ts +0 -38
- package/declarations/model-fragments/utilities/with-fragment-defaults.d.ts +0 -34
- package/declarations/model-fragments/utilities/with-legacy.d.ts +0 -11
- package/declarations/model-fragments.d.ts +0 -9
- package/declarations/model.d.ts +0 -49
- package/declarations/serializer/-private/transforms/boolean.d.ts +0 -60
- package/declarations/serializer/-private/transforms/date.d.ts +0 -42
- package/declarations/serializer/-private/transforms/number.d.ts +0 -42
- package/declarations/serializer/-private/transforms/string.d.ts +0 -42
- package/declarations/serializer/-private/transforms/transform.d.ts +0 -118
- package/declarations/serializer/-private/utils.d.ts +0 -27
- package/declarations/serializer/rest.d.ts +0 -51
- package/declarations/serializer/transform.d.ts +0 -5
- package/declarations/serializer.d.ts +0 -252
- package/declarations/store/-private.d.ts +0 -223
- package/declarations/store.d.ts +0 -10
- package/dist/-private-BG3bMiKp.js +0 -1211
- package/dist/errors-DZKA206g.js +0 -2589
- package/dist/hooks-BvOqJBei.js +0 -105
- package/dist/json-DU8m1pGf.js +0 -1336
- package/dist/model-for-CXkJw59V.js +0 -297
- package/dist/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/schema-provider-DtPOp0d7.js +0 -2382
- package/dist/serialize-into-hash-DPZYoF-i.js +0 -261
- package/dist/unpkg/dev/-private-DtjBbEgy.js +0 -1206
- package/dist/unpkg/dev/errors-DngRU-If.js +0 -2585
- package/dist/unpkg/dev/hooks-UuiLxWxS.js +0 -104
- package/dist/unpkg/dev/json-K2Y9z6MN.js +0 -1333
- package/dist/unpkg/dev/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/dev/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/dev/schema-provider-0D7f-QOn.js +0 -2272
- package/dist/unpkg/dev/serialize-into-hash-B2xDbuo5.js +0 -259
- package/dist/unpkg/dev/util-DvanW33H.js +0 -20
- package/dist/unpkg/dev/utils-BhvS1iTS.js +0 -8
- package/dist/unpkg/dev-deprecated/-private-DtjBbEgy.js +0 -1206
- package/dist/unpkg/dev-deprecated/errors-Bzidntpi.js +0 -2588
- package/dist/unpkg/dev-deprecated/hooks-DVXhMW14.js +0 -104
- package/dist/unpkg/dev-deprecated/json-K2Y9z6MN.js +0 -1333
- package/dist/unpkg/dev-deprecated/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/dev-deprecated/schema-provider-ZwO5_fZw.js +0 -2292
- package/dist/unpkg/dev-deprecated/serialize-into-hash-B2xDbuo5.js +0 -259
- package/dist/unpkg/dev-deprecated/util-CWr5WQOT.js +0 -24
- package/dist/unpkg/dev-deprecated/utils-C9PJehtL.js +0 -12
- package/dist/unpkg/prod/-private-BdyZaGEh.js +0 -971
- package/dist/unpkg/prod/errors-B-PWeYlW.js +0 -2337
- package/dist/unpkg/prod/hooks-Bx-zBziU.js +0 -72
- package/dist/unpkg/prod/json-Qewu-UN9.js +0 -1300
- package/dist/unpkg/prod/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/prod/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/prod/schema-provider-BgRqk8i9.js +0 -1951
- package/dist/unpkg/prod/serialize-into-hash-DGlzQteF.js +0 -215
- package/dist/unpkg/prod/util-DvanW33H.js +0 -20
- package/dist/unpkg/prod/utils-BhvS1iTS.js +0 -8
- package/dist/unpkg/prod-deprecated/-private-BdyZaGEh.js +0 -971
- package/dist/unpkg/prod-deprecated/errors-Dl2J9d1D.js +0 -2340
- package/dist/unpkg/prod-deprecated/hooks-Cm60wWTf.js +0 -72
- package/dist/unpkg/prod-deprecated/json-Qewu-UN9.js +0 -1300
- package/dist/unpkg/prod-deprecated/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/prod-deprecated/schema-provider-Dh6tRqVI.js +0 -1980
- package/dist/unpkg/prod-deprecated/serialize-into-hash-DGlzQteF.js +0 -215
- package/dist/unpkg/prod-deprecated/util-B6cn-i93.js +0 -23
- package/dist/unpkg/prod-deprecated/utils-BUWwQwCh.js +0 -11
- package/dist/util-Dul6TZts.js +0 -35
- package/dist/utils-Cqw9eRj5.js +0 -23
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
import type { ArrayValue, ObjectValue, PrimitiveValue } from "@warp-drive/core/types/json/raw";
|
|
2
|
-
import { type TransformName } from "@warp-drive/core/types/symbols";
|
|
3
|
-
import type { DecoratorPropertyDescriptor } from "./util.js";
|
|
4
|
-
/**
|
|
5
|
-
* Options provided to the attr decorator are
|
|
6
|
-
* supplied to the associated transform. Any
|
|
7
|
-
* key-value pair is valid; however, it is highly
|
|
8
|
-
* recommended to only use statically defined values
|
|
9
|
-
* that could be serialized to JSON.
|
|
10
|
-
*
|
|
11
|
-
* If no transform is provided, the only valid
|
|
12
|
-
* option is `defaultValue`.
|
|
13
|
-
*
|
|
14
|
-
* Examples:
|
|
15
|
-
*
|
|
16
|
-
* ```ts
|
|
17
|
-
* class User extends Model {
|
|
18
|
-
* @attr('string', { defaultValue: 'Anonymous' }) name;
|
|
19
|
-
* @attr('date', { defaultValue: () => new Date() }) createdAt;
|
|
20
|
-
* @attr({ defaultValue: () => ({}) }) preferences;
|
|
21
|
-
* @attr('boolean') hasVerifiedEmail;
|
|
22
|
-
* @attr address;
|
|
23
|
-
* }
|
|
24
|
-
*
|
|
25
|
-
* @class NOTATHING
|
|
26
|
-
*/
|
|
27
|
-
export type AttrOptions<DV = PrimitiveValue | object | unknown[]> = {
|
|
28
|
-
/**
|
|
29
|
-
* The default value for this attribute.
|
|
30
|
-
*
|
|
31
|
-
* Default values can be provided as a value or a function that will be
|
|
32
|
-
* executed to generate the default value.
|
|
33
|
-
*
|
|
34
|
-
* Default values *should not* be stateful (object, arrays, etc.) as
|
|
35
|
-
* they will be shared across all instances of the record.
|
|
36
|
-
*
|
|
37
|
-
*/
|
|
38
|
-
defaultValue?: DV extends PrimitiveValue ? DV : () => DV;
|
|
39
|
-
/**
|
|
40
|
-
* The name of the field as returned by the API and inserted into the
|
|
41
|
-
* cache if it differs from the name of the decorated property.
|
|
42
|
-
*
|
|
43
|
-
* For instance, if the API returns:
|
|
44
|
-
*
|
|
45
|
-
* ```ts
|
|
46
|
-
* {
|
|
47
|
-
* attributes: {
|
|
48
|
-
* 'first-name': 'Chris'
|
|
49
|
-
* }
|
|
50
|
-
* }
|
|
51
|
-
* ```
|
|
52
|
-
*
|
|
53
|
-
* But the app desires to use `record.firstName; // 'Chris'`, then the
|
|
54
|
-
* property should be named `firstName` and `sourceKey` should be set
|
|
55
|
-
* to `'first-name'`.
|
|
56
|
-
*
|
|
57
|
-
* This option is only needed when the value differs from the property name.
|
|
58
|
-
*/
|
|
59
|
-
sourceKey?: string;
|
|
60
|
-
};
|
|
61
|
-
type LooseTransformInstance<
|
|
62
|
-
V,
|
|
63
|
-
Raw,
|
|
64
|
-
Name extends string
|
|
65
|
-
> = {
|
|
66
|
-
/**
|
|
67
|
-
* value type must match the return type of the deserialize method
|
|
68
|
-
*
|
|
69
|
-
*/
|
|
70
|
-
serialize: (value: V, options: any) => Raw;
|
|
71
|
-
/**
|
|
72
|
-
* defaultValue type must match the return type of the deserialize method
|
|
73
|
-
*
|
|
74
|
-
*/
|
|
75
|
-
deserialize: (value: Raw, options: any) => V;
|
|
76
|
-
[TransformName]: Name;
|
|
77
|
-
};
|
|
78
|
-
export type TransformHasType = {
|
|
79
|
-
[TransformName]: string;
|
|
80
|
-
};
|
|
81
|
-
export type TypedTransformInstance<
|
|
82
|
-
V,
|
|
83
|
-
T extends string
|
|
84
|
-
> = LooseTransformInstance<V, string, T> | LooseTransformInstance<V, number, T> | LooseTransformInstance<V, boolean, T> | LooseTransformInstance<V, null, T> | LooseTransformInstance<V, ObjectValue, T> | LooseTransformInstance<V, ArrayValue, T> | LooseTransformInstance<V, string | null, T> | LooseTransformInstance<V, number | null, T> | LooseTransformInstance<V, boolean | null, T> | LooseTransformInstance<V, ObjectValue | null, T> | LooseTransformInstance<V, ArrayValue | null, T>;
|
|
85
|
-
export type GetMaybeDeserializeValue<T> = T extends {
|
|
86
|
-
deserialize: (...args: any[]) => unknown;
|
|
87
|
-
} ? ReturnType<T["deserialize"]> : never;
|
|
88
|
-
export type TypeFromInstance<T> = T extends TransformHasType ? T[typeof TransformName] : never;
|
|
89
|
-
export type ExtractOptions<T extends TypedTransformInstance<GetMaybeDeserializeValue<T>, TypeFromInstance<T>>> = Parameters<T["deserialize"]>[1] & Parameters<T["serialize"]>[1] & AttrOptions<ReturnType<T["deserialize"]>>;
|
|
90
|
-
export type OptionsFromInstance<T> = TypeFromInstance<T> extends never ? never : GetMaybeDeserializeValue<T> extends never ? never : T extends TypedTransformInstance<GetMaybeDeserializeValue<T>, TypeFromInstance<T>> ? Parameters<T["deserialize"]>[1] & Parameters<T["serialize"]>[1] & AttrOptions<ReturnType<T["deserialize"]>> : never;
|
|
91
|
-
/**
|
|
92
|
-
* The return type of `void` is a lie to appease TypeScript. The actual return type
|
|
93
|
-
* is a descriptor, but typescript incorrectly insists that decorator functions return
|
|
94
|
-
* `void` or `any`.
|
|
95
|
-
*
|
|
96
|
-
*/
|
|
97
|
-
export type DataDecorator = (target: object, key: string, desc?: DecoratorPropertyDescriptor) => void;
|
|
98
|
-
/**
|
|
99
|
-
`attr` defines an attribute on a {@link Model}.
|
|
100
|
-
By default, attributes are passed through as-is, however you can specify an
|
|
101
|
-
optional type to have the value automatically transformed.
|
|
102
|
-
WarpDrive ships with four basic transform types: `string`, `number`,
|
|
103
|
-
`boolean` and `date`. You can define your own transforms by subclassing
|
|
104
|
-
{@link Transform}.
|
|
105
|
-
|
|
106
|
-
Note that you cannot use `attr` to define an attribute of `id`.
|
|
107
|
-
|
|
108
|
-
`attr` takes an optional hash as a second parameter, currently
|
|
109
|
-
supported options are:
|
|
110
|
-
|
|
111
|
-
- `defaultValue`: Pass a string or a function to be called to set the attribute
|
|
112
|
-
to a default value if and only if the key is absent from the payload response.
|
|
113
|
-
|
|
114
|
-
Example
|
|
115
|
-
|
|
116
|
-
```js [app/models/user.js]
|
|
117
|
-
import { Model, attr } from '@warp-drive/legacy/model';
|
|
118
|
-
|
|
119
|
-
export default class UserModel extends Model {
|
|
120
|
-
@attr('string') username;
|
|
121
|
-
@attr('string') email;
|
|
122
|
-
@attr('boolean', { defaultValue: false }) verified;
|
|
123
|
-
}
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
Default value can also be a function. This is useful it you want to return
|
|
127
|
-
a new object for each attribute.
|
|
128
|
-
|
|
129
|
-
```js [app/models/user.js]
|
|
130
|
-
import { Model, attr } from '@warp-drive/legacy/model';
|
|
131
|
-
|
|
132
|
-
export default class UserModel extends Model {
|
|
133
|
-
@attr('string') username;
|
|
134
|
-
@attr('string') email;
|
|
135
|
-
|
|
136
|
-
@attr({
|
|
137
|
-
defaultValue() {
|
|
138
|
-
return {};
|
|
139
|
-
}
|
|
140
|
-
})
|
|
141
|
-
settings;
|
|
142
|
-
}
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
The `options` hash is passed as second argument to a transforms'
|
|
146
|
-
`serialize` and `deserialize` method. This allows to configure a
|
|
147
|
-
transformation and adapt the corresponding value, based on the config:
|
|
148
|
-
|
|
149
|
-
```js [app/models/post.js]
|
|
150
|
-
import { Model, attr } from '@warp-drive/legacy/model';
|
|
151
|
-
|
|
152
|
-
export default class PostModel extends Model {
|
|
153
|
-
@attr('text', {
|
|
154
|
-
uppercase: true
|
|
155
|
-
})
|
|
156
|
-
text;
|
|
157
|
-
}
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
```js [app/transforms/text.js]
|
|
161
|
-
export default class TextTransform {
|
|
162
|
-
serialize(value, options) {
|
|
163
|
-
if (options.uppercase) {
|
|
164
|
-
return value.toUpperCase();
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
return value;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
deserialize(value) {
|
|
171
|
-
return value;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
static create() {
|
|
175
|
-
return new this();
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
@public
|
|
181
|
-
@param type the attribute type
|
|
182
|
-
@param options a hash of options
|
|
183
|
-
*/
|
|
184
|
-
export declare function attr(): DataDecorator;
|
|
185
|
-
export declare function attr<T>(type: TypeFromInstance<T>): DataDecorator;
|
|
186
|
-
export declare function attr(type: string): DataDecorator;
|
|
187
|
-
export declare function attr(options: AttrOptions): DataDecorator;
|
|
188
|
-
export declare function attr<T>(type: TypeFromInstance<T>, options?: OptionsFromInstance<T>): DataDecorator;
|
|
189
|
-
export declare function attr(type: string, options?: AttrOptions & object): DataDecorator;
|
|
190
|
-
export declare function attr(target: object, key: string | symbol, desc?: PropertyDescriptor): void;
|
|
191
|
-
export {};
|
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
import type { TypeFromInstance } from "@warp-drive/core/types/record";
|
|
2
|
-
export type IsUnknown<T> = unknown extends T ? true : false;
|
|
3
|
-
export type RelationshipOptions<
|
|
4
|
-
T,
|
|
5
|
-
Async extends boolean
|
|
6
|
-
> = {
|
|
7
|
-
async: Async;
|
|
8
|
-
inverse: null | (IsUnknown<T> extends true ? string : keyof NoNull<T> & string);
|
|
9
|
-
polymorphic?: boolean;
|
|
10
|
-
as?: string;
|
|
11
|
-
linksMode?: true;
|
|
12
|
-
resetOnRemoteUpdate?: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* The name of the field as returned by the API and inserted into the
|
|
15
|
-
* cache if it differs from the name of the decorated property.
|
|
16
|
-
*
|
|
17
|
-
* For instance, if the API returns:
|
|
18
|
-
*
|
|
19
|
-
* ```ts
|
|
20
|
-
* {
|
|
21
|
-
* relationships: {
|
|
22
|
-
* 'best-friend': { data: { type: 'user', id: '1' } }
|
|
23
|
-
* }
|
|
24
|
-
* }
|
|
25
|
-
* ```
|
|
26
|
-
*
|
|
27
|
-
* But the app desires to use `record.bestFriend`, then the property
|
|
28
|
-
* should be named `bestFriend` and `sourceKey` should be set to
|
|
29
|
-
* `'best-friend'`.
|
|
30
|
-
*
|
|
31
|
-
* This option is only needed when the value differs from the property name.
|
|
32
|
-
*/
|
|
33
|
-
sourceKey?: string;
|
|
34
|
-
};
|
|
35
|
-
export type NoNull<T> = Exclude<T, null>;
|
|
36
|
-
export type RelationshipDecorator<T> = <This>(target: This, key: string, desc?: PropertyDescriptor) => void;
|
|
37
|
-
/**
|
|
38
|
-
`belongsTo` is used to define One-To-One and One-To-Many, and One-To-None
|
|
39
|
-
relationships on a {@link Model}.
|
|
40
|
-
|
|
41
|
-
`belongsTo` takes a configuration hash as a second parameter, currently
|
|
42
|
-
supported options are:
|
|
43
|
-
|
|
44
|
-
- `async`: (*required*) A boolean value used to declare whether this is a sync (false) or async (true) relationship.
|
|
45
|
-
- `inverse`: (*required*) A string used to identify the inverse property on a related model, or `null`.
|
|
46
|
-
- `polymorphic`: (*optional*) A boolean value to mark the relationship as polymorphic
|
|
47
|
-
- `as`: (*optional*) A string used to declare the abstract type "this" record satisfies for polymorphism.
|
|
48
|
-
|
|
49
|
-
### Examples
|
|
50
|
-
|
|
51
|
-
To declare a **one-to-many** (or many-to-many) relationship, use
|
|
52
|
-
`belongsTo` in combination with `hasMany`:
|
|
53
|
-
|
|
54
|
-
```js
|
|
55
|
-
// app/models/comment.js
|
|
56
|
-
import { Model, belongsTo } from '@warp-drive/legacy/model';
|
|
57
|
-
|
|
58
|
-
export default class Comment extends Model {
|
|
59
|
-
@belongsTo('post', { async: false, inverse: 'comments' }) post;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
// app/models/post.js
|
|
63
|
-
import { Model, hasMany } from '@warp-drive/legacy/model';
|
|
64
|
-
|
|
65
|
-
export default class Post extends Model {
|
|
66
|
-
@hasMany('comment', { async: false, inverse: 'post' }) comments;
|
|
67
|
-
}
|
|
68
|
-
```
|
|
69
|
-
|
|
70
|
-
To declare a **one-to-one** relationship with managed inverses, use `belongsTo` for both sides:
|
|
71
|
-
|
|
72
|
-
```js
|
|
73
|
-
// app/models/author.js
|
|
74
|
-
import { Model, belongsTo } from '@warp-drive/legacy/model';
|
|
75
|
-
|
|
76
|
-
export default class Author extends Model {
|
|
77
|
-
@belongsTo('address', { async: true, inverse: 'owner' }) address;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// app/models/address.js
|
|
81
|
-
import { Model, belongsTo } from '@warp-drive/legacy/model';
|
|
82
|
-
|
|
83
|
-
export default class Address extends Model {
|
|
84
|
-
@belongsTo('author', { async: true, inverse: 'address' }) owner;
|
|
85
|
-
}
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
To declare a **one-to-one** relationship without managed inverses, use `belongsTo` for both sides
|
|
89
|
-
with `null` as the inverse:
|
|
90
|
-
|
|
91
|
-
```js
|
|
92
|
-
// app/models/author.js
|
|
93
|
-
import { Model, belongsTo } from '@warp-drive/legacy/model';
|
|
94
|
-
|
|
95
|
-
export default class Author extends Model {
|
|
96
|
-
@belongsTo('address', { async: true, inverse: null }) address;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// app/models/address.js
|
|
100
|
-
import { Model, belongsTo } from '@warp-drive/legacy/model';
|
|
101
|
-
|
|
102
|
-
export default class Address extends Model {
|
|
103
|
-
@belongsTo('author', { async: true, inverse: null }) owner;
|
|
104
|
-
}
|
|
105
|
-
```
|
|
106
|
-
|
|
107
|
-
To declare a one-to-none relationship between two models, use
|
|
108
|
-
`belongsTo` with inverse set to `null` on just one side::
|
|
109
|
-
|
|
110
|
-
```js
|
|
111
|
-
// app/models/person.js
|
|
112
|
-
import { Model, belongsTo } from '@warp-drive/legacy/model';
|
|
113
|
-
|
|
114
|
-
export default class Person extends Model {
|
|
115
|
-
@belongsTo('person', { async: false, inverse: null }) bestFriend;
|
|
116
|
-
}
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
#### Sync vs Async Relationships
|
|
120
|
-
|
|
121
|
-
WarpDrive fulfills relationships using resource data available in
|
|
122
|
-
the cache.
|
|
123
|
-
|
|
124
|
-
Sync relationships point directly to the known related resources.
|
|
125
|
-
|
|
126
|
-
When a relationship is declared as async, if any of the known related
|
|
127
|
-
resources have not been loaded, they will be fetched. The property
|
|
128
|
-
on the record when accessed provides a promise that resolves once
|
|
129
|
-
all resources are loaded.
|
|
130
|
-
|
|
131
|
-
Async relationships may take advantage of links. On access, if the related
|
|
132
|
-
link has not been loaded, or if any known resources are not available in
|
|
133
|
-
the cache, the fresh state will be fetched using the link.
|
|
134
|
-
|
|
135
|
-
In contrast to async relationship, accessing a sync relationship
|
|
136
|
-
will error on access when any of the known related resources have
|
|
137
|
-
not been loaded.
|
|
138
|
-
|
|
139
|
-
If you are using `links` with sync relationships, you have to use
|
|
140
|
-
the BelongsTo reference API to fetch or refresh related resources
|
|
141
|
-
that aren't loaded. For instance, for a `bestFriend` relationship:
|
|
142
|
-
|
|
143
|
-
```js
|
|
144
|
-
person.belongsTo('bestFriend').reload();
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
#### Polymorphic Relationships
|
|
148
|
-
|
|
149
|
-
To declare a polymorphic relationship, use `hasMany` with the `polymorphic`
|
|
150
|
-
option set to `true`:
|
|
151
|
-
|
|
152
|
-
```js
|
|
153
|
-
// app/models/comment.js
|
|
154
|
-
import { Model, belongsTo } from '@warp-drive/legacy/model';
|
|
155
|
-
|
|
156
|
-
export default class Comment extends Model {
|
|
157
|
-
@belongsTo('commentable', { async: false, inverse: 'comments', polymorphic: true }) parent;
|
|
158
|
-
}
|
|
159
|
-
```
|
|
160
|
-
|
|
161
|
-
`'commentable'` here is referred to as the "abstract type" for the polymorphic
|
|
162
|
-
relationship.
|
|
163
|
-
|
|
164
|
-
Polymorphic relationships with `inverse: null` will accept any type of record as their content.
|
|
165
|
-
Polymorphic relationships with `inverse` set to a string will only accept records with a matching
|
|
166
|
-
inverse relationships declaring itself as satisfying the abstract type.
|
|
167
|
-
|
|
168
|
-
Below, 'as' is used to declare the that 'post' record satisfies the abstract type 'commentable'
|
|
169
|
-
for this relationship.
|
|
170
|
-
|
|
171
|
-
```js
|
|
172
|
-
// app/models/post.js
|
|
173
|
-
import { Model, hasMany } from '@warp-drive/legacy/model';
|
|
174
|
-
|
|
175
|
-
export default class Post extends Model {
|
|
176
|
-
@hasMany('comment', { async: false, inverse: 'parent', as: 'commentable' }) comments;
|
|
177
|
-
}
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
Note: every Model that declares an inverse to a polymorphic relationship must
|
|
181
|
-
declare itself exactly the same. This is because polymorphism is based on structural
|
|
182
|
-
traits.
|
|
183
|
-
|
|
184
|
-
Polymorphic to polymorphic relationships are supported. Both sides of the relationship
|
|
185
|
-
must be declared as polymorphic, and the `as` option must be used to declare the abstract
|
|
186
|
-
type each record satisfies on both sides.
|
|
187
|
-
|
|
188
|
-
@public
|
|
189
|
-
@param type the name of the related resource
|
|
190
|
-
@param options a hash of options
|
|
191
|
-
*/
|
|
192
|
-
export declare function belongsTo(): never;
|
|
193
|
-
export declare function belongsTo(type: string): never;
|
|
194
|
-
export declare function belongsTo<T>(type: TypeFromInstance<NoNull<T>>, options: RelationshipOptions<T, boolean>): RelationshipDecorator<T>;
|
|
195
|
-
export declare function belongsTo(type: string, options: RelationshipOptions<unknown, boolean>): RelationshipDecorator<unknown>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { Store } from "@warp-drive/core";
|
|
2
|
-
import type { UpgradedMeta } from "@warp-drive/core/graph/-private";
|
|
3
|
-
import type { ResourceKey } from "@warp-drive/core/types/identifier";
|
|
4
|
-
declare let assertPolymorphicType: (parentIdentifier: ResourceKey, parentDefinition: UpgradedMeta, addedIdentifier: ResourceKey, store: Store) => void;
|
|
5
|
-
export { assertPolymorphicType };
|
|
@@ -1,289 +0,0 @@
|
|
|
1
|
-
import { type NativeArray } from "@ember/array";
|
|
2
|
-
import ArrayProxy from "@ember/array/proxy";
|
|
3
|
-
import type RecordState from "./record-state.js";
|
|
4
|
-
type ValidationError = {
|
|
5
|
-
attribute: string;
|
|
6
|
-
message: string;
|
|
7
|
-
};
|
|
8
|
-
interface ArrayProxyWithCustomOverrides<T> extends Omit<ArrayProxy<T>, "clear" | "content"> {
|
|
9
|
-
content: NativeArray<T>;
|
|
10
|
-
clear(): void;
|
|
11
|
-
_has(name: string): boolean;
|
|
12
|
-
}
|
|
13
|
-
declare const ArrayProxyWithCustomOverrides: new <T>() => ArrayProxyWithCustomOverrides<T>;
|
|
14
|
-
/**
|
|
15
|
-
Holds validation errors for a given record, organized by attribute names.
|
|
16
|
-
|
|
17
|
-
This class is not directly instantiable.
|
|
18
|
-
|
|
19
|
-
Every `Model` has an `errors` property that is an instance of
|
|
20
|
-
`Errors`. This can be used to display validation error
|
|
21
|
-
messages returned from the server when a `record.save()` rejects.
|
|
22
|
-
|
|
23
|
-
For Example, if you had a `User` model that looked like this:
|
|
24
|
-
|
|
25
|
-
```js [app/models/user.js]
|
|
26
|
-
import { Model, attr } from '@warp-drive/legacy/model';
|
|
27
|
-
|
|
28
|
-
export default class UserModel extends Model {
|
|
29
|
-
@attr('string') username;
|
|
30
|
-
@attr('string') email;
|
|
31
|
-
}
|
|
32
|
-
```
|
|
33
|
-
And you attempted to save a record that did not validate on the backend:
|
|
34
|
-
|
|
35
|
-
```javascript
|
|
36
|
-
let user = store.createRecord('user', {
|
|
37
|
-
username: 'tomster',
|
|
38
|
-
email: 'invalidEmail'
|
|
39
|
-
});
|
|
40
|
-
user.save();
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
Your backend would be expected to return an error response that described
|
|
44
|
-
the problem, so that error messages can be generated on the app.
|
|
45
|
-
|
|
46
|
-
API responses will be translated into instances of `Errors` differently,
|
|
47
|
-
depending on the specific combination of adapter and serializer used. You
|
|
48
|
-
may want to check the documentation or the source code of the libraries
|
|
49
|
-
that you are using, to know how they expect errors to be communicated.
|
|
50
|
-
|
|
51
|
-
Errors can be displayed to the user by accessing their property name
|
|
52
|
-
to get an array of all the error objects for that property. Each
|
|
53
|
-
error object is a JavaScript object with two keys:
|
|
54
|
-
|
|
55
|
-
- `message` A string containing the error message from the backend
|
|
56
|
-
- `attribute` The name of the property associated with this error message
|
|
57
|
-
|
|
58
|
-
```handlebars
|
|
59
|
-
<label>Username: <Input @value={{@model.username}} /> </label>
|
|
60
|
-
{{#each @model.errors.username as |error|}}
|
|
61
|
-
<div class="error">
|
|
62
|
-
{{error.message}}
|
|
63
|
-
</div>
|
|
64
|
-
{{/each}}
|
|
65
|
-
|
|
66
|
-
<label>Email: <Input @value={{@model.email}} /> </label>
|
|
67
|
-
{{#each @model.errors.email as |error|}}
|
|
68
|
-
<div class="error">
|
|
69
|
-
{{error.message}}
|
|
70
|
-
</div>
|
|
71
|
-
{{/each}}
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
You can also access the special `messages` property on the error
|
|
75
|
-
object to get an array of all the error strings.
|
|
76
|
-
|
|
77
|
-
```handlebars
|
|
78
|
-
{{#each @model.errors.messages as |message|}}
|
|
79
|
-
<div class="error">
|
|
80
|
-
{{message}}
|
|
81
|
-
</div>
|
|
82
|
-
{{/each}}
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
@class Errors
|
|
86
|
-
@public
|
|
87
|
-
*/
|
|
88
|
-
export declare class Errors extends ArrayProxyWithCustomOverrides<ValidationError> {
|
|
89
|
-
__record: {
|
|
90
|
-
currentState: RecordState;
|
|
91
|
-
};
|
|
92
|
-
/**
|
|
93
|
-
@property errorsByAttributeName
|
|
94
|
-
@type {MapWithDefault}
|
|
95
|
-
@private
|
|
96
|
-
*/
|
|
97
|
-
get errorsByAttributeName(): Map<string, NativeArray<ValidationError>>;
|
|
98
|
-
/**
|
|
99
|
-
Returns errors for a given attribute
|
|
100
|
-
|
|
101
|
-
```javascript
|
|
102
|
-
let user = store.createRecord('user', {
|
|
103
|
-
username: 'tomster',
|
|
104
|
-
email: 'invalidEmail'
|
|
105
|
-
});
|
|
106
|
-
user.save().catch(function(){
|
|
107
|
-
user.errors.errorsFor('email'); // returns:
|
|
108
|
-
// [{attribute: "email", message: "Doesn't look like a valid email."}]
|
|
109
|
-
});
|
|
110
|
-
```
|
|
111
|
-
|
|
112
|
-
@public
|
|
113
|
-
@param {String} attribute
|
|
114
|
-
@return {Array}
|
|
115
|
-
*/
|
|
116
|
-
errorsFor(attribute: string): NativeArray<ValidationError>;
|
|
117
|
-
/**
|
|
118
|
-
An array containing all of the error messages for this
|
|
119
|
-
record. This is useful for displaying all errors to the user.
|
|
120
|
-
|
|
121
|
-
```handlebars
|
|
122
|
-
{{#each @model.errors.messages as |message|}}
|
|
123
|
-
<div class="error">
|
|
124
|
-
{{message}}
|
|
125
|
-
</div>
|
|
126
|
-
{{/each}}
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
@property messages
|
|
130
|
-
@public
|
|
131
|
-
@type {Array}
|
|
132
|
-
*/
|
|
133
|
-
messages: string[];
|
|
134
|
-
/**
|
|
135
|
-
@property content
|
|
136
|
-
@type {Array}
|
|
137
|
-
@private
|
|
138
|
-
*/
|
|
139
|
-
get content(): NativeArray<ValidationError>;
|
|
140
|
-
/**
|
|
141
|
-
@private
|
|
142
|
-
*/
|
|
143
|
-
unknownProperty(attribute: string): NativeArray<ValidationError> | undefined;
|
|
144
|
-
/**
|
|
145
|
-
Total number of errors.
|
|
146
|
-
|
|
147
|
-
@property length
|
|
148
|
-
@type {Number}
|
|
149
|
-
@public
|
|
150
|
-
@readonly
|
|
151
|
-
*/
|
|
152
|
-
/**
|
|
153
|
-
`true` if we have no errors.
|
|
154
|
-
|
|
155
|
-
@property isEmpty
|
|
156
|
-
@type {Boolean}
|
|
157
|
-
@public
|
|
158
|
-
@readonly
|
|
159
|
-
*/
|
|
160
|
-
isEmpty: boolean;
|
|
161
|
-
/**
|
|
162
|
-
Manually adds errors to the record. This will trigger the `becameInvalid` event/ lifecycle method on
|
|
163
|
-
the record and transition the record into an `invalid` state.
|
|
164
|
-
|
|
165
|
-
Example
|
|
166
|
-
```javascript
|
|
167
|
-
let errors = user.errors;
|
|
168
|
-
|
|
169
|
-
// add multiple errors
|
|
170
|
-
errors.add('password', [
|
|
171
|
-
'Must be at least 12 characters',
|
|
172
|
-
'Must contain at least one symbol',
|
|
173
|
-
'Cannot contain your name'
|
|
174
|
-
]);
|
|
175
|
-
|
|
176
|
-
errors.errorsFor('password');
|
|
177
|
-
// =>
|
|
178
|
-
// [
|
|
179
|
-
// { attribute: 'password', message: 'Must be at least 12 characters' },
|
|
180
|
-
// { attribute: 'password', message: 'Must contain at least one symbol' },
|
|
181
|
-
// { attribute: 'password', message: 'Cannot contain your name' },
|
|
182
|
-
// ]
|
|
183
|
-
|
|
184
|
-
// add a single error
|
|
185
|
-
errors.add('username', 'This field is required');
|
|
186
|
-
|
|
187
|
-
errors.errorsFor('username');
|
|
188
|
-
// =>
|
|
189
|
-
// [
|
|
190
|
-
// { attribute: 'username', message: 'This field is required' },
|
|
191
|
-
// ]
|
|
192
|
-
```
|
|
193
|
-
@public
|
|
194
|
-
@param {String} attribute - the property name of an attribute or relationship
|
|
195
|
-
@param {string[]|string} messages - an error message or array of error messages for the attribute
|
|
196
|
-
*/
|
|
197
|
-
add(attribute: string, messages: string[] | string): void;
|
|
198
|
-
/**
|
|
199
|
-
@private
|
|
200
|
-
*/
|
|
201
|
-
_findOrCreateMessages(attribute: string, messages: string | string[]): ValidationError[];
|
|
202
|
-
/**
|
|
203
|
-
Manually removes all errors for a given member from the record.
|
|
204
|
-
This will transition the record into a `valid` state, and
|
|
205
|
-
triggers the `becameValid` event and lifecycle method.
|
|
206
|
-
|
|
207
|
-
Example:
|
|
208
|
-
|
|
209
|
-
```javascript
|
|
210
|
-
let errors = user.errors;
|
|
211
|
-
errors.add('phone', ['error-1', 'error-2']);
|
|
212
|
-
|
|
213
|
-
errors.errorsFor('phone');
|
|
214
|
-
// =>
|
|
215
|
-
// [
|
|
216
|
-
// { attribute: 'phone', message: 'error-1' },
|
|
217
|
-
// { attribute: 'phone', message: 'error-2' },
|
|
218
|
-
// ]
|
|
219
|
-
|
|
220
|
-
errors.remove('phone');
|
|
221
|
-
|
|
222
|
-
errors.errorsFor('phone');
|
|
223
|
-
// => undefined
|
|
224
|
-
```
|
|
225
|
-
@public
|
|
226
|
-
@param {String} member - the property name of an attribute or relationship
|
|
227
|
-
*/
|
|
228
|
-
remove(attribute: string): void;
|
|
229
|
-
/**
|
|
230
|
-
Manually clears all errors for the record.
|
|
231
|
-
This will transition the record into a `valid` state, and
|
|
232
|
-
will trigger the `becameValid` event and lifecycle method.
|
|
233
|
-
|
|
234
|
-
Example:
|
|
235
|
-
|
|
236
|
-
```javascript
|
|
237
|
-
let errors = user.errors;
|
|
238
|
-
errors.add('username', ['error-a']);
|
|
239
|
-
errors.add('phone', ['error-1', 'error-2']);
|
|
240
|
-
|
|
241
|
-
errors.errorsFor('username');
|
|
242
|
-
// =>
|
|
243
|
-
// [
|
|
244
|
-
// { attribute: 'username', message: 'error-a' },
|
|
245
|
-
// ]
|
|
246
|
-
|
|
247
|
-
errors.errorsFor('phone');
|
|
248
|
-
// =>
|
|
249
|
-
// [
|
|
250
|
-
// { attribute: 'phone', message: 'error-1' },
|
|
251
|
-
// { attribute: 'phone', message: 'error-2' },
|
|
252
|
-
// ]
|
|
253
|
-
|
|
254
|
-
errors.clear();
|
|
255
|
-
|
|
256
|
-
errors.errorsFor('username');
|
|
257
|
-
// => undefined
|
|
258
|
-
|
|
259
|
-
errors.errorsFor('phone');
|
|
260
|
-
// => undefined
|
|
261
|
-
|
|
262
|
-
errors.messages
|
|
263
|
-
// => []
|
|
264
|
-
```
|
|
265
|
-
@public
|
|
266
|
-
*/
|
|
267
|
-
clear(): void;
|
|
268
|
-
/**
|
|
269
|
-
Checks if there are error messages for the given attribute.
|
|
270
|
-
|
|
271
|
-
```js [app/controllers/user/edit.js]
|
|
272
|
-
export default class UserEditController extends Controller {
|
|
273
|
-
@action
|
|
274
|
-
save(user) {
|
|
275
|
-
if (user.errors.has('email')) {
|
|
276
|
-
return alert('Please update your email before attempting to save.');
|
|
277
|
-
}
|
|
278
|
-
user.save();
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
```
|
|
282
|
-
|
|
283
|
-
@public
|
|
284
|
-
@param {String} attribute
|
|
285
|
-
@return {Boolean} true if there some errors on given attribute
|
|
286
|
-
*/
|
|
287
|
-
has(attribute: string): boolean;
|
|
288
|
-
}
|
|
289
|
-
export {};
|